|
|
@@ -2,15 +2,13 @@ emqx_ee_bridge_sqlserver {
|
|
|
|
|
|
local_topic {
|
|
|
desc {
|
|
|
- en: """The MQTT topic filter to be forwarded to MicroSoft SQL Server. All MQTT 'PUBLISH' messages with the topic
|
|
|
+ en: """The MQTT topic filter to be forwarded to Microsoft SQL Server. All MQTT 'PUBLISH' messages with the topic
|
|
|
matching the local_topic will be forwarded.</br>
|
|
|
NOTE: if this bridge is used as the action of a rule (EMQX rule engine), and also local_topic is
|
|
|
configured, then both the data got from the rule and the MQTT messages that match local_topic
|
|
|
-will be forwarded.
|
|
|
-"""
|
|
|
- zh: """发送到 'local_topic' 的消息都会转发到 MicroSoft SQL Server。 </br>
|
|
|
-注意:如果这个 Bridge 被用作规则(EMQX 规则引擎)的输出,同时也配置了 'local_topic' ,那么这两部分的消息都会被转发。
|
|
|
-"""
|
|
|
+will be forwarded."""
|
|
|
+ zh: """发送到 'local_topic' 的消息都会转发到 Microsoft SQL Server。 </br>
|
|
|
+注意:如果这个 Bridge 被用作规则(EMQX 规则引擎)的输出,同时也配置了 'local_topic' ,那么这两部分的消息都会被转发。"""
|
|
|
}
|
|
|
label {
|
|
|
en: """Local Topic"""
|
|
|
@@ -53,12 +51,12 @@ will be forwarded.
|
|
|
|
|
|
desc_config {
|
|
|
desc {
|
|
|
- en: """Configuration for an MicroSoft SQL Server bridge."""
|
|
|
- zh: """MicroSoft SQL Server 桥接配置"""
|
|
|
+ en: """Configuration for a Microsoft SQL Server bridge."""
|
|
|
+ zh: """Microsoft SQL Server 桥接配置"""
|
|
|
}
|
|
|
label: {
|
|
|
- en: """MicroSoft SQL Server Bridge Configuration"""
|
|
|
- zh: """MicroSoft SQL Server 桥接配置"""
|
|
|
+ en: """Microsoft SQL Server Bridge Configuration"""
|
|
|
+ zh: """Microsoft SQL Server 桥接配置"""
|
|
|
}
|
|
|
}
|
|
|
|