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

32 lines
1.2 KiB
JSON
Raw Normal View History

2018-08-17 19:28:29 +00:00
{
"config": {
2018-10-04 13:50:42 +00:00
"abort": {
2019-03-28 04:32:58 +00:00
"already_configured": "UPnP/IGD is already configured",
2020-05-13 18:27:21 +00:00
"incomplete_device": "Ignoring incomplete UPnP device",
2019-03-28 04:32:58 +00:00
"no_devices_discovered": "No UPnP/IGDs discovered",
2020-05-13 18:27:21 +00:00
"no_devices_found": "No UPnP/IGD devices found on the network.",
"no_sensors_or_port_mapping": "Enable at least sensors or port mapping",
"single_instance_allowed": "Only a single configuration of UPnP/IGD is necessary."
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": {
2020-05-13 18:27:21 +00:00
"confirm": {
"description": "Do you want to set up UPnP/IGD?",
"title": "UPnP/IGD"
},
"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
"enable_port_mapping": "Enable port mapping for Home Assistant",
"enable_sensors": "Add traffic sensors",
"igd": "UPnP/IGD",
"scan_interval": "Update interval (seconds, minimal 30)",
"usn": "Device"
2020-05-13 18:27:21 +00:00
},
"title": "Configuration options"
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
}