emqx/rel/i18n/zh/emqx_bridge_rocketmq.hocon

44 lines
986 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

emqx_bridge_rocketmq {
config_enable.desc:
"""启用/禁用桥接"""
config_enable.label:
"""启用/禁用桥接"""
desc_config.desc:
"""RocketMQ 桥接配置"""
desc_config.label:
"""RocketMQ 桥接配置"""
desc_name.desc:
"""桥接名字"""
desc_name.label:
"""桥接名字"""
desc_type.desc:
"""Bridge 类型"""
desc_type.label:
"""桥接类型"""
local_topic.desc:
"""发送到 'local_topic' 的消息都会转发到 RocketMQ。 </br>
注意:如果这个 Bridge 被用作规则EMQX 规则引擎)的输出,同时也配置了 'local_topic' ,那么这两部分的消息都会被转发。"""
local_topic.label:
"""本地 Topic"""
template.desc:
"""模板, 默认为空,为空时将会将整个消息转发给 RocketMQ。 <br>
模板可以是任意带有占位符的合法字符串, 例如:<br>
- ${id}, ${username}, ${clientid}, ${timestamp}<br>
- {"id" : ${id}, "username" : ${username}}"""
template.label:
"""模板"""
}