Handle and display for invalid flow credentials when project is disabled #1689 (#1694)

* Handle and display for invalid flow credentials when project is disabled #1689

* fixed extra character

* fixed whitespace
This commit is contained in:
Ted
2018-04-15 03:51:26 -07:00
committed by Nick O'Leary
parent ae9cf13fc2
commit 29e0b194dd
3 changed files with 40 additions and 11 deletions

View File

@@ -91,6 +91,7 @@
"missing-types": "<p>Flows stopped due to missing node types.</p>",
"restartRequired": "Node-RED must be restarted to enable upgraded modules",
"credentials_load_failed": "<p>Flows stopped as the credentials could not be decrypted.</p><p>The flow credential file is encrypted, but the project's encryption key is missing or invalid.</p>",
"credentials_load_failed_reset":"<p>Credentials could not be decrypted</p><p>The flow credential file is encrypted, but the project's encryption key is missing or invalid.</p><p>The flow credential file will be reset on the next deployment. Any existing flow credentials will be cleared.</p>",
"missing_flow_file": "<p>Project flow file not found.</p><p>The project is not configured with a flow file.</p>",
"project_empty": "<p>The project is empty.</p><p>Do you want to create a default set of project files?<br/>Otherwise, you will have to manually add files to the project outside of the editor.</p>",
"project_not_found": "<p>Project '__project__' not found.</p>",