gluon-web-private-wifi: add translation for message
Co-authored-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
parent
096f739477
commit
535cc3f468
@ -49,6 +49,9 @@ msgstr ""
|
|||||||
msgid "WPA3"
|
msgid "WPA3"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Meshing on WAN interface is enabled. This can lead to problems."
|
||||||
|
msgstr "Mesh auf WAN ist aktiv. Dies kann zu Problemen führen."
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your node can additionally extend your private network by bridging the WAN "
|
"Your node can additionally extend your private network by bridging the WAN "
|
||||||
"interface with a separate WLAN. This feature is completely independent of "
|
"interface with a separate WLAN. This feature is completely independent of "
|
||||||
|
@ -40,6 +40,9 @@ msgstr ""
|
|||||||
msgid "WPA3"
|
msgid "WPA3"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Meshing on WAN interface is enabled. This can lead to problems."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your node can additionally extend your private network by bridging the WAN "
|
"Your node can additionally extend your private network by bridging the WAN "
|
||||||
"interface with a separate WLAN. This feature is completely independent of "
|
"interface with a separate WLAN. This feature is completely independent of "
|
||||||
|
@ -28,7 +28,7 @@ enabled.default = uci:get('wireless', primary_iface) and not uci:get_bool('wirel
|
|||||||
|
|
||||||
local warning = s:element('model/warning', {
|
local warning = s:element('model/warning', {
|
||||||
content = mesh_on_wan and translate(
|
content = mesh_on_wan and translate(
|
||||||
'Meshing on WAN interface is enabled.' ..
|
'Meshing on WAN interface is enabled. ' ..
|
||||||
'This can lead to problems.'
|
'This can lead to problems.'
|
||||||
) or nil,
|
) or nil,
|
||||||
}, 'warning')
|
}, 'warning')
|
||||||
|
Loading…
Reference in New Issue
Block a user