Skip to content

Commit

Permalink
chore: refine
Browse files Browse the repository at this point in the history
  • Loading branch information
vernesong committed Sep 19, 2024
1 parent 834ef91 commit 6eae13b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion luci-app-openclash/luasrc/model/cbi/openclash/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ o.description = translate("Enable to Resolve IPv6 DNS Requests")
o.default = 0

o = s:taboption("ipv6", ListValue, "china_ip6_route", translate("China IPv6 Route"))
o.description = translate("Bypass Specified Regions Network Flows, Improve Performance")
o.description = translate("Bypass Specified Regions Network Flows, Improve Performance, If Inaccessibility on Bypass Gateway, Try to Enable Bypass Gateway Compatible Option")
o.default = 0
o:value("0", translate("Disable"))
o:value("1", translate("Bypass Mainland China"))
Expand Down
8 changes: 4 additions & 4 deletions luci-app-openclash/po/zh-cn/openclash.zh-cn.po
Original file line number Diff line number Diff line change
Expand Up @@ -3369,14 +3369,14 @@ msgstr "黑名单模式"
msgid "Whitelist Mode"
msgstr "白名单模式"

msgid "Group Cached Compliant Nodes Number:"
msgstr "策略组中已缓存的符合设置要求的节点数量:"
msgid "Cached Compliant Nodes Number:"
msgstr "已缓存的符合优先测试条件的节点数量:"

msgid ", Cached Non-compliant Nodes Number:"
msgstr ",不符合设置要求的节点数量:"
msgstr ",不符合优先测试条件的节点数量:"

msgid ", Prioritize Testing With Cached Compliant Nodes..."
msgstr ",将优先使用符合要求的节点进行测试..."
msgstr ",将优先使用符合条件的节点进行测试..."

msgid "Flush Unlock Test Cache"
msgstr "清理解锁检测缓存"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ function table_sort_by_cache(t)
end
end
if #tab > 0 then
print(os.date("%Y-%m-%d %H:%M:%S").." "..type.."".."Group Cached Compliant Nodes Number:"..""..#(tab)..""..", Cached Non-compliant Nodes Number:"..""..#(tab_b)..""..", Prioritize Testing With Cached Compliant Nodes...")
print(os.date("%Y-%m-%d %H:%M:%S").." "..type.." Group:"..""..group_match_name.."".."Cached Compliant Nodes Number:"..""..#(tab)..""..", Cached Non-compliant Nodes Number:"..""..#(tab_b)..""..", Prioritize Testing With Cached Compliant Nodes...")
end
for k,v in pairs(tab_b) do table.insert(tab, v) end
return tab
Expand Down

0 comments on commit 6eae13b

Please sign in to comment.