forked from MapComplete/MapComplete
1742 lines
72 KiB
JSON
1742 lines
72 KiB
JSON
{
|
||
"id": "shops",
|
||
"name": {
|
||
"en": "Shop",
|
||
"ca": "Botiga",
|
||
"cs": "Obchod",
|
||
"cy": "Siop",
|
||
"da": "Butik",
|
||
"de": "Geschäfte",
|
||
"eo": "Butiko",
|
||
"es": "Tienda",
|
||
"fr": "Magasin",
|
||
"it": "Negozio",
|
||
"ja": "店",
|
||
"nl": "Winkel",
|
||
"pa_PK": "دکان",
|
||
"pl": "Sklep",
|
||
"ru": "Магазин",
|
||
"uk": "Магазин",
|
||
"zh_Hant": "商家"
|
||
},
|
||
"description": {
|
||
"en": "A shop",
|
||
"ca": "Una botiga",
|
||
"cs": "Obchod",
|
||
"de": "Ein Geschäft",
|
||
"eo": "Butiko",
|
||
"es": "Una tienda",
|
||
"fr": "Un magasin",
|
||
"hu": "Egy bolt",
|
||
"it": "Un negozio",
|
||
"ja": "ショップ",
|
||
"nl": "Een winkel",
|
||
"ru": "Магазин"
|
||
},
|
||
"source": {
|
||
"osmTags": {
|
||
"and": [
|
||
{
|
||
"or": [
|
||
"shop~*",
|
||
"craft=shoe_repair",
|
||
"craft=key_cutter"
|
||
]
|
||
},
|
||
"shop!=mall"
|
||
]
|
||
}
|
||
},
|
||
"minzoom": 14,
|
||
"title": {
|
||
"render": {
|
||
"en": "Shop",
|
||
"ca": "Botiga",
|
||
"cs": "Obchod",
|
||
"cy": "Siop",
|
||
"da": "Butik",
|
||
"de": "Geschäft",
|
||
"eo": "Butiko",
|
||
"es": "Tienda",
|
||
"fr": "Magasin",
|
||
"it": "Negozio",
|
||
"ja": "店",
|
||
"nl": "Winkel",
|
||
"pa_PK": "دکان",
|
||
"pl": "Sklep",
|
||
"ru": "Магазин"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": {
|
||
"and": [
|
||
"name~*"
|
||
]
|
||
},
|
||
"then": {
|
||
"en": "{name}",
|
||
"ca": "{name}",
|
||
"cs": "{name}",
|
||
"cy": "{name}",
|
||
"de": "{name}",
|
||
"eo": "{name}",
|
||
"es": "{name}",
|
||
"fr": "{name}",
|
||
"it": "{name}",
|
||
"ja": "{name}",
|
||
"nl": "{name}",
|
||
"pl": "{name}",
|
||
"ru": "{name}"
|
||
}
|
||
},
|
||
{
|
||
"if": {
|
||
"and": [
|
||
"shop!~yes"
|
||
]
|
||
},
|
||
"then": {
|
||
"en": "{shop}",
|
||
"ca": "{shop}",
|
||
"cs": "{shop}",
|
||
"cy": "{shop}",
|
||
"de": "{shop}",
|
||
"eo": "{shop}",
|
||
"es": "{shop}",
|
||
"fr": "{shop}",
|
||
"it": "{shop}",
|
||
"ja": "{shop}",
|
||
"nl": "{shop}",
|
||
"ru": "{shop}"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"pointRendering": [
|
||
{
|
||
"marker": [
|
||
{
|
||
"color": "white",
|
||
"icon": "circle"
|
||
},
|
||
{
|
||
"icon": {
|
||
"builtin": "id_presets.shop_rendering",
|
||
"override": {
|
||
"render": "./assets/layers/id_presets/maki-shop.svg",
|
||
"+mappings": [
|
||
{
|
||
"#": "Layer icon rendering",
|
||
"if": {
|
||
"or": [
|
||
"shop=yes",
|
||
{
|
||
"and": [
|
||
"shop!=yes",
|
||
"id="
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"then": "./assets/layers/id_presets/maki-shop.svg"
|
||
},
|
||
{
|
||
"if": {
|
||
"or": [
|
||
"shop=vacant",
|
||
"shop=disused",
|
||
"disused:shop=yes"
|
||
]
|
||
},
|
||
"then": "./assets/layers/shops/shop-disused.svg"
|
||
},
|
||
{
|
||
"if": "craft=shoemaker",
|
||
"then": "./assets/layers/id_presets/temaki-hammer_shoe.svg"
|
||
}
|
||
],
|
||
"mappings+": [
|
||
{
|
||
"if": "craft=key_cutter",
|
||
"then": "./assets/layers/id_presets/fas-key.svg"
|
||
}
|
||
]
|
||
}
|
||
}
|
||
}
|
||
],
|
||
"iconBadges": [
|
||
{
|
||
"if": {
|
||
"or": [
|
||
"organic=yes",
|
||
"organic=only"
|
||
]
|
||
},
|
||
"then": "./assets/layers/food/organic.svg"
|
||
},
|
||
{
|
||
"if": {
|
||
"or": [
|
||
"service:key_cutting=yes",
|
||
"craft=key_cutter"
|
||
]
|
||
},
|
||
"then": "circle:white;./assets/layers/id_presets/fas-key.svg"
|
||
}
|
||
],
|
||
"labelCssClasses": "bg-white rounded px-2",
|
||
"label": {
|
||
"mappings": [
|
||
{
|
||
"if": "name~*",
|
||
"then": "{name}"
|
||
}
|
||
]
|
||
},
|
||
"iconSize": "40,40",
|
||
"location": [
|
||
"point",
|
||
"centroid"
|
||
],
|
||
"anchor": "center"
|
||
}
|
||
],
|
||
"lineRendering": [
|
||
{
|
||
"color": "#00f",
|
||
"width": "8"
|
||
}
|
||
],
|
||
"presets": [
|
||
{
|
||
"tags": [
|
||
"shop=yes"
|
||
],
|
||
"title": {
|
||
"en": "a shop",
|
||
"ca": "una botiga",
|
||
"cs": "obchod",
|
||
"da": "en butik",
|
||
"de": "ein Geschäft",
|
||
"eo": "Butiko",
|
||
"es": "una tienda",
|
||
"fr": "une magasin",
|
||
"it": "un negozio",
|
||
"ja": "店",
|
||
"nl": "een winkel",
|
||
"ru": "Магазин",
|
||
"uk": "магазин"
|
||
},
|
||
"description": {
|
||
"en": "You can specify later on what this shop sells.",
|
||
"ca": "Podeu especificar més endavant el que ven aquesta botiga.",
|
||
"cs": "Později můžete zadat, co tento obchod prodává.",
|
||
"da": "Du kan senere specificere, hvad denne butik sælger.",
|
||
"de": "Sie können später angeben, was das Geschäft verkauft.",
|
||
"eo": "Enmeti novan butikon",
|
||
"es": "Puedes especificar más tarde qué vende esta tienda.",
|
||
"fr": "Ajouter un nouveau magasin",
|
||
"it": "Puoi specificare in seguito cosa vende questo negozio.",
|
||
"ja": "新しい店を追加する",
|
||
"nl": "Voeg een nieuwe winkel toe",
|
||
"ru": "Добавить новый магазин",
|
||
"uk": "Пізніше ви можете уточнити, що саме продає цей магазин."
|
||
}
|
||
}
|
||
],
|
||
"tagRenderings": [
|
||
"images",
|
||
"reviews",
|
||
{
|
||
"id": "shops-name",
|
||
"question": {
|
||
"en": "What is the name of this shop?",
|
||
"ca": "Quin és el nom d'aquesta botiga?",
|
||
"cs": "Jak se jmenuje tento obchod?",
|
||
"da": "Hvad er navnet på denne butik?",
|
||
"de": "Wie ist der Name dieses Geschäfts?",
|
||
"es": "¿Cómo se llama esta tienda?",
|
||
"fr": "Qu'est-ce que le nom de ce magasin ?",
|
||
"it": "Qual è il nome di questo negozio?",
|
||
"ja": "このお店の名前は何ですか?",
|
||
"nl": "Wat is de naam van deze winkel?",
|
||
"ru": "Как называется этот магазин?",
|
||
"uk": "Як називається цей магазин?"
|
||
},
|
||
"render": {
|
||
"en": "This shop is called <i>{name}</i>",
|
||
"ca": "La botiga s'anomena <i>{name}</i>",
|
||
"cs": "Tento obchod se jmenuje <i>{name}</i>",
|
||
"da": "Denne butik hedder <i>{name}</i>",
|
||
"de": "Der Name des Geschäfts lautet <i>{name}</i>",
|
||
"es": "Esta tienda se llama <i>{name}</i>",
|
||
"fr": "Ce commerce s'appelle <i>{name}</i>",
|
||
"it": "Questo negozio si chiama <i>{name}</i>",
|
||
"nl": "Deze zaak heet <i>{name}</i>",
|
||
"uk": "Цей магазин називається <i>{name}</i>"
|
||
},
|
||
"freeform": {
|
||
"key": "name"
|
||
}
|
||
},
|
||
{
|
||
"builtin": "id_presets.shop_types",
|
||
"override": {
|
||
"labels": [
|
||
"description"
|
||
],
|
||
"question": {
|
||
"en": "What kind of shop is this?",
|
||
"ca": "Quin tipus de botiga és aquesta?",
|
||
"cs": "Co je to za obchod?",
|
||
"da": "Hvilken slags butik er dette?",
|
||
"de": "Um was für ein Geschäft handelt es sich?",
|
||
"es": "¿Qué tipo de tienda es esta?",
|
||
"fr": "Quel genre de magasin est-ce?",
|
||
"it": "Che tipo di negozio è questo?",
|
||
"nl": "Wat voor soort winkel is dit?",
|
||
"uk": "Що це за магазин?"
|
||
},
|
||
"render": {
|
||
"en": "This is a {shop}",
|
||
"ca": "Açò és una {shop}",
|
||
"cs": "Toto je {shop}",
|
||
"de": "Das ist ein {shop}",
|
||
"es": "Esta es una {shop}",
|
||
"fr": "C'est une {shop}",
|
||
"it": "Questo è un {shop}",
|
||
"nl": "Dit is een {shop}"
|
||
},
|
||
"freeform": {
|
||
"key": "shop",
|
||
"addExtraTags": [
|
||
"fixme=freeform shop key used, to be reviewed"
|
||
]
|
||
},
|
||
"+mappings": [
|
||
{
|
||
"if": "shop=bicycle_rental",
|
||
"addExtraTags": [
|
||
"amenity=bicycle_rental"
|
||
],
|
||
"icon": "./assets/layers/id_presets/bicycle_rental.svg",
|
||
"alsoShowIf": {
|
||
"or": [
|
||
{
|
||
"and": [
|
||
"shop=rental",
|
||
"amenity=bicycle_rental"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"then": {
|
||
"en": "Bicycle rental shop",
|
||
"ca": "Botiga de lloguer de bicicletes",
|
||
"cs": "Půjčovna jízdních kol",
|
||
"da": "Cykeludlejningsbutik",
|
||
"de": "Fahrradverleih",
|
||
"es": "Tienda de alquiler de bicicletas",
|
||
"it": "Negozio di noleggio biciclette",
|
||
"nl": "Fietsverhuurzaak",
|
||
"uk": "Пункт прокату велосипедів"
|
||
}
|
||
}
|
||
],
|
||
"mappings+": [
|
||
{
|
||
"if": "disused:shop:={shop}",
|
||
"then": {
|
||
"en": "This shop is no longer used. It is vacant",
|
||
"ca": "Aquesta botiga ja no s'utilitza. Està vacant",
|
||
"cs": "Tento obchod již není v provozu. Je prázdný",
|
||
"da": "Denne butik bruges ikke længere. Den står tom",
|
||
"de": "Dieser Laden wird nicht mehr genutzt. Er steht leer",
|
||
"it": "Questo negozio non è più utilizzato. È vuoto",
|
||
"nl": "Deze winkel staat leeg"
|
||
},
|
||
"icon": "./assets/layers/shops/shop-disused.svg",
|
||
"addExtraTags": [
|
||
"shop="
|
||
],
|
||
"alsoShowIf": {
|
||
"or": [
|
||
"shop=disused",
|
||
"shop=vacant",
|
||
"disused:shop~*",
|
||
"abandoned:shop~*"
|
||
]
|
||
}
|
||
}
|
||
],
|
||
"condition": "craft=",
|
||
"invalidValues": "shop=yes",
|
||
"filter": true
|
||
}
|
||
},
|
||
{
|
||
"id": "beauty_shop_type",
|
||
"question": {
|
||
"en": "What type of beauty shop is this?",
|
||
"cs": "Jaký druh salonu krásy je toto?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "beauty=nails",
|
||
"then": {
|
||
"en": "Offers nail care services such as manicures, pedicures, and nail enhancements",
|
||
"cs": "Nabízí nehtové služby, jako je manikúra, pedikúra a prodlužování nehtů"
|
||
}
|
||
},
|
||
{
|
||
"if": "beauty=skin_care",
|
||
"then": {
|
||
"en": "Offers skin care services",
|
||
"cs": "Nabízí služby péče o pleť"
|
||
}
|
||
},
|
||
{
|
||
"if": "beauty=tanning",
|
||
"then": {
|
||
"en": "Offers tanning services such as sunbeds",
|
||
"cs": "Nabízí opalovací služby, například solária"
|
||
}
|
||
},
|
||
{
|
||
"if": "beauty=cosmetics",
|
||
"then": {
|
||
"en": "Offers cosmetic services, such as makeup",
|
||
"cs": "Nabízí kosmetické služby, například makeup"
|
||
}
|
||
},
|
||
{
|
||
"if": "beauty=massage",
|
||
"then": {
|
||
"en": "Offers massages",
|
||
"cs": "Nabízí masáže"
|
||
}
|
||
},
|
||
{
|
||
"if": "beauty=waxing",
|
||
"then": {
|
||
"en": "Offers hair removal through waxing",
|
||
"cs": "Nabízí odstraňování ochlupení voskem"
|
||
}
|
||
},
|
||
{
|
||
"if": "beauty=hair_removal",
|
||
"then": {
|
||
"en": "Offers hair removal services, e.g. with a laser",
|
||
"cs": "Nabízí odstraňování ochlupení, např. laserem"
|
||
}
|
||
},
|
||
{
|
||
"if": "beauty=eyebrow",
|
||
"then": {
|
||
"en": "Offers eyebrow enhancement services",
|
||
"cs": "Nabízí služby vylepšování obočí"
|
||
}
|
||
},
|
||
{
|
||
"if": "beauty=pedicure",
|
||
"then": {
|
||
"en": "Offers pedicure services",
|
||
"cs": "Nabízí služby pedikúry"
|
||
}
|
||
}
|
||
],
|
||
"condition": "shop=beauty",
|
||
"multiAnswer": true
|
||
},
|
||
{
|
||
"id": "brand",
|
||
"question": {
|
||
"en": "What is the brand of this shop?",
|
||
"ca": "Quina és la marca d'aquesta botiga?",
|
||
"cs": "Jaká je značka tohoto obchodu?",
|
||
"da": "Hvad er denne butiks varemærke?",
|
||
"de": "Zu welcher Marke gehört dieses Geschäft?",
|
||
"es": "¿Cuál es la marca de esta tienda?",
|
||
"it": "Qual è il marchio di questo negozio?",
|
||
"uk": "Яка марка цього магазину?"
|
||
},
|
||
"render": {
|
||
"en": "Part of <b>{brand}</b>",
|
||
"ca": "Part de <b>{brand}</b>",
|
||
"cs": "Část <b>{brand}</b>",
|
||
"da": "Del af <b>{brand}</b>",
|
||
"de": "Teil von <b>{brand}</b>",
|
||
"es": "Parte de <b>{brand}</b>",
|
||
"it": "Parte di <b>{brand}</b>",
|
||
"uk": "Частина <b>{brand}</b>"
|
||
},
|
||
"freeform": {
|
||
"key": "brand"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "not:brand=yes",
|
||
"then": {
|
||
"en": "This shop does not have a specific brand, it is not part of a bigger chain",
|
||
"ca": "Aquesta botiga no té una marca concreta, no forma part d'una cadena més gran",
|
||
"cs": "Tento obchod nemá konkrétní značku, není součástí většího řetězce",
|
||
"da": "Denne butik har ikke et bestemt varemærke, den er ikke en del af en større kæde",
|
||
"de": "Das Geschäft gehört zu keiner Marke oder Handelskette",
|
||
"es": "Esta tienda no tiene una marca específica, no forma parte de una cadena más grande",
|
||
"it": "Questo negozio non ha un marchio specifico, non fa parte di una catena più grande",
|
||
"uk": "Цей магазин не має певного бренду, він не є частиною великої мережі"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"id": "second_hand",
|
||
"question": {
|
||
"en": "Does this shop sell second-hand items?",
|
||
"ca": "Aquesta botiga ven articles de segona mà?",
|
||
"cs": "Prodává tento obchod použité zboží?",
|
||
"de": "Verlauft das Geschäft auch Second-Hand-Produkte?",
|
||
"es": "¿Esta tienda vende artículos de segunda mano?",
|
||
"it": "Questo negozio vende articoli di seconda mano?",
|
||
"uk": "Чи продає цей магазин вживані речі?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "second_hand=only",
|
||
"then": "This shop sells second-hand items <b>only</b>"
|
||
},
|
||
{
|
||
"if": "second_hand=yes",
|
||
"then": "This shop sells second-hand items along with new items"
|
||
},
|
||
{
|
||
"if": "second_hand=no",
|
||
"then": "This shop only sells brand-new items"
|
||
}
|
||
],
|
||
"condition": {
|
||
"or": [
|
||
"shop=clothes",
|
||
"shop=books",
|
||
"shop=charity",
|
||
"shop=furniture",
|
||
"shop=mobile_phone",
|
||
"shop=computer",
|
||
"shop=toys"
|
||
]
|
||
}
|
||
},
|
||
"opening_hours",
|
||
"website",
|
||
"email",
|
||
"phone",
|
||
"payment-options",
|
||
"level",
|
||
{
|
||
"id": "copyshop-print-sizes",
|
||
"question": {
|
||
"en": "What paper formats does this shop offer?",
|
||
"ca": "Quins formats de paper ofereix aquesta botiga?",
|
||
"cs": "Jaké formáty papíru tento obchod nabízí?",
|
||
"de": "Welche Papierformate bietet das Geschäft an?",
|
||
"es": "¿Qué formatos de papel ofrece esta tienda?",
|
||
"fr": "Quels formats de papier cette boutique propose-t-elle ?",
|
||
"it": "Quali formati di carta offre questo negozio?",
|
||
"nl": "Op welke papiergroottes kan deze zaak printen?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "service:print:A4=yes",
|
||
"then": {
|
||
"en": "This shop can print on papers of size A4",
|
||
"ca": "Aquesta botiga pot imprimir en papers de mida A4",
|
||
"cs": "Tento obchod umí tisknout na papíry velikosti A4",
|
||
"de": "Das Geschäft kann Unterlagen auf A4 Papier drucken",
|
||
"es": "Esta tienda puede imprimir en papeles de tamaño A4",
|
||
"fr": "Cette boutique peut imprimer sur des papiers de format A4",
|
||
"it": "Questo negozio può stampare su carta di formato A4",
|
||
"nl": "Deze zaak kan printen op A4-formaat"
|
||
},
|
||
"ifnot": "service:print:A4=no"
|
||
},
|
||
{
|
||
"if": "service:print:A3=yes",
|
||
"then": {
|
||
"en": "This shop can print on papers of size A3",
|
||
"ca": "Aquesta botiga pot imprimir en papers de mida A3",
|
||
"cs": "Tento obchod umí tisknout na papíry velikosti A3",
|
||
"de": "Das Geschäft kann Unterlagen auf A3 Papier drucken",
|
||
"es": "Esta tienda puede imprimir en papeles de tamaño A3",
|
||
"fr": "Cette boutique peut imprimer sur des papiers de format A3",
|
||
"it": "Questo negozio può stampare su carta di formato A3",
|
||
"nl": "Deze zaak kan printen op A3-formaat"
|
||
},
|
||
"ifnot": "service:print:A3=no"
|
||
},
|
||
{
|
||
"if": "service:print:A2=yes",
|
||
"then": {
|
||
"en": "This shop can print on papers of size A2",
|
||
"ca": "Aquesta botiga pot imprimir en papers de mida A2",
|
||
"cs": "Tento obchod umí tisknout na papíry velikosti A2",
|
||
"de": "Das Geschäft kann Unterlagen auf A2 Papier drucken",
|
||
"es": "Esta tienda puede imprimir en papeles de tamaño A2",
|
||
"fr": "Cette boutique peut imprimer sur des papiers de format A2",
|
||
"it": "Questo negozio può stampare su carta di formato A2",
|
||
"nl": "Deze zaak kan printen op A2-formaat"
|
||
},
|
||
"ifnot": "service:print:A2=no"
|
||
},
|
||
{
|
||
"if": "service:print:A1=yes",
|
||
"then": {
|
||
"en": "This shop can print on papers of size A1",
|
||
"ca": "Aquesta botiga pot imprimir en papers de mida A1",
|
||
"cs": "Tento obchod umí tisknout na papíry velikosti A1",
|
||
"de": "Das Geschäft kann Unterlagen auf A1 Papier drucken",
|
||
"es": "Esta tienda puede imprimir en papeles de tamaño A1",
|
||
"fr": "Cette boutique peut imprimer sur des papiers de format A1",
|
||
"it": "Questo negozio può stampare su carta di formato A1",
|
||
"nl": "Deze zaak kan printen op A1-formaat"
|
||
},
|
||
"ifnot": "service:print:A1=no"
|
||
},
|
||
{
|
||
"if": "service:print:A0=yes",
|
||
"then": {
|
||
"en": "This shop can print on papers of size A0",
|
||
"ca": "Aquesta botiga pot imprimir en papers de mida A0",
|
||
"cs": "Tento obchod umí tisknout na papíry velikosti A0",
|
||
"de": "Das Geschäft kann Unterlagen auf A0 Papier drucken",
|
||
"es": "Esta tienda puede imprimir en papeles de tamaño A0",
|
||
"fr": "Cette boutique peut imprimer sur des papiers de format A0",
|
||
"it": "Questo negozio può stampare su carta di formato A0",
|
||
"nl": "Deze zaak kan printen op A0-formaat"
|
||
},
|
||
"ifnot": "service:print:A0=no"
|
||
}
|
||
],
|
||
"condition": {
|
||
"or": [
|
||
"shop~.*copyshop.*",
|
||
"shop~.*stationery.*",
|
||
"service:print=yes"
|
||
]
|
||
},
|
||
"multiAnswer": true
|
||
},
|
||
{
|
||
"id": "copyshop-binding",
|
||
"question": {
|
||
"en": "Does this shop offer a binding service?",
|
||
"ca": "Aquesta botiga ofereix un servei d'enquadernació?",
|
||
"cs": "Nabízí tento obchod službu vazby?",
|
||
"de": "Bietet dieser Laden einen Bindeservice an?",
|
||
"es": "¿Esta tienda ofrece un servicio de encuadernación?",
|
||
"it": "Questo negozio offre un servizio di rilegatura?"
|
||
},
|
||
"questionHint": {
|
||
"en": "Does this shop bind a bundle of pages into a small book, e.g. with a comb, a spiral, wire or by gluing?",
|
||
"ca": "Aquesta botiga enquaderna un conjunt de pàgines a un llibre petit, per exemple amb una pinta, una espiral, un filferro o adhesiu?",
|
||
"cs": "Váže tento obchod svazek stránek do malé knihy, např. hřebenem, spirálou, drátem nebo lepením?",
|
||
"de": "Bindet dieser Laden ein Bündel von Seiten zu einem kleinen Buch, z.B. mit einer Kamm-, Spiral-, Drahtbindung oder durch Kleben?",
|
||
"es": "¿Esta tienda encuaderna un conjunto de páginas en un pequeño libro, por ejemplo, con un peine, una espiral, alambre o pegamento?",
|
||
"it": "Questo negozio rilega un fascio di pagine in un piccolo libro, ad es. con un pettine, una spirale, un filo o incollando?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "service:binding=yes",
|
||
"then": {
|
||
"en": "This shop binds papers into a booklet",
|
||
"ca": "Aquesta botiga enquaderna papers en un fulletó",
|
||
"cs": "Tento obchod váže papíry do brožury",
|
||
"de": "Dieser Laden bindet Papiere zu einem Heft",
|
||
"es": "Esta tienda encuaderna papeles en un folleto",
|
||
"it": "Questo negozio rilega fogli in un opuscolo"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:binding=no",
|
||
"then": {
|
||
"en": "This shop does bind books",
|
||
"ca": "Aquesta botiga enquaderna llibres",
|
||
"cs": "Tento obchod váže knihy",
|
||
"de": "Dieser Laden bindet Bücher",
|
||
"es": "Esta tienda encuaderna libros",
|
||
"it": "Questo negozio rilega libri"
|
||
}
|
||
}
|
||
],
|
||
"condition": {
|
||
"or": [
|
||
"shop~.*copyshop.*",
|
||
"shop~.*stationery.*",
|
||
"service:print=yes"
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"id": "copyshop-binding-types",
|
||
"question": {
|
||
"en": "What types of binding are offered here?",
|
||
"cs": "Jaké druhy služby vazby se tu nabízejí?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "service:binding:comb=yes",
|
||
"ifnot": "service:binding:comb=no",
|
||
"icon": {
|
||
"class": "large",
|
||
"path": "./assets/layers/shops/comb_binding.jpg"
|
||
},
|
||
"then": {
|
||
"en": "This shop offers comb binding",
|
||
"cs": "Tento obchod nabízí hřebenovou vazbu"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:binding:coil=yes",
|
||
"ifnot": "service:binding:coil=no",
|
||
"icon": "./assets/layers/shops/coil_binding.jpg",
|
||
"then": {
|
||
"en": "This shop offers coil binding <i class='subtle'>(spiral binding)</i>",
|
||
"cs": "Tento obchod nabízí kroužkovou <i class='subtle'>(spirálovou)</i> vazbu"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:binding:wire=yes",
|
||
"ifnot": "service:binding:wire=no",
|
||
"icon": "./assets/layers/shops/wire_binding.jpg",
|
||
"then": {
|
||
"en": "This shop offers wire binding",
|
||
"cs": "Tento obchod nabízí drátovou vazbu"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:binding:thermal=yes",
|
||
"ifnot": "service:binding:thermal=no",
|
||
"then": {
|
||
"en": "This shop offers thermal binding",
|
||
"cs": "Tento obchod nabízí tepelnou vazbu"
|
||
}
|
||
}
|
||
],
|
||
"condition": "service:binding=yes",
|
||
"multiAnswer": true
|
||
},
|
||
{
|
||
"id": "optometrist_service",
|
||
"question": {
|
||
"en": "Are medical services available here?",
|
||
"ca": "Hi ha serveis mèdics disponibles aquí?",
|
||
"cs": "Jsou zde k dispozici lékařské služby?",
|
||
"de": "Gibt es hier medizinische Versorgung?",
|
||
"it": "Sono disponibili servizi medici qui?",
|
||
"nl": "Zijn hier medische services beschikbaar?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "healthcare=optometrist",
|
||
"ifnot": "not:healthcare=optometrist",
|
||
"then": {
|
||
"en": "This shop offers eye exams by certified optometrists",
|
||
"ca": "Aquesta botiga ofereix exàmens oculars per optometristes certificats",
|
||
"cs": "Tento obchod nabízí měření očí certifikovanými optometristy",
|
||
"de": "Dieser Shop bietet Augenuntersuchungen durch zertifizierte Optiker an",
|
||
"it": "Questo negozio offre esami della vista da parte di optometristi certificati",
|
||
"nl": "Hier kan men een oogtest door een erkende optometrist laten uitvoeren"
|
||
}
|
||
},
|
||
{
|
||
"if": "healthcare=audiologist",
|
||
"ifnot": "not:healthcare=audiologist",
|
||
"then": {
|
||
"en": "This shop offers hearing tests by a certified audiologist",
|
||
"ca": "Aquesta botiga ofereix proves auditives per un audiòleg certificat",
|
||
"cs": "Tento obchod nabízí testování sluchu certifikovaným audiologem",
|
||
"de": "Dieser Shop bietet Hörtests durch einen zertifizierten Audiologen an",
|
||
"it": "Questo negozio offre test dell'udito da parte di un audiologo certificato",
|
||
"nl": "HIer kan men een hoortest laten uitvoeren door een erkende audioloog"
|
||
}
|
||
}
|
||
],
|
||
"condition": {
|
||
"or": [
|
||
"shop=optician",
|
||
"shop=hearing_aid",
|
||
"shop=medical_supply"
|
||
]
|
||
},
|
||
"#": "Quite often, opticians also sell hearing aids and vice versa. They often also have a certified optometrist or audiologist",
|
||
"multiAnswer": true
|
||
},
|
||
{
|
||
"id": "key_cutter",
|
||
"question": {
|
||
"en": "Does this shop offer key cutting?",
|
||
"ca": "Aquesta botiga ofereix tall de clau?",
|
||
"cs": "Nabízí tento obchod výrobu klíčů?",
|
||
"de": "Bietet dieser Laden Schlüsselschneiden an?",
|
||
"es": "¿Esta tienda ofrece el corte de llaves?",
|
||
"it": "Questo negozio offre il taglio di chiavi?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "craft=key_cutter",
|
||
"#": "Many shoe repair shops are also specialized in key cutting and deserve the 'craft'-tag. Some other shops (often DIY- and home-improvement stores) offer it as a service, but rather limited/on the side",
|
||
"hideInAnswer": "shop!=shoe_repair",
|
||
"icon": "./assets/layers/id_presets/fas-key.svg",
|
||
"then": {
|
||
"en": "This shop is also specialized in key cutting",
|
||
"ca": "Aquesta botiga també està especialitzada en el tall de claus",
|
||
"cs": "Tento obchod se také specializuje na výrobu klíčů",
|
||
"de": "Dieser Laden ist auch auf das Schlüsselschneiden spezialisiert",
|
||
"es": "Esta tienda también está especializada en el corte de llaves",
|
||
"it": "Questo negozio è anche specializzato nel taglio di chiavi"
|
||
},
|
||
"addExtraTags": [
|
||
"service:key_cutting=yes"
|
||
]
|
||
},
|
||
{
|
||
"if": "service:key_cutting=yes",
|
||
"icon": "./assets/layers/id_presets/fas-key.svg",
|
||
"then": {
|
||
"en": "This shop offers key cutting as a service",
|
||
"ca": "Aquesta botiga ofereix el tall de claus com a servei",
|
||
"cs": "Tento obchod nabízí výrobu klíčů jako službu",
|
||
"de": "Dieser Laden bietet Schlüsselschneiden als Dienstleistung an",
|
||
"es": "Esta tienda ofrece el corte de llaves como servicio",
|
||
"it": "Questo negozio offre il taglio di chiavi come servizio",
|
||
"nl": "Deze winkel kopieert sleutels"
|
||
}
|
||
},
|
||
{
|
||
"if": {
|
||
"and": [
|
||
"craft=",
|
||
"service:key_cutting=no"
|
||
]
|
||
},
|
||
"then": {
|
||
"en": "This shops does not offer key cutting as a service",
|
||
"ca": "Aquestes botigues no ofereixen tall de clau com a servei",
|
||
"cs": "Tyto obchody nenabízejí výrobu klíčů jako službu",
|
||
"de": "Dieser Laden bietet kein Schlüsselschneiden als Dienstleistung an",
|
||
"es": "Esta tienda no ofrece el corte de llaves como servicio",
|
||
"it": "Questo negozio non offre il taglio di chiavi come servizio"
|
||
}
|
||
}
|
||
],
|
||
"condition": {
|
||
"or": [
|
||
"shop=shoe_repair",
|
||
"service:key_cutting~*",
|
||
"craft=key_cutting",
|
||
"shop=diy",
|
||
"shop=doityourself",
|
||
"shop=home_improvement",
|
||
"shop=hardware",
|
||
"shop=locksmith",
|
||
"shop=repair"
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"id": "hairdresser-targetgroup",
|
||
"question": {
|
||
"en": "In what target groups does this hairdresser specialize?",
|
||
"cs": "Na jakou cílovou skupinu se toto kadeřnictví specializuje?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "male=yes",
|
||
"ifnot": "male=no",
|
||
"then": {
|
||
"en": "Specializes in cutting men's hair.",
|
||
"cs": "Specializuje se na stříhání mužských vlasů."
|
||
}
|
||
},
|
||
{
|
||
"if": "female=yes",
|
||
"ifnot": "female=no",
|
||
"then": {
|
||
"en": "Specializes in cutting women's hair.",
|
||
"cs": "Specializuje se na stříhání ženských vlasů."
|
||
}
|
||
},
|
||
{
|
||
"if": "children=yes",
|
||
"ifnot": "children=no",
|
||
"then": {
|
||
"en": "Specializes in cutting kids hair.",
|
||
"cs": "Specializuje se na stříhání dětských vlasů."
|
||
}
|
||
}
|
||
],
|
||
"condition": "shop=hairdresser",
|
||
"multiAnswer": true
|
||
},
|
||
{
|
||
"builtin": "reservation",
|
||
"override": {
|
||
"condition": {
|
||
"and+": [
|
||
"shop=hairdresser"
|
||
]
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"id": "sells_new_bikes",
|
||
"question": {
|
||
"en": "Does this shop sell bikes?",
|
||
"ca": "Aquesta botiga ven bicicletes?",
|
||
"cs": "Prodává tento obchod jízdní kola?",
|
||
"da": "Sælger denne butik cykler?",
|
||
"de": "Verkauft dieses Geschäft Fahrräder?",
|
||
"es": "¿Esta tienda vende bicicletas?",
|
||
"fr": "Est-ce que ce magasin vend des vélos ?",
|
||
"gl": "Esta tenda vende bicicletas?",
|
||
"it": "Questo negozio vende biciclette?",
|
||
"nl": "Verkoopt deze fietszaak fietsen?",
|
||
"pt": "Esta loja vende bicicletas?",
|
||
"pt_BR": "Esta loja vende bicicletas?",
|
||
"ru": "Продаются ли велосипеды в этом магазине?",
|
||
"uk": "Чи продає цей магазин велосипеди?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "service:bicycle:retail=yes",
|
||
"then": {
|
||
"en": "This shop sells new bikes",
|
||
"ca": "Aquesta botiga ven bicicletes noves",
|
||
"cs": "Tento obchod prodává nová kola",
|
||
"de": "Dieses Geschäft verkauft neue Fahrräder",
|
||
"es": "Esta tienda vende bicicletas nuevas",
|
||
"fr": "Ce magasin vend des vélos nouveaux",
|
||
"it": "Questo negozio vende biciclette nuove",
|
||
"nl": "Deze winkel verkoopt nieuwe fietsen",
|
||
"uk": "У цьому магазині продають нові велосипеди"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:bicycle:retail=no",
|
||
"then": {
|
||
"en": "This shop doesn't sell new bikes",
|
||
"ca": "Aquesta botiga no ven bicicletes noves",
|
||
"cs": "Tento obchod neprodává nová kola",
|
||
"de": "Dieses Geschäft verkauft keine neuen Fahrräder",
|
||
"es": "Esta tienda no vende bicicletas nuevas",
|
||
"fr": "Ce magasin ne vend pas de vélo nouveaux",
|
||
"it": "Questo negozio non vende biciclette nuove",
|
||
"nl": "Deze winkel verkoopt geen nieuwe fietsen",
|
||
"uk": "Цей магазин не продає нові велосипеди"
|
||
}
|
||
}
|
||
],
|
||
"condition": {
|
||
"#": "Yes, DIY-stores sometimes sell bikes! E.g.: https://www.hubo.be/nl/zoekresultaten/?q=fiets",
|
||
"or": [
|
||
"service:bicycle:retail~*",
|
||
"shop=outdoor",
|
||
"shop=sport",
|
||
"shop=sports",
|
||
"shop=diy",
|
||
"shop=doityourself"
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"id": "bike_second_hand",
|
||
"question": {
|
||
"en": "Does this shop sell second-hand bikes?",
|
||
"ca": "Aquesta botiga ven bicicletes de segona mà?",
|
||
"cs": "Prodává tento obchod použitá jízdní kola?",
|
||
"da": "Sælger denne butik brugte cykler?",
|
||
"de": "Verkauft dieses Geschäft gebrauchte Fahrräder?",
|
||
"es": "¿Esta tienda vende bicicletas de segunda mano?",
|
||
"fr": "Est-ce ce magasin vend des vélos d'occasion ?",
|
||
"gl": "Esta tenda vende bicicletas de segunda man?",
|
||
"it": "Questo negozio vende biciclette di seconda mano?",
|
||
"nl": "Verkoopt deze winkel tweedehands fietsen?",
|
||
"ru": "В этом магазине продаются подержанные велосипеды?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "service:bicycle:second_hand=yes",
|
||
"alsoShowIf": "second_hand=yes",
|
||
"then": {
|
||
"en": "This shop sells second-hand bikes",
|
||
"ca": "Aquesta botiga ven bicis de segona mà",
|
||
"cs": "Tento obchod prodává použitá jízdní kola",
|
||
"da": "Denne butik sælger brugte cykler",
|
||
"de": "Das Geschäft verkauft auch gebrauchte Fahrräder",
|
||
"es": "Esta tienda vende bicicletas de segunda mano",
|
||
"fr": "Ce magasin vend des vélos d'occasion",
|
||
"gl": "Esta tenda vende bicicletas de segunda man",
|
||
"it": "Questo negozio vende biciclette di seconda mano",
|
||
"nl": "Deze winkel verkoopt tweedehands fietsen",
|
||
"ru": "В этом магазине продаются подержанные велосипеды",
|
||
"uk": "У цьому магазині продають вживані велосипеди"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:bicycle:second_hand=no",
|
||
"alsoShowIf": "second_hand=no",
|
||
"then": {
|
||
"en": "This shop doesn't sell second-hand bikes",
|
||
"ca": "Aquesta botiga no ven bicis de segona mà",
|
||
"cs": "Tento obchod neprodává kola z druhé ruky",
|
||
"da": "Denne butik sælger ikke brugte cykler",
|
||
"de": "Das Geschäft verkauft keine gebrauchten Fahrräder",
|
||
"es": "Esta tienda no vende bicicletas de segunda mano",
|
||
"fr": "Ce magasin ne vend pas de vélos d'occasion",
|
||
"gl": "Esta tenda non vende bicicletas de segunda man",
|
||
"it": "Questo negozio non vende biciclette di seconda mano",
|
||
"nl": "Deze winkel verkoopt geen tweedehands fietsen",
|
||
"ru": "В этом магазине не продаются подержанные велосипеды"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:bicycle:second_hand=only",
|
||
"alsoShowIf": "second_hand=only",
|
||
"then": {
|
||
"en": "This shop only sells second-hand bikes",
|
||
"ca": "Aquesta botiga sols ven bicis de segona mà",
|
||
"cs": "Tento obchod prodává pouze kola z druhé ruky",
|
||
"da": "Denne butik sælger kun brugte cykler",
|
||
"de": "Das Geschäft verkauft ausschließlich gebrauchte Fahrräder",
|
||
"es": "Esta tienda solo vende bicicletas de segunda mano",
|
||
"fr": "Ce magasin vend seulement des vélos d'occasion",
|
||
"gl": "Esta tenda só vende bicicletas de segunda man",
|
||
"it": "Questo negozio vende solo biciclette di seconda mano",
|
||
"nl": "Deze winkel verkoopt enkel tweedehands fietsen",
|
||
"ru": "В этом магазине продаются только подержанные велосипеды",
|
||
"uk": "Цей магазин продає лише вживані велосипеди"
|
||
}
|
||
}
|
||
],
|
||
"condition": {
|
||
"or": [
|
||
"service:bicycle:second_hand~*",
|
||
"shop=bicycle",
|
||
"shop=charity",
|
||
"shop=second_hand",
|
||
"shop=bicycle_repair"
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"id": "repairs_bikes",
|
||
"question": {
|
||
"en": "Does this shop repair bikes?",
|
||
"ca": "Aquesta botiga repara bicicletes?",
|
||
"cs": "Opravuje tento obchod jízdní kola?",
|
||
"da": "Reparerer denne butik cykler?",
|
||
"de": "Repariert dieses Geschäft Fahrräder?",
|
||
"es": "¿Esta tienda repara bicicletas?",
|
||
"fr": "Est-ce que ce magasin répare des vélos ?",
|
||
"gl": "Esta tenda arranxa bicicletas?",
|
||
"it": "Questo negozio ripara biciclette?",
|
||
"nl": "Herstelt deze winkel fietsen?",
|
||
"pt": "Esta loja conserta bicicletas?",
|
||
"pt_BR": "Esta loja conserta bicicletas?",
|
||
"ru": "В этом магазине ремонтируют велосипеды?",
|
||
"uk": "Чи ремонтує ця майстерня велосипеди?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "service:bicycle:repair=yes",
|
||
"then": {
|
||
"en": "This shop repairs bikes",
|
||
"ca": "Aquesta botiga repara bicis",
|
||
"cs": "Tento obchod opravuje jízdní kola",
|
||
"da": "Denne butik reparerer cykler",
|
||
"de": "Das Geschäft repariert Fahrräder",
|
||
"es": "Esta tienda repara bicicletas",
|
||
"fr": "Ce magasin répare des vélos",
|
||
"gl": "Esta tenda arranxa bicicletas",
|
||
"it": "Questo negozio ripara biciclette",
|
||
"nl": "Deze winkel herstelt fietsen",
|
||
"pt": "Esta loja conserta bicicletas",
|
||
"pt_BR": "Esta loja conserta bicicletas",
|
||
"ru": "Этот магазин ремонтирует велосипеды",
|
||
"uk": "У цій майстерні ремонтують велосипеди"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:bicycle:repair=no",
|
||
"then": {
|
||
"en": "This shop doesn't repair bikes",
|
||
"ca": "Aquesta botiga no repara bicis",
|
||
"cs": "Tento obchod neopravuje jízdní kola",
|
||
"da": "Denne butik reparerer ikke cykler",
|
||
"de": "Das Geschäft repariert keine Fahrräder",
|
||
"es": "Esta tienda no repara bicicletas",
|
||
"fr": "Ce magasin ne répare pas les vélos",
|
||
"gl": "Esta tenda non arranxa bicicletas",
|
||
"it": "Questo negozio non ripara biciclette",
|
||
"nl": "Deze winkel herstelt geen fietsen",
|
||
"pt": "Esta loja não conserta bicicletas",
|
||
"pt_BR": "Esta loja não conserta bicicletas",
|
||
"ru": "Этот магазин не ремонтирует велосипеды",
|
||
"uk": "Ця майстерня не ремонтує велосипеди"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:bicycle:repair=only_sold",
|
||
"then": {
|
||
"en": "This shop only repairs bikes bought here",
|
||
"ca": "Aquesta botiga sols repara bicis comprades aquí",
|
||
"cs": "Tento obchod opravuje pouze zde zakoupená kola",
|
||
"da": "Denne butik reparerer kun cykler købt her",
|
||
"de": "Das Geschäft repariert nur hier gekaufte Fahrräder",
|
||
"es": "Esta tienda solo repara bicicletas compradas aquí",
|
||
"fr": "Ce magasin ne répare seulement les vélos achetés là-bas",
|
||
"gl": "Esta tenda só arranxa bicicletas mercadas aquí",
|
||
"it": "Questo negozio ripara solo biciclette acquistate qui",
|
||
"nl": "Deze winkel herstelt enkel fietsen die hier werden gekocht",
|
||
"pt": "Esta loja conserta bicicletas compradas aqui",
|
||
"pt_BR": "Esta loja conserta bicicletas compradas aqui",
|
||
"ru": "Этот магазин ремонтирует только велосипеды, купленные здесь",
|
||
"uk": "Ця майстерня ремонтує тільки куплені тут велосипеди"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:bicycle:repair=brand",
|
||
"then": {
|
||
"en": "This shop only repairs bikes of a certain brand",
|
||
"ca": "Aquesta tenda sols repara bicis d’una marca concreta",
|
||
"cs": "Tento obchod opravuje pouze kola určité značky",
|
||
"da": "Dette værksted reparerer kun cykler af et bestemt mærke",
|
||
"de": "Das Geschäft repariert nur Fahrräder einer bestimmten Marke",
|
||
"es": "Esta tienda solo repara bicicletas de una determinada marca",
|
||
"fr": "Ce magasin ne répare seulement des marques spécifiques",
|
||
"gl": "Esta tenda só arranxa bicicletas dunha certa marca",
|
||
"it": "Questo negozio ripara solo biciclette di un certo marchio",
|
||
"nl": "Deze winkel herstelt enkel fietsen van een bepaald merk",
|
||
"pt": "Esta loja conserta bicicletas de uma certa marca",
|
||
"pt_BR": "Esta loja conserta bicicletas de uma certa marca",
|
||
"ru": "В этом магазине обслуживают велосипеды определённого бренда",
|
||
"uk": "Ця майстерня ремонтує велосипеди лише певної марки"
|
||
}
|
||
}
|
||
],
|
||
"condition": {
|
||
"#": "We don't check for shop=bicycle_repair as they imply whether or not bikes are sold",
|
||
"or": [
|
||
"service:bicycle:repair~*",
|
||
"shop=sport",
|
||
"shop=sports",
|
||
"shop=outdoor",
|
||
"shop=bicycle",
|
||
"service:bicycle:retail=yes",
|
||
"service:bicycle:second_hand=yes",
|
||
"service:bicycle:second_hand=only"
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"id": "bicycle_rental",
|
||
"question": {
|
||
"en": "Does this shop rent out bikes?",
|
||
"ca": "Aquesta botiga alquila bicicletes?",
|
||
"cs": "Pronajímá tento obchod kola?",
|
||
"da": "Udlejer denne butik cykler?",
|
||
"de": "Vermietet dieses Geschäft Fahrräder?",
|
||
"es": "¿Esta tienda alquila bicicletas?",
|
||
"fr": "Est-ce ce magasin loue des vélos ?",
|
||
"gl": "Esta tenda aluga bicicletas?",
|
||
"it": "Questo negozio noleggia biciclette?",
|
||
"nl": "Verhuurt deze winkel fietsen?",
|
||
"pt": "Esta loja aluga bicicletas?",
|
||
"pt_BR": "Esta loja aluga bicicletas?",
|
||
"ru": "Этот магазин сдает велосипеды в аренду?",
|
||
"uk": "Чи дає цей магазин велосипеди напрокат?"
|
||
},
|
||
"questionHint": {
|
||
"en": "This is about rental for e.g. tourists who need a bike. Some bicycle repair shops offer a bicycle to use while your bicycle is being repaired but this is not considered rental for this question.",
|
||
"ca": "Es tracta de lloguer per a, per exemple, turistes que necessiten una bicicleta. Alguns tallers de reparació de bicicletes ofereixen una bicicleta a utilitzar mentre la seva bicicleta està sent reparada, però això no es considera lloguer per a aquesta pregunta.",
|
||
"cs": "Jedná se o pronájem např. turisté, kteří potřebují kolo. Některé opravny jízdních kol nabízejí jízdní kolo k použití při opravě kola, ale u této otázky se to nepovažuje za pronájem.",
|
||
"de": "Es geht um die Vermietung, z.B. an Touristen, die ein Fahrrad benötigen. Einige Fahrradwerkstätten bieten ein Fahrrad an, das man benutzen kann, während das eigene Fahrrad repariert wird, aber dies wird für diese Frage nicht als Vermietung betrachtet.",
|
||
"es": "Esto se refiere al alquiler para, por ejemplo, turistas que necesitan una bicicleta. Algunas tiendas de reparación de bicicletas ofrecen una bicicleta para usar mientras se repara la suya, pero esto no se considera alquiler para esta pregunta.",
|
||
"it": "Si tratta di noleggio per es. turisti che hanno bisogno di una bicicletta. Alcuni negozi di riparazione di biciclette offrono una bicicletta da utilizzare mentre la tua bicicletta viene riparata, ma questo non è considerato noleggio per questa domanda.",
|
||
"uk": "Йдеться про прокат для туристів, яким потрібен велосипед. Деякі майстерні з ремонту велосипедів пропонують велосипед на час ремонту, але це не вважається прокатом в даному випадку."
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "service:bicycle:rental=yes",
|
||
"then": {
|
||
"en": "This shop rents out bikes",
|
||
"ca": "Aquesta botiga lloga bicis",
|
||
"cs": "Tento obchod pronajímá jízdní kola",
|
||
"da": "Denne butik udlejer cykler",
|
||
"de": "Das Geschäft vermietet Fahrräder",
|
||
"es": "Esta tienda alquila bicicletas",
|
||
"fr": "Ce magasin loue des vélos",
|
||
"gl": "Esta tenda aluga bicicletas",
|
||
"it": "Questo negozio noleggia biciclette",
|
||
"nl": "Deze winkel verhuurt fietsen",
|
||
"pt": "Esta loja aluga bicicletas",
|
||
"pt_BR": "Esta loja aluga bicicletas",
|
||
"ru": "Этот магазин сдает велосипеды в аренду",
|
||
"uk": "У цьому магазині можна взяти напрокат велосипеди"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:bicycle:rental=no",
|
||
"then": {
|
||
"en": "This shop doesn't rent out bikes",
|
||
"ca": "Aquesta botiga no lloga bicis",
|
||
"cs": "Tento obchod nepronajímá kola",
|
||
"da": "Denne butik udlejer ikke cykler",
|
||
"de": "Das Geschäft vermietet keine Fahrräder",
|
||
"es": "Esta tienda no alquila bicicletas",
|
||
"fr": "Ce magasin ne loue pas de vélos",
|
||
"gl": "Esta tenda non aluga bicicletas",
|
||
"it": "Questo negozio non noleggia biciclette",
|
||
"nl": "Deze winkel verhuurt geen fietsen",
|
||
"pt": "Esta loja não aluga bicicletas",
|
||
"pt_BR": "Esta loja não aluga bicicletas",
|
||
"ru": "Этот магазин не сдает велосипеды напрокат",
|
||
"uk": "Цей магазин не дає велосипеди напрокат"
|
||
}
|
||
}
|
||
],
|
||
"condition": {
|
||
"or": [
|
||
"service:bicycle:rental~*",
|
||
"shop=bicycle",
|
||
"shop=sport",
|
||
"shop=sports",
|
||
"shop=bicycle_repair",
|
||
"shop=outdoor",
|
||
"shop=rental"
|
||
]
|
||
},
|
||
"#": "Remark: we steal the 'bicycle_rental' questions from the other layer. They'll get the condition of their source automatically!"
|
||
},
|
||
{
|
||
"builtin": "bicycle_rental.*bicycle_rental",
|
||
"override": {
|
||
"condition": {
|
||
"and+": [
|
||
{
|
||
"or": [
|
||
"service:bicycle:rental=yes",
|
||
"bicycle_rental~*"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"id": "bike_pump_service",
|
||
"question": {
|
||
"en": "Does this shop offer a bike pump for use by anyone?",
|
||
"ca": "Aquesta botiga ofereix una manxa perquè la utilitzi qualsevol?",
|
||
"cs": "Nabízí tento obchod pumpu na kolo k použití pro kohokoli?",
|
||
"da": "Tilbyder denne butik en cykelpumpe til brug for alle?",
|
||
"de": "Gibt es in diesem Geschäft eine öffentlich nutzbare Luftpumpe?",
|
||
"es": "¿Esta tienda ofrece una bomba de bicicleta para uso de cualquiera?",
|
||
"fr": "Est-ce que ce magasin offre une pompe en accès libre ?",
|
||
"gl": "Esta tenda ofrece unha bomba de ar para uso de calquera persoa?",
|
||
"it": "Questo negozio offre una pompa per biciclette utilizzabile da chiunque?",
|
||
"nl": "Biedt deze winkel een fietspomp aan voor iedereen?",
|
||
"ru": "Предлагается ли в этом магазине велосипедный насос для всеобщего пользования?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "service:bicycle:pump=yes",
|
||
"then": {
|
||
"en": "This shop offers a bike pump for anyone",
|
||
"ca": "Aquesta botiga ofereix una manxa per a tothom",
|
||
"cs": "Tento obchod nabízí pumpu na kolo pro každého",
|
||
"da": "Denne butik tilbyder en cykelpumpe til alle",
|
||
"de": "Im Geschäft gibt es eine öffentlich nutzbare Luftpumpe",
|
||
"es": "Esta tienda ofrece una bomba de bicicleta para cualquiera",
|
||
"fr": "Ce magasin offre une pompe en acces libre",
|
||
"gl": "Esta tenda ofrece unha bomba de ar para uso de calquera persoa",
|
||
"it": "Questo negozio offre una pompa per biciclette per chiunque",
|
||
"nl": "Deze winkel biedt een fietspomp aan voor iedereen",
|
||
"ru": "В этом магазине есть велосипедный насос для всеобщего пользования"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:bicycle:pump=no",
|
||
"then": {
|
||
"en": "This shop doesn't offer a bike pump for anyone",
|
||
"ca": "Aquesta botiga no ofereix una manxa per a tothom",
|
||
"cs": "Tento obchod nenabízí pumpičku na kolo pro každého",
|
||
"da": "Denne butik tilbyder ikke en cykelpumpe til nogen",
|
||
"de": "Im Geschäft gibt es keine öffentlich nutzbare Luftpumpe",
|
||
"es": "Esta tienda no ofrece una bomba de bicicleta para cualquiera",
|
||
"fr": "Ce magasin n'offre pas de pompe en libre accès",
|
||
"gl": "Esta tenda non ofrece unha bomba de ar para uso de calquera persoa",
|
||
"it": "Questo negozio non offre una pompa per biciclette per chiunque",
|
||
"nl": "Deze winkel biedt geen fietspomp aan voor eender wie",
|
||
"ru": "В этом магазине нет велосипедного насоса для всеобщего пользования"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:bicycle:pump=separate",
|
||
"then": {
|
||
"en": "There is bicycle pump, it is shown as a separate point",
|
||
"ca": "Hi ha una manxa, es mostra com a un punt separat",
|
||
"cs": "K dispozici je pumpa na jízdní kola, je zobrazena jako samostatný bod",
|
||
"da": "Der er cykelpumpe, den er vist som et separat punkt",
|
||
"de": "Es gibt eine Luftpumpe, sie ist als separater Punkt eingetragen",
|
||
"es": "Hay una bomba de bicicleta, se muestra como un punto separado",
|
||
"fr": "Il y a une pompe à vélo, c'est indiqué comme un point séparé",
|
||
"it": "C'è una pompa per biciclette, è mostrata come un punto separato",
|
||
"nl": "Er is een fietspomp, deze is apart aangeduid"
|
||
}
|
||
}
|
||
],
|
||
"condition": {
|
||
"or": [
|
||
"service:bicycle:pump~*",
|
||
"shop=bicycle",
|
||
"shop=bicycle_repair",
|
||
"service:bicycle:retail=yes",
|
||
"service:bicycle:.+~~yes"
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"id": "bike_repair_tools",
|
||
"question": {
|
||
"en": "Are there tools here to repair your own bike?",
|
||
"ca": "Hi ha ferramentes perquè reparis la teva bici?",
|
||
"cs": "Jsou zde nástroje na opravu vlastního kola?",
|
||
"da": "Er der værktøj her til at reparere din egen cykel?",
|
||
"de": "Gibt es hier Werkzeug, um das eigene Fahrrad zu reparieren?",
|
||
"es": "¿Hay herramientas aquí para reparar tu propia bicicleta?",
|
||
"fr": "Est-ce qu'il y a des outils pour réparer son vélo dans ce magasin ?",
|
||
"gl": "Hai ferramentas aquí para arranxar a túa propia bicicleta?",
|
||
"it": "Ci sono strumenti qui per riparare la tua bicicletta?",
|
||
"nl": "Biedt deze winkel gereedschap aan om je fiets zelf te herstellen?",
|
||
"ru": "Есть ли здесь инструменты для починки собственного велосипеда?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "service:bicycle:diy=yes",
|
||
"then": {
|
||
"en": "This shop offers tools for DIY bicycle repair",
|
||
"ca": "Aquesta botiga ofereix ferramentes per a la reparació DIY",
|
||
"cs": "Tento obchod nabízí nářadí pro kutilské opravy",
|
||
"da": "Denne butik tilbyder værktøj til gør-det-selv-reparation",
|
||
"de": "Das Geschäft bietet Werkzeug an, um das eigene Fahrrad zu reparieren",
|
||
"es": "Esta tienda ofrece herramientas para la reparación de bicicletas por cuenta propia",
|
||
"fr": "Ce magasin offre des outils pour réparer son vélo soi-même",
|
||
"gl": "Hai ferramentas aquí para arranxar a túa propia bicicleta",
|
||
"it": "Questo negozio offre strumenti per la riparazione fai-da-te delle biciclette",
|
||
"nl": "Deze winkel biedt gereedschap aan om je fiets zelf te herstellen"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:bicycle:diy=no",
|
||
"then": {
|
||
"en": "This shop doesn't offer tools for DIY bicycle repair",
|
||
"ca": "Aquesta botiga no ofereix ferramentes per a la reparació DIY",
|
||
"cs": "Tento obchod nenabízí nářadí pro opravy svépomocí",
|
||
"da": "Denne butik tilbyder ikke værktøj til gør-det-selv reparation",
|
||
"de": "Das Geschäft bietet kein Werkzeug an, um das eigene Fahrrad zu reparieren",
|
||
"es": "Esta tienda no ofrece herramientas para la reparación de bicicletas por cuenta propia",
|
||
"fr": "Ce magasin n'offre pas des outils pour réparer son vélo soi-même",
|
||
"gl": "Non hai ferramentas aquí para arranxar a túa propia bicicleta",
|
||
"it": "Questo negozio non offre strumenti per la riparazione fai-da-te delle biciclette",
|
||
"nl": "Deze winkel biedt geen gereedschap aan om je fiets zelf te herstellen"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:bicycle:diy=only_sold",
|
||
"then": {
|
||
"en": "Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop",
|
||
"ca": "Les ferramentes per a reparacions DIY sols estan disponibles si vas comprar/llogar la bici a la botiga",
|
||
"cs": "Nářadí pro opravy svépomocí je k dispozici pouze v případě, že jste si kolo koupili/pronajali v prodejně",
|
||
"da": "Værktøj til gør-det-selv-reparation er kun tilgængeligt, hvis du har købt/lejet cyklen i butikken",
|
||
"de": "Das Geschäft bietet nur Werkzeug an, um das eigene Fahrrad zu reparieren, wenn es dort gekauft/gemietet wurde",
|
||
"es": "Las herramientas para la reparación de bicicletas por cuenta propia solo están disponibles si compraste/alquilaste la bicicleta en la tienda",
|
||
"fr": "Des outils d'auto-réparation sont disponibles uniquement si vous avez acheté ou loué le vélo dans ce magasin",
|
||
"it": "Gli strumenti per la riparazione fai-da-te delle biciclette sono disponibili solo se hai acquistato/noleggiato la bicicletta nel negozio",
|
||
"nl": "Het gereedschap aan om je fiets zelf te herstellen is enkel voor als je de fiets er kocht of huurt",
|
||
"ru": "Инструменты для починки доступны только при покупке/аренде велосипеда в магазине"
|
||
}
|
||
}
|
||
],
|
||
"condition": {
|
||
"or": [
|
||
"service:bicycle:diy~*",
|
||
"shop=bicycle",
|
||
"shop=bicycle_repair",
|
||
"service:bicycle:repair~yes|only"
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"id": "bike_wash",
|
||
"question": {
|
||
"en": "Are bicycles washed here?",
|
||
"ca": "Aquí es renten bicicletes?",
|
||
"cs": "Myjí se zde jízdní kola?",
|
||
"da": "Vaskes cykler her?",
|
||
"de": "Bietet dieses Geschäft Fahrradreinigungen an?",
|
||
"es": "¿Se lavan bicicletas aquí?",
|
||
"fr": "Lave-t-on les vélos ici ?",
|
||
"it": "Le biciclette vengono lavate qui?",
|
||
"nl": "Biedt deze winkel een fietsschoonmaak aan?",
|
||
"ru": "Здесь моют велосипеды?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "service:bicycle:cleaning=yes",
|
||
"then": {
|
||
"en": "This shop cleans bicycles",
|
||
"ca": "Aquesta botiga renta bicicletes",
|
||
"cs": "Tento obchod čistí jízdní kola",
|
||
"da": "Denne butik rengør cykler",
|
||
"de": "Das Geschäft bietet Fahrradreinigungen an",
|
||
"es": "Esta tienda limpia bicicletas",
|
||
"fr": "Ce magasin lave les vélos",
|
||
"it": "Questo negozio pulisce le biciclette",
|
||
"nl": "Deze winkel biedt fietsschoonmaak aan",
|
||
"ru": "В этом магазине оказываются услуги мойки/чистки велосипедов"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:bicycle:cleaning=diy",
|
||
"then": {
|
||
"en": "This shop has an installation where one can clean bicycles themselves",
|
||
"ca": "Aquesta botiga té una instal·lació on un pot rentar les bicis per un mateix",
|
||
"cs": "Tento obchod má zařízení, kde si můžete sami vyčistit jízdní kola",
|
||
"da": "Denne butik har et anlæg, hvor man selv kan rengøre cykler",
|
||
"de": "Im Geschäft können Fahrräder selbst gereinigt werden",
|
||
"es": "Esta tienda tiene una instalación donde uno puede limpiar las bicicletas por sí mismo",
|
||
"fr": "Ce magasin a une installation pour laver soi même des vélos",
|
||
"it": "Questo negozio ha un'installazione dove si possono pulire le biciclette da soli",
|
||
"nl": "Deze winkel biedt een installatie aan om zelf je fiets schoon te maken"
|
||
}
|
||
},
|
||
{
|
||
"if": "service:bicycle:cleaning=no",
|
||
"then": {
|
||
"en": "This shop doesn't offer bicycle cleaning",
|
||
"ca": "Aquesta botiga no ofereix rentat de bicis",
|
||
"cs": "Tento obchod nenabízí čištění jízdních kol",
|
||
"da": "Denne butik tilbyder ikke rengøring af cykler",
|
||
"de": "Das Geschäft bietet keine Fahrradreinigungen an",
|
||
"es": "Esta tienda no ofrece limpieza de bicicletas",
|
||
"fr": "Ce magasin ne fait pas le nettoyage de vélo",
|
||
"it": "Questo negozio non offre la pulizia delle biciclette",
|
||
"nl": "Deze winkel biedt geen fietsschoonmaak aan",
|
||
"ru": "В этом магазине нет услуг мойки/чистки велосипедов"
|
||
}
|
||
}
|
||
],
|
||
"condition": {
|
||
"or": [
|
||
"service:bicycle:cleaning~*",
|
||
"shop=bicycle",
|
||
"shop=bicycle_repair",
|
||
"service:bicycle:.*~~yes|only"
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"builtin": "bike_cleaning.bike_cleaning-service_bicycle_cleaning_charge"
|
||
},
|
||
{
|
||
"id": "erotic_shop_fetish",
|
||
"labels": [
|
||
"nsfw"
|
||
],
|
||
"question": {
|
||
"en": "Does this shop offer fetish gear?",
|
||
"cs": "Nabízí tento obchod vybavení pro fetišisty?",
|
||
"de": "Bietet dieser Laden Fetischkleidung an?",
|
||
"es": "¿Esta tienda ofrece artículos fetiche?",
|
||
"it": "Questo negozio offre attrezzature fetish?",
|
||
"ko": "이 상점은 페티시 기어를 제공하나요?",
|
||
"nl": "Biedt deze winkel fetisjspullen aan?",
|
||
"zh_Hant": "這家商店提供戀物癖裝備嗎?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "fetish:bdsm:soft=yes",
|
||
"ifnot": "fetish:bdsm:soft=no",
|
||
"then": {
|
||
"en": "This shop offers <b>soft BDSM-gear</b>, such as fluffy handcuffs, a 'fifty-shade-of-grey'-starterset, ...",
|
||
"cs": "Tento obchod nabízí <b>měkké BDSM pomůcky</b>, jako jsou chlupatá pouta, sada „padesát odstínů šedi“, ...",
|
||
"de": "Dieser Laden bietet <b>weiches BDSM-Zubehör</b> an, wie zum Beispiel flauschige Handschellen, ein \"Fifty Shades of Grey\"-Starterset, ...",
|
||
"es": "Esta tienda ofrece <b>artículos BDSM suaves</b>, como esposas de peluche, un kit de iniciación 'cincuenta sombras de Grey',...",
|
||
"it": "Questo negozio offre <b>attrezzature BDSM leggere</b>, come manette pelose, un 'kit di partenza cinquanta sfumature di grigio', ...",
|
||
"ko": "이 상점은 털 수갑과 같은 <b>soft BDSM-gear</b>를 제공합니다.",
|
||
"nl": "Deze winkel biedt <b>soft BDSM-accessoires</b>, zoals zachte handboeien, een 'fifty-shade-of-grey'-starterset, ...",
|
||
"zh_Hant": "這間店提供<b>軟性調教道具</b>,例如完整的手銬、完整的格雷的五十道陰影入門款、…"
|
||
}
|
||
},
|
||
{
|
||
"if": "fetish:bdsm:specialized=yes",
|
||
"ifnot": "fetish:bdsm:specialized=no",
|
||
"then": {
|
||
"en": "This shop offers <b>specialized BDSM-gear</b>, such as spreader bars, supplies for needle play, medical bondage supplies, impact tools, shackles, metal colors, cuffs, nipple clamps, shibari accessories, ...",
|
||
"cs": "Tento obchod nabízí <b>specializované BDSM pomůcky</b>, jako jsou roztahovací tyče, potřeby pro hru na jehlách, potřeby pro lékařskou bondáž, nárazové nástroje, pouta, kovové barvy, pouta, svorky na bradavky, shibari doplňky, ...",
|
||
"de": "Dieser Laden bietet <b>spezialisiertes BDSM-Zubehör</b> an, wie zum Beispiel Spreizstangen, Utensilien für Nadelfolter, medizinische Bondage-Ausrüstung, Schlagwerkzeuge, Fesseln, Metallhalsbänder, Handschellen, Nippelklemmen, Shibari-Zubehör, ...",
|
||
"es": "Esta tienda ofrece <b>artículos BDSM especializados</b>, como barras separadoras, artículos para juegos con agujas, artículos de bondage médico, herramientas de impacto, grilletes, colores metálicos, puños, pinzas para pezones, accesorios shibari,...",
|
||
"it": "Questo negozio offre <b>attrezzature BDSM specializzate</b>, come barre divaricatrici, forniture per giochi con aghi, forniture per bondage medico, strumenti d'impatto, catene, polsini, morsetti per capezzoli, accessori per shibari, ...",
|
||
"ko": "이 상점은 스프레더 바와 같은 <b>specialized BDSM-gear</b>를 제공합니다.",
|
||
"nl": "Deze winkel biedt <b>gespecialiseerde BDSM-benodigdheden</b>, zoals spreidstangen, benodigdheden voor naaldspellen, medische bondagebenodigdheden, slagwerktuigen, kluisters, metalen kleuren, boeien, tepelklemmen, shibari-accessoires, ...",
|
||
"zh_Hant": "這間店提供<b>特規調教工具</b>,例如擴張桿、針刺遊戲用品、醫療束縛用品、衝擊工具、枷鎖、金屬色料、袖口、乳頭夾、繩縛配件、…"
|
||
}
|
||
},
|
||
{
|
||
"if": "fetish:pet_play=yes",
|
||
"ifnot": "fetish:pet_play=no",
|
||
"then": {
|
||
"en": "This shop offers <b>pet play</b> accessories, such as puppy masks, animal masks, pony play, tails, hoof shoes, ...",
|
||
"cs": "Tento obchod nabízí doplňky <b>na hraní si na zvířata</b>, jako jsou masky štěňat, masky zvířat, poníci na hraní, ocasy, boty na kopyta, ...",
|
||
"de": "Dieser Laden bietet <b>Petplay</b>-Zubehör an, wie zum Beispiel Hundemasken, Tiermasken, Ponyplay-Ausrüstung, Schwänze, Hufschuhe, ...",
|
||
"es": "Esta tienda ofrece accesorios para <b>juegos con mascotas</b>, como máscaras de cachorro, máscaras de animales, juegos de pony, colas, zapatos de casco,...",
|
||
"it": "Questo negozio offre accessori per <b>pet play</b>, come maschere da cucciolo, maschere di animali, pony play, code, scarpe a zoccolo, ...",
|
||
"ko": "이 상점은 동물 마스크와 같은 <b>pet play</b> 악세사리를 제공합니다.",
|
||
"nl": "Deze winkel biedt '<b>pet play</b>'-accessoires, zoals puppymaskers, dierenmaskers, ponyspellen, staarten, hoefschoenen, ...",
|
||
"zh_Hant": "這間店提供<b>寵物扮演</b>配件,像是寵物面具、動物面具、馬尾、馬蹄鐵、…"
|
||
}
|
||
},
|
||
{
|
||
"if": "fetish:leather=yes",
|
||
"ifnot": "fetish:leather=no",
|
||
"then": {
|
||
"en": "This shop offers <b>leather gear</b>, including pants and shirts usable in daily life up till leather harnesses",
|
||
"cs": "Tento obchod nabízí <b>kožené vybavení</b>, včetně kalhot a košil použitelných v každodenním životě až po kožené postroje",
|
||
"de": "Dieser Laden bietet <b>Lederkleidung</b> an, darunter Hosen und Hemden für den Alltag bis hin zu Lederharnissen",
|
||
"es": "Esta tienda ofrece <b>artículos de cuero</b>, incluyendo pantalones y camisas utilizables en la vida diaria hasta arneses de cuero",
|
||
"it": "Questo negozio offre <b>abbigliamento in pelle</b>, inclusi pantaloni e camicie utilizzabili nella vita quotidiana fino a imbracature in pelle",
|
||
"ko": "이 상점은 바지, 셔츠, 가죽 하네스와 같은 <b>leather gear</b>를 제공합니다",
|
||
"nl": "Deze winkel biedt <b>leren kledij</b> aan, waaronder broeken en shirts die je in het dagelijks leven kunt gebruiken tot en met leren harnassen",
|
||
"zh_Hant": "這間店提供<b>皮革工具</b>,包括日常生活中穿的褲子和襯衫,採用皮革馬具"
|
||
}
|
||
},
|
||
{
|
||
"if": "fetish:uniform=yes",
|
||
"ifnot": "fetish:uniform=no",
|
||
"then": {
|
||
"en": "This shop offers <b>uniforms</b> for roleplay, such nurse uniforms, military uniforms, police, school girl, french maid, ...",
|
||
"cs": "Tento obchod nabízí <b>uniformy</b> pro roleplay, jako jsou uniformy zdravotní sestry, vojenské uniformy, policie, školačky, francouzské pokojské, ...",
|
||
"de": "Dieser Laden bietet <b>Uniformen</b> für Rollenspiele an, wie Krankenschwester-Uniformen, Militäruniformen, Polizei-, Schulmädchen- und Dienstmädchen-Outfits, ...",
|
||
"es": "Esta tienda ofrece <b>uniformes</b> para juegos de rol, como uniformes de enfermera, uniformes militares, policía, colegiala, criada francesa,...",
|
||
"it": "Questo negozio offre <b>uniformi</b> per giochi di ruolo, come uniformi da infermiera, uniformi militari, polizia, scolaretta, cameriera francese, ...",
|
||
"ko": "이 상점은 롤플레이 유니폼 같은<b>uniforms</b> 을 제공합니다.",
|
||
"nl": "Deze winkel biedt <b>uniformen</b> voor rollenspelen aan, zoals verpleegsteruniformen, militaire uniformen, politie, schoolmeisje, Franse dienstmeid, ...",
|
||
"zh_Hant": "這間店提供角色扮演<b>制服</b>,例如護士服、軍服、警察、學生妹、法國女佣、…"
|
||
}
|
||
}
|
||
],
|
||
"condition": "shop=erotic",
|
||
"multiAnswer": true
|
||
},
|
||
"internet-all",
|
||
{
|
||
"id": "organic",
|
||
"question": {
|
||
"en": "Does this shop offer organic products?",
|
||
"ca": "Aquesta botiga ofereix productes orgànics?",
|
||
"cs": "Nabízí tento obchod bio produkty?",
|
||
"de": "Bietet dieses Geschäft Bioprodukte an?",
|
||
"es": "¿Esta tienda ofrece productos orgánicos?",
|
||
"fr": "Ce commerce propose-t-il des produits bio ?",
|
||
"it": "Questo negozio offre prodotti biologici?",
|
||
"nl": "Biedt deze winkel biologische producten aan?"
|
||
},
|
||
"mappings": [
|
||
{
|
||
"if": "organic=yes",
|
||
"then": {
|
||
"en": "This shop offers organic products",
|
||
"ca": "Aquesta botiga ofereix productes orgànics",
|
||
"cs": "Tento obchod nabízí bio produkty",
|
||
"de": "Dieses Geschäft bietet Bio-Produkte an",
|
||
"es": "Esta tienda ofrece productos orgánicos",
|
||
"fr": "Ce commerce propose des produits bio",
|
||
"it": "Questo negozio offre prodotti biologici",
|
||
"nl": "Deze winkel biedt biologische producten aan"
|
||
}
|
||
},
|
||
{
|
||
"if": "organic=only",
|
||
"then": {
|
||
"en": "This shop only offers organic products",
|
||
"ca": "Aquesta botiga sols ofereix productes orgànics",
|
||
"cs": "Tento obchod nabízí pouze bio produkty",
|
||
"de": "Dieses Geschäft bietet ausschließlich Bio-Produkte an",
|
||
"es": "Esta tienda solo ofrece productos orgánicos",
|
||
"fr": "Ce commerce ne propose que des produits bio",
|
||
"it": "Questo negozio offre solo prodotti biologici",
|
||
"nl": "Deze winkel biedt uitluitend biologische producten aan"
|
||
}
|
||
},
|
||
{
|
||
"if": "organic=no",
|
||
"then": {
|
||
"en": "This shop does not offer organic products",
|
||
"ca": "Aquesta botiga no ofereix productes orgànics",
|
||
"cs": "Tento obchod nenabízí bio produkty",
|
||
"de": "Dieses Geschäft bietet keine Bioprodukte an",
|
||
"es": "Esta tienda no ofrece productos orgánicos",
|
||
"fr": "Ce commerce ne propose pas de produit bio",
|
||
"it": "Questo negozio non offre prodotti biologici",
|
||
"nl": "Deze winkel heeft geen biologische producten"
|
||
}
|
||
}
|
||
],
|
||
"condition": {
|
||
"or": [
|
||
"shop=supermarket",
|
||
"shop=convenience",
|
||
"shop=farm",
|
||
"shop=greengrocer",
|
||
"shop=health_food",
|
||
"shop=clothes",
|
||
"shop=shoes",
|
||
"shop=butcher",
|
||
"shop=cosmetics",
|
||
"shop=deli",
|
||
"shop=bakery",
|
||
"shop=alcohol",
|
||
"shop=seafood",
|
||
"shop=beverages",
|
||
"shop=florist"
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"id": "diets",
|
||
"builtin": [
|
||
"diets.sugar_free",
|
||
"diets.gluten_free",
|
||
"diets.lactose_free"
|
||
],
|
||
"override": {
|
||
"condition": {
|
||
"or": [
|
||
"shop=supermarket",
|
||
"shop=convenience",
|
||
"shop=farm",
|
||
"shop=greengrocer",
|
||
"shop=health_food",
|
||
"shop=deli",
|
||
"shop=bakery",
|
||
"shop=beverages",
|
||
"shop=beverages",
|
||
"shop=pastry",
|
||
"shop=chocolate",
|
||
"shop=frozen_food",
|
||
"shop=ice_cream"
|
||
]
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"id": "shop-dog-access",
|
||
"builtin": "dog-access",
|
||
"override": {
|
||
"condition": {
|
||
"and+": [
|
||
"shop!=hairdresser"
|
||
]
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"builtin": "sauna_at_leisure.sauna_grouped",
|
||
"override": {
|
||
"condition": {
|
||
"and+": [
|
||
{
|
||
"or": [
|
||
"shop=beauty",
|
||
"shop=massage"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
}
|
||
},
|
||
"description",
|
||
"toilet_at_amenity_lib.all"
|
||
],
|
||
"filter": [
|
||
{
|
||
"id": "second_hand",
|
||
"options": [
|
||
{
|
||
"question": {
|
||
"en": "Only show shops selling second-hand items",
|
||
"ca": "Mostra només les botigues que venen articles de segona mà",
|
||
"cs": "Zobrazit pouze obchody prodávající použité zboží",
|
||
"de": "Nur Second-Hand-Geschäfte anzeigen",
|
||
"es": "Mostrar solo tiendas que venden artículos de segunda mano",
|
||
"it": "Mostra solo negozi che vendono articoli di seconda mano"
|
||
},
|
||
"osmTags": {
|
||
"or": [
|
||
"shop=second_hand",
|
||
"shop=charity",
|
||
"second_hand=yes",
|
||
"second_hand=only",
|
||
"service:bicycle:second_hand~i~yes|only"
|
||
]
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"filters.has_organic",
|
||
"dogs"
|
||
],
|
||
"deletion": {
|
||
"softDeletionTags": {
|
||
"and": [
|
||
"shop=",
|
||
"phone=",
|
||
"website=",
|
||
"email=",
|
||
"opening_hours=",
|
||
"disused:shop:={shop}"
|
||
]
|
||
},
|
||
"omitDefaultDeleteReasons": [
|
||
"disused"
|
||
],
|
||
"nonDeleteMappings": [
|
||
{
|
||
"if": {
|
||
"and": [
|
||
"shop=",
|
||
"phone=",
|
||
"website=",
|
||
"email=",
|
||
"opening_hours=",
|
||
"disused:shop:={shop}"
|
||
]
|
||
},
|
||
"then": {
|
||
"en": "{title()} has closed down permanently",
|
||
"ca": "{title()} ha tancat permanentment",
|
||
"cs": "{title()} je trvale uzavřen",
|
||
"da": "{title()} er lukket permanent",
|
||
"de": "{title()} wurde dauerhaft geschlossen",
|
||
"es": "{title()} ha cerrado definitivamente",
|
||
"fr": "{title()} a fermé définitivement",
|
||
"it": "{title()} ha chiuso definitivamente",
|
||
"nl": "{title()} is permanent gestopt",
|
||
"uk": "{title()} закрився назавжди"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"allowMove": true
|
||
}
|