Translation reset
This commit is contained in:
parent
b4febf00a9
commit
d30aea5747
29 changed files with 562 additions and 423 deletions
|
@ -258,12 +258,12 @@
|
|||
"tagRenderings": {
|
||||
"bench_at_pt-bench_type": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Stehbank"
|
||||
},
|
||||
"0": {
|
||||
"then": "Hier gibt es eine normale Sitzbank"
|
||||
},
|
||||
"1": {
|
||||
"then": "Stehbank"
|
||||
},
|
||||
"2": {
|
||||
"then": "Hier gibt es keine Bank"
|
||||
}
|
||||
|
@ -433,25 +433,17 @@
|
|||
"title": "Fahrrad-Reinigungsdienst"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Fahrrad-Reinigungsdienst<i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Fahrrad-Reinigungsdienst"
|
||||
},
|
||||
"tagRenderings": {
|
||||
"bike_cleaning-charge": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Kostenloser Reinigungsservice"
|
||||
},
|
||||
"2": {
|
||||
"then": "Der Reinigungsservice ist kostenpflichtig"
|
||||
},
|
||||
"1": {
|
||||
"then": "Kostenlose Nutzung"
|
||||
},
|
||||
"2": {
|
||||
"then": "Der Reinigungsservice ist kostenpflichtig"
|
||||
}
|
||||
},
|
||||
"question": "Wie viel kostet die Nutzung des Reinigungsdienstes?",
|
||||
|
@ -459,12 +451,12 @@
|
|||
},
|
||||
"bike_cleaning-service:bicycle:cleaning:charge": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Kostenlose Nutzung"
|
||||
},
|
||||
"0": {
|
||||
"then": "Der Reinigungsservice ist kostenlos"
|
||||
},
|
||||
"1": {
|
||||
"then": "Kostenlose Nutzung"
|
||||
},
|
||||
"2": {
|
||||
"then": "Der Reinigungsdienst ist kostenpflichtig, aber der Betrag ist nicht bekannt"
|
||||
}
|
||||
|
@ -472,6 +464,14 @@
|
|||
"question": "Wie viel kostet die Nutzung des Reinigungsdienstes?",
|
||||
"render": "Nutzung des Reinigungsservice kostet {service:bicycle:cleaning:charge}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Fahrrad-Reinigungsdienst<i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Fahrrad-Reinigungsdienst"
|
||||
}
|
||||
},
|
||||
"bike_parking": {
|
||||
|
@ -965,6 +965,38 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"description": "Eine Ladestation",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle Fahrzeugtypen"
|
||||
},
|
||||
"1": {
|
||||
"question": "Ladestation für Fahrräder"
|
||||
},
|
||||
"2": {
|
||||
"question": "Ladestation für Autos"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nur funktionierende Ladestationen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle Anschlüsse"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"description": "Übergänge für Fußgänger und Radfahrer",
|
||||
"name": "Kreuzungen",
|
||||
|
@ -2911,37 +2943,5 @@
|
|||
},
|
||||
"watermill": {
|
||||
"name": "Wassermühle"
|
||||
},
|
||||
"charging_station": {
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"2": {
|
||||
"question": "Ladestation für Autos"
|
||||
},
|
||||
"0": {
|
||||
"question": "Alle Fahrzeugtypen"
|
||||
},
|
||||
"1": {
|
||||
"question": "Ladestation für Fahrräder"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nur funktionierende Ladestationen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle Anschlüsse"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Eine Ladestation"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,20 +1,12 @@
|
|||
{
|
||||
"artwork": {
|
||||
"description": "Diversas obras de arte",
|
||||
"name": "Obras de arte",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Obra de arte"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Obra de arte <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Obra de arte"
|
||||
},
|
||||
"description": "Diversas obras de arte",
|
||||
"name": "Obras de arte",
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Que artista criou isto?",
|
||||
|
@ -70,6 +62,14 @@
|
|||
"question": "Que entrada no Wikidata corresponde a <b>esta obra de arte</b>?",
|
||||
"render": "Corresponde a <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Obra de arte <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Obra de arte"
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
|
@ -602,4 +602,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -637,6 +637,43 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " минут",
|
||||
"humanSingular": " минута"
|
||||
},
|
||||
"1": {
|
||||
"human": " часов",
|
||||
"humanSingular": " час"
|
||||
},
|
||||
"2": {
|
||||
"human": " дней",
|
||||
"humanSingular": " день"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "Вольт"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "киловатт"
|
||||
},
|
||||
"1": {
|
||||
"human": "мегаватт"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"presets": {
|
||||
"1": {
|
||||
|
@ -1410,42 +1447,5 @@
|
|||
},
|
||||
"watermill": {
|
||||
"name": "Водяная мельница"
|
||||
},
|
||||
"charging_station": {
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"humanSingular": " минута",
|
||||
"human": " минут"
|
||||
},
|
||||
"1": {
|
||||
"human": " часов",
|
||||
"humanSingular": " час"
|
||||
},
|
||||
"2": {
|
||||
"human": " дней",
|
||||
"humanSingular": " день"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "Вольт"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "киловатт"
|
||||
},
|
||||
"1": {
|
||||
"human": "мегаватт"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,74 +1,74 @@
|
|||
{
|
||||
"undefined": {
|
||||
"level": {
|
||||
"question": "A quina planta està situat aquest element?",
|
||||
"mappings": {
|
||||
"3": {
|
||||
"then": "Situat a primera planta"
|
||||
},
|
||||
"2": {
|
||||
"then": "Situat a planta zero"
|
||||
},
|
||||
"1": {
|
||||
"then": "Situat a planta zero"
|
||||
},
|
||||
"0": {
|
||||
"then": "Situat a planta subterrani"
|
||||
}
|
||||
},
|
||||
"render": "Situat a la planta {level}"
|
||||
},
|
||||
"email": {
|
||||
"question": "Quina és l'adreça de correu electrònic de {name}?"
|
||||
"description": {
|
||||
"question": "Hi ha quelcom rellevant que no t'hem preguntat? Afegeix-ho aquí. <br/><span style='font-size: small'>No repeteixis informació que ja hi és</span>"
|
||||
},
|
||||
"dog-access": {
|
||||
"question": "S'accepten gossos en aquest negoci?",
|
||||
"mappings": {
|
||||
"3": {
|
||||
"then": "S'accepten gossos lliures"
|
||||
},
|
||||
"2": {
|
||||
"then": "S'accepten gossos però lligats"
|
||||
"0": {
|
||||
"then": "S'accepten gossos"
|
||||
},
|
||||
"1": {
|
||||
"then": "<b>No</b> s'accepten gossos"
|
||||
},
|
||||
"0": {
|
||||
"then": "S'accepten gossos"
|
||||
"2": {
|
||||
"then": "S'accepten gossos però lligats"
|
||||
},
|
||||
"3": {
|
||||
"then": "S'accepten gossos lliures"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "S'accepten gossos en aquest negoci?"
|
||||
},
|
||||
"description": {
|
||||
"question": "Hi ha quelcom rellevant que no t'hem preguntat? Afegeix-ho aquí. <br/><span style='font-size: small'>No repeteixis informació que ja hi és</span>"
|
||||
"email": {
|
||||
"question": "Quina és l'adreça de correu electrònic de {name}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Situat a planta subterrani"
|
||||
},
|
||||
"1": {
|
||||
"then": "Situat a planta zero"
|
||||
},
|
||||
"2": {
|
||||
"then": "Situat a planta zero"
|
||||
},
|
||||
"3": {
|
||||
"then": "Situat a primera planta"
|
||||
}
|
||||
},
|
||||
"question": "A quina planta està situat aquest element?",
|
||||
"render": "Situat a la planta {level}"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Quin és l'horari d'obertura de {name}?",
|
||||
"render": "<h3>Horari d'obertura</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "S'accepten diners"
|
||||
},
|
||||
"1": {
|
||||
"then": "S'accepten targetes de crèdit"
|
||||
}
|
||||
},
|
||||
"question": "Quins mètodes de pagament s'accepten aquí?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Quin és el telèfon de {name}?"
|
||||
},
|
||||
"payment-options": {
|
||||
"question": "Quins mètodes de pagament s'accepten aquí?",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "S'accepten targetes de crèdit"
|
||||
},
|
||||
"0": {
|
||||
"then": "S'accepten diners"
|
||||
}
|
||||
}
|
||||
},
|
||||
"opening_hours": {
|
||||
"render": "<h3>Horari d'obertura</h3>{opening_hours_table(opening_hours)}",
|
||||
"question": "Quin és l'horari d'obertura de {name}?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "No hi ha endolls disponibles per als clients però es pot carregar si es demana als responsables"
|
||||
"0": {
|
||||
"then": "Està ple d'endolls pels clients de dins, on es poden carregar els aparells electrònics"
|
||||
},
|
||||
"1": {
|
||||
"then": "Hi ha aslguns endolls disponibles per als clients de dins, on es poden carregar els aparells electrònics"
|
||||
},
|
||||
"0": {
|
||||
"then": "Està ple d'endolls pels clients de dins, on es poden carregar els aparells electrònics"
|
||||
"2": {
|
||||
"then": "No hi ha endolls disponibles per als clients però es pot carregar si es demana als responsables"
|
||||
},
|
||||
"3": {
|
||||
"then": "No hi ha endolls disponibles per als clients"
|
||||
|
@ -76,25 +76,33 @@
|
|||
},
|
||||
"question": "Aquest servei té endolls elèctrics, disponibles pels clients quan hi són dins?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Quina és la web de {name}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "És facilment arribable amb cadira de rodes"
|
||||
},
|
||||
"0": {
|
||||
"then": "Aquest lloc està especialment adaptat per a les cadires de rodes"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquest lloc no és accessible amb cadira de rodes"
|
||||
"1": {
|
||||
"then": "És facilment arribable amb cadira de rodes"
|
||||
},
|
||||
"2": {
|
||||
"then": "És possible fer servir cadira de rodes a aquest lloc però no és fàcil"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquest lloc no és accessible amb cadira de rodes"
|
||||
}
|
||||
},
|
||||
"question": "Aquest lloc és accessible amb cadira de rodes?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Quina és la web de {name}?"
|
||||
"wikipedia": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "No hi ha cap enllaça a Viquipèdia encara"
|
||||
}
|
||||
},
|
||||
"question": "Quina és la correspondent entitat a Wikidata?"
|
||||
},
|
||||
"wikipedialink": {
|
||||
"mappings": {
|
||||
|
@ -103,14 +111,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Quin és l'ítem a Viquipèdia?"
|
||||
},
|
||||
"wikipedia": {
|
||||
"question": "Quina és la correspondent entitat a Wikidata?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "No hi ha cap enllaça a Viquipèdia encara"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -59,6 +59,23 @@
|
|||
"phone": {
|
||||
"question": "Was ist die Telefonnummer von {name}?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Für Kunden stehen im Innenraum viele Steckdosen zur Verfügung, an denen sie ihre Geräte laden können"
|
||||
},
|
||||
"1": {
|
||||
"then": "Für Kunden stehen im Innenraum wenig Steckdosen zur Verfügung, an denen sie ihre Geräte laden können"
|
||||
},
|
||||
"2": {
|
||||
"then": "Für Kunden stehen im Innenraum keine Steckdosen zur Verfügung, aber Laden von Geräte könnte möglich sein, wenn das Personal gefragt wird"
|
||||
},
|
||||
"3": {
|
||||
"then": "Für Kunden stehen im Innenraum keine Steckdosen zur Verfügung"
|
||||
}
|
||||
},
|
||||
"question": "Gibt es an dieser Einrichtung Steckdosen, an denen Kunden ihre Geräte laden können?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Was ist die Website von {name}?"
|
||||
},
|
||||
|
@ -94,23 +111,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Was ist der entsprechende Artikel auf Wikipedia?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Für Kunden stehen im Innenraum viele Steckdosen zur Verfügung, an denen sie ihre Geräte laden können"
|
||||
},
|
||||
"1": {
|
||||
"then": "Für Kunden stehen im Innenraum wenig Steckdosen zur Verfügung, an denen sie ihre Geräte laden können"
|
||||
},
|
||||
"2": {
|
||||
"then": "Für Kunden stehen im Innenraum keine Steckdosen zur Verfügung, aber Laden von Geräte könnte möglich sein, wenn das Personal gefragt wird"
|
||||
},
|
||||
"3": {
|
||||
"then": "Für Kunden stehen im Innenraum keine Steckdosen zur Verfügung"
|
||||
}
|
||||
},
|
||||
"question": "Gibt es an dieser Einrichtung Steckdosen, an denen Kunden ihre Geräte laden können?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,6 +3,13 @@
|
|||
"description": {
|
||||
"question": "Есть ли ещё что-то важное, о чём вы не смогли рассказать в предыдущих вопросах? Добавьте это здесь.<br/><span style='font-size: small'>Не повторяйте уже изложенные факты</span>"
|
||||
},
|
||||
"dog-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Собаки разрешены"
|
||||
}
|
||||
}
|
||||
},
|
||||
"email": {
|
||||
"question": "Какой адрес электронной почты у {name}?"
|
||||
},
|
||||
|
@ -33,13 +40,6 @@
|
|||
},
|
||||
"website": {
|
||||
"question": "Какой сайт у {name}?"
|
||||
},
|
||||
"dog-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Собаки разрешены"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -20,6 +20,9 @@
|
|||
"description": "Общественный книжный шкаф - это небольшой уличный шкаф, коробка, старый телефонный аппарат или другие предметы, где хранятся книги. Каждый может положить или взять книгу. Цель этой карты - собрать все эти книжные шкафы. Вы можете обнаружить новые книжные шкафы поблизости и, имея бесплатный аккаунт OpenStreetMap, быстро добавить свои любимые книжные шкафы.",
|
||||
"title": "Открытая карта книжных шкафов"
|
||||
},
|
||||
"cafes_and_pubs": {
|
||||
"title": "Кафе и пабы"
|
||||
},
|
||||
"campersite": {
|
||||
"description": "На этом сайте собраны все официальные места остановки кемперов и места, где можно сбросить серую и черную воду. Вы можете добавить подробную информацию о предоставляемых услугах и их стоимости. Добавлять фотографии и отзывы. Это веб-сайт и веб-приложение. Данные хранятся в OpenStreetMap, поэтому они будут бесплатными всегда и могут быть повторно использованы любым приложением.",
|
||||
"layers": {
|
||||
|
@ -218,8 +221,8 @@
|
|||
},
|
||||
"charging_stations": {
|
||||
"description": "На этой карте вы можно найти и отметить информацию о зарядных станциях",
|
||||
"title": "Зарядные станции",
|
||||
"shortDescription": "Карта зарядных станций по всему миру"
|
||||
"shortDescription": "Карта зарядных станций по всему миру",
|
||||
"title": "Зарядные станции"
|
||||
},
|
||||
"climbing": {
|
||||
"description": "На этой карте вы найдете различные возможности для скалолазания, такие как скалодромы, залы для боулдеринга и скалы на природе.",
|
||||
|
@ -306,16 +309,19 @@
|
|||
},
|
||||
"title": "Открытая карта скалолазания"
|
||||
},
|
||||
"cycle_infra": {
|
||||
"title": "Велосипедная дорожка"
|
||||
},
|
||||
"cyclestreets": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Cyclestreets"
|
||||
},
|
||||
"2": {
|
||||
"name": "Все улицы",
|
||||
"title": {
|
||||
"render": "Улица"
|
||||
}
|
||||
},
|
||||
"0": {
|
||||
"name": "Cyclestreets"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -326,6 +332,9 @@
|
|||
"description": "На этой карте показываются и могут быть легко добавлены общедоступные точки питьевой воды",
|
||||
"title": "Питьевая вода"
|
||||
},
|
||||
"etymology": {
|
||||
"title": "Открытая этимологическая карта"
|
||||
},
|
||||
"facadegardens": {
|
||||
"layers": {
|
||||
"0": {
|
||||
|
@ -360,6 +369,38 @@
|
|||
"ghostbikes": {
|
||||
"title": "Велосипед Ghost"
|
||||
},
|
||||
"hackerspaces": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Хакерспейс",
|
||||
"name": "Хакерспейс",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Хакерспейс"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"hackerspaces-opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Открыто 24/7"
|
||||
}
|
||||
},
|
||||
"render": "{opening_hours_table()}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": " {name}"
|
||||
}
|
||||
},
|
||||
"render": "Хакерспейс"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Хакерспейсы"
|
||||
},
|
||||
"hailhydrant": {
|
||||
"layers": {
|
||||
"0": {
|
||||
|
@ -498,61 +539,8 @@
|
|||
"maps": {
|
||||
"title": "Карта карт"
|
||||
},
|
||||
"personal": {
|
||||
"description": "Создать персональную тему на основе доступных слоёв тем. Чтобы отобразить некоторые данные, откройте <a href='#filter'>выбор слоя</a>"
|
||||
},
|
||||
"playgrounds": {
|
||||
"description": "На этой карте можно найти игровые площадки и добавить дополнительную информацию",
|
||||
"shortDescription": "Карта игровых площадок",
|
||||
"title": "Игровые площадки"
|
||||
},
|
||||
"shops": {
|
||||
"title": "Открыть карту магазинов"
|
||||
},
|
||||
"sport_pitches": {
|
||||
"shortDescription": "Карта, отображающая спортивные площадки",
|
||||
"title": "Спортивные площадки"
|
||||
},
|
||||
"toilets": {
|
||||
"description": "Карта общественных туалетов",
|
||||
"title": "Открытая карта туалетов"
|
||||
},
|
||||
"trees": {
|
||||
"description": "Нанесите все деревья на карту!",
|
||||
"shortDescription": "Карта деревьев",
|
||||
"title": "Деревья"
|
||||
},
|
||||
"hackerspaces": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Хакерспейс",
|
||||
"tagRenderings": {
|
||||
"hackerspaces-opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Открыто 24/7"
|
||||
}
|
||||
},
|
||||
"render": "{opening_hours_table()}"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Хакерспейс"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": " {name}"
|
||||
}
|
||||
},
|
||||
"render": "Хакерспейс"
|
||||
},
|
||||
"description": "Хакерспейс"
|
||||
}
|
||||
},
|
||||
"title": "Хакерспейсы"
|
||||
"observation_towers": {
|
||||
"title": "Смотровые башни"
|
||||
},
|
||||
"openwindpowermap": {
|
||||
"layers": {
|
||||
|
@ -593,10 +581,37 @@
|
|||
},
|
||||
"title": "Открытая карта ветроэнергетики"
|
||||
},
|
||||
"parkings": {
|
||||
"title": "Парковка"
|
||||
},
|
||||
"personal": {
|
||||
"description": "Создать персональную тему на основе доступных слоёв тем. Чтобы отобразить некоторые данные, откройте <a href='#filter'>выбор слоя</a>"
|
||||
},
|
||||
"playgrounds": {
|
||||
"description": "На этой карте можно найти игровые площадки и добавить дополнительную информацию",
|
||||
"shortDescription": "Карта игровых площадок",
|
||||
"title": "Игровые площадки"
|
||||
},
|
||||
"postboxes": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Почтовые ящики",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "почтовый ящик"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Почтовый ящик"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"name": "Почтовые отделения",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Почтовое отделение"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"OH": {
|
||||
"render": "Часы работы: {opening_hours_table()}"
|
||||
|
@ -604,46 +619,28 @@
|
|||
},
|
||||
"title": {
|
||||
"render": "Почтовое отделение"
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Почтовое отделение"
|
||||
}
|
||||
}
|
||||
},
|
||||
"0": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "почтовый ящик"
|
||||
}
|
||||
},
|
||||
"name": "Почтовые ящики",
|
||||
"title": {
|
||||
"render": "Почтовый ящик"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"cafes_and_pubs": {
|
||||
"title": "Кафе и пабы"
|
||||
},
|
||||
"cycle_infra": {
|
||||
"title": "Велосипедная дорожка"
|
||||
},
|
||||
"parkings": {
|
||||
"title": "Парковка"
|
||||
"shops": {
|
||||
"title": "Открыть карту магазинов"
|
||||
},
|
||||
"sidewalks": {
|
||||
"description": "Экспериментальная тема",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Тротуары",
|
||||
"title": {
|
||||
"render": "{name}"
|
||||
},
|
||||
"name": "Тротуары"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Тротуары",
|
||||
"description": "Экспериментальная тема"
|
||||
"title": "Тротуары"
|
||||
},
|
||||
"sport_pitches": {
|
||||
"shortDescription": "Карта, отображающая спортивные площадки",
|
||||
"title": "Спортивные площадки"
|
||||
},
|
||||
"street_lighting": {
|
||||
"layers": {
|
||||
|
@ -656,17 +653,20 @@
|
|||
},
|
||||
"title": "Уличное освещение"
|
||||
},
|
||||
"toilets": {
|
||||
"description": "Карта общественных туалетов",
|
||||
"title": "Открытая карта туалетов"
|
||||
},
|
||||
"trees": {
|
||||
"description": "Нанесите все деревья на карту!",
|
||||
"shortDescription": "Карта деревьев",
|
||||
"title": "Деревья"
|
||||
},
|
||||
"uk_addresses": {
|
||||
"layers": {
|
||||
"2": {
|
||||
"description": "Адреса"
|
||||
}
|
||||
}
|
||||
},
|
||||
"etymology": {
|
||||
"title": "Открытая этимологическая карта"
|
||||
},
|
||||
"observation_towers": {
|
||||
"title": "Смотровые башни"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue