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

20 lines
569 B
JSON

{
"config": {
"abort": {
"already_configured": "Deze gebruikersnaam is al in gebruik."
},
"error": {
"invalid_credentials": "Ongeldige gebruikersnaam of wachtwoord",
"no_devices": "Geen apparaten gevonden in account"
},
"step": {
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam/E-mailadres"
},
"title": "Vul uw gegevens informatie"
}
}
}
}