Merge branch 'dev' into adding-timeout-to-functio-node

This commit is contained in:
Nick O'Leary
2023-06-21 13:35:48 +01:00
committed by GitHub
5 changed files with 17 additions and 2 deletions

View File

@@ -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",

View File

@@ -103,6 +103,7 @@
},
"scope": {
"all": "全てのノード",
"group": "同一グループ内",
"selected": "選択したノード"
}
},
@@ -115,6 +116,7 @@
},
"scope": {
"all": "全てのノード",
"group": "同一グループ内",
"selected": "選択したノード"
}
},