forked from MapComplete/MapComplete
Cyclestreets: only add maxspeed=30 in Belgium; change 'language' to 'locale' in changeset tags, load notes in import_viewer up to two years back, language tweaks
This commit is contained in:
parent
a11e0fc545
commit
d1e99fc2d3
13 changed files with 88 additions and 13 deletions
|
@ -3119,6 +3119,7 @@
|
|||
}
|
||||
},
|
||||
"gps_track": {
|
||||
"name": "Your travelled track",
|
||||
"tagRenderings": {
|
||||
"Privacy notice": {
|
||||
"render": "This is the path you've travelled since this website is opened. Don't worry - this is only visible to you and no one else. Your location data is never sent off-device."
|
||||
|
|
|
@ -3066,6 +3066,7 @@
|
|||
}
|
||||
},
|
||||
"gps_track": {
|
||||
"name": "Jouw afgelegde route",
|
||||
"tagRenderings": {
|
||||
"Privacy notice": {
|
||||
"render": "Dit is waar je was sinds je deze website hebt geopened. Dit is enkel zichtbaar voor jou en niemand anders, je locatie wordt niet verstuurd"
|
||||
|
|
|
@ -22,7 +22,30 @@
|
|||
"8": {
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "How much bicycle_type "
|
||||
"question": "How much type_plural can be rented here? ",
|
||||
"render": "{capacity:bicycle_type} type_plural can be rented here"
|
||||
}
|
||||
},
|
||||
"rewrite": {
|
||||
"into": {
|
||||
"0": {
|
||||
"1": "city bikes"
|
||||
},
|
||||
"1": {
|
||||
"1": "electrical bikes"
|
||||
},
|
||||
"2": {
|
||||
"1": "bikes for children"
|
||||
},
|
||||
"3": {
|
||||
"1": "BMX bikes"
|
||||
},
|
||||
"4": {
|
||||
"1": "mountainbike"
|
||||
},
|
||||
"5": {
|
||||
"1": "bicycle panniers"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -36,6 +59,12 @@
|
|||
},
|
||||
"2": {
|
||||
"then": "BMX bikes can be rented here"
|
||||
},
|
||||
"3": {
|
||||
"then": "Mountainbikes can be rented here"
|
||||
},
|
||||
"4": {
|
||||
"then": "Bikes for childs can be rented here"
|
||||
}
|
||||
},
|
||||
"question": "What kind of bicycles and accessories are rented here?",
|
||||
|
|
|
@ -26,11 +26,51 @@
|
|||
"8": {
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "Hoeveel "
|
||||
"question": "Hoeveel type_plural kunnen hier uitgeleend worden?",
|
||||
"render": "{capacity:bicycle_type} type_plural kunnen hier uitgeleend worden"
|
||||
}
|
||||
},
|
||||
"rewrite": {
|
||||
"into": {
|
||||
"0": {
|
||||
"1": "Stadsfietsen"
|
||||
},
|
||||
"1": {
|
||||
"1": "elektrische fietsen"
|
||||
},
|
||||
"2": {
|
||||
"1": "Kinderfietsen"
|
||||
},
|
||||
"3": {
|
||||
"1": "BMX-fietsen"
|
||||
},
|
||||
"4": {
|
||||
"1": "mountainbike"
|
||||
},
|
||||
"5": {
|
||||
"1": "Fietstassen"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"bicycle-types": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Gewone stadsfietsen kunnen hier gehuurd worden"
|
||||
},
|
||||
"1": {
|
||||
"then": "Elektrische fietsen kunnen hier gehuurd worden"
|
||||
},
|
||||
"2": {
|
||||
"then": "BMX-fietsen kunnen hier gehuurd worden"
|
||||
},
|
||||
"3": {
|
||||
"then": "Mountainbikes kunnen hier gehuurd worden"
|
||||
},
|
||||
"4": {
|
||||
"then": "Kinderfietsen kunnen hier gehuurd worden"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor soort fietsen en fietstoebehren worden hier verhuurd?"
|
||||
},
|
||||
"bicycle_rental_type": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue