forked from MapComplete/MapComplete
Language regen
This commit is contained in:
parent
780d353c8d
commit
7ba8455b24
15 changed files with 187 additions and 295 deletions
|
@ -911,6 +911,21 @@
|
|||
"0": {
|
||||
"title": "Charging station"
|
||||
}
|
||||
},
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "All vehicle types"
|
||||
},
|
||||
"1": {
|
||||
"question": "Charging station for bicycles"
|
||||
},
|
||||
"2": {
|
||||
"question": "Charging station for cars"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
|
@ -1656,6 +1671,17 @@
|
|||
"question": "Does this restaurant have a vegetarian option?"
|
||||
},
|
||||
"15": {
|
||||
"question": "If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "You can bring <b>your own containers</b> to get your order, saving on single-use packaging material and thus waste"
|
||||
},
|
||||
"1": {
|
||||
"then": "Bringing your own container is <b>not allowed</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"16": {
|
||||
"question": "If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -1668,6 +1694,47 @@
|
|||
"then": "You <b>must</b> bring your own container to order here."
|
||||
}
|
||||
}
|
||||
},
|
||||
"17": {
|
||||
"question": "Which methods of payment are accepted here?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cash is accepted here"
|
||||
},
|
||||
"1": {
|
||||
"then": "Payment cards are accepted here"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Opened now"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Has a vegetarian menu"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Has a vegan menu"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Has a halal menu"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -900,10 +900,24 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Graisse animale"
|
||||
},
|
||||
"2": {
|
||||
"then": "Pas d'en-cas végétaliens disponibles"
|
||||
}
|
||||
}
|
||||
},
|
||||
"15": {
|
||||
"question": "Est-il proposé d’utiliser ses propres contenants pour sa commande ?<br/>",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Vous pouvez <b>apporter vos contenants</b> pour votre commande, limitant l’usage de matériaux à usage unique et les déchets"
|
||||
},
|
||||
"1": {
|
||||
"then": "Apporter ses propres contenants <b>n’est pas permis</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"16": {
|
||||
"question": "Est-il proposé d’utiliser ses propres contenants pour sa commande ?<br/>",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -18,6 +18,17 @@
|
|||
"food": {
|
||||
"tagRenderings": {
|
||||
"15": {
|
||||
"question": "お客様が持参容器(調理用の鍋や小さな鍋など)をもってきた場合は、注文の梱包に使用されますか?<br/>",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>自分の容器</b>を持ってきて、注文を受け取ることができ、使い捨ての梱包材を節約して、無駄を省くことができます"
|
||||
},
|
||||
"1": {
|
||||
"then": "独自の容器を持参することは<b>できません</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"16": {
|
||||
"question": "お客様が持参容器(調理用の鍋や小さな鍋など)をもってきた場合は、注文の梱包に使用されますか?<br/>",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -890,6 +890,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle voertuigen"
|
||||
},
|
||||
"1": {
|
||||
"question": "Oplaadpunten voor fietsen"
|
||||
},
|
||||
"2": {
|
||||
"question": "Oplaadpunten voor auto's"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"name": "Oversteekplaatsen",
|
||||
"description": "Oversteekplaatsen voor voetgangers en fietsers",
|
||||
|
@ -1691,6 +1708,9 @@
|
|||
},
|
||||
"2": {
|
||||
"then": "Geen vegetarische snacks beschikbaar"
|
||||
},
|
||||
"3": {
|
||||
"then": "Enkel halal opties zijn beschikbaar"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1716,10 +1736,24 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Dierlijk vet"
|
||||
},
|
||||
"2": {
|
||||
"then": "Geen veganistische snacks beschikbaar"
|
||||
}
|
||||
}
|
||||
},
|
||||
"15": {
|
||||
"question": "Als je je eigen container (bv. kookpot of kleine potjes voor saus) meeneemt, gebruikt de frituur deze dan om je bestelling in te doen?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Je mag je <b>eigen containers</b> meenemen om je bestelling in mee te nemen en zo minder afval te maken"
|
||||
},
|
||||
"1": {
|
||||
"then": "Je mag <b>geen</b> eigen containers meenemen om je bestelling in mee te nemen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"16": {
|
||||
"question": "Als je je eigen container (bv. kookpot of kleine potjes voor saus) meeneemt, gebruikt de frituur deze dan om je bestelling in te doen?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -1732,6 +1766,47 @@
|
|||
"then": "Je <b>moet</b> je eigen containers meenemen om je bestelling in mee te nemen."
|
||||
}
|
||||
}
|
||||
},
|
||||
"17": {
|
||||
"question": "Welke betaalmiddelen worden hier geaccepteerd?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cash geld wordt hier aanvaard"
|
||||
},
|
||||
"1": {
|
||||
"then": "Betalen met bankkaarten kan hier"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nu geopened"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Heeft een vegetarisch menu"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Heeft een veganistisch menu"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Heeft een halal menu"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -612,6 +612,13 @@
|
|||
"then": "Приносить свою тару <b>не разрешено</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"16": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Приносить свою тару <b>не разрешено</b>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue