From 8a1415128f8341fc8e0cad42000b3f57e22043e9 Mon Sep 17 00:00:00 2001 From: sbwml Date: Fri, 14 Apr 2023 13:43:26 +0800 Subject: [PATCH] luci-app-alist: i18n: update chinese translation, fixed #58 --- luci-app-alist/luasrc/model/cbi/alist/basic.lua | 2 +- luci-app-alist/po/zh-cn/alist.po | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/luci-app-alist/luasrc/model/cbi/alist/basic.lua b/luci-app-alist/luasrc/model/cbi/alist/basic.lua index 93a65b9..55316c7 100644 --- a/luci-app-alist/luasrc/model/cbi/alist/basic.lua +++ b/luci-app-alist/luasrc/model/cbi/alist/basic.lua @@ -8,7 +8,7 @@ s = m:section(TypedSection, "alist") s.addremove = false s.anonymous = true -o = s:option(Flag, "enabled", translate("Enable")) +o = s:option(Flag, "enabled", translate("Enabled")) o.rmempty = false o = s:option(Value, "port", translate("Port")) diff --git a/luci-app-alist/po/zh-cn/alist.po b/luci-app-alist/po/zh-cn/alist.po index 3f770f2..7c847a1 100644 --- a/luci-app-alist/po/zh-cn/alist.po +++ b/luci-app-alist/po/zh-cn/alist.po @@ -1,9 +1,6 @@ msgid "Alist" msgstr "Alist 文件列表" -msgid "Running state" -msgstr "运行状态" - msgid "Open Web Interface" msgstr "打开 Web 界面" @@ -13,6 +10,12 @@ msgstr "一款支持多种存储的目录文件列表程序。" msgid "Basic Setting" msgstr "基本设置" +msgid "Logs" +msgstr "日志" + +msgid "Enabled" +msgstr "启用" + msgid "Port" msgstr "端口"