Merge upstream

This commit is contained in:
Pieter Vander Vennet 2022-12-16 13:40:25 +01:00
parent 87b7bd9bc2
commit 0bd28b996c
124 changed files with 2643 additions and 1009 deletions

View file

@ -609,25 +609,33 @@
{
"id": "organic (no friture)",
"question": {
"en": "Does this restaurant offer organic food?"
"en": "Does this restaurant offer organic food?",
"de": "Bietet dieses Restaurant biologische Speisen an?",
"nl": "Biedt dit restaurant biologisch eten?"
},
"mappings": [
{
"if": "organic=no",
"then": {
"en": "There are no organic options available"
"en": "There are no organic options available",
"de": "Es sind keine biologischen Produkte verfügbar",
"nl": "Er zijn geen biologische opties beschikbaar"
}
},
{
"if": "organic=yes",
"then": {
"en": "There is an organic menu"
"en": "There is an organic menu",
"de": "Es gibt ein biologisches Menü",
"nl": "Er is een biologisch menu"
}
},
{
"if": "organic=only",
"then": {
"en": "Only organic options are available"
"en": "Only organic options are available",
"de": "Nur biologische Produkte sind erhältlich",
"nl": "Er zijn alleen biologische opties beschikbaar"
}
}
],
@ -715,28 +723,32 @@
"id": "friture-organic",
"question": {
"en": "Does this fries shop offer organic snacks?",
"nl": "Heeft deze frituur biologische snacks?"
"nl": "Heeft deze frituur biologische snacks?",
"de": "Bietet diese Pommesbude biologische Snacks an?"
},
"mappings": [
{
"if": "organic=yes",
"then": {
"en": "Organic snacks are available",
"nl": "Er zijn biologische snacks aanwezig"
"nl": "Er zijn biologische snacks aanwezig",
"de": "Biologische Snacks sind erhältlich"
}
},
{
"if": "organic=no",
"then": {
"en": "No organic snacks are available",
"nl": "Geen biologische snacks beschikbaar"
"nl": "Geen biologische snacks beschikbaar",
"de": "Es sind keine biologischen Snacks erhältlich"
}
},
{
"if": "organic=only",
"then": {
"en": "Only organic snacks are available",
"nl": "Enkel biologische snacks zijn beschikbaar"
"nl": "Enkel biologische snacks zijn beschikbaar",
"de": "Nur biologische Snacks sind erhältlich"
}
}
],