28 lines
871 B
JSON
28 lines
871 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Apparaat is al geconfigureerd",
|
|
"reauth_successful": "Herauthenticatie was succesvol"
|
|
},
|
|
"error": {
|
|
"invalid_auth": "Ongeldige authenticatie",
|
|
"unknown": "Onverwachte fout"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"password": "Wachtwoord"
|
|
},
|
|
"description": "Voer het wachtwoord voor {username} opnieuw in:",
|
|
"title": "Verifieer de integratie opnieuw"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"password": "Wachtwoord",
|
|
"username": "Gebruikersnaam"
|
|
},
|
|
"description": "Voer uw gebruikersnaam en wachtwoord in:"
|
|
}
|
|
}
|
|
}
|
|
} |