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

28 lines
841 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd",
"reauth_successful": "Herauthenticatie geslaagd"
},
"error": {
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"description": "Voer het wachtwoord voor {username} opnieuw in.",
"title": "Integratie herauthenticeren"
},
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"title": "Vul uw gegevens informatie"
}
}
}
}