mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Support i18n for typedInput in split and switch nodes
This commit is contained in:
@@ -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": "文字列",
|
||||
|
Reference in New Issue
Block a user