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

22 lines
691 B
JSON
Raw Normal View History

2020-02-19 00:31:49 +00:00
{
"config": {
"abort": {
"already_configured": "MELCloud integratie is al geconfigureerd voor deze e-mail. Toegangstoken is vernieuwd."
},
"error": {
2021-03-23 00:03:29 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-02-19 00:31:49 +00:00
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
2021-03-23 00:03:29 +00:00
"password": "Wachtwoord",
"username": "E-mail"
2020-02-19 00:31:49 +00:00
},
"description": "Maak verbinding via uw MELCloud account.",
"title": "Maak verbinding met MELCloud"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-02-19 00:31:49 +00:00
}