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

16 lines
497 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": {
2022-04-29 00:22:21 +00:00
"description": "De volgende componenten worden ondersteund: {components}",
2020-09-15 00:09:18 +00:00
"title": "WiLight"
}
}
}
}