core/homeassistant/components/upnp/strings.json

25 lines
800 B
JSON
Raw Normal View History

2018-08-17 19:28:29 +00:00
{
"config": {
2018-09-17 20:08:09 +00:00
"title": "UPnP/IGD",
2018-08-17 19:28:29 +00:00
"step": {
2018-08-29 19:19:04 +00:00
"init": {
2018-09-17 20:08:09 +00:00
"title": "UPnP/IGD"
2018-08-29 19:19:04 +00:00
},
"user": {
2018-09-17 20:08:09 +00:00
"title": "Configuration options for the UPnP/IGD",
2018-08-17 19:28:29 +00:00
"data":{
2018-09-17 20:08:09 +00:00
"igd": "UPnP/IGD",
"enable_sensors": "Add traffic sensors",
"enable_port_mapping": "Enable port mapping for Home Assistant"
2018-08-17 19:28:29 +00:00
}
}
},
"abort": {
2018-09-17 19:34:39 +00:00
"no_devices_discovered": "No UPnP/IGDs discovered",
"incomplete_device": "Ignoring incomplete UPnP device",
2018-09-17 19:34:39 +00:00
"already_configured": "UPnP/IGD is already configured",
"no_sensors_or_port_mapping": "Enable at least sensors or port mapping"
2018-08-17 19:28:29 +00:00
}
}
2018-09-01 19:20:15 +00:00
}