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

20 lines
526 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd"
},
"error": {
"invalid_auth": "Ongeldige authenticatie",
"no_devices": "Geen apparaten gevonden in account"
},
"step": {
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"title": "Vul uw gegevens informatie"
}
}
}
}