Add "not available" to common messages

This commit is contained in:
Dave Conway-Jones
2018-03-30 14:03:04 +01:00
parent 0d08dc410e
commit acad9f57f9

View File

@@ -763,7 +763,9 @@
"status": { "status": {
"stopped": "stopped", "stopped": "stopped",
"closed": "closed", "closed": "closed",
"not-running": "not running" "not-running": "not running",
"not-available": "not available",
"na": "N/A : __value__"
}, },
"errors": { "errors": {
"ignorenode": "Ignoring Raspberry Pi specific node", "ignorenode": "Ignoring Raspberry Pi specific node",