@everymatrix/general-player-register-form-step3 1.4.0 → 1.5.2
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
|
+
"version": "1.5.2",
|
|
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": "c0184ad3edaaa8f9ce54289cf544bb0589ef1fbe"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -106,22 +106,22 @@ export const RegisterFormStep3Translations = {
|
|
|
106
106
|
},
|
|
107
107
|
es: {
|
|
108
108
|
registerFormStep3: {
|
|
109
|
-
registerBackButton: '
|
|
109
|
+
registerBackButton: 'Anterior',
|
|
110
110
|
registerAddress: 'Dirección',
|
|
111
111
|
registerAddressError: 'La dirección debe tener al menos 1 carácter y un máximo de 100 caracteres.',
|
|
112
|
-
registerPostalCode: 'Código
|
|
112
|
+
registerPostalCode: 'Código Postal',
|
|
113
113
|
registerPostalCodeError: 'El código postal debe tener al menos 1 carácter y un máximo de 20 caracteres.',
|
|
114
114
|
registerCity: 'Ciudad',
|
|
115
115
|
registerCityError: 'La ciudad debe tener al menos 1 carácter y un máximo de 50 caracteres.',
|
|
116
116
|
registerCountry: 'País',
|
|
117
117
|
registerNationality: 'Nacionalidad',
|
|
118
|
-
registerMobile: '
|
|
119
|
-
registerMobileError: '
|
|
120
|
-
registerUserConsents: 'Quiero recibir ofertas y
|
|
118
|
+
registerMobile: 'Celular',
|
|
119
|
+
registerMobileError: 'Número celular debe tener al menos 5 caracteres y un máximo de 12 caracteres',
|
|
120
|
+
registerUserConsents: 'Quiero recibir ofertas Exclusivas y Bonos. Soy consciente que puedo desuscribirme en cualquier momento.',
|
|
121
121
|
registerUserConsentsSMS: 'SMS',
|
|
122
|
-
registerUserConsentsEmail: '
|
|
123
|
-
registerTermsConditions: '
|
|
124
|
-
registerTermsConditionsError: 'Por favor
|
|
122
|
+
registerUserConsentsEmail: 'Email',
|
|
123
|
+
registerTermsConditions: 'Tengo al menos 18 años de edad, y he leido y aceptado los Términos y Condiciones.',
|
|
124
|
+
registerTermsConditionsError: 'Por favor acepta los Términos y Condiciones antes de avanzar.',
|
|
125
125
|
registerOpenAccount: 'Abrir cuenta'
|
|
126
126
|
}
|
|
127
127
|
},
|