mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
Add zh-cn po for luci-app-qBittorrent (#5057)
* translate `Open Web Interface` * 打开管理页面自适应 http 和 https
This commit is contained in:
parent
6fb7d552d4
commit
74f1dce2c3
@ -5,7 +5,7 @@ local a=(luci.sys.call("pidof qbittorrent-nox > /dev/null")==0)
|
||||
|
||||
local t=""
|
||||
if a then
|
||||
t="<br /><br /><input class=\"cbi-button cbi-button-apply\" type=\"button\" value=\" "..translate("Open Web Interface").." \" onclick=\"window.open('http://'+window.location.hostname+':"..o.."')\"/>"
|
||||
t="<br /><br /><input class=\"cbi-button cbi-button-apply\" type=\"button\" value=\" "..translate("Open Web Interface").." \" onclick=\"window.open('//'+window.location.hostname+':"..o.."')\"/>"
|
||||
end
|
||||
|
||||
function titlesplit(Value)
|
||||
|
@ -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 "打开管理页面"
|
||||
|
Loading…
Reference in New Issue
Block a user