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",