forked from MapComplete/MapComplete
💬💚 Updated translations, and hopefully fixed build
This commit is contained in:
parent
526542f7ef
commit
192c7568da
3 changed files with 68 additions and 16 deletions
|
@ -737,9 +737,11 @@
|
|||
},
|
||||
"4": {
|
||||
"then": "There is no cycleway"
|
||||
},
|
||||
"5": {
|
||||
"then": "There is no cycleway"
|
||||
}
|
||||
},
|
||||
"render": "Unknown cycleway situation"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"question": "Is this street lit?",
|
||||
|
@ -762,7 +764,13 @@
|
|||
"question": "Is this a cyclestreet?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a cyclestreet."
|
||||
"then": "This is a cyclestreet, and a 30km/h zone."
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a cyclestreet"
|
||||
},
|
||||
"2": {
|
||||
"then": "This is not a cyclestreet."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -898,12 +906,16 @@
|
|||
"then": "Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 3em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='height: 3em'>'"
|
||||
"then": "Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='height: 3em'>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='height: 3em'>'"
|
||||
"then": "Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='height: 3em'>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"render": "The buffer besides this cycleway is {cycleway:buffer} m",
|
||||
"question": "How wide is the gap between the cycleway and the road?"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -933,6 +945,12 @@
|
|||
"then": "This is a cyclestreet."
|
||||
},
|
||||
"5": {
|
||||
"then": "There is no cycleway known here"
|
||||
},
|
||||
"6": {
|
||||
"then": "There is no cycleway"
|
||||
},
|
||||
"7": {
|
||||
"then": "There is no cycleway"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -592,10 +592,12 @@
|
|||
"then": "Er is een apart getekend fietspad."
|
||||
},
|
||||
"4": {
|
||||
"then": "Er is geen fietspad"
|
||||
"then": "Er is geen fietspad aanwezig"
|
||||
},
|
||||
"5": {
|
||||
"then": "Er is geen fietspad aanwezig"
|
||||
}
|
||||
},
|
||||
"render": "Onbekende fietspad situatie"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"question": "Is deze weg verlicht?",
|
||||
|
@ -618,7 +620,13 @@
|
|||
"question": "Is dit een fietsstraat?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een fietstraat, en dus een 30km/h zone"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit is een fietstraat"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit is niet een fietstraat"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -702,12 +710,16 @@
|
|||
"then": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 3em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='height: 3em'>'"
|
||||
"then": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='height: 3em'>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='height: 3em'>'"
|
||||
"then": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='height: 3em'>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"render": "De schrikafstand van dit fietspad is {cycleway:buffer} m",
|
||||
"question": "Hoe breed is de ruimte tussen het fietspad en de weg?"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -737,7 +749,13 @@
|
|||
"then": "Dit is een fietsstraat."
|
||||
},
|
||||
"5": {
|
||||
"then": "Er is geen fietspad"
|
||||
"then": "Er is geen fietspad bekend hier"
|
||||
},
|
||||
"6": {
|
||||
"then": "Er is geen fietspad aanwezig"
|
||||
},
|
||||
"7": {
|
||||
"then": "Er is geen fietspad aanwezig"
|
||||
}
|
||||
},
|
||||
"render": "Onbekende fietspad situatie"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue