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

@@ -323,6 +323,7 @@
"label": {
"broker": "サーバ",
"example": "例) localhost",
"output": "出力",
"qos": "QoS",
"retain": "保持",
"clientid": "クライアント",
@@ -357,6 +358,11 @@
"connect-failed": "ブローカへの接続に失敗しました: __broker__"
},
"retain": "保持",
"output": {
"buffer": "バイナリバッファ",
"string": "文字列",
"base64": "Base64文字列"
},
"true": "する",
"false": "しない",
"tip": "注釈: トピックやQoSをメッセージのプロパティを用いて設定する場合は、無記入にしてください。",