diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-27 00:26:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-27 00:26:53 +0000 |
commit | 912b18b1fc9fd90bfc78f942cd2043a5a0145e69 (patch) | |
tree | e10acec5709011fd37a9daa6315cbf71e87de6ca /apps/files/l10n/es.js | |
parent | d395fa862b79ba3720ed5a1494a7c6ebb031b356 (diff) | |
download | nextcloud-server-912b18b1fc9fd90bfc78f942cd2043a5a0145e69.tar.gz nextcloud-server-912b18b1fc9fd90bfc78f942cd2043a5a0145e69.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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 623c4cf267f..d0fa90f01cc 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -198,7 +198,10 @@ OC.L10N.register( "Unselect all" : "Desmarrcar todos", "List of files and folders." : "Lista de archivos y carpetas.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta lista no se muestra completamente por motivos de rendimiento. Los archivos se mostrarán a medida que navega por la lista.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} y {summaryFolder}", "File not found" : "No se ha encontrado el archivo", + "_{count} file_::_{count} files_" : ["{count} archivo","{count} archivos","{count} archivos"], + "_{count} folder_::_{count} folders_" : ["{count} carpeta","{count} carpetas","{count} carpetas"], "Storage informations" : "Informaciones de almacenamiento", "{usedQuotaByte} used" : "{usedQuotaByte} utilizados", "{relative}% used" : "{relative}% utilizado", @@ -246,6 +249,8 @@ 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", + "Copy to {target}" : "Copiar a {target}", + "Move to {target}" : "Mover a {target}", "Open folder {displayName}" : "Abrir carpeta {displayName}", "Open in Files" : "Abrir en Archivos", "Open details" : "Abrir detalles", |