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

26 lines
863 B
JSON

{
"config": {
"abort": {
"already_configured": "Dit WLED-apparaat is al geconfigureerd.",
"connection_error": "Kan geen verbinding maken met WLED-apparaat."
},
"error": {
"connection_error": "Kan geen verbinding maken met WLED-apparaat."
},
"flow_title": "WLED: {name}",
"step": {
"user": {
"data": {
"host": "Hostnaam of IP-adres"
},
"description": "Stel uw WLED in op integratie met Home Assistant.",
"title": "Koppel je WLED"
},
"zeroconf_confirm": {
"description": "Wil je de WLED genaamd `{name}` toevoegen aan Home Assistant?",
"title": "Ontdekt WLED-apparaat"
}
},
"title": "WLED"
}
}