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

31 lines
857 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
2021-03-16 00:04:36 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-11-07 00:04:02 +00:00
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
2020-09-27 00:06:49 +00:00
"step": {
"user": {
"data": {
2020-10-09 00:04:33 +00:00
"host": "IP-adres",
2020-11-07 00:04:02 +00:00
"password": "Wachtwoord",
2020-09-27 00:06:49 +00:00
"username": "Gebruikersnaam"
2021-03-19 00:03:03 +00:00
},
"description": "Voer uw Control4-accountgegevens en het IP-adres van uw lokale controller in."
2020-09-27 00:06:49 +00:00
}
}
2021-03-16 00:04:36 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Seconden tussen updates"
}
}
}
2020-09-27 00:06:49 +00:00
}
}