diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-28 00:26:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-28 00:26:39 +0000 |
commit | cf59499274b0fba60aeb782edc06ab379226be50 (patch) | |
tree | 49d14b9fc871baefc09c09d5df75be296c5289be /core/l10n/es.js | |
parent | 897c4d403700d8668c1df2f05837953c62aa2878 (diff) | |
download | nextcloud-server-cf59499274b0fba60aeb782edc06ab379226be50.tar.gz nextcloud-server-cf59499274b0fba60aeb782edc06ab379226be50.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/es.js')
-rw-r--r-- | core/l10n/es.js | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js index 7f094e8c859..1bc1e95a731 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -236,21 +236,9 @@ OC.L10N.register( "Looking for {term} …" : "Buscando {term}...", "No" : "No", "Yes" : "Sí", - "No files in here" : "Aquí no hay archivos", - "New folder" : "Nueva carpeta", - "No more subfolders in here" : "No hay más subcarpetas aquí", - "Name" : "Nombre", - "Size" : "Tamaño", - "Modified" : "Modificado", - "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.", - "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", - "\"/\" is not allowed inside a file name." : "\"/\" no se permite en un nombre de archivo.", - "\"{name}\" is not an allowed filetype" : "\"{name}\" no es un tipo de archivo permitido", - "{newName} already exists" : "{newName} ya existe", "Choose" : "Seleccionar", "Copy" : "Copiar", "Move" : "Mover", - "Error loading file picker template: {error}" : "Error al cargar plantilla del seleccionador de archivos: {error}", "OK" : "OK", "Error loading message template: {error}" : "Error al cargar plantilla del mensaje: {error}", "read-only" : "solo lectura", @@ -265,12 +253,6 @@ OC.L10N.register( "(all selected)" : "(seleccionados todos)", "({count} selected)" : "({count} seleccionados)", "Error loading file exists template" : "Error cargando plantilla de archivo existente", - "Show list view" : "Mostrar vista de lista", - "Show grid view" : "Mostrar vista de cuadrícula", - "Pending" : "Pendiente", - "Home" : "Casa", - "Copy to {folder}" : "Copiar a {folder}", - "Move to {folder}" : "Mover a {folder}", "Saving …" : "Guardando...", "Authentication required" : "Se necesita autenticación", "This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña", @@ -424,6 +406,24 @@ OC.L10N.register( "If it is not there ask your local administrator." : "Si no está ahí ponte en contacto con el administrador local", "Press enter to start searching" : "Pulse Intro para iniciar la búsqueda", "Settings" : "Configuraciones", + "No files in here" : "Aquí no hay archivos", + "New folder" : "Nueva carpeta", + "No more subfolders in here" : "No hay más subcarpetas aquí", + "Name" : "Nombre", + "Size" : "Tamaño", + "Modified" : "Modificado", + "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.", + "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"/\" is not allowed inside a file name." : "\"/\" no se permite en un nombre de archivo.", + "\"{name}\" is not an allowed filetype" : "\"{name}\" no es un tipo de archivo permitido", + "{newName} already exists" : "{newName} ya existe", + "Error loading file picker template: {error}" : "Error al cargar plantilla del seleccionador de archivos: {error}", + "Show list view" : "Mostrar vista de lista", + "Show grid view" : "Mostrar vista de cuadrícula", + "Pending" : "Pendiente", + "Home" : "Casa", + "Copy to {folder}" : "Copiar a {folder}", + "Move to {folder}" : "Mover a {folder}", "File not found" : "Archivo no encontrado", "The document could not be found on the server. Maybe the share was deleted or has expired?" : "El documento no se pudo encontrar en el servidor. Es posible que el enlace fuera eliminado o haya caducado.", "Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor utilice la actualización mediante la linea de comandos porque la actualización automática está desactivada en config.php.", |