forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
1b01f75905
186 changed files with 4169 additions and 2235 deletions
|
@ -29,7 +29,7 @@
|
|||
"nl": "Een vrije kaart met standbeelden, bustes, graffiti en andere kunstwerken van over de hele wereld",
|
||||
"fr": "Une carte ouverte de statues, bustes, graffitis et autres œuvres d'art de par le monde",
|
||||
"de": "Eine freie Karte mit Statuen, Büsten, Graffitis und anderen Kunstwerken auf der ganzen Welt",
|
||||
"it": "Diverse opere d’arte",
|
||||
"it": "Una mappa libera delle statue, i busti, i graffiti e le altre opere d'arte di tutto il mondo",
|
||||
"ru": "Разнообразные произведения искусства",
|
||||
"es": "Un mapa abierto de Estatuas, bustos, Graffitis y otras Obras de Arte en todo el mundo",
|
||||
"ja": "多様な作品",
|
||||
|
|
|
@ -471,7 +471,8 @@
|
|||
"if": "rental=cargo_bike",
|
||||
"then": {
|
||||
"en": "Cargo bikes can be rented here",
|
||||
"nl": "Bakfietsen kunnen hier gehuurd worden"
|
||||
"nl": "Bakfietsen kunnen hier gehuurd worden",
|
||||
"de": "Lastenräder können hier gemietet werden"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -87,7 +87,9 @@
|
|||
}
|
||||
],
|
||||
"lineRendering": [],
|
||||
"titleIcons": ["icons.defaults"],
|
||||
"titleIcons": [
|
||||
"icons.defaults"
|
||||
],
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
|
|
|
@ -526,10 +526,12 @@
|
|||
"type": "text",
|
||||
"key": "defibrillator:location:fr"
|
||||
},
|
||||
"condition": {"or":[
|
||||
"_country=be",
|
||||
"defibrillator:location:fr~*"
|
||||
]},
|
||||
"condition": {
|
||||
"or": [
|
||||
"_country=be",
|
||||
"defibrillator:location:fr~*"
|
||||
]
|
||||
},
|
||||
"id": "defibrillator-defibrillator:location:fr"
|
||||
},
|
||||
"wheelchair-access",
|
||||
|
|
|
@ -113,7 +113,8 @@
|
|||
"override": {
|
||||
"question": {
|
||||
"en": "Is the firepit available all around the year?",
|
||||
"nl": "Is deze kampvuurplaats heel het jaar door beschikbaar?"
|
||||
"nl": "Is deze kampvuurplaats heel het jaar door beschikbaar?",
|
||||
"de": "Ist diese Feuerstelle rund um das Jahr nutzbar?"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -256,7 +256,8 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{"id": "lactosefree",
|
||||
{
|
||||
"id": "lactosefree",
|
||||
"labels": [
|
||||
"defaults",
|
||||
"in_favourite"
|
||||
|
@ -264,14 +265,19 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"or":["diet:lactose_free=only","diet:lactose_free=yes","diet:lactose_free=limited"]
|
||||
"or": [
|
||||
"diet:lactose_free=only",
|
||||
"diet:lactose_free=yes",
|
||||
"diet:lactose_free=limited"
|
||||
]
|
||||
},
|
||||
"#": "ignore-image-in-then",
|
||||
"then": "<img alt='lactose free' src='./assets/layers/questions/lactose_free.svg'>"
|
||||
}
|
||||
]
|
||||
},
|
||||
{"id": "glutenfree",
|
||||
{
|
||||
"id": "glutenfree",
|
||||
"labels": [
|
||||
"defaults",
|
||||
"in_favourite"
|
||||
|
@ -279,14 +285,17 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"or":["diet:gluten_free=only","diet:gluten_free=yes","diet:gluten_free=limited"]
|
||||
"or": [
|
||||
"diet:gluten_free=only",
|
||||
"diet:gluten_free=yes",
|
||||
"diet:gluten_free=limited"
|
||||
]
|
||||
},
|
||||
"#": "ignore-image-in-then",
|
||||
"then": "<img alt='gluten free' src='./assets/layers/questions/glutenfree.svg'>"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"id": "sharelink",
|
||||
"labels": [
|
||||
|
|
|
@ -439,7 +439,8 @@
|
|||
"en": "You can pick up missed parcels here",
|
||||
"de": "Hier können Sie verpasste Pakete abholen",
|
||||
"ca": "Podeu recollir els paquets perduts aquí",
|
||||
"cs": "Zmeškané zásilky si můžete vyzvednout zde"
|
||||
"cs": "Zmeškané zásilky si můžete vyzvednout zde",
|
||||
"nl": "Je kunt hier gemiste pakjes ophalen"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -463,7 +464,8 @@
|
|||
"question": {
|
||||
"en": "Can you send parcels to here for pickup?",
|
||||
"de": "Können Sie Pakete zur Abholung hierher schicken?",
|
||||
"ca": "Pots enviar paquets aquí per a arreplegar-los?"
|
||||
"ca": "Pots enviar paquets aquí per a arreplegar-los?",
|
||||
"nl": "Kun je deze plaats gebruiken als afhaalpunt?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "post_office:parcel_to",
|
||||
|
|
|
@ -2819,7 +2819,8 @@
|
|||
"id": "seasonal",
|
||||
"question": {
|
||||
"en": "Is {title()} available all around the year?",
|
||||
"nl": "Is {title()} heel het jaar beschikbaar?"
|
||||
"nl": "Is {title()} heel het jaar beschikbaar?",
|
||||
"de": "Ist {title()} rund um das Jahr nutzbar?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -2852,35 +2853,40 @@
|
|||
{
|
||||
"id": "shower",
|
||||
"question": {
|
||||
"en": "Does this facility offer showers?"
|
||||
"en": "Does this facility offer showers?",
|
||||
"de": "Gibt es in dieser Einrichtung Duschen?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "shower=hot",
|
||||
"icon": "./assets/layers/shower/shower.svg",
|
||||
"then": {
|
||||
"en": "This facility does have showers with warm water"
|
||||
"en": "This facility does have showers with warm water",
|
||||
"de": "Diese Einrichtung verfügt über Duschen mit warmem Wasser"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "shower=cold",
|
||||
"icon": "./assets/layers/shower/shower.svg",
|
||||
"then": {
|
||||
"en": "This facility does have showers, but the water is not heated"
|
||||
"en": "This facility does have showers, but the water is not heated",
|
||||
"de": "Diese Einrichtung verfügt zwar über Duschen, aber das Wasser ist nicht beheizt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "shower=yes",
|
||||
"icon": "./assets/layers/shower/shower.svg",
|
||||
"then": {
|
||||
"en": "This facility does have showers"
|
||||
"en": "This facility does have showers",
|
||||
"de": "Diese Einrichtung hat Duschen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "shower=no",
|
||||
"icon": "invalid;./assets/layers/shower/shower.svg",
|
||||
"then": {
|
||||
"en": "This facility does not offer a shower"
|
||||
"en": "This facility does not offer a shower",
|
||||
"de": "Diese Einrichtung hat keine Duschen"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -283,66 +283,77 @@
|
|||
{
|
||||
"id": "pedagogy",
|
||||
"question": {
|
||||
"en": "What educational theory is applied on this school?"
|
||||
"en": "What educational theory is applied on this school?",
|
||||
"de": "Welche Bildungstheorie wird auf dieser Schule angewendet?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "pedagogy=mainstream",
|
||||
"then": {
|
||||
"en": "This school does not use a specific pedagogy"
|
||||
"en": "This school does not use a specific pedagogy",
|
||||
"de": "Diese Schule benutzt keine spezifische Pädagogik"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "pedagogy=montessori",
|
||||
"then": {
|
||||
"en": "This school uses the Montessori method of education"
|
||||
"en": "This school uses the Montessori method of education",
|
||||
"de": "Diese Schule nutzt die Montessori Methode der Bildung"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "pedagogy=freinet",
|
||||
"then": {
|
||||
"en": "This school is associated with the Freinet Modern School Movement"
|
||||
"en": "This school is associated with the Freinet Modern School Movement",
|
||||
"de": "Diese Schule ist mit der Freinet Modern School Movement verbunden"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "pedagogy=jenaplan",
|
||||
"then": {
|
||||
"en": "This school uses the Jenaplan teaching concept"
|
||||
"en": "This school uses the Jenaplan teaching concept",
|
||||
"de": "Diese Schule nutzt das Lehrkonzept von Jenaplan"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "pedagogy=waldorf",
|
||||
"then": {
|
||||
"en": "This school uses the Steiner/Waldorf educational philosophy"
|
||||
"en": "This school uses the Steiner/Waldorf educational philosophy",
|
||||
"de": "Diese Schule nutzt die Steiner/Waldorfer Bildungsphilosophie"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "pedagogy=dalton",
|
||||
"then": {
|
||||
"en": "This school uses the Dalton plan teaching concept"
|
||||
"en": "This school uses the Dalton plan teaching concept",
|
||||
"de": "Diese Schule nutzt das Dalton Plan Lehrkonzept"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "pedagogy=outdoor",
|
||||
"then": {
|
||||
"en": "This school uses outdoor learning"
|
||||
"en": "This school uses outdoor learning",
|
||||
"de": "Diese Schule nutzt Outdoor-Lernen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "pedagogy=reggio_emilia",
|
||||
"then": {
|
||||
"en": "This school uses the Reggio Emilia approach"
|
||||
"en": "This school uses the Reggio Emilia approach",
|
||||
"de": "Diese Schule nutzt den Reggio Emilia-Ansatz"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "pedagogy=sudbury",
|
||||
"then": {
|
||||
"en": "This school uses the Sudbury system"
|
||||
"en": "This school uses the Sudbury system",
|
||||
"de": "Diese Schule nutzt das Sudbury-System"
|
||||
}
|
||||
}
|
||||
],
|
||||
"render": {
|
||||
"en": "This school uses {pedagogy}"
|
||||
"en": "This school uses {pedagogy}",
|
||||
"de": "Diese Schule benutzt {pedagogy}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "pedagogy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue