mapcomplete/assets/themes/shops/shops.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

75 lines
3.5 KiB
JSON
Raw Normal View History

{
"id": "shops",
"title": {
2023-06-23 21:15:11 +02:00
"en": "Shops",
2023-08-23 13:27:53 +02:00
"fr": "Commerces",
2021-06-08 16:56:36 +02:00
"ja": "オープン ショップ マップ",
2023-06-28 22:30:08 +02:00
"zh_Hant": "商店",
2023-02-10 01:49:06 +01:00
"ru": "Открытая карта магазинов",
2023-06-23 21:15:11 +02:00
"de": "Geschäfte",
2024-07-28 02:26:46 +02:00
"it": "Negozi",
2022-02-04 01:30:39 +01:00
"nb_NO": "Kart over åpne butikker",
2024-10-15 17:02:30 +02:00
"hu": "Boltok",
2022-04-13 18:42:40 +02:00
"nl": "Winkels",
2023-09-16 18:52:42 +02:00
"ca": "Botigues",
2024-06-24 13:11:35 +02:00
"da": "Butikker",
2023-10-16 13:38:53 +02:00
"es": "Tiendas",
"cs": "Obchody",
2023-09-16 18:52:42 +02:00
"eu": "Denda",
"pl": "Sklepy"
},
"description": {
2020-10-31 18:04:22 +01:00
"en": "On this map, one can mark basic information about shops, add opening hours and phone numbers",
2022-06-27 09:16:53 +02:00
"fr": "Sur cette carte, vous pouvez ajouter des informations sur les magasins, leurs horaires d'ouverture et leurs numéros de téléphone",
2021-06-08 16:56:36 +02:00
"ja": "この地図には店の基本情報を記入したり営業時間や電話番号を追加することができます",
2021-11-04 17:14:17 +01:00
"zh_Hant": "這份地圖上,你可以標記商家基本資訊,新增營業時間以及聯絡電話",
"de": "Auf dieser Karte kann man grundlegende Informationen über Geschäfte markieren, Öffnungszeiten und Telefonnummern hinzufügen",
2022-02-04 01:30:39 +01:00
"it": "In questa cartina è possibile aggiungere informazioni di base di un negozio, orari di apertura e numeri di telefono",
2024-10-15 17:02:30 +02:00
"hu": "Ezen a térképen az üzletek alapvető adatait lehet megadni, például nyitvatartási időt és telefonszámokat",
2023-02-26 17:45:29 +01:00
"es": "En este mapa, se puede marcar información básica sobre tiendas, añadir horarios y números de teléfono",
2022-09-14 13:35:54 +02:00
"nl": "Op deze kaart kan men algemene informatie over winkels toevoegen, evenals openingsuren en telefoonnummers",
2023-02-26 17:45:29 +01:00
"da": "På dette kort kan man markere grundlæggende informationer om butikker, tilføje åbningstider og telefonnumre",
2023-03-13 20:14:39 +01:00
"ca": "A aquest mapa, es pot marcar informació bàsica sobre botigues, afegir horaris i números de telèfon",
2023-10-16 13:38:53 +02:00
"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"
},
2023-10-30 18:03:18 +01:00
"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": "有基本商家資訊的可編輯性的地圖",
2024-10-14 21:40:20 +02:00
"pl": "Edytowalna mapa z podstawowymi informacjami o sklepach",
"ru": "Редактируемая карта с основной информацией о магазине"
2023-10-30 18:03:18 +01:00
},
2020-12-02 21:37:53 +01:00
"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"
}
}
]
2023-10-30 14:31:00 +01:00
}