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

16 lines
499 B
JSON
Raw Normal View History

2020-09-15 00:09:18 +00:00
{
"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"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2020-09-15 00:09:18 +00:00
"step": {
"confirm": {
"description": "Wil je WiLight {name} ? \n\n Het ondersteunt: {components}",
"title": "WiLight"
}
}
}
}