diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-21 00:19:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-21 00:19:53 +0000 |
commit | 54b84f6c763a92aefac540131d098f10ce9ab148 (patch) | |
tree | 2cd099416fd1aa04ee580b11753607ba88d13761 /lib | |
parent | ec016b0a641b89b586357fb2713b3c81c773139f (diff) | |
download | nextcloud-server-54b84f6c763a92aefac540131d098f10ce9ab148.tar.gz nextcloud-server-54b84f6c763a92aefac540131d098f10ce9ab148.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/es_MX.js | 2 | ||||
-rw-r--r-- | lib/l10n/es_MX.json | 2 |
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", |