@everymatrix/general-player-register-form-step3 0.0.284 → 0.0.285

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": "0.0.284",
3
+ "version": "0.0.285",
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": "3ac9350aedecfd71862267436a50699f50fc6a01"
39
+ "gitHead": "e2ab83a03870fbcab9c88dd68379d235ca766614"
40
40
  }
@@ -15,11 +15,32 @@ export const RegisterFormStep3Translations = {
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',
18
- registerTermsConditions: 'I am at least 18 years old and I have read and accepted the Terms of Conditions.',
18
+ registerTermsConditions: 'I am at least 18 years old and I have read and accepted the Terms of Conditions.',
19
19
  registerTermsConditionsError: 'Please accept the Terms and Conditions before proceeding.',
20
20
  registerOpenAccount: 'Open Account'
21
21
  }
22
22
  },
23
+ fr: {
24
+ registerFormStep3: {
25
+ registerBackButton: 'Retour',
26
+ registerAddress: 'Adresse',
27
+ registerAddressError: 'L\'adresse doit comporter au moins un caractère et 100 caractères au maximum.',
28
+ registerPostalCode: 'Code postal',
29
+ registerPostalCodeError: 'Le code postal doit comporter au moins un caractère et 20 caractères au maximum.',
30
+ registerCity: 'Ville',
31
+ registerCityError: 'La ville doit comporter au moins un caractère et 50 caractères au maximum.',
32
+ registerCountry: 'Pays',
33
+ registerNationality: 'Nationalité',
34
+ registerMobile: 'Téléphone',
35
+ registerMobileError: 'Le téléphone doit comporter au moins 5 caractère et 20 caractères au maximum.',
36
+ registerUserConsents: 'Je veux recevoir des offres exclusives et des bonus , je sais que je peux me désinscrire quand je le veux.',
37
+ registerUserConsentsSMS: 'SMS',
38
+ registerUserConsentsEmail: 'Email',
39
+ registerTermsConditions: 'J\'ai au moins 18 ans et j\'ai lu et accepté les conditions d\'utilisation.',
40
+ registerTermsConditionsError: 'Veuillez accepter les termes et conditions avant de poursuivre.',
41
+ registerOpenAccount: 'Ouvrir un compte'
42
+ }
43
+ },
23
44
  tr: {
24
45
  registerFormStep3: {
25
46
  registerBackButton: 'Geri',