docs: improve descriptions

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
Thales Macedo Garitezi 2023-03-24 09:23:06 -03:00 committed by GitHub
parent ca820dfefc
commit a239f0523a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -638,7 +638,7 @@ emqx_ee_bridge_kafka {
"<code>base64</code> Uses base-64 encoding on the received key."
zh: "定义了在通过MQTT转发之前如何处理Kafka消息的 Key。"
"<code>none</code> 使用Kafka消息中的 Key 原始值,不进行编码。”
" 注意:在这种情况下,那么键或值必须是一个有效的UTF-8字符串。\n"
" 注意:在这种情况下,Key 必须是一个有效的UTF-8字符串。\n"
"<code>base64</code> 对收到的密钥或值使用base-64编码。"
}
label {
@ -655,12 +655,12 @@ emqx_ee_bridge_kafka {
"<code>base64</code> Uses base-64 encoding on the received value."
zh: "定义了在通过MQTT转发之前如何处理Kafka消息的 Value。"
"<code>none</code> 使用Kafka消息中的 Value 原始值,不进行编码。"
" 注意:在这种情况下,那么键或值必须是一个有效的UTF-8字符串。\n"
"<code>base64</code> 对收到的密钥或值使用base-64编码。"
" 注意:在这种情况下,Value 必须是一个有效的UTF-8字符串。\n"
"<code>base64</code> 对收到的 Value 使用base-64编码。"
}
label {
en: "Value Encoding Mode"
zh: "编码模式"
zh: "Value 编码模式"
}
}
}