@everymatrix/player-profile-info 0.0.260 → 0.0.261
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-profile-info",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.261",
|
|
4
4
|
"main": "dist/player-profile-info.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": "a93c0ae8104c039af7d54949a0889c11bca83acb"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -45,7 +45,7 @@ export const PlayerProfileTranslations = {
|
|
|
45
45
|
securityQuestionError: 'Întrebarea de securitate trebuie să aibă cel puțin 1 caracter și maximum 120 de caractere.',
|
|
46
46
|
firstName: `Prenume:`,
|
|
47
47
|
securityAnswer: `Răspuns securitate:`,
|
|
48
|
-
securityAnswerError: '
|
|
48
|
+
securityAnswerError: 'Raspunsul de securitate trebuie să aibă cel puțin 1 caracter și maximum 120 de caractere.',
|
|
49
49
|
lastName: `Nume:`,
|
|
50
50
|
dateOfBirth: `Data nașterii:`,
|
|
51
51
|
currency: `Monedă:`,
|
|
@@ -55,7 +55,7 @@ export const PlayerProfileTranslations = {
|
|
|
55
55
|
userCityError: 'Orașul trebuie să aibă cel puțin 1 caracter și maximum 50 de caractere.',
|
|
56
56
|
userCity: `Oraș:`,
|
|
57
57
|
userAddress: `Adresă:`,
|
|
58
|
-
userAddressError: '
|
|
58
|
+
userAddressError: 'Adresa trebuie sa fie cuprinsa intre 1 si 100 de caractere.',
|
|
59
59
|
userPostalCode: `Cod poștal:`,
|
|
60
60
|
userPostalCodeError: 'Codul poștal trebuie să aibă cel puțin 1 caracter și maximum 20 de caractere.',
|
|
61
61
|
userNotifications: `Notificări`,
|
|
@@ -75,8 +75,8 @@ export const PlayerProfileTranslations = {
|
|
|
75
75
|
userEmail: `E-posta:`,
|
|
76
76
|
securityQuestion: `Güvenlik Sorusu:`,
|
|
77
77
|
securityQuestionError: 'Güvenlik sorusu en az 1, en fazla 120 karakter uzunluğunda olmalıdır.',
|
|
78
|
-
firstName:
|
|
79
|
-
securityAnswer:
|
|
78
|
+
firstName: `İlk adı:`,
|
|
79
|
+
securityAnswer: `Güvenlik cevabı`,
|
|
80
80
|
securityAnswerError: 'Güvenlik cevabı en az 1 karakter uzunluğunda ve en fazla 120 karakter olmalıdır.',
|
|
81
81
|
lastName: `Soyadı:`,
|
|
82
82
|
dateOfBirth: `Doğum tarihi:`,
|