From 9d650a69b8a5c2a42add026f3d5f367c8b4caee3 Mon Sep 17 00:00:00 2001 From: ieQu1 <99872536+ieQu1@users.noreply.github.com> Date: Fri, 21 Oct 2022 10:25:22 +0200 Subject: [PATCH] fix(gen_rpc): Fix Chinese translation --- apps/emqx_conf/i18n/emqx_conf_schema.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emqx_conf/i18n/emqx_conf_schema.conf b/apps/emqx_conf/i18n/emqx_conf_schema.conf index 6ba57f9ee..101823d5f 100644 --- a/apps/emqx_conf/i18n/emqx_conf_schema.conf +++ b/apps/emqx_conf/i18n/emqx_conf_schema.conf @@ -976,11 +976,11 @@ until the RPC connection is considered lost.""" rpc_insecure_fallback { desc { en: """Enable compatibility with old RPC authentication.""" - zh: """启用与旧RPC认证的兼容性。""" + zh: """兼容旧的无鉴权模式""" } label { en: "RPC insecure fallback" - zh: "RPC不安全的后退" + zh: "向后兼容旧的无鉴权模式" } }