@everymatrix/general-player-register-form-step3 1.3.2 → 1.3.4
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/general-player-register-form-step3",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"main": "dist/general-player-register-form-step3.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": "61b113dba12330dbbaeef6e4ba84771630a15e7f"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -11,7 +11,7 @@ export const RegisterFormStep3Translations = {
|
|
|
11
11
|
registerCountry: 'Country',
|
|
12
12
|
registerNationality: 'Nationality',
|
|
13
13
|
registerMobile: 'Mobile',
|
|
14
|
-
registerMobileError: 'Mobile must be at least 5 character long and
|
|
14
|
+
registerMobileError: 'Mobile must be at least 5 character long and 12 characters maximum.',
|
|
15
15
|
registerUserConsents: 'I want to receive exclusive offers and bonuses. I am aware that I can unsubscribe whenever I want to.',
|
|
16
16
|
registerUserConsentsSMS: 'SMS',
|
|
17
17
|
registerUserConsentsEmail: 'Email',
|
|
@@ -32,7 +32,7 @@ export const RegisterFormStep3Translations = {
|
|
|
32
32
|
registerCountry: '國家',
|
|
33
33
|
registerNationality: '國籍',
|
|
34
34
|
registerMobile: '移動的',
|
|
35
|
-
registerMobileError: '移動設備的長度必須至少為 5 個字符,最多
|
|
35
|
+
registerMobileError: '移動設備的長度必須至少為 5 個字符,最多 12 個字符。',
|
|
36
36
|
registerUserConsents: '我想收到獨家優惠和獎金。 我知道我可以隨時取消訂閱。',
|
|
37
37
|
registerUserConsentsSMS: '短信',
|
|
38
38
|
registerUserConsentsEmail: '電子郵件',
|
|
@@ -53,7 +53,7 @@ export const RegisterFormStep3Translations = {
|
|
|
53
53
|
registerCountry: 'Pays',
|
|
54
54
|
registerNationality: 'Nationalité',
|
|
55
55
|
registerMobile: 'Téléphone',
|
|
56
|
-
registerMobileError: 'Le téléphone doit comporter au moins 5 caractère et
|
|
56
|
+
registerMobileError: 'Le téléphone doit comporter au moins 5 caractère et 12 caractères au maximum.',
|
|
57
57
|
registerUserConsents: 'Je veux recevoir des offres exclusives et des bonus , je sais que je peux me désinscrire quand je le veux.',
|
|
58
58
|
registerUserConsentsSMS: 'SMS',
|
|
59
59
|
registerUserConsentsEmail: 'Email',
|
|
@@ -74,7 +74,7 @@ export const RegisterFormStep3Translations = {
|
|
|
74
74
|
registerCountry: 'Ülke',
|
|
75
75
|
registerNationality: 'Milliyet',
|
|
76
76
|
registerMobile: 'Mobil',
|
|
77
|
-
registerMobileError: 'Mobil en az 5 karakter uzunluğunda ve en fazla
|
|
77
|
+
registerMobileError: 'Mobil en az 5 karakter uzunluğunda ve en fazla 12 karakter olmalıdır.',
|
|
78
78
|
registerUserConsents: 'Özel teklifler ve bonuslar almak istiyorum. İstediğim zaman abonelikten çıkabileceğimin farkındayım.',
|
|
79
79
|
registerUserConsentsSMS: 'SMS',
|
|
80
80
|
registerUserConsentsEmail: 'E-posta',
|
|
@@ -95,7 +95,7 @@ export const RegisterFormStep3Translations = {
|
|
|
95
95
|
registerCountry: 'Tara',
|
|
96
96
|
registerNationality: 'Nationalitatea',
|
|
97
97
|
registerMobile: 'Telefon',
|
|
98
|
-
registerMobileError: 'Telefonul trebuie sa fie cuprins intre 5 si
|
|
98
|
+
registerMobileError: 'Telefonul trebuie sa fie cuprins intre 5 si 12 de cifre.',
|
|
99
99
|
registerUserConsents: 'Vreau sa primesc oferte si bonusuri exclusive. Sunt constient ca pot sa dau unsubscribe oricand.',
|
|
100
100
|
registerUserConsentsSMS: 'SMS',
|
|
101
101
|
registerUserConsentsEmail: 'Email',
|
|
@@ -116,7 +116,7 @@ export const RegisterFormStep3Translations = {
|
|
|
116
116
|
registerCountry: 'País',
|
|
117
117
|
registerNationality: 'Nacionalidad',
|
|
118
118
|
registerMobile: 'Móvil:',
|
|
119
|
-
registerMobileError: 'El móvil debe tener mínimo 5 caracteres y máximo
|
|
119
|
+
registerMobileError: 'El móvil debe tener mínimo 5 caracteres y máximo 12 caracteres.',
|
|
120
120
|
registerUserConsents: 'Quiero recibir ofertas y bonos exclusivos. Entiendo que puedo darme de baja en cualquier momento.',
|
|
121
121
|
registerUserConsentsSMS: 'SMS',
|
|
122
122
|
registerUserConsentsEmail: 'E-mail',
|
|
@@ -137,7 +137,7 @@ export const RegisterFormStep3Translations = {
|
|
|
137
137
|
registerCountry: 'País',
|
|
138
138
|
registerNationality: 'Nacionalidade',
|
|
139
139
|
registerMobile: 'Celular',
|
|
140
|
-
registerMobileError: 'O celular deve ter pelo menos 5 caracteres e no máximo
|
|
140
|
+
registerMobileError: 'O celular deve ter pelo menos 5 caracteres e no máximo 12 caracteres.',
|
|
141
141
|
registerUserConsents: 'Quero receber ofertas e bônus exclusivos. Estou ciente de que posso cancelar a inscrição quando quiser.',
|
|
142
142
|
registerUserConsentsSMS: 'SMS',
|
|
143
143
|
registerUserConsentsEmail: 'E-mail',
|