Merge master
This commit is contained in:
commit
c3c8525841
51 changed files with 1285 additions and 339 deletions
|
@ -487,6 +487,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Обслуживание велосипедов/магазин"
|
||||
}
|
||||
}
|
||||
},
|
||||
"defibrillator": {
|
||||
|
@ -1064,6 +1069,7 @@
|
|||
"1": {
|
||||
"question": "Вы хотите добавить описание?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Смотровая площадка"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -122,8 +122,10 @@
|
|||
"thanksForSharing": "Obrigado por compartilhar!",
|
||||
"copiedToClipboard": "Link copiado para a área de transferência",
|
||||
"addToHomeScreen": "<h3>Adicionar à sua tela inicial</h3>Você pode adicionar facilmente este site à tela inicial do smartphone para uma sensação nativa. Clique no botão 'adicionar à tela inicial' na barra de URL para fazer isso.",
|
||||
"intro": "<h3>Compartilhe este mapa</h3> Compartilhe este mapa copiando o link abaixo e enviando-o para amigos e familiares:"
|
||||
}
|
||||
"intro": "<h3>Compartilhe este mapa</h3> Compartilhe este mapa copiando o link abaixo e enviando-o para amigos e familiares:",
|
||||
"embedIntro": "<h3>Incorpore em seu site</h3>Por favor, incorpore este mapa em seu site.<br>Nós o encorajamos a fazer isso - você nem precisa pedir permissão.<br>É gratuito e sempre será. Quanto mais pessoas usarem isso, mais valioso se tornará."
|
||||
},
|
||||
"aboutMapcomplete": "<h3>Sobre o MapComplete</h3><p>Com o MapComplete, você pode enriquecer o OpenStreetMap com informações sobre um<b>único tema.</b>Responda a algumas perguntas e, em minutos, suas contribuições estarão disponíveis em todo o mundo! O<b>mantenedor do tema</b>define elementos, questões e linguagens para o tema.</p><h3>Saiba mais</h3><p>MapComplete sempre<b>oferece a próxima etapa</b>para saber mais sobre o OpenStreetMap.</p><ul><li>Quando incorporado em um site, o iframe vincula-se a um MapComplete em tela inteira</li><li>A versão em tela inteira oferece informações sobre o OpenStreetMap</li><li>A visualização funciona sem login, mas a edição requer um login do OSM.</li><li>Se você não estiver conectado, será solicitado que você faça o login</li><li>Depois de responder a uma única pergunta, você pode adicionar novos aponta para o mapa </li><li> Depois de um tempo, as tags OSM reais são mostradas, posteriormente vinculadas ao wiki </li></ul><p></p><br><p>Você percebeu<b>um problema</b>? Você tem uma<b>solicitação de recurso </b>? Quer<b>ajudar a traduzir</b>? Acesse <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">o código-fonte</a>ou <a href=\"https: //github.com/pietervdvn/MapComplete / issues \" target=\" _ blank \">rastreador de problemas.</a></p><p>Quer ver<b>seu progresso</b>? Siga a contagem de edição em<a href=\"https://osmcha.org/?filters=%7B%22date__gte%22%3A%5B%7B%22label%22%3A%222021-01-01%22%2C%22value%22%3A%222021-01-01%22%7D%5D%2C%22editor%22%3A%5B%7B%22label%22%3A%22mapcomplete%22%2C%22value%22%3A%22mapcomplete%22%7D%5D%7D\" target=\"_blank\">OsmCha</a>.</p>"
|
||||
},
|
||||
"index": {
|
||||
"pickTheme": "Escolha um tema abaixo para começar.",
|
||||
|
@ -142,10 +144,13 @@
|
|||
"no_reviews_yet": "Não há comentários ainda. Seja o primeiro a escrever um e ajude a abrir os dados e os negócios!",
|
||||
"name_required": "É necessário um nome para exibir e criar comentários",
|
||||
"title_singular": "Um comentário",
|
||||
"title": "{count} comentários"
|
||||
"title": "{count} comentários",
|
||||
"tos": "Se você criar um comentário, você concorda com <a href=\"https://mangrove.reviews/terms\" target=\"_blank\"> o TOS e a política de privacidade de Mangrove.reviews </a>",
|
||||
"affiliated_reviewer_warning": "(Revisão de afiliados)"
|
||||
},
|
||||
"favourite": {
|
||||
"reload": "Recarregar dados",
|
||||
"panelIntro": "<h3>Seu tema pessoal</h3>Ative suas camadas favoritas de todos os temas oficiais"
|
||||
"panelIntro": "<h3>Seu tema pessoal</h3>Ative suas camadas favoritas de todos os temas oficiais",
|
||||
"loginNeeded": "<h3>Entrar</h3> Um layout pessoal está disponível apenas para usuários do OpenStreetMap"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,27 @@
|
|||
"opening_hours": {
|
||||
"question": "Was sind die Öffnungszeiten von {name}?",
|
||||
"render": "<h3>Öffnungszeiten</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Ist im ersten Stock"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ist im Erdgeschoss"
|
||||
}
|
||||
},
|
||||
"render": "Befindet sich im {level}ten Stock",
|
||||
"question": "In welchem Stockwerk befindet sich dieses Objekt?"
|
||||
},
|
||||
"description": {
|
||||
"question": "Gibt es noch etwas, das die vorhergehenden Fragen nicht abgedeckt haben? Hier wäre Platz dafür.<br/><span style='font-size: small'>Bitte keine bereits erhobenen Informationen.</span>"
|
||||
},
|
||||
"website": {
|
||||
"question": "Was ist die Website von {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Was ist die Mail-Adresse von {name}?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,6 +15,21 @@
|
|||
"opening_hours": {
|
||||
"question": "What are the opening hours of {name}?",
|
||||
"render": "<h3>Opening hours</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"question": "On what level is this feature located?",
|
||||
"render": "Located on the {level}th floor",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Located underground"
|
||||
},
|
||||
"1": {
|
||||
"then": "Located on the ground floor"
|
||||
},
|
||||
"2": {
|
||||
"then": "Located on the first floor"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -15,6 +15,21 @@
|
|||
"opening_hours": {
|
||||
"question": "Wat zijn de openingsuren van {name}?",
|
||||
"render": "<h3>Openingsuren</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"question": "Op welke verdieping bevindt dit punt zich?",
|
||||
"render": "Bevindt zich op de {level}de verdieping",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Bevindt zich ondergronds"
|
||||
},
|
||||
"1": {
|
||||
"then": "Bevindt zich gelijkvloers"
|
||||
},
|
||||
"2": {
|
||||
"then": "Bevindt zich op de eerste verdieping"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1 +1,30 @@
|
|||
{}
|
||||
{
|
||||
"undefined": {
|
||||
"level": {
|
||||
"render": "Localizado no {level}o andar",
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Localizado no primeiro andar"
|
||||
},
|
||||
"1": {
|
||||
"then": "Localizado no térreo"
|
||||
},
|
||||
"0": {
|
||||
"then": "Localizado no subsolo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Qual o horário de funcionamento de {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Qual o site de {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Qual o endereço de e-mail de {name}?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Qual o número de telefone de {name}?"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,6 +15,20 @@
|
|||
"opening_hours": {
|
||||
"question": "Какое время работы у {name}?",
|
||||
"render": "<h3>Часы работы</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Расположено на первом этаже"
|
||||
},
|
||||
"1": {
|
||||
"then": "Расположено на первом этаже"
|
||||
},
|
||||
"0": {
|
||||
"then": "Расположено под землей"
|
||||
}
|
||||
},
|
||||
"render": "Расположено на {level}ом этаже"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -273,6 +273,9 @@
|
|||
"3": {
|
||||
"render": "Deze plaats vraagt {charge}",
|
||||
"question": "Hoeveel kost deze plaats?"
|
||||
},
|
||||
"9": {
|
||||
"render": "Officiële website: : <a href='{website}'>{website}</a>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -280,13 +283,33 @@
|
|||
},
|
||||
"charging_stations": {
|
||||
"title": "Oplaadpunten",
|
||||
"shortDescription": "Een wereldwijde kaart van oplaadpunten",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Oplaadpunten",
|
||||
"title": {
|
||||
"render": "Oplaadpunt"
|
||||
},
|
||||
"description": "Een oplaadpunt"
|
||||
"description": "Een oplaadpunt",
|
||||
"tagRenderings": {
|
||||
"6": {
|
||||
"render": "{network}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Maakt geen deel uit van een netwerk"
|
||||
},
|
||||
"1": {
|
||||
"then": "AeroVironment"
|
||||
},
|
||||
"2": {
|
||||
"then": "Blink"
|
||||
},
|
||||
"3": {
|
||||
"then": "eVgo"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -333,6 +356,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"description": "Een klimzaal",
|
||||
"tagRenderings": {
|
||||
"3": {
|
||||
"render": "<strong>{name}</strong>",
|
||||
|
@ -368,6 +392,11 @@
|
|||
"question": "Hoe moeilijk is deze klimroute volgens het Franse/Belgische systeem?",
|
||||
"render": "De klimmoeilijkheid is {climbing:grade:french} volgens het Franse/Belgische systeem"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Klimroute"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
|
@ -419,6 +448,9 @@
|
|||
},
|
||||
"description": "Een klimgelegenheid?",
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -278,7 +278,19 @@
|
|||
}
|
||||
},
|
||||
"6": {
|
||||
"question": "Кто может использовать эту станцию утилизации?"
|
||||
"question": "Кто может использовать эту станцию утилизации?",
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Любой может воспользоваться этой станцией утилизации"
|
||||
},
|
||||
"3": {
|
||||
"then": "Любой может воспользоваться этой станцией утилизации"
|
||||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"render": "Эта станция - часть сети {network}",
|
||||
"question": "К какой сети относится эта станция? (пропустите, если неприменимо)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -301,7 +313,7 @@
|
|||
},
|
||||
"6": {
|
||||
"render": "{network}",
|
||||
"question": "К какой сети относится эта станция?",
|
||||
"question": "К какой сети относится эта зарядная станция?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Не является частью более крупной сети"
|
||||
|
@ -335,6 +347,12 @@
|
|||
"0": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Клуб скалолазания",
|
||||
"description": "Клуб скалолазания"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
|
@ -367,6 +385,16 @@
|
|||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"0": {
|
||||
"question": "Есть ли (неофициальный) веб-сайт с более подробной информацией (напр., topos)?"
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"3": {
|
||||
"then": "Только членам клуба"
|
||||
}
|
||||
}
|
||||
},
|
||||
"9": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -379,18 +407,49 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"fietsstraten": {
|
||||
"layers": {
|
||||
"2": {
|
||||
"name": "Все улицы",
|
||||
"title": {
|
||||
"render": "Улица"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"cyclofix": {
|
||||
"title": "Cyclofix - открытая карта для велосипедистов"
|
||||
},
|
||||
"drinking_water": {
|
||||
"title": "Питьевая вода"
|
||||
"title": "Питьевая вода",
|
||||
"description": "На этой карте показываются и могут быть легко добавлены общедоступные точки питьевой воды"
|
||||
},
|
||||
"facadegardens": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"question": "Сад расположен на солнечной стороне или в тени?"
|
||||
},
|
||||
"3": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Есть бочка с дождевой водой"
|
||||
},
|
||||
"1": {
|
||||
"then": "Нет бочки с дождевой водой"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"render": "Дата строительства сада: {start_date}"
|
||||
},
|
||||
"6": {
|
||||
"question": "Какие виды растений обитают здесь?"
|
||||
},
|
||||
"7": {
|
||||
"render": "Подробнее: {description}",
|
||||
"question": "Дополнительная информация о саде (если требуется или еще не указана выше)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -401,26 +460,70 @@
|
|||
"0": {
|
||||
"tagRenderings": {
|
||||
"3": {
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
"render": "<a href='{website}'>{website}</a>",
|
||||
"question": "Какой веб-сайт у этого магазина?"
|
||||
},
|
||||
"4": {
|
||||
"question": "Какой телефон?"
|
||||
},
|
||||
"8": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Приносить свою тару <b>не разрешено</b>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"hailhydrant": {
|
||||
"title": "Пожарные гидранты, огнетушители, пожарные станции и станции скорой помощи.",
|
||||
"shortDescription": "Карта пожарных гидрантов, огнетушителей, пожарных станций и станций скорой помощи.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Карта пожарных гидрантов",
|
||||
"title": {
|
||||
"render": "Гидрант"
|
||||
},
|
||||
"description": "Слой карты, отображающий пожарные гидранты.",
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"question": "Какого цвета гидрант?",
|
||||
"render": "Цвет гидранта {colour}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Цвет гидранта не определён."
|
||||
},
|
||||
"1": {
|
||||
"then": "Гидрант жёлтого цвета."
|
||||
},
|
||||
"2": {
|
||||
"then": "Гидрант красного цвета."
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"question": "К какому типу относится этот гидрант?",
|
||||
"render": " Тип гидранта: {fire_hydrant:type}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Тип гидранта не определён."
|
||||
},
|
||||
"3": {
|
||||
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Тип стены."
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Гидрант (полностью или частично) в рабочем состоянии."
|
||||
},
|
||||
"2": {
|
||||
"then": "Гидрант демонтирован."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
|
@ -430,38 +533,98 @@
|
|||
}
|
||||
},
|
||||
"1": {
|
||||
"name": "Карта огнетушителей.",
|
||||
"title": {
|
||||
"render": "Огнетушители"
|
||||
},
|
||||
"description": "Слой карты, отображающий огнетушители.",
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"render": "Местоположение: {location}",
|
||||
"question": "Где это расположено?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Внутри."
|
||||
},
|
||||
"1": {
|
||||
"then": "Снаружи."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Огнетушитель",
|
||||
"description": "Огнетушитель - небольшое переносное устройство для тушения огня"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"name": "Карта пожарных частей",
|
||||
"title": {
|
||||
"render": "Пожарная часть"
|
||||
},
|
||||
"description": "Слой карты, отображающий пожарные части.",
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"question": "Как называется пожарная часть?"
|
||||
"question": "Как называется эта пожарная часть?",
|
||||
"render": "Эта часть называется {name}."
|
||||
},
|
||||
"1": {
|
||||
"question": " По какому адресу расположена эта часть?",
|
||||
"render": "Часть расположена вдоль шоссе {addr:street}."
|
||||
},
|
||||
"2": {
|
||||
"question": "Где расположена часть? (напр., название населённого пункта)",
|
||||
"render": "Эта часть расположена в {addr:place}."
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Пожарная часть"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"name": "Карта станций скорой помощи",
|
||||
"title": {
|
||||
"render": "Станция скорой помощи"
|
||||
},
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"question": "Как называется станция скорой помощи?"
|
||||
"question": "Как называется эта станция скорой помощи?",
|
||||
"render": "Эта станция называется {name}."
|
||||
},
|
||||
"1": {
|
||||
"question": " По какому адресу расположена эта станция?",
|
||||
"render": "Эта станция расположена вдоль шоссе {addr:street}."
|
||||
},
|
||||
"2": {
|
||||
"question": "Где расположена станция? (напр., название населённого пункта)"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Станция скорой помощи"
|
||||
"title": "Станция скорой помощи",
|
||||
"description": "Добавить станцию скорой помощи на карту"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"maps": {
|
||||
"title": "Карта карт"
|
||||
},
|
||||
"personal": {
|
||||
"description": "Создать персональную тему на основе доступных слоёв тем"
|
||||
},
|
||||
"playgrounds": {
|
||||
"title": "Игровые площадки",
|
||||
"shortDescription": "Карта игровых площадок",
|
||||
"description": "На этой карте можно найти игровые площадки и добавить дополнительную информацию"
|
||||
},
|
||||
"shops": {
|
||||
"title": "Открыть карту магазинов",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Магазин",
|
||||
|
@ -476,11 +639,13 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"description": "Магазин",
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"question": "Как называется магазин?"
|
||||
"question": "Как называется этот магазин?"
|
||||
},
|
||||
"2": {
|
||||
"question": "Что продаётся в этом магазине?",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Супермаркет"
|
||||
|
@ -497,16 +662,20 @@
|
|||
}
|
||||
},
|
||||
"3": {
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>",
|
||||
"question": "Какой телефон?"
|
||||
},
|
||||
"4": {
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
"render": "<a href='{website}'>{website}</a>",
|
||||
"question": "Какой веб-сайт у этого магазина?"
|
||||
},
|
||||
"5": {
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
"render": "<a href='mailto:{email}'>{email}</a>",
|
||||
"question": "Каков адрес электронной почты этого магазина?"
|
||||
},
|
||||
"6": {
|
||||
"render": "{opening_hours_table(opening_hours)}"
|
||||
"render": "{opening_hours_table(opening_hours)}",
|
||||
"question": "Каковы часы работы этого магазина?"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
|
@ -518,11 +687,17 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"sport_pitches": {
|
||||
"title": "Спортивные площадки",
|
||||
"shortDescription": "Карта, отображающая спортивные площадки"
|
||||
},
|
||||
"toilets": {
|
||||
"title": "Открытая карта туалетов",
|
||||
"description": "Карта общественных туалетов"
|
||||
},
|
||||
"trees": {
|
||||
"title": "Деревья"
|
||||
"title": "Деревья",
|
||||
"shortDescription": "Карта деревьев",
|
||||
"description": "Нанесите все деревья на карту!"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue