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

53 lines
1.7 KiB
JSON
Raw Normal View History

2020-09-16 00:09:01 +00:00
{
"config": {
2020-10-09 00:04:33 +00:00
"abort": {
2020-11-07 00:04:02 +00:00
"cannot_connect": "Kon niet verbinden",
2020-10-09 00:04:33 +00:00
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
},
2020-11-07 00:04:02 +00:00
"error": {
"cannot_connect": "Kon niet verbinden"
},
2020-09-16 00:09:01 +00:00
"step": {
2020-10-09 00:04:33 +00:00
"hubv1": {
"data": {
"host": "IP-adres",
"port": "Poort"
}
},
2020-09-27 00:06:49 +00:00
"hubv2": {
"data": {
2020-10-09 00:04:33 +00:00
"host": "IP-adres",
"password": "Wachtwoord",
"port": "Poort",
2020-09-27 00:06:49 +00:00
"username": "Gebruikersnaam"
}
},
2020-09-16 00:09:01 +00:00
"user": {
"data": {
"modem_type": "Modemtype."
},
"description": "Selecteer het Insteon-modemtype.",
"title": "Insteon"
}
}
2020-09-27 00:06:49 +00:00
},
"options": {
2020-11-07 00:04:02 +00:00
"error": {
"cannot_connect": "Kon niet verbinden"
},
2020-09-27 00:06:49 +00:00
"step": {
2020-11-07 00:04:02 +00:00
"add_x10": {
"description": "Wijzig het wachtwoord van de Insteon Hub."
},
2020-09-27 00:06:49 +00:00
"change_hub_config": {
"data": {
"host": "IP-adres",
"password": "Wachtwoord",
"port": "Poort",
"username": "Gebruikersnaam"
2020-11-07 00:04:02 +00:00
},
"description": "Wijzig de verbindingsgegevens van de Insteon Hub. Je moet Home Assistant opnieuw opstarten nadat je deze wijziging hebt aangebracht. Dit verandert niets aan de configuratie van de Hub zelf. Gebruik de Hub-app om de configuratie in de Hub te wijzigen."
2020-09-27 00:06:49 +00:00
}
}
2020-09-16 00:09:01 +00:00
}
}