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

38 lines
1.1 KiB
JSON
Raw Normal View History

2020-08-31 14:40:56 +00:00
{
"config": {
"abort": {
2020-09-01 00:07:08 +00:00
"already_configured": "Device is already configured",
"no_devices_found": "No devices found on the network"
2020-08-31 14:40:56 +00:00
},
"error": {
2020-09-01 00:07:08 +00:00
"cannot_connect": "Failed to connect"
2020-08-31 14:40:56 +00:00
},
"step": {
"pick_device": {
"data": {
"device": "Device"
}
},
"user": {
"data": {
2020-11-11 11:10:09 +00:00
"host": "Host"
2020-08-31 14:40:56 +00:00
},
2020-09-03 00:06:16 +00:00
"description": "If you leave the host empty, discovery will be used to find devices."
2020-08-31 14:40:56 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
"model": "Model (Optional)",
"nightlight_switch": "Use Nightlight Switch",
"save_on_change": "Save Status On Change",
"transition": "Transition Time (ms)",
"use_music_mode": "Enable Music Mode"
},
"description": "If you leave model empty, it will be automatically detected."
}
}
2020-11-11 12:25:22 +00:00
}
2020-08-31 14:40:56 +00:00
}