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

25 lines
916 B
JSON
Raw Normal View History

2019-01-09 23:29:31 +00:00
{
"config": {
"abort": {
2020-11-07 00:04:02 +00:00
"already_configured": "Apparaat is al geconfigureerd",
"cannot_connect": "Kon niet verbinden"
},
2021-02-24 00:04:14 +00:00
"error": {
2021-10-08 00:13:12 +00:00
"api_password": "Ongeldige authenticatie, gebruik API-sleutel of wachtwoord.",
2021-02-25 00:05:20 +00:00
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
2021-02-24 00:04:14 +00:00
},
2019-01-09 23:29:31 +00:00
"step": {
"user": {
"data": {
2020-11-07 00:04:02 +00:00
"api_key": "API-sleutel",
2020-07-23 00:02:48 +00:00
"host": "Host",
"password": "Wachtwoord"
2019-01-09 23:29:31 +00:00
},
2021-03-16 00:04:36 +00:00
"description": "Voer IP-adres van uw Daikin AC in.\n\nLet op dat API-sleutel en Wachtwoord alleen worden gebruikt door respectievelijk BRP072Cxx en SKYFi apparaten.",
2019-01-09 23:29:31 +00:00
"title": "Daikin AC instellen"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-01-09 23:29:31 +00:00
}