luci-app-ssr-plus: improve translation

This commit is contained in:
CN_SZTL 2019-08-25 00:23:44 +08:00
parent 5797bed33d
commit 3f78c5543c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ o.default = gfw
o = s:option(ListValue, "pdnsd_enable", translate("Resolve Dns Mode"))
o:value("1", translate("Use Pdnsd tcp query and cache"))
o:value("0", translate("Use Local DNS Service listen port 5335"))
o:value("2", translate("Use system settings"))
o:value("2", translate("Use system DNS"))
o.default = 1
o = s:option(ListValue, "tunnel_forward", translate("Anti-pollution DNS Server"))

View File

@ -473,8 +473,8 @@ msgstr "服务器节点"
msgid "Use Local DNS Service listen port 5335"
msgstr "使用本机端口为5335的DNS服务"
msgid "Use system settings"
msgstr "跟随系统设置"
msgid "Use system DNS"
msgstr "使用系统DNS"
msgid "Server Node Type"
msgstr "服务器节点类型"