1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/upnp/strings.json
Quentame ec2ce31204 Fix script/translations_develop launch + clean some unused error i18n (#25459)
* Fix : script/translations_develop launch + clean some unused error i18n

* Respecting strings.json order property

title
step
error
abort

* Review from @fredrike : remove Telldus Live all_configured
2019-08-11 20:40:18 -07:00

30 lines
1.1 KiB
JSON

{
"config": {
"title": "UPnP/IGD",
"step": {
"init": {
"title": "UPnP/IGD"
},
"confirm": {
"title": "UPnP/IGD",
"description": "Do you want to set up UPnP/IGD?"
},
"user": {
"title": "Configuration options for the UPnP/IGD",
"data": {
"enable_port_mapping": "Enable port mapping for Home Assistant",
"enable_sensors": "Add traffic sensors",
"igd": "UPnP/IGD"
}
}
},
"abort": {
"already_configured": "UPnP/IGD is already configured",
"incomplete_device": "Ignoring incomplete UPnP device",
"no_devices_discovered": "No UPnP/IGDs discovered",
"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."
}
}
}