diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-15 02:27:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-15 02:27:32 +0000 |
commit | 6746a7aebc6d9999a6e9ca3a23bfa9e4017cecfd (patch) | |
tree | 89359fb58287d3459313e897557ef2142a398999 /apps/encryption/l10n/es_DO.js | |
parent | 2e1a560867dcf64433efe7a24d5ecdd69a3ba9f4 (diff) | |
download | nextcloud-server-6746a7aebc6d9999a6e9ca3a23bfa9e4017cecfd.tar.gz nextcloud-server-6746a7aebc6d9999a6e9ca3a23bfa9e4017cecfd.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/encryption/l10n/es_DO.js')
-rw-r--r-- | apps/encryption/l10n/es_DO.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/encryption/l10n/es_DO.js b/apps/encryption/l10n/es_DO.js index 60e0b23b14f..cb5d4474061 100644 --- a/apps/encryption/l10n/es_DO.js +++ b/apps/encryption/l10n/es_DO.js @@ -29,8 +29,6 @@ OC.L10N.register( "Missing Signature" : "Firma faltante", "one-time password for server-side-encryption" : "Contraseña de una-sola-vez para la encripción del lado del servidor", "Default encryption module" : "Módulo de encripción predeterminado", - "The share will expire on %s." : "El elemento compartido expirará el %s.", - "Cheers!" : "¡Saludos!", "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión", "Encrypt the home storage" : "Encriptar el almacenamiento de inicio", "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados", @@ -54,6 +52,8 @@ OC.L10N.register( "Enable password recovery:" : "Habilitar la recuperación de contraseña:", "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña", "Enabled" : "Habilitado", - "Disabled" : "Deshabilitado" + "Disabled" : "Deshabilitado", + "The share will expire on %s." : "El elemento compartido expirará el %s.", + "Cheers!" : "¡Saludos!" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |