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

22 lines
609 B
JSON
Raw Normal View History

2020-04-29 00:03:31 +00:00
{
"config": {
2020-05-01 00:02:55 +00:00
"abort": {
2021-03-16 00:04:36 +00:00
"already_configured": "Apparaat is al geconfigureerd"
2020-05-01 00:02:55 +00:00
},
"error": {
2021-03-23 00:03:29 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-05-01 00:02:55 +00:00
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
2020-04-29 00:03:31 +00:00
"step": {
"user": {
"data": {
2021-05-18 00:12:13 +00:00
"brand": "Brand",
2020-04-29 00:03:31 +00:00
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"title": "Verbinding maken met mynexia.com"
}
}
}
}