Files
2024-08-24 14:39:51 +02:00

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}}"
}
}
}