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

20 lines
491 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"host": "IP-adres",
"password": "Wachtwoord",
"username": "Gebruikersnaam"
}
}
}
}
}