Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/es.js')
-rw-r--r--l10n/es.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/l10n/es.js b/l10n/es.js
index 400a279..e69b14f 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -1,6 +1,11 @@
OC.L10N.register(
"password_policy",
{
+ "Password needs to be at least %s characters long" : "La contraseña debe tener al menos %s caracteres",
+ "Password needs to contain at least one lower and one upper case character." : "La contraseña debe contener al menos una minúscula y una mayúscula",
+ "Password needs to contain at least one numeric character." : "La contraseña debe contener al menos un número",
+ "Password needs to contain at least one special character." : "La contraseña debe contener al menos un carácter especial.",
+ "Password is among the 1,000,000 most common ones. Please make it unique." : "La contraseña está entre el millón más común. Por favor, elige una diferente.",
"Password policy" : "Política de contraseñas",
"Minimal length" : "Longitud mínima",
"Forbid common passwords" : "Prohibir contraseñas comunes",