mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 12:53:52 +01:00
add translatable strings for crossing:markings values
This commit is contained in:
parent
ef116afa71
commit
a7037f96cd
2 changed files with 50 additions and 17 deletions
|
|
@ -2,21 +2,23 @@
|
|||
"key": "crossing:markings",
|
||||
"type": "combo",
|
||||
"label": "Crossing Markings",
|
||||
"options": [
|
||||
"zebra",
|
||||
"lines",
|
||||
"no",
|
||||
"ladder",
|
||||
"dots",
|
||||
"dashes",
|
||||
"yes",
|
||||
"surface",
|
||||
"ladder:skewed",
|
||||
"pictograms",
|
||||
"lines:paired",
|
||||
"zebra:double",
|
||||
"zebra:paired",
|
||||
"zebra:bicolour",
|
||||
"ladder:paired"
|
||||
]
|
||||
"strings": {
|
||||
"options": {
|
||||
"zebra": "Longitudinal Bars",
|
||||
"lines": "Transverse Lines",
|
||||
"no": "Unmarked",
|
||||
"ladder": "Ladder With Longitudinal Bars",
|
||||
"dots": "Dotted Transverse Lines",
|
||||
"dashes": "Dashed Transverse Lines",
|
||||
"yes": "Marked Somehow",
|
||||
"surface": "Surface Treatment Only",
|
||||
"ladder:skewed": "Ladder With Diagonal Bars",
|
||||
"pictograms": "Painted Pictograms",
|
||||
"lines:paired": "Double Transverse Lines",
|
||||
"zebra:double": "Triple-Four",
|
||||
"zebra:paired": "Paired Longitudinal Bars",
|
||||
"zebra:bicolour": "Longitudinal Bars With Alternating Colors",
|
||||
"ladder:paired": "Ladder With Paired Longitudinal Bars"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue