chore: i18n typo fix
This commit is contained in:
parent
258c7cbf7d
commit
16f45a60fd
|
@ -54,7 +54,7 @@ The Redis default port 6379 is used if `[:Port]` is not specified.
|
|||
zh: """
|
||||
将要连接的 IPv4 或 IPv6 地址,或者主机名。<br/>
|
||||
主机名具有以下形式:`Host[:Port]`。<br/>
|
||||
如果未指定 `[:Port]`,则使用 MongoDB 默认端口 27017。
|
||||
如果未指定 `[:Port]`,则使用 Redis 默认端口 6379。
|
||||
"""
|
||||
}
|
||||
label: {
|
||||
|
|
|
@ -26,7 +26,7 @@ emqx_resource_schema {
|
|||
desc {
|
||||
en: """The number of buffer workers. Only applicable for egress type bridges.
|
||||
For bridges only have ingress direction data flow, it can be set to 0 otherwise must be greater than 0."""
|
||||
zh: """缓存队列 worker 数量。仅对 egress 类型的桥接有意义。当桥接仅有 ingress 方向时,可设置为 0,否则必须大于 0)。"""
|
||||
zh: """缓存队列 worker 数量。仅对 egress 类型的桥接有意义。当桥接仅有 ingress 方向时,可设置为 0,否则必须大于 0。"""
|
||||
}
|
||||
label {
|
||||
en: """Buffer Pool Size"""
|
||||
|
|
Loading…
Reference in New Issue