From bc62846bcffd3a0391435f1974d83421476877a8 Mon Sep 17 00:00:00 2001 From: sbwml Date: Tue, 12 Nov 2024 21:00:14 +0800 Subject: [PATCH] luci-app-alist: update i18n Signed-off-by: sbwml --- .../htdocs/luci-static/resources/view/alist/basic.js | 2 +- luci-app-alist/po/zh_Hans/alist.po | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 "启用日志"