aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-07-21 00:19:45 +0000
committerNextcloud bot <bot@nextcloud.com>2024-07-21 00:19:45 +0000
commitfd1dabf01b866632d68775bdb9367b9042b9569c (patch)
tree5a085f566f9dbc1c1cbad70bbb19e6208c67c068 /lib/l10n
parent970a8287cd6e091d6403ddd9950fdd61791ad594 (diff)
downloadnextcloud-server-fd1dabf01b866632d68775bdb9367b9042b9569c.tar.gz
nextcloud-server-fd1dabf01b866632d68775bdb9367b9042b9569c.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/es_MX.js2
-rw-r--r--lib/l10n/es_MX.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js
index e82503365e7..f02f0c30ec9 100644
--- a/lib/l10n/es_MX.js
+++ b/lib/l10n/es_MX.js
@@ -81,6 +81,8 @@ OC.L10N.register(
"Empty file" : "Archivo vacío",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "El módulo con ID: %sno existe. Por favor hablíitalo en tus configuraciones de aplicación o contacta a tu administrador. ",
"Dot files are not allowed" : "Los archivos Dot no están permitidos",
+ "Invalid character \"%1$s\" in filename" : "Caracter inválido \"%1$s\" en el nombre de archivo",
+ "Invalid filename extension \"%1$s\"" : "Extensión del archivo inválida \"%1$s\"",
"File already exists" : "El archivo ya existe",
"Invalid path" : "Ruta inválida",
"Failed to create file from template" : "No se pudo crear un archivo desde la plantilla",
diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json
index 02d597621b7..f2f4cec6972 100644
--- a/lib/l10n/es_MX.json
+++ b/lib/l10n/es_MX.json
@@ -79,6 +79,8 @@
"Empty file" : "Archivo vacío",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "El módulo con ID: %sno existe. Por favor hablíitalo en tus configuraciones de aplicación o contacta a tu administrador. ",
"Dot files are not allowed" : "Los archivos Dot no están permitidos",
+ "Invalid character \"%1$s\" in filename" : "Caracter inválido \"%1$s\" en el nombre de archivo",
+ "Invalid filename extension \"%1$s\"" : "Extensión del archivo inválida \"%1$s\"",
"File already exists" : "El archivo ya existe",
"Invalid path" : "Ruta inválida",
"Failed to create file from template" : "No se pudo crear un archivo desde la plantilla",