hass-core/homeassistant/components/flo/translations/nl.json
2020-11-07 00:04:02 +00:00

21 lines
No EOL
539 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kon niet verbinden",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Wachtwoord",
"username": "Gebruikersnaam"
}
}
}
}
}