Update translations

This commit is contained in:
sbwml 2022-04-09 13:01:22 +08:00
parent 007c54f484
commit 49e6154df0
3 changed files with 3 additions and 10 deletions

View File

@ -1,8 +1,6 @@
m = Map("mosdns")
m.title = translate("MosDNS")
m.description = translate("MosDNS is a 'programmable' DNS forwarder.")
s = m:section(TypedSection, "mosdns")
s = m:section(TypedSection, "mosdns", translate("Geodata Update"))
s.addremove = false
s.anonymous = true

View File

@ -1,8 +1,6 @@
m = Map("mosdns")
m.title = translate("MosDNS")
m.description = translate("MosDNS is a 'programmable' DNS forwarder.")
s = m:section(TypedSection, "mosdns", translate("ADblock Whitelist"))
s = m:section(TypedSection, "mosdns", translate("ADblock whitelist"))
s.addremove = false
s.anonymous = true

View File

@ -38,10 +38,7 @@ msgid "<font color=\"ff0000\"><strong>ADblock whitelist only apply to 'Def Confi
msgstr "<font color=\"ff0000\"><strong>注意!广告过滤白名单仅当 'MosDNS 配置文件选择' 为 '内置预设' 时才会生效</strong></font>"
msgid "ADblock whitelist"
msgstr "白名单"
msgid "ADblock Whitelist"
msgstr "广告过滤白名单"
msgstr "广告白名单"
msgid "Reload Service"
msgstr "重载 MosDNS"