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

24 lines
712 B
JSON
Raw Normal View History

{
2019-11-07 00:32:16 +00:00
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "Device is already configured",
2020-11-11 11:10:09 +00:00
"cannot_connect": "Failed to connect"
2019-11-07 00:32:16 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "Failed to connect"
2019-11-07 00:32:16 +00:00
},
"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
}