mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Handle errors when initialising library plugin
This commit is contained in:
@@ -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__",
|
||||
|
Reference in New Issue
Block a user