Merge pull request #9822 from JimMoen/fix-schema-typo

chore: i18n typo fix
This commit is contained in:
Zaiming (Stone) Shi 2023-01-20 11:11:18 +01:00 committed by GitHub
commit 1c3e055b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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: {

View File

@ -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"""