forked from MapComplete/MapComplete
Chore: formatting, translation sync, update of ELI
This commit is contained in:
parent
cb744f1a61
commit
72400f0352
6 changed files with 141 additions and 36 deletions
assets/themes
langs/layers
public/css
src/assets
|
@ -542,7 +542,9 @@
|
|||
"leisure=garden",
|
||||
"garden:type=facade_garden"
|
||||
],
|
||||
"snapToLayer":["walls_and_buildings"],
|
||||
"snapToLayer": [
|
||||
"walls_and_buildings"
|
||||
],
|
||||
"title": {
|
||||
"nl": "een geveltuintje",
|
||||
"en": "a facade garden",
|
||||
|
|
|
@ -166,31 +166,31 @@
|
|||
{
|
||||
"if": "sidewalk:left|right=yes",
|
||||
"then": {
|
||||
"en": "There is a sidewalk on this side of the road",
|
||||
"de": "Es gibt einen Bürgersteig auf dieser Straßenseite",
|
||||
"da": "Der er et fortov på denne side af vejen",
|
||||
"nl": "Er is een stoep aan deze kant van de weg",
|
||||
"fr": "Il y a un trottoir de ce côté de la route",
|
||||
"ca": "Hi ha una vorera a aquest costat del carrer",
|
||||
"es": "Hay una acera en este lado de la calle",
|
||||
"cs": "Na této straně silnice je chodník",
|
||||
"it": "C'è un marciapiede su questo lato della strada",
|
||||
"pl": "Jest chodnik z boku drogi"
|
||||
"en": "Yes, there is a sidewalk on this side of the road",
|
||||
"de": "Ja, es gibt einen Bürgersteig auf dieser Straßenseite",
|
||||
"da": "Ja, der er et fortov på denne side af vejen",
|
||||
"nl": "Ja, er is een stoep aan deze kant van de weg",
|
||||
"fr": "Oui, il y a un trottoir de ce côté de la route",
|
||||
"ca": "Sí, hi ha una vorera a aquest costat del carrer",
|
||||
"es": "Sí, hay una acera en este lado de la calle",
|
||||
"cs": "Ano, na této straně silnice je chodník",
|
||||
"it": "Sì, c'è un marciapiede su questo lato della strada",
|
||||
"pl": "Tak, jest chodnik z boku drogi"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "sidewalk:left|right=no",
|
||||
"then": {
|
||||
"en": "There is no sidewalk to walk on",
|
||||
"de": "Es gibt keinen Bürgersteig für Fußgänger",
|
||||
"da": "Der er ikke noget fortov at gå på",
|
||||
"nl": "Er is geen stoep om op te lopen",
|
||||
"fr": "Il n'y a pas de trottoir où marcher",
|
||||
"ca": "No hi ha vorera per la que caminar",
|
||||
"es": "No hay acera por la que caminar",
|
||||
"cs": "Není tu žádný chodník",
|
||||
"it": "Non c'è un marciapiede su cui camminare",
|
||||
"pl": "Nie ma chodnika, którym można chodzić"
|
||||
"en": "No, there is no sidewalk to walk on",
|
||||
"de": "Nein, es gibt keinen Bürgersteig für Fußgänger",
|
||||
"da": "Nej, der er ikke noget fortov at gå på",
|
||||
"nl": "Nee, er is geen stoep om op te lopen",
|
||||
"fr": "Non, il n'y a pas de trottoir où marcher",
|
||||
"ca": "No, no hi ha vorera per la que caminar",
|
||||
"es": "No, no hay acera por la que caminar",
|
||||
"cs": "Ne, není tu žádný chodník",
|
||||
"it": "No, non c'è un marciapiede su cui camminare",
|
||||
"pl": "Nie, nie ma chodnika, którym można chodzić"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -4218,6 +4218,9 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "This is a water tap or water pump with non-drinkable water.<div class='subtle'>Examples are water taps with rain water to tap water for nearby plants</div>"
|
||||
},
|
||||
"2": {
|
||||
"then": "This is a historic, manual water pump where no drinking water can be found"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -4256,8 +4259,72 @@
|
|||
"question": "Is this drinking water spot still operational?",
|
||||
"render": "The operational status is <i>{operational_status}</i>"
|
||||
},
|
||||
"bench-artwork": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This drinking water point has an integrated artwork"
|
||||
},
|
||||
"1": {
|
||||
"then": "This drinking water point does not have an integrated artwork"
|
||||
},
|
||||
"2": {
|
||||
"then": "This drinking water point <span class=\"subtle\">probably</span> doesn't have an integrated artwork"
|
||||
}
|
||||
},
|
||||
"question": "Does this drinking water fountain have an artistic element?",
|
||||
"questionHint": "E.g. it has an integrated statue or other non-trivial, creative work"
|
||||
},
|
||||
"fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Free to use"
|
||||
},
|
||||
"1": {
|
||||
"then": "One needs to pay to use this drinking water point"
|
||||
}
|
||||
},
|
||||
"question": "Is this drinking water point free to use?"
|
||||
},
|
||||
"opening_hours_24_7": {
|
||||
"override": {
|
||||
"+mappings": {
|
||||
"0": {
|
||||
"then": "This drinking water fountain is closed this season. As such, the opening hours are not shown."
|
||||
}
|
||||
},
|
||||
"questionHint": "These are the opening hours if the drinking water fountain is operational."
|
||||
}
|
||||
},
|
||||
"render-closest-drinking-water": {
|
||||
"render": "<a href='#{_closest_other_drinking_water_id}'>There is another drinking water fountain at {_closest_other_drinking_water_distance} meters</a>"
|
||||
},
|
||||
"seasonal": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This drinking water point is available all around the year"
|
||||
},
|
||||
"1": {
|
||||
"then": "This drinking water point is only available in summer"
|
||||
},
|
||||
"2": {
|
||||
"then": "This drinking water point is closed during the winter"
|
||||
}
|
||||
},
|
||||
"question": "Is this drinking water point available all year round?"
|
||||
},
|
||||
"type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a bubbler fountain. A water jet to drink from is sent upwards, typically controlled by a push button."
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a bottle refill point where the water is sent downwards, typically controlled by a push button or a motion sensor. Drinking directly from the stream might be very hard or impossible."
|
||||
},
|
||||
"2": {
|
||||
"then": "This is a water tap. The water flows downward and the stream is controlled by a valve or push-button."
|
||||
}
|
||||
},
|
||||
"question": "What type of drinking water point is this?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -8979,6 +9046,9 @@
|
|||
},
|
||||
"4": {
|
||||
"then": "The surface is <b>concrete</b>"
|
||||
},
|
||||
"5": {
|
||||
"then": "The surface is <b>fine gravel</b>"
|
||||
}
|
||||
},
|
||||
"question": "Which is the surface of this sport pitch?",
|
||||
|
|
|
@ -4092,8 +4092,26 @@
|
|||
"question": "Is deze drinkwaterkraan nog steeds werkende?",
|
||||
"render": "Deze waterkraan-status is <i>{operational_status}</i>"
|
||||
},
|
||||
"bench-artwork": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit drinkwaterpunt heeft een geintegreerd kunstwerk"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit drinkwaterpunt heeft geen geïntegreerd kunstwerk"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit drinkwaterpunt heeft <span class=\"subtle\">waarschijnlijk</span> geen geïntegreerd kunstwerk"
|
||||
}
|
||||
},
|
||||
"question": "Heeft dit drinkwaterpunt een geintegreerd kunstwerk?",
|
||||
"questionHint": "Bijvoorbeeld een standbeeld of ander, niet-triviaal kunstwerk"
|
||||
},
|
||||
"render-closest-drinking-water": {
|
||||
"render": "<a href='#{_closest_other_drinking_water_id}'>Er bevindt zich een ander drinkwaterpunt op {_closest_other_drinking_water_distance} meter</a>"
|
||||
},
|
||||
"type": {
|
||||
"question": "Wat voor soort drinkwaterpunt is dit?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -7927,6 +7945,9 @@
|
|||
},
|
||||
"4": {
|
||||
"then": "De ondergrond is <b>beton</b>"
|
||||
},
|
||||
"5": {
|
||||
"then": "De ondergrond bestaat uit <b>grind</b>"
|
||||
}
|
||||
},
|
||||
"question": "Wat is de ondergrond van dit sportveld?",
|
||||
|
|
|
@ -929,6 +929,10 @@ video {
|
|||
margin-right: 0.75rem;
|
||||
}
|
||||
|
||||
.mt-12 {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.mr-12 {
|
||||
margin-right: 3rem;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue