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.description=translate("Prevent YouTube and Others To Use QUIC Transmission")..", "..font_red..bold_on..translate("REJECT UDP Traffic(Not Include CN) On Port 443")..bold_off..font_off
259
+
o.description=translate("Prevent YouTube and Others To Use QUIC Transmission")..", "..font_red..bold_on..translate("REJECT UDP Traffic(Not Include bypassed regions_Default:CN) On Port 443")..bold_off..font_off
o=s:taboption("traffic_control", Flag, "china_ip_route", translate("China IP Route"))
278
-
o.description=translate("Bypass The China Network Flows, Improve Performance")
277
+
o=s:taboption("traffic_control", ListValue, "china_ip_route", translate("China IP Route"))
278
+
o.description=translate("Bypass Specified Regions Network Flows, Improve Performance")
279
279
o.default=0
280
+
o:value("0", translate("Disable"))
281
+
o:value("1", translate("Bypass Mainland China"))
282
+
o:value("2", translate("Bypass Overseas"))
280
283
else
281
-
o=s:taboption("traffic_control", Flag, "china_ip_route", translate("China IP Route"))
282
-
o.description=translate("Bypass The China Network Flows, Improve Performance, If Inaccessibility on Bypass Gateway, Try to Enable Bypass Gateway Compatible Option, Depend on Dnsmasq")
284
+
o=s:taboption("traffic_control", ListValue, "china_ip_route", translate("China IP Route"))
285
+
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")
283
286
o.default=0
287
+
o:value("0", translate("Disable"))
288
+
o:value("1", translate("Bypass Mainland China"))
289
+
o:value("2", translate("Bypass Overseas"))
284
290
o:depends("enable_redirect_dns", "1")
285
291
o:depends("enable_redirect_dns", "0")
286
292
@@ -289,6 +295,7 @@ else
289
295
o.default="114.114.114.114"
290
296
o.placeholder=translate("114.114.114.114 or 127.0.0.1#5300")
Copy file name to clipboardexpand all lines: luci-app-openclash/po/zh-cn/openclash.zh-cn.po
+19-13
Original file line number
Diff line number
Diff line change
@@ -165,16 +165,22 @@ msgid "Select Stack Type For TUN Mode, According To The Running Speed on Your Ma
165
165
msgstr"请自行根据运行速度为 TUN 模式选择合适的网络栈"
166
166
167
167
msgid"China IP Route"
168
-
msgstr"实验性:绕过中国大陆 IP"
168
+
msgstr"实验性:绕过指定区域 IP"
169
169
170
170
msgid"China IPv6 Route"
171
-
msgstr"实验性:绕过中国大陆 IPv6"
171
+
msgstr"实验性:绕过指定区域 IPv6"
172
172
173
-
msgid"Bypass The China Network Flows, Improve Performance"
174
-
msgstr"启用后中国大陆流量将不再经过内核,提升系统性能"
173
+
msgid"Bypass Mainland China"
174
+
msgstr"绕过中国大陆"
175
175
176
-
msgid"Bypass The China 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"
180
+
msgstr"启用后指定区域流量将不再经过内核,提升系统性能"
181
+
182
+
msgid"Bypass Specified Regions Network Flows, Improve Performance, If Inaccessibility on Bypass Gateway, Try to Enable Bypass Gateway Compatible Option, Depend on Dnsmasq"
@@ -3279,8 +3285,8 @@ msgstr "警告:检测到 Dnsmasq 工作异常,设置防火墙 DNS 劫持规
3279
3285
msgid"Tip: Dnsmasq Work is Normal, Restore The Firewall DNS Hijacking Rules..."
3280
3286
msgstr"提示:检测到 Dnsmasq 正常工作,还原防火墙 DNS 劫持规则..."
3281
3287
3282
-
msgid"Tip: Bypass the China 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..."
3283
-
msgstr"提示:在 FAKE-IP 模式下绕过中国 IP 可能会导致 Dnsmasq 加载时间过长,暂时劫持 DNS 至内核直到 Dnsmasq 正常工作..."
3288
+
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..."
3289
+
msgstr"提示:在 FAKE-IP 模式下绕过指定区域 IP 可能会导致 Dnsmasq 加载时间过长,暂时劫持 DNS 至内核直到 Dnsmasq 正常工作..."
0 commit comments