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

23 lines
676 B
JSON
Raw Normal View History

2021-09-07 00:11:29 +00:00
{
"config": {
2021-10-02 12:59:05 +00:00
"error": {
"cannot_connect": "Kon niet verbinden",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
2021-09-07 00:11:29 +00:00
"step": {
"auth": {
2021-10-02 12:59:05 +00:00
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
2021-09-07 00:11:29 +00:00
"description": "Het IoTawatt-apparaat vereist authenticatie. Voer de gebruikersnaam en het wachtwoord in en klik op de knop Verzenden."
},
"user": {
"data": {
"host": "Host"
}
}
}
}
}