ソースを参照

fix(gen_rpc): Fix Chinese translation

ieQu1 3 年 前
コミット
9d650a69b8
1 ファイル変更2 行追加2 行削除
  1. 2 2
      apps/emqx_conf/i18n/emqx_conf_schema.conf

+ 2 - 2
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: "向后兼容旧的无鉴权模式"
     }
   }