update translation
This commit is contained in:
parent
5d25b7bf88
commit
ec749c2373
@ -60,7 +60,7 @@ maximum_ttl.datatype = "and(uinteger,min(1))"
|
||||
maximum_ttl.rmempty = false
|
||||
maximum_ttl:depends( "configfile", "/etc/mosdns/config.yaml")
|
||||
|
||||
redirect = s:option(Flag, "redirect", translate("Enable DNS Redirect"))
|
||||
redirect = s:option(Flag, "redirect", translate("Enable DNS Forward"), translate("Forward Dnsmasq Domain Name resolution requests to MosDNS"))
|
||||
redirect:depends( "configfile", "/etc/mosdns/config.yaml")
|
||||
redirect.default = true
|
||||
|
||||
|
@ -22,8 +22,11 @@ msgstr "启用"
|
||||
msgid "Listen port"
|
||||
msgstr "监听端口"
|
||||
|
||||
msgid "Enable DNS Redirect"
|
||||
msgstr "启用 DNS 重定向"
|
||||
msgid "Enable DNS Forward"
|
||||
msgstr "启用 DNS 转发"
|
||||
|
||||
msgid "Forward Dnsmasq Domain Name resolution requests to MosDNS"
|
||||
msgstr "将 Dnsmasq 域名解析请求转发到 MosDNS 服务器"
|
||||
|
||||
msgid "Enable DNS ADblock"
|
||||
msgstr "启用 DNS 广告过滤"
|
||||
|
Loading…
Reference in New Issue
Block a user