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

30 lines
1.1 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",
"incomplete_device": "Ignoring incomplete UPnP device",
"no_devices_discovered": "No UPnP/IGDs discovered",
2019-01-09 23:29:31 +00:00
"no_devices_found": "No UPnP/IGD devices found on the network.",
2019-03-28 04:32:58 +00:00
"no_sensors_or_port_mapping": "Enable at least sensors or port mapping",
2019-01-09 23:29:31 +00:00
"single_instance_allowed": "Only a single configuration of UPnP/IGD is necessary."
2018-10-04 13:50:42 +00:00
},
2018-08-17 19:28:29 +00:00
"step": {
2019-01-09 23:29:31 +00:00
"confirm": {
"description": "Do you want to set up UPnP/IGD?",
"title": "UPnP/IGD"
2019-03-28 04:32:58 +00:00
},
"init": {
"title": "UPnP/IGD"
},
"user": {
"data": {
"enable_port_mapping": "Enable port mapping for Home Assistant",
"enable_sensors": "Add traffic sensors",
"igd": "UPnP/IGD"
},
"title": "Configuration options for the UPnP/IGD"
2018-08-17 19:28:29 +00:00
}
},
2018-10-04 13:50:42 +00:00
"title": "UPnP/IGD"
2018-08-17 19:28:29 +00:00
}
2018-10-04 13:50:42 +00:00
}