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

22 lines
588 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"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"
}