add i18n support for port label of inject/exec/httprequest/file node

This commit is contained in:
Hiroyasu Nishiyama
2019-02-28 20:22:33 +09:00
parent fec52a8151
commit ae726c199b
6 changed files with 81 additions and 19 deletions

View File

@@ -35,9 +35,24 @@
"stopped": "stopped",
"failed": "inject失敗: __error__",
"label": {
"repeat": "繰り返し"
"repeat": "繰り返し",
"flow": "フローコンテクスト",
"global": "グローバルコンテクスト",
"str": "文字列",
"num": "数値",
"bool": "真偽値",
"json": "オブジェクト",
"bin": "バッファ",
"date": "タイムスタンプ",
"env": "環境変数",
"object": "オブジェクト",
"string": "文字列",
"boolean": "真偽値",
"number": "数値",
"Array": "配列",
"invalid": "不正なJSON"
},
"timestamp": "timestamp",
"timestamp": "タイムスタンプ",
"none": "なし",
"interval": "指定した時間間隔",
"interval-time": "指定した時間間隔、日時",
@@ -174,7 +189,10 @@
"timeout": "タイムアウト",
"timeoutplace": "任意",
"return": "出力",
"seconds": "秒"
"seconds": "秒",
"stdout": "標準出力",
"stderr": "標準エラー出力",
"retcode": "返却コード"
},
"placeholder": {
"extraparams": "追加引数"
@@ -380,7 +398,10 @@
"status": "状態コード",
"headers": "ヘッダ",
"other": "その他",
"paytoqs" : "msg.payloadをクエリパラメータに追加"
"paytoqs" : "msg.payloadをクエリパラメータに追加",
"utf8String": "UTF8文字列",
"binaryBuffer": "バイナリバッファ",
"jsonObject": "JSONオブジェクト"
},
"setby": "- msg.methodに定義 -",
"basicauth": "ベーシック認証を使用",
@@ -390,9 +411,9 @@
"proxy-config": "プロキシ設定",
"use-proxyauth": "プロキシ認証を使用",
"noproxy-hosts": "例外ホスト",
"utf8": "文字列",
"utf8": "UTF8文字列",
"binary": "バイナリバッファ",
"json": "JSON",
"json": "JSONオブジェクト",
"tip": {
"in": "URLは相対パスになります。",
"res": "本ノードに送付するメッセージは、<i>http input</i>ノードを起点としてください。",
@@ -831,7 +852,9 @@
"breaklines": "行へ分割",
"filelabel": "file",
"sendError": "エラーメッセージを送信(互換モード)",
"deletelabel": "delete __file__"
"deletelabel": "delete __file__",
"utf8String": "UTF8文字列",
"binaryBuffer": "バイナリバッファ"
},
"action": {
"append": "ファイルへ追記",