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

25 lines
816 B
JSON
Raw Normal View History

{
2019-11-07 00:32:16 +00:00
"config": {
"abort": {
"already_configured": "This WLED device is already configured.",
"connection_error": "Failed to connect to WLED device."
},
"error": {
"connection_error": "Failed to connect to WLED device."
},
"flow_title": "WLED: {name}",
"step": {
"user": {
"data": {
"host": "Host or IP address"
},
"description": "Set up your WLED to integrate with Home Assistant.",
"title": "Link your WLED"
},
"zeroconf_confirm": {
"description": "Do you want to add the WLED named `{name}` to Home Assistant?",
"title": "Discovered WLED device"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-11-07 00:32:16 +00:00
}