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 "端口"