diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:31 +0000 |
commit | 99be997dcaefbc561e8c8085e01136655ec26247 (patch) | |
tree | 7e4c56e4220aed40986a5989cd734312c56ceff1 /apps/files/l10n/es_AR.js | |
parent | 012624743917cf9388f2abd33760a50d83d497e9 (diff) | |
download | nextcloud-server-99be997dcaefbc561e8c8085e01136655ec26247.tar.gz nextcloud-server-99be997dcaefbc561e8c8085e01136655ec26247.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es_AR.js')
-rw-r--r-- | apps/files/l10n/es_AR.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/files/l10n/es_AR.js b/apps/files/l10n/es_AR.js index d93cb97bb66..927b042d25b 100644 --- a/apps/files/l10n/es_AR.js +++ b/apps/files/l10n/es_AR.js @@ -109,24 +109,25 @@ OC.L10N.register( "Accept" : "Aceptar", "in %s" : "en %s", "File Management" : "Administración de Archivos", + "Select all" : "Seleccionar todo", "Change" : "Cambiar", "Unknown error" : "Se presentó un error desconocido", + "No files in here" : "No hay archivos aquÃ", + "Go back" : "Regresar", "Show hidden files" : "Mostrar archivos ocultos", "Additional settings" : "Configuraciones adicionales", "WebDAV" : "WebDAV", "Copy to clipboard" : "Copiar al portapapeles", "Cancel" : "Cancelar", "Create" : "Crear", + "Delete permanently" : "Borrar permanentemente", "Toggle grid view" : "Vista de cuadrÃcula", - "No files in here" : "No hay archivos aquÃ", "Upload some content or sync with your devices!" : "¡Cargue algún contenido o sincronice con sus dispositivos!", "No entries found in this folder" : "No se encontraron elementos en esta carpeta", - "Select all" : "Seleccionar todo", "Upload too large" : "La carga es demasido grande", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que está intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.", "No favorites yet" : "Aún no hay favoritos", "Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marque como favortios se mostrarán aquÃ. ", - "Deleted files" : "Archivos borrados", "Shares" : "Shares", "Shared with others" : "Compartido con otros", "Shared with you" : "Compartido con usted", @@ -141,6 +142,7 @@ OC.L10N.register( "Unlimited" : "Ilimitado", "%s used" : "%s usado", "%1$s of %2$s used" : "%1$s de %2$s usados", - "Settings" : "Configuraciones " + "Settings" : "Configuraciones ", + "Deleted files" : "Archivos borrados" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |