luci-app-upnp: support force_forwarding flag

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-10-13 21:33:51 +08:00
parent cbde448c3f
commit ceef0d9f94
5 changed files with 35 additions and 0 deletions

View File

@ -178,6 +178,9 @@ return view.extend({
o.datatype = 'port'
o.placeholder = '0-65535'
s.taboption('advanced', form.Flag, 'force_forwarding', _('Force Forwarding'),
_('Force forwarding even there is no public IP (please try STUN first)'))
s = m.section(form.GridSection, 'perm_rule', _('Service ACLs'),
_('ACLs specify which external ports can be forwarded to which client addresses and ports, IPv6 always allowed.'))

View File

@ -226,3 +226,11 @@ msgstr ""
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140
msgid "Value in KByte/s, informational only"
msgstr ""
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181
msgid "Force Forwarding"
msgstr ""
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182
msgid "Force forwarding even there is no public IP (please try STUN first)"
msgstr ""

View File

@ -213,3 +213,11 @@ msgstr ""
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140
msgid "Value in KByte/s, informational only"
msgstr ""
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181
msgid "Force Forwarding"
msgstr ""
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182
msgid "Force forwarding even there is no public IP (please try STUN first)"
msgstr ""

View File

@ -231,3 +231,11 @@ msgstr "使用 STUN"
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140
msgid "Value in KByte/s, informational only"
msgstr "单位为 KByte/s仅供参考"
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181
msgid "Force Forwarding"
msgstr "强制转发"
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182
msgid "Force forwarding even there is no public IP (please try STUN first)"
msgstr "即使没有公网 IP 也进行转发(请先尝试 STUN"

View File

@ -230,3 +230,11 @@ msgstr "使用 STUN"
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140
msgid "Value in KByte/s, informational only"
msgstr "值 (KByte/s) 僅供參考"
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181
msgid "Force Forwarding"
msgstr "強制轉發"
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182
msgid "Force forwarding even there is no public IP (please try STUN first)"
msgstr "即使沒有公網 IP 也進行轉發(請先嘗試 STUN"