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

24 lines
750 B
JSON
Raw Normal View History

2019-11-21 00:32:11 +00:00
{
"config": {
2020-09-16 00:09:01 +00:00
"abort": {
"already_configured": "Dit WLED-apparaat is al geconfigureerd.",
2020-11-11 11:10:09 +00:00
"cannot_connect": "Kan geen verbinding maken"
2020-09-16 00:09:01 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "Kan geen verbinding maken"
2020-09-16 00:09:01 +00:00
},
"flow_title": "WLED: {name}",
2019-11-21 00:32:11 +00:00
"step": {
"user": {
"data": {
"host": "Hostnaam of IP-adres"
2020-09-16 00:09:01 +00:00
},
"description": "Stel uw WLED-integratie in met Home Assistant."
},
"zeroconf_confirm": {
"description": "Wil je de WLED genaamd `{name}` toevoegen aan Home Assistant?",
"title": "Ontdekt WLED-apparaat"
2019-11-21 00:32:11 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-11-21 00:32:11 +00:00
}