render: newT({en:'This is a bicycle parking of the type: {bicycle_parking}',nl:'Dit is een fietsenparking van het type: {bicycle_parking}',fr:'TODO: fr'}),
template: newT({en:'Some other type: $$$',nl:'Een ander type: $$$',fr:'TODO: fr'}),
question: newT({en:'What is the type of this bicycle parking?',nl:'Van welk type is deze fietsenparking?',fr:'TODO: fr'}),
render: newT({en:'This bike parking is operated by {operator}',nl:'Deze fietsenparking wordt beheerd door {operator}',fr:'TODO: fr'}),
template: newT({en:'A different operator: $$$',nl:'Een andere beheerder: $$$',fr:'TODO: fr'}),
question: newT({en:'Who operates this bike station (name of university, shop, city...)?',nl:'Wie beheert deze fietsenparking (naam universiteit, winkel, stad...)?',fr:'TODO: fr'}),
private:newT({en:'Operated by a private person',nl:'Wordt beheerd door een privépersoon',fr:'TODO: fr'}),
}
},
station:{
name: newT({en:'bike station (repair, pump or both)',nl:'fietsstation (herstel, pomp of allebei)',fr:'TODO: fr'}),
question: newT({en:'Is the bike pump still operational?',nl:'Werkt de fietspomp nog?',fr:'TODO: fr'}),
operational: newT({en:'The bike pump is operational',nl:'De fietspomp werkt nog',fr:'TODO: fr'}),
broken: newT({en:'The bike pump is broken',nl:'De fietspomp is kapot',fr:'TODO: fr'})
},
valves:{
question: newT({en:'What valves are supported?',nl:'Welke ventielen werken er met de pomp?',fr:'TODO: fr'}),
default:newT({en:'There is a default head, so Dunlop, Sclaverand and auto',nl:'Er is een standaard aansluiting, die dus voor Dunlop, Sclaverand en auto\'s werkt',fr:'TODO: fr'}),
sclaverand: newT({en:'Only Sclaverand (also known as Presta)',nl:'Enkel Sclaverand (ook gekend als Presta)',fr:'TODO: fr'}),
auto: newT({en:'Only for cars',nl:'Enkel voor auto\'s',fr:'TODO: fr'}),
render: newT({en:'This pump supports the following valves: {valves}',nl:'Deze pomp werkt met de volgende ventielen: {valves}',fr:'TODO: fr'}),
template: newT({en:'Some other valve(s): $$$',nl:'Een ander type ventiel(en): $$$',fr:'TODO: fr'})
},
chain:{
question: newT({en:'Does this bike station have a special tool to repair your bike chain?',nl:'Heeft dit fietsstation een speciale reparatieset voor je ketting?',fr:'TODO: fr'}),
yes: newT({en:'There is a chain tool',nl:'Er is een reparatieset voor je ketting',fr:'TODO: fr'}),
no: newT({en:'There is no chain tool',nl:'Er is geen reparatieset voor je ketting',fr:'TODO: fr'}),
},
operator:{
render: newT({en:'This bike station is operated by {operator}',nl:'Dit fietsstation wordt beheerd door {operator}',fr:'TODO: fr'}),
template: newT({en:'A different operator: $$$',nl:'Een andere beheerder: $$$',fr:'TODO: fr'}),
question: newT({en:'Who operates this bike station (name of university, shop, city...)?',nl:'Wie beheert dit fietsstation (naam universiteit, winkel, stad...)?',fr:'TODO: fr'}),
private:newT({en:'Operated by a private person',nl:'Wordt beheerd door een privépersoon',fr:'TODO: fr'}),
},
services:{
question: newT({en:'Which services are available at this bike station?',nl:'Welke functies biedt dit fietsstation?',fr:'TODO: fr'}),
pump: newT({en:'There is only a pump available',nl:'Er is enkel een pomp beschikbaar',fr:'TODO: fr'}),
tools: newT({en:'There are only tools (screwdrivers, pliers...) available',nl:'Er is enkel gereedschap beschikbaar (schroevendraaier, tang...)',fr:'TODO: fr'}),
both: newT({en:'There are both tools and a pump available',nl:'Er is zowel een pomp als gereedschap beschikbaar',fr:'TODO: fr'}),
},
stand:{
question: newT({en:'Does this bike station have a hook to suspend your bike with or a stand to elevate it?',nl:'Heeft dit fietsstation een haak of standaard om je fiets op te hangen/zetten?',fr:'TODO: fr'}),
yes: newT({en:'There is a hook or stand',nl:'Er is een haak of standaard',fr:'TODO: fr'}),
no: newT({en:'There is no hook or stand',nl:'Er is geen haak of standaard',fr:'TODO: fr'}),
uploadingPicture: newT({en:'Uploading your picture...',nl:'Bezig met een foto te uploaden...',fr:'TODO: fr'}),
pleaseLogin: newT({en:'Please login to add a picure or to answer questions',nl:'Gelieve je aan te melden om een foto toe te voegen of vragen te beantwoorden',fr:'TODO: fr'}),
willBePublished: newT({en:'Your picture will be published: ',nl:'Jouw foto wordt gepubliceerd: ',fr:'TODO: fr'}),
cco: newT({en:'in the public domain',nl:'in het publiek domein',fr:'TODO: fr'}),
ccbs: newT({en:'under the CC-BY-SA-license',nl:'onder de CC-BY-SA-licentie',fr:'TODO: fr'}),
ccb: newT({en:'under the CC-BY-license',nl:'onder de CC-BY-licentie',fr:'TODO: fr'})
},
centerMessage:{
loadingData: newT({en:'Loading data...',nl:'Data wordt geladen...',fr:'TODO: fr'}),
zoomIn: newT({en:'Zoom in to view or edit the data',nl:'Zoom in om de data te zien en te bewerken',fr:'TODO: fr'}),