Update translation
This commit is contained in:
parent
894ef68d0f
commit
778c98fa02
3 changed files with 74 additions and 32 deletions
|
@ -556,7 +556,9 @@
|
|||
"nl": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='height: 3em'>'"
|
||||
},
|
||||
"hideInAnswer": "_country!=be",
|
||||
"addExtraTags": ["segregated=yes"]
|
||||
"addExtraTags": [
|
||||
"segregated=yes"
|
||||
]
|
||||
},
|
||||
{
|
||||
"if": "cycleway:traffic_sign=BE:D10",
|
||||
|
@ -565,7 +567,9 @@
|
|||
"nl": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='height: 3em'>'"
|
||||
},
|
||||
"hideInAnswer": "_country!=be",
|
||||
"addExtraTags": ["segregated=no"]
|
||||
"addExtraTags": [
|
||||
"segregated=no"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -736,9 +736,6 @@
|
|||
"then": "There is a seperately drawn cycleway"
|
||||
},
|
||||
"4": {
|
||||
"then": "This is a cyclestreet."
|
||||
},
|
||||
"5": {
|
||||
"then": "There is no cycleway"
|
||||
}
|
||||
},
|
||||
|
@ -762,6 +759,14 @@
|
|||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "Is this a cyclestreet?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a cyclestreet."
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"render": "The maximum speed on this road is {maxspeed} km/h",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -782,28 +787,28 @@
|
|||
},
|
||||
"question": "What is the maximum speed in this street?"
|
||||
},
|
||||
"3": {
|
||||
"4": {
|
||||
"render": "This cyleway is made of {cycleway:surface}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This street is made of wood"
|
||||
"then": "This cycleway is made of wood"
|
||||
},
|
||||
"1": {
|
||||
"then": "This street is made of concrete"
|
||||
"then": "This cycleway is made of concrete"
|
||||
},
|
||||
"2": {
|
||||
"then": "This street is made of cobblestone"
|
||||
"then": "This cycleway is made of cobblestone"
|
||||
},
|
||||
"3": {
|
||||
"then": "This street is made of asphalt"
|
||||
"then": "This cycleway is made of asphalt"
|
||||
},
|
||||
"4": {
|
||||
"then": "This street is paved"
|
||||
"then": "This cycleway is paved"
|
||||
}
|
||||
},
|
||||
"question": "What is the cycleway:surface of the street made from?"
|
||||
"question": "What is the surface of the cycleway made from?"
|
||||
},
|
||||
"4": {
|
||||
"5": {
|
||||
"question": "What is the smoothness of this cycleway?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -832,7 +837,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"6": {
|
||||
"render": "This road is made of {surface}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -853,7 +858,7 @@
|
|||
},
|
||||
"question": "What is the surface of the street made from?"
|
||||
},
|
||||
"6": {
|
||||
"7": {
|
||||
"question": "What is the smoothness of this street?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -882,9 +887,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"8": {
|
||||
"render": "The carriage width of this road is <strong>{width:carriageway}m</strong>",
|
||||
"question": "What is the carriage width of this road (in meters)?"
|
||||
},
|
||||
"9": {
|
||||
"question": "What traffic sign does this cycleway have?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"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'>'"
|
||||
},
|
||||
"2": {
|
||||
"then": "Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='height: 3em'>'"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -592,9 +592,6 @@
|
|||
"then": "Er is een apart getekend fietspad."
|
||||
},
|
||||
"4": {
|
||||
"then": "Dit is een fietsstraat."
|
||||
},
|
||||
"5": {
|
||||
"then": "Er is geen fietspad"
|
||||
}
|
||||
},
|
||||
|
@ -618,6 +615,14 @@
|
|||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "Is dit een fietsstraat?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een fietstraat"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"render": "De maximumsnelheid op deze weg is {maxspeed} km/u",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -638,35 +643,35 @@
|
|||
},
|
||||
"question": "Wat is de maximumsnelheid in deze straat?"
|
||||
},
|
||||
"3": {
|
||||
"4": {
|
||||
"render": "Dit fietspad is gemaakt van {cycleway:surface}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze weg is gemaakt van hout"
|
||||
"then": "Dit fietspad is gemaakt van hout"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze straat is gemaakt van beton"
|
||||
"then": "Dit fietspad is gemaakt van beton"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze straat is gemaakt van kasseien"
|
||||
"then": "Dit fietspad is gemaakt van kasseien"
|
||||
},
|
||||
"3": {
|
||||
"then": "Deze straat is gemaakt van asfalt"
|
||||
"then": "Dit fietspad is gemaakt van asfalt"
|
||||
},
|
||||
"4": {
|
||||
"then": "Deze straat is geplaveid"
|
||||
"then": "Dit fietspad is geplaveid"
|
||||
}
|
||||
},
|
||||
"question": "Waaruit is het oppervlak van de straat gemaakt?"
|
||||
},
|
||||
"4": {
|
||||
"question": "Wat is de kwaliteit van dit fietspad?"
|
||||
"question": "Waaruit is het oppervlak van het fietspad van gemaakt?"
|
||||
},
|
||||
"5": {
|
||||
"question": "Wat is de kwaliteit van dit fietspad?"
|
||||
},
|
||||
"6": {
|
||||
"render": "Deze weg is gemaakt van {surface}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze weg is gemaakt van hout"
|
||||
"then": "Deze straat is gemaakt van hout"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze straat is gemaakt van beton"
|
||||
|
@ -683,12 +688,26 @@
|
|||
},
|
||||
"question": "Waaruit is het oppervlak van de straat gemaakt?"
|
||||
},
|
||||
"6": {
|
||||
"7": {
|
||||
"question": "Wat is de kwaliteit van deze straat?"
|
||||
},
|
||||
"7": {
|
||||
"8": {
|
||||
"render": "De breedte van deze rijbaan in deze straat is <strong>{width:carriageway}m</strong>",
|
||||
"question": "Hoe breed is de rijbaan in deze straat (in meters)?"
|
||||
},
|
||||
"9": {
|
||||
"question": "Welk verkeersbord heeft dit fietspad?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"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'>'"
|
||||
},
|
||||
"2": {
|
||||
"then": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='height: 3em'>'"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue