Handle errors when initialising library plugin

This commit is contained in:
Nick O'Leary
2021-02-19 14:01:33 +00:00
parent c744af161d
commit c2347076f4
2 changed files with 25 additions and 12 deletions

View File

@@ -89,7 +89,12 @@
"not-available": "Settings not available",
"property-read-only": "Property '__prop__' is read-only"
},
"library": {
"unknownLibrary": "Unknown library: __library__",
"unknownType": "Unknown library type: __type__",
"readOnly": "Library __library__ is read-only",
"failedToInit": "Failed to initialise __library__: __error__"
},
"nodes": {
"credentials": {
"error":"Error loading credentials: __message__",