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

24 lines
759 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": {
2020-05-13 18:27:21 +00:00
"host": "Host"
2019-11-07 00:32:16 +00:00
},
2020-05-29 00:04:16 +00:00
"description": "Set up your WLED to integrate with Home Assistant."
2019-11-07 00:32:16 +00:00
},
"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
}