Add japanese transaltions for http-request node and https refresh logic

This commit is contained in:
Kazuhito Yokoi
2020-06-02 14:55:53 +09:00
parent dc412b305c
commit fdf8eb0657
2 changed files with 15 additions and 3 deletions

View File

@@ -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": {