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

23 lines
762 B
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk.",
"unknown": "Onverwachte fout"
},
"error": {
"invalid_auth": "Ongeldige authenticatie"
},
"flow_title": "{name} ({host})",
"step": {
"user": {
"data": {
"client_id": "API-sleutel",
"heating_type": "Verwarmingstype",
"password": "Wachtwoord",
"username": "E-mail"
},
"description": "ViCare integratie instellen. Ga naar https://developer.viessmann.com om een API-sleutel te genereren."
}
}
}
}