MapComplete/assets/themes/shops/shops.json

73 lines
3.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "shops",
"title": {
"en": "Shops",
"fr": "Commerces",
"ja": "オープン ショップ マップ",
"zh_Hant": "商店",
"ru": "Открытая карта магазинов",
"de": "Geschäfte",
"it": "Negozi",
"nb_NO": "Kart over åpne butikker",
"hu": "Bolttérkép",
"nl": "Winkels",
"ca": "Botigues",
"da": "Butikker",
"es": "Tiendas",
"cs": "Obchody",
"eu": "Denda",
"pl": "Sklepy"
},
"description": {
"en": "On this map, one can mark basic information about shops, add opening hours and phone numbers",
"fr": "Sur cette carte, vous pouvez ajouter des informations sur les magasins, leurs horaires d'ouverture et leurs numéros de téléphone",
"ja": "",
"zh_Hant": "",
"de": "Auf dieser Karte kann man grundlegende Informationen über Geschäfte markieren, Öffnungszeiten und Telefonnummern hinzufügen",
"it": "In questa cartina è possibile aggiungere informazioni di base di un negozio, orari di apertura e numeri di telefono",
"hu": "Ezen a térképen az üzletek alapvető adatait lehet megadni, például nyitvatartási időt és telefonszámokat.",
"es": "En este mapa, se puede marcar información básica sobre tiendas, añadir horarios y números de teléfono",
"nl": "Op deze kaart kan men algemene informatie over winkels toevoegen, evenals openingsuren en telefoonnummers",
"da": "På dette kort kan man markere grundlæggende informationer om butikker, tilføje åbningstider og telefonnumre",
"ca": "A aquest mapa, es pot marcar informació bàsica sobre botigues, afegir horaris i números de telèfon",
"cs": "Na této mapě můžete označit základní informace o obchodech, přidat otevírací dobu a telefonní čísla",
"pl": "Na mapie tej można zaznaczyć podstawowe informacje o sklepach, dodać godziny otwarcia oraz numery telefonów"
},
"shortDescription": {
"en": "An editable map with basic shop information",
"fr": "Carte modifiable affichant les informations de base des magasins",
"ja": "",
"de": "Eine bearbeitbare Karte mit grundlegenden Geschäftsinformationen",
"it": "Una cartina modificabile con informazioni di base dei negozi",
"hu": "Szerkeszthető térkép üzletek alapvető adataival",
"es": "Un mapa editable con información básica sobre tiendas",
"nl": "Een bewerkbare kaart met simpele informatie over winkels",
"da": "Et redigerbart kort med grundlæggende butiksoplysninger",
"ca": "Un mapa editable amb informació bàsica sobre botigues",
"cs": "Upravitelná mapa se základními informacemi o obchodech",
"zh_Hant": "",
"pl": "Edytowalna mapa z podstawowymi informacjami o sklepach"
},
"icon": "./assets/themes/shops/shop.svg",
"layers": [
{
"builtin": [
"shops",
"pharmacy",
"ice_cream"
],
"override": {
"minzoom": 15,
"syncSelection": "theme-only"
}
},
{
"builtin": [
"trolley_bay"
],
"override": {
"syncSelection": "theme-only"
}
}
]
}