diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-17 00:19:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-17 00:19:35 +0000 |
commit | 4362ed53614c900c53986b694ea3eea3799ab9c1 (patch) | |
tree | ee87ecc56beb5a2627f92ba129f4175af83f4d99 /lib/l10n/es.js | |
parent | d237fd0e78af8bbff51f2802efd4db1d88457579 (diff) | |
download | nextcloud-server-4362ed53614c900c53986b694ea3eea3799ab9c1.tar.gz nextcloud-server-4362ed53614c900c53986b694ea3eea3799ab9c1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es.js')
-rw-r--r-- | lib/l10n/es.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js index 04b378cd6f4..e62f9d458e6 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -80,6 +80,7 @@ OC.L10N.register( "seconds ago" : "hace segundos", "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 %s no existe. Por favor, actívalo en la configuración de apps o contacta con tu administrador.", + "Dot files are not allowed" : "Los archivos Dot no están permitidos", "File already exists" : "El archivo ya existe", "Invalid path" : "Ruta no válida", "Failed to create file from template" : "Fallo al crear el archivo desde plantilla", @@ -87,7 +88,6 @@ OC.L10N.register( "File name is a reserved word" : "El nombre de archivo es una palabra reservada", "File name contains at least one invalid character" : "El nombre del archivo contiene al menos un carácter inválido", "File name is too long" : "El nombre del archivo es demasiado largo", - "Dot files are not allowed" : "Los archivos Dot no están permitidos", "Empty filename is not allowed" : "No se puede dejar el nombre en blanco.", "App \"%s\" cannot be installed because appinfo file cannot be read." : "No se puede instalar la app \"%s\" debido a que no se puede leer la información de la app.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "No se puede instalar la aplicación \"%s\" porque no es compatible con esta versión del servidor.", |