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

22 lines
688 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Verbinding mislukt",
"invalid_auth": "Ongeldige authenticatie poging",
"invalid_input": "Ongeldige hostnaam of IP adres"
},
"step": {
"user": {
"data": {
"ip_address": "IP adres",
"password": "Wachtwoord"
},
"description": "Geef het IP adress of mDNS van het apparaat en het bijbehorend wachtwoord",
"title": "Identificeer het apparaat"
}
}
}
}