From b01cd30339252a595978ea95c380a01e05f90775 Mon Sep 17 00:00:00 2001 From: Yuma Matsuura Date: Fri, 20 Jul 2018 13:29:39 +0900 Subject: [PATCH 1/3] Update Japanease text of mqtt node --- nodes/core/locales/ja/io/10-mqtt.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodes/core/locales/ja/io/10-mqtt.html b/nodes/core/locales/ja/io/10-mqtt.html index 0ee6976f2..200149565 100644 --- a/nodes/core/locales/ja/io/10-mqtt.html +++ b/nodes/core/locales/ja/io/10-mqtt.html @@ -63,6 +63,8 @@

ノードにクライアントIDを設定しておらずセッションの初期化を設定している場合、ランダムなクライアントIDを生成します。クライアントIDを設定する場合、接続先のブローカで一意となるようにしてください。

Birthメッセージ

接続を確立した際に、設定したトピックに対して発行するメッセージ

+

Closeメッセージ

+

接続が正常に終了する前に、ノードの再デプロイまたはシャットダウンした場合に、設定したトピックに対して発行するメッセージ

Willメッセージ

予期せず接続が切断された場合にブローカが発行するメッセージ

WebSocket

From 45029dd084e54526595ef49648797098be2daf61 Mon Sep 17 00:00:00 2001 From: Yuma Matsuura Date: Fri, 20 Jul 2018 15:47:21 +0900 Subject: [PATCH 2/3] Update Japanese text of type input --- red/api/editor/locales/en-US/editor.json | 3 ++- red/api/editor/locales/ja/editor.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/red/api/editor/locales/en-US/editor.json b/red/api/editor/locales/en-US/editor.json index cfd88fd2e..bce94774e 100644 --- a/red/api/editor/locales/en-US/editor.json +++ b/red/api/editor/locales/en-US/editor.json @@ -618,7 +618,8 @@ "bool": "boolean", "json": "JSON", "bin": "buffer", - "date": "timestamp" + "date": "timestamp", + "env": "env variable" } }, "editableList": { diff --git a/red/api/editor/locales/ja/editor.json b/red/api/editor/locales/ja/editor.json index d5161b19c..953d30c6f 100644 --- a/red/api/editor/locales/ja/editor.json +++ b/red/api/editor/locales/ja/editor.json @@ -616,7 +616,8 @@ "bool": "真偽", "json": "JSON", "bin": "バッファ", - "date": "日時" + "date": "日時", + "env": "環境変数" } }, "editableList": { From 3db5306c7065d9ad782ed1ea2af5664b21203fc5 Mon Sep 17 00:00:00 2001 From: Yuma Matsuura Date: Fri, 20 Jul 2018 18:22:17 +0900 Subject: [PATCH 3/3] Update Japanese text of type input --- red/api/editor/locales/en-US/editor.json | 1 + red/api/editor/locales/ja/editor.json | 1 + 2 files changed, 2 insertions(+) diff --git a/red/api/editor/locales/en-US/editor.json b/red/api/editor/locales/en-US/editor.json index bce94774e..689b030b1 100644 --- a/red/api/editor/locales/en-US/editor.json +++ b/red/api/editor/locales/en-US/editor.json @@ -619,6 +619,7 @@ "json": "JSON", "bin": "buffer", "date": "timestamp", + "jsonata": "expression", "env": "env variable" } }, diff --git a/red/api/editor/locales/ja/editor.json b/red/api/editor/locales/ja/editor.json index 953d30c6f..3da5791dd 100644 --- a/red/api/editor/locales/ja/editor.json +++ b/red/api/editor/locales/ja/editor.json @@ -617,6 +617,7 @@ "json": "JSON", "bin": "バッファ", "date": "日時", + "jsonata": "JSONata式", "env": "環境変数" } },