Move bicycle rental translations

This commit is contained in:
Pieter Vander Vennet 2022-02-04 01:06:10 +01:00
parent 7eeffc2305
commit 97bbd75f13
4 changed files with 176 additions and 179 deletions

View file

@ -417,6 +417,94 @@
"render": "Bicycle library"
}
},
"bicycle_rental": {
"description": "Bicycle rental stations",
"name": "Bicycle rental",
"tagRenderings": {
"8": {
"renderings": {
"0": {
"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"
}
}
}
},
"bicycle-types": {
"mappings": {
"0": {
"then": "Normal city bikes can be rented here"
},
"1": {
"then": "Electrical bikes can be rented here"
},
"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?",
"render": "{rental} is rented here"
},
"bicycle_rental_type": {
"mappings": {
"0": {
"then": "This is a shop whose main focus is bicycle rental"
},
"1": {
"then": "This is a rental buisiness which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus"
},
"2": {
"then": "This is a shop which sells or repairs bicycles, but also rents out bicycles"
},
"3": {
"then": "This is an automated docking station, where a bicycle is mechanically locked into a structure"
},
"4": {
"then": "A machine is present which dispenses and accepts keys, eventually after authentication and/or payment. The bicycles are parked nearby"
},
"5": {
"then": "This is a dropoff point: a designated bicycle parking for this cycle rental"
}
},
"question": "What kind of bicycle rental is this?"
}
},
"title": {
"mappings": {
"0": {
"then": "{name}"
}
},
"render": "Bicycle rental"
}
},
"bicycle_tube_vending_machine": {
"description": "A layer showing vending machines for bicycle tubes (either purpose-built bicycle tube vending machines or classical vending machines with bicycle tubes and optionally additional bicycle related objects such as lights, gloves, locks, ...)",
"name": "Bicycle tube vending machine",