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

24 lines
712 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect"
},
"error": {
"cannot_connect": "Failed to connect"
},
"flow_title": "WLED: {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"
}
}
}
}