Translation sync
This commit is contained in:
parent
145807dce1
commit
67c8311baa
14 changed files with 304 additions and 137 deletions
|
@ -9,7 +9,8 @@
|
|||
"de": "AED-Karte öffnen",
|
||||
"hu": "Nyílt AED Térkép",
|
||||
"id": "Buka Peta AED",
|
||||
"it": "Mappa dei defibrillatori (DAE)"
|
||||
"it": "Mappa dei defibrillatori (DAE)",
|
||||
"ru": "Открытая карта AED (Автоматизированных внешних дефибрилляторов)"
|
||||
},
|
||||
"maintainer": "MapComplete",
|
||||
"icon": "./assets/themes/aed/logo.svg",
|
||||
|
@ -21,7 +22,8 @@
|
|||
"nl": "Op deze kaart kan je informatie over AEDs vinden en verbeteren",
|
||||
"de": "Auf dieser Karte kann man nahe gelegene Defibrillatoren finden und markieren",
|
||||
"id": "Di peta ini, seseorang dapat menemukan dan menandai defibrillator terdekat",
|
||||
"it": "Su questa mappa. si possono trovare e segnalare i defibrillatori nelle vicinanze"
|
||||
"it": "Su questa mappa. si possono trovare e segnalare i defibrillatori nelle vicinanze",
|
||||
"ru": "На этой карте вы можете найти и отметить ближайшие дефибрилляторы"
|
||||
},
|
||||
"language": [
|
||||
"en",
|
||||
|
@ -32,7 +34,8 @@
|
|||
"de",
|
||||
"hu",
|
||||
"id",
|
||||
"it"
|
||||
"it",
|
||||
"ru"
|
||||
],
|
||||
"version": "2020-08-29",
|
||||
"startLat": 0,
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
"de": "Freie Kunstwerk-Karte",
|
||||
"hu": "Nyít Műalkotás Térkép",
|
||||
"id": "Buka Peta Karya Seni",
|
||||
"it": "Mappa libera dell’arte"
|
||||
"it": "Mappa libera dell’arte",
|
||||
"ru": "Открытая карта произведений искусства"
|
||||
},
|
||||
"description": {
|
||||
"en": "Welcome to Open Artwork Map, a map of statues, busts, grafittis and other artwork all over the world",
|
||||
|
@ -16,7 +17,8 @@
|
|||
"fr": "Bienvenue sur la carte ouverte des œuvres d'art, une carte des statues, fresques, ... du monde entier",
|
||||
"de": "Willkommen bei der Freien Kunstwerk-Karte, einer Karte von Statuen, Büsten, Grafitti, ... auf der ganzen Welt",
|
||||
"id": "Selamat datang di Open Artwork Map, peta untuk patung, grafiti, dan karya seni lain di seluruh dunia",
|
||||
"it": "Benvenuto/a sulla mappa libera dell’arte, una mappa delle statue, i busti, i graffiti e le altre realizzazioni artistiche di tutto il mondo"
|
||||
"it": "Benvenuto/a sulla mappa libera dell’arte, una mappa delle statue, i busti, i graffiti e le altre realizzazioni artistiche di tutto il mondo",
|
||||
"ru": "Добро пожаловать на Open Artwork Map, карту статуй, бюстов, граффити и других произведений искусства по всему миру"
|
||||
},
|
||||
"language": [
|
||||
"en",
|
||||
|
@ -55,7 +57,8 @@
|
|||
"fr": "Œuvre d'art",
|
||||
"de": "Kunstwerk",
|
||||
"id": "Karya seni",
|
||||
"it": "Opera d’arte"
|
||||
"it": "Opera d’arte",
|
||||
"ru": "Художественная работа"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -66,7 +69,8 @@
|
|||
"fr": "Œuvre d'art <i>{name}</i>",
|
||||
"de": "Kunstwerk <i>{name}</i>",
|
||||
"id": "Karya seni <i>{name}</i>",
|
||||
"it": "Opera <i>{name}</i>"
|
||||
"it": "Opera <i>{name}</i>",
|
||||
"ru": "Художественная работа <i>{name}</i>"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -85,7 +89,8 @@
|
|||
"nl": "Verschillende soorten kunstwerken",
|
||||
"fr": "Diverses œuvres d'art",
|
||||
"de": "Verschiedene Kunstwerke",
|
||||
"it": "Diverse opere d’arte"
|
||||
"it": "Diverse opere d’arte",
|
||||
"ru": "Разнообразные произведения искусства"
|
||||
},
|
||||
"minzoom": 12,
|
||||
"wayHandling": 2,
|
||||
|
@ -99,7 +104,8 @@
|
|||
"nl": "Kunstwerk",
|
||||
"fr": "Œuvre d'art",
|
||||
"de": "Kunstwerk",
|
||||
"it": "Opera d’arte"
|
||||
"it": "Opera d’arte",
|
||||
"ru": "Художественная работа"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -111,14 +117,16 @@
|
|||
"nl": "Dit is een {artwork_type}",
|
||||
"fr": "Type d'œuvre : {artwork_type}",
|
||||
"de": "Dies ist ein {artwork_type}",
|
||||
"it": "Si tratta di un {artwork_type}"
|
||||
"it": "Si tratta di un {artwork_type}",
|
||||
"ru": "Это {artwork_type}"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the type of this artwork?",
|
||||
"nl": "Wat voor soort kunstwerk is dit?",
|
||||
"fr": "Quel est le type de cette œuvre d'art?",
|
||||
"de": "Was ist die Art dieses Kunstwerks?",
|
||||
"it": "Che tipo di opera d’arte è questo?"
|
||||
"it": "Che tipo di opera d’arte è questo?",
|
||||
"ru": "К какому типу относится эта работа?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "artwork_type",
|
||||
|
@ -156,7 +164,8 @@
|
|||
"nl": "Schilderij",
|
||||
"fr": "Peinture",
|
||||
"de": "Malerei",
|
||||
"it": "Dipinto"
|
||||
"it": "Dipinto",
|
||||
"ru": "Живопись"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -210,7 +219,8 @@
|
|||
"nl": "Installatie",
|
||||
"fr": "Installation",
|
||||
"de": "Installation",
|
||||
"it": "Istallazione"
|
||||
"it": "Istallazione",
|
||||
"ru": "Инсталляция"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -231,7 +241,8 @@
|
|||
"nl": "Reliëf",
|
||||
"fr": "Relief",
|
||||
"de": "Relief",
|
||||
"it": "Rilievo"
|
||||
"it": "Rilievo",
|
||||
"ru": "Рельеф"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -241,7 +252,8 @@
|
|||
"nl": "Azulejo (Spaanse siertegels)",
|
||||
"fr": "Azulejo (faïence latine)",
|
||||
"de": "Azulejo (spanische dekorative Fliesenarbeit)",
|
||||
"it": "Azulejo (ornamento decorativo piastrellato spagnolo)"
|
||||
"it": "Azulejo (ornamento decorativo piastrellato spagnolo)",
|
||||
"ru": "Азуле́жу (испанская роспись глазурованной керамической плитки)"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -251,7 +263,8 @@
|
|||
"nl": "Tegelwerk",
|
||||
"fr": "Carrelage",
|
||||
"de": "Fliesenarbeit",
|
||||
"it": "Mosaico di piastrelle"
|
||||
"it": "Mosaico di piastrelle",
|
||||
"ru": "Плитка (мозаика)"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -262,14 +275,16 @@
|
|||
"nl": "Welke artist creëerde dit kunstwerk?",
|
||||
"fr": "Quel artiste a créé cette œuvre ?",
|
||||
"de": "Welcher Künstler hat das geschaffen?",
|
||||
"it": "Quale artista ha creato quest’opera?"
|
||||
"it": "Quale artista ha creato quest’opera?",
|
||||
"ru": "Какой художник создал это?"
|
||||
},
|
||||
"render": {
|
||||
"en": "Created by {artist_name}",
|
||||
"nl": "Gecreëerd door {artist_name}",
|
||||
"fr": "Créé par {artist_name}",
|
||||
"de": "Erstellt von {artist_name}",
|
||||
"it": "Creato da {artist_name}"
|
||||
"it": "Creato da {artist_name}",
|
||||
"ru": "Создано {artist_name}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "artist_name"
|
||||
|
@ -281,7 +296,8 @@
|
|||
"nl": "Op welke website kan men meer informatie vinden over dit kunstwerk?",
|
||||
"fr": "Sur quel site web pouvons-nous trouver plus d'informations sur cette œuvre d'art?",
|
||||
"de": "Auf welcher Website gibt es mehr Informationen über dieses Kunstwerk?",
|
||||
"it": "Su quale sito web è possibile trovare altre informazioni riguardanti quest’opera?"
|
||||
"it": "Su quale sito web è possibile trovare altre informazioni riguardanti quest’opera?",
|
||||
"ru": "На каком сайте можно найти больше информации об этой работе?"
|
||||
},
|
||||
"render": {
|
||||
"en": "More information on <a href='{website}' target='_blank'>this website</a>",
|
||||
|
@ -289,7 +305,8 @@
|
|||
"fr": "Plus d'info <a href='{website}' target='_blank'>sûr ce site web</a>",
|
||||
"de": "Weitere Informationen auf <a href='{website}' target='_blank'>dieser Webseite</a>",
|
||||
"id": "Info lanjut tersedia di <a href='{website}' target='_blank'>laman web</a> ini.",
|
||||
"it": "Ulteriori informazioni su <a href='{website}' target='_blank'>questo sito web</a>"
|
||||
"it": "Ulteriori informazioni su <a href='{website}' target='_blank'>questo sito web</a>",
|
||||
"ru": "Больше информации на <a href='{website}' target='_blank'>этом сайте</a>"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "website",
|
||||
|
@ -302,14 +319,16 @@
|
|||
"nl": "Welk wikidata-item beschrijft dit kunstwerk?",
|
||||
"fr": "Quelle entrée wikidata correspond à <b>cette œuvre d'art</b> ?",
|
||||
"de": "Welcher Wikidata-Eintrag entspricht <b>diesem Kunstwerk</b>?",
|
||||
"it": "Quale elemento Wikidata corrisponde a <b>quest’opera d’arte</b>?"
|
||||
"it": "Quale elemento Wikidata corrisponde a <b>quest’opera d’arte</b>?",
|
||||
"ru": "Какая запись в wikidata соответсвует <b>этой работе</b>?"
|
||||
},
|
||||
"render": {
|
||||
"en": "Corresponds with <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>",
|
||||
"nl": "Komt overeen met <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>",
|
||||
"fr": "Correspond à <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>",
|
||||
"de": "Entspricht <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>",
|
||||
"it": "Corrisponde a <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
"it": "Corrisponde a <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>",
|
||||
"ru": "Запись об этой работе в wikidata: <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "wikidata",
|
||||
|
|
|
@ -13,14 +13,16 @@
|
|||
"de": "Eine Karte aller Sitzbänke",
|
||||
"fr": "Carte des bancs",
|
||||
"nl": "Een kaart met zitbanken",
|
||||
"it": "Una mappa delle panchine"
|
||||
"it": "Una mappa delle panchine",
|
||||
"ru": "Карта скамеек"
|
||||
},
|
||||
"description": {
|
||||
"en": "This map shows all benches that are recorded in OpenStreetMap: Individual benches, and benches belonging to public transport stops or shelters. With an OpenStreetMap account, you can map new benches or edit details of existing benches.",
|
||||
"de": "Diese Karte zeigt alle Sitzbänke, die in OpenStreetMap eingetragen sind: Einzeln stehende Bänke und Bänke, die zu Haltestellen oder Unterständen gehören. Mit einem OpenStreetMap-Account können Sie neue Bänke eintragen oder Detailinformationen existierender Bänke bearbeiten.",
|
||||
"fr": "Cette carte affiche les bancs mappés dans OpenStreetMap, entre autres : bancs des transports en commun, bancs publics, etc. À l'aide de votre compte OpenStretMap, vous pourrez ajouter de nouveaux bancs ou modifier les bancs existants.",
|
||||
"nl": "Deze kaart toont alle zitbanken die in OpenStreetMap gekend zijn: individuele banken en banken bij bushaltes. Met een OpenStreetMap-account can je informatie verbeteren en nieuwe zitbanken in toevoegen.",
|
||||
"it": "Questa mappa mostra tutte le panchine che sono state aggiunte su OpenStreetMap: panchine individuali e quelle alle fermate del trasporto pubblico o nei ripari. Se disponi di un account OpenStreetMap puoi mappare delle nuove panchine o modificare i dettagli di quelle esistenti."
|
||||
"it": "Questa mappa mostra tutte le panchine che sono state aggiunte su OpenStreetMap: panchine individuali e quelle alle fermate del trasporto pubblico o nei ripari. Se disponi di un account OpenStreetMap puoi mappare delle nuove panchine o modificare i dettagli di quelle esistenti.",
|
||||
"ru": "На этой карте показаны все скамейки, записанные в OpenStreetMap: отдельные скамейки, а также скамейки, относящиеся к остановкам общественного транспорта или навесам. Имея учетную запись OpenStreetMap, вы можете наносить на карту новые скамейки или редактировать информацию о существующих скамейках."
|
||||
},
|
||||
"language": [
|
||||
"en",
|
||||
|
|
|
@ -4,15 +4,21 @@
|
|||
"version": "2020-08-29",
|
||||
"language": [
|
||||
"en",
|
||||
"nl"
|
||||
"nl",
|
||||
"it",
|
||||
"ru"
|
||||
],
|
||||
"title": {
|
||||
"en": "Bicycle libraries",
|
||||
"nl": "Fietsbibliotheken"
|
||||
"nl": "Fietsbibliotheken",
|
||||
"it": "Biciclette in prestito",
|
||||
"ru": "Велосипедные библиотеки"
|
||||
},
|
||||
"description": {
|
||||
"nl": "Een fietsbibliotheek is een plaats waar men een fiets kan lenen, vaak voor een klein bedrag per jaar. Een typisch voorbeeld zijn kinderfietsbibliotheken, waar men een fiets op maat van het kind kan lenen. Is het kind de fiets ontgroeid, dan kan het te kleine fietsje omgeruild worden voor een grotere.",
|
||||
"en": "A bicycle library is a place where bicycles can be lent, often for a small yearly fee. A notable use case are bicycle libraries for kids, which allows them to change for a bigger bike when they've outgrown their current bike"
|
||||
"en": "A bicycle library is a place where bicycles can be lent, often for a small yearly fee. A notable use case are bicycle libraries for kids, which allows them to change for a bigger bike when they've outgrown their current bike",
|
||||
"it": "Biciclette in prestito (‘bicycle library’ in inglese) è un luogo dove le biciclette possono essere prese in prestito, spesso in cambio di un piccolo contributo annuale. Un caso degno di nota è quello delle biciclette in prestito per bambini che permettono loro di cambiare le dimensioni della propria bici quando quella attuale diventa troppo piccola",
|
||||
"ru": "Велосипедная библиотека - это место, где велосипеды можно взять на время, часто за небольшую ежегодную плату. Примером использования являются библиотеки велосипедов для детей, что позволяет им сменить велосипед на больший, когда они перерастают свой нынешний велосипед"
|
||||
},
|
||||
"icon": "./assets/themes/bicycle_library/logo.svg",
|
||||
"socialImage": null,
|
||||
|
|
|
@ -3,22 +3,26 @@
|
|||
"title": {
|
||||
"en": "Bike Monitoring stations",
|
||||
"nl": "Fietstelstations",
|
||||
"it": "Stazioni di monitoraggio biciclette"
|
||||
"it": "Stazioni di monitoraggio biciclette",
|
||||
"ru": "Станции мониторинга велосипедов"
|
||||
},
|
||||
"shortDescription": {
|
||||
"en": "Bike monitoring stations with live data from Brussels Mobility",
|
||||
"nl": "Fietstelstations met live data van Brussels Mobiliteit",
|
||||
"it": "Stazioni di monitoraggio bici con dati in tempo reale forniti da Bruxelles Mobility"
|
||||
"it": "Stazioni di monitoraggio bici con dati in tempo reale forniti da Bruxelles Mobility",
|
||||
"ru": "Станции мониторинга велосипедов с оперативными данными от Brussels Mobility"
|
||||
},
|
||||
"description": {
|
||||
"en": "This theme shows bike monitoring stations with live data",
|
||||
"nl": "Dit thema toont fietstelstations met live data",
|
||||
"it": "Questo tema mostra le stazioni di monitoraggio bici con dati dal vivo"
|
||||
"it": "Questo tema mostra le stazioni di monitoraggio bici con dati dal vivo",
|
||||
"ru": "В этой теме показаны станции мониторинга велосипедов с данными в реальном времени"
|
||||
},
|
||||
"language": [
|
||||
"en",
|
||||
"nl",
|
||||
"it"
|
||||
"it",
|
||||
"ru"
|
||||
],
|
||||
"hideFromOverview": true,
|
||||
"maintainer": "",
|
||||
|
|
|
@ -6,19 +6,22 @@
|
|||
"en",
|
||||
"nl",
|
||||
"de",
|
||||
"fr"
|
||||
"fr",
|
||||
"ru"
|
||||
],
|
||||
"title": {
|
||||
"en": "Open Bookcase Map",
|
||||
"nl": "Open Boekenruilkastenkaart",
|
||||
"de": "Öffentliche Bücherschränke Karte",
|
||||
"fr": "Carte des microbibliothèques"
|
||||
"fr": "Carte des microbibliothèques",
|
||||
"ru": "Открытая карта книжных шкафов"
|
||||
},
|
||||
"description": {
|
||||
"en": "A public bookcase is a small streetside cabinet, box, old phone boot or some other objects where books are stored. Everyone can place or take a book. This map aims to collect all these bookcases. You can discover new bookcases nearby and, with a free OpenStreetMap account, quickly add your favourite bookcases.",
|
||||
"nl": "Een boekenruilkast is een kastje waar iedereen een boek kan nemen of achterlaten. Op deze kaart kan je deze boekenruilkasten terugvinden en met een gratis OpenStreetMap-account, ook boekenruilkasten toevoegen of informatie verbeteren",
|
||||
"de": "Ein öffentlicher Bücherschrank ist ein kleiner Bücherschrank am Straßenrand, ein Kasten, eine alte Telefonzelle oder andere Gegenstände, in denen Bücher aufbewahrt werden. Jeder kann ein Buch hinstellen oder mitnehmen. Diese Karte zielt darauf ab, all diese Bücherschränke zu sammeln. Sie können neue Bücherschränke in der Nähe entdecken und mit einem kostenlosen OpenStreetMap-Account schnell Ihre Lieblingsbücherschränke hinzufügen.",
|
||||
"fr": "Une microbibliothèques, également appelée boite à livre, est un élément de mobilier urbain (étagère, armoire, etc) dans lequel sont stockés des livres et autres objets en accès libre. Découvrez les boites à livres prêt de chez vous, ou ajouter en une nouvelle à l'aide de votre compte OpenStreetMap."
|
||||
"fr": "Une microbibliothèques, également appelée boite à livre, est un élément de mobilier urbain (étagère, armoire, etc) dans lequel sont stockés des livres et autres objets en accès libre. Découvrez les boites à livres prêt de chez vous, ou ajouter en une nouvelle à l'aide de votre compte OpenStreetMap.",
|
||||
"ru": "Общественный книжный шкаф - это небольшой уличный шкаф, коробка, старый телефонный аппарат или другие предметы, где хранятся книги. Каждый может положить или взять книгу. Цель этой карты - собрать все эти книжные шкафы. Вы можете обнаружить новые книжные шкафы поблизости и, имея бесплатный аккаунт OpenStreetMap, быстро добавить свои любимые книжные шкафы."
|
||||
},
|
||||
"icon": "./assets/themes/bookcases/bookcase.svg",
|
||||
"socialImage": null,
|
||||
|
|
|
@ -2,19 +2,26 @@
|
|||
"id": "campersite",
|
||||
"title": {
|
||||
"en": "Campersites",
|
||||
"nl": "Kampeersite"
|
||||
"nl": "Kampeersite",
|
||||
"it": "Aree camper",
|
||||
"ru": "Кемпинги"
|
||||
},
|
||||
"shortDescription": {
|
||||
"en": "Find sites to spend the night with your camper"
|
||||
"en": "Find sites to spend the night with your camper",
|
||||
"it": "Trova aree dove passare la notte con il tuo camper",
|
||||
"ru": "Найти места остановки, чтобы провести ночь в автофургоне"
|
||||
},
|
||||
"description": {
|
||||
"en": "This site collects all official camper stopover places and places where you can dump grey and black water. You can add details about the services provided and the cost. Add pictures and reviews. This is a website and a webapp. The data is stored in OpenStreetMap, so it will be free forever and can be re-used by any app."
|
||||
"en": "This site collects all official camper stopover places and places where you can dump grey and black water. You can add details about the services provided and the cost. Add pictures and reviews. This is a website and a webapp. The data is stored in OpenStreetMap, so it will be free forever and can be re-used by any app.",
|
||||
"it": "Questo sito raccoglie tutti i luoghi ufficiali dove sostare con il camper e aree dove è possibile scaricare acque grigie e nere. Puoi aggiungere dettagli riguardanti i servizi forniti e il loro costo. Aggiungi foto e recensioni. Questo è al contempo un sito web e una web app. I dati sono memorizzati su OpenStreetMap in modo tale che siano per sempre liberi e riutilizzabili da qualsiasi app.",
|
||||
"ru": "На этом сайте собраны все официальные места остановки кемперов и места, где можно сбросить серую и черную воду. Вы можете добавить подробную информацию о предоставляемых услугах и их стоимости. Добавлять фотографии и отзывы. Это веб-сайт и веб-приложение. Данные хранятся в OpenStreetMap, поэтому они будут бесплатными всегда и могут быть повторно использованы любым приложением."
|
||||
},
|
||||
"language": [
|
||||
"en",
|
||||
"nl",
|
||||
"id",
|
||||
"ru"
|
||||
"it",
|
||||
"ru",
|
||||
"id"
|
||||
],
|
||||
"maintainer": "joost schouppe",
|
||||
"icon": "./assets/themes/campersites/caravan.svg",
|
||||
|
@ -28,7 +35,9 @@
|
|||
{
|
||||
"id": "caravansites",
|
||||
"name": {
|
||||
"en": "Camper sites"
|
||||
"en": "Camper sites",
|
||||
"it": "Aree camper",
|
||||
"ru": "Площадки для кемпинга"
|
||||
},
|
||||
"minzoom": 10,
|
||||
"source": {
|
||||
|
@ -41,7 +50,9 @@
|
|||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Camper site {name}"
|
||||
"en": "Camper site {name}",
|
||||
"it": "Area camper {name}",
|
||||
"ru": "Место для кемпинга {name}"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -51,24 +62,31 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "Unnamed camper site"
|
||||
"en": "Unnamed camper site",
|
||||
"it": "Area camper senza nome",
|
||||
"ru": "Место для кемпинга без названия"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"en": "camper sites"
|
||||
"en": "camper sites",
|
||||
"it": "Aree camper",
|
||||
"ru": "площадки для кемпинга"
|
||||
},
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"render": {
|
||||
"en": "This place is called {name}"
|
||||
"en": "This place is called {name}",
|
||||
"it": "Questo luogo è chiamato {name}",
|
||||
"ru": "Это место называется {name}"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is this place called?",
|
||||
"id": "Apakah nama tempat ini?",
|
||||
"ru": "Как называется это место?"
|
||||
"ru": "Как называется это место?",
|
||||
"it": "Come viene chiamato questo luogo?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
|
@ -76,7 +94,9 @@
|
|||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Does this place charge a fee?"
|
||||
"en": "Does this place charge a fee?",
|
||||
"it": "Ha una tariffa questo luogo?",
|
||||
"ru": "Взимается ли в этом месте плата?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -86,7 +106,9 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "You need to pay for use"
|
||||
"en": "You need to pay for use",
|
||||
"it": "Devi pagare per usarlo",
|
||||
"ru": "За использование нужно платить"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -98,7 +120,9 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "Can be used for free",
|
||||
"id": "Boleh digunakan tanpa bayaran"
|
||||
"id": "Boleh digunakan tanpa bayaran",
|
||||
"it": "Può essere usato gratuitamente",
|
||||
"ru": "Можно использовать бесплатно"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -110,10 +134,14 @@
|
|||
},
|
||||
{
|
||||
"render": {
|
||||
"en": "This place charges {charge}"
|
||||
"en": "This place charges {charge}",
|
||||
"it": "Questo luogo costa {charge}",
|
||||
"ru": "Это место взимает {charge}"
|
||||
},
|
||||
"question": {
|
||||
"en": "How much does this place charge?"
|
||||
"en": "How much does this place charge?",
|
||||
"it": "Quanto costa questo luogo?",
|
||||
"ru": "Сколько это место взимает?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "charge"
|
||||
|
@ -126,7 +154,9 @@
|
|||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Does this place have a sanitary dump station?"
|
||||
"en": "Does this place have a sanitary dump station?",
|
||||
"it": "Questo luogo ha una stazione per lo scarico delle acque?",
|
||||
"ru": "В этом кемпинге есть место для слива отходов из туалетных резервуаров?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -136,7 +166,9 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This place has a sanitary dump station"
|
||||
"en": "This place has a sanitary dump station",
|
||||
"it": "Questo luogo ha una stazione per lo scarico delle acque",
|
||||
"ru": "В этом кемпинге есть место для слива отходов из туалетных резервуаров"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -146,17 +178,23 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This place does not have a sanitary dump station"
|
||||
"en": "This place does not have a sanitary dump station",
|
||||
"it": "Questo luogo non ha una stazione per lo scarico delle acque",
|
||||
"ru": "В этом кемпинге нет места для слива отходов из туалетных резервуаров"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
"en": "{capacity} campers can use this place at the same time"
|
||||
"en": "{capacity} campers can use this place at the same time",
|
||||
"it": "{capacity} camper possono usare questo luogo al contempo",
|
||||
"ru": "{capacity} кемперов могут использовать это место одновременно"
|
||||
},
|
||||
"question": {
|
||||
"en": "How many campers can stay here? (skip if there is no obvious number of spaces or allowed vehicles)"
|
||||
"en": "How many campers can stay here? (skip if there is no obvious number of spaces or allowed vehicles)",
|
||||
"it": "Quanti camper possono stare qua? (non rispondere se non c’è un numero chario di spazi o veicoli ammessi)",
|
||||
"ru": "Сколько кемперов может здесь остановиться? (пропустите, если нет очевидного количества мест или разрешенных транспортных средств)"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "capacity",
|
||||
|
@ -166,7 +204,9 @@
|
|||
{
|
||||
"question": {
|
||||
"en": "Does this place provide internet access?",
|
||||
"id": "Tempat ini berbagi akses Web?"
|
||||
"id": "Tempat ini berbagi akses Web?",
|
||||
"it": "Questo luogo ha l’accesso a internet?",
|
||||
"ru": "Предоставляет ли это место доступ в Интернет?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -178,7 +218,8 @@
|
|||
"then": {
|
||||
"en": "There is internet access",
|
||||
"id": "Akses Web tersedia",
|
||||
"ru": "Есть доступ в Интернет"
|
||||
"ru": "Есть доступ в Интернет",
|
||||
"it": "C’è l’accesso a internet"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -191,7 +232,8 @@
|
|||
"then": {
|
||||
"en": "There is internet access",
|
||||
"id": "Akses Web tersedia",
|
||||
"ru": "Есть доступ в Интернет"
|
||||
"ru": "Есть доступ в Интернет",
|
||||
"it": "C’è l’accesso a internet"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
|
@ -204,14 +246,17 @@
|
|||
"then": {
|
||||
"en": "There is no internet access",
|
||||
"id": "Tiada akses Web",
|
||||
"ru": "Нет доступа в Интернет"
|
||||
"ru": "Нет доступа в Интернет",
|
||||
"it": "Non c’è l’accesso a internet"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Do you have to pay for the internet access?"
|
||||
"en": "Do you have to pay for the internet access?",
|
||||
"it": "Occorre pagare per avere l’accesso a internet?",
|
||||
"ru": "Нужно ли платить за доступ в Интернет?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -221,7 +266,9 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "You need to pay extra for internet access"
|
||||
"en": "You need to pay extra for internet access",
|
||||
"it": "Occorre pagare un extra per avere l’accesso a internet",
|
||||
"ru": "За доступ в Интернет нужно платить дополнительно"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -231,7 +278,9 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "You do not need to pay extra for internet access"
|
||||
"en": "You do not need to pay extra for internet access",
|
||||
"it": "Non occorre pagare per l’accesso a internet",
|
||||
"ru": "Вам не нужно платить дополнительно за доступ в Интернет"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -243,7 +292,9 @@
|
|||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Does this place have toilets?"
|
||||
"en": "Does this place have toilets?",
|
||||
"it": "Questo luogo dispone di servizi igienici?",
|
||||
"ru": "Здесь есть туалеты?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -254,7 +305,9 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "This place has toilets",
|
||||
"id": "Tempat sini ada tandas"
|
||||
"id": "Tempat sini ada tandas",
|
||||
"it": "Questo luogo ha i servizi igienici",
|
||||
"ru": "В этом месте есть туалеты"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -265,7 +318,9 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "This place does not have toilets",
|
||||
"id": "Tempat sini tiada tandas"
|
||||
"id": "Tempat sini tiada tandas",
|
||||
"it": "Questo luogo non ha i servizi igienici",
|
||||
"ru": "В этом месте нет туалетов"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -274,7 +329,8 @@
|
|||
"render": {
|
||||
"en": "Official website: <a href='{website}'>{website}</a>",
|
||||
"id": "Situs resmi: <a href='{website}'>{website}</a>",
|
||||
"ru": "Официальный сайт: <a href='{website}'>{website}</a>"
|
||||
"ru": "Официальный сайт: <a href='{website}'>{website}</a>",
|
||||
"it": "Sito web ufficiale: <a href='{website}'>{website}</a>"
|
||||
},
|
||||
"freeform": {
|
||||
"type": "url",
|
||||
|
@ -282,12 +338,15 @@
|
|||
},
|
||||
"question": {
|
||||
"en": "Does this place have a website?",
|
||||
"id": "Tempat sini terada situs web?"
|
||||
"id": "Tempat sini terada situs web?",
|
||||
"it": "Questo luogo ha un sito web?",
|
||||
"ru": "Есть ли у этого места веб-сайт?"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Does this place offer spots for long term rental?"
|
||||
"en": "Does this place offer spots for long term rental?",
|
||||
"ru": "Предлагает ли эта площадка места для долгосрочной аренды?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -297,7 +356,8 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "Yes, there are some spots for long term rental, but you can also stay on a daily basis"
|
||||
"en": "Yes, there are some spots for long term rental, but you can also stay on a daily basis",
|
||||
"ru": "Да, здесь есть места для долгосрочной аренды, но вы можете остановиться и на сутки"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -307,7 +367,8 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "No, there are no permanent guests here"
|
||||
"en": "No, there are no permanent guests here",
|
||||
"ru": "Нет, здесь нет постоянных гостей"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -317,17 +378,20 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "It is only possible to stay here if you have a long term contract(this place will disappear from this map if you choose this)"
|
||||
"en": "It is only possible to stay here if you have a long term contract(this place will disappear from this map if you choose this)",
|
||||
"ru": "Здесь можно остановиться, только если у вас долгосрочный контракт (это место исчезнет с этой карты, если вы выберете это)"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
"en": "More details about this place: {description}"
|
||||
"en": "More details about this place: {description}",
|
||||
"ru": "Более подробная информация об этом месте: {description}"
|
||||
},
|
||||
"question": {
|
||||
"en": "Would you like to add a general description of this place? (Do not repeat information previously asked or shown above. Please keep it objective - opinions go into the reviews)"
|
||||
"en": "Would you like to add a general description of this place? (Do not repeat information previously asked or shown above. Please keep it objective - opinions go into the reviews)",
|
||||
"ru": "Хотели бы вы добавить общее описание этого места? (Не повторяйте информацию, которая уже написана выше или на которую вы уже ответили ранее. Пожалуйста, будьте объективны - мнения должны быть в отзывах)"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "description",
|
||||
|
@ -366,10 +430,12 @@
|
|||
"tourism=caravan_site"
|
||||
],
|
||||
"title": {
|
||||
"en": "camper site"
|
||||
"en": "camper site",
|
||||
"ru": "площадка для кемпинга"
|
||||
},
|
||||
"description": {
|
||||
"en": "Add a new official camper site. These are designated places to stay overnight with your camper. They might look like a real camping or just look like a parking. They might not be signposted at all, but just be defined in a municipal decision. A regular parking intended for campers where it is not expected to spend the night, is -not- a camper site "
|
||||
"en": "Add a new official camper site. These are designated places to stay overnight with your camper. They might look like a real camping or just look like a parking. They might not be signposted at all, but just be defined in a municipal decision. A regular parking intended for campers where it is not expected to spend the night, is -not- a camper site ",
|
||||
"ru": "Добавьте новую официальную площадку для кемпинга. Это специально отведенные места для ночлега с автофургоном. Они могут выглядеть как настоящий кемпинг или просто выглядеть как парковка. Они не могут быть обозначены вообще, а просто быть определены в муниципальном решении. Обычная парковка предназначенная для отдыхающих, где не ожидается, что они проведут ночь это -НЕ- площадка для кемпинга "
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -378,7 +444,8 @@
|
|||
{
|
||||
"id": "dumpstations",
|
||||
"name": {
|
||||
"en": "Sanitary dump stations"
|
||||
"en": "Sanitary dump stations",
|
||||
"ru": "Места для слива отходов из туалетных резервуаров"
|
||||
},
|
||||
"minzoom": 10,
|
||||
"source": {
|
||||
|
@ -391,7 +458,8 @@
|
|||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Dump station {name}"
|
||||
"en": "Dump station {name}",
|
||||
"ru": "Ассенизационная сливная станция {name}"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -401,19 +469,22 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "Dump station"
|
||||
"en": "Dump station",
|
||||
"ru": "Ассенизационная сливная станция"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"en": "Sanitary dump stations"
|
||||
"en": "Sanitary dump stations",
|
||||
"ru": "Ассенизационные сливные станции"
|
||||
},
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"question": {
|
||||
"en": "Does this place charge a fee?"
|
||||
"en": "Does this place charge a fee?",
|
||||
"ru": "Взимается ли в этом месте плата?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -423,7 +494,8 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "You need to pay for use"
|
||||
"en": "You need to pay for use",
|
||||
"ru": "За использование нужно платить"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -433,17 +505,20 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "Can be used for free"
|
||||
"en": "Can be used for free",
|
||||
"ru": "Можно использовать бесплатно"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
"en": "This place charges {charge}"
|
||||
"en": "This place charges {charge}",
|
||||
"ru": "Это место взимает {charge}"
|
||||
},
|
||||
"question": {
|
||||
"en": "How much does this place charge?"
|
||||
"en": "How much does this place charge?",
|
||||
"ru": "Сколько это место взимает?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "charge"
|
||||
|
@ -456,7 +531,8 @@
|
|||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Does this place have a water point?"
|
||||
"en": "Does this place have a water point?",
|
||||
"ru": "Есть ли в этом месте водоснабжение?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -466,7 +542,8 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This place has a water point"
|
||||
"en": "This place has a water point",
|
||||
"ru": "В этом месте есть водоснабжение"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -476,14 +553,16 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This place does not have a water point"
|
||||
"en": "This place does not have a water point",
|
||||
"ru": "В этом месте нет водоснабжения"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Can you dispose of grey water here?"
|
||||
"en": "Can you dispose of grey water here?",
|
||||
"ru": "Можно ли здесь утилизировать серую воду?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -493,7 +572,8 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "You can dispose of grey water here"
|
||||
"en": "You can dispose of grey water here",
|
||||
"ru": "Вы можете утилизировать серую воду здесь"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -503,14 +583,16 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "You cannot dispose of gray water here"
|
||||
"en": "You cannot dispose of gray water here",
|
||||
"ru": "Здесь нельзя утилизировать серую воду"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Can you dispose of chemical toilet waste here?"
|
||||
"en": "Can you dispose of chemical toilet waste here?",
|
||||
"ru": "Можно ли здесь утилизировать отходы химических туалетов?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -520,7 +602,8 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "You can dispose of chemical toilet waste here"
|
||||
"en": "You can dispose of chemical toilet waste here",
|
||||
"ru": "Вы можете утилизировать отходы химических туалетов здесь"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -530,7 +613,8 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "You cannot dispose of chemical toilet waste here"
|
||||
"en": "You cannot dispose of chemical toilet waste here",
|
||||
"ru": "Здесь нельзя утилизировать отходы химических туалетов"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -6,10 +6,12 @@
|
|||
"ru": "Зарядные станции"
|
||||
},
|
||||
"shortDescription": {
|
||||
"en": "A worldwide map of charging stations"
|
||||
"en": "A worldwide map of charging stations",
|
||||
"ru": "Карта зарядных станций по всему миру"
|
||||
},
|
||||
"description": {
|
||||
"en": "On this open map, one can find and mark information about charging stations"
|
||||
"en": "On this open map, one can find and mark information about charging stations",
|
||||
"ru": "На этой карте вы можно найти и отметить информацию о зарядных станциях"
|
||||
},
|
||||
"language": [
|
||||
"en",
|
||||
|
@ -175,7 +177,8 @@
|
|||
"type": "opening_hours"
|
||||
},
|
||||
"question": {
|
||||
"en": "When is this charging station opened?"
|
||||
"en": "When is this charging station opened?",
|
||||
"ru": "В какое время работает эта зарядная станция?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -191,7 +194,8 @@
|
|||
"ru": "{network}"
|
||||
},
|
||||
"question": {
|
||||
"en": "Which is the network of this charging stationg?"
|
||||
"en": "Which is the network of this charging stationg?",
|
||||
"ru": "К какой сети относится эта станция?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "network"
|
||||
|
@ -204,7 +208,8 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "Not part of a bigger network"
|
||||
"en": "Not part of a bigger network",
|
||||
"ru": "Не является частью более крупной сети"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -214,7 +219,8 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "AeroVironment"
|
||||
"en": "AeroVironment",
|
||||
"ru": "AeroVironment"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -224,7 +230,8 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "Blink"
|
||||
"en": "Blink",
|
||||
"ru": "Blink"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -3,17 +3,20 @@
|
|||
"title": {
|
||||
"nl": "Open Klimkaart",
|
||||
"de": "Offene Kletterkarte",
|
||||
"en": "Open Climbing Map"
|
||||
"en": "Open Climbing Map",
|
||||
"ru": "Открытая карта скалолазания"
|
||||
},
|
||||
"description": {
|
||||
"nl": "Op deze kaart vind je verschillende klimgelegenheden, zoals klimzalen, bolderzalen en klimmen in de natuur",
|
||||
"de": "Auf dieser Karte finden Sie verschiedene Klettermöglichkeiten wie Kletterhallen, Boulderhallen und Felsen in der Natur.",
|
||||
"en": "On this map you will find various climbing opportunities such as climbing gyms, bouldering halls and rocks in nature."
|
||||
"en": "On this map you will find various climbing opportunities such as climbing gyms, bouldering halls and rocks in nature.",
|
||||
"ru": "На этой карте вы найдете различные возможности для скалолазания, такие как скалодромы, залы для боулдеринга и скалы на природе."
|
||||
},
|
||||
"descriptionTail": {
|
||||
"nl": "De Open Klimkaart is oorspronkelijk gemaakt door <a href='https://utopicode.de/en/?ref=kletterspots' target='_blank'>Christian Neumann</a> op <a href='https://kletterspots.de' target='_blank'>kletterspots.de</a>.",
|
||||
"en": "The climbing map was originally made by <a href='https://utopicode.de/en/?ref=kletterspots' target='_blank'>Christian Neumann</a>. Please <a href='https://utopicode.de/en/contact/?project=kletterspots&ref=kletterspots' target='blank'>get in touch</a> if you have feedback or questions.</p><p>The project uses data of the <a href='https://www.openstreetmap.org/' target='_blank'>OpenStreetMap</a> project.</p>",
|
||||
"de": "<p><strong>kletterspots.de</strong> wird betrieben von <a href='https://utopicode.de/?ref=kletterspots' target='_blank'>Christian Neumann</a>. Bitte <a href='https://utopicode.de/kontakt/?project=kletterspots&ref=kletterspots' target='blank'>melden Sie sich</a>, wenn Sie Feedback oder Fragen haben.</p><p>Das Projekt nutzt Daten des <a href='https://www.openstreetmap.org/' target='_blank'>OpenStreetMap</a> Projekts und basiert auf der freien Software <a href='https://github.com/pietervdvn/MapComplete' target='_blank'>MapComplete</a>.</p>"
|
||||
"de": "<p><strong>kletterspots.de</strong> wird betrieben von <a href='https://utopicode.de/?ref=kletterspots' target='_blank'>Christian Neumann</a>. Bitte <a href='https://utopicode.de/kontakt/?project=kletterspots&ref=kletterspots' target='blank'>melden Sie sich</a>, wenn Sie Feedback oder Fragen haben.</p><p>Das Projekt nutzt Daten des <a href='https://www.openstreetmap.org/' target='_blank'>OpenStreetMap</a> Projekts und basiert auf der freien Software <a href='https://github.com/pietervdvn/MapComplete' target='_blank'>MapComplete</a>.</p>",
|
||||
"ru": "Создатель карты скалолазания — <a href='https://utopicode.de/en/?ref=kletterspots' target='_blank'>Christian Neumann</a>. Пожалуйста, <a href='https://utopicode.de/en/contact/?project=kletterspots&ref=kletterspots' target='blank'>пишите</a> если у вас есть отзыв или вопросы.</p><p>Проект использует данные <a href='https://www.openstreetmap.org/' target='_blank'>OpenStreetMap</a>.</p>"
|
||||
},
|
||||
"language": [
|
||||
"nl",
|
||||
|
@ -38,7 +41,8 @@
|
|||
"name": {
|
||||
"de": "Kletterverein",
|
||||
"nl": "Klimclub",
|
||||
"en": "Climbing club"
|
||||
"en": "Climbing club",
|
||||
"ru": "Клуб скалолазания"
|
||||
},
|
||||
"minzoom": 10,
|
||||
"source": {
|
||||
|
@ -63,7 +67,8 @@
|
|||
"render": {
|
||||
"en": "Climbing club",
|
||||
"nl": "Klimclub",
|
||||
"de": "Kletterverein"
|
||||
"de": "Kletterverein",
|
||||
"ru": "Клуб скалолазания"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -210,7 +215,8 @@
|
|||
"de": "<strong>{name}</strong>",
|
||||
"ca": "<strong>{name}</strong>",
|
||||
"fr": "<strong>{name}</strong>",
|
||||
"id": "<strong>{name}</strong>"
|
||||
"id": "<strong>{name}</strong>",
|
||||
"ru": "<strong>{name}</strong>"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the name of this climbing gym?",
|
||||
|
@ -287,7 +293,8 @@
|
|||
"de": "<strong>{name}</strong>",
|
||||
"ca": "<strong>{name}</strong>",
|
||||
"fr": "<strong>{name}</strong>",
|
||||
"id": "<strong>{name}</strong>"
|
||||
"id": "<strong>{name}</strong>",
|
||||
"ru": "<strong>{name}</strong>"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the name of this climbing route?",
|
||||
|
@ -394,7 +401,8 @@
|
|||
"de": "<strong>{name}</strong>",
|
||||
"ca": "<strong>{name}</strong>",
|
||||
"fr": "<strong>{name}</strong>",
|
||||
"id": "<strong>{name}</strong>"
|
||||
"id": "<strong>{name}</strong>",
|
||||
"ru": "<strong>{name}</strong>"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the name of this climbing opportunity?",
|
||||
|
@ -493,7 +501,8 @@
|
|||
"de": "<strong>{name}</strong>",
|
||||
"ca": "<strong>{name}</strong>",
|
||||
"fr": "<strong>{name}</strong>",
|
||||
"id": "<strong>{name}</strong>"
|
||||
"id": "<strong>{name}</strong>",
|
||||
"ru": "<strong>{name}</strong>"
|
||||
},
|
||||
"condition": "name~*"
|
||||
},
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
"title": {
|
||||
"en": "Drinking Water",
|
||||
"nl": "Drinkwaterpunten",
|
||||
"fr": "Eau potable"
|
||||
"fr": "Eau potable",
|
||||
"ru": "Питьевая вода"
|
||||
},
|
||||
"description": {
|
||||
"en": "On this map, publicly accessible drinking water spots are shown and can be easily added",
|
||||
|
@ -13,7 +14,8 @@
|
|||
"language": [
|
||||
"en",
|
||||
"nl",
|
||||
"fr"
|
||||
"fr",
|
||||
"ru"
|
||||
],
|
||||
"maintainer": "MapComplete",
|
||||
"icon": "./assets/themes/drinking_water/logo.svg",
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
"fr",
|
||||
"en",
|
||||
"ca",
|
||||
"id"
|
||||
"id",
|
||||
"ru"
|
||||
],
|
||||
"maintainer": "",
|
||||
"icon": "./assets/themes/fritures/logo.svg",
|
||||
|
@ -91,7 +92,8 @@
|
|||
"en": "<a href='{website}'>{website}</a>",
|
||||
"ca": "<a href='{website}'>{website}</a>",
|
||||
"fr": "<a href='{website}'>{website}</a>",
|
||||
"id": "<a href='{website}'>{website}</a>"
|
||||
"id": "<a href='{website}'>{website}</a>",
|
||||
"ru": "<a href='{website}'>{website}</a>"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the website of this shop?",
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
},
|
||||
"language": [
|
||||
"en",
|
||||
"ru",
|
||||
"id"
|
||||
],
|
||||
"maintainer": "Erwin Olario",
|
||||
|
@ -37,7 +38,8 @@
|
|||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Hydrant"
|
||||
"en": "Hydrant",
|
||||
"ru": "Гидрант"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
|
@ -96,7 +98,8 @@
|
|||
"key": "fire_hydrant:type"
|
||||
},
|
||||
"render": {
|
||||
"en": " Hydrant type: {fire_hydrant:type}"
|
||||
"en": " Hydrant type: {fire_hydrant:type}",
|
||||
"ru": " Тип гидранта: {fire_hydrant:type}"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -138,7 +141,8 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Wall type.",
|
||||
"id": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Jenis dinding."
|
||||
"id": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Jenis dinding.",
|
||||
"ru": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Тип стены."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -219,7 +223,8 @@
|
|||
"emergency=fire_hydrant"
|
||||
],
|
||||
"title": {
|
||||
"en": "Fire hydrant"
|
||||
"en": "Fire hydrant",
|
||||
"ru": "Пожарный гидрант"
|
||||
},
|
||||
"description": {
|
||||
"en": "A hydrant is a connection point where firefighters can tap water. It might be located underground."
|
||||
|
@ -243,7 +248,8 @@
|
|||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Extinguishers"
|
||||
"en": "Extinguishers",
|
||||
"ru": "Огнетушители"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
|
@ -490,7 +496,8 @@
|
|||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Ambulance Station"
|
||||
"en": "Ambulance Station",
|
||||
"ru": "Станция скорой помощи"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
|
@ -616,7 +623,8 @@
|
|||
"emergency=ambulance_station"
|
||||
],
|
||||
"title": {
|
||||
"en": "Ambulance station"
|
||||
"en": "Ambulance station",
|
||||
"ru": "Станция скорой помощи"
|
||||
},
|
||||
"description": {
|
||||
"en": "Add an ambulance station to the map"
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"language": [
|
||||
"en",
|
||||
"fr",
|
||||
"ru",
|
||||
"ca",
|
||||
"id"
|
||||
],
|
||||
|
@ -31,7 +32,8 @@
|
|||
"id": "shops",
|
||||
"name": {
|
||||
"en": "Shop",
|
||||
"fr": "Magasin"
|
||||
"fr": "Magasin",
|
||||
"ru": "Магазин"
|
||||
},
|
||||
"minzoom": 16,
|
||||
"source": {
|
||||
|
@ -44,7 +46,8 @@
|
|||
"title": {
|
||||
"render": {
|
||||
"en": "Shop",
|
||||
"fr": "Magasin"
|
||||
"fr": "Magasin",
|
||||
"ru": "Магазин"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -55,7 +58,8 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "{name}",
|
||||
"fr": "{name}"
|
||||
"fr": "{name}",
|
||||
"ru": "{name}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -66,7 +70,8 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "{shop}",
|
||||
"fr": "{shop}"
|
||||
"fr": "{shop}",
|
||||
"ru": "{shop}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -80,7 +85,8 @@
|
|||
{
|
||||
"question": {
|
||||
"en": "What is the name of this shop?",
|
||||
"fr": "Qu'est-ce que le nom de ce magasin?"
|
||||
"fr": "Qu'est-ce que le nom de ce magasin?",
|
||||
"ru": "Как называется этот магазин?"
|
||||
},
|
||||
"render": "This shop is called <i>{name}</i>",
|
||||
"freeform": {
|
||||
|
@ -119,7 +125,8 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "Supermarket",
|
||||
"fr": "Supermarché"
|
||||
"fr": "Supermarché",
|
||||
"ru": "Супермаркет"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -130,7 +137,8 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "Clothing store",
|
||||
"fr": "Magasin de vêtements"
|
||||
"fr": "Magasin de vêtements",
|
||||
"ru": "Магазин одежды"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -141,7 +149,8 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "Hairdresser",
|
||||
"fr": "Coiffeur"
|
||||
"fr": "Coiffeur",
|
||||
"ru": "Парикмахерская"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -174,7 +183,8 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "Car dealer",
|
||||
"fr": "Concessionnaire"
|
||||
"fr": "Concessionnaire",
|
||||
"ru": "Автосалон"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -184,7 +194,8 @@
|
|||
"en": "<a href='tel:{phone}'>{phone}</a>",
|
||||
"fr": "<a href='tel:{phone}'>{phone}</a>",
|
||||
"ca": "<a href='tel:{phone}'>{phone}</a>",
|
||||
"id": "<a href='tel:{phone}'>{phone}</a>"
|
||||
"id": "<a href='tel:{phone}'>{phone}</a>",
|
||||
"ru": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the phone number?",
|
||||
|
@ -200,7 +211,8 @@
|
|||
"en": "<a href='{website}'>{website}</a>",
|
||||
"fr": "<a href='{website}'>{website}</a>",
|
||||
"ca": "<a href='{website}'>{website}</a>",
|
||||
"id": "<a href='{website}'>{website}</a>"
|
||||
"id": "<a href='{website}'>{website}</a>",
|
||||
"ru": "<a href='{website}'>{website}</a>"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the website of this shop?",
|
||||
|
@ -215,7 +227,8 @@
|
|||
"render": {
|
||||
"en": "<a href='mailto:{email}'>{email}</a>",
|
||||
"fr": "<a href='mailto:{email}'>{email}</a>",
|
||||
"id": "<a href='mailto:{email}'>{email}</a>"
|
||||
"id": "<a href='mailto:{email}'>{email}</a>",
|
||||
"ru": "<a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the email address of this shop?",
|
||||
|
@ -229,7 +242,8 @@
|
|||
{
|
||||
"render": {
|
||||
"en": "{opening_hours_table(opening_hours)}",
|
||||
"fr": "{opening_hours_table(opening_hours)}"
|
||||
"fr": "{opening_hours_table(opening_hours)}",
|
||||
"ru": "{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"question": {
|
||||
"en": "What are the opening hours of this shop?",
|
||||
|
@ -270,11 +284,13 @@
|
|||
],
|
||||
"title": {
|
||||
"en": "Shop",
|
||||
"fr": "Magasin"
|
||||
"fr": "Magasin",
|
||||
"ru": "Магазин"
|
||||
},
|
||||
"description": {
|
||||
"en": "Add a new shop",
|
||||
"fr": "Ajouter un nouveau magasin"
|
||||
"fr": "Ajouter un nouveau magasin",
|
||||
"ru": "Добавить новый магазин"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"nl": "Bomen",
|
||||
"en": "Trees",
|
||||
"fr": "Arbres",
|
||||
"it": "Alberi"
|
||||
"it": "Alberi",
|
||||
"ru": "Деревья"
|
||||
},
|
||||
"shortDescription": {
|
||||
"nl": "Breng bomen in kaart",
|
||||
|
@ -22,7 +23,8 @@
|
|||
"nl",
|
||||
"en",
|
||||
"fr",
|
||||
"it"
|
||||
"it",
|
||||
"ru"
|
||||
],
|
||||
"maintainer": "Midgard",
|
||||
"icon": "./assets/themes/trees/logo.svg",
|
||||
|
|
Loading…
Reference in a new issue