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

35 lines
984 B
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_host": "Ongeldige hostnaam of IP-adres",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"host": "Host",
"mode": "Mode",
"name": "Naam",
"password": "Wachtwoord",
"port": "Poort",
"username": "Gebruikersnaam"
},
"title": "AsusWRT"
}
}
},
"options": {
"step": {
"init": {
"data": {
"track_unknown": "Volg onbekende / naamloze apparaten"
},
"title": "AsusWRT-opties"
}
}
}
}