Merge branch 'master' into develop
This commit is contained in:
commit
b7798a470c
6 changed files with 42 additions and 7 deletions
|
@ -307,7 +307,8 @@
|
|||
"de": "Fahrrad-Café",
|
||||
"it": "Caffè in bici",
|
||||
"zh_Hans": "自行车咖啡",
|
||||
"zh_Hant": "單車咖啡廳"
|
||||
"zh_Hant": "單車咖啡廳",
|
||||
"ru": "Велосипедное кафе"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=pub",
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"en": "Information boards",
|
||||
"it": "Pannelli informativi",
|
||||
"fr": "Panneaux d'informations",
|
||||
"de": "Informationstafeln"
|
||||
"de": "Informationstafeln",
|
||||
"ru": "Информационные щиты"
|
||||
},
|
||||
"minzoom": 12,
|
||||
"source": {
|
||||
|
@ -21,7 +22,8 @@
|
|||
"en": "Information board",
|
||||
"it": "Pannello informativo",
|
||||
"fr": "Panneau d'informations",
|
||||
"de": "Informationstafel"
|
||||
"de": "Informationstafel",
|
||||
"ru": "Информационный щит"
|
||||
}
|
||||
},
|
||||
"tagRenderings": [
|
||||
|
@ -51,7 +53,8 @@
|
|||
"en": "Information board",
|
||||
"it": "Pannello informativo",
|
||||
"fr": "Panneau d'informations",
|
||||
"de": "Informationstafel"
|
||||
"de": "Informationstafel",
|
||||
"ru": "Информационный щит"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -393,7 +393,8 @@
|
|||
"then": {
|
||||
"nl": "Dag en nacht toegankelijk",
|
||||
"en": "Always accessible",
|
||||
"fr": "Toujours accessible"
|
||||
"fr": "Toujours accessible",
|
||||
"ru": "Всегда доступен"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -27,7 +27,8 @@
|
|||
"en": "Viewpoint",
|
||||
"nl": "Uitzicht",
|
||||
"de": "Aussichtspunkt",
|
||||
"fr": "Point de vue"
|
||||
"fr": "Point de vue",
|
||||
"ru": "Смотровая площадка"
|
||||
},
|
||||
"tags": [
|
||||
"tourism=viewpoint"
|
||||
|
@ -39,7 +40,8 @@
|
|||
"en": "Viewpoint",
|
||||
"nl": "Uitzicht",
|
||||
"de": "Aussichtspunkt",
|
||||
"fr": "Point de vue"
|
||||
"fr": "Point de vue",
|
||||
"ru": "Смотровая площадка"
|
||||
}
|
||||
},
|
||||
"tagRenderings": [
|
||||
|
|
1
langs/layers/*.json
Normal file
1
langs/layers/*.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -210,6 +210,11 @@
|
|||
"7": {
|
||||
"question": "Какой адрес электронной почты у {name}?"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Велосипедное кафе"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bike_parking": {
|
||||
|
@ -446,6 +451,17 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"information_board": {
|
||||
"name": "Информационные щиты",
|
||||
"title": {
|
||||
"render": "Информационный щит"
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Информационный щит"
|
||||
}
|
||||
}
|
||||
},
|
||||
"map": {
|
||||
"name": "Карты",
|
||||
"title": {
|
||||
|
@ -550,6 +566,9 @@
|
|||
},
|
||||
"10": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Всегда доступен"
|
||||
},
|
||||
"2": {
|
||||
"then": "Всегда доступен"
|
||||
}
|
||||
|
@ -751,6 +770,14 @@
|
|||
}
|
||||
},
|
||||
"viewpoint": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Смотровая площадка"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Смотровая площадка"
|
||||
},
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"question": "Вы хотите добавить описание?"
|
||||
|
|
Loading…
Reference in a new issue