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

22 lines
753 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": {
"cannot_connect": "Verbinding mislukt, probeer het opnieuw",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"password": "MELCloud wachtwoord.",
"username": "E-mail gebruikt om in te loggen op MELCloud."
},
"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
}