From 74f1dce2c37f6a797986d6fb9bac81c7047988c6 Mon Sep 17 00:00:00 2001 From: Charles Chin Date: Fri, 10 Jul 2020 11:56:56 +0800 Subject: [PATCH] Add zh-cn po for luci-app-qBittorrent (#5057) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * translate `Open Web Interface` * 打开管理页面自适应 http 和 https --- .../lean/luci-app-qbittorrent/luasrc/model/cbi/qbittorrent.lua | 2 +- package/lean/luci-app-qbittorrent/po/zh-cn/qbittorrent.po | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package/lean/luci-app-qbittorrent/luasrc/model/cbi/qbittorrent.lua b/package/lean/luci-app-qbittorrent/luasrc/model/cbi/qbittorrent.lua index 8563e6d26..aba6a9297 100644 --- a/package/lean/luci-app-qbittorrent/luasrc/model/cbi/qbittorrent.lua +++ b/package/lean/luci-app-qbittorrent/luasrc/model/cbi/qbittorrent.lua @@ -5,7 +5,7 @@ local a=(luci.sys.call("pidof qbittorrent-nox > /dev/null")==0) local t="" if a then -t="

" +t="

" end function titlesplit(Value) diff --git a/package/lean/luci-app-qbittorrent/po/zh-cn/qbittorrent.po b/package/lean/luci-app-qbittorrent/po/zh-cn/qbittorrent.po index 0334df90a..962cee5f3 100644 --- a/package/lean/luci-app-qbittorrent/po/zh-cn/qbittorrent.po +++ b/package/lean/luci-app-qbittorrent/po/zh-cn/qbittorrent.po @@ -576,3 +576,6 @@ msgid "" "This page is the content of the configuration document under /etc/config/" "qbittorrent." msgstr "本页是/etc/config/qbittorrent下的配置文档内容。" + +msgid "Open Web Interface" +msgstr "打开管理页面"