luci-app-233ddns: add blog url

This commit is contained in:
CN_SZTL 2020-02-16 20:18:38 +08:00
parent 088f394996
commit 614e165de0
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,7 @@ end
ddns_domain = luci.sys.exec("/etc/init.d/233ddns gen_subdomain " .. conf_token)
mp = Map("233ddns", translate("233DDNS"))
mp.description = translate("A simple, fast, security DDNS client, powered by Oxygen233.") .. "<br/>" .. translate("Please add u.233.ro to your whitelist if you use proxies program.")
mp.description = translate("A simple, fast, security DDNS client, powered by Oxygen233.") .. "<br/>" .. translate("Instructions for use:") .." https://233.ro/archives/233DDNS.html<br/>" .. translate("Please add u.233.ro to your whitelist if you use proxies program.")
s = mp:section(TypedSection, "233ddns")
s.anonymous=true
@ -31,4 +31,4 @@ token.placeholder = conf_token
token.datatype = "string"
token.rmempty = false
return mp
return mp

View File

@ -4,6 +4,9 @@ msgstr "233DDNS"
msgid "A simple, fast, security DDNS client, powered by Oxygen233."
msgstr "由 Oxygen233 驱动的一个简单、快速、安全的 DDNS 客户端。"
msgid "Instructions for use:"
msgstr "使用说明:"
msgid "Please add u.233.ro to your whitelist if you use proxies program."
msgstr "如果您使用了代理程序,请将 u.233.ro 添加至白名单。"