From fdf8eb0657961b01c7b16e540b3ba7cb3291cf60 Mon Sep 17 00:00:00 2001 From: Kazuhito Yokoi Date: Tue, 2 Jun 2020 14:55:53 +0900 Subject: [PATCH] Add japanese transaltions for http-request node and https refresh logic --- .../@node-red/nodes/locales/ja/messages.json | 9 +++++++-- .../@node-red/runtime/locales/ja/runtime.json | 9 ++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) mode change 100755 => 100644 packages/node_modules/@node-red/runtime/locales/ja/runtime.json diff --git a/packages/node_modules/@node-red/nodes/locales/ja/messages.json b/packages/node_modules/@node-red/nodes/locales/ja/messages.json index cc88965dd..66a2d5fb2 100644 --- a/packages/node_modules/@node-red/nodes/locales/ja/messages.json +++ b/packages/node_modules/@node-red/nodes/locales/ja/messages.json @@ -408,7 +408,11 @@ "status": "ステータスコード", "headers": "ヘッダ", "other": "その他", - "paytoqs": "msg.payloadをクエリパラメータに追加", + "paytoqs" : { + "ignore": "無視", + "query": "クエリパラメータに追加", + "body": "リクエストボディとして送信" + }, "utf8String": "UTF8文字列", "binaryBuffer": "バイナリバッファ", "jsonObject": "JSONオブジェクト", @@ -665,7 +669,8 @@ "errors": { "invalid-from": "操作対象のプロパティが不正: __error__", "invalid-json": "対象の値のJSONプロパティが不正", - "invalid-expr": "JSONata式が不正: __error__" + "invalid-expr": "JSONata式が不正: __error__", + "no-override": "オブジェクト型でないプロパティを設定できません: __property__" } }, "range": { diff --git a/packages/node_modules/@node-red/runtime/locales/ja/runtime.json b/packages/node_modules/@node-red/runtime/locales/ja/runtime.json old mode 100755 new mode 100644 index 3dc4d58ab..453e62019 --- a/packages/node_modules/@node-red/runtime/locales/ja/runtime.json +++ b/packages/node_modules/@node-red/runtime/locales/ja/runtime.json @@ -46,7 +46,14 @@ "now-running": "サーバは __listenpath__ で実行中です", "failed-to-start": "サーバの起動に失敗しました:", "headless-mode": "ヘッドレスモードで実行中です", - "httpadminauth-deprecated": "httpAdminAuthは非推奨です。代わりに adminAuth を使用してください" + "httpadminauth-deprecated": "httpAdminAuthは非推奨です。代わりに adminAuth を使用してください", + "https": { + "refresh-interval": "__interval__ 時間毎にhttps設定を更新します", + "settings-refreshed": "サーバのhttps設定が更新されました", + "refresh-failed": "https設定の更新で失敗しました: __message__", + "nodejs-version": "httpsRefreshIntervalにはNode.js 11以降が必要です", + "function-required": "httpsRefreshIntervalでは、httpsプロパティはfunctionである必要があります" + } }, "api": { "flows": {