diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-02 02:29:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-02 02:29:44 +0000 |
commit | 7d4cb9a13d77b6e5b8822b50b901feefc5b52240 (patch) | |
tree | 1453d8f90973b06f7daa2fe71a78b6a2803bffac /apps/settings/l10n/es_UY.js | |
parent | 2564d7f4d1348baa4ec17dfa9ffc9b96cc826b06 (diff) | |
download | nextcloud-server-7d4cb9a13d77b6e5b8822b50b901feefc5b52240.tar.gz nextcloud-server-7d4cb9a13d77b6e5b8822b50b901feefc5b52240.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/es_UY.js')
-rw-r--r-- | apps/settings/l10n/es_UY.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings/l10n/es_UY.js b/apps/settings/l10n/es_UY.js index 2dac880a4af..f7dbd2827cf 100644 --- a/apps/settings/l10n/es_UY.js +++ b/apps/settings/l10n/es_UY.js @@ -188,6 +188,7 @@ OC.L10N.register( "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Documentation" : "Documentación", "Forum" : "Foro", + "Login" : "Iniciar sesión", "SSL/TLS" : "SSL/TLS", "Open documentation" : "Abrir documentación", "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Es importante preparar este servidor para poder enviar correos electrónicos, como para restablecer contraseñas y notificaciones. ", @@ -196,6 +197,8 @@ OC.L10N.register( "From address" : "De la dirección", "Server address" : "Dirección del servidor", "Port" : "Puerto", + "Authentication method" : "Método de autenticación", + "Authentication required" : "Autenticación requerida", "Credentials" : "Credenciales", "SMTP Username" : "Usuario SMTP", "SMTP Password" : "Contraseña SMTP", @@ -229,12 +232,9 @@ OC.L10N.register( "Migration started …" : "La migración ha comenzado ...", "Address" : "Dirección", "Avatar" : "Avatar", - "Login" : "Iniciar sesión", "Plain" : "Plano", "NT LAN Manager" : "Administrador de LAN NT", "STARTTLS" : "STARTTLS", - "Authentication method" : "Método de autenticación", - "Authentication required" : "Autenticación requerida", "Please read carefully before activating server-side encryption: " : "Por favor lee detenidamente antes de activar la encripción del lado de servidor:", "Enable encryption" : "Habilitar encripción", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "Necesitas migrar tus llaves de encripción de la encripción anterior (ownCloud <= 8.0) a la actual. Por favor habilita el \"Módulo de encripción predeterminado\" y ejecuta el comando 'occ encryption:migrate'", |