sign up parameters fixed change document, documentType and country code
This commit is contained in:
@@ -71,9 +71,6 @@
|
||||
"relationshipTutor": "Erziehungsberechtigter",
|
||||
"addressCountryLabel": "Land (Adresse)",
|
||||
"addressCountryHint": "Land",
|
||||
"countrySpain": "Spanien",
|
||||
"countryFrance": "Frankreich",
|
||||
"countryPortugal": "Portugal",
|
||||
"birthDateLabel": "Geburtsdatum",
|
||||
"birthDateHint": "TT/MM/JJJJ",
|
||||
"placeOfBirthLabel": "Geburtsort",
|
||||
|
||||
@@ -71,9 +71,6 @@
|
||||
"relationshipTutor": "Legal guardian",
|
||||
"addressCountryLabel": "Country (address)",
|
||||
"addressCountryHint": "Country",
|
||||
"countrySpain": "Spain",
|
||||
"countryFrance": "France",
|
||||
"countryPortugal": "Portugal",
|
||||
"birthDateLabel": "Date of birth",
|
||||
"birthDateHint": "DD/MM/YYYY",
|
||||
"placeOfBirthLabel": "Place of birth",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"connect": "Conéctate",
|
||||
"verificationCodeSentTo": "Hemos enviado el código al ",
|
||||
"enterCodeHere": "Introduce el código aquí",
|
||||
"enter": "enter",
|
||||
"enter": "entrar",
|
||||
"didNotReceiveIt": "¿No lo has recibido?",
|
||||
"tryAgain": "Volver a intentarlo",
|
||||
"welcome": "¡Te damos la bienvenida!",
|
||||
@@ -71,9 +71,6 @@
|
||||
"relationshipTutor": "Tutor/a legal",
|
||||
"addressCountryLabel": "País (dirección)",
|
||||
"addressCountryHint": "País",
|
||||
"countrySpain": "España",
|
||||
"countryFrance": "Francia",
|
||||
"countryPortugal": "Portugal",
|
||||
"birthDateLabel": "Fecha de nacimiento",
|
||||
"birthDateHint": "DD/MM/AAAA",
|
||||
"placeOfBirthLabel": "Lugar de nacimiento",
|
||||
|
||||
@@ -71,9 +71,6 @@
|
||||
"relationshipTutor": "Tuteur légal",
|
||||
"addressCountryLabel": "Pays (adresse)",
|
||||
"addressCountryHint": "Pays",
|
||||
"countrySpain": "Espagne",
|
||||
"countryFrance": "France",
|
||||
"countryPortugal": "Portugal",
|
||||
"birthDateLabel": "Date de naissance",
|
||||
"birthDateHint": "JJ/MM/AAAA",
|
||||
"placeOfBirthLabel": "Lieu de naissance",
|
||||
|
||||
@@ -71,9 +71,6 @@
|
||||
"relationshipTutor": "Tutore legale",
|
||||
"addressCountryLabel": "Paese (indirizzo)",
|
||||
"addressCountryHint": "Paese",
|
||||
"countrySpain": "Spagna",
|
||||
"countryFrance": "Francia",
|
||||
"countryPortugal": "Portogallo",
|
||||
"birthDateLabel": "Data di nascita",
|
||||
"birthDateHint": "GG/MM/AAAA",
|
||||
"placeOfBirthLabel": "Luogo di nascita",
|
||||
|
||||
@@ -71,9 +71,6 @@
|
||||
"relationshipTutor": "Tutor legal",
|
||||
"addressCountryLabel": "País (morada)",
|
||||
"addressCountryHint": "País",
|
||||
"countrySpain": "Espanha",
|
||||
"countryFrance": "França",
|
||||
"countryPortugal": "Portugal",
|
||||
"birthDateLabel": "Data de nascimento",
|
||||
"birthDateHint": "DD/MM/AAAA",
|
||||
"placeOfBirthLabel": "Local de nascimento",
|
||||
|
||||
@@ -84,9 +84,6 @@ class I18n {
|
||||
|
||||
static const String addressCountryLabel = 'addressCountryLabel';
|
||||
static const String addressCountryHint = 'addressCountryHint';
|
||||
static const String countrySpain = 'countrySpain';
|
||||
static const String countryFrance = 'countryFrance';
|
||||
static const String countryPortugal = 'countryPortugal';
|
||||
|
||||
static const String birthDateLabel = 'birthDateLabel';
|
||||
static const String birthDateHint = 'birthDateHint';
|
||||
|
||||
Reference in New Issue
Block a user