Support i18n for typedInput in split and switch nodes

This commit is contained in:
Kazuhito Yokoi
2019-10-30 19:58:29 +09:00
parent 3a1d0f3695
commit d2755a8049
4 changed files with 91 additions and 61 deletions

View File

@@ -602,8 +602,18 @@
"label": {
"property": "プロパティ",
"rule": "条件",
"string": "文字列",
"number": "数値",
"boolean": "真偽値",
"array": "配列",
"buffer": "バッファ",
"object": "オブジェクト",
"jsonString": "JSON文字列",
"undefined": "undefined",
"null": "null",
"repair": "メッセージ列の補正"
},
"previous": "前回の値",
"and": "",
"checkall": "全ての条件を適用",
"stopfirst": "最初に合致した条件で終了",
@@ -856,6 +866,7 @@
"custom": "手動"
},
"combine": "結合",
"completeMessage": "メッセージ全体",
"create": "出力",
"type": {
"string": "文字列",