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

23 lines
762 B
JSON
Raw Normal View History

2021-12-21 00:15:06 +00:00
{
"config": {
"abort": {
2022-05-21 00:22:49 +00:00
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk.",
2021-12-21 00:15:06 +00:00
"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"
},
2022-05-19 00:26:11 +00:00
"description": "ViCare integratie instellen. Ga naar https://developer.viessmann.com om een API-sleutel te genereren."
2021-12-21 00:15:06 +00:00
}
}
}
}