forked from MapComplete/MapComplete
Translation sync
This commit is contained in:
parent
9bf78a62e4
commit
80cb9efaf0
18 changed files with 606 additions and 422 deletions
|
@ -1084,6 +1084,68 @@
|
|||
"shortDescription": "This theme shows all (touristic) maps that OpenStreetMap knows of",
|
||||
"description": "On this map you can find all maps OpenStreetMap knows - typically a big map on an information board showing the area, city or region, e.g. a tourist map on the back of a billboard, a map of a nature reserve, a map of cycling networks in the region, ...) <br/><br/>If a map is missing, you can easily map this map on OpenStreetMap."
|
||||
},
|
||||
"openwindpowermap": {
|
||||
"title": "OpenWindPowerMap",
|
||||
"description": "A map for showing and editing wind turbines.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "wind turbine",
|
||||
"title": {
|
||||
"render": "wind turbine",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"render": "The power output of this wind turbine is {generator:output:electricity}.",
|
||||
"question": "What is the power output of this wind turbine? (e.g. 2.3 MW)"
|
||||
},
|
||||
"1": {
|
||||
"render": "This wind turbine is operated by {operator}.",
|
||||
"question": "Who operates this wind turbine?"
|
||||
},
|
||||
"2": {
|
||||
"render": "The total height (including rotor radius) of this wind turbine is {height} metres.",
|
||||
"question": "What is the total height of this wind turbine (including rotor radius), in metres?"
|
||||
},
|
||||
"3": {
|
||||
"render": "The rotor diameter of this wind turbine is {rotor:diameter} metres.",
|
||||
"question": "What is the rotor diameter of this wind turbine, in metres?"
|
||||
},
|
||||
"4": {
|
||||
"render": "This wind turbine went into operation on/in {start_date}.",
|
||||
"question": "When did this wind turbine go into operation?"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "wind turbine"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " megawatts"
|
||||
},
|
||||
"1": {
|
||||
"human": " kilowatts"
|
||||
},
|
||||
"2": {
|
||||
"human": " watts"
|
||||
},
|
||||
"3": {
|
||||
"human": " gigawatts"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"personal": {
|
||||
"title": "Personal theme",
|
||||
"description": "Create a personal theme based on all the available layers of all themes"
|
||||
|
|
|
@ -241,42 +241,42 @@
|
|||
"campersite": {
|
||||
"title": "Kampeersite",
|
||||
"shortDescription": "Vind locaties waar je de nacht kan doorbrengen met je mobilehome",
|
||||
"description": "Deze website verzamelt en toont alle officiële plaatsen waar een camper mag overnachten en afvalwater kan lozen. Ook jij kan extra gegevens toevoegen, zoals welke services er geboden worden en hoeveel dit kot, ook afbeeldingen en reviews kan je toevoegen. De data wordt op OpenStreetMap opgeslaan en is dus altijd gratis te hergebruiken, ook door andere applicaties.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Camperplaatsen",
|
||||
"tagRenderings": {
|
||||
"3": {
|
||||
"question": "Hoeveel kost deze plaats?",
|
||||
"render": "Deze plaats vraagt {charge}"
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Kan gratis gebruikt worden"
|
||||
},
|
||||
"0": {
|
||||
"then": "Gebruik is betalend"
|
||||
}
|
||||
},
|
||||
"question": "Moet men betalen om deze camperplaats te gebruiken?"
|
||||
},
|
||||
"1": {
|
||||
"question": "Wat is de naam van deze plaats?",
|
||||
"render": "Deze plaats heet {name}"
|
||||
}
|
||||
},
|
||||
"description": "camperplaatsen",
|
||||
"title": {
|
||||
"render": "Camperplaats {name}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Camper site"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "camperplaatsen",
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"render": "Deze plaats heet {name}",
|
||||
"question": "Wat is de naam van deze plaats?"
|
||||
},
|
||||
"render": "Camperplaats {name}"
|
||||
"2": {
|
||||
"question": "Moet men betalen om deze camperplaats te gebruiken?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Gebruik is betalend"
|
||||
},
|
||||
"1": {
|
||||
"then": "Kan gratis gebruikt worden"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"render": "Deze plaats vraagt {charge}",
|
||||
"question": "Hoeveel kost deze plaats?"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Deze website verzamelt en toont alle officiële plaatsen waar een camper mag overnachten en afvalwater kan lozen. Ook jij kan extra gegevens toevoegen, zoals welke services er geboden worden en hoeveel dit kot, ook afbeeldingen en reviews kan je toevoegen. De data wordt op OpenStreetMap opgeslaan en is dus altijd gratis te hergebruiken, ook door andere applicaties."
|
||||
}
|
||||
},
|
||||
"climbing": {
|
||||
"title": "Open Klimkaart",
|
||||
|
@ -890,6 +890,26 @@
|
|||
"shortDescription": "Deze kaart bevat informatie voor natuurliefhebbers",
|
||||
"description": "Op deze kaart vind je informatie voor natuurliefhebbers, zoals info over het natuurgebied waar je inzit, vogelkijkhutten, informatieborden, ..."
|
||||
},
|
||||
"openwindpowermap": {
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " megawatt"
|
||||
},
|
||||
"1": {
|
||||
"human": " kilowatt"
|
||||
},
|
||||
"2": {
|
||||
"human": " watt"
|
||||
},
|
||||
"3": {
|
||||
"human": " gigawatt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"personal": {
|
||||
"title": "Persoonlijk thema",
|
||||
"description": "Stel je eigen thema samen door lagen te combineren van alle andere themas"
|
||||
|
@ -1023,4 +1043,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -525,4 +525,4 @@
|
|||
"trees": {
|
||||
"title": "Деревья"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue