summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-05-13 00:26:16 +0000
committerNextcloud bot <bot@nextcloud.com>2024-05-13 00:26:16 +0000
commita195a4093043d5a0261f8649f70c784541cc9063 (patch)
treeb3a8082a90dd4aa926aa28605ec003e1dd139fef
parent7f328c3b92ee1c17b22ffd4860fef8aab9542b5b (diff)
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/es.js1
-rw-r--r--l10n/es.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/l10n/es.js b/l10n/es.js
index a4ac77ea..04d56610 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -310,6 +310,7 @@ OC.L10N.register(
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["{failed} contacto no se ha podido leer","{failed} contactos no se han podido leer","{failed} contactos no se han podido leer"],
"An error has occurred in team(s). Check the console for more details." : "Ha ocurrido un error en el/los equipo(s). Verifique la consola para más detalles.",
"Unable to create team {circleName}" : "No fue posible crear el equipo {circleName}",
+ "Unable to delete team {circleId}" : "No se pudo eliminar el equipo {circleId}",
"Unable to delete contact" : "No se ha podido eliminar el contacto"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es.json b/l10n/es.json
index 45c590ce..58ad0b38 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -308,6 +308,7 @@
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["{failed} contacto no se ha podido leer","{failed} contactos no se han podido leer","{failed} contactos no se han podido leer"],
"An error has occurred in team(s). Check the console for more details." : "Ha ocurrido un error en el/los equipo(s). Verifique la consola para más detalles.",
"Unable to create team {circleName}" : "No fue posible crear el equipo {circleName}",
+ "Unable to delete team {circleId}" : "No se pudo eliminar el equipo {circleId}",
"Unable to delete contact" : "No se ha podido eliminar el contacto"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file