core/homeassistant/components/brunt/translations/nl.json

29 lines
910 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd",
"reauth_successful": "Herauthenticatie was succesvol"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"description": "Voer het wachtwoord opnieuw in voor: {username}",
"title": "Verifieer de integratie opnieuw"
},
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"title": "Stel uw Brunt-integratie in"
}
}
}
}