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

21 lines
612 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd"
2020-11-07 00:04:02 +00:00
},
"error": {
2022-05-21 00:22:49 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-11-07 00:04:02 +00:00
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"api_token": "API-token"
},
"description": "U hebt het API-token nodig van https://home.juice.net/Manage.",
"title": "Maak verbinding met JuiceNet"
}
2020-10-09 00:04:33 +00:00
}
}
}