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

25 lines
825 B
JSON
Raw Normal View History

2021-12-31 00:14:15 +00:00
{
"config": {
"abort": {
2022-01-01 00:14:34 +00:00
"already_configured": "Service is al geconfigureerd",
"cannot_connect": "Kon niet verbinden",
"invalid_host": "Ongeldige hostnaam of IP-adres",
"unknown": "Onverwachte fout"
2021-12-31 00:14:15 +00:00
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
2022-01-01 00:14:34 +00:00
"invalid_host": "Ongeldige hostnaam of IP-adres",
"unknown": "Onverwachte fout"
2021-12-31 00:14:15 +00:00
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Naam"
},
2022-01-01 00:14:34 +00:00
"description": "Stel de Vallox integratie in. Als u problemen heeft met de configuratie ga dan naar {integration_docs_url}",
2021-12-31 00:14:15 +00:00
"title": "Vallox"
}
}
}
}