From be05f540535722166f191bdac496b673fe4481b7 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Mon, 25 Apr 2022 15:13:36 +0800 Subject: [PATCH] docs(emqx): fix i18n desc --- apps/emqx/i18n/emqx_schema_i18n.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/emqx/i18n/emqx_schema_i18n.conf b/apps/emqx/i18n/emqx_schema_i18n.conf index a7d15fbbe..197af9777 100644 --- a/apps/emqx/i18n/emqx_schema_i18n.conf +++ b/apps/emqx/i18n/emqx_schema_i18n.conf @@ -17,8 +17,8 @@ emqx_schema { zh: "消息队列的最大长度" } label { - en: "Maximum message queue length." - zh: "消息队列的最大长度" + en: "Maximum mailbox queue length of process." + zh: "进程邮箱消息队列的最大长度" } } @@ -802,7 +802,7 @@ To configure \"topic/1\" > \"topic/2\": mqtt_use_username_as_clientid { desc { en: """Replace client ID with the username.""" - zh: """是否使用 Client ID 替换 Username。""" + zh: """是否使用 Username 替换 Client ID。""" } }