@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.
|
|
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": "
|
|
39
|
+
"gitHead": "6dce99b13a7f9044dfab5b03c11def9ce42cbbe3"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -19,20 +19,20 @@ export const PlayerChangePasswordTranslations = {
|
|
|
19
19
|
},
|
|
20
20
|
ro: {
|
|
21
21
|
changePassword: {
|
|
22
|
-
title: `
|
|
23
|
-
currentPassword: `
|
|
24
|
-
invalidCurrentPassword: `
|
|
25
|
-
newPassword: `
|
|
26
|
-
invalidNewPassword: `
|
|
27
|
-
invalidNewPasswordSecondary: `
|
|
28
|
-
confirmPassword: `
|
|
29
|
-
confirmPasswordInvalid: `
|
|
30
|
-
submitChangePassword: `
|
|
31
|
-
returnToMenu:
|
|
32
|
-
changePasswordText: `
|
|
33
|
-
passwordReset: `
|
|
34
|
-
passwordResetConfirmation: `
|
|
35
|
-
backButtonText:
|
|
22
|
+
title: `Schimbă parola`,
|
|
23
|
+
currentPassword: `Parola curentă`,
|
|
24
|
+
invalidCurrentPassword: `Parola ar trebui să aibă între 8 și 20 de caractere și să conțină cel putin 1 majusculă, 1 număr și 1 caracter special. `,
|
|
25
|
+
newPassword: `Parola nouă`,
|
|
26
|
+
invalidNewPassword: `Noua parolă trebuie să fie diferită de cea veche.`,
|
|
27
|
+
invalidNewPasswordSecondary: `Parola ar trebui să aibă între 8 și 20 de caractere și să conțină cel putin 1 majusculă, 1 număr și 1 caracter special.`,
|
|
28
|
+
confirmPassword: `Confirmă parola`,
|
|
29
|
+
confirmPasswordInvalid: `Parolele trebuie să coincidă și să î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
|
};
|