add "unknown" as possible value for access fields

This commit is contained in:
Natfoot
2021-07-10 13:54:57 -07:00
committed by Martin Raifer
parent 37a9cefe47
commit 0da5e3eede
13 changed files with 81 additions and 8 deletions

View File

@@ -44,6 +44,10 @@
"permit": {
"title": "Permit",
"description": "Access allowed only with a valid permit or license"
},
"unknown": {
"title": "Unknown",
"description": "Access conditions are unknown or unclear"
}
}
}

View File

@@ -9,6 +9,7 @@
"permissive": "Permissive",
"customers": "Customers Only",
"permit": "By Permit Only",
"unknown": "Unknown",
"no": "None"
}
},