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

22 lines
578 B
JSON
Raw Normal View History

2020-12-08 00:04:13 +00:00
{
"config": {
2021-02-24 00:04:14 +00:00
"abort": {
"device_exists": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken"
},
2020-12-08 00:04:13 +00:00
"step": {
2021-12-16 00:13:36 +00:00
"discovery_confirm": {
"description": "Wilt u {name} - {model} ( {host} ) instellen?"
},
2020-12-08 00:04:13 +00:00
"user": {
"data": {
2022-02-01 00:18:49 +00:00
"host": "Host"
2020-12-08 00:04:13 +00:00
},
"description": "Uw Twinkly LED-string instellen",
"title": "Twinkly"
}
}
}
}