diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:03 +0000 |
commit | aaf759bbb09e695de63fafe09405fe71dc6cc3bb (patch) | |
tree | e33e0e883f0ecfc19573b4ca065f17a6f36fbac1 /apps/files/l10n/es.js | |
parent | 752f3a39f9e4745a241063ff7f3322b753fa7bbb (diff) | |
download | nextcloud-server-aaf759bbb09e695de63fafe09405fe71dc6cc3bb.tar.gz nextcloud-server-aaf759bbb09e695de63fafe09405fe71dc6cc3bb.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 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 24e773d09f8..2c4ec023710 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -153,7 +153,6 @@ OC.L10N.register( "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", - "Unlimited" : "Ilimitado", "Upload (max. %s)" : "Subida (máx. %s)", "Accept" : "Aceptar", "Reject" : "Rechazar", @@ -179,7 +178,7 @@ OC.L10N.register( "Unknown error" : "Error desconocido", "Ownership transfer request sent" : "Enviada la solicitud de transferencia de propiedad", "Cannot transfer ownership of a file or folder you do not own" : "No puedes transferir la propiedad de un archivo o directorio del cual no eres propietario", - "Open the Files app settings" : "Abrir la configuración de la app Archivos", + "Open the files app settings" : "Abrir la configuración de la app Archivos", "Files settings" : "Configuración de archivos", "Show hidden files" : "Mostrar archivos ocultos", "Crop image previews" : "Recortar la previsualización de las imágenes", @@ -201,10 +200,6 @@ OC.L10N.register( "Set up templates folder" : "Configura una carpeta para plantillas", "Templates" : "Plantillas", "Unable to initialize the templates directory" : "No se ha podido iniciar la carpeta de plantillas", - "%s used" : "usado %s", - "%s%%" : "%s%%", - "%1$s of %2$s used" : "%1$s de %2$s usados", - "WebDAV" : "WebDAV", "Toggle %1$s sublist" : "Alternar %1$s sublista", "Toggle grid view" : "Alternar vista de cuadrÃcula", "No files in here" : "Aquà no hay archivos", @@ -229,7 +224,12 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "No tiene permisos para subir o crear archivos aquÃ", "New" : "Nuevo", "Copied!" : "¡Copiado!", + "Unlimited" : "Ilimitado", "Cannot transfer ownership of a file or folder you don't own" : "No se puede transferir la propiedad de un archivo o carpeta que no te pertenece", - "Settings" : "Ajustes" + "%s used" : "usado %s", + "%s%%" : "%s%%", + "%1$s of %2$s used" : "%1$s de %2$s usados", + "Settings" : "Ajustes", + "WebDAV" : "WebDAV" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |