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

19 lines
446 B
JSON
Raw Normal View History

2020-04-29 00:03:31 +00:00
{
"config": {
"abort": {
"already_configured": "Account al geconfigureerd"
},
"error": {
2020-11-11 11:10:09 +00:00
"invalid_auth": "Ongeldige authenticatie"
2020-04-29 00:03:31 +00:00
},
"step": {
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
2020-05-01 00:02:55 +00:00
},
"title": "Total Connect"
2020-04-29 00:03:31 +00:00
}
}
}
}