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

18 lines
512 B
JSON
Raw Normal View History

2020-04-29 00:03:31 +00:00
{
"config": {
"error": {
"cannot_connect": "Verbinding mislukt, probeer het opnieuw",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"password": "Wachtwoord (alleen beveiligd).",
"protocol": "Protocol",
"username": "Gebruikersnaam (alleen beveiligd)."
}
}
}
}
}