forked from MapComplete/MapComplete
Merge branch 'develop' into feature/station-map
This commit is contained in:
commit
95098007b0
121 changed files with 3375 additions and 486 deletions
|
@ -3763,6 +3763,13 @@
|
|||
"question": "No information about tactile paving"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Has organic options"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -4156,6 +4163,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": {
|
||||
|
@ -4214,6 +4235,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": {
|
||||
|
@ -6511,6 +6546,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>"
|
||||
|
|
|
@ -82,6 +82,10 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist-wikidata": {
|
||||
"question": "¿Quién creó esta obra de arte?",
|
||||
"render": "Esta obra de la creó {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}"
|
||||
},
|
||||
"artwork-artist_name": {
|
||||
"question": "¿Que artista creó esto?",
|
||||
"render": "Creado por {artist_name}"
|
||||
|
@ -131,6 +135,10 @@
|
|||
"artwork-website": {
|
||||
"question": "¿Hay un sitio web con más información sobre esta obra de arte?",
|
||||
"render": "Más información en <a href='{website}' target='_blank'>este sitio web</a>"
|
||||
},
|
||||
"artwork_subject": {
|
||||
"question": "¿Qué representa esta obra de arte?",
|
||||
"render": "Esta obra de arte representa {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -255,10 +263,10 @@
|
|||
"bench-backrest": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Respaldo: sí"
|
||||
"then": "Tiene respaldo"
|
||||
},
|
||||
"1": {
|
||||
"then": "Respaldo: no"
|
||||
"then": "<b>No</b> tiene respaldo"
|
||||
}
|
||||
},
|
||||
"question": "¿Este banco tiene respaldo?"
|
||||
|
@ -300,22 +308,22 @@
|
|||
"bench-material": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Material: madera"
|
||||
"then": "El asiento está hecho de madera"
|
||||
},
|
||||
"1": {
|
||||
"then": "Material: metal"
|
||||
"then": "El asiento está hecho de metal"
|
||||
},
|
||||
"2": {
|
||||
"then": "Material: piedra"
|
||||
"then": "El asiento está hecho de piedra"
|
||||
},
|
||||
"3": {
|
||||
"then": "Material: concreto"
|
||||
"then": "El asiento está hecho de hormigón"
|
||||
},
|
||||
"4": {
|
||||
"then": "Material: plastico"
|
||||
"then": "El asiento está hecho de plástico"
|
||||
},
|
||||
"5": {
|
||||
"then": "Material: acero"
|
||||
"then": "El asiento está hecho de acero"
|
||||
}
|
||||
},
|
||||
"question": "¿De que está hecho el banco (asiento)?",
|
||||
|
@ -492,6 +500,12 @@
|
|||
"question": "¿Qué tipo de alquiler de bicicletas es este?"
|
||||
},
|
||||
"rental_types": {
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "¿Cuántas type_plural pueden alquilarse aquí?",
|
||||
"render": "{capacity:bicycle_type} type_plural pueden alquilarse aquí"
|
||||
}
|
||||
},
|
||||
"rewrite": {
|
||||
"into": {
|
||||
"0": {
|
||||
|
@ -566,10 +580,10 @@
|
|||
"bike_cleaning-charge": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Un servicio de limpieza gratis"
|
||||
"then": "Servicio de limpieza gratis"
|
||||
},
|
||||
"1": {
|
||||
"then": "Gratis"
|
||||
"then": "Gratuito"
|
||||
}
|
||||
},
|
||||
"question": "¿Cuánto cuesta utilizar el servicio de limpieza?",
|
||||
|
@ -578,7 +592,7 @@
|
|||
"bike_cleaning-service:bicycle:cleaning:charge": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "El servicio de limpieza es gratis"
|
||||
"then": "El servicio de limpieza es gratuito"
|
||||
},
|
||||
"1": {
|
||||
"then": "Gratis"
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
},
|
||||
"question": "这个屋子的门牌号是多少?",
|
||||
"render": "门牌号是<b>{addr:housenumber}</b>"
|
||||
"render": "门牌号是 <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"street": {
|
||||
"question": "这个地址位于哪条街道?",
|
||||
|
@ -33,6 +33,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"artwork": {
|
||||
"description": "一个雕塑、半身像、涂鸦和其他全球艺术品的地图"
|
||||
},
|
||||
"bench": {
|
||||
"name": "长椅",
|
||||
"presets": {
|
||||
|
@ -44,10 +47,10 @@
|
|||
"bench-backrest": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "靠背:有"
|
||||
"then": "有靠背"
|
||||
},
|
||||
"1": {
|
||||
"then": "靠背:无"
|
||||
"then": "<b>没有</b>靠背"
|
||||
}
|
||||
},
|
||||
"question": "这个长椅有靠背吗?"
|
||||
|
@ -89,29 +92,30 @@
|
|||
"bench-material": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "材质:木"
|
||||
"then": "座椅是木制的"
|
||||
},
|
||||
"1": {
|
||||
"then": "材质:金属"
|
||||
"then": "座椅是金属制的"
|
||||
},
|
||||
"2": {
|
||||
"then": "材质:石头"
|
||||
"then": "座椅是石制的"
|
||||
},
|
||||
"3": {
|
||||
"then": "材质:混凝土"
|
||||
"then": "座椅是混凝土制的"
|
||||
},
|
||||
"4": {
|
||||
"then": "材质:塑料"
|
||||
"then": "座椅是塑料制的"
|
||||
},
|
||||
"5": {
|
||||
"then": "材质:不锈钢"
|
||||
"then": "座椅是不锈钢制的"
|
||||
}
|
||||
},
|
||||
"question": "这个长椅(或座椅)是用什么材料做的?",
|
||||
"render": "材质: {material}"
|
||||
},
|
||||
"bench-seats": {
|
||||
"question": "这个长椅有几个座位?"
|
||||
"question": "这个长椅有几个座位?",
|
||||
"render": "{seats}座"
|
||||
},
|
||||
"bench-survey:date": {
|
||||
"question": "上次对这个长椅实地调查是什么时候?",
|
||||
|
@ -151,7 +155,7 @@
|
|||
"bicycle_library": {
|
||||
"tagRenderings": {
|
||||
"bicycle-library-target-group": {
|
||||
"question": "谁可以从这里借自行车?"
|
||||
"question": "谁可以从这里借出自行车?"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue