mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add missing-type install hint nls messages
This commit is contained in:
parent
9ca102cf81
commit
24efdbe4da
@ -81,7 +81,10 @@
|
||||
"stopped-flows": "Stopped flows",
|
||||
"stopped": "Stopped",
|
||||
"missing-types": "Waiting for missing types to be registered:",
|
||||
"missing-type-provided": " - __type__ (provided by npm module __module__)"
|
||||
"missing-type-provided": " - __type__ (provided by npm module __module__)",
|
||||
|
||||
"missing-type-install-1": "To install any of these missing modules, run:",
|
||||
"missing-type-install-2": "in the directory:"
|
||||
},
|
||||
"flow": {
|
||||
"unknown-type": "Unknown type: __type__",
|
||||
|
Loading…
Reference in New Issue
Block a user