mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge branch 'dev' into adding-timeout-to-functio-node
This commit is contained in:
@@ -94,6 +94,7 @@
|
||||
},
|
||||
"catch": {
|
||||
"catch": "catch: all",
|
||||
"catchGroup": "catch: group",
|
||||
"catchNodes": "catch: __number__",
|
||||
"catchUncaught": "catch: uncaught",
|
||||
"label": {
|
||||
@@ -109,6 +110,7 @@
|
||||
},
|
||||
"status": {
|
||||
"status": "status: all",
|
||||
"statusGroup": "status: group",
|
||||
"statusNodes": "status: __number__",
|
||||
"label": {
|
||||
"source": "Report status from",
|
||||
|
@@ -103,6 +103,7 @@
|
||||
},
|
||||
"scope": {
|
||||
"all": "全てのノード",
|
||||
"group": "同一グループ内",
|
||||
"selected": "選択したノード"
|
||||
}
|
||||
},
|
||||
@@ -115,6 +116,7 @@
|
||||
},
|
||||
"scope": {
|
||||
"all": "全てのノード",
|
||||
"group": "同一グループ内",
|
||||
"selected": "選択したノード"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user