From ed3a6ca0c29c81d79dfb641f9202495e01e5e0f0 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 21 Sep 2023 01:40:55 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/es.js | 1 + l10n/es.json | 1 + 2 files changed, 2 insertions(+) diff --git a/l10n/es.js b/l10n/es.js index b260c4a40..ec0ab8a27 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -1,6 +1,7 @@ OC.L10N.register( "tables", { + "Could not create row." : "No se pudo crear fila.", "Could not update row." : "No se ha podido actualizar la fila.", "Nextcloud tables" : "Tablas de Nextcloud", "Select table" : "Seleccionar tabla", diff --git a/l10n/es.json b/l10n/es.json index a74641ba1..8d35cf26b 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -1,4 +1,5 @@ { "translations": { + "Could not create row." : "No se pudo crear fila.", "Could not update row." : "No se ha podido actualizar la fila.", "Nextcloud tables" : "Tablas de Nextcloud", "Select table" : "Seleccionar tabla",