23 lines
592 B
JSON
23 lines
592 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Account is al geconfigureerd",
|
|
"reauth_successful": "Herauthenticatie geslaagd"
|
|
},
|
|
"create_entry": {
|
|
"default": "Authenticatie geslaagd"
|
|
},
|
|
"error": {
|
|
"invalid_auth": "Ongeldige authenticatie"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"password": "Wachtwoord",
|
|
"url": "Website",
|
|
"username": "Gebruikersnaam"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |