diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-11 02:24:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-11 02:24:41 +0000 |
commit | 380e5a4ee17ad5e976753cbbd79247f217e5d886 (patch) | |
tree | 2165349c62f68d3db313f74897a2a8db37c6b004 /apps/files/l10n/es.js | |
parent | 4014d4d0ff6e78afc2a193c7cdae53117f532c0c (diff) | |
download | nextcloud-server-380e5a4ee17ad5e976753cbbd79247f217e5d886.tar.gz nextcloud-server-380e5a4ee17ad5e976753cbbd79247f217e5d886.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, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index e04bd3a8122..15568ff0d9d 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -1,9 +1,6 @@ OC.L10N.register( "files", { - "Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente", - "Storage invalid" : "Almacenamiento no válido", - "Unknown error" : "Error desconocido", "File could not be found" : "El archivo no se ha encontrado", "Move or copy" : "Mover o copiar", "Download" : "Descargar", @@ -53,6 +50,7 @@ OC.L10N.register( "Unable to determine date" : "No se ha podido determinar la fecha", "This operation is forbidden" : "Esta operaciĂłn está prohibida", "This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verifique los registros o contacte con el administrador", + "Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente", "Could not move \"{file}\", target exists" : "No se pudo mover \"{file}\", ya existe", "Could not move \"{file}\"" : "No se pudo mover \"{file}\"", "copy" : "copiar", @@ -178,6 +176,7 @@ OC.L10N.register( "Transfer" : "Transferir", "Transfer {path} to {userid}" : "Transferir {path} a {userid}", "Invalid path selected" : "Ruta de archivo seleccionada no válida.", + "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", @@ -225,6 +224,7 @@ OC.L10N.register( "Pending shares" : "Recursos compartidos pendientes", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo archivo.txt", + "Storage invalid" : "Almacenamiento no válido", "Select" : "Seleccionar", "You don’t have permission to upload or create files here" : "No tiene permisos para subir o crear archivos aquĂ", "New" : "Nuevo", |