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

22 lines
588 B
JSON
Raw Normal View History

2021-05-26 00:16:09 +00:00
{
"config": {
"abort": {
2021-10-28 00:11:45 +00:00
"already_configured": "Apparaat is al geconfigureerd"
2021-05-26 00:16:09 +00:00
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"password": "Wachtwoord",
"station": "Station Serienummer",
"username": "Gebruikersnaam"
}
}
}
},
"title": "Wallbox"
}