luci-app-upnp: support force_forwarding flag
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
cbde448c3f
commit
ceef0d9f94
@ -178,6 +178,9 @@ return view.extend({
|
|||||||
o.datatype = 'port'
|
o.datatype = 'port'
|
||||||
o.placeholder = '0-65535'
|
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'),
|
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.'))
|
_('ACLs specify which external ports can be forwarded to which client addresses and ports, IPv6 always allowed.'))
|
||||||
|
|
||||||
|
@ -226,3 +226,11 @@ msgstr ""
|
|||||||
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140
|
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140
|
||||||
msgid "Value in KByte/s, informational only"
|
msgid "Value in KByte/s, informational only"
|
||||||
msgstr ""
|
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 ""
|
||||||
|
@ -213,3 +213,11 @@ msgstr ""
|
|||||||
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140
|
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140
|
||||||
msgid "Value in KByte/s, informational only"
|
msgid "Value in KByte/s, informational only"
|
||||||
msgstr ""
|
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 ""
|
||||||
|
@ -231,3 +231,11 @@ msgstr "使用 STUN"
|
|||||||
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140
|
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140
|
||||||
msgid "Value in KByte/s, informational only"
|
msgid "Value in KByte/s, informational only"
|
||||||
msgstr "单位为 KByte/s,仅供参考"
|
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)"
|
||||||
|
@ -230,3 +230,11 @@ msgstr "使用 STUN"
|
|||||||
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140
|
#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140
|
||||||
msgid "Value in KByte/s, informational only"
|
msgid "Value in KByte/s, informational only"
|
||||||
msgstr "值 (KByte/s) 僅供參考"
|
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)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user