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

33 lines
925 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect"
},
"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"
}
}
},
"options": {
"step": {
"init": {
"data": {
"keep_master_light": "Keep master light, even with 1 LED segment."
}
}
}
}
}