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

38 lines
1.2 KiB
JSON
Raw Normal View History

2020-09-15 00:09:18 +00:00
{
"config": {
2020-09-16 00:09:01 +00:00
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"no_devices_found": "Geen apparaten gevonden op het netwerk"
},
"error": {
"cannot_connect": "Kon niet verbinden"
},
2020-09-15 00:09:18 +00:00
"step": {
"pick_device": {
"data": {
"device": "Apparaat"
}
},
"user": {
"data": {
2020-11-11 11:10:09 +00:00
"host": "Host"
2020-09-15 00:09:18 +00:00
},
"description": "Als u host leeg laat, wordt detectie gebruikt om apparaten te vinden."
}
}
},
"options": {
"step": {
"init": {
"data": {
"model": "Model (optioneel)",
"nightlight_switch": "Gebruik Nachtlichtschakelaar",
2020-09-16 00:09:01 +00:00
"save_on_change": "Bewaar status bij wijziging",
2020-09-15 00:09:18 +00:00
"transition": "Overgangstijd (ms)",
"use_music_mode": "Schakel de muziekmodus in"
},
"description": "Als u model leeg laat, wordt het automatisch gedetecteerd."
}
}
2020-11-11 12:25:22 +00:00
}
2020-09-15 00:09:18 +00:00
}