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

35 lines
1.2 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
2022-02-06 00:17:31 +00:00
"already_configured": "Device is already configured",
"no_devices_found": "No devices found on the network"
},
"error": {
"bulb_time_out": "Can not connect to the bulb. Maybe the bulb is offline or a wrong IP/host was entered. Please turn on the light and try again!",
"cannot_connect": "Failed to connect",
"no_wiz_light": "The bulb can not be connected via WiZ Platform integration.",
"unknown": "Unexpected error"
},
"flow_title": "{name} ({host})",
"step": {
2022-02-06 00:17:31 +00:00
"confirm": {
"description": "Do you want to start set up?"
},
"discovery_confirm": {
"description": "Do you want to setup {name} ({host})?"
},
"pick_device": {
"data": {
"device": "Device"
}
},
"user": {
"data": {
2022-02-06 00:17:31 +00:00
"host": "Host",
"name": "Name"
},
"description": "If you leave the host empty, discovery will be used to find devices."
}
}
}
}