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

21 lines
594 B
JSON
Raw Normal View History

2020-04-29 00:03:31 +00:00
{
"config": {
2020-05-01 00:02:55 +00:00
"abort": {
"already_configured": "Deze nexia-woning is al geconfigureerd"
},
"error": {
"cannot_connect": "Verbinding mislukt, probeer het opnieuw",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
2020-04-29 00:03:31 +00:00
"step": {
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"title": "Verbinding maken met mynexia.com"
}
}
}
}