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

19 lines
475 B
JSON
Raw Normal View History

2020-04-29 00:03:31 +00:00
{
"config": {
"abort": {
"already_configured": "Account al geconfigureerd"
},
"error": {
"login": "Aanmeldingsfout: controleer uw gebruikersnaam en wachtwoord"
},
"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
}
}
}
}