mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge branch 'pr_1947' into dev
This commit is contained in:
@@ -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をメッセージのプロパティを用いて設定する場合は、無記入にしてください。",
|
||||
|
Reference in New Issue
Block a user