diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-15 00:26:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-15 00:26:07 +0000 |
commit | 4515feef0c294465381fa39c460e4aff15e526ab (patch) | |
tree | 30217896f88e873b944e637f7ffb5eac45fc3573 /apps/files_external/l10n/es_CL.js | |
parent | aa7f5ac358ae9d489f5bbf71078e7066d25b0e9c (diff) | |
download | nextcloud-server-4515feef0c294465381fa39c460e4aff15e526ab.tar.gz nextcloud-server-4515feef0c294465381fa39c460e4aff15e526ab.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external/l10n/es_CL.js')
-rw-r--r-- | apps/files_external/l10n/es_CL.js | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/apps/files_external/l10n/es_CL.js b/apps/files_external/l10n/es_CL.js index a38f99c0e59..44733fd4481 100644 --- a/apps/files_external/l10n/es_CL.js +++ b/apps/files_external/l10n/es_CL.js @@ -100,23 +100,11 @@ OC.L10N.register( "Click to recheck the configuration" : "Haz click para volver a marcar la configuración", "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", - "Empty response from the server" : "Respuesta del servidor vacía", - "Couldn't access. Please log out and in again to activate this mount point" : "No fue posible accesar. Por favor sal de la sesión y vuelve a entrar para activar este punto de montaje", - "Couldn't get the information from the remote server: {code} {type}" : "No fue posible obtener la información del servidor remoto: {code} {type}", - "Couldn't get the list of external mount points: {type}" : "No fue posible obtener la lista de puntos de montaje externos: {type}", - "There was an error with message: " : "Se presentó un problema con el mensaje:", - "external-storage" : "almacenamiento externo", - "Couldn't fetch list of Windows network drive mount points: Empty response from server" : "No fue posible obtener el listado de los puntos de motaje de unidades de red Windows. Respuesta vacía del servidor", - "Please enter the credentials for the {mount} mount" : "Por favor ingresa las credenciales para el montaje {mount}", - "Username" : "Usuario", - "Credentials saved" : "Credenciales guardadas", - "Credentials saving failed" : "Se ha presentado una falla al guardar las credenciales", - "Credentials required" : "Se requieren credenciales", "Storage with ID \"%d\" is not user editable" : "El almacenamiento con ID \"%d\" no puede ser editado por el usuario", + "Username" : "Usuario", "Username and password" : "Usuario y contraseña", "User entered, store in database" : "Usuario ingresado, almacenar en la base de datos", "Username as share" : "Usuario como elemento compartido", - "Name" : "Nombre", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |