docs(emqx): fix i18n desc
This commit is contained in:
parent
a58b88aeec
commit
be05f54053
|
@ -17,8 +17,8 @@ emqx_schema {
|
||||||
zh: "消息队列的最大长度"
|
zh: "消息队列的最大长度"
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
en: "Maximum message queue length."
|
en: "Maximum mailbox queue length of process."
|
||||||
zh: "消息队列的最大长度"
|
zh: "进程邮箱消息队列的最大长度"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -802,7 +802,7 @@ To configure <code>\"topic/1\" > \"topic/2\"</code>:
|
||||||
mqtt_use_username_as_clientid {
|
mqtt_use_username_as_clientid {
|
||||||
desc {
|
desc {
|
||||||
en: """Replace client ID with the username."""
|
en: """Replace client ID with the username."""
|
||||||
zh: """是否使用 Client ID 替换 Username。"""
|
zh: """是否使用 Username 替换 Client ID。"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue