mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-31 23:03:52 +01:00
add strings
This commit is contained in:
parent
8b93d184e1
commit
01cd3c3f4e
5 changed files with 82 additions and 4 deletions
|
|
@ -1,5 +1,28 @@
|
|||
{
|
||||
"key": "government",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"administrative": "Administrative",
|
||||
"public_service": "Public Service",
|
||||
"tax": "Tax",
|
||||
"register_office": "Register",
|
||||
"legislative": "Legislative",
|
||||
"transportation": "Transportation",
|
||||
"ministry": "Ministry",
|
||||
"healthcare": "Healthcare",
|
||||
"prosecutor": "Prosecutor",
|
||||
"social_services": "Social Services",
|
||||
"education": "Education",
|
||||
"social_security": "Social Security",
|
||||
"customs": "Customs",
|
||||
"environment": "Environment",
|
||||
"cadaster": "Cadaster",
|
||||
"culture": "Culture",
|
||||
"statistics": "Statistics",
|
||||
"audit": "Audit",
|
||||
"parliament": "Parliament"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue