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