mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
@@ -121,11 +121,11 @@
|
||||
"localfilesystem": {
|
||||
"user-dir": "User directory : __path__",
|
||||
"flows-file": "Flows file : __path__",
|
||||
"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__"
|
||||
"create": "Creating new __type__ file",
|
||||
"empty": "Existing __type__ file is empty",
|
||||
"invalid": "Existing __type__ file is not valid json",
|
||||
"restore": "Restoring __type__ file backup : __path__",
|
||||
"restore-fail": "Restoring __type__ file backup failed : __message__"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user