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
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
1 changed files with 3 additions and 1 deletions

View File

@ -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",