@everymatrix/player-change-password 0.0.201 → 0.0.205

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-change-password",
3
- "version": "0.0.201",
3
+ "version": "0.0.205",
4
4
  "main": "dist/player-change-password.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "71051531499cfea745b53a0f7c0a77a252990ae7"
39
+ "gitHead": "6dce99b13a7f9044dfab5b03c11def9ce42cbbe3"
40
40
  }
@@ -19,20 +19,20 @@ export const PlayerChangePasswordTranslations = {
19
19
  },
20
20
  ro: {
21
21
  changePassword: {
22
- title: `Change Password`,
23
- currentPassword: `Current Password:`,
24
- invalidCurrentPassword: `The password should be 8-20 characters long, and contain at least 1 uppercase letter, 1 number and 1 special character.`,
25
- newPassword: `New Password:`,
26
- invalidNewPassword: `The new password must be different from the old password.`,
27
- invalidNewPasswordSecondary: `The password should be 8-20 characters long, and contain at least 1 uppercase letter, 1 number and 1 special character.`,
28
- confirmPassword: `Confirm Password:`,
29
- confirmPasswordInvalid: `Password must match the new password and must follow the same rules.`,
30
- submitChangePassword: `Change Password`,
31
- returnToMenu: `Return to menu`,
32
- changePasswordText: `Change Password`,
33
- passwordReset: `PASSWORD RESET`,
34
- passwordResetConfirmation: `Your password has been reset successfully.`,
35
- backButtonText: `Back to Casino`
22
+ title: `Schimbă parola`,
23
+ currentPassword: `Parola curentă`,
24
+ invalidCurrentPassword: `Parola ar trebui aibă între 8 și 20 de caractere și conțină cel putin 1 majusculă, 1 număr și 1 caracter special. `,
25
+ newPassword: `Parola nouă`,
26
+ invalidNewPassword: `Noua parolă trebuie fie diferită de cea veche.`,
27
+ invalidNewPasswordSecondary: `Parola ar trebui aibă între 8 și 20 de caractere și conțină cel putin 1 majusculă, 1 număr și 1 caracter special.`,
28
+ confirmPassword: `Confirmă parola`,
29
+ confirmPasswordInvalid: `Parolele trebuie coincidă și îndeplinească aceleași condiții.`,
30
+ submitChangePassword: `Schimbă parola`,
31
+ returnToMenu: `Înapoi la meniu`,
32
+ changePasswordText: `Schimbă parola`,
33
+ passwordReset: `Resetează parola`,
34
+ passwordResetConfirmation: `Parola a fost resetată cu succes.`,
35
+ backButtonText: `Înapoi la Cazino`
36
36
  }
37
37
  }
38
38
  };