diff options
author | Faraz Samapoor <f.samapoor@gmail.com> | 2023-06-27 19:07:09 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 19:07:09 +0330 |
commit | bbfe2fb821f00713f46fd896a41dfc62cc02c31a (patch) | |
tree | 22923a6d3a78f7f1d780e958ff118a669c6c8c63 /apps/settings/l10n/es_UY.json | |
parent | 8c64ccae01ef3143a47dcca0b7ddb115d601c2f1 (diff) | |
parent | 266436b76788d14e061bbe1f013bc052edc8041f (diff) | |
download | nextcloud-server-bbfe2fb821f00713f46fd896a41dfc62cc02c31a.tar.gz nextcloud-server-bbfe2fb821f00713f46fd896a41dfc62cc02c31a.zip |
Merge branch 'master' into replace_strpos_calls_in_dav_app
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Diffstat (limited to 'apps/settings/l10n/es_UY.json')
-rw-r--r-- | apps/settings/l10n/es_UY.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/settings/l10n/es_UY.json b/apps/settings/l10n/es_UY.json index 268538c45d9..8cdb5b12313 100644 --- a/apps/settings/l10n/es_UY.json +++ b/apps/settings/l10n/es_UY.json @@ -150,7 +150,6 @@ "Your Twitter handle" : "Tu cuenta de Twitter", "Your website" : "Tu sitio web", "Add" : "Agregar", - "{size} used" : "{size} usado", "Display name" : "Nombre a desplegar", "Email" : "Correo electrónico", "Group admin for" : "Administrador del grupo para", @@ -159,6 +158,7 @@ "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", "Default quota" : "Cuota predeterminada", + "{size} used" : "{size} usado", "Unnamed device" : "Dispositivo sin nombre", "Your apps" : "Tus aplicaciones", "Changelog" : "Bitácora de cambios", @@ -187,7 +187,7 @@ "Documentation" : "Documentación", "Forum" : "Foro", "Login" : "Iniciar sesión", - "SSL/TLS" : "SSL/TLS", + "SSL" : "SSL", "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. ", "Send mode" : "Modo de envío", @@ -195,7 +195,7 @@ "From address" : "De la dirección", "Server address" : "Dirección del servidor", "Port" : "Puerto", - "Authentication method" : "Método de autenticación", + "Authentication" : "Autenticación", "Authentication required" : "Autenticación requerida", "Credentials" : "Credenciales", "SMTP Username" : "Usuario SMTP", @@ -225,7 +225,8 @@ "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Plain" : "Plano", "NT LAN Manager" : "Administrador de LAN NT", + "SSL/TLS" : "SSL/TLS", "STARTTLS" : "STARTTLS", - "Avatar" : "Avatar" + "Authentication method" : "Método de autenticación" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |