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

24 lines
704 B
JSON
Raw Normal View History

2020-07-23 00:02:48 +00:00
{
"config": {
2020-10-09 00:04:33 +00:00
"abort": {
"already_configured": "Account is al geconfigureerd"
},
2020-11-07 00:04:02 +00:00
"error": {
"cannot_connect": "Kon niet verbinden",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
2020-07-23 00:02:48 +00:00
"step": {
"user": {
"data": {
2020-11-07 00:04:02 +00:00
"client_id": "Client-ID (optioneel)",
"client_secret": "Clientgeheim (optioneel)",
2020-09-27 00:06:49 +00:00
"password": "Wachtwoord",
"username": "Gebruikersnaam"
2020-11-07 00:04:02 +00:00
},
"title": "Flick inloggegevens"
2020-07-23 00:02:48 +00:00
}
}
2020-11-07 00:04:02 +00:00
},
"title": "Flick Electric"
2020-07-23 00:02:48 +00:00
}