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

23 lines
662 B
JSON
Raw Normal View History

2021-04-07 00:04:06 +00:00
{
"config": {
"abort": {
2021-04-17 00:03:46 +00:00
"already_configured": "Apparaat is al geconfigureerd",
"reauth_successful": "Herauthenticatie was succesvol"
2021-04-07 00:04:06 +00:00
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"flow_title": "Envoy {serial} ({host})",
"step": {
"user": {
"data": {
"host": "Host",
"password": "Wachtwoord",
"username": "Gebruikersnaam"
}
}
}
}
}