mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix upnp component l10n error (#17132)
This commit is contained in:
parent
ae0dd33e2e
commit
b61a250321
@ -1,25 +1,23 @@
|
||||
{
|
||||
"config": {
|
||||
"title": "UPnP/IGD",
|
||||
"abort": {
|
||||
"already_configured": "UPnP/IGD is already configured",
|
||||
"no_devices_discovered": "No UPnP/IGDs discovered",
|
||||
"no_sensors_or_port_mapping": "Enable at least sensors or port mapping"
|
||||
},
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "UPnP/IGD"
|
||||
},
|
||||
"user": {
|
||||
"title": "Configuration options for the UPnP/IGD",
|
||||
"data":{
|
||||
"igd": "UPnP/IGD",
|
||||
"data": {
|
||||
"enable_port_mapping": "Enable port mapping for Home Assistant",
|
||||
"enable_sensors": "Add traffic sensors",
|
||||
"enable_port_mapping": "Enable port mapping for Home Assistant"
|
||||
}
|
||||
"igd": "UPnP/IGD"
|
||||
},
|
||||
"title": "Configuration options for the UPnP/IGD"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
},
|
||||
"abort": {
|
||||
"no_devices_discovered": "No UPnP/IGDs discovered",
|
||||
"already_configured": "UPnP/IGD is already configured",
|
||||
"no_sensors_or_port_mapping": "Enable at least sensors or port mapping"
|
||||
}
|
||||
"title": "UPnP/IGD"
|
||||
}
|
||||
}
|
||||
}
|
@ -14,8 +14,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
},
|
||||
"abort": {
|
||||
"no_devices_discovered": "No UPnP/IGDs discovered",
|
||||
"already_configured": "UPnP/IGD is already configured",
|
||||
|
Loading…
x
Reference in New Issue
Block a user