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

21 lines
633 B
JSON
Raw Normal View History

2018-08-17 19:28:29 +00:00
{
"config": {
2018-10-04 13:50:42 +00:00
"abort": {
2020-10-07 00:06:20 +00:00
"already_configured": "Device is already configured",
2020-05-15 00:02:56 +00:00
"incomplete_discovery": "Incomplete discovery",
2020-10-07 00:06:20 +00:00
"no_devices_found": "No devices found on the network"
2018-10-04 13:50:42 +00:00
},
2020-05-13 18:27:21 +00:00
"flow_title": "UPnP/IGD: {name}",
2018-08-17 19:28:29 +00:00
"step": {
"ssdp_confirm": {
"description": "Do you want to set up this UPnP/IGD device?"
2019-03-28 04:32:58 +00:00
},
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"scan_interval": "Update interval (seconds, minimal 30)",
"usn": "Device"
2020-05-29 00:04:16 +00:00
}
2018-08-17 19:28:29 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-10-04 13:50:42 +00:00
}