Allow import/export from file in editor

This commit is contained in:
Nick O'Leary
2018-11-05 22:31:42 +00:00
parent 9bb7e72c69
commit 6a6d13b075
2 changed files with 43 additions and 7 deletions

View File

@@ -160,9 +160,11 @@
"subflow": "__count__ subflow",
"subflow_plural": "__count__ subflows",
"selectNodes": "Select the text above and copy to the clipboard.",
"pasteNodes": "Paste nodes here",
"pasteNodes": "Paste flow json or",
"selectFile": "select a file to import",
"importNodes": "Import nodes",
"exportNodes": "Export nodes to clipboard",
"exportNodes": "Export nodes",
"download": "Download",
"importUnrecognised": "Imported unrecognised type:",
"importUnrecognised_plural": "Imported unrecognised types:",
"nodesExported": "Nodes exported to clipboard",