Skip to content

Commit ae6fe3b

Browse files
authored
Merge pull request #37 from emqx/add-missing-zh-5.8.1
Update zh translations for v5.8.1
2 parents 68eb05d + 4ff8c81 commit ae6fe3b

File tree

2 files changed

+31
-17
lines changed

2 files changed

+31
-17
lines changed

desc.en.hocon

+8-8
Original file line numberDiff line numberDiff line change
@@ -4446,7 +4446,7 @@
44464446
"label": "Cluster Protocol Distribution"
44474447
},
44484448
"cluster_quic_lb_mode": {
4449-
"desc": "QUIC stack LB Mode\n- 0: disabled (Default)\n- 1: server_ip\n- 2: server_id_fixed\n- N: when N>2 server_id_fixed and server_id is N\n- IfName: when IfName is string, server_id will be set to the first ip on interface IfName, ipv4 only",
4449+
"desc": "QUIC stack LB Mode\n- 0: disabled (Default)\n- 1: server_ip\n- 2: server_id_fixed\n- N: when N>2 server_id_fixed and server_id is N\n- IfName: when IfName is string, server_id will be set to the first ip on interface IfName, ipv4 only.",
44504450
"label": " QUIC stack LB Mode "
44514451
},
44524452
"cluster_static_seeds": {
@@ -6736,25 +6736,25 @@
67366736
"desc": "The banned object was not found in the blacklist."
67376737
},
67386738
"filter_clientid": {
6739-
"desc": "Query the banned objects with an exact client ID."
6739+
"desc": "Query the banning rules with an exact client ID."
67406740
},
67416741
"filter_like_clientid": {
6742-
"desc": "Fuzzy query banned objects with a regular expression for client ID."
6742+
"desc": "Fuzzy query banning rules with a regular expression for client ID."
67436743
},
67446744
"filter_like_peerhost": {
6745-
"desc": "Fuzzy query banned objects with a regular expression for IP address."
6745+
"desc": "Fuzzy query banning rules with a regular expression for IP address."
67466746
},
67476747
"filter_like_peerhost_net": {
6748-
"desc": "Fuzzy query banned objects with a regular expression for CIDR."
6748+
"desc": "Fuzzy query banning rules with a regular expression for CIDR."
67496749
},
67506750
"filter_like_username": {
6751-
"desc": "Fuzzy query banned objects with a regular expression for username."
6751+
"desc": "Fuzzy query banning rules with a regular expression for username."
67526752
},
67536753
"filter_peerhost": {
6754-
"desc": "Query the banned objects with an exact IP address."
6754+
"desc": "Query the banning rules with an exact IP address."
67556755
},
67566756
"filter_username": {
6757-
"desc": "Query the banned objects with an exact username."
6757+
"desc": "Query the banning rules with an exact username."
67586758
},
67596759
"list_banned_api": {
67606760
"desc": "List all currently banned client IDs, usernames and IP addresses.\nFilters are supported. Since filters are mutually exclusive, only one filter is allowed in a query.",

desc.zh.hocon

+23-9
Original file line numberDiff line numberDiff line change
@@ -2638,6 +2638,10 @@
26382638
"desc_sources": {
26392639
"desc": "Source 的配置。",
26402640
"label": "Source 配置"
2641+
},
2642+
"undefined_vars_as_null": {
2643+
"desc": "写入数据库时,将未定义的变量视为 NULL。\n启用此选项时,如果模板中使用了未定义的变量(如 ${var}),它们将被替换为 \"NULL\",而不是字符串 \"undefined\"。如果此选项未启用(默认),则可能插入字符串 \"undefined\"\n如果可能,此选项应始终设置为 `true`;默认值 `false` 仅用于确保向后兼容性。",
2644+
"label": "定义变量作为 Null"
26412645
}
26422646
},
26432647
"emqx_bridge_webhook_schema": {
@@ -3238,7 +3242,7 @@
32383242
"label": "日志限流时间窗口"
32393243
},
32403244
"cluster_quic_lb_mode": {
3241-
"desc": "QUIC stack 负载均衡模式\n- 0: 禁用 (默认)\n- 1: server_ip\n- 2: server_id_fixed",
3245+
"desc": "QUIC stack 负载均衡模式\n- 0: 禁用 (默认)\n- 1: server_ip\n- 2: server_id_fixed\n- N:当 N > 2 时,使用 server_id_fixed 且 server_id 为 N\n- IfName:当 IfName 为字符串时,server_id 将设置为 IfName 接口上的第一个 IP 地址,仅支持 IPv4。",
32423246
"label": " QUIC stack 负载均衡模式 "
32433247
},
32443248
"rpc_client_num": {
@@ -5435,25 +5439,25 @@
54355439
"label": "封禁对象"
54365440
},
54375441
"filter_clientid": {
5438-
"desc": "使用精确的客户端 ID 查询被封禁对象。"
5442+
"desc": "使用精确的客户端 ID 查询封禁规则。"
54395443
},
54405444
"filter_like_clientid": {
5441-
"desc": "使用客户端 ID 正则表达式查询被封禁对象。"
5445+
"desc": "使用客户端 ID 正则表达式来匹配查询封禁规则。"
54425446
},
54435447
"filter_like_peerhost": {
5444-
"desc": "使用 IP 地址的正则表达式查询被封禁对象。"
5448+
"desc": "使用 IP 地址正则表达式来匹配查询被封禁规则。"
54455449
},
54465450
"filter_like_peerhost_net": {
5447-
"desc": "使用 CIDR 进行模糊查询,查找被封禁对象。"
5451+
"desc": "使用 CIDR 正则表达式来匹配查询被封禁规则。"
54485452
},
54495453
"filter_like_username": {
5450-
"desc": "使用用户名正则表达式来匹配查询被封禁对象。"
5454+
"desc": "使用用户名正则表达式来匹配查询被封禁规则。"
54515455
},
54525456
"filter_peerhost": {
5453-
"desc": "使用精确的 IP 地址查询被封禁对象。"
5457+
"desc": "使用精确的 IP 地址查询封禁规则。"
54545458
},
54555459
"filter_username": {
5456-
"desc": "使用精确的用户名查询被封禁对象。"
5460+
"desc": "使用精确的用户名查询封禁规则。"
54575461
}
54585462
},
54595463
"emqx_mgmt_api_clients": {
@@ -9927,6 +9931,12 @@
99279931
},
99289932
"server": {
99299933
"desc": "IoTDB Thrift 服务器的地址(主机:端口)。"
9934+
},
9935+
"connect_timeout": {
9936+
"desc": "连接到 IoTDB Thrift 服务器的超时时间。"
9937+
},
9938+
"recv_timeout": {
9939+
"desc": "IoTDB Thrift 服务器响应的超时时间。"
99309940
}
99319941
},
99329942
"emqx_bridge_mqtt_pubsub_schema": {
@@ -10748,6 +10758,10 @@
1074810758
"param_queue_id": {
1074910759
"desc": "持久队列的 ID。",
1075010760
"label": "队列 ID"
10761+
},
10762+
"durable_queues_post": {
10763+
"desc": "声明新持久队列。",
10764+
"label": "声明持久队列"
1075110765
}
1075210766
},
1075310767
"emqx_ds_shared_sub_schema": {
@@ -10802,7 +10816,7 @@
1080210816
"label": "客户端信息认证"
1080310817
},
1080410818
"is_match": {
10805-
"desc": "一个 Variform 表达式或表达式数组,用于评估一组从客户端信息派生的预绑定变量。\n支持的变量:\n- `username`: 客户端的用户名。\n- `clientid`: 客户端的客户端。\n- `client_attrs.*`: 客户端的客户端属性。\n- `peerhost`: 客户端的 IP 地址。\n- `cert_subject`: TLS 证书的主体\n- `cert_common_name`: TLS 证书通用名称。\n如果所有表达式的结果都是字符串值 'true',则从此认证器返回关联的 result。\n如果任何表达式的结果不是 'true',则跳过当前检查。",
10819+
"desc": "一个 Variform 表达式或表达式数组,用于评估一组从客户端信息派生的预绑定变量。\n支持的变量:\n- `username`: 客户端的用户名。\n- `password`:客户端的密码。\n- `clientid`: 客户端的客户端。\n- `client_attrs.*`: 客户端的客户端属性。\n- `peerhost`: 客户端的 IP 地址。\n- `cert_subject`: TLS 证书的主体\n- `cert_common_name`: TLS 证书通用名称\n- `zone`:与接受客户端的监听器关联的配置区域\n如果所有表达式的结果都是字符串值 'true',则从此认证器返回关联的 result。\n如果任何表达式的结果不是 'true',则跳过当前检查。",
1080610820
"label": "匹配条件"
1080710821
},
1080810822
"result": {

0 commit comments

Comments
 (0)