mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Message catalog updates for zero-length flow file handling
This commit is contained in:
parent
e941c22f6c
commit
27d3e165b0
@ -121,7 +121,11 @@
|
||||
"localfilesystem": {
|
||||
"user-dir": "User directory : __path__",
|
||||
"flows-file": "Flows file : __path__",
|
||||
"create": "Creating new flow file"
|
||||
"create": "Creating new flow file",
|
||||
"empty": "Existing flow file is empty",
|
||||
"invalid": "Existing flow file is not valid json",
|
||||
"restore": "Restoring flow file backup : __path__",
|
||||
"restore-fail": "Restoring flow file backup failed : __message__"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user