Merge branch 'pr_1947' into dev

This commit is contained in:
Nick O'Leary
2018-10-29 21:49:43 +00:00
5 changed files with 42 additions and 1 deletions

View File

@@ -313,6 +313,7 @@
"label": {
"broker": "服务端",
"example": "e.g. localhost",
"output": "输出",
"qos": "QoS",
"clientid": "客户端ID",
"port": "端口",
@@ -341,6 +342,11 @@
"connect-failed": "与服务端 __broker__ 的连接失败"
},
"retain": "保留",
"output": {
"buffer": "Buffer",
"string": "字符串",
"base64": "Base64编码字符串"
},
"true": "是",
"false": "否",
"tip": "提示: 若希望通过msg属性对topic(信息), qos及retain(保留)进行设置, 则将上述项留白",