Add loading progress bar

This commit is contained in:
Nick O'Leary
2020-05-07 22:34:57 +01:00
parent f2e2c7e4d0
commit 0c83fa7060
4 changed files with 100 additions and 4 deletions

View File

@@ -34,6 +34,13 @@
"null": "null"
}
},
"event": {
"loadPalette": "Loading Palette",
"loadNodeCatalogs": "Loading Node catalogs",
"loadNodes": "Loading Nodes __count__",
"loadFlows": "Loading Flows",
"importFlows": "Adding Flows to workspace"
},
"workspace": {
"defaultName": "Flow __number__",
"editFlow": "Edit flow: __name__",