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

45 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect",
"cct_unsupported": "This WLED device uses CCT channels, which is not supported by this integration"
},
"error": {
"cannot_connect": "Failed to connect"
},
"flow_title": "{name}",
"step": {
"user": {
"data": {
"host": "Host"
},
"description": "Set up your WLED to integrate with Home Assistant."
},
"zeroconf_confirm": {
"description": "Do you want to add the WLED named `{name}` to Home Assistant?",
"title": "Discovered WLED device"
}
}
},
"entity": {
"select": {
"live_override": {
"state": {
"0": "Off",
"1": "On",
"2": "Until device restarts"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"keep_master_light": "Keep master light, even with 1 LED segment."
}
}
}
}
}