mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-25 09:34:05 +02:00
improve strings for traffic signal fields (#456)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "button_operated",
|
||||
"type": "check",
|
||||
"label": "Button Operated"
|
||||
"label": "Call Button"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "traffic_signals:countdown",
|
||||
"type": "check",
|
||||
"label": "Countdown"
|
||||
"label": "Countdown Timer"
|
||||
}
|
||||
|
||||
@@ -7,12 +7,12 @@
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"locate": {
|
||||
"title": "Locate",
|
||||
"description": "There is only a signal to find the pole"
|
||||
"title": "Call Button Locator",
|
||||
"description": "There is a signal only for finding the call button"
|
||||
},
|
||||
"walk": {
|
||||
"title": "Locate",
|
||||
"description": "here is only the signal when walking is allowed"
|
||||
"title": "Walk Indicator",
|
||||
"description": "There is only a signal when walking is allowed"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
"traffic_signals",
|
||||
"traffic_signals/direction"
|
||||
],
|
||||
"moreFields": [
|
||||
"traffic_signals/countdown"
|
||||
],
|
||||
"terms": [
|
||||
"light",
|
||||
"stoplight",
|
||||
|
||||
Reference in New Issue
Block a user