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

29 lines
914 B
JSON
Raw Normal View History

2019-07-31 23:16:40 +00:00
{
"config": {
2020-05-01 00:02:55 +00:00
"abort": {
2021-10-02 12:59:05 +00:00
"already_configured": "Account is al geconfigureerd",
"reauth_successful": "Herauthenticatie was succesvol"
2020-05-01 00:02:55 +00:00
},
2019-07-31 23:16:40 +00:00
"error": {
2020-12-04 00:05:42 +00:00
"invalid_auth": "Ongeldige authenticatie",
2021-10-02 12:59:05 +00:00
"no_devices": "Geen apparaten gevonden in account",
"unknown": "Onverwachte fout"
2019-07-31 23:16:40 +00:00
},
"step": {
2021-10-02 12:59:05 +00:00
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"description": "Voer het wachtwoord voor {username} opnieuw in.",
"title": "Verifieer de integratie opnieuw"
},
2019-07-31 23:16:40 +00:00
"user": {
"data": {
"password": "Wachtwoord",
2021-03-17 00:03:55 +00:00
"username": "Gebruikersnaam"
2019-07-31 23:16:40 +00:00
},
"title": "Vul uw gegevens informatie"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-07-31 23:16:40 +00:00
}