diff --git a/luci-app-alist/htdocs/luci-static/resources/view/alist/basic.js b/luci-app-alist/htdocs/luci-static/resources/view/alist/basic.js index 6bb196b..9d6c2a3 100644 --- a/luci-app-alist/htdocs/luci-static/resources/view/alist/basic.js +++ b/luci-app-alist/htdocs/luci-static/resources/view/alist/basic.js @@ -113,7 +113,7 @@ return view.extend({ o.default = '0'; o.rmempty = false; - o = s.option(form.Flag, 'allow_wan', _('Allow Access From Internet')); + o = s.option(form.Flag, 'allow_wan', _('Open firewall port')); o.rmempty = false; o = s.option(form.Button, '_newpassword', _('Reset Password'), diff --git a/luci-app-alist/po/zh_Hans/alist.po b/luci-app-alist/po/zh_Hans/alist.po index 7aa75b2..6aae154 100644 --- a/luci-app-alist/po/zh_Hans/alist.po +++ b/luci-app-alist/po/zh_Hans/alist.po @@ -74,8 +74,8 @@ msgstr "网络存储" msgid "User Manual" msgstr "用户手册" -msgid "Allow Access From Internet" -msgstr "允许从外网访问" +msgid "Open firewall port" +msgstr "打开防火墙端口" msgid "Enable Logs" msgstr "启用日志"