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

16 lines
499 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"not_supported_device": "Deze WiLight wordt momenteel niet ondersteund",
"not_wilight_device": "Dit apparaat is geen WiLight"
},
"flow_title": "{name}",
"step": {
"confirm": {
"description": "Wil je WiLight {name} ? \n\n Het ondersteunt: {components}",
"title": "WiLight"
}
}
}
}