35 lines
930 B
JSON
35 lines
930 B
JSON
{
|
|
"metaTitle": "Account aanmaken",
|
|
"title": "Account aanmaken",
|
|
"text": "Geef hieronder je inloggegevens op",
|
|
"form": {
|
|
"fields": {
|
|
"username": {
|
|
"label": "Gebruikersnaam"
|
|
},
|
|
"password": {
|
|
"label": "Wachtwoord"
|
|
},
|
|
"passwordConfirmation": {
|
|
"label": "Wachtwoord bevestigen"
|
|
}
|
|
},
|
|
"buttons": {
|
|
"submit": "Account aanmaken"
|
|
}
|
|
},
|
|
"notifications": {
|
|
"loading": {
|
|
"title": "Bezig met account aanmaken",
|
|
"text": "Even geduld"
|
|
},
|
|
"success": {
|
|
"title": "Account aangemaakt",
|
|
"text": "Je account is succesvol aangemaakt"
|
|
},
|
|
"error": {
|
|
"title": "Fout",
|
|
"text": "Er ging iets mis, ik kreeg de volgende foutmelding: {{error}}"
|
|
}
|
|
}
|
|
} |