diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-18 00:36:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-18 00:36:00 +0000 |
commit | 7901a7059ff085d6b491212aa3933d426bedd809 (patch) | |
tree | 96674e02be30973cefd525047f82e1f4ff0a1857 /apps/files/l10n/es.js | |
parent | 362acd93aaffdb1271c8d5356cd2d6ea4ffaf9e1 (diff) | |
download | nextcloud-server-7901a7059ff085d6b491212aa3933d426bedd809.tar.gz nextcloud-server-7901a7059ff085d6b491212aa3933d426bedd809.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 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 54791212dba..d6ca5024897 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -155,7 +155,6 @@ OC.L10N.register( "A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo fue agregado o borrado de tus <strong>favoritos</strong>", "A file or folder has been <strong>changed</strong>" : "Se ha <strong>modificado</strong> un archivo o carpeta", "A favorite file or folder has been <strong>changed</strong>" : "Un archivo o carpeta favorito ha sido <strong>cambiado</strong>", - "All files" : "Todos los archivos", "Upload (max. %s)" : "Subida (máx. %s)", "Accept" : "Aceptar", "Reject" : "Rechazar", @@ -187,15 +186,16 @@ OC.L10N.register( "The name \"{newName}\"\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{newName}\" ya se utiliza en la carpeta \"{dir}\". Por favor, elija un nombre diferente", "Could not rename \"{oldName}\"" : "No se ha podido renombrar \"{oldName}\"", "Total rows summary" : "Resumen de filas totales", - "Select all" : "Seleccionar todo", - "Unselect all" : "Desmarrcar todos", "\"{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", "ascending" : "ascendente", "descending" : "descendente", "Sort list by {column} ({direction})" : "Ordenar lista por {column} ({direction})", + "Select all" : "Seleccionar todo", + "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.", + "File not found" : "No se ha encontrado el archivo", "Storage informations" : "Informaciones de almacenamiento", "{usedQuotaByte} used" : "{usedQuotaByte} utilizados", "{relative}% used" : "{relative}% utilizado", @@ -250,11 +250,11 @@ 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", + "All files" : "Todos los archivos", "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", "Upload too large" : "Subida demasido grande", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que está intentando subir sobrepasan el tamaño máximo permitido en este servidor.", @@ -268,6 +268,7 @@ OC.L10N.register( "%s used" : "usado %s", "%s%%" : "%s%%", "%1$s of %2$s used" : "%1$s de %2$s usados", + "Toggle grid view" : "Alternar vista de cuadrícula", "Deleted files" : "Archivos eliminados", "Shares" : "Archivos compartidos", "Shared with others" : "Compartido con otros", |