diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-07 00:30:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-07 00:30:25 +0000 |
commit | 97ad1fbd96086bb57bf89bd5e40bfabe25d699fd (patch) | |
tree | 7bbe28247406329c7a356b0c08aa3b86927c1ce0 /apps/files/l10n/es.js | |
parent | c5f72f0761df8b4e2e8e5c7c3be0bf3a3d17ad55 (diff) | |
download | nextcloud-server-97ad1fbd96086bb57bf89bd5e40bfabe25d699fd.tar.gz nextcloud-server-97ad1fbd96086bb57bf89bd5e40bfabe25d699fd.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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 9e4c990705e..06f085f209c 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -193,6 +193,8 @@ OC.L10N.register( "ascending" : "ascendente", "descending" : "descendente", "Sort list by {column} ({direction})" : "Ordenar lista por {column} ({direction})", + "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.", "Storage informations" : "Informaciones de almacenamiento", "{usedQuotaByte} used" : "{usedQuotaByte} utilizados", "{relative}% used" : "{relative}% utilizado", @@ -238,6 +240,7 @@ OC.L10N.register( "Unable to create new file from template" : "No se ha podido crear un nuevo archivo desde la plantilla", "Delete permanently" : "Eliminar de forma definitiva", "Open folder {displayName}" : "Abrir carpeta {displayName}", + "Open in Files" : "Abrir en Archivos", "Open details" : "Abrir detalles", "Set up templates folder" : "Configura una carpeta para plantillas", "Templates" : "Plantillas", @@ -246,6 +249,9 @@ OC.L10N.register( "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", + "List of recently modified files and folders." : "Lista de archivos y carpetas modificados recientemente.", + "No recently modified files" : "No hay archivos modificados recientemente.", + "Files and folders you recently modified will show up here." : "Los archivos y carpetas que ha modificado recientemente aparecerán aquí.", "Toggle %1$s sublist" : "Alternar %1$s sublista", "Toggle grid view" : "Alternar vista de cuadrícula", "No entries found in this folder" : "No hay entradas en esta carpeta", |