From ca820dfefc02ae0b47abb461f443525c3ad8331c Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Fri, 24 Mar 2023 09:21:08 -0300 Subject: [PATCH] docs: improve descriptions Co-authored-by: Zaiming (Stone) Shi --- lib-ee/emqx_ee_bridge/i18n/emqx_ee_bridge_kafka.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib-ee/emqx_ee_bridge/i18n/emqx_ee_bridge_kafka.conf b/lib-ee/emqx_ee_bridge/i18n/emqx_ee_bridge_kafka.conf index abf1c34b7..f93aef3c2 100644 --- a/lib-ee/emqx_ee_bridge/i18n/emqx_ee_bridge_kafka.conf +++ b/lib-ee/emqx_ee_bridge/i18n/emqx_ee_bridge_kafka.conf @@ -636,14 +636,14 @@ emqx_ee_bridge_kafka { "none Uses the key from the Kafka message unchanged." " Note: in this case, then the key must be a valid UTF-8 string.\n" "base64 Uses base-64 encoding on the received key." - zh: "定义了在通过MQTT转发之前如何处理Kafka消息的键或值。" - "none 使用Kafka消息中的键或值,不改变。" + zh: "定义了在通过MQTT转发之前如何处理Kafka消息的 Key。" + "none 使用Kafka消息中的 Key 原始值,不进行编码。” " 注意:在这种情况下,那么键或值必须是一个有效的UTF-8字符串。\n" "base64 对收到的密钥或值使用base-64编码。" } label { en: "Key Encoding Mode" - zh: "编码模式" + zh: "Key 编码模式" } } consumer_value_encoding_mode { @@ -653,8 +653,8 @@ emqx_ee_bridge_kafka { "none Uses the value from the Kafka message unchanged." " Note: in this case, then the value must be a valid UTF-8 string.\n" "base64 Uses base-64 encoding on the received value." - zh: "定义了在通过MQTT转发之前如何处理Kafka消息的键或值。" - "none 使用Kafka消息中的键或值,不改变。" + zh: "定义了在通过MQTT转发之前如何处理Kafka消息的 Value。" + "none 使用Kafka消息中的 Value 原始值,不进行编码。" " 注意:在这种情况下,那么键或值必须是一个有效的UTF-8字符串。\n" "base64 对收到的密钥或值使用base-64编码。" }