forked from MapComplete/MapComplete
Translation sync
This commit is contained in:
parent
9a1bbb8549
commit
e2b3910afe
8 changed files with 36 additions and 11 deletions
|
@ -213,6 +213,16 @@
|
|||
"question": "How wide is the smallest opening next to the barriers?",
|
||||
"render": "Width of opening: {width:opening} m"
|
||||
},
|
||||
"barrier_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a single bollard in the road"
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a cycle barrier slowing down cyclists"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bicycle=yes/no": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -151,6 +151,13 @@
|
|||
"question": "Hoe breed is de smalste opening naast de barrières?",
|
||||
"render": "Breedte van de opening: {width:opening} m"
|
||||
},
|
||||
"barrier_type": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Dit zijn fietshekjes die fietsers afremmen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bicycle=yes/no": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue