Update translation

This commit is contained in:
Robin van der Linde 2021-07-20 14:17:32 +02:00
parent 894ef68d0f
commit 778c98fa02
3 changed files with 74 additions and 32 deletions

View file

@ -556,7 +556,9 @@
"nl": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='height: 3em'>'" "nl": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='height: 3em'>'"
}, },
"hideInAnswer": "_country!=be", "hideInAnswer": "_country!=be",
"addExtraTags": ["segregated=yes"] "addExtraTags": [
"segregated=yes"
]
}, },
{ {
"if": "cycleway:traffic_sign=BE:D10", "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'>'" "nl": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='height: 3em'>'"
}, },
"hideInAnswer": "_country!=be", "hideInAnswer": "_country!=be",
"addExtraTags": ["segregated=no"] "addExtraTags": [
"segregated=no"
]
} }
] ]
} }

View file

@ -736,9 +736,6 @@
"then": "There is a seperately drawn cycleway" "then": "There is a seperately drawn cycleway"
}, },
"4": { "4": {
"then": "This is a cyclestreet."
},
"5": {
"then": "There is no cycleway" "then": "There is no cycleway"
} }
}, },
@ -762,6 +759,14 @@
} }
}, },
"2": { "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", "render": "The maximum speed on this road is {maxspeed} km/h",
"mappings": { "mappings": {
"0": { "0": {
@ -782,28 +787,28 @@
}, },
"question": "What is the maximum speed in this street?" "question": "What is the maximum speed in this street?"
}, },
"3": { "4": {
"render": "This cyleway is made of {cycleway:surface}", "render": "This cyleway is made of {cycleway:surface}",
"mappings": { "mappings": {
"0": { "0": {
"then": "This street is made of wood" "then": "This cycleway is made of wood"
}, },
"1": { "1": {
"then": "This street is made of concrete" "then": "This cycleway is made of concrete"
}, },
"2": { "2": {
"then": "This street is made of cobblestone" "then": "This cycleway is made of cobblestone"
}, },
"3": { "3": {
"then": "This street is made of asphalt" "then": "This cycleway is made of asphalt"
}, },
"4": { "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?", "question": "What is the smoothness of this cycleway?",
"mappings": { "mappings": {
"0": { "0": {
@ -832,7 +837,7 @@
} }
} }
}, },
"5": { "6": {
"render": "This road is made of {surface}", "render": "This road is made of {surface}",
"mappings": { "mappings": {
"0": { "0": {
@ -853,7 +858,7 @@
}, },
"question": "What is the surface of the street made from?" "question": "What is the surface of the street made from?"
}, },
"6": { "7": {
"question": "What is the smoothness of this street?", "question": "What is the smoothness of this street?",
"mappings": { "mappings": {
"0": { "0": {
@ -882,9 +887,23 @@
} }
} }
}, },
"7": { "8": {
"render": "The carriage width of this road is <strong>{width:carriageway}m</strong>", "render": "The carriage width of this road is <strong>{width:carriageway}m</strong>",
"question": "What is the carriage width of this road (in meters)?" "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'>'"
}
}
} }
} }
}, },

View file

@ -592,9 +592,6 @@
"then": "Er is een apart getekend fietspad." "then": "Er is een apart getekend fietspad."
}, },
"4": { "4": {
"then": "Dit is een fietsstraat."
},
"5": {
"then": "Er is geen fietspad" "then": "Er is geen fietspad"
} }
}, },
@ -618,6 +615,14 @@
} }
}, },
"2": { "2": {
"question": "Is dit een fietsstraat?",
"mappings": {
"0": {
"then": "Dit is een fietstraat"
}
}
},
"3": {
"render": "De maximumsnelheid op deze weg is {maxspeed} km/u", "render": "De maximumsnelheid op deze weg is {maxspeed} km/u",
"mappings": { "mappings": {
"0": { "0": {
@ -638,35 +643,35 @@
}, },
"question": "Wat is de maximumsnelheid in deze straat?" "question": "Wat is de maximumsnelheid in deze straat?"
}, },
"3": { "4": {
"render": "Dit fietspad is gemaakt van {cycleway:surface}", "render": "Dit fietspad is gemaakt van {cycleway:surface}",
"mappings": { "mappings": {
"0": { "0": {
"then": "Deze weg is gemaakt van hout" "then": "Dit fietspad is gemaakt van hout"
}, },
"1": { "1": {
"then": "Deze straat is gemaakt van beton" "then": "Dit fietspad is gemaakt van beton"
}, },
"2": { "2": {
"then": "Deze straat is gemaakt van kasseien" "then": "Dit fietspad is gemaakt van kasseien"
}, },
"3": { "3": {
"then": "Deze straat is gemaakt van asfalt" "then": "Dit fietspad is gemaakt van asfalt"
}, },
"4": { "4": {
"then": "Deze straat is geplaveid" "then": "Dit fietspad is geplaveid"
} }
}, },
"question": "Waaruit is het oppervlak van de straat gemaakt?" "question": "Waaruit is het oppervlak van het fietspad van gemaakt?"
},
"4": {
"question": "Wat is de kwaliteit van dit fietspad?"
}, },
"5": { "5": {
"question": "Wat is de kwaliteit van dit fietspad?"
},
"6": {
"render": "Deze weg is gemaakt van {surface}", "render": "Deze weg is gemaakt van {surface}",
"mappings": { "mappings": {
"0": { "0": {
"then": "Deze weg is gemaakt van hout" "then": "Deze straat is gemaakt van hout"
}, },
"1": { "1": {
"then": "Deze straat is gemaakt van beton" "then": "Deze straat is gemaakt van beton"
@ -683,12 +688,26 @@
}, },
"question": "Waaruit is het oppervlak van de straat gemaakt?" "question": "Waaruit is het oppervlak van de straat gemaakt?"
}, },
"6": { "7": {
"question": "Wat is de kwaliteit van deze straat?" "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>", "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)?" "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'>'"
}
}
} }
} }
}, },