luci-app-alist: i18n: update chinese translation, fixed #58

This commit is contained in:
sbwml 2023-04-14 13:43:26 +08:00
parent fa2a092ccc
commit 8a1415128f
2 changed files with 7 additions and 4 deletions

View File

@ -8,7 +8,7 @@ s = m:section(TypedSection, "alist")
s.addremove = false s.addremove = false
s.anonymous = true s.anonymous = true
o = s:option(Flag, "enabled", translate("Enable")) o = s:option(Flag, "enabled", translate("Enabled"))
o.rmempty = false o.rmempty = false
o = s:option(Value, "port", translate("Port")) o = s:option(Value, "port", translate("Port"))

View File

@ -1,9 +1,6 @@
msgid "Alist" msgid "Alist"
msgstr "Alist 文件列表" msgstr "Alist 文件列表"
msgid "Running state"
msgstr "运行状态"
msgid "Open Web Interface" msgid "Open Web Interface"
msgstr "打开 Web 界面" msgstr "打开 Web 界面"
@ -13,6 +10,12 @@ msgstr "一款支持多种存储的目录文件列表程序。"
msgid "Basic Setting" msgid "Basic Setting"
msgstr "基本设置" msgstr "基本设置"
msgid "Logs"
msgstr "日志"
msgid "Enabled"
msgstr "启用"
msgid "Port" msgid "Port"
msgstr "端口" msgstr "端口"