diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-29 00:25:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-29 00:25:29 +0000 |
commit | 703f20b5bc0af2d55ba9e0e75ddfe9f198d4b3c9 (patch) | |
tree | ef4c158b411c1936c67f382bac8a40e968f5ec30 /apps/files/l10n/es.js | |
parent | f174e4a0575284fd6eb14ec2365962213093441f (diff) | |
download | nextcloud-server-703f20b5bc0af2d55ba9e0e75ddfe9f198d4b3c9.tar.gz nextcloud-server-703f20b5bc0af2d55ba9e0e75ddfe9f198d4b3c9.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index d0fa90f01cc..e2cbd1483b4 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "No se ha podido renombrar \"{oldName}\", ya no existe.", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{newName}\" ya está en uso en la carpeta \"{dir}\". Por favor, escoja un nombre diferente.", "Could not rename \"{oldName}\"" : "No se ha podido renombrar \"{oldName}\"", + "Could not copy {file}. {message}" : "No se pudo copiar {file}. {message}", + "Could not move {file}. {message}" : "No se pudo mover {file}. {message}", "Total rows summary" : "Resumen de filas totales", "\"{displayName}\" failed on some elements " : "\"{displayName}\" fallo en algunos elementos", "\"{displayName}\" batch action executed successfully" : "la acción en lotes \"{displayName}\" se ejecutó exitósamente", @@ -249,8 +251,16 @@ OC.L10N.register( "Blank" : "Vacío", "Unable to create new file from template" : "No se ha podido crear un nuevo archivo desde la plantilla", "Delete permanently" : "Eliminar de forma definitiva", + "Destination is not a folder" : "El destino no es una carpeta", + "This file/folder is already in that directory" : "Este archivo/carpeta ya está en ese directorio", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "No puede mover un archivo/carpeta a sí mismo o a una sub-carpeta de sí mismo", + "A file or folder with that name already exists in this folder" : "Un archivo o carpeta con ese nombre ya existe en esta carpeta", + "The files is locked" : "El archivo está bloqueado", + "The file does not exist anymore" : "El archivo ya no existe", + "Chose destination" : "Seleccione el destino", "Copy to {target}" : "Copiar a {target}", "Move to {target}" : "Mover a {target}", + "Cancelled move or copy operation" : "Se canceló la operación de mover o copiar", "Open folder {displayName}" : "Abrir carpeta {displayName}", "Open in Files" : "Abrir en Archivos", "Open details" : "Abrir detalles", @@ -259,6 +269,11 @@ OC.L10N.register( "Templates" : "Plantillas", "Create new templates folder" : "Crear nueva carpeta de plantillas", "Unable to initialize the templates directory" : "No se ha podido iniciar la carpeta de plantillas", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} archivo y 1 carpeta","{fileCount} archivos y 1 carpeta","{fileCount} archivos y 1 carpeta"], + "{fileCount} files and {folderCount} folders" : "{fileCount} archivos y {folderCount} carpetas", "List of favorites files and folders." : "Lista de archivos y carpetas favoritos.", "No favorites yet" : "Aún no hay favoritos", "Files and folders you mark as favorite will show up here" : "Aquí aparecerán los archivos y carpetas que has marcado como favoritos", |