mirror of https://github.com/kenzok8/small.git
update 2023-05-04 02:10:27
This commit is contained in:
parent
0ef9d81aaf
commit
353415db0c
|
@ -31,6 +31,9 @@ msgstr "节点列表"
|
|||
msgid "Other Settings"
|
||||
msgstr "高级设置"
|
||||
|
||||
msgid "Load Balancing"
|
||||
msgstr "负载均衡"
|
||||
|
||||
msgid "Enter interface"
|
||||
msgstr "进入界面"
|
||||
|
||||
|
@ -76,6 +79,9 @@ msgstr "清除"
|
|||
msgid "Main switch"
|
||||
msgstr "主开关"
|
||||
|
||||
msgid "Node"
|
||||
msgstr "节点"
|
||||
|
||||
msgid "Edit Current Node"
|
||||
msgstr "编辑当前节点"
|
||||
|
||||
|
@ -607,6 +613,66 @@ msgstr "通过关键字删除备用节点列表的节点"
|
|||
msgid "Please enter the node keyword, pay attention to distinguish between spaces, uppercase and lowercase."
|
||||
msgstr "请输入节点关键字,注意区分空格、大写和小写。"
|
||||
|
||||
msgid "Enable Load Balancing"
|
||||
msgstr "开启负载均衡"
|
||||
|
||||
msgid "Console Username"
|
||||
msgstr "控制台账号"
|
||||
|
||||
msgid "Console Password"
|
||||
msgstr "控制台密码"
|
||||
|
||||
msgid "Console Port"
|
||||
msgstr "控制台端口"
|
||||
|
||||
msgid "In the browser input routing IP plus port access, such as:192.168.1.1:1188"
|
||||
msgstr "在浏览器输入路由IP加端口访问,如:192.168.1.1:1188"
|
||||
|
||||
msgid "Haproxy Port"
|
||||
msgstr "负载均衡端口"
|
||||
|
||||
msgid "Health Check Type"
|
||||
msgstr "健康检查类型"
|
||||
|
||||
msgid "Inner implement"
|
||||
msgstr "内置实现"
|
||||
|
||||
msgid "Health Check Inter"
|
||||
msgstr "健康检查节点间隔时间"
|
||||
|
||||
msgid "When the availability test is used, the load balancing node will be converted into a Socks node. when node list set customizing, must be a Socks node, otherwise the health check will be invalid."
|
||||
msgstr "当使用可用性测试时,负载均衡节点将转换成Socks节点。下面的节点列表自定义时必须为Socks节点,否则健康检查将无效。"
|
||||
|
||||
msgid "Add a node, Export Of Multi WAN Only support Multi Wan. Load specific gravity range 1-256. Multiple primary servers can be load balanced, standby will only be enabled when the primary server is offline! Multiple groups can be set, Haproxy port same one for each group."
|
||||
msgstr "添加节点,指定出口功能是为多WAN用户准备的。负载比重范围1-256。多个主服务器可以负载均衡,备用只有在主服务器离线时才会启用!可以设置多个组,负载均衡端口相同则为一组。"
|
||||
|
||||
msgid "Note that the node configuration parameters for load balancing must be consistent when use TCP health check type, otherwise it cannot be used normally!"
|
||||
msgstr "注意,当使用TCP健康检查时负载均衡的节点配置参数必须一致,否则无法正常使用!"
|
||||
|
||||
msgid "Node Address"
|
||||
msgstr "节点地址"
|
||||
|
||||
msgid "Node Port"
|
||||
msgstr "节点端口"
|
||||
|
||||
msgid "Node Weight"
|
||||
msgstr "负载比重"
|
||||
|
||||
msgid "Export Of Multi WAN"
|
||||
msgstr "多WAN指定出口"
|
||||
|
||||
msgid "Main"
|
||||
msgstr "主要"
|
||||
|
||||
msgid "Mode"
|
||||
msgstr "模式"
|
||||
|
||||
msgid "Primary"
|
||||
msgstr "主要"
|
||||
|
||||
msgid "Standby"
|
||||
msgstr "备用"
|
||||
|
||||
msgid "Manually update"
|
||||
msgstr "手动更新"
|
||||
|
||||
|
|
|
@ -55,13 +55,13 @@ ifneq ($(CONFIG_CCACHE),)
|
|||
export naive_ccache_flags=cc_wrapper="$(CCACHE)"
|
||||
endif
|
||||
|
||||
CLANG_VER:=17-init-2387-g68e81d7e-1
|
||||
CLANG_VER:=17-init-3170-g6e30dffe-1
|
||||
CLANG_FILE:=clang-llvmorg-$(CLANG_VER).tgz
|
||||
define Download/CLANG
|
||||
URL:=https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64
|
||||
URL_FILE:=$(CLANG_FILE)
|
||||
FILE:=$(CLANG_FILE)
|
||||
HASH:=6335f2e1f35bb235b8fe610559bbf97e630c4e50662a31b6e70226c2f4b0c290
|
||||
HASH:=b0d56ea4b320b36d77b97e10d410964ba53463c372f7ecfc816349ee7fa67b56
|
||||
endef
|
||||
|
||||
PGO_VER:=5615-1679995307-0baae343d55c36a01b20eb4c600fca3ba7e0825e
|
||||
|
|
Loading…
Reference in New Issue