You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
o=s:taboption("traffic_control", ListValue, "china_ip_route", translate("China IP Route"))
262
-
o.description=translate("Bypass Specified Regions Network Flows, Improve Performance")
263
-
o.default=0
264
-
o:value("0", translate("Disable"))
265
-
o:value("1", translate("Bypass Mainland China"))
266
-
o:value("2", translate("Bypass Overseas"))
267
-
else
268
-
o=s:taboption("traffic_control", ListValue, "china_ip_route", translate("China IP Route"))
269
-
o.description=translate("Bypass Specified Regions Network Flows, Improve Performance, If Inaccessibility on Bypass Gateway, Try to Enable Bypass Gateway Compatible Option, Depend on Dnsmasq")
270
-
o.default=0
271
-
o:value("0", translate("Disable"))
272
-
o:value("1", translate("Bypass Mainland China"))
273
-
o:value("2", translate("Bypass Overseas"))
274
-
o:depends("enable_redirect_dns", "1")
275
-
o:depends("enable_redirect_dns", "0")
276
-
277
-
o=s:taboption("traffic_control", Value, "custom_china_domain_dns_server", translate("Specify CN DNS Server"))
278
-
o.description=translate("Specify DNS Server For CN Domain Lists, Only One IP Server Address Support")
279
-
o.default="114.114.114.114"
280
-
o.placeholder=translate("114.114.114.114 or 127.0.0.1#5300")
281
-
o:depends("china_ip_route", "1")
282
-
o:depends("china_ip_route", "2")
283
-
end
260
+
o=s:taboption("traffic_control", ListValue, "china_ip_route", translate("China IP Route"))
261
+
o.description=translate("Bypass Specified Regions Network Flows, Improve Performance, If Inaccessibility on Bypass Gateway, Try to Enable Bypass Gateway Compatible Option")
Copy file name to clipboardexpand all lines: luci-app-openclash/po/zh-cn/openclash.zh-cn.po
+5-44
Original file line number
Diff line number
Diff line change
@@ -173,11 +173,8 @@ msgstr "绕过中国大陆"
173
173
msgid"Bypass Overseas"
174
174
msgstr"海外用户回国模式"
175
175
176
-
msgid"Bypass Specified Regions Network Flows, Improve Performance"
177
-
msgstr"启用后指定区域流量将不再经过内核,提升系统性能"
178
-
179
-
msgid"Bypass Specified Regions Network Flows, Improve Performance, If Inaccessibility on Bypass Gateway, Try to Enable Bypass Gateway Compatible Option, Depend on Dnsmasq"
msgid"Bypass Specified Regions Network Flows, Improve Performance, If Inaccessibility on Bypass Gateway, Try to Enable Bypass Gateway Compatible Option"
msgid"Specify DNS Server For CN Domain Lists, Only One IP Server Address Support"
3175
-
msgstr"指定大陆域名的 DNS 服务器,只支持填写一个IP地址"
3176
-
3177
-
msgid"Warning: Dnsmasq Work is Unnormal, Setting The Firewall DNS Hijacking Rules..."
3178
-
msgstr"警告:检测到 Dnsmasq 工作异常,设置防火墙 DNS 劫持规则..."
3179
-
3180
-
msgid"Tip: Dnsmasq Work is Normal, Restore The Firewall DNS Hijacking Rules..."
3181
-
msgstr"提示:检测到 Dnsmasq 正常工作,还原防火墙 DNS 劫持规则..."
3182
-
3183
-
msgid"Tip: Bypass Specified Regions IP May Cause the Dnsmasq Load For a Long Time After Restart in FAKE-IP Mode, Hijack the DNS to Core Untill the Dnsmasq Works Well..."
3184
-
msgstr"提示:在 FAKE-IP 模式下绕过指定区域 IP 可能会导致 Dnsmasq 加载时间过长,暂时劫持 DNS 至内核直到 Dnsmasq 正常工作..."
0 commit comments