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

30 lines
1002 B
JSON
Raw Normal View History

2020-09-15 00:09:18 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"auth_not_supported": "Shelly apparaten die verificatie vereisen, worden momenteel niet ondersteund.",
"cannot_connect": "Kan geen verbinding maken",
"unknown": "Onverwachte fout"
},
"flow_title": "Shelly: {name}",
"step": {
"confirm_discovery": {
2020-10-09 00:04:33 +00:00
"description": "Wilt u het {model} bij {host} instellen? Voordat het apparaat op batterijen kan worden ingesteld, moet het worden gewekt door op de knop op het apparaat te drukken."
2020-09-15 00:09:18 +00:00
},
2020-09-27 00:06:49 +00:00
"credentials": {
"data": {
2020-10-09 00:04:33 +00:00
"password": "Wachtwoord",
2020-09-27 00:06:49 +00:00
"username": "Benutzername"
}
},
2020-09-15 00:09:18 +00:00
"user": {
"data": {
"host": "Host"
}
}
}
},
"title": "Shelly"
}