1
0
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:
Nick O'Leary 2016-03-12 00:04:27 +00:00
parent e941c22f6c
commit 27d3e165b0

View File

@ -121,7 +121,11 @@
"localfilesystem": { "localfilesystem": {
"user-dir": "User directory : __path__", "user-dir": "User directory : __path__",
"flows-file": "Flows file : __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__"
} }
} }
} }