pcm-shared-components 2.0.142 → 2.0.144

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.
@@ -740,6 +740,7 @@
740
740
  "show_audit_logs": "Show Audit Logs",
741
741
  "show_less": "Show Less",
742
742
  "show_more": "Show More",
743
+ "show_my_reservations": "Show my reservations",
743
744
  "show_reports": "Show Report",
744
745
  "show_unavailable": "Show unavailable results",
745
746
  "simgle_level_home": "Single level home",
@@ -2755,6 +2756,13 @@
2755
2756
  },
2756
2757
  "user_password": {
2757
2758
  "change_password": "User Password",
2759
+ "conditions": {
2760
+ "length_match": "Must be at least 6 characters",
2761
+ "match_password": "Both passwords must match",
2762
+ "numeric": "At least one number",
2763
+ "special_char": "At least one special character !@#.*_-",
2764
+ "upper_case": "At least one uppercase character"
2765
+ },
2758
2766
  "current_password": "Current Password",
2759
2767
  "msg": {
2760
2768
  "invalid_password": "Invalid password",
@@ -740,6 +740,7 @@
740
740
  "show_audit_logs": "Mostrar registros de auditoría",
741
741
  "show_less": "Mostrar menos",
742
742
  "show_more": "Mostrar más",
743
+ "show_my_reservations": "Mostrar mis reservas",
743
744
  "show_reports": "Mostrar reporte",
744
745
  "show_unavailable": "Mostrar resultados no disponibles",
745
746
  "simgle_level_home": "Casa de un solo nivel",
@@ -2755,6 +2756,13 @@
2755
2756
  },
2756
2757
  "user_password": {
2757
2758
  "change_password": "Contraseña de usuario",
2759
+ "conditions": {
2760
+ "length_match": "Debe tener al menos 6 caracteres",
2761
+ "match_password": "Ambas contraseñas deben coincidir",
2762
+ "numeric": "Al menos un número",
2763
+ "special_char": "Al menos un carácter especial !@#.*_-",
2764
+ "upper_case": "Al menos un carácter en mayúscula"
2765
+ },
2758
2766
  "current_password": "contraseña actual",
2759
2767
  "msg": {
2760
2768
  "invalid_password": "Contraseña invalida",
@@ -740,6 +740,7 @@
740
740
  "show_audit_logs": "Afficher les journaux d'audit",
741
741
  "show_less": "Afficher Moins",
742
742
  "show_more": "Afficher Plus",
743
+ "show_my_reservations": "Afficher mes réservations",
743
744
  "show_reports": "Afficher le rapport",
744
745
  "show_unavailable": "Afficher les résultats non disponibles",
745
746
  "simgle_level_home": "Maison de plain-pied",
@@ -2755,6 +2756,13 @@
2755
2756
  },
2756
2757
  "user_password": {
2757
2758
  "change_password": "Changer le mot de passe",
2759
+ "conditions": {
2760
+ "length_match": "Doit comporter au moins 6 caractères",
2761
+ "match_password": "Les deux mots de passe doivent correspondre",
2762
+ "numeric": "Au moins un numéro",
2763
+ "special_char": "Au moins un caractère spécial !@#.*_-",
2764
+ "upper_case": "Au moins un caractère majuscule"
2765
+ },
2758
2766
  "current_password": "Mot de passe actuel",
2759
2767
  "msg": {
2760
2768
  "invalid_password": "Mot de passe incorrect",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.142",
3
+ "version": "2.0.144",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {