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