Browse Source

Merge pull request #3 from plepe/master

Sync
fitness_trail
Igor Eliezer 6 years ago
committed by GitHub
parent
commit
535a3be5f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      administrative.json
  2. 3
      agriculture.json
  3. 1
      alternative_routes.json
  4. 1
      buildings.json
  5. 5
      car_amenities.json
  6. 1
      car_furniture.json
  7. 1
      car_maxspeed.json
  8. 59
      car_routes.json
  9. 1
      communication.json
  10. 1
      construction.json
  11. 1
      craft.json
  12. 1
      culture.json
  13. 1
      culture_religion.json
  14. 90
      cycle_routes.json
  15. 1
      education.json
  16. 3
      emergency.json
  17. 1
      financial.json
  18. 1
      gastro-smoking.json
  19. 13
      gastro.json
  20. 3
      health.json
  21. 90
      hiking_routes.json
  22. 3
      historic.json
  23. 44
      index.json
  24. 1
      internet.json
  25. 33
      lang/ast.json
  26. 101
      lang/ca.json
  27. 33
      lang/cs.json
  28. 13
      lang/de.json
  29. 63
      lang/el.json
  30. 13
      lang/en.json
  31. 103
      lang/es.json
  32. 69
      lang/et.json
  33. 13
      lang/fr.json
  34. 65
      lang/hu.json
  35. 41
      lang/it.json
  36. 39
      lang/ja.json
  37. 35
      lang/nl.json
  38. 85
      lang/pl.json
  39. 13
      lang/pt-br.json
  40. 71
      lang/pt.json
  41. 57
      lang/ro.json
  42. 41
      lang/ru.json
  43. 21
      lang/template.json
  44. 55
      lang/uk.json
  45. 1
      leisure.json
  46. 1
      military.json
  47. 51
      mtb-routes.json
  48. 1
      natural.json
  49. 1
      other.json
  50. 13
      outdoor.json
  51. 1
      phone.json
  52. 1
      places.json
  53. 1
      places_geo.json
  54. 1
      playgrounds.json
  55. 21
      popupBody.html
  56. 1
      post.json
  57. 1
      power.json
  58. 193
      pt.json
  59. 81
      pt_routes.json
  60. 48
      pt_stops.json
  61. 1
      public.json
  62. 7
      railway-electrification.json
  63. 20
      railway-infrastructure.json
  64. 58
      railway-routes.json
  65. 1
      religion.json
  66. 1
      residential.json
  67. 1
      resources.json
  68. 1
      shop.json
  69. 1
      sport.json
  70. 1
      tourism_attractions.json
  71. 3
      tourism_services.json
  72. 1
      waste.json
  73. 1
      water.json
  74. 1
      wikipedia.json
  75. 1
      works.json

1
administrative.json

@ -11,6 +11,7 @@
"hu": "Adminisztratív határok",
"it": "Suddivisioni amministrative",
"nl": "Administratieve gebieden",
"pt": "Regiões administrativas",
"pt-br": "Divisão Político-Administrativa",
"ro": "Zona administrativa",
"ru": "Административные границы"

3
agriculture.json

@ -12,6 +12,7 @@
"it": "Agricoltura",
"ja": "農業",
"nl": "Landbouw",
"pt": "Agricultura",
"pt-br": "Agricultura",
"ro": "Agricultura",
"ru": "Сельское хозяйство"
@ -37,4 +38,4 @@
"{% endif %}"
]
}
}
}

1
alternative_routes.json

@ -8,6 +8,7 @@
"it": "Itinerari segnalati",
"ja": "ルート",
"nl": "Alternatieve routes",
"pt": "Rotas",
"pt-br": "Rotas",
"ru": "Маршруты",
"uk": "Маршрути"

1
buildings.json

@ -4,6 +4,7 @@
"de": "Gebäude",
"en": "Buildings",
"fr": "Bâtiments",
"pt": "Edifícios",
"pt-br": "Edificações"
},
"query": {

5
car_amenities.json

@ -43,10 +43,9 @@
"car_rental": "R",
"car_sharing": "S",
"car_wash": "🚿",
"charging_station": "🔌 ",
"charging_station": "🔌",
"fuel": "⛽",
"parking": "🅿",
"motorcycle_parking": "🅿",
"charging_station": "🔌"
"motorcycle_parking": "🅿"
}
}

1
car_furniture.json

@ -9,6 +9,7 @@
"ja": "街路設置公共物",
"nl": "Straatmeubilair",
"pl": "Elementy drogowe",
"pt": "Mobiliário urbano",
"pt-br": "Mobiliário Urbano",
"ru": "Элементы дороги",
"uk": "Street Furniture"

1
car_maxspeed.json

@ -4,6 +4,7 @@
"de": "Höchstgeschwindigkeiten",
"en": "Maxspeed",
"fr": "Limites de vitesse",
"pt": "Velocidade máxima",
"pt-br": "Velocidade Máxima"
},
"query": {

59
car_routes.json

@ -0,0 +1,59 @@
{
"type": "overpass",
"name": {
"en": "Car routes"
},
"query": {
"10": "relation[type=route][route=road]"
},
"members": true,
"feature": {
"pre": "{% set color = '#' ~ tags.network|default('')|md5|slice(0, 6) %}",
"description": "{% if tags.network %}{{ tagTrans('network', tags.network) }}{% endif %}",
"title": "{% if tags.ref and tags.name %}{{ tags.ref }} - {{ tags.name }}{% elseif tags.ref %}{{ tags.ref }}{% elseif tags.name %}{{ tags.name }}{% else %}{{ trans('unnamed') }}{% endif %}",
"listMarkerSymbol": "{{ markerLine({ 'width': 4, 'color': color })|raw }}",
"markerSymbol": "",
"styles": ""
},
"memberFeature": {
"pre": [
"{% set refs = [] %}",
"{% set color = '#d41d8c' %}",
"{% if tags.ref %}",
" {% set refs = refs|merge([ tags.ref ]) %}",
"{% endif %}",
"",
"{% for master in masters %}",
" {% if master.tags.network %}",
" {% set color = '#' ~ master.tags.network|md5|slice(0, 6) %}",
" {% endif %}",
" {% if master.tags.ref %}",
" {% set refs = refs|merge([ master.tags.ref ]) %}",
" {% endif %}",
"{% endfor %}"
],
"body": [
"<h4>Routes</h4>",
"<ul>",
"{% for master in masters %}",
" {% set _color = '#' ~ master.tags.operator|default('')|md5|slice(0, 6) %}",
" <li data-object=\"{{ master.id }}\" style='list-style: none;'>",
" <span class='markerParent'><div class='marker'>{{ markerLine({ width: 4, color: _color })|raw }}</div></span>",
" <span class='title'>{% if master.tags.ref and master.tags.name %}{{ master.tags.ref }} - {{ master.tags.name|default(master.tags.ref) }}{% elseif master.tags.ref %}{{ master.tags.ref }}{% elseif master.tags.name %}{{ master.tags.name }}{% else %}{{ trans('unnamed') }}{% endif %}</span>",
" <span class='description'>{{ tagTrans('network', master.tags.network) }}</span>",
" </li>",
"{% endfor %}",
"</ul>"
],
"listExclude": "1",
"style": {
"color": "{{ color }}",
"width": 4,
"opacity": 1,
"text": "{{ refs|join(' ') }} ",
"textRepeat": "1",
"textOffset": "12",
"textFontWeight": "bold"
}
}
}

1
communication.json

@ -13,6 +13,7 @@
"it": "Communicazioni",
"ja": "交流",
"nl": "Communicatie",
"pt": "Comunicação",
"pt-br": "Comunicação",
"ro": "Comunicatii",
"ru": "Услуги связи",

1
construction.json

@ -9,6 +9,7 @@
"it": "Cantieri",
"ja": "工事中",
"nl": "Bouwterrein",
"pt": "Locais de construção",
"pt-br": "Terrenos e Obras",
"ru": "Места строительства"
},

1
craft.json

@ -4,6 +4,7 @@
"de": "Handwerk",
"en": "Craft",
"fr": "Artisanat",
"pt": "Artesanato",
"pt-br": "Ofícios"
},
"query": {

1
culture.json

@ -15,6 +15,7 @@
"ja": "文化",
"nl": "Cultuur",
"pl": "Kultura",
"pt": "Cultura",
"pt-br": "Cultura",
"ro": "Cultura",
"ru": "Культура",

1
culture_religion.json

@ -15,6 +15,7 @@
"ja": "文化",
"nl": "Cultuur",
"pl": "Kultura",
"pt": "Cultura e religião",
"pt-br": "Cultura",
"ro": "Cultura",
"ru": "Культура",

90
cycle_routes.json

@ -4,6 +4,7 @@
"de": "Radrouten",
"en": "Cycle Routes",
"fr": "Itinéraires vélo",
"pt": "Ciclovias",
"pt-br": "Ciclorrotas"
},
"query": {
@ -12,12 +13,93 @@
"12": "relation[type=route][route=bicycle][network~'^(icn|ncn|rcn)$']",
"15": "relation[type=route][route=bicycle]"
},
"members": true,
"feature": {
"priority": "{% if tags.network=='icn' %}0{% elseif tags.network=='ncn' %}1{% elseif tags.network=='rcn' %}2{% else %}3{% endif %}",
"priority": "{{ const[tags.network].priority|default(4) }}",
"description": "{{ tagTrans('network', tags.network) }}",
"listMarkerSymbol": "{{ markerLine({ 'width': 4, 'color': const[tags.network].color|default(const[''].color) })|raw }}",
"title": "{% if tags.ref and tags.name %}{{ tags.ref }} - {{ tags.name }}{% elseif tags.ref %}{{ tags.ref }}{% elseif tags.name %}{{ tags.name }}{% else %}{{ trans('unnamed') }}{% endif %}",
"styles": "",
"markerSymbol": ""
},
"memberFeature": {
"pre": [
"{% set priority = 4 %}",
"{% set network = '' %}",
"{% set refs = [] %}",
"",
"{% for master in masters %}",
" {% set _p = const[master.tags.network].priority|default(4) %}",
" {% if _p < priority %}",
" {% set priority = _p %}",
" {% set network = master.tags.network %}",
" {% endif %}",
" {% if master.tags.ref %}",
" {% set refs = refs|merge([ master.tags.ref ]) %}",
" {% endif %}",
"{% endfor %}"
],
"title": "",
"body": [
"<h4>Routes</h4>",
"<ul class='overpass-layer-list'>",
"{% for master in masters %}",
" <li data-object=\"{{ master.id }}\">",
" <span class='markerParent'><div class='marker'>{{ markerLine({ width: 4, color: const[master.tags.network].color|default(const[''].color) })|raw }}</div></span>",
" <span class='title'>{% if master.tags.ref and master.tags.name %}{{ master.tags.ref }} - {{ master.tags.name|default(master.tags.ref) }}{% elseif master.tags.ref %}{{ master.tags.ref }}{% elseif master.tags.name %}{{ master.tags.name }}{% else %}{{ trans('unnamed') }}{% endif %}</span>",
" <span class='description'>{{ tagTrans('network', master.tags.network) }}</span>",
" </li>",
"{% endfor %}",
"</ul>"
],
"listExclude": "1",
"style": {
"color": "{{ const[network].color }}",
"width": 4,
"color": "{% if tags.network=='icn' %}#ff0000{% elseif tags.network=='ncn' %}#ff007f{% elseif tags.network=='rcn' %}#7f00ff{% else %}#0000ff{% endif %}",
"opacity": 1
"opacity": 1,
"text": "{{ refs|join(' ') }} ",
"textRepeat": "1",
"textOffset": "12",
"textFontWeight": "bold"
}
},
"const": {
"icn": {
"color": "#ff0000",
"priority": 0,
"zoom": 6
},
"ncn": {
"color": "#ff00ba",
"priority": 1,
"zoom": 9
},
"rcn": {
"color": "#ba00ff",
"priority": 2,
"zoom": 12
},
"lcn": {
"color": "#0000ff",
"priority": 3,
"zoom": 15
},
"": {
"color": "#007fff",
"priority": 4,
"zoom": 15
}
}
},
"info": [
"<table>",
"{% for value, data in const %}",
"{% if data.zoom <= map.zoom %}",
" <tr>",
" <td>{{ markerLine({ 'width': 4, color: data.color })|raw }}</td>",
" <td>{% if value %}{{ tagTrans('network', value) }}{% else %}{{ trans('unknown') }}{% endif %}</td>",
" </tr>",
"{% endif %}",
"{% endfor %}",
"</table>"
]
}

1
education.json

@ -12,6 +12,7 @@
"ja": "教育サービス",
"nl": "Onderwijs",
"pl": "Edukacyjne",
"pt": "Educação",
"pt-br": "Educação",
"ro": "Servicii educatie",
"ru": "Образование",

3
emergency.json

@ -13,6 +13,7 @@
"it": "Servizi d'emergenza",
"ja": "緊急サービス",
"nl": "Hulpdiensten",
"pt": "Emergência",
"pt-br": "Emergência",
"ro": "Servicii urgenta",
"ru": "Экстренные службы",
@ -83,4 +84,4 @@
"sign": "📞"
}
}
}
}

1
financial.json

@ -11,6 +11,7 @@
"ja": "金融",
"nl": "Financieel",
"pl": "Finasowe",
"pt": "Finanças",
"pt-br": "Finanças",
"ro": "Financiar",
"ru": "Финансы",

1
gastro-smoking.json

@ -4,6 +4,7 @@
"de": "Rauchfreie Gastronomie",
"en": "Smokefree Gastronomy",
"fr": "Restauration sans tabac",
"pt": "Restauração livre de tabaco",
"pt-br": "Gastronomia sem fumo"
},
"query": {

13
gastro.json

@ -12,6 +12,7 @@
"ja": "食べ物",
"nl": "Gastronomie",
"pl": "Gastronomia",
"pt": "Restauração",
"pt-br": "Gastronomia",
"ro": "Gastronomie",
"ru": "Общепит",
@ -29,6 +30,18 @@
" <span class='key'>{{ keyTrans('cuisine') }}:</span>",
" <span class='value'>{{ tagTransList('cuisine', tags.cuisine)|default(trans('unknown')) }}</span>",
" </li>",
" {% set diets = tagsPrefix(tags, 'diet:') %}",
" {% if diets %}",
" <li class='hasSymbol'>",
" <i class=\"fa fa-cutlery\" aria-hidden=\"true\"></i>",
" <span class='key'>{{ keyTrans('diet') }}:</span>",
" <span class='value'>",
" {% for kv, k in diets %}",
" {% set v = tags[k] %}",
" <span title='{{ k ~ '=' ~ v }}' style='white-space: nowrap; margin-right: 0.5em;'>{% if v == 'no' %}✘ {% elseif v == 'only' %}❗{% else %}✔{% endif %}{{ keyTrans(k) }}</span>",
" {% endfor %}",
" </span></li>",
" {% endif %}",
"</ul>"
],
"markerSign": "{% if tags.amenity=='bar' %}&#127864;{% elseif tags.amenity=='biergarten'%}&#127867;{% elseif tags.amenity=='cafe' %}&#9749;{% elseif tags.amenity=='fast_food' %}&#127828;{% elseif tags.amenity=='ice_cream' %}&#127848;{% elseif tags.amenity=='pub' %}&#127866;{% else %}&#127860;{% endif %}"

3
health.json

@ -11,6 +11,7 @@
"ja": "健康",
"nl": "Gezondheid",
"pl": "Zdrowie",
"pt": "Saúde",
"pt-br": "Saúde e Assistência",
"ro": "Sanatate",
"ru": "Медицина",
@ -87,4 +88,4 @@
"amenity=social_facility": "",
"amenity=veterinary": "<img src='maki:veterinary'>"
}
}
}

90
hiking_routes.json

@ -4,6 +4,7 @@
"de": "Wanderrouten",
"en": "Hiking routes",
"fr": "Itinéraires pédestres",
"pt": "Rotas de caminhada",
"pt-br": "Rotas de Caminhada"
},
"query": {
@ -12,27 +13,92 @@
"12": "relation[type=route][route=hiking][network~\"^(iwn|nwn|rwn)$\"]",
"14": "relation[type=route][route=hiking]"
},
"members": true,
"feature": {
"description": "{{ tagTrans('network', tags.network) }}",
"priority": [
"{% set network_data = const[tags.network] %}",
"{% if network_data %}",
"{{ network_data.priority }}",
"{% endif %}"
]
"priority": "{{ const[tags.network].priority|default(4) }}",
"description": "{% if tags.network %}{{ tagTrans('network', tags.network) }}{% endif %}",
"listMarkerSymbol": "{{ markerLine({ 'width': 4, 'color': const[tags.network|default('')].color|default(const[''].color) })|raw }}",
"title": "{% if tags.ref and tags.name %}{{ tags.ref }} - {{ tags.name }}{% elseif tags.ref %}{{ tags.ref }}{% elseif tags.name %}{{ tags.name }}{% else %}{{ trans('unnamed') }}{% endif %}",
"styles": "",
"markerSymbol": ""
},
"memberFeature": {
"pre": [
"{% set priority = 4 %}",
"{% set network = '' %}",
"{% set refs = [] %}",
"",
"{% for master in masters %}",
" {% set _p = const[master.tags.network].priority|default(4) %}",
" {% if _p < priority %}",
" {% set priority = _p %}",
" {% set network = master.tags.network %}",
" {% endif %}",
" {% if master.tags.ref %}",
" {% set refs = refs|merge([ master.tags.ref ]) %}",
" {% endif %}",
"{% endfor %}"
],
"body": [
"<h4>Routes</h4>",
"<ul class='overpass-layer-list'>",
"{% for master in masters %}",
" <li data-object=\"{{ master.id }}\">",
" <span class='markerParent'><div class='marker'>{{ markerLine({ width: 4, color: const[master.tags.network].color|default(const[''].color) })|raw }}</div></span>",
" <span class='title'>{% if master.tags.ref and master.tags.name %}{{ master.tags.ref }} - {{ master.tags.name|default(master.tags.ref) }}{% elseif master.tags.ref %}{{ master.tags.ref }}{% elseif master.tags.name %}{{ master.tags.name }}{% else %}{{ trans('unnamed') }}{% endif %}</span>",
" <span class='description'>{{ tagTrans('network', master.tags.network) }}</span>",
" </li>",
"{% endfor %}",
"</ul>"
],
"listExclude": "1",
"style": {
"color": "{{ const[network].color }}",
"width": 4,
"opacity": 1,
"text": "{{ refs|join(' ') }} ",
"textRepeat": "1",
"textOffset": "12",
"textFontWeight": "bold"
}
},
"const": {
"iwn": {
"priority": 1
"color": "#ff0000",
"priority": 0,
"zoom": 10
},
"nwn": {
"priority": 2
"color": "#ff00ba",
"priority": 1,
"zoom": 11
},
"rwn": {
"priority": 3
"color": "#ba00ff",
"priority": 2,
"zoom": 12
},
"lwn": {
"priority": 4
"color": "#0000ff",
"priority": 3,
"zoom": 14
},
"": {
"color": "#007fff",
"priority": 4,
"zoom": 14
}
}
},
"info": [
"<table>",
"{% for value, data in const %}",
"{% if data.zoom <= map.zoom %}",
" <tr>",
" <td>{{ markerLine({ 'width': 4, color: data.color })|raw }}</td>",
" <td>{% if value %}{{ tagTrans('network', value) }}{% else %}{{ trans('unknown') }}{% endif %}</td>",
" </tr>",
"{% endif %}",
"{% endfor %}",
"</table>"
]
}

3
historic.json

@ -13,6 +13,7 @@
"ja": "記念",
"nl": "Historisch",
"pl": "Miejsca Historyczne",
"pt": "Histórico",
"pt-br": "Histórico",
"ro": "Istoric",
"ru": "Историческое",
@ -82,4 +83,4 @@
"zoom": 11
}
}
}
}

44
index.json

@ -22,7 +22,8 @@
"ro": "Timp liber, Sport si Cumparaturi",
"ru": "Досуг",
"uk": "Дозвілля",
"pt-br": "Lazer, Esportes e Compras"
"pt-br": "Lazer, Esportes e Compras",
"pt": "Lazer, desporto e compras"
},
"subCategories": [
{
@ -42,6 +43,9 @@
},
{
"id": "children"
},
{
"id": "outdoor"
}
]
},
@ -66,7 +70,8 @@
"ro": "Servicii",
"ru": "Услуги",
"uk": "Послуги",
"pt-br": "Serviços"
"pt-br": "Serviços",
"pt": "Serviços"
},
"subCategories": [
{
@ -114,7 +119,8 @@
"ro": "Transport",
"ru": "Транспорт",
"uk": "Транспорт",
"pt-br": "Transportes"
"pt-br": "Transportes",
"pt": "Transportes"
},
"subCategories": [
{
@ -124,7 +130,8 @@
"de": "Zu Fuß gehen",
"en": "Walking",
"fr": "Marche à pied",
"pt-br": "Pedestre"
"pt-br": "Pedestre",
"pt": "Pedestre"
},
"subCategories": [
{
@ -142,7 +149,8 @@
"de": "Radfahren",
"en": "Cycling",
"fr": "Cyclisme",
"pt-br": "Ciclismo"
"pt-br": "Ciclismo",
"pt": "Ciclismo"
},
"subCategories": [
{
@ -172,17 +180,15 @@
"ro": "Transport public",
"ru": "Общественный транспорт",
"uk": "Громадський транспорт",
"pt-br": "Transporte Público"
"pt-br": "Transporte Público",
"pt": "Transportes públicos"
},
"subCategories": [
{
"id": "pt_amenities"
},
{
"id": "pt_stops"
},
{
"id": "pt_routes"
"id": "pt"
}
]
},
@ -202,7 +208,8 @@
"ro": "Trafic individual",
"ru": "Частный транспорт",
"uk": "Приватний транспорт",
"pt-br": "Tráfego Individual"
"pt-br": "Tráfego Individual",
"pt": "Transporte individual"
},
"subCategories": [
{
@ -210,6 +217,9 @@
},
{
"id": "car_maxspeed"
},
{
"id": "car_routes"
}
]
}
@ -222,7 +232,8 @@
"de": "Infrastruktur",
"en": "Infrastructure",
"fr": "Infrastructures",
"pt-br": "Infraestrutura"
"pt-br": "Infraestrutura",
"pt": "Infraestrutura"
},
"subCategories": [
{
@ -252,7 +263,8 @@
"ja": "鉄道",
"nl": "Spoorwegen",
"ru": "Железные дороги",
"pt-br": "Ferrovia"
"pt-br": "Ferrovia",
"pt": "Linhas ferroviárias"
},
"subCategories": [
{
@ -260,6 +272,9 @@
},
{
"id": "railway-electrification"
},
{
"id": "railway-routes"
}
]
},
@ -287,7 +302,8 @@
"en": "Special",
"de": "Spezial",
"pt-br": "Especial",
"fr": "Catégories spéciales"
"fr": "Catégories spéciales",
"pt": "Especial"
},
"subCategories": [
{

1
internet.json

@ -10,6 +10,7 @@
"hu": "Internethozzáférés",
"ja": "インターネット接続",
"nl": "Internettoegang",
"pt": "Acesso à Internet",
"pt-br": "Acesso à Internet",
"ro": "Acces internet"
}

33
lang/ast.json

@ -3,44 +3,48 @@
"category:agriculture": "Agricultura",
"category:alternative_amenities": "Infraestructures",
"category:alternative_routes": "Rutes",
"category:buildings": null,
"category:buildings": "",
"category:car_amenities": "Infraestructures",
"category:car_furniture": "Acondicionamientu urbanu",
"category:car_maxspeed": null,
"category:children": null,
"category:car_maxspeed": "",
"category:children": "",
"category:communication": "Comunicaciones",
"category:construction": "Sitios d'obres",
"category:craft": "",
"category:culture": "Cultura",
"category:culture_religion": "Cultura",
"category:cycle_amenities": null,
"category:cycle_routes": null,
"category:cycle_amenities": "",
"category:cycle_routes": "",
"category:education": "Servicios educativos",
"category:emergency": "Servicios d'emerxencia",
"category:financial": "Dineru",
"category:gastro-smoking": "",
"category:gastro": "Gastronomía",
"category:health": "Salú",
"category:hiking_routes": null,
"category:hiking_routes": "",
"category:historic": "Hestoria",
"category:index": null,
"category:index": "",
"category:internet": "Accesu a Internet",
"category:leisure": "Recréu",
"category:military": "Militar",
"category:mtb-routes": "",
"category:natural": "Formaciones naturales",
"category:other": "Otres",
"category:outdoor": "",
"category:phone": "Teléfonos",
"category:places": "Llugares",
"category:places_geo": "Llugares",
"category:playgrounds": "Xuegos infantiles",
"category:post": "Corréu",
"category:power": "Enerxía",
"category:pt": "",
"category:pt:stops": "Paraes y estaciones",
"category:pt:routes": "",
"category:pt_amenities": "Infraestructures",
"category:pt_routes": null,
"category:pt_stops": "Paraes y estaciones",
"category:public": "Serviciu Públicu",
"category:railway-electrification": null,
"category:railway-infrastructure": null,
"category:railway-electrification": "",
"category:railway-infrastructure": "",
"category:railway-routes": "",
"category:religion": "Relixón",
"category:residential": "Zones residenciales",
"category:resources": "Estraición de recursos",
@ -49,12 +53,11 @@
"category:tourism_attractions": "Turismu",
"category:tourism_services": "Turismu",
"category:transport_alternative": "Alternativu (Ciclismu, senderismu, ...)",
"category:walk_amenities": null,
"category:walk_amenities": "",
"category:waste": "Basures",
"category:water": null,
"category:wikipedia": null,
"category:water": "",
"category:wikipedia": "",
"category:works": "Fábriques",
"category:cycle_infrastructure": null,
"category:leisure_sport_shopping": "Recréu, deportes y compres",
"category:railway": "Ferrocarril",
"category:services": "Servicios",

101
lang/ca.json

@ -1,60 +1,63 @@
{
"category:administrative": null,
"category:agriculture": null,
"category:alternative_amenities": null,
"category:alternative_routes": null,
"category:buildings": null,
"category:car_amenities": null,
"category:car_furniture": null,
"category:car_maxspeed": null,
"category:children": null,
"category:administrative": "",
"category:agriculture": "",
"category:alternative_amenities": "",
"category:alternative_routes": "",
"category:buildings": "",
"category:car_amenities": "",
"category:car_furniture": "",
"category:car_maxspeed": "",
"category:children": "",
"category:communication": "Comunicacions",
"category:construction": null,
"category:construction": "",
"category:craft": "",
"category:culture": "Cultura",
"category:culture_religion": "Cultura i religió",
"category:cycle_amenities": null,
"category:cycle_routes": null,
"category:education": null,
"category:cycle_amenities": "",
"category:cycle_routes": "",
"category:education": "",
"category:emergency": "Serveis d'emergència",
"category:financial": null,
"category:financial": "",
"category:gastro-smoking": "",
"category:gastro": null,
"category:health": null,
"category:hiking_routes": null,
"category:historic": null,
"category:index": null,
"category:gastro": "",
"category:health": "",
"category:hiking_routes": "",
"category:historic": "",
"category:index": "",
"category:internet": "Accés a Internet",
"category:leisure": null,
"category:military": null,
"category:natural": null,
"category:other": null,
"category:phone": null,
"category:places": null,
"category:places_geo": null,
"category:playgrounds": null,
"category:post": null,
"category:power": null,
"category:pt_amenities": null,
"category:pt_routes": null,
"category:pt_stops": null,
"category:public": null,
"category:railway-electrification": null,
"category:railway-infrastructure": null,
"category:religion": null,
"category:residential": null,
"category:resources": null,
"category:shop": null,
"category:sport": null,
"category:tourism_attractions": null,
"category:tourism_services": null,
"category:transport_alternative": null,
"category:walk_amenities": null,
"category:waste": null,
"category:water": null,
"category:wikipedia": null,
"category:works": null,
"category:cycle_infrastructure": null,
"category:leisure": "",
"category:military": "",
"category:mtb-routes": "",
"category:natural": "",
"category:other": "",
"category:outdoor": "",
"category:phone": "",
"category:places": "",
"category:places_geo": "",
"category:playgrounds": "",
"category:post": "",
"category:power": "",
"category:pt": "",
"category:pt:stops": "",
"category:pt:routes": "",
"category:pt_amenities": "",
"category:public": "",
"category:railway-electrification": "",
"category:railway-infrastructure": "",
"category:railway-routes": "",
"category:religion": "",
"category:residential": "",
"category:resources": "",
"category:shop": "",
"category:sport": "",
"category:tourism_attractions": "",
"category:tourism_services": "",
"category:transport_alternative": "",
"category:walk_amenities": "",
"category:waste": "",
"category:water": "",
"category:wikipedia": "",
"category:works": "",
"category:leisure_sport_shopping": "Oci, esport i compres",
"category:services": "Serveis"
}

33
lang/cs.json

@ -3,44 +3,48 @@
"category:agriculture": "Zemědělství",
"category:alternative_amenities": "Občanská vybavenost",
"category:alternative_routes": "Trasy cest",
"category:buildings": null,
"category:buildings": "",
"category:car_amenities": "Občasnká vybavenost",
"category:car_furniture": "Pouliční přislušenství",
"category:car_maxspeed": null,
"category:children": null,
"category:car_maxspeed": "",
"category:children": "",
"category:communication": "Komunikace",
"category:construction": "Staveniště",
"category:craft": "",
"category:culture": "Kultura",
"category:culture_religion": "Kultura",
"category:cycle_amenities": null,
"category:cycle_routes": null,
"category:cycle_amenities": "",
"category:cycle_routes": "",
"category:education": "Vzdělávací služby",
"category:emergency": "Pohotovostní služby",
"category:financial": "Finanční služby",
"category:gastro-smoking": "",
"category:gastro": "Stravování",
"category:health": "Zdravotnictví",
"category:hiking_routes": null,
"category:hiking_routes": "",
"category:historic": "Historické",
"category:index": null,
"category:index": "",
"category:internet": "Přístup k internetu",
"category:leisure": "Volný čas",
"category:military": "Vojenské",
"category:mtb-routes": "",
"category:natural": "Přírodní úkazy",
"category:other": "Jiné",
"category:outdoor": "",
"category:phone": "Telefony",
"category:places": "Sídla",
"category:places_geo": "Sídla",
"category:playgrounds": "Hřiště",
"category:post": "Poštovní služby",
"category:power": "Elektřina",
"category:pt": "",
"category:pt:stops": "Zastávky & Stanice",
"category:pt:routes": "",
"category:pt_amenities": "Občanská vybavenost",
"category:pt_routes": null,
"category:pt_stops": "Zastávky & Stanice",
"category:public": "Veřejné služby",
"category:railway-electrification": null,
"category:railway-infrastructure": null,
"category:railway-electrification": "",
"category:railway-infrastructure": "",
"category:railway-routes": "",
"category:religion": "Religion",
"category:residential": "Obytné oblasti",
"category:resources": "Těžba surovin",
@ -49,12 +53,11 @@
"category:tourism_attractions": "Turistika",
"category:tourism_services": "Turistika",
"category:transport_alternative": "Alternativní (Cyklistika, Pěší turistika, ...)",
"category:walk_amenities": null,
"category:walk_amenities": "",
"category:waste": "Nakládání s odpady",
"category:water": null,
"category:wikipedia": null,
"category:water": "",
"category:wikipedia": "",
"category:works": "Továrny",
"category:cycle_infrastructure": null,
"category:leisure_sport_shopping": "Volný čas, sporty a nákupy",
"category:railway": "Železnice",
"category:services": "Služby",

13
lang/de.json

@ -23,24 +23,28 @@
"category:health": "Gesundheitsdienste",
"category:hiking_routes": "Wanderrouten",
"category:historic": "Geschichte",
"category:index": null,
"category:index": "",
"category:internet": "Internetzugang",
"category:leisure": "Freizeit",
"category:military": "Militär",
"category:mtb-routes": "",
"category:natural": "Geographische Objekte",
"category:other": "Andere",
"category:outdoor": "Freiluftaktivitäten",
"category:phone": "Telekommunikation",
"category:places": "Orte",
"category:places_geo": "Orte",
"category:playgrounds": "Spielplätze",
"category:post": "Post",
"category:power": "Energie",
"category:pt": "ÖV Karte",
"category:pt:stops": "Haltestellen",
"category:pt:routes": "Routen",
"category:pt_amenities": "Einrichtungen",
"category:pt_routes": "Routen",
"category:pt_stops": "Haltestellen",
"category:public": "Öffentliche Dienste",
"category:railway-electrification": "Eisenbahn Elektrifizierung",
"category:railway-infrastructure": "Eisenbahn Infrastruktur",
"category:railway-routes": "",
"category:religion": "Religion",
"category:residential": "Wohngebiete",
"category:resources": "Ressourcengewinnung",
@ -48,13 +52,12 @@
"category:sport": "Sport",
"category:tourism_attractions": "Tourismus",
"category:tourism_services": "Tourismus",
"category:transport_alternative": null,
"category:transport_alternative": "",
"category:walk_amenities": "Einrichtungen",
"category:waste": "Entsorgung",
"category:water": "Gewässer",
"category:wikipedia": "Wikipedia",
"category:works": "Fabriken",
"category:cycle_infrastructure": "Radwege",
"category:infrastructure": "Infrastruktur",
"category:leisure_sport_shopping": "Freizeit, Sport und Einkauf",
"category:railway": "Eisenbahn",

63
lang/el.json

@ -1,60 +1,63 @@
{
"category:administrative": "Διοικητικά Όρια",
"category:agriculture": "Γεωργία",
"category:alternative_amenities": null,
"category:alternative_routes": null,
"category:buildings": null,
"category:car_amenities": null,
"category:car_furniture": null,
"category:car_maxspeed": null,
"category:children": null,
"category:alternative_amenities": "",
"category:alternative_routes": "",
"category:buildings": "",
"category:car_amenities": "",
"category:car_furniture": "",
"category:car_maxspeed": "",
"category:children": "",
"category:communication": "Επικοινωνίες",
"category:construction": null,
"category:construction": "",
"category:craft": "",
"category:culture": "Πολιτισμός",
"category:culture_religion": "Πολιτισμός",
"category:cycle_amenities": null,
"category:cycle_routes": null,
"category:cycle_amenities": "",
"category:cycle_routes": "",
"category:education": "Υπηρεσίες Εκπαίδευσης",
"category:emergency": "Υπηρεσίες Έκτακτης Ανάγκης",
"category:financial": "Χρήμα",
"category:gastro-smoking": "",
"category:gastro": "Γαστρονομία",
"category:health": "Υγεία",
"category:hiking_routes": null,
"category:hiking_routes": "",
"category:historic": "Ιστορικά",
"category:index": null,
"category:internet": null,
"category:index": "",
"category:internet": "",
"category:leisure": "Αναψυχή",
"category:military": "Στρατιωτικό",
"category:mtb-routes": "",
"category:natural": "Φυσικοί Σχηματισμοί",
"category:other": null,
"category:phone": null,
"category:other": "",
"category:outdoor": "",
"category:phone": "",
"category:places": "Μέρη",
"category:places_geo": "Μέρη",
"category:playgrounds": null,
"category:post": null,
"category:power": null,
"category:pt_amenities": null,
"category:pt_routes": null,
"category:pt_stops": "Στάσεις & Σταθμοί",
"category:playgrounds": "",
"category:post": "",
"category:power": "",
"category:pt": "",
"category:pt:stops": "Στάσεις & Σταθμοί",
"category:pt:routes": "",
"category:pt_amenities": "",
"category:public": "Δημόσιες Υπηρεσίες",
"category:railway-electrification": null,
"category:railway-infrastructure": null,
"category:railway-electrification": "",
"category:railway-infrastructure": "",
"category:railway-routes": "",
"category:religion": "Θρησκεία",
"category:residential": "Περιοχές Κατοικίας",
"category:resources": null,
"category:resources": "",
"category:shop": "Αγορές",
"category:sport": "Άθληση",
"category:tourism_attractions": "Τουρισμός",
"category:tourism_services": "Τουρισμός",
"category:transport_alternative": "Εναλλακτικά (ποδηλασία, ορειβασία,...)",
"category:walk_amenities": null,
"category:waste": null,
"category:water": null,
"category:wikipedia": null,
"category:works": null,
"category:cycle_infrastructure": null,
"category:walk_amenities": "",
"category:waste": "",
"category:water": "",
"category:wikipedia": "",
"category:works": "",
"category:leisure_sport_shopping": "Αναψυχή, Αθλητισμός και Αγορές",
"category:services": "Υπηρεσίες",
"category:transport": "Μεταφορές",

13
lang/en.json

@ -23,24 +23,28 @@
"category:health": "Health",
"category:hiking_routes": "Hiking routes",
"category:historic": "Historic",
"category:index": null,
"category:index": "",
"category:internet": "Internet access",
"category:leisure": "Leisure",
"category:military": "Military",
"category:mtb-routes": "Mountain bike routes",
"category:natural": "Natural Formations",
"category:other": "Other",
"category:outdoor": "Outdoor activities",
"category:phone": "Phone",
"category:places": "Places",
"category:places_geo": "Places",
"category:playgrounds": "Playground",
"category:post": "Post",
"category:power": "Power",
"category:pt": "Public transport map",
"category:pt:stops": "Stops & Stations",
"category:pt:routes": "Routes",
"category:pt_amenities": "Amenities",
"category:pt_routes": "Routes",
"category:pt_stops": "Stops & Stations",
"category:public": "Public Services",
"category:railway-electrification": "Railway electrification",
"category:railway-infrastructure": "Railway infrastructure",
"category:railway-routes": "Railway Routes",
"category:religion": "Religion",
"category:residential": "Residential Areas",
"category:resources": "Resource Extraction",
@ -48,13 +52,12 @@
"category:sport": "Sport",
"category:tourism_attractions": "Tourism",
"category:tourism_services": "Tourism",
"category:transport_alternative": null,
"category:transport_alternative": "",
"category:walk_amenities": "Amenities",
"category:waste": "Disposal",
"category:water": "Waterbodies",
"category:wikipedia": "Wikipedia",
"category:works": "Works",
"category:cycle_infrastructure": "Cycleways",
"category:infrastructure": "Infrastructure",
"category:leisure_sport_shopping": "Leisure, Sport and Shopping",
"category:railway": "Railway",

103
lang/es.json

@ -1,60 +1,63 @@
{
"category:administrative": null,
"category:agriculture": null,
"category:alternative_amenities": null,
"category:alternative_routes": null,
"category:buildings": null,
"category:car_amenities": null,
"category:car_furniture": null,
"category:car_maxspeed": null,
"category:children": null,
"category:communication": null,
"category:construction": null,
"category:administrative": "",
"category:agriculture": "",
"category:alternative_amenities": "",
"category:alternative_routes": "",
"category:buildings": "",
"category:car_amenities": "",
"category:car_furniture": "",
"category:car_maxspeed": "",
"category:children": "",
"category:communication": "",
"category:construction": "",
"category:craft": "",
"category:culture": "Cultura",
"category:culture_religion": "Cultura y religión",
"category:cycle_amenities": null,
"category:cycle_routes": null,
"category:education": null,
"category:cycle_amenities": "",
"category:cycle_routes": "",
"category:education": "",
"category:emergency": "Servicios de emergencia",
"category:financial": null,
"category:financial": "",
"category:gastro-smoking": "",
"category:gastro": null,
"category:health": null,
"category:hiking_routes": null,
"category:historic": null,
"category:index": null,
"category:gastro": "",
"category:health": "",
"category:hiking_routes": "",
"category:historic": "",
"category:index": "",
"category:internet": "Acceso a Internet",
"category:leisure": null,
"category:military": null,
"category:natural": null,
"category:other": null,
"category:phone": null,
"category:places": null,
"category:places_geo": null,
"category:playgrounds": null,
"category:post": null,
"category:power": null,
"category:pt_amenities": null,
"category:pt_routes": null,
"category:pt_stops": "Paradas y estaciones",
"category:public": null,
"category:railway-electrification": null,
"category:railway-infrastructure": null,
"category:religion": null,
"category:residential": null,
"category:resources": null,
"category:shop": null,
"category:sport": null,
"category:tourism_attractions": null,
"category:tourism_services": null,
"category:transport_alternative": null,
"category:walk_amenities": null,
"category:waste": null,
"category:water": null,
"category:wikipedia": null,
"category:works": null,
"category:cycle_infrastructure": null,
"category:leisure": "",
"category:military": "",
"category:mtb-routes": "",
"category:natural": "",
"category:other": "",
"category:outdoor": "",
"category:phone": "",
"category:places": "",
"category:places_geo": "",
"category:playgrounds": "",
"category:post": "",
"category:power": "",
"category:pt": "",
"category:pt:stops": "Paradas y estaciones",
"category:pt:routes": "",
"category:pt_amenities": "",
"category:public": "",
"category:railway-electrification": "",
"category:railway-infrastructure": "",
"category:railway-routes": "",
"category:religion": "",
"category:residential": "",
"category:resources": "",
"category:shop": "",
"category:sport": "",
"category:tourism_attractions": "",
"category:tourism_services": "",
"category:transport_alternative": "",
"category:walk_amenities": "",
"category:waste": "",
"category:water": "",
"category:wikipedia": "",
"category:works": "",
"category:leisure_sport_shopping": "Ocio, deporte y compras",
"category:services": "Servicios"
}

69
lang/et.json

@ -1,60 +1,63 @@
{
"category:administrative": "Administratiivalad",
"category:agriculture": "Põllumajandus",
"category:alternative_amenities": null,
"category:alternative_routes": null,
"category:buildings": null,
"category:car_amenities": null,
"category:car_furniture": null,
"category:car_maxspeed": null,
"category:children": null,
"category:alternative_amenities": "",
"category:alternative_routes": "",
"category:buildings": "",
"category:car_amenities": "",
"category:car_furniture": "",
"category:car_maxspeed": "",
"category:children": "",
"category:communication": "Kommunikatsioon",
"category:construction": null,
"category:construction": "",
"category:craft": "",
"category:culture": "Kultuur",
"category:culture_religion": "Kultuur ja religioon",
"category:cycle_amenities": null,
"category:cycle_routes": null,
"category:cycle_amenities": "",
"category:cycle_routes": "",
"category:education": "Haridusteenused",
"category:emergency": "Hädaabi teenused",
"category:financial": null,
"category:financial": "",
"category:gastro-smoking": "",
"category:gastro": null,
"category:health": null,
"category:hiking_routes": null,
"category:gastro": "",
"category:health": "",
"category:hiking_routes": "",
"category:historic": "Ajalooline",
"category:index": null,
"category:internet": null,
"category:leisure": null,
"category:military": null,
"category:natural": null,
"category:index": "",
"category:internet": "",
"category:leisure": "",
"category:military": "",
"category:mtb-routes": "",
"category:natural": "",
"category:other": "Ülejäänud",
"category:outdoor": "",
"category:phone": "Telefon",
"category:places": "Kohad",
"category:places_geo": "Kohad",
"category:playgrounds": "Mänguväljak",
"category:post": null,
"category:post": "",
"category:power": "Elekter",
"category:pt_amenities": null,
"category:pt_routes": null,
"category:pt_stops": null,
"category:pt": "",
"category:pt:stops": "",
"category:pt:routes": "",
"category:pt_amenities": "",
"category:public": "Kommunaalteenused",
"category:railway-electrification": null,
"category:railway-infrastructure": null,
"category:railway-electrification": "",
"category:railway-infrastructure": "",
"category:railway-routes": "",
"category:religion": "Religioon",
"category:residential": "Elamupiirkonnad",
"category:resources": null,
"category:resources": "",
"category:shop": "Ostmine",
"category:sport": null,
"category:sport": "",
"category:tourism_attractions": "Turism",
"category:tourism_services": "Turism",
"category:transport_alternative": "Alternatiivne (jalgrattasõit, matkamine, ...)",
"category:walk_amenities": null,
"category:waste": null,
"category:water": null,
"category:wikipedia": null,
"category:works": null,
"category:cycle_infrastructure": null,
"category:walk_amenities": "",
"category:waste": "",
"category:water": "",
"category:wikipedia": "",
"category:works": "",
"category:leisure_sport_shopping": "Vaba aeg, sport ja ostmine",
"category:railway": "Raudtee",
"category:services": "Teenused",

13
lang/fr.json

@ -23,24 +23,28 @@
"category:health": "Santé",
"category:hiking_routes": "Itinéraires pédestres",
"category:historic": "Histoire",
"category:index": null,
"category:index": "",
"category:internet": "Internet",
"category:leisure": "Loisirs",
"category:military": "Militaire",
"category:mtb-routes": "Itinéraires de VTT",
"category:natural": "Éléments naturels",
"category:other": "Autres",
"category:outdoor": "Activités de plein air",
"category:phone": "Téléphone",
"category:places": "Lieux",
"category:places_geo": "Lieux",
"category:playgrounds": "Jeux pour enfants",
"category:post": null,
"category:post": "",
"category:power": "Énergie",
"category:pt": "",
"category:pt:stops": "Arrêts/Stops, Stations",
"category:pt:routes": "Lignes",
"category:pt_amenities": "Équipements",
"category:pt_routes": "Lignes",
"category:pt_stops": "Arrêts/Stops, Stations",
"category:public": "Services Publics",
"category:railway-electrification": "Puissance électrique ferroviaire",
"category:railway-infrastructure": "Infrastructure ferroviaire",
"category:railway-routes": "Lignes ferroviaires",
"category:religion": "Religion",
"category:residential": "Zones résidentielles",
"category:resources": "Extraction des ressources",
@ -54,7 +58,6 @@
"category:water": "Hydrographie",
"category:wikipedia": "Wikipédia",
"category:works": "Zones industrielles",
"category:cycle_infrastructure": "Infrastructures vélo",
"category:infrastructure": "Infrastructures",
"category:leisure_sport_shopping": "Loisirs",
"category:railway": "Chemins de fer",

65
lang/hu.json

@ -1,60 +1,63 @@
{
"category:administrative": "Adminisztratív határok",
"category:agriculture": "Mezőgazdaság",
"category:alternative_amenities": null,
"category:alternative_routes": null,
"category:buildings": null,
"category:car_amenities": null,
"category:car_furniture": null,
"category:car_maxspeed": null,
"category:children": null,
"category:alternative_amenities": "",
"category:alternative_routes": "",
"category:buildings": "",
"category:car_amenities": "",
"category:car_furniture": "",
"category:car_maxspeed": "",
"category:children": "",
"category:communication": "Kommunikácó",
"category:construction": null,
"category:construction": "",
"category:craft": "",
"category:culture": "Kultúra",
"category:culture_religion": "Kultúra",