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

29 lines
760 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"incomplete_discovery": "Incomplete discovery",
"no_devices_found": "No devices found on the network"
},
"flow_title": "{name}",
"step": {
"ssdp_confirm": {
"description": "Do you want to set up this UPnP/IGD device?"
},
"user": {
"data": {
"unique_id": "Device"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Update interval (seconds, minimal 30)"
}
}
}
}
}