Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-12-20 20:42:32 +01:00
parent 128d5a2dc3
commit c0fab792c3
46 changed files with 1089 additions and 920 deletions

View file

@ -366,7 +366,7 @@ Which methods of payment are accepted here?
Whith what coins can you pay here?
With what coins can you pay here?

View file

@ -144,7 +144,7 @@ The question is *Which methods of payment are accepted here?*
The question is *Whith what coins can you pay here?*
The question is *With what coins can you pay here?*

View file

@ -60,8 +60,9 @@ this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/height#values) [height](https://wiki.openstreetmap.org/wiki/Key:height) | Multiple choice |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/species:wikidata#values) [species:wikidata](https://wiki.openstreetmap.org/wiki/Key:species:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/circumference#values) [circumference](https://wiki.openstreetmap.org/wiki/Key:circumference) | [pfloat](../SpecialInputElements.md#pfloat) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/height#values) [height](https://wiki.openstreetmap.org/wiki/Key:height) | [pfloat](../SpecialInputElements.md#pfloat) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/denotation#values) [denotation](https://wiki.openstreetmap.org/wiki/Key:denotation) | Multiple choice | [landmark](https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dlandmark) [natural_monument](https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dnatural_monument) [agricultural](https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dagricultural) [park](https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dpark) [garden](https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dgarden) [avenue](https://wiki.openstreetmap.org/wiki/Tag:denotation%3Davenue) [urban](https://wiki.openstreetmap.org/wiki/Tag:denotation%3Durban) [none](https://wiki.openstreetmap.org/wiki/Tag:denotation%3Dnone)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/leaf_type#values) [leaf_type](https://wiki.openstreetmap.org/wiki/Key:leaf_type) | Multiple choice | [broadleaved](https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dbroadleaved) [needleleaved](https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dneedleleaved)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/leaf_cycle#values) [leaf_cycle](https://wiki.openstreetmap.org/wiki/Key:leaf_cycle) | Multiple choice | [deciduous](https://wiki.openstreetmap.org/wiki/Tag:leaf_cycle%3Ddeciduous) [evergreen](https://wiki.openstreetmap.org/wiki/Tag:leaf_cycle%3Devergreen)
@ -85,23 +86,6 @@ This tagrendering has no question and is thus read-only
### tree-height
This tagrendering has no question and is thus read-only
- *Height: {height}&nbsp;m* corresponds with `height~^(^[0-9.]+$)$`
This tagrendering is only visible in the popup if the following condition is met: `height~.+`
### plantnet
@ -138,6 +122,34 @@ This tagrendering is only visible in the popup if the following condition is met
### circumference
The question is *What is the circumference of the tree trunk?<p class='subtle'>This is measured at a height of 1.30m</p>*
This rendering asks information about the property [circumference](https://wiki.openstreetmap.org/wiki/Key:circumference)
This is rendered with `The tree trunk has a circumference of {circumference} meter`
### height
The question is *What is the height of this tree?*
This rendering asks information about the property [height](https://wiki.openstreetmap.org/wiki/Key:height)
This is rendered with `This tree is {height} meter high`
### tree-denotation

View file

@ -11531,14 +11531,18 @@
"key": "wikipedia",
"description": "The layer 'Tree allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "height",
"description": "Layer 'Tree' shows height~^(^[0-9.]+$)$ with a fixed text, namely 'Height: {height}&nbsp;m' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "species:wikidata",
"description": "Layer 'Tree' shows and asks freeform values for key 'species:wikidata' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "circumference",
"description": "Layer 'Tree' shows and asks freeform values for key 'circumference' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "height",
"description": "Layer 'Tree' shows and asks freeform values for key 'height' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "denotation",
"description": "Layer 'Tree' shows denotation=landmark with a fixed text, namely 'The tree is remarkable due to its size or prominent location. It is useful for navigation.' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",

View file

@ -31,14 +31,18 @@
"key": "wikipedia",
"description": "The layer 'Tree allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "height",
"description": "Layer 'Tree' shows height~^(^[0-9.]+$)$ with a fixed text, namely 'Height: {height}&nbsp;m' (in the MapComplete.osm.be theme 'Trees')"
},
{
"key": "species:wikidata",
"description": "Layer 'Tree' shows and asks freeform values for key 'species:wikidata' (in the MapComplete.osm.be theme 'Trees')"
},
{
"key": "circumference",
"description": "Layer 'Tree' shows and asks freeform values for key 'circumference' (in the MapComplete.osm.be theme 'Trees')"
},
{
"key": "height",
"description": "Layer 'Tree' shows and asks freeform values for key 'height' (in the MapComplete.osm.be theme 'Trees')"
},
{
"key": "denotation",
"description": "Layer 'Tree' shows denotation=landmark with a fixed text, namely 'The tree is remarkable due to its size or prominent location. It is useful for navigation.' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Trees')",

View file

@ -24,6 +24,7 @@ Available languages:
- en
- de
This document is autogenerated from [assets/themes/atm/atm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/atm/atm.json)

View file

@ -44,6 +44,8 @@ Available languages:
- en
- de
- nl
This document is autogenerated from [assets/themes/stations/stations.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/stations/stations.json)

View file

@ -112,7 +112,7 @@
{{service_item
|name= [https://mapcomplete.osm.be/atm atm]
|region= Worldwide
|lang= {{#language:en|en}}, {{#language:_context|en}}
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:_context|en}}
|descr= A MapComplete theme: This map shows ATMs to withdraw or deposit money
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png

View file

@ -231,12 +231,13 @@ export default class DefaultGUI {
.SetClass("flex items-center justify-center normal-background h-full")
.AttachTo("on-small-screen")
new Combine([Toggle.If(state.featureSwitchSearch, () =>
new SearchAndGo(state).SetClass(
"shadow rounded-full h-min w-full overflow-hidden sm:max-w-sm pointer-events-auto"
)
)])
.AttachTo("top-right")
new Combine([
Toggle.If(state.featureSwitchSearch, () =>
new SearchAndGo(state).SetClass(
"shadow rounded-full h-min w-full overflow-hidden sm:max-w-sm pointer-events-auto"
)
),
]).AttachTo("top-right")
new LeftControls(state, guiState).AttachTo("bottom-left")
new RightControls(state).AttachTo("bottom-right")

View file

@ -1,11 +1,11 @@
{
"contributors": [
{
"commits": 4735,
"commits": 4747,
"contributor": "Pieter Vander Vennet"
},
{
"commits": 300,
"commits": 302,
"contributor": "Robin van der Linde"
},
{

View file

@ -443,7 +443,8 @@
"en": "Woodcarving",
"de": "Holzschnitzerei",
"cs": "Dřevořezba",
"pt": "Entalhe em madeira"
"pt": "Entalhe em madeira",
"fr": "Sculpture sur bois"
}
}
],
@ -468,7 +469,8 @@
"nl": "Wie heeft dit kunstwerk gemaakt?",
"cs": "Kdo je autorem tohoto díla?",
"pt": "Quem fez essa obra de arte?",
"es": "¿Quién creó esta obra de arte?"
"es": "¿Quién creó esta obra de arte?",
"fr": "Qui a fait cette oeuvre d'art ?"
},
"freeform": {
"key": "artist:wikidata",
@ -585,7 +587,8 @@
"nl": "Wat beeldt dit kunstwerk af?",
"cs": "Co zobrazuje toto umělecké dílo?",
"pt": "O que esta obra de arte representa?",
"es": "¿Qué representa esta obra de arte?"
"es": "¿Qué representa esta obra de arte?",
"fr": "Que représente cette oeuvre d'art ?"
},
"freeform": {
"key": "subject:wikidata",
@ -606,25 +609,33 @@
{
"id": "doubles_as_bench",
"question": {
"en": "Does this artwork serve as a bench?"
"en": "Does this artwork serve as a bench?",
"de": "Dient dieses Kunstwerk auch als Sitzbank?",
"fr": "Cette oeuvre d'art sert-elle de banc ?"
},
"mappings": [
{
"if": "amenity=bench",
"then": {
"en": "This artwork also serves as a bench"
"en": "This artwork also serves as a bench",
"de": "Dieses Kunstwerk dient auch als Sitzbank",
"fr": "Cette oeuvre d'art sert aussi de banc"
}
},
{
"if": "amenity=",
"then": {
"en": "This artwork does not serve as a bench"
"en": "This artwork does not serve as a bench",
"de": "Dieses Kunstwerk dient nicht als Sitzbank",
"fr": "Cette oeuvre d'art ne sert pas de banc"
}
},
{
"if": "amenity!=bench",
"then": {
"en": "This artwork does not serve as a bench"
"en": "This artwork does not serve as a bench",
"de": "Dieses Kunstwerk dient nicht als Sitzbank",
"fr": "Cette oeuvre d'art ne sert pas de banc"
},
"hideInAnswer": true
}

View file

@ -1,20 +1,32 @@
{
"id": "atm",
"name": {
"en": "ATMs"
"en": "ATMs",
"de": "Geldautomaten",
"fr": "DABs",
"nl": "Geldautomaten"
},
"description": {
"en": "ATMS to withdraw money"
"en": "ATMS to withdraw money",
"de": "Geldautomaten zum Geld abheben",
"fr": "DAB pour retirer de l'argent",
"nl": "Geldautomaten om geld op te nemen"
},
"title": {
"render": {
"en": "ATM"
"en": "ATM",
"de": "Geldautomat",
"fr": "DAB",
"nl": "Geldautomaat"
},
"mappings": [
{
"if": "brand~*",
"then": {
"en": "{brand} ATM"
"en": "{brand} ATM",
"de": "{brand} Geldautomat",
"fr": "DAB {brand}",
"nl": "{brand} Geldautomaat"
}
}
]
@ -29,7 +41,10 @@
"amenity=atm"
],
"title": {
"en": "an ATM"
"en": "an ATM",
"de": "ein Geldautomat",
"fr": "un DAB",
"nl": "een geldautomaat"
}
}
],
@ -37,40 +52,61 @@
{
"id": "name",
"render": {
"en": "The name of this ATM is {name}"
"en": "The name of this ATM is {name}",
"de": "Der Name dieses Geldautomaten ist {name}",
"fr": "Le nom de ce DAB est {name}",
"nl": "De naam van deze geldautomaat is {name}"
},
"condition": "name~*"
},
{
"id": "brand",
"question": {
"en": "What brand is this ATM?"
"en": "What brand is this ATM?",
"de": "Von welcher Marke ist dieser Geldautomat?",
"fr": "De quelle marque est ce DAB ?",
"nl": "Van welk merk is deze geldautomaat?"
},
"freeform": {
"key": "brand",
"type": "string",
"placeholder": {
"en": "Brand name"
"en": "Brand name",
"de": "Markenname",
"fr": "Nom de marque",
"nl": "Merknaam"
}
},
"render": {
"en": "The brand of this ATM is {brand}"
"en": "The brand of this ATM is {brand}",
"de": "Die Marke dieses Geldautomaten ist {brand}",
"fr": "La marque de ce DAB est {brand}",
"nl": "Het merk van deze geldautomaat is {brand}"
}
},
{
"id": "operator",
"question": {
"en": "What company operates this ATM?"
"en": "What company operates this ATM?",
"de": "Welches Unternehmen betreibt den Geldautomaten?",
"fr": "Quelle société exploite ce DAB ?",
"nl": "Welk bedrijf beheert deze geldautomaat?"
},
"freeform": {
"key": "operator",
"type": "string",
"placeholder": {
"en": "Operator"
"en": "Operator",
"de": "Betreiber",
"fr": "Opérateur",
"nl": "Beheerder"
}
},
"render": {
"en": "The ATM is operated by {operator}"
"en": "The ATM is operated by {operator}",
"de": "Der Geldautomat wird von {operator} betrieben",
"fr": "Ce DAB est exploité par {operator}",
"nl": "Deze geldautomaat wordt beheerd door {operator}"
}
},
"opening_hours"

View file

@ -188,7 +188,9 @@
"if": "seats:separated=no",
"then": {
"en": "This bench does not have separated seats",
"nl": "Deze bank is niet ingedeeld in aparte zitplaatsen"
"nl": "Deze bank is niet ingedeeld in aparte zitplaatsen",
"de": "Diese Bank hat keine getrennten Sitze",
"fr": "Ce banc n'a pas de sièges séparés"
}
}
]
@ -715,7 +717,9 @@
"if": "survey:date:={_now:date}",
"then": {
"en": "Surveyed today!",
"nl": "Vandaag nagekeken!"
"nl": "Vandaag nagekeken!",
"de": "Heute geprüft!",
"fr": "Vérifié sur le terrain aujourd'hui !"
}
}
],
@ -731,11 +735,15 @@
],
"render": {
"en": "This bench does have the following inscription:<br/><p><i>{inscription}</i></p>",
"nl": "Deze bank heeft een inscriptie: <br/><p><i>{inscription}</i></p>"
"nl": "Deze bank heeft een inscriptie: <br/><p><i>{inscription}</i></p>",
"de": "Diese Bank hat folgende Inschrift:<br/><p><i>{inscription}</i></p>",
"fr": "Ce banc a l'inscription suivante :<br/><p><i>{inscription}</i></p>"
},
"question": {
"en": "Does this bench have an inscription?<div class='subtle text-lg'>E.g. on a mounted plaque, in the backrest, ...</div>",
"nl": "Heeft deze bank een inscriptie?<div class='subtle text-lg'>Bijvoorbeeld op een aangebracht plakkaat, ingesneden in de rugleuning, ...</div>"
"nl": "Heeft deze bank een inscriptie?<div class='subtle text-lg'>Bijvoorbeeld op een aangebracht plakkaat, ingesneden in de rugleuning, ...</div>",
"de": "Hat diese Bank eine Inschrift? <div class='subtle text-lg'>Z.B. auf einer angebrachten Plakette, in der Rückenlehne, ... </div>",
"fr": "Est-ce que ce banc possède une inscription ?<div class='subtle text-lg'>Par exemple, sur une plaque accrochée, sur le dossier, ...</div>"
},
"freeform": {
"key": "inscription",
@ -749,7 +757,9 @@
"if": "not:inscription=yes",
"then": {
"en": "This bench does not have an inscription",
"nl": "Deze bank heeft geen inscriptie"
"nl": "Deze bank heeft geen inscriptie",
"de": "Diese Bank hat keine Inschrift",
"fr": "Ce banc n'a pas d'inscription"
},
"addExtraTags": [
"inscription="
@ -759,7 +769,9 @@
"if": "inscription=",
"then": {
"en": "This bench does <span class='subtle'>(probably)</span> not have an inscription",
"nl": "Deze bank heeft <span class='subtle'>(waarschijnlijk)</span> geen inscriptie"
"nl": "Deze bank heeft <span class='subtle'>(waarschijnlijk)</span> geen inscriptie",
"de": "Diese Bank hat <span class='subtle'>(wahrscheinlich)</span> keine Inschrift",
"fr": "Ce banc n'a<span class='subtle'>(probablement)</span> pas d'inscription"
},
"hideInAnswer": true
}
@ -769,21 +781,26 @@
"id": "bench-artwork",
"question": {
"en": "Does this bench have an artistic element?<div class='subtle text-lg'>E.g. it has an integrated painting, statue or other non-trivial, creative work</div>",
"nl": "Heeft deze bank een geïntegreerd kunstwerk?<div class='subtle text-lg'>Bijvoorbeeld een standbeeld, schildering of ander, niet-triviaal kunstwerk</div>"
"nl": "Heeft deze bank een geïntegreerd kunstwerk?<div class='subtle text-lg'>Bijvoorbeeld een standbeeld, schildering of ander, niet-triviaal kunstwerk</div>",
"de": "Hat diese Bank ein künstlerisches Element? <div class='subtle text-lg'>Z.B. hat es ein integriertes Gemälde, eine Statue oder eine andere nicht triviale, kreative Arbeit</div>"
},
"mappings": [
{
"if": "tourism=artwork",
"then": {
"en": "This bench has an integrated artwork",
"nl": "Deze bank heeft een geïntegreerd kunstwerk"
"nl": "Deze bank heeft een geïntegreerd kunstwerk",
"de": "Diese Bank hat ein integriertes Kunstwerk",
"fr": "Une oeuvre d'art est intégrée à ce banc"
}
},
{
"if": "tourism=",
"then": {
"en": "This bench does not have an integrated artwork",
"nl": "Deze bank heeft geen geïntegreerd kunstwerk"
"nl": "Deze bank heeft geen geïntegreerd kunstwerk",
"de": "Diese Bank hat kein integriertes Kunstwerk",
"fr": "Ce banc n'a pas d'oeuvre d'art intégrée"
}
}
]
@ -803,14 +820,18 @@
},
"question": {
"en": "Does this bench act as memorial for someone or something?",
"nl": "Is deze bank een gedenkteken voor iemand of iets?"
"nl": "Is deze bank een gedenkteken voor iemand of iets?",
"de": "Dient diese Bank als Denkmal für jemanden oder etwas?",
"fr": "Ce banc sert-il de mémorial pour quelqu'un ou quelque chose ?"
},
"mappings": [
{
"if": "historic=memorial",
"then": {
"en": "This bench is a memorial for someone or something",
"nl": "Deze bank is een gedenkteken aan iemand of iets"
"nl": "Deze bank is een gedenkteken aan iemand of iets",
"de": "Diese Bank ist ein Denkmal für jemanden oder etwas",
"fr": "Ce banc est un mémorial pour quelqu'un ou quelque chose"
},
"addExtraTags": [
"memorial=bench"
@ -825,7 +846,9 @@
},
"then": {
"en": "This bench is a <b>not</b> a memorial for someone or something",
"nl": "Deze bank is <b>geen</b> gedenkteken aan iemand of iets"
"nl": "Deze bank is <b>geen</b> gedenkteken aan iemand of iets",
"de": "Diese Bank ist <b>kein</b> Denkmal für jemanden oder etwas",
"fr": "Ce banc n'est <b>pas</b> un mémorial pour quelqu'un ou quelque chose"
},
"addExtraTags": [
"memorial="
@ -910,7 +933,9 @@
},
"question": {
"en": "is a memorial",
"nl": "is een gedenkteken"
"nl": "is een gedenkteken",
"de": "ist ein Denkmal",
"fr": "est un mémorial"
}
}
]
@ -921,21 +946,27 @@
{
"question": {
"en": "With and without backrest",
"nl": "Met en zonder rugleuning"
"nl": "Met en zonder rugleuning",
"de": "Mit und ohne Rückenlehne",
"fr": "Avec et sans dossier"
}
},
{
"osmTags": "backrest=yes",
"question": {
"en": "Has a backrest",
"nl": "Heeft een rugleuning"
"nl": "Heeft een rugleuning",
"de": "Hat eine Rückenlehne",
"fr": "A un dossier"
}
},
{
"osmTags": "backrest=no",
"question": {
"en": "Has no backrest",
"nl": "Heeft geen rugleuning"
"nl": "Heeft geen rugleuning",
"de": "Hat keine Rückenlehne",
"fr": "N'a pas de dossier"
}
}
]

View file

@ -220,7 +220,9 @@
{
"if": "bench=no",
"then": {
"en": "This bus stop does not have a bench (there never was one or it has been removed)"
"en": "This bus stop does not have a bench (there never was one or it has been removed)",
"de": "Diese Bushaltestelle hat keine Bank (es gab nie eine oder sie wurde entfernt)",
"fr": "Cette station de bus n'a pas de banc (il n'y en a jamais eu ou il a été retiré)"
}
}
],
@ -228,7 +230,9 @@
{
"changesetMessage": "discontinued",
"explanation": {
"en": "This bus stop is not used anymore"
"en": "This bus stop is not used anymore",
"de": "Diese Bushaltestelle wird nicht mehr genutzt",
"fr": "Cette station de bus n'est plus utilisée"
}
}
],

View file

@ -2,7 +2,9 @@
"id": "car_rental",
"name": {
"en": "Car Rental",
"nl": "Autoverhuur"
"nl": "Autoverhuur",
"de": "Autovermietung",
"fr": "Société de location de véhicules"
},
"source": {
"osmTags": "amenity=car_rental"
@ -11,7 +13,9 @@
"title": {
"render": {
"en": "Car Rental",
"nl": "Autoverhuur"
"nl": "Autoverhuur",
"de": "Autovermietung",
"fr": "Société de location de véhicules"
},
"mappings": [
{
@ -22,7 +26,9 @@
},
"description": {
"en": "Places where you can rent a car",
"nl": "Plaatsen waar je een auto kunt huren"
"nl": "Plaatsen waar je een auto kunt huren",
"de": "Orte, an denen Sie ein Auto mieten können",
"fr": "Lieu où vous pouvez louer une voiture"
},
"tagRenderings": [
"images",
@ -33,25 +39,33 @@
"type": "string",
"placeholder": {
"en": "Name of the car rental",
"nl": "Naam van de autoverhuur"
"nl": "Naam van de autoverhuur",
"de": "Name der Autovermietung",
"fr": "Nom de la société de location de véhicules"
}
},
"question": {
"en": "What is the name of this car rental?",
"nl": "Wat is de naam van deze autoverhuur?"
"nl": "Wat is de naam van deze autoverhuur?",
"de": "Wie lautet der Name dieser Autovermietung?",
"fr": "Quel est le nom de cette société de location de véhicules ?"
},
"mappings": [
{
"if": "noname=yes",
"then": {
"en": "This car rental has no name",
"nl": "Deze autoverhuur heeft geen naam"
"nl": "Deze autoverhuur heeft geen naam",
"de": "Diese Autovermietung hat keinen Namen",
"fr": "Cette société de location de véhicules n'a pas de nom"
}
}
],
"render": {
"en": "This car rental is called {name}",
"nl": "Deze autoverhuur heet {name}"
"nl": "Deze autoverhuur heet {name}",
"de": "Der Name der Autovermietung lautet {name}",
"fr": "Cette société de location de véhicules est appelée {name}"
}
},
"website",
@ -66,11 +80,15 @@
],
"title": {
"en": "a car rental",
"nl": "een autoverhuur"
"nl": "een autoverhuur",
"de": "eine Autovermietung",
"fr": "Une société de location de véhicules"
},
"description": {
"en": "A place where you can rent a car",
"nl": "Een plaats waar je een auto kunt huren"
"nl": "Een plaats waar je een auto kunt huren",
"de": "Ein Ort, an dem Sie ein Auto mieten können",
"fr": "Un lieu où vous pouvez louer une voiture"
}
}
],

View file

@ -4207,14 +4207,16 @@
"nl": "Wat is het telefoonnummer van de beheerder van dit oplaadpunt?",
"da": "Hvilket nummer kan man ringe til, hvis der er et problem med denne ladestation?",
"de": "Welche Nummer kann man anrufen, wenn es ein Problem mit dieser Ladestation gibt?",
"es": "¿A qué número se puede llamar si hay un problema con esta estación de carga?"
"es": "¿A qué número se puede llamar si hay un problema con esta estación de carga?",
"fr": "Quel numéro peut on appeler s'il y a un problème avec cette station de charge ?"
},
"render": {
"en": "In case of problems, call <a href='tel:{phone}'>{phone}</a>",
"nl": "Bij problemen, bel naar <a href='tel:{phone}'>{phone}</a>",
"da": "I tilfælde af problemer, ring til <a href='tel:{phone}'>{phone}</a>",
"de": "Bei Problemen, anrufen unter <a href='tel:{phone}'>{phone}</a>",
"es": "En caso de problemas, llama a <a href='tel:{phone}'>{phone}</a>"
"es": "En caso de problemas, llama a <a href='tel:{phone}'>{phone}</a>",
"fr": "En cas de problèmes, appelez le <a href='tel:{phone}'>{phone}</a>"
},
"freeform": {
"key": "phone",

View file

@ -180,7 +180,8 @@
"en": "Is this is a zebra crossing?",
"nl": "Is dit een zebrapad?",
"de": "Ist das ein Zebrastreifen?",
"es": "¿Esto es un paso de cebra?"
"es": "¿Esto es un paso de cebra?",
"fr": "Est-ce un passage piéton ?"
},
"condition": "crossing=uncontrolled",
"mappings": [
@ -190,7 +191,8 @@
"en": "This is a zebra crossing",
"nl": "Dit is een zebrapad",
"de": "Dies ist ein Zebrastreifen",
"es": "Esto es un paso de cebra"
"es": "Esto es un paso de cebra",
"fr": "C'est un passage piéton"
}
},
{
@ -199,7 +201,8 @@
"en": "This is not a zebra crossing",
"nl": "Dit is geen zebrapad",
"de": "Dies ist kein Zebrastreifen",
"es": "Esto no es un paso de cebra"
"es": "Esto no es un paso de cebra",
"fr": "Ce n'est pas un passage piéton"
}
}
]
@ -243,7 +246,8 @@
"en": "Does this crossing have an island in the middle?",
"nl": "Heeft deze oversteekplaats een verkeerseiland in het midden?",
"de": "Gibt es an diesem Übergang eine Verkehrsinsel?",
"es": "¿Tiene una isla en el medio este cruce?"
"es": "¿Tiene una isla en el medio este cruce?",
"fr": "Est-ce que ce passage a une île au milieu ?"
},
"condition": "highway=crossing",
"mappings": [
@ -253,7 +257,8 @@
"en": "This crossing has an island in the middle",
"nl": "Deze oversteekplaats heeft een verkeerseiland in het midden",
"de": "Der Übergang hat eine Verkehrsinsel",
"es": "Este cruce tiene una isla en el medio"
"es": "Este cruce tiene una isla en el medio",
"fr": "Ce passage a une île au milieu"
}
},
{
@ -262,7 +267,8 @@
"en": "This crossing does not have an island in the middle",
"nl": "Deze oversteekplaats heeft geen verkeerseiland in het midden",
"de": "Diese Ampel hat eine Taste, um ein grünes Signal anzufordern",
"es": "Este cruce no tiene una isla en el medio"
"es": "Este cruce no tiene una isla en el medio",
"fr": "Ce passage n'a pas d'île au milieu"
}
}
]
@ -354,14 +360,16 @@
"if": "traffic_signals:sound=yes",
"then": {
"en": "This traffic light has sound signals to help crossing, both for finding the crossing and for crossing.",
"de": "Die Ampel gibt akustische Signale, um das Auffinden und Überqueren der Kreuzung zu erleichtern."
"de": "Die Ampel gibt akustische Signale, um das Auffinden und Überqueren der Kreuzung zu erleichtern.",
"fr": "Ce feu de signalisation a une alarme sonore pour aider à traverser, à la fois pour trouver le passage piéton, et pour traverser."
}
},
{
"if": "traffic_signals:sound=no",
"then": {
"en": "This traffic light does not have sound signals to help crossing.",
"de": "Die Ampel gibt keine akustischen Signale, um das Überqueren zu erleichtern."
"de": "Die Ampel gibt keine akustischen Signale, um das Überqueren zu erleichtern.",
"fr": "Ce feu de signalisation n'a pas de signal sonore pour aider à traverser."
}
},
{
@ -471,7 +479,8 @@
"en": "Can a cyclist turn right when the light is red?",
"nl": "Mag een fietser rechtsaf slaan als het licht rood is?",
"de": "Dürfen Radfahrer bei roter Ampel rechts abbiegen?",
"es": "¿Puede girar a la derecha un ciclista cuando la luz está roja?"
"es": "¿Puede girar a la derecha un ciclista cuando la luz está roja?",
"fr": "Un cycliste peut-il tourner à droite quand le feu est rouge ?"
},
"condition": "highway=traffic_signals",
"mappings": [
@ -481,7 +490,8 @@
"en": "A cyclist can turn right if the light is red",
"nl": "Een fietser mag wel rechtsaf slaan als het licht rood is",
"de": "Ein Radfahrer kann bei roter Ampel rechts abbiegen",
"es": "Un ciclista puede girar a la derecha si la luz está roja"
"es": "Un ciclista puede girar a la derecha si la luz está roja",
"fr": "Un cycliste peut tourner à droite si le feu est rouge"
},
"hideInAnswer": "_country!=be",
"icon": {
@ -495,7 +505,8 @@
"en": "A cyclist can turn right if the light is red",
"nl": "Een fietser mag wel rechtsaf slaan als het licht rood is",
"de": "Radfahrer dürfen bei roter Ampel rechts abbiegen",
"es": "Un ciclista puede girar a la derecha si la luz está roja"
"es": "Un ciclista puede girar a la derecha si la luz está roja",
"fr": "Un cycliste peut tourner à droite si le feu est rouge"
},
"hideInAnswer": "_country=be"
},
@ -505,7 +516,8 @@
"en": "A cyclist can not turn right if the light is red",
"nl": "Een fietser mag niet rechtsaf slaan als het licht rood is",
"de": "Radfahrer dürfen bei roter Ampel nicht rechts abbiegen",
"es": "Un ciclista no puede girar a la derecha si la luz está roja"
"es": "Un ciclista no puede girar a la derecha si la luz está roja",
"fr": "Un cycliste ne peut pas tourner à droite si le feu est rouge"
}
}
]
@ -516,7 +528,8 @@
"en": "Can a cyclist go straight on when the light is red?",
"nl": "Mag een fietser rechtdoor gaan als het licht rood is?",
"de": "Dürfen Radfahrer bei roter Ampel geradeaus fahren?",
"es": "¿Puede ir de frente un ciclista cuando la luz está roja?"
"es": "¿Puede ir de frente un ciclista cuando la luz está roja?",
"fr": "Est-ce qu'un cycliste peut aller tout droit quand le feu est rouge ?"
},
"condition": "highway=traffic_signals",
"mappings": [

View file

@ -145,15 +145,18 @@
"key": "tactile_writing:braille",
"question": {
"en": "In which languages does this elevator have tactile writing (braille)?",
"de": "In welchen Sprachen hat der Aufzug taktile Schrift (Braille)?"
"de": "In welchen Sprachen hat der Aufzug taktile Schrift (Braille)?",
"nl": "In welke talen heeft deze lift voelbaar schrift (braille)?"
},
"render_list_item": {
"en": "This elevator has tactile writing in {language():font-bold}",
"de": "Der Aufzug hat taktile Schrift in {language():font-bold}"
"de": "Der Aufzug hat taktile Schrift in {language():font-bold}",
"nl": "Deze lift heeft voelbaar schrift in het {language():font-bold}"
},
"render_single_language": {
"en": "This elevator has tactile writing in {language():font-bold}",
"de": "Der Aufzug hat taktile Schrift in {language():font-bold}"
"de": "Der Aufzug hat taktile Schrift in {language():font-bold}",
"nl": "Deze lift heeft voelbaar schrift in het {language():font-bold}"
}
}
}

View file

@ -63,7 +63,8 @@
{
"question": {
"en": "With and without images",
"nl": "Met en zonder afbeelding"
"nl": "Met en zonder afbeelding",
"de": "Mit und ohne Bilder"
}
},
{

View file

@ -1,20 +1,28 @@
{
"id": "railway_platforms",
"name": {
"en": "Railway Platforms"
"en": "Railway Platforms",
"de": "Bahnsteige",
"nl": "Treinperrons"
},
"description": {
"en": "Find every platform in the station, and the train routes that use them."
"en": "Find every platform in the station, and the train routes that use them.",
"de": "Finden Sie alle Bahnsteige im Bahnhof und die Zugstrecken, die sie benutzen.",
"nl": "Vind elk perron in het station, en de routes die ze gebruiken."
},
"title": {
"render": {
"en": "Platform"
"en": "Platform",
"de": "Bahnsteig",
"nl": "Perron"
},
"mappings": [
{
"if": "ref~*",
"then": {
"en": "Platform {ref}"
"en": "Platform {ref}",
"de": "Bahnsteig {ref}",
"nl": "Perron {ref}"
}
}
]
@ -31,17 +39,23 @@
{
"id": "ref",
"question": {
"en": "What is the number for this platform?"
"en": "What is the number for this platform?",
"de": "Wie lautet die Nummer dieses Bahnsteigs?",
"nl": "Wat is het nummer van dit perron?"
},
"freeform": {
"key": "ref",
"type": "string",
"placeholder": {
"en": "Platform number"
"en": "Platform number",
"de": "Bahnsteignummer",
"nl": "Perronnummer"
}
},
"render": {
"en": "Platform {ref}"
"en": "Platform {ref}",
"de": "Bahnsteig {ref}",
"nl": "Perron {ref}"
}
},
"level"

View file

@ -2,7 +2,8 @@
"id": "selected_element",
"description": {
"en": "Highlights the currently selected element. Override this layer to have different colors",
"nl": "Toont het geselecteerde element"
"nl": "Toont het geselecteerde element",
"de": "Hebt das aktuell ausgewählte Element hervor. Überschreiben Sie diese Ebene, um unterschiedliche Farben zu erhalten"
},
"source": {
"osmTags": "selected=yes",

View file

@ -7,7 +7,8 @@
},
"description": {
"en": "Layer showing stairs and escalators",
"de": "Ebene mit Treppen und Rolltreppen"
"de": "Ebene mit Treppen und Rolltreppen",
"nl": "Laag met trappen en roltrappen"
},
"title": {
"render": {
@ -76,21 +77,24 @@
"condition": "handrail=yes",
"question": {
"en": "Do these stairs have tactile writing on the handrail?",
"de": "Hat die Treppe eine taktile Schrift am Handlauf?"
"de": "Hat die Treppe eine taktile Schrift am Handlauf?",
"nl": "Heeft deze trap voelbaar schrift op de leuning?"
},
"mappings": [
{
"if": "tactile_writing=yes",
"then": {
"en": "There is tactile writing on the handrail",
"de": "Am Handlauf gibt es taktile Schrift"
"de": "Am Handlauf gibt es taktile Schrift",
"nl": "Er is voelbaar schrift op de leuning"
}
},
{
"if": "tactile_writing=no",
"then": {
"en": "There is no tactile writing on the handrail",
"de": "Am Handlauf gibt es keine taktile Schrift"
"de": "Am Handlauf gibt es keine taktile Schrift",
"nl": "Er is geen voelbaar schrift op de leuning"
}
}
]
@ -104,15 +108,18 @@
"key": "tactile_writing:braille",
"question": {
"en": "In which languages is there tactile writing (braille) for navigation? <img src='./assets/layers/stairs/Braille_stairs.jpg' style='height: 300px; width: auto; display: block;' />",
"de": "In welchen Sprachen gibt es taktile Schrift (Braille) für die Navigation? <img src='./assets/layers/stairs/Braille_stairs.jpg' style='height: 300px; width: auto; display: block;' />"
"de": "In welchen Sprachen gibt es taktile Schrift (Braille) für die Navigation? <img src='./assets/layers/stairs/Braille_stairs.jpg' style='height: 300px; width: auto; display: block;' />",
"nl": "In welke talen is er voelbaar schrift (braille) voor navigatie? <img src='./assets/layers/stairs/Braille_stairs.jpg' style='height: 300px; width: auto; display: block;' />"
},
"render_list_item": {
"en": "These stairs have tactile writing in {language():font-bold}",
"de": "Die Treppe hat taktile Schrift in {language():font-bold}"
"de": "Die Treppe hat taktile Schrift in {language():font-bold}",
"nl": "Deze trap heeft voelbaar schrijft in {language():font-bold}"
},
"render_single_language": {
"en": "These stairs have tactile writing in {language():font-bold}",
"de": "Die Treppe hat taktile Schrift in {language():font-bold}"
"de": "Die Treppe hat taktile Schrift in {language():font-bold}",
"nl": "Deze trap heeft voelbaar schrijft in {language():font-bold}"
}
}
}

View file

@ -1,10 +1,14 @@
{
"id": "ticket_machine",
"name": {
"en": "Ticket Machines"
"en": "Ticket Machines",
"de": "Fahrkartenautomaten",
"nl": "Kaartautomaten"
},
"description": {
"en": "Find ticket machines for public transport tickets"
"en": "Find ticket machines for public transport tickets",
"de": "Fahrkartenautomaten für ÖPNV-Tickets finden",
"nl": "Zoek kaartautomaten voor het openbaar vervoer"
},
"source": {
"osmTags": {
@ -17,7 +21,9 @@
"minzoom": 19,
"title": {
"render": {
"en": "Ticket Machine"
"en": "Ticket Machine",
"de": "Fahrkartenautomat",
"nl": "Kaartautomaat"
}
},
"tagRenderings": [
@ -26,16 +32,22 @@
{
"id": "operator",
"question": {
"en": "Who is the operator of this ticket machine?"
"en": "Who is the operator of this ticket machine?",
"de": "Wer ist der Betreiber dieses Fahrkartenautomaten?",
"nl": "Wie is de beheerder van deze kaartautomaat?"
},
"render": {
"en": "This ticket machine is operated by {operator}"
"en": "This ticket machine is operated by {operator}",
"de": "Dieser Fahrkartenautomat wird betrieben von {operator}",
"nl": "Deze kaartautomaat wordt beheerd door {operator}"
},
"freeform": {
"key": "operator",
"type": "string",
"placeholder": {
"en": "Name of the operator"
"en": "Name of the operator",
"de": "Name des Betreibers",
"nl": "Naam van de beheerder"
}
},
"mappings": [
@ -43,7 +55,8 @@
"if": "operator=Nederlandse Spoorwegen",
"then": {
"en": "Dutch Railways (NS)",
"nl": "Nederlandse Spoorwegen (NS)"
"nl": "Nederlandse Spoorwegen (NS)",
"de": "Niederländische Eisenbahn (NS)"
},
"addExtraTags": [
"operator:wikidata=Q23076"
@ -62,7 +75,9 @@
"vending=public_transport_tickets"
],
"title": {
"en": "a ticket machine"
"en": "a ticket machine",
"de": "einen Fahrkartenautomat",
"nl": "een kaartautomaat"
}
}
],

View file

@ -1,10 +1,12 @@
{
"id": "ticket_validator",
"name": {
"en": "Ticket Validators"
"en": "Ticket Validators",
"de": "Fahrkartenentwerter"
},
"description": {
"en": "Find ticket validators to validate public transport tickets"
"en": "Find ticket validators to validate public transport tickets",
"de": "Finden Sie Fahrkartenentwerter, um Tickets für den öffentlichen Nahverkehr zu entwerten"
},
"source": {
"osmTags": "amenity=ticket_validator"
@ -12,7 +14,8 @@
"minzoom": 19,
"title": {
"render": {
"en": "Ticket Validator"
"en": "Ticket Validator",
"de": "Fahrkartenentwerter"
}
},
"tagRenderings": [
@ -22,13 +25,15 @@
"id": "barrier",
"condition": "barrier~*",
"render": {
"en": "This ticket validator is part of a barrier of type {barrier}"
"en": "This ticket validator is part of a barrier of type {barrier}",
"de": "Dieser Fahrkartenentwerter ist Teil einer Zugangsbarriere vom Typ {barrier}"
},
"mappings": [
{
"if": "barrier=gate",
"then": {
"en": "This ticket validator is part of a gate"
"en": "This ticket validator is part of a gate",
"de": "Dieser Fahrscheinentwerter ist Teil einer Zugangsbarriere"
}
}
]
@ -36,16 +41,20 @@
{
"id": "validator-operator",
"question": {
"en": "Who is the operator of this ticket validator?"
"en": "Who is the operator of this ticket validator?",
"de": "Wer ist der Betreiber dieses Fahrkartenentwerters?"
},
"render": {
"en": "This ticket validator is operated by {operator}"
"en": "This ticket validator is operated by {operator}",
"de": "Dieser Fahrkartenentwerter wird betrieben von {operator}"
},
"freeform": {
"key": "operator",
"type": "string",
"placeholder": {
"en": "Name of the operator"
"en": "Name of the operator",
"de": "Name des Betreibers",
"nl": "Naam van de beheerder"
}
}
},
@ -79,7 +88,8 @@
"amenity=ticket_validator"
],
"title": {
"en": "a ticket validator"
"en": "a ticket validator",
"de": "einen Fahrkartenentwerter"
}
}
],

View file

@ -142,7 +142,7 @@
},
"render": {
"en": "This tree is {height} meter high"
}
}
},
{
"id": "tree-denotation",
@ -801,4 +801,4 @@
"fr": "Une couche montrant les arbres",
"da": "Et lag, der viser træer"
}
}
}

View file

@ -103,12 +103,14 @@
"before": {
"en": "<h3>Entrances</h3>This building has {_entrances_count} entrances:",
"de": "<h3>Eingänge</h3>Das Gebäude hat {_entrances_count} Eingänge:",
"da": "<h3>Indgange</h3>Denne bygning har {_entrances_count} indgange:"
"da": "<h3>Indgange</h3>Denne bygning har {_entrances_count} indgange:",
"nl": "<h3>Ingangen</h3>Dit gebouw heeft {_entrances_count} ingangen:"
},
"after": {
"en": "{_entrances_count_without_width_count} entrances don't have width information yet",
"de": "{_entrances_count_without_width_count} Eingänge haben keine Angaben zur Breite",
"da": "{_entrances_count_without_width_count} indgange har endnu ikke oplysninger om bredde"
"da": "{_entrances_count_without_width_count} indgange har endnu ikke oplysninger om bredde",
"nl": "{_entrances_count_without_width_count} ingangen hebben nog geen informatie over de breedte"
},
"special": {
"type": "multi",
@ -127,7 +129,8 @@
"then": {
"en": "No entrance has been marked",
"de": "Es wurde kein Eingang markiert",
"da": "Der er ikke markeret nogen indgang"
"da": "Der er ikke markeret nogen indgang",
"nl": "Geen ingang is gemarkeerd"
}
},
{
@ -135,7 +138,8 @@
"then": {
"en": "None of the {_entrance_count} entrances have width information yet",
"de": "Keiner der {_entrance_count} Eingänge hat bisher Angaben zur Breite",
"da": "Ingen af {_entrance_count}-indgangene har oplysninger om bredde endnu"
"da": "Ingen af {_entrance_count}-indgangene har oplysninger om bredde endnu",
"nl": "Geen van de {_entrance_count} ingangen hebben al informatie over de breedte"
}
}
]

View file

@ -918,7 +918,8 @@
"ifnot": "payment:coins=no",
"icon": "./assets/tagRenderings/coins.svg",
"then": {
"en": "Coins are accepted here"
"en": "Coins are accepted here",
"de": "Münzen werden hier akzeptiert"
}
},
{
@ -926,7 +927,8 @@
"ifnot": "payment:notes=no",
"icon": "./assets/tagRenderings/notes.svg",
"then": {
"en": "Bank notes are accepted here"
"en": "Bank notes are accepted here",
"de": "Geldscheine werden hier akzeptiert"
}
},
{
@ -934,7 +936,8 @@
"ifnot": "payment_debit_cards=no",
"icon": "./assets/tagRenderings/payment_card.svg",
"then": {
"en": "Debit cards are accepted here"
"en": "Debit cards are accepted here",
"de": "Debitkarten werden hier akzeptiert"
}
},
{
@ -942,7 +945,8 @@
"ifnot": "payment:credit_cards=no",
"icon": "./assets/tagRenderings/payment_card.svg",
"then": {
"en": "Credit cards are accepted here"
"en": "Credit cards are accepted here",
"de": "Kreditkarten werden hier akzeptiert"
}
}
]
@ -1038,7 +1042,9 @@
]
},
"question": {
"en": "Whith what coins can you pay here?"
"en": "With what coins can you pay here?",
"de": "Mit welchen Münzen kann man hier bezahlen?",
"nl": "Met welke munten kan je hier betalen?"
},
"multiAnswer": true,
"mappings": [
@ -1046,56 +1052,72 @@
"if": "payment:coins:denominations=0.01 EUR",
"icon": "./assets/tagRenderings/1cent.svg",
"then": {
"en": "1 cent coins are accepted"
"en": "1 cent coins are accepted",
"de": "1-Cent-Münzen werden akzeptiert",
"nl": "Munten van 1 cent worden geaccepteerd"
}
},
{
"if": "payment:coins:denominations=0.02 EUR",
"icon": "./assets/tagRenderings/2cent.svg",
"then": {
"en": "2 cent coins are accepted"
"en": "2 cent coins are accepted",
"de": "2-Cent-Münzen werden akzeptiert",
"nl": "Munten van 2 cent worden geaccepteerd"
}
},
{
"if": "payment:coins:denominations=0.05 EUR",
"icon": "./assets/tagRenderings/5cent.svg",
"then": {
"en": "5 cent coins are accepted"
"en": "5 cent coins are accepted",
"de": "5-Cent-Münzen werden akzeptiert",
"nl": "Munten van 5 cent worden geaccepteerd"
}
},
{
"if": "payment:coins:denominations=0.10 EUR",
"icon": "./assets/tagRenderings/10cent.svg",
"then": {
"en": "10 cent coins are accepted"
"en": "10 cent coins are accepted",
"de": "10-Cent-Münzen werden akzeptiert",
"nl": "Munten van 10 cent worden geaccepteerd"
}
},
{
"if": "payment:coins:denominations=0.20 EUR",
"icon": "./assets/tagRenderings/20cent.svg",
"then": {
"en": "20 cent coins are accepted"
"en": "20 cent coins are accepted",
"de": "20-Cent-Münzen werden akzeptiert",
"nl": "Munten van 20 cent worden geaccepteerd"
}
},
{
"if": "payment:coins:denominations=0.50 EUR",
"icon": "./assets/tagRenderings/50cent.svg",
"then": {
"en": "50 cent coins are accepted"
"en": "50 cent coins are accepted",
"de": "50-Cent-Münzen werden akzeptiert",
"nl": "Munten van 50 cent worden geaccepteerd"
}
},
{
"if": "payment:coins:denominations=1 EUR",
"icon": "./assets/tagRenderings/1euro.svg",
"then": {
"en": "1 euro coins are accepted"
"en": "1 euro coins are accepted",
"de": "1-Euro-Münzen werden akzeptiert",
"nl": "Munten van 1 euro worden geaccepteerd"
}
},
{
"if": "payment:coins:denominations=2 EUR",
"icon": "./assets/tagRenderings/2euro.svg",
"then": {
"en": "2 euro coins are accepted"
"en": "2 euro coins are accepted",
"de": "2-Euro-Münzen werden akzeptiert",
"nl": "Munten van 2 euro worden geaccepteerd"
}
}
]

View file

@ -1,10 +1,12 @@
{
"id": "atm",
"title": {
"en": "ATM Machines"
"en": "ATM Machines",
"de": "Geldautomaten"
},
"description": {
"en": "This map shows ATMs to withdraw or deposit money"
"en": "This map shows ATMs to withdraw or deposit money",
"de": "Diese Karte zeigt Geldautomaten zum Abheben oder Einzahlen von Geld"
},
"icon": "./assets/themes/atm/logo.svg",
"startLat": 0,

View file

@ -1,10 +1,14 @@
{
"id": "stations",
"title": {
"en": "Train Stations"
"en": "Train Stations",
"de": "Bahnhöfe",
"nl": "Treinstations"
},
"description": {
"en": "View, edit and add details to a train station"
"en": "View, edit and add details to a train station",
"de": "Bahnhofsdetails ansehen, bearbeiten und hinzufügen",
"nl": "Bekijk, bewerk en voeg details to aan een treinstation"
},
"icon": "./assets/themes/stations/rail-light.svg",
"startLat": 0,
@ -58,10 +62,14 @@
}
},
"name": {
"en": "Train Stations"
"en": "Train Stations",
"de": "Bahnhöfe",
"nl": "Treinstations"
},
"description": {
"en": "Layer showing train stations"
"en": "Layer showing train stations",
"de": "Ebene mit Bahnhöfen",
"nl": "Laag met treinstations"
},
"mapRendering": [
{
@ -225,14 +233,20 @@
{
"id": "departures_board",
"name": {
"en": "Departures boards"
"en": "Departures boards",
"de": "Abfahrtstafeln",
"nl": "Vertrektijdenborden"
},
"description": {
"en": "Displays showing the trains that will leave from this station"
"en": "Displays showing the trains that will leave from this station",
"de": "Anzeigen der Züge, die von diesem Bahnhof abfahren",
"nl": "Schermen die treinen tonen die van dit station vertrekken"
},
"title": {
"render": {
"en": "Departures board"
"en": "Departures board",
"de": "Abfahrtstafel",
"nl": "Vertrektijdenbord"
}
},
"minzoom": 19,
@ -249,31 +263,41 @@
{
"id": "type",
"question": {
"en": "What kind of departures board is this?"
"en": "What kind of departures board is this?",
"de": "Was ist das für eine Abfahrtstafel?",
"nl": "Wat voor vertrektijdenbord is dit?"
},
"mappings": [
{
"if": "departures_board=yes",
"then": {
"en": "This is a departures board of an unknown type"
"en": "This is a departures board of an unknown type",
"de": "Dies ist eine Abfahrtstafel eines unbekannten Typs",
"nl": "Dit is een vertrektijdenbord van een onbekend type"
}
},
{
"if": "departures_board=realtime",
"then": {
"en": "This is an electronic board, showing the next departures in realtime"
"en": "This is an electronic board, showing the next departures in realtime",
"de": "Dies ist eine elektronische Tafel, die nächste Abfahrten in Echtzeit anzeigt",
"nl": "Dit is een elektronisch bord, met realtime vertrektijden"
}
},
{
"if": "departures_board=timetable",
"then": {
"en": "This is a paper timetable"
"en": "This is a paper timetable",
"de": "Dies ist ein Papierfahrplan",
"nl": "Dit is een papieren vertrekstaat"
}
},
{
"if": "departures_board=delay",
"then": {
"en": "There is a sign showing the frequency of the trains"
"en": "There is a sign showing the frequency of the trains",
"de": "Es gibt ein Schild, das den Takt der Züge anzeigt",
"nl": "Er is een bord met de tijden tussen treinen"
}
}
]
@ -286,10 +310,14 @@
"departures_board=yes"
],
"title": {
"en": "a departures board"
"en": "a departures board",
"de": "eine Abfahrtstafel",
"nl": "een vertrektijdenbord"
},
"description": {
"en": "Add a board showing departures, either electronic or paper"
"en": "Add a board showing departures, either electronic or paper",
"de": "Fügen Sie eine Tafel hinzu, auf der Abfahrten angezeigt werden, entweder elektronisch oder in Papierform",
"nl": "Voeg een bord met vertrektijden toe, elektronisch of op papier"
}
}
],

View file

@ -1,11 +1,11 @@
{
"contributors": [
{
"commits": 214,
"commits": 216,
"contributor": "Pieter Vander Vennet"
},
{
"commits": 191,
"commits": 195,
"contributor": "kjon"
},
{
@ -17,7 +17,7 @@
"contributor": "danieldegroot2"
},
{
"commits": 48,
"commits": 57,
"contributor": "Robin van der Linde"
},
{
@ -208,6 +208,10 @@
"commits": 4,
"contributor": "Fabio Bettani"
},
{
"commits": 3,
"contributor": "mcliquid"
},
{
"commits": 3,
"contributor": "Jaime Marquínez Ferrándiz"
@ -256,10 +260,6 @@
"commits": 3,
"contributor": "SiegbjornSitumeang"
},
{
"commits": 2,
"contributor": "mcliquid"
},
{
"commits": 2,
"contributor": "Tarcila Cataldi"
@ -328,6 +328,10 @@
"commits": 2,
"contributor": "Leo Alcaraz"
},
{
"commits": 1,
"contributor": "aleksej0R"
},
{
"commits": 1,
"contributor": "Lucas"

View file

@ -925,6 +925,15 @@
"missing": "{count} nicht übersetzte Zeichenfolgen",
"notImmediate": "Die Übersetzung wird nicht direkt aktualisiert. Dies dauert in der Regel ein paar Tage"
},
"userinfo": {
"gotoInbox": "Öffnen Sie Ihren Posteingang",
"gotoSettings": "Gehen Sie zu Ihren Einstellungen auf OpenStreetMap.org",
"moveToHome": "Verschieben Sie die Karte an Ihren Heimatstandort",
"newMessages": "Sie haben neue Nachrichten",
"noDescription": "Sie haben noch keine Beschreibung in Ihrem Profil",
"noDescriptionCallToAction": "Eine Profilbeschreibung hinzufügen",
"welcome": "Willkommen {user}"
},
"validation": {
"color": {
"description": "Farbe oder Hexcode"
@ -984,14 +993,5 @@
"wikidata": {
"description": "Eine Wikidata-Kennung"
}
},
"userinfo": {
"gotoInbox": "Öffnen Sie Ihren Posteingang",
"moveToHome": "Verschieben Sie die Karte an Ihren Heimatstandort",
"noDescription": "Sie haben noch keine Beschreibung in Ihrem Profil",
"noDescriptionCallToAction": "Eine Profilbeschreibung hinzufügen",
"gotoSettings": "Gehen Sie zu Ihren Einstellungen auf OpenStreetMap.org",
"newMessages": "Sie haben neue Nachrichten",
"welcome": "Willkommen {user}"
}
}

View file

@ -2677,14 +2677,6 @@
},
"question": "Hvor vigtigt er dette træ? Vælg det første svar, der passer."
},
"tree-height": {
"mappings": {
"0": {
"then": "Højde: {height}&nbsp;m"
}
},
"render": "Højde: {height}"
},
"tree-heritage": {
"mappings": {
"1": {

View file

@ -167,6 +167,42 @@
"render": "Kunstwerk"
}
},
"atm": {
"description": "Geldautomaten zum Geld abheben",
"name": "Geldautomaten",
"presets": {
"0": {
"title": "ein Geldautomat"
}
},
"tagRenderings": {
"brand": {
"freeform": {
"placeholder": "Markenname"
},
"question": "Von welcher Marke ist dieser Geldautomat?",
"render": "Die Marke dieses Geldautomaten ist {brand}"
},
"name": {
"render": "Der Name dieses Geldautomaten ist {name}"
},
"operator": {
"freeform": {
"placeholder": "Betreiber"
},
"question": "Welches Unternehmen betreibt den Geldautomaten?",
"render": "Der Geldautomat wird von {operator} betrieben"
}
},
"title": {
"mappings": {
"0": {
"then": "{brand} Geldautomat"
}
},
"render": "Geldautomat"
}
},
"barrier": {
"description": "Hindernisse beim Fahrradfahren, wie zum Beispiel Poller und Fahrrad Barrieren",
"name": "Hindernisse",
@ -270,6 +306,28 @@
},
"bench": {
"description": "Diese Karte stellt Sitzbänke aus Holz, Metall, Stein, … dar und stellt ein paar Fragen, um weitere Informationen zu ergänzen.",
"filter": {
"0": {
"options": {
"0": {
"question": "ist ein Denkmal"
}
}
},
"1": {
"options": {
"0": {
"question": "Mit und ohne Rückenlehne"
},
"1": {
"question": "Hat eine Rückenlehne"
},
"2": {
"question": "Hat keine Rückenlehne"
}
}
}
},
"name": "Sitzbänke",
"presets": {
"0": {
@ -277,6 +335,17 @@
}
},
"tagRenderings": {
"bench-artwork": {
"mappings": {
"0": {
"then": "Diese Bank hat ein integriertes Kunstwerk"
},
"1": {
"then": "Diese Bank hat kein integriertes Kunstwerk"
}
},
"question": "Hat diese Bank ein künstlerisches Element? <div class='subtle text-lg'>Z.B. hat es ein integriertes Gemälde, eine Statue oder eine andere nicht triviale, kreative Arbeit</div>"
},
"bench-backrest": {
"mappings": {
"0": {
@ -322,6 +391,18 @@
"question": "In welche Richtung schaut man, wenn man auf der Bank sitzt?",
"render": "Wenn man auf der Bank sitzt, schaut man in Richtung {direction}°."
},
"bench-inscription": {
"mappings": {
"0": {
"then": "Diese Bank hat keine Inschrift"
},
"1": {
"then": "Diese Bank hat <span class='subtle'>(wahrscheinlich)</span> keine Inschrift"
}
},
"question": "Hat diese Bank eine Inschrift? <div class='subtle text-lg'>Z.B. auf einer angebrachten Plakette, in der Rückenlehne, ... </div>",
"render": "Diese Bank hat folgende Inschrift:<br/><p><i>{inscription}</i></p>"
},
"bench-material": {
"mappings": {
"0": {
@ -346,24 +427,6 @@
"question": "Aus welchem Material ist die Sitzfläche der Bank?",
"render": "Material: {material}"
},
"bench-seats": {
"question": "Wie viele Sitzplätze hat diese Bank?",
"render": "Die Sitzbank hat {seats} Sitzplätze",
"mappings": {
"0": {
"then": "Diese Bank hat keine getrennten Sitze"
}
}
},
"bench-survey:date": {
"question": "Wann wurde diese Bank zuletzt überprüft?",
"render": "Diese Bank wurde zuletzt überprüft am {survey:date}",
"mappings": {
"0": {
"then": "Heute geprüft!"
}
}
},
"bench-memorial": {
"mappings": {
"0": {
@ -375,57 +438,42 @@
},
"question": "Dient diese Bank als Denkmal für jemanden oder etwas?"
},
"bench-artwork": {
"bench-seats": {
"mappings": {
"0": {
"then": "Diese Bank hat ein integriertes Kunstwerk"
},
"1": {
"then": "Diese Bank hat kein integriertes Kunstwerk"
"then": "Diese Bank hat keine getrennten Sitze"
}
},
"question": "Hat diese Bank ein künstlerisches Element? <div class='subtle text-lg'>Z.B. hat es ein integriertes Gemälde, eine Statue oder eine andere nicht triviale, kreative Arbeit</div>"
"question": "Wie viele Sitzplätze hat diese Bank?",
"render": "Die Sitzbank hat {seats} Sitzplätze"
},
"bench-inscription": {
"render": "Diese Bank hat folgende Inschrift:<br/><p><i>{inscription}</i></p>",
"bench-survey:date": {
"mappings": {
"0": {
"then": "Diese Bank hat keine Inschrift"
},
"1": {
"then": "Diese Bank hat <span class='subtle'>(wahrscheinlich)</span> keine Inschrift"
"then": "Heute geprüft!"
}
},
"question": "Hat diese Bank eine Inschrift? <div class='subtle text-lg'>Z.B. auf einer angebrachten Plakette, in der Rückenlehne, ... </div>"
"question": "Wann wurde diese Bank zuletzt überprüft?",
"render": "Diese Bank wurde zuletzt überprüft am {survey:date}"
}
},
"title": {
"render": "Sitzbank"
},
"filter": {
"1": {
"options": {
"2": {
"question": "Hat keine Rückenlehne"
},
"1": {
"question": "Hat eine Rückenlehne"
},
"0": {
"question": "Mit und ohne Rückenlehne"
}
}
},
"0": {
"options": {
"0": {
"question": "ist ein Denkmal"
}
}
}
}
},
"bench_at_pt": {
"deletion": {
"extraDeleteReasons": {
"0": {
"explanation": "Diese Bushaltestelle wird nicht mehr genutzt"
}
},
"nonDeleteMappings": {
"0": {
"then": "Diese Bushaltestelle hat keine Bank (es gab nie eine oder sie wurde entfernt)"
}
}
},
"description": "Eine Ebene mit allen Haltestellen des öffentlichen Nahverkehrs, die über eine Sitzbank verfügen",
"name": "Sitzbänke an Haltestellen",
"tagRenderings": {
@ -457,18 +505,6 @@
}
},
"render": "Sitzbank"
},
"deletion": {
"extraDeleteReasons": {
"0": {
"explanation": "Diese Bushaltestelle wird nicht mehr genutzt"
}
},
"nonDeleteMappings": {
"0": {
"then": "Diese Bushaltestelle hat keine Bank (es gab nie eine oder sie wurde entfernt)"
}
}
}
},
"bicycle_library": {
@ -1389,6 +1425,33 @@
"render": "Kneipe"
}
},
"car_rental": {
"description": "Orte, an denen Sie ein Auto mieten können",
"name": "Autovermietung",
"presets": {
"0": {
"description": "Ein Ort, an dem Sie ein Auto mieten können",
"title": "eine Autovermietung"
}
},
"tagRenderings": {
"name": {
"freeform": {
"placeholder": "Name der Autovermietung"
},
"mappings": {
"0": {
"then": "Diese Autovermietung hat keinen Namen"
}
},
"question": "Wie lautet der Name dieser Autovermietung?",
"render": "Der Name der Autovermietung lautet {name}"
}
},
"title": {
"render": "Autovermietung"
}
},
"charging_station": {
"description": "Eine Ladestation",
"filter": {
@ -3797,14 +3860,14 @@
},
"3": {
"options": {
"0": {
"question": "Mit und ohne Bilder"
},
"1": {
"question": "Hat mindestens ein Bild"
},
"2": {
"question": "Hat wahrscheinlich kein Bild"
},
"0": {
"question": "Mit und ohne Bilder"
}
}
},
@ -6150,6 +6213,27 @@
"render": "Bücherschrank"
}
},
"railway_platforms": {
"description": "Finden Sie alle Bahnsteige im Bahnhof und die Zugstrecken, die sie benutzen.",
"name": "Bahnsteige",
"tagRenderings": {
"ref": {
"freeform": {
"placeholder": "Bahnsteignummer"
},
"question": "Wie lautet die Nummer dieses Bahnsteigs?",
"render": "Bahnsteig {ref}"
}
},
"title": {
"mappings": {
"0": {
"then": "Bahnsteig {ref}"
}
},
"render": "Bahnsteig"
}
},
"rainbow_crossings": {
"description": "Eine Ebene mit Fußgängerüberwegen in Regenbogenfarben",
"name": "Fußgängerüberwege in Regenbogenfarben",
@ -6518,6 +6602,9 @@
"render": "Schule <i>{name}</i>"
}
},
"selected_element": {
"description": "Hebt das aktuell ausgewählte Element hervor. Überschreiben Sie diese Ebene, um unterschiedliche Farben zu erhalten"
},
"shelter": {
"description": "Eine Ebene, die verschiedene Bauformen von Unterständen zeigt",
"name": "Unterstände",
@ -6950,12 +7037,6 @@
"render_single_language": "Die Treppe hat taktile Schrift in {language():font-bold}"
}
}
},
"multilevels": {
"override": {
"question": "Welchen Ebenen verbindet diese Treppe?",
"render": "Diese Treppe verbindet die Ebenen {level}"
}
}
},
"title": {
@ -7286,6 +7367,61 @@
}
}
},
"ticket_machine": {
"description": "Fahrkartenautomaten für ÖPNV-Tickets finden",
"name": "Fahrkartenautomaten",
"presets": {
"0": {
"title": "einen Fahrkartenautomat"
}
},
"tagRenderings": {
"operator": {
"freeform": {
"placeholder": "Name des Betreibers"
},
"mappings": {
"0": {
"then": "Niederländische Eisenbahn (NS)"
}
},
"question": "Wer ist der Betreiber dieses Fahrkartenautomaten?",
"render": "Dieser Fahrkartenautomat wird betrieben von {operator}"
}
},
"title": {
"render": "Fahrkartenautomat"
}
},
"ticket_validator": {
"description": "Finden Sie Fahrkartenentwerter, um Tickets für den öffentlichen Nahverkehr zu entwerten",
"name": "Fahrkartenentwerter",
"presets": {
"0": {
"title": "einen Fahrkartenentwerter"
}
},
"tagRenderings": {
"barrier": {
"mappings": {
"0": {
"then": "Dieser Fahrscheinentwerter ist Teil einer Zugangsbarriere"
}
},
"render": "Dieser Fahrkartenentwerter ist Teil einer Zugangsbarriere vom Typ {barrier}"
},
"validator-operator": {
"freeform": {
"placeholder": "Name des Betreibers"
},
"question": "Wer ist der Betreiber dieses Fahrkartenentwerters?",
"render": "Dieser Fahrkartenentwerter wird betrieben von {operator}"
}
},
"title": {
"render": "Fahrkartenentwerter"
}
},
"toilet": {
"description": "Eine Ebene mit (öffentlichen) Toiletten",
"filter": {
@ -7546,11 +7682,6 @@
"wheelchair-door-width": {
"question": "Wie breit ist die Tür zur rollstuhlgerechten Toilette?",
"render": "Die Tür zur rollstuhlgerechten Toilette ist {canonical(toilets:door:width)} breit"
},
"opening_hours": {
"override": {
"question": "Wann ist die Einrichtung, in der sich die Toilette befindet, geöffnet?"
}
}
},
"title": {
@ -7845,14 +7976,6 @@
},
"question": "Wie bedeutsam ist dieser Baum? Wählen Sie die erste Antwort, die zutrifft."
},
"tree-height": {
"mappings": {
"0": {
"then": "Höhe: {height}&nbsp;m"
}
},
"render": "Höhe: {height}"
},
"tree-heritage": {
"mappings": {
"0": {
@ -8217,159 +8340,5 @@
}
}
}
},
"car_rental": {
"description": "Orte, an denen Sie ein Auto mieten können",
"name": "Autovermietung",
"presets": {
"0": {
"description": "Ein Ort, an dem Sie ein Auto mieten können",
"title": "eine Autovermietung"
}
},
"tagRenderings": {
"name": {
"question": "Wie lautet der Name dieser Autovermietung?",
"render": "Der Name der Autovermietung lautet {name}",
"freeform": {
"placeholder": "Name der Autovermietung"
},
"mappings": {
"0": {
"then": "Diese Autovermietung hat keinen Namen"
}
}
}
},
"title": {
"render": "Autovermietung"
}
},
"railway_platforms": {
"tagRenderings": {
"ref": {
"freeform": {
"placeholder": "Bahnsteignummer"
},
"question": "Wie lautet die Nummer dieses Bahnsteigs?",
"render": "Bahnsteig {ref}"
}
},
"title": {
"mappings": {
"0": {
"then": "Bahnsteig {ref}"
}
},
"render": "Bahnsteig"
},
"description": "Finden Sie alle Bahnsteige im Bahnhof und die Zugstrecken, die sie benutzen.",
"name": "Bahnsteige"
},
"ticket_machine": {
"presets": {
"0": {
"title": "einen Fahrkartenautomat"
}
},
"description": "Fahrkartenautomaten für ÖPNV-Tickets finden",
"name": "Fahrkartenautomaten",
"tagRenderings": {
"operator": {
"freeform": {
"placeholder": "Name des Betreibers"
},
"mappings": {
"0": {
"then": "Niederländische Eisenbahn (NS)"
}
},
"question": "Wer ist der Betreiber dieses Fahrkartenautomaten?",
"render": "Dieser Fahrkartenautomat wird betrieben von {operator}"
}
},
"title": {
"render": "Fahrkartenautomat"
}
},
"ticket_validator": {
"tagRenderings": {
"validator-operator": {
"freeform": {
"placeholder": "Name des Betreibers"
},
"question": "Wer ist der Betreiber dieses Fahrkartenentwerters?",
"render": "Dieser Fahrkartenentwerter wird betrieben von {operator}"
},
"barrier": {
"render": "Dieser Fahrkartenentwerter ist Teil einer Zugangsbarriere vom Typ {barrier}",
"mappings": {
"0": {
"then": "Dieser Fahrscheinentwerter ist Teil einer Zugangsbarriere"
}
}
},
"payment-options": {
"override": {
"mappings+": {
"0": {
"then": "Dieser Fahrkartenentwerter akzeptiert OV-Chipkaart"
},
"1": {
"then": "Dieser Fahrkartenentwerter akzeptiert OV-Chipkaart"
}
}
}
}
},
"description": "Finden Sie Fahrkartenentwerter, um Tickets für den öffentlichen Nahverkehr zu entwerten",
"name": "Fahrkartenentwerter",
"presets": {
"0": {
"title": "einen Fahrkartenentwerter"
}
},
"title": {
"render": "Fahrkartenentwerter"
}
},
"atm": {
"tagRenderings": {
"operator": {
"question": "Welches Unternehmen betreibt den Geldautomaten?",
"freeform": {
"placeholder": "Betreiber"
},
"render": "Der Geldautomat wird von {operator} betrieben"
},
"brand": {
"freeform": {
"placeholder": "Markenname"
},
"question": "Von welcher Marke ist dieser Geldautomat?",
"render": "Die Marke dieses Geldautomaten ist {brand}"
},
"name": {
"render": "Der Name dieses Geldautomaten ist {name}"
}
},
"name": "Geldautomaten",
"title": {
"render": "Geldautomat",
"mappings": {
"0": {
"then": "{brand} Geldautomat"
}
}
},
"description": "Geldautomaten zum Geld abheben",
"presets": {
"0": {
"title": "ein Geldautomat"
}
}
},
"selected_element": {
"description": "Hebt das aktuell ausgewählte Element hervor. Überschreiben Sie diese Ebene, um unterschiedliche Farben zu erhalten"
}
}
}

View file

@ -7959,6 +7959,14 @@
}
},
"tagRenderings": {
"circumference": {
"question": "What is the circumference of the tree trunk?<p class='subtle'>This is measured at a height of 1.30m</p>",
"render": "The tree trunk has a circumference of {circumference} meter"
},
"height": {
"question": "What is the height of this tree?",
"render": "This tree is {height} meter high"
},
"tree-decidouous": {
"mappings": {
"0": {
@ -7999,14 +8007,6 @@
},
"question": "How significant is this tree? Choose the first answer that applies."
},
"tree-height": {
"mappings": {
"0": {
"then": "Height: {height}&nbsp;m"
}
},
"render": "Height: {height}"
},
"tree-heritage": {
"mappings": {
"0": {

View file

@ -3927,14 +3927,6 @@
},
"question": "¿Qué importancia tiene este árbol? Elige la primera respuesta que corresponda."
},
"tree-height": {
"mappings": {
"0": {
"then": "Altura: {height}&nbsp;m"
}
},
"render": "Altura: {height}"
},
"tree-heritage": {
"mappings": {
"0": {

View file

@ -82,6 +82,9 @@
}
},
"tagRenderings": {
"artwork-artist-wikidata": {
"question": "Qui a fait cette oeuvre d'art ?"
},
"artwork-artist_name": {
"question": "Quel artiste a créé cette œuvre ?",
"render": "Créé par {artist_name}"
@ -135,8 +138,10 @@
"question": "Existe-t-il un site web où trouver plus d'informations sur cette œuvre d'art ?",
"render": "Plus d'info <a href='{website}' target='_blank'>sûr ce site web</a>"
},
"artwork_subject": {
"question": "Que représente cette oeuvre d'art ?"
},
"doubles_as_bench": {
"question": "Cette oeuvre d'art sert-elle de banc ?",
"mappings": {
"0": {
"then": "Cette oeuvre d'art sert aussi de banc"
@ -147,13 +152,8 @@
"2": {
"then": "Cette oeuvre d'art ne sert pas de banc"
}
}
},
"artwork-artist-wikidata": {
"question": "Qui a fait cette oeuvre d'art ?"
},
"artwork_subject": {
"question": "Que représente cette oeuvre d'art ?"
},
"question": "Cette oeuvre d'art sert-elle de banc ?"
}
},
"title": {
@ -165,6 +165,42 @@
"render": "Œuvre d'art"
}
},
"atm": {
"description": "DAB pour retirer de l'argent",
"name": "DABs",
"presets": {
"0": {
"title": "un DAB"
}
},
"tagRenderings": {
"brand": {
"freeform": {
"placeholder": "Nom de marque"
},
"question": "De quelle marque est ce DAB ?",
"render": "La marque de ce DAB est {brand}"
},
"name": {
"render": "Le nom de ce DAB est {name}"
},
"operator": {
"freeform": {
"placeholder": "Opérateur"
},
"question": "Quelle société exploite ce DAB ?",
"render": "Ce DAB est exploité par {operator}"
}
},
"title": {
"mappings": {
"0": {
"then": "DAB {brand}"
}
},
"render": "DAB"
}
},
"barrier": {
"description": "Obstacles à vélo, tels que des potelets ou des barrières",
"name": "Barrières",
@ -268,6 +304,28 @@
},
"bench": {
"description": "Un banc est une surface en bois, métal, pierre… sur laquelle un humain peut s'asseoir. Cette couche permet de les visualiser et pose des questions à leur sujet.",
"filter": {
"0": {
"options": {
"0": {
"question": "est un mémorial"
}
}
},
"1": {
"options": {
"0": {
"question": "Avec et sans dossier"
},
"1": {
"question": "A un dossier"
},
"2": {
"question": "N'a pas de dossier"
}
}
}
},
"name": "Bancs",
"presets": {
"0": {
@ -275,6 +333,16 @@
}
},
"tagRenderings": {
"bench-artwork": {
"mappings": {
"0": {
"then": "Une oeuvre d'art est intégrée à ce banc"
},
"1": {
"then": "Ce banc n'a pas d'oeuvre d'art intégrée"
}
}
},
"bench-backrest": {
"mappings": {
"0": {
@ -320,6 +388,18 @@
"question": "Dans quelle direction regardez-vous quand vous êtes assis sur le banc ?",
"render": "Assis sur le banc, on regarde vers {direction}°."
},
"bench-inscription": {
"mappings": {
"0": {
"then": "Ce banc n'a pas d'inscription"
},
"1": {
"then": "Ce banc n'a<span class='subtle'>(probablement)</span> pas d'inscription"
}
},
"question": "Est-ce que ce banc possède une inscription ?<div class='subtle text-lg'>Par exemple, sur une plaque accrochée, sur le dossier, ...</div>",
"render": "Ce banc a l'inscription suivante :<br/><p><i>{inscription}</i></p>"
},
"bench-material": {
"mappings": {
"0": {
@ -344,46 +424,6 @@
"question": "De quel matériau ce banc est-il fait ?",
"render": "Matériau : {material}"
},
"bench-seats": {
"question": "De combien de places dispose ce banc ?",
"render": "{seats} places",
"mappings": {
"0": {
"then": "Ce banc n'a pas de sièges séparés"
}
}
},
"bench-survey:date": {
"question": "Quand ce banc a-t-il été contrôlé pour la dernière fois ?",
"render": "Ce banc a été contrôlé pour la dernière fois le {survey:date}",
"mappings": {
"0": {
"then": "Vérifié sur le terrain aujourd'hui !"
}
}
},
"bench-inscription": {
"mappings": {
"0": {
"then": "Ce banc n'a pas d'inscription"
},
"1": {
"then": "Ce banc n'a<span class='subtle'>(probablement)</span> pas d'inscription"
}
},
"question": "Est-ce que ce banc possède une inscription ?<div class='subtle text-lg'>Par exemple, sur une plaque accrochée, sur le dossier, ...</div>",
"render": "Ce banc a l'inscription suivante :<br/><p><i>{inscription}</i></p>"
},
"bench-artwork": {
"mappings": {
"0": {
"then": "Une oeuvre d'art est intégrée à ce banc"
},
"1": {
"then": "Ce banc n'a pas d'oeuvre d'art intégrée"
}
}
},
"bench-memorial": {
"mappings": {
"0": {
@ -394,35 +434,43 @@
}
},
"question": "Ce banc sert-il de mémorial pour quelqu'un ou quelque chose ?"
},
"bench-seats": {
"mappings": {
"0": {
"then": "Ce banc n'a pas de sièges séparés"
}
},
"question": "De combien de places dispose ce banc ?",
"render": "{seats} places"
},
"bench-survey:date": {
"mappings": {
"0": {
"then": "Vérifié sur le terrain aujourd'hui !"
}
},
"question": "Quand ce banc a-t-il été contrôlé pour la dernière fois ?",
"render": "Ce banc a été contrôlé pour la dernière fois le {survey:date}"
}
},
"title": {
"render": "Banc"
},
"filter": {
"1": {
"options": {
"0": {
"question": "Avec et sans dossier"
},
"1": {
"question": "A un dossier"
},
"2": {
"question": "N'a pas de dossier"
}
}
},
"0": {
"options": {
"0": {
"question": "est un mémorial"
}
}
}
}
},
"bench_at_pt": {
"deletion": {
"extraDeleteReasons": {
"0": {
"explanation": "Cette station de bus n'est plus utilisée"
}
},
"nonDeleteMappings": {
"0": {
"then": "Cette station de bus n'a pas de banc (il n'y en a jamais eu ou il a été retiré)"
}
}
},
"description": "Une couche montrant tous les arrêts de transports publics qui ont un banc",
"name": "Bancs des arrêts de transport en commun",
"tagRenderings": {
@ -454,18 +502,6 @@
}
},
"render": "Banc"
},
"deletion": {
"extraDeleteReasons": {
"0": {
"explanation": "Cette station de bus n'est plus utilisée"
}
},
"nonDeleteMappings": {
"0": {
"then": "Cette station de bus n'a pas de banc (il n'y en a jamais eu ou il a été retiré)"
}
}
}
},
"bicycle_library": {
@ -1386,6 +1422,33 @@
"render": "Bar"
}
},
"car_rental": {
"description": "Lieu où vous pouvez louer une voiture",
"name": "Société de location de véhicules",
"presets": {
"0": {
"description": "Un lieu où vous pouvez louer une voiture",
"title": "Une société de location de véhicules"
}
},
"tagRenderings": {
"name": {
"freeform": {
"placeholder": "Nom de la société de location de véhicules"
},
"mappings": {
"0": {
"then": "Cette société de location de véhicules n'a pas de nom"
}
},
"question": "Quel est le nom de cette société de location de véhicules ?",
"render": "Cette société de location de véhicules est appelée {name}"
}
},
"title": {
"render": "Société de location de véhicules"
}
},
"charging_station": {
"description": "Une station de recharge",
"filter": {
@ -1719,18 +1782,10 @@
"title": "une feu de signalisation"
}
},
"title": {
"mappings": {
"0": {
"then": "Feu de signalisation"
},
"1": {
"then": "Traversée avec feu de signalisation"
}
},
"render": "Traversée"
},
"tagRenderings": {
"crossing-continue-through-red": {
"question": "Est-ce qu'un cycliste peut aller tout droit quand le feu est rouge ?"
},
"crossing-has-island": {
"mappings": {
"0": {
@ -1776,10 +1831,18 @@
"then": "Ce feu de signalisation n'a pas de signal sonore pour aider à traverser."
}
}
},
"crossing-continue-through-red": {
"question": "Est-ce qu'un cycliste peut aller tout droit quand le feu est rouge ?"
}
},
"title": {
"mappings": {
"0": {
"then": "Feu de signalisation"
},
"1": {
"then": "Traversée avec feu de signalisation"
}
},
"render": "Traversée"
}
},
"cycleways_and_roads": {
@ -4506,14 +4569,6 @@
},
"question": "Quelle est l'importance de cet arbre ? Choisissez la première réponse qui s'applique."
},
"tree-height": {
"mappings": {
"0": {
"then": "Hauteur&nbsp;: {height}&nbsp;m"
}
},
"render": "Hauteur : {height}"
},
"tree-heritage": {
"mappings": {
"0": {
@ -4686,68 +4741,5 @@
}
}
}
},
"atm": {
"tagRenderings": {
"brand": {
"freeform": {
"placeholder": "Nom de marque"
},
"question": "De quelle marque est ce DAB ?",
"render": "La marque de ce DAB est {brand}"
},
"name": {
"render": "Le nom de ce DAB est {name}"
},
"operator": {
"question": "Quelle société exploite ce DAB ?",
"freeform": {
"placeholder": "Opérateur"
},
"render": "Ce DAB est exploité par {operator}"
}
},
"title": {
"mappings": {
"0": {
"then": "DAB {brand}"
}
},
"render": "DAB"
},
"description": "DAB pour retirer de l'argent",
"name": "DABs",
"presets": {
"0": {
"title": "un DAB"
}
}
},
"car_rental": {
"presets": {
"0": {
"description": "Un lieu où vous pouvez louer une voiture",
"title": "Une société de location de véhicules"
}
},
"tagRenderings": {
"name": {
"freeform": {
"placeholder": "Nom de la société de location de véhicules"
},
"render": "Cette société de location de véhicules est appelée {name}",
"mappings": {
"0": {
"then": "Cette société de location de véhicules n'a pas de nom"
}
},
"question": "Quel est le nom de cette société de location de véhicules ?"
}
},
"name": "Société de location de véhicules",
"title": {
"render": "Société de location de véhicules"
},
"description": "Lieu où vous pouvez louer une voiture"
}
}
}

View file

@ -411,9 +411,6 @@
}
},
"tagRenderings": {
"tree-height": {
"render": "Tinggi: {height}"
},
"tree-heritage": {
"mappings": {
"0": {

View file

@ -2411,14 +2411,6 @@
},
"question": "Quanto significativo è questo albero? Scegli la prima risposta che corrisponde."
},
"tree-height": {
"mappings": {
"0": {
"then": "Altezza: {height}&nbsp;m"
}
},
"render": "Altezza: {height}"
},
"tree-heritage": {
"mappings": {
"0": {

View file

@ -153,6 +153,42 @@
"render": "Kunstwerk"
}
},
"atm": {
"description": "Geldautomaten om geld op te nemen",
"name": "Geldautomaten",
"presets": {
"0": {
"title": "een geldautomaat"
}
},
"tagRenderings": {
"brand": {
"freeform": {
"placeholder": "Merknaam"
},
"question": "Van welk merk is deze geldautomaat?",
"render": "Het merk van deze geldautomaat is {brand}"
},
"name": {
"render": "De naam van deze geldautomaat is {name}"
},
"operator": {
"freeform": {
"placeholder": "Beheerder"
},
"question": "Welk bedrijf beheert deze geldautomaat?",
"render": "Deze geldautomaat wordt beheerd door {operator}"
}
},
"title": {
"mappings": {
"0": {
"then": "{brand} Geldautomaat"
}
},
"render": "Geldautomaat"
}
},
"barrier": {
"description": "Hindernissen tijdens het fietsen, zoals paaltjes en fietshekjes",
"name": "Barrières",
@ -2538,6 +2574,7 @@
},
"title": {
"mappings": {
"0": {},
"1": {
"then": "Klimsite <b>{name}</b>"
},
@ -3499,8 +3536,8 @@
"tactile_writing_language": {
"render": {
"special": {
"render_list_item": "Deze lift heeft voelbaar schrift in het {language():font-bold}",
"question": "In welke talen heeft deze lift voelbaar schrift (braille)?",
"render_list_item": "Deze lift heeft voelbaar schrift in het {language():font-bold}",
"render_single_language": "Deze lift heeft voelbaar schrift in het {language():font-bold}"
}
}
@ -5878,6 +5915,27 @@
"render": "Boekenruilkast"
}
},
"railway_platforms": {
"description": "Vind elk perron in het station, en de routes die ze gebruiken.",
"name": "Treinperrons",
"tagRenderings": {
"ref": {
"freeform": {
"placeholder": "Perronnummer"
},
"question": "Wat is het nummer van dit perron?",
"render": "Perron {ref}"
}
},
"title": {
"mappings": {
"0": {
"then": "Perron {ref}"
}
},
"render": "Perron"
}
},
"rainbow_crossings": {
"presets": {
"0": {
@ -6543,6 +6601,7 @@
}
},
"stairs": {
"description": "Laag met trappen en roltrappen",
"name": "Trappen",
"tagRenderings": {
"conveying": {
@ -6596,7 +6655,6 @@
"question": "Is er een helling bij deze trap?"
},
"tactile_writing": {
"question": "Heeft deze trap voelbaar schrift op de leuning?",
"mappings": {
"0": {
"then": "Er is voelbaar schrift op de leuning"
@ -6604,14 +6662,15 @@
"1": {
"then": "Er is geen voelbaar schrift op de leuning"
}
}
},
"question": "Heeft deze trap voelbaar schrift op de leuning?"
},
"tactile_writing_language": {
"render": {
"special": {
"question": "In welke talen is er voelbaar schrift (braille) voor navigatie? <img src='./assets/layers/stairs/Braille_stairs.jpg' style='height: 300px; width: auto; display: block;' />",
"render_list_item": "Deze trap heeft voelbaar schrijft in {language():font-bold}",
"render_single_language": "Deze trap heeft voelbaar schrijft in {language():font-bold}",
"question": "In welke talen is er voelbaar schrift (braille) voor navigatie? <img src='./assets/layers/stairs/Braille_stairs.jpg' style='height: 300px; width: auto; display: block;' />"
"render_single_language": "Deze trap heeft voelbaar schrijft in {language():font-bold}"
}
}
}
@ -6623,8 +6682,7 @@
}
},
"render": "Trap"
},
"description": "Laag met trappen en roltrappen"
}
},
"street_lamps": {
"description": "Een laag die alle straatlantaarns toont",
@ -6946,31 +7004,40 @@
}
},
"ticket_machine": {
"tagRenderings": {
"operator": {
"mappings": {
"0": {
"then": "Nederlandse Spoorwegen (NS)"
}
},
"freeform": {
"placeholder": "Naam van de beheerder"
},
"question": "Wie is de beheerder van deze kaartautomaat?",
"render": "Deze kaartautomaat wordt beheerd door {operator}"
}
},
"name": "Kaartautomaten",
"description": "Zoek kaartautomaten voor het openbaar vervoer",
"name": "Kaartautomaten",
"presets": {
"0": {
"title": "een kaartautomaat"
}
},
"tagRenderings": {
"operator": {
"freeform": {
"placeholder": "Naam van de beheerder"
},
"mappings": {
"0": {
"then": "Nederlandse Spoorwegen (NS)"
}
},
"question": "Wie is de beheerder van deze kaartautomaat?",
"render": "Deze kaartautomaat wordt beheerd door {operator}"
}
},
"title": {
"render": "Kaartautomaat"
}
},
"ticket_validator": {
"tagRenderings": {
"validator-operator": {
"freeform": {
"placeholder": "Naam van de beheerder"
}
}
}
},
"toilet": {
"description": "Een laag die publieke toiletten toont",
"filter": {
@ -7495,14 +7562,6 @@
},
"question": "Hoe significant is deze boom? Kies het eerste antwoord dat van toepassing is."
},
"tree-height": {
"mappings": {
"0": {
"then": "Hoogte: {height}&nbsp;m"
}
},
"render": "Hoogte: {height}"
},
"tree-heritage": {
"mappings": {
"0": {
@ -7628,13 +7687,6 @@
"description": "Speciale ingebouwde laag voor alle muren en gebouwen. Deze laag is nuttig in voorkeuzen voor objecten die tegen muren geplaatst kunnen worden (bv. AEDs, brievenbussen, ingangen, adressen, beveiligingscamera's,…). Deze laag is standaard onzichtbaar en niet in te schakelen door de gebruiker.",
"tagRenderings": {
"entrance_info": {
"render": {
"special": {
"tagrendering": "Een <a href='#{id}'>ingang</a> van {canonical(width)}"
},
"after": "{_entrances_count_without_width_count} ingangen hebben nog geen informatie over de breedte",
"before": "<h3>Ingangen</h3>Dit gebouw heeft {_entrances_count} ingangen:"
},
"mappings": {
"0": {
"then": "Geen ingang is gemarkeerd"
@ -7642,6 +7694,13 @@
"1": {
"then": "Geen van de {_entrance_count} ingangen hebben al informatie over de breedte"
}
},
"render": {
"after": "{_entrances_count_without_width_count} ingangen hebben nog geen informatie over de breedte",
"before": "<h3>Ingangen</h3>Dit gebouw heeft {_entrances_count} ingangen:",
"special": {
"tagrendering": "Een <a href='#{id}'>ingang</a> van {canonical(width)}"
}
}
}
},
@ -7925,71 +7984,5 @@
}
}
}
},
"railway_platforms": {
"tagRenderings": {
"ref": {
"freeform": {
"placeholder": "Perronnummer"
},
"question": "Wat is het nummer van dit perron?",
"render": "Perron {ref}"
}
},
"title": {
"mappings": {
"0": {
"then": "Perron {ref}"
}
},
"render": "Perron"
},
"description": "Vind elk perron in het station, en de routes die ze gebruiken.",
"name": "Treinperrons"
},
"atm": {
"tagRenderings": {
"operator": {
"render": "Deze geldautomaat wordt beheerd door {operator}",
"question": "Welk bedrijf beheert deze geldautomaat?",
"freeform": {
"placeholder": "Beheerder"
}
},
"name": {
"render": "De naam van deze geldautomaat is {name}"
},
"brand": {
"question": "Van welk merk is deze geldautomaat?",
"render": "Het merk van deze geldautomaat is {brand}",
"freeform": {
"placeholder": "Merknaam"
}
}
},
"title": {
"render": "Geldautomaat",
"mappings": {
"0": {
"then": "{brand} Geldautomaat"
}
}
},
"presets": {
"0": {
"title": "een geldautomaat"
}
},
"name": "Geldautomaten",
"description": "Geldautomaten om geld op te nemen"
},
"ticket_validator": {
"tagRenderings": {
"validator-operator": {
"freeform": {
"placeholder": "Naam van de beheerder"
}
}
}
}
}
}

View file

@ -1621,14 +1621,6 @@
},
"question": "Это дерево вечнозелёное или листопадное?"
},
"tree-height": {
"mappings": {
"0": {
"then": "Высота: {height}&nbsp;м"
}
},
"render": "Высота: {height}"
},
"tree_node-name": {
"mappings": {
"0": {

View file

@ -902,6 +902,15 @@
"missing": "{count} niet-vertaalde teksten",
"notImmediate": "Vertalingen worden niet onmiddelijk geupdate. Dit duurt gemiddeld enkele dagen"
},
"userinfo": {
"gotoInbox": "Open je inbox",
"gotoSettings": "Ga naar je instellingen op OpenStreetMap.org",
"moveToHome": "Beweeg de kaart naar je thuislocatie",
"newMessages": "je hebt nieuwe berichten",
"noDescription": "Je hebt nog een beschrijving op je profiel",
"noDescriptionCallToAction": "Voeg een profielbeschrijving toe",
"welcome": "Welkom {user}"
},
"validation": {
"color": {
"description": "Een kleur of hexadecimale code voor een kleur"
@ -961,14 +970,5 @@
"wikidata": {
"description": "Een Wikidata-code"
}
},
"userinfo": {
"gotoSettings": "Ga naar je instellingen op OpenStreetMap.org",
"newMessages": "je hebt nieuwe berichten",
"moveToHome": "Beweeg de kaart naar je thuislocatie",
"gotoInbox": "Open je inbox",
"noDescriptionCallToAction": "Voeg een profielbeschrijving toe",
"noDescription": "Je hebt nog een beschrijving op je profiel",
"welcome": "Welkom {user}"
}
}

View file

@ -1,5 +1,34 @@
{
"shared_questions": {
"denominations-coins": {
"mappings": {
"0": {
"then": "1-Cent-Münzen werden akzeptiert"
},
"1": {
"then": "2-Cent-Münzen werden akzeptiert"
},
"2": {
"then": "5-Cent-Münzen werden akzeptiert"
},
"3": {
"then": "10-Cent-Münzen werden akzeptiert"
},
"4": {
"then": "20-Cent-Münzen werden akzeptiert"
},
"5": {
"then": "50-Cent-Münzen werden akzeptiert"
},
"6": {
"then": "1-Euro-Münzen werden akzeptiert"
},
"7": {
"then": "2-Euro-Münzen werden akzeptiert"
}
},
"question": "Mit welchen Münzen kann man hier bezahlen?"
},
"description": {
"question": "Gibt es noch etwas, das die vorhergehenden Fragen nicht abgedeckt haben? Hier wäre Platz dafür.<br/><span style='font-size: small'>Bitte keine bereits erhobenen Informationen.</span>"
},
@ -150,6 +179,24 @@
}
}
},
"payment-options-split": {
"override": {
"mappings+": {
"0": {
"then": "Münzen werden hier akzeptiert"
},
"1": {
"then": "Geldscheine werden hier akzeptiert"
},
"2": {
"then": "Debitkarten werden hier akzeptiert"
},
"3": {
"then": "Kreditkarten werden hier akzeptiert"
}
}
}
},
"phone": {
"question": "Wie lautet die Telefonnummer von {title()}?"
},
@ -222,53 +269,6 @@
}
},
"question": "Wie lautet der zugehörige Wikipedia Artikel?"
},
"denominations-coins": {
"mappings": {
"0": {
"then": "1-Cent-Münzen werden akzeptiert"
},
"1": {
"then": "2-Cent-Münzen werden akzeptiert"
},
"2": {
"then": "5-Cent-Münzen werden akzeptiert"
},
"5": {
"then": "50-Cent-Münzen werden akzeptiert"
},
"6": {
"then": "1-Euro-Münzen werden akzeptiert"
},
"3": {
"then": "10-Cent-Münzen werden akzeptiert"
},
"4": {
"then": "20-Cent-Münzen werden akzeptiert"
},
"7": {
"then": "2-Euro-Münzen werden akzeptiert"
}
},
"question": "Mit welchen Münzen kann man hier bezahlen?"
},
"payment-options-split": {
"override": {
"mappings+": {
"3": {
"then": "Kreditkarten werden hier akzeptiert"
},
"0": {
"then": "Münzen werden hier akzeptiert"
},
"2": {
"then": "Debitkarten werden hier akzeptiert"
},
"1": {
"then": "Geldscheine werden hier akzeptiert"
}
}
}
}
}
}
}

View file

@ -271,4 +271,4 @@
"question": "What is the corresponding item on Wikipedia?"
}
}
}
}

View file

@ -1,5 +1,34 @@
{
"shared_questions": {
"denominations-coins": {
"mappings": {
"0": {
"then": "Munten van 1 cent worden geaccepteerd"
},
"1": {
"then": "Munten van 2 cent worden geaccepteerd"
},
"2": {
"then": "Munten van 5 cent worden geaccepteerd"
},
"3": {
"then": "Munten van 10 cent worden geaccepteerd"
},
"4": {
"then": "Munten van 20 cent worden geaccepteerd"
},
"5": {
"then": "Munten van 50 cent worden geaccepteerd"
},
"6": {
"then": "Munten van 1 euro worden geaccepteerd"
},
"7": {
"then": "Munten van 2 euro worden geaccepteerd"
}
},
"question": "Met welke munten kan je hier betalen?"
},
"description": {
"question": "Zijn er nog andere relevante zaken die je niet in de bovenstaande vragen kwijt kon? Vul ze hier in.<br/><span style='font-size: small'>Herhaal geen antwoorden die je reeds gaf</span>"
},
@ -222,35 +251,6 @@
}
},
"question": "Welk Wikipedia-artikel beschrijft dit object?"
},
"denominations-coins": {
"question": "Met welke munten kan je hier betalen?",
"mappings": {
"0": {
"then": "Munten van 1 cent worden geaccepteerd"
},
"5": {
"then": "Munten van 50 cent worden geaccepteerd"
},
"1": {
"then": "Munten van 2 cent worden geaccepteerd"
},
"2": {
"then": "Munten van 5 cent worden geaccepteerd"
},
"3": {
"then": "Munten van 10 cent worden geaccepteerd"
},
"4": {
"then": "Munten van 20 cent worden geaccepteerd"
},
"6": {
"then": "Munten van 1 euro worden geaccepteerd"
},
"7": {
"then": "Munten van 2 euro worden geaccepteerd"
}
}
}
}
}
}

View file

@ -7,6 +7,10 @@
"description": "Eine freie Karte mit Statuen, Büsten, Graffitis und anderen Kunstwerken auf der ganzen Welt",
"title": "Freie Kunstkarte"
},
"atm": {
"description": "Diese Karte zeigt Geldautomaten zum Abheben oder Einzahlen von Geld",
"title": "Geldautomaten"
},
"bag": {
"description": "Dieses Thema hilft beim Importieren von BAG-Daten",
"layers": {
@ -1088,6 +1092,48 @@
"shortDescription": "Karte mit Sporteinrichtungen.",
"title": "Sport"
},
"stations": {
"description": "Bahnhofsdetails ansehen, bearbeiten und hinzufügen",
"layers": {
"3": {
"description": "Ebene mit Bahnhöfen",
"name": "Bahnhöfe"
},
"15": {
"description": "Anzeigen der Züge, die von diesem Bahnhof abfahren",
"name": "Abfahrtstafeln",
"presets": {
"0": {
"description": "Fügen Sie eine Tafel hinzu, auf der Abfahrten angezeigt werden, entweder elektronisch oder in Papierform",
"title": "eine Abfahrtstafel"
}
},
"tagRenderings": {
"type": {
"mappings": {
"0": {
"then": "Dies ist eine Abfahrtstafel eines unbekannten Typs"
},
"1": {
"then": "Dies ist eine elektronische Tafel, die nächste Abfahrten in Echtzeit anzeigt"
},
"2": {
"then": "Dies ist ein Papierfahrplan"
},
"3": {
"then": "Es gibt ein Schild, das den Takt der Züge anzeigt"
}
},
"question": "Was ist das für eine Abfahrtstafel?"
}
},
"title": {
"render": "Abfahrtstafel"
}
}
},
"title": "Bahnhöfe"
},
"street_lighting": {
"description": "Eine Karte für alles zum Thema Straßenbeleuchtung",
"layers": {
@ -1174,51 +1220,5 @@
"description": "Auf dieser Karte findest Du Abfalleimer in Deiner Nähe. Wenn ein Abfalleimer auf dieser Karte fehlt, kannst du ihn selbst hinzufügen",
"shortDescription": "Eine Karte mit Abfalleimern",
"title": "Abfalleimer"
},
"stations": {
"layers": {
"15": {
"presets": {
"0": {
"description": "Fügen Sie eine Tafel hinzu, auf der Abfahrten angezeigt werden, entweder elektronisch oder in Papierform",
"title": "eine Abfahrtstafel"
}
},
"description": "Anzeigen der Züge, die von diesem Bahnhof abfahren",
"name": "Abfahrtstafeln",
"title": {
"render": "Abfahrtstafel"
},
"tagRenderings": {
"type": {
"mappings": {
"1": {
"then": "Dies ist eine elektronische Tafel, die nächste Abfahrten in Echtzeit anzeigt"
},
"0": {
"then": "Dies ist eine Abfahrtstafel eines unbekannten Typs"
},
"3": {
"then": "Es gibt ein Schild, das den Takt der Züge anzeigt"
},
"2": {
"then": "Dies ist ein Papierfahrplan"
}
},
"question": "Was ist das für eine Abfahrtstafel?"
}
}
},
"3": {
"description": "Ebene mit Bahnhöfen",
"name": "Bahnhöfe"
}
},
"description": "Bahnhofsdetails ansehen, bearbeiten und hinzufügen",
"title": "Bahnhöfe"
},
"atm": {
"description": "Diese Karte zeigt Geldautomaten zum Abheben oder Einzahlen von Geld",
"title": "Geldautomaten"
}
}
}

View file

@ -1265,6 +1265,48 @@
"shortDescription": "Kaart met sportfaciliteiten.",
"title": "Sport"
},
"stations": {
"description": "Bekijk, bewerk en voeg details to aan een treinstation",
"layers": {
"3": {
"description": "Laag met treinstations",
"name": "Treinstations"
},
"15": {
"description": "Schermen die treinen tonen die van dit station vertrekken",
"name": "Vertrektijdenborden",
"presets": {
"0": {
"description": "Voeg een bord met vertrektijden toe, elektronisch of op papier",
"title": "een vertrektijdenbord"
}
},
"tagRenderings": {
"type": {
"mappings": {
"0": {
"then": "Dit is een vertrektijdenbord van een onbekend type"
},
"1": {
"then": "Dit is een elektronisch bord, met realtime vertrektijden"
},
"2": {
"then": "Dit is een papieren vertrekstaat"
},
"3": {
"then": "Er is een bord met de tijden tussen treinen"
}
},
"question": "Wat voor vertrektijdenbord is dit?"
}
},
"title": {
"render": "Vertrektijdenbord"
}
}
},
"title": "Treinstations"
},
"street_lighting": {
"description": "Op deze kaart vind je alles over straatlantaarns",
"layers": {
@ -1359,47 +1401,5 @@
"description": "Op deze kaart vind je vuilnisbakken waar je afval in kan smijten. Ontbreekt er een vuilnisbak? Dan kan je die zelf toevoegen",
"shortDescription": "Een kaart met vuilnisbakken",
"title": "Vuilnisbak"
},
"stations": {
"layers": {
"3": {
"name": "Treinstations",
"description": "Laag met treinstations"
},
"15": {
"tagRenderings": {
"type": {
"mappings": {
"2": {
"then": "Dit is een papieren vertrekstaat"
},
"1": {
"then": "Dit is een elektronisch bord, met realtime vertrektijden"
},
"0": {
"then": "Dit is een vertrektijdenbord van een onbekend type"
},
"3": {
"then": "Er is een bord met de tijden tussen treinen"
}
},
"question": "Wat voor vertrektijdenbord is dit?"
}
},
"presets": {
"0": {
"description": "Voeg een bord met vertrektijden toe, elektronisch of op papier",
"title": "een vertrektijdenbord"
}
},
"name": "Vertrektijdenborden",
"title": {
"render": "Vertrektijdenbord"
},
"description": "Schermen die treinen tonen die van dit station vertrekken"
}
},
"title": "Treinstations",
"description": "Bekijk, bewerk en voeg details to aan een treinstation"
}
}
}