Merge pull request #10287 from thalesmg/fix-kprod-zh-desc-mqtt-topic-rv50
docs(kafka_producer): update ZH translation of field (rv5.0)
This commit is contained in:
commit
cf71f9148e
|
@ -61,8 +61,8 @@ emqx_ee_bridge_kafka {
|
||||||
}
|
}
|
||||||
mqtt_topic {
|
mqtt_topic {
|
||||||
desc {
|
desc {
|
||||||
en: "MQTT topic or topic as data source (bridge input). Should not configure this if the bridge is used as a rule action."
|
en: "MQTT topic or topic filter as data source (bridge input). If rule action is used as data source, this config should be left empty, otherwise messages will be duplicated in Kafka."
|
||||||
zh: "指定 MQTT 主题作为桥接的数据源。 若该桥接用于规则的动作,则必须将该配置项删除。"
|
zh: "MQTT 主题数据源由桥接指定,或留空由规则动作指定。"
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
en: "Source MQTT Topic"
|
en: "Source MQTT Topic"
|
||||||
|
|
Loading…
Reference in New Issue