Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
20230511
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed May 12, 2023
1 parent 6e53937 commit 64ab7b5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-natter
PKG_VERSION:=0.9-20230510
PKG_VERSION:=0.9-20230511

LUCI_TITLE:=LuCI Support for Natter
LUCI_PKGARCH:=all
Expand Down
2 changes: 1 addition & 1 deletion htdocs/luci-static/resources/view/natter/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ return view.extend({
o.depends({ mode: 'dnat', follow_pub_port: '0' });

o = s.option(form.ListValue, 'proto', _('Protocol Type'),
_('When ') + _('Dynport') + ('is enabled, please donot select ') + _('Both'));
_('When Dynport is enabled, please donot select ') + _('Both'));
o.value('udp', _('UDP'));
o.value('tcp', _('TCP'));
o.value('both', _('Both'));
Expand Down
7 changes: 1 addition & 6 deletions po/templates/natter.pot
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ msgid "Debug"
msgstr ""

#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:267
#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:282
msgid "Dynport"
msgstr ""

Expand Down Expand Up @@ -99,10 +98,6 @@ msgstr ""
msgid "Grant access to Natter procedures"
msgstr ""

#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:282
msgid "is enabled, please donot select"
msgstr ""

#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:133
msgid "If the result is not NAT 1,"
msgstr ""
Expand Down Expand Up @@ -242,7 +237,7 @@ msgid "Warning"
msgstr ""

#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:282
msgid "When"
msgid "When Dynport is enabled, please donot select"
msgstr ""

#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:211
Expand Down
9 changes: 2 additions & 7 deletions po/zh_Hans/natter.po
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ msgid "Debug"
msgstr "调试"

#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:267
#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:282
msgid "Dynport"
msgstr "动态端口"

Expand Down Expand Up @@ -110,10 +109,6 @@ msgstr "转发模式"
msgid "Grant access to Natter procedures"
msgstr "授予访问 LuCI 应用 Natter 的权限"

#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:282
msgid "is enabled, please donot select"
msgstr "启用, 请不要选中"

#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:133
msgid "If the result is not NAT 1,"
msgstr "如果结果不是 NAT 1,"
Expand Down Expand Up @@ -254,8 +249,8 @@ msgid "Warning"
msgstr "警告"

#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:282
msgid "When"
msgstr "当"
msgid "When Dynport is enabled, please donot select"
msgstr "当 动态端口 启用, 请不要选中 "

#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:211
msgid "mode requires Random port test is NAT 1"
Expand Down
9 changes: 2 additions & 7 deletions po/zh_Hant/natter.po
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ msgid "Debug"
msgstr "調試"

#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:267
#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:282
msgid "Dynport"
msgstr "動態埠"

Expand Down Expand Up @@ -110,10 +109,6 @@ msgstr "轉發模式"
msgid "Grant access to Natter procedures"
msgstr "授予訪問 LuCI 應用 Natter 的權限"

#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:282
msgid "is enabled, please donot select"
msgstr "啟用, 請不要選中"

#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:133
msgid "If the result is not NAT 1,"
msgstr "如果結果不是 NAT 1,"
Expand Down Expand Up @@ -254,8 +249,8 @@ msgid "Warning"
msgstr "警告"

#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:282
msgid "When"
msgstr "當"
msgid "When Dynport is enabled, please donot select"
msgstr "當 動態埠 啟用, 請不要選中 "

#: applications/luci-app-natter/htdocs/luci-static/resources/view/natter/main.js:211
msgid "mode requires Random port test is NAT 1"
Expand Down

0 comments on commit 64ab7b5

Please sign in to comment.