pcm-shared-components 2.0.142 → 2.0.143
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2755,6 +2755,13 @@
|
|
|
2755
2755
|
},
|
|
2756
2756
|
"user_password": {
|
|
2757
2757
|
"change_password": "User Password",
|
|
2758
|
+
"conditions": {
|
|
2759
|
+
"length_match": "Must be at least 6 characters",
|
|
2760
|
+
"match_password": "Both passwords must match",
|
|
2761
|
+
"numeric": "At least one number",
|
|
2762
|
+
"special_char": "At least one special character !@#.*_-",
|
|
2763
|
+
"upper_case": "At least one uppercase character"
|
|
2764
|
+
},
|
|
2758
2765
|
"current_password": "Current Password",
|
|
2759
2766
|
"msg": {
|
|
2760
2767
|
"invalid_password": "Invalid password",
|
|
@@ -2755,6 +2755,13 @@
|
|
|
2755
2755
|
},
|
|
2756
2756
|
"user_password": {
|
|
2757
2757
|
"change_password": "Contraseña de usuario",
|
|
2758
|
+
"conditions": {
|
|
2759
|
+
"length_match": "Debe tener al menos 6 caracteres",
|
|
2760
|
+
"match_password": "Ambas contraseñas deben coincidir",
|
|
2761
|
+
"numeric": "Al menos un número",
|
|
2762
|
+
"special_char": "Al menos un carácter especial !@#.*_-",
|
|
2763
|
+
"upper_case": "Al menos un carácter en mayúscula"
|
|
2764
|
+
},
|
|
2758
2765
|
"current_password": "contraseña actual",
|
|
2759
2766
|
"msg": {
|
|
2760
2767
|
"invalid_password": "Contraseña invalida",
|
|
@@ -2755,6 +2755,13 @@
|
|
|
2755
2755
|
},
|
|
2756
2756
|
"user_password": {
|
|
2757
2757
|
"change_password": "Changer le mot de passe",
|
|
2758
|
+
"conditions": {
|
|
2759
|
+
"length_match": "Doit comporter au moins 6 caractères",
|
|
2760
|
+
"match_password": "Les deux mots de passe doivent correspondre",
|
|
2761
|
+
"numeric": "Au moins un numéro",
|
|
2762
|
+
"special_char": "Au moins un caractère spécial !@#.*_-",
|
|
2763
|
+
"upper_case": "Au moins un caractère majuscule"
|
|
2764
|
+
},
|
|
2758
2765
|
"current_password": "Mot de passe actuel",
|
|
2759
2766
|
"msg": {
|
|
2760
2767
|
"invalid_password": "Mot de passe incorrect",
|