Translation sync
This commit is contained in:
parent
1fe1ea5a78
commit
5033d0e752
6 changed files with 144 additions and 24 deletions
|
@ -1581,18 +1581,6 @@
|
|||
"question": "What is the maximum amount of time one is allowed to stay here?",
|
||||
"render": "One can stay at most <b>{canonical(maxstay)}</b>"
|
||||
},
|
||||
"payment-options": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "Payment is done using a dedicated app"
|
||||
},
|
||||
"1": {
|
||||
"then": "Payment is done using a membership card"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"question": "What number can one call if there is a problem with this charging station?",
|
||||
"render": "In case of problems, call <a href='tel:{phone}'>{phone}</a>"
|
||||
|
|
|
@ -1604,18 +1604,6 @@
|
|||
"question": "Hoelang mag een voertuig hier blijven staan?",
|
||||
"render": "De maximale parkeertijd hier is <b>{canonical(maxstay)}</b>"
|
||||
},
|
||||
"payment-options": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "Betalen via een app van het netwerk"
|
||||
},
|
||||
"1": {
|
||||
"then": "Betalen via een lidkaart van het netwerk"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"question": "Wat is het telefoonnummer van de beheerder van dit oplaadpunt?",
|
||||
"render": "Bij problemen, bel naar <a href='tel:{phone}'>{phone}</a>"
|
||||
|
|
|
@ -56,6 +56,18 @@
|
|||
},
|
||||
"question": "Which methods of payment are accepted here?"
|
||||
},
|
||||
"payment-options-advanced": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "Payment is done using a dedicated app"
|
||||
},
|
||||
"1": {
|
||||
"then": "Payment is done using a membership card"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"question": "What is the phone number of {name}?"
|
||||
},
|
||||
|
|
|
@ -56,6 +56,18 @@
|
|||
},
|
||||
"question": "Welke betaalmiddelen worden hier geaccepteerd?"
|
||||
},
|
||||
"payment-options-advanced": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "Betalen via een app van het netwerk"
|
||||
},
|
||||
"1": {
|
||||
"then": "Betalen via een lidkaart van het netwerk"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"question": "Wat is het telefoonnummer van {name}?"
|
||||
},
|
||||
|
|
|
@ -12,6 +12,72 @@
|
|||
"shortDescription": "A map of benches",
|
||||
"title": "Benches"
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"description": "On this map, you'll find the many biycle rental stations as they are known by OpenStreetMap",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Bicycle rental stations",
|
||||
"name": "Bicycle rental",
|
||||
"tagRenderings": {
|
||||
"8": {
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "How much bicycle_type "
|
||||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "A map with biyccle rental stations and bicycle rental shops",
|
||||
"title": "Bicycle rental"
|
||||
},
|
||||
"bicyclelib": {
|
||||
"description": "A bicycle library is a place where bicycles can be lent, often for a small yearly fee. A notable use case are bicycle libraries for kids, which allows them to change for a bigger bike when they've outgrown their current bike",
|
||||
"title": "Bicycle libraries"
|
||||
|
|
|
@ -16,6 +16,60 @@
|
|||
"shortDescription": "Een kaart van zitbanken",
|
||||
"title": "Zitbanken"
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"description": "Op deze kaart vind je verschillende fietsverhuurpunten en fietsverhuurzaken",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Fietsverhuustations",
|
||||
"name": "Fietsverhuur",
|
||||
"tagRenderings": {
|
||||
"8": {
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "Hoeveel "
|
||||
}
|
||||
}
|
||||
},
|
||||
"bicycle-types": {
|
||||
"question": "Wat voor soort fietsen en fietstoebehren worden hier verhuurd?"
|
||||
},
|
||||
"bicycle_rental_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een zaak die focust op fietsverhuur"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit is een zaak die verschillende voorwerpen en/of voertuigen verhuurt, waaronder ook fietsen; al zijn fietsen niet de hoofdfocus"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit is een fietsenmaker of fietswinkel die ook fietsen veruurt"
|
||||
},
|
||||
"3": {
|
||||
"then": "Dit is een docking station waar de fietsen mechanisch in een grotere structuur worden vastgemaakt"
|
||||
},
|
||||
"4": {
|
||||
"then": "Hier is een machine die fietssleutels verdeelt en terugneemt, eventueel na aanmelden of betaling. De fietsen staan in de buurt geparkeerd"
|
||||
},
|
||||
"5": {
|
||||
"then": "Dit is een afzetpunt: een parking met duidelijke signalisatie waar (enkel) fietsen van deze fietsverhuur gezet worden"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor fietsverhuur is dit?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "Fietsverhuur"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Een kaart met fietsverhuurpunten en fietsverhuurzaken",
|
||||
"title": "Fietsverhuur"
|
||||
},
|
||||
"bicyclelib": {
|
||||
"description": "Een fietsbibliotheek is een plaats waar men een fiets kan lenen, vaak voor een klein bedrag per jaar. Een typisch voorbeeld zijn kinderfietsbibliotheken, waar men een fiets op maat van het kind kan lenen. Is het kind de fiets ontgroeid, dan kan het te kleine fietsje omgeruild worden voor een grotere.",
|
||||
"title": "Fietsbibliotheken"
|
||||
|
|
Loading…
Reference in a new issue