Merge pull request #1146 from pietervdvn/feature/organic

Feature/organic
This commit is contained in:
Pieter Vander Vennet 2022-12-03 20:41:09 +01:00 committed by GitHub
commit 68035ba16b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 236 additions and 136 deletions

View file

@ -3723,6 +3723,13 @@
"question": "No information about tactile paving"
}
}
},
"6": {
"options": {
"0": {
"question": "Has organic options"
}
}
}
}
},
@ -4116,6 +4123,20 @@
},
"question": "Does this fries shop use vegetable or animal oil for cooking?"
},
"friture-organic": {
"mappings": {
"0": {
"then": "Organic snacks are available"
},
"1": {
"then": "No organic snacks are available"
},
"2": {
"then": "Only organic snacks are available"
}
},
"question": "Does this fries shop offer organic snacks?"
},
"friture-take-your-container": {
"mappings": {
"0": {
@ -4174,6 +4195,20 @@
}
},
"question": "Does this restaurant offer a halal menu?"
},
"organic (no friture)": {
"mappings": {
"0": {
"then": "There are no organic options available"
},
"1": {
"then": "There is an organic menu"
},
"2": {
"then": "Only organic options are available"
}
},
"question": "Does this restaurant offer organic food?"
}
},
"title": {
@ -6450,6 +6485,20 @@
"render": "This is a {shop}"
}
},
"organic": {
"mappings": {
"0": {
"then": "This shop offers organic products"
},
"1": {
"then": "This shop only offers organic products"
},
"2": {
"then": "This shop does not offer organic products"
}
},
"question": "Does this shop offer organic products?"
},
"shops-name": {
"question": "What is the name of this shop?",
"render": "This shop is called <i>{name}</i>"

View file

@ -3910,6 +3910,20 @@
},
"question": "Bakt deze frituur met dierlijk vet of met plantaardige olie?"
},
"friture-organic": {
"mappings": {
"0": {
"then": "Er zijn biologische snacks aanwezig"
},
"1": {
"then": "Geen biologische snacks beschikbaar"
},
"2": {
"then": "Enkel biologische snacks zijn beschikbaar"
}
},
"question": "Heeft deze frituur biologische snacks?"
},
"friture-take-your-container": {
"mappings": {
"0": {

View file

@ -423,22 +423,6 @@
"indoors": {
"title": "Indoors"
},
"mapcomplete-changes": {
"layers": {
"0": {
"filter": {
"0": {
"options": {
"0": {
"question": "El nom de la petició conté {search}"
}
}
}
},
"name": "Centres del conjunt de canvis"
}
}
},
"maproulette": {
"title": "Tasques de MapRoulette"
},

View file

@ -741,101 +741,6 @@
"description": "Eine Karte mit Bordsteinen und Überwegen.",
"title": "Bordsteine und Überwege"
},
"mapcomplete-changes": {
"description": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen",
"layers": {
"0": {
"description": "Zeigt alle MapComplete-Änderungen",
"filter": {
"0": {
"options": {
"0": {
"question": "Themename enthält {search}"
}
}
},
"1": {
"options": {
"0": {
"question": "Erstellt vom Mitwirkenden {search}"
}
}
},
"2": {
"options": {
"0": {
"question": "<b>Nicht</b> von Mitwirkendem {search}"
}
}
},
"3": {
"options": {
"0": {
"question": "Erstellt vor {search}"
}
}
},
"4": {
"options": {
"0": {
"question": "Erstellt nach {search}"
}
}
},
"5": {
"options": {
"0": {
"question": "Benutzersprache (ISO-Code) {search}"
}
}
},
"6": {
"options": {
"0": {
"question": "Erstellt mit host {search}"
}
}
}
},
"name": "Zentrum der Änderungssätze",
"tagRenderings": {
"contributor": {
"question": "Welcher Mitwirkende hat diese Änderung vorgenommen?",
"render": "Änderung vorgenommen von <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
},
"host": {
"question": "Über welchen Host (Webseite) wurde diese Änderung vorgenommen?",
"render": "Geändert über <a href='{host}'>{host}</a>"
},
"locale": {
"question": "In welchem Gebietsschema (Sprache) wurde diese Änderung vorgenommen?",
"render": "Benutzergebietsschema ist {locale}"
},
"show_changeset_id": {
"render": "Änderungssatz <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
},
"theme-id": {
"question": "Welches Thema wurde für diese Änderung verwendet?",
"render": "Geändert mit Thema <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
}
},
"title": {
"render": "Änderungssatz für {theme}"
}
},
"1": {
"override": {
"tagRenderings": {
"link_to_more": {
"render": "Weitere Statistiken finden Sie unter <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>hier</a>"
}
}
}
}
},
"shortDescription": "Zeigt Änderungen an, die von MapComplete vorgenommen wurden",
"title": "Mit MapComplete vorgenommene Änderungen"
},
"maproulette": {
"description": "Thema mit MapRoulette-Aufgaben, die Sie suchen, filtern und beheben können.",
"title": "MapRoulette-Aufgaben"

View file

@ -160,13 +160,6 @@
"indoors": {
"title": "اندروں"
},
"mapcomplete-changes": {
"layers": {
"0": {
"name": "تبدیلیاں دے کیندر"
}
}
},
"maproulette": {
"title": "میپ‌رولیٹ دے کم"
},