luci-app-alist: update i18n

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-11-12 21:00:14 +08:00
parent 4ca9fd6e32
commit bc62846bcf
2 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@ return view.extend({
o.default = '0'; o.default = '0';
o.rmempty = false; 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.rmempty = false;
o = s.option(form.Button, '_newpassword', _('Reset Password'), o = s.option(form.Button, '_newpassword', _('Reset Password'),

View File

@ -74,8 +74,8 @@ msgstr "网络存储"
msgid "User Manual" msgid "User Manual"
msgstr "用户手册" msgstr "用户手册"
msgid "Allow Access From Internet" msgid "Open firewall port"
msgstr "允许从外网访问" msgstr "打开防火墙端口"
msgid "Enable Logs" msgid "Enable Logs"
msgstr "启用日志" msgstr "启用日志"