mirror of https://github.com/node-red/node-red.git
Add "not available" to common messages
parent
0d08dc410e
commit
acad9f57f9
|
@ -763,7 +763,9 @@
|
|||
"status": {
|
||||
"stopped": "stopped",
|
||||
"closed": "closed",
|
||||
"not-running": "not running"
|
||||
"not-running": "not running",
|
||||
"not-available": "not available",
|
||||
"na": "N/A : __value__"
|
||||
},
|
||||
"errors": {
|
||||
"ignorenode": "Ignoring Raspberry Pi specific node",
|
||||
|
|
Loading…
Reference in New Issue