umap-project 3.4.2__py3-none-any.whl → 3.6.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/br/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/br/LC_MESSAGES/django.po +71 -57
  4. umap/locale/de/LC_MESSAGES/django.mo +0 -0
  5. umap/locale/de/LC_MESSAGES/django.po +20 -16
  6. umap/locale/en/LC_MESSAGES/django.po +14 -14
  7. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/hu/LC_MESSAGES/django.po +20 -16
  9. umap/locale/pl/LC_MESSAGES/django.mo +0 -0
  10. umap/locale/pl/LC_MESSAGES/django.po +32 -27
  11. umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
  12. umap/locale/zh_TW/LC_MESSAGES/django.po +20 -16
  13. umap/management/commands/clean_tilelayer.py +0 -1
  14. umap/management/commands/search_maps.py +95 -0
  15. umap/settings/__init__.py +9 -1
  16. umap/settings/base.py +7 -6
  17. umap/static/umap/css/icon.css +8 -0
  18. umap/static/umap/img/16-white.svg +5 -2
  19. umap/static/umap/img/16.svg +1 -1
  20. umap/static/umap/img/source/16-white.svg +7 -4
  21. umap/static/umap/img/source/16.svg +1 -1
  22. umap/static/umap/js/modules/autocomplete.js +1 -9
  23. umap/static/umap/js/modules/browser.js +27 -10
  24. umap/static/umap/js/modules/data/features.js +3 -2
  25. umap/static/umap/js/modules/data/fields.js +12 -2
  26. umap/static/umap/js/modules/data/layer.js +13 -9
  27. umap/static/umap/js/modules/domutils.js +4 -0
  28. umap/static/umap/js/modules/filters.js +11 -10
  29. umap/static/umap/js/modules/form/builder.js +17 -16
  30. umap/static/umap/js/modules/form/fields.js +16 -16
  31. umap/static/umap/js/modules/permissions.js +10 -2
  32. umap/static/umap/js/modules/rendering/controls.js +202 -9
  33. umap/static/umap/js/modules/rendering/layers/classified.js +1 -1
  34. umap/static/umap/js/modules/rendering/map.js +45 -35
  35. umap/static/umap/js/modules/rendering/template.js +12 -6
  36. umap/static/umap/js/modules/rules.js +1 -1
  37. umap/static/umap/js/modules/ui/bar.js +2 -1
  38. umap/static/umap/js/modules/ui/hash.js +36 -0
  39. umap/static/umap/js/modules/ui/loader.js +26 -0
  40. umap/static/umap/js/modules/ui/panel.js +7 -0
  41. umap/static/umap/js/modules/umap.js +6 -0
  42. umap/static/umap/js/modules/utils.js +5 -4
  43. umap/static/umap/js/umap.controls.js +0 -182
  44. umap/static/umap/locale/am_ET.js +2 -5
  45. umap/static/umap/locale/am_ET.json +2 -5
  46. umap/static/umap/locale/ar.js +2 -5
  47. umap/static/umap/locale/ar.json +2 -5
  48. umap/static/umap/locale/ast.js +2 -5
  49. umap/static/umap/locale/ast.json +2 -5
  50. umap/static/umap/locale/bg.js +2 -5
  51. umap/static/umap/locale/bg.json +2 -5
  52. umap/static/umap/locale/br.js +40 -43
  53. umap/static/umap/locale/br.json +40 -43
  54. umap/static/umap/locale/ca.js +2 -5
  55. umap/static/umap/locale/ca.json +2 -5
  56. umap/static/umap/locale/cs_CZ.js +0 -3
  57. umap/static/umap/locale/cs_CZ.json +0 -3
  58. umap/static/umap/locale/da.js +1 -4
  59. umap/static/umap/locale/da.json +1 -4
  60. umap/static/umap/locale/de.js +27 -30
  61. umap/static/umap/locale/de.json +27 -30
  62. umap/static/umap/locale/el.js +0 -3
  63. umap/static/umap/locale/el.json +0 -3
  64. umap/static/umap/locale/en.js +0 -3
  65. umap/static/umap/locale/en.json +0 -3
  66. umap/static/umap/locale/en_US.json +2 -5
  67. umap/static/umap/locale/es.js +0 -3
  68. umap/static/umap/locale/es.json +0 -3
  69. umap/static/umap/locale/et.js +0 -3
  70. umap/static/umap/locale/et.json +0 -3
  71. umap/static/umap/locale/eu.js +0 -3
  72. umap/static/umap/locale/eu.json +0 -3
  73. umap/static/umap/locale/fa_IR.js +0 -3
  74. umap/static/umap/locale/fa_IR.json +0 -3
  75. umap/static/umap/locale/fi.js +2 -5
  76. umap/static/umap/locale/fi.json +2 -5
  77. umap/static/umap/locale/fr.js +3 -6
  78. umap/static/umap/locale/fr.json +3 -6
  79. umap/static/umap/locale/gl.js +0 -3
  80. umap/static/umap/locale/gl.json +0 -3
  81. umap/static/umap/locale/he.js +2 -5
  82. umap/static/umap/locale/he.json +2 -5
  83. umap/static/umap/locale/hr.js +2 -5
  84. umap/static/umap/locale/hr.json +2 -5
  85. umap/static/umap/locale/hu.js +7 -10
  86. umap/static/umap/locale/hu.json +7 -10
  87. umap/static/umap/locale/id.js +2 -5
  88. umap/static/umap/locale/id.json +2 -5
  89. umap/static/umap/locale/is.js +0 -3
  90. umap/static/umap/locale/is.json +0 -3
  91. umap/static/umap/locale/it.js +0 -3
  92. umap/static/umap/locale/it.json +0 -3
  93. umap/static/umap/locale/ja.js +2 -5
  94. umap/static/umap/locale/ja.json +2 -5
  95. umap/static/umap/locale/ko.js +2 -5
  96. umap/static/umap/locale/ko.json +2 -5
  97. umap/static/umap/locale/lt.js +2 -5
  98. umap/static/umap/locale/lt.json +2 -5
  99. umap/static/umap/locale/ms.js +0 -3
  100. umap/static/umap/locale/ms.json +0 -3
  101. umap/static/umap/locale/nl.js +0 -3
  102. umap/static/umap/locale/nl.json +0 -3
  103. umap/static/umap/locale/no.js +2 -5
  104. umap/static/umap/locale/no.json +2 -5
  105. umap/static/umap/locale/pl.js +2 -5
  106. umap/static/umap/locale/pl.json +2 -5
  107. umap/static/umap/locale/pl_PL.json +2 -5
  108. umap/static/umap/locale/pt.js +0 -3
  109. umap/static/umap/locale/pt.json +0 -3
  110. umap/static/umap/locale/pt_BR.js +2 -5
  111. umap/static/umap/locale/pt_BR.json +2 -5
  112. umap/static/umap/locale/pt_PT.js +2 -5
  113. umap/static/umap/locale/pt_PT.json +2 -5
  114. umap/static/umap/locale/ro.js +2 -5
  115. umap/static/umap/locale/ro.json +2 -5
  116. umap/static/umap/locale/ru.js +2 -5
  117. umap/static/umap/locale/ru.json +2 -5
  118. umap/static/umap/locale/sk_SK.js +2 -5
  119. umap/static/umap/locale/sk_SK.json +2 -5
  120. umap/static/umap/locale/sl.js +2 -5
  121. umap/static/umap/locale/sl.json +2 -5
  122. umap/static/umap/locale/sr.js +2 -5
  123. umap/static/umap/locale/sr.json +2 -5
  124. umap/static/umap/locale/sv.js +2 -5
  125. umap/static/umap/locale/sv.json +2 -5
  126. umap/static/umap/locale/th_TH.js +2 -5
  127. umap/static/umap/locale/th_TH.json +2 -5
  128. umap/static/umap/locale/tr.js +2 -5
  129. umap/static/umap/locale/tr.json +2 -5
  130. umap/static/umap/locale/uk_UA.js +2 -5
  131. umap/static/umap/locale/uk_UA.json +2 -5
  132. umap/static/umap/locale/vi.js +2 -5
  133. umap/static/umap/locale/vi.json +2 -5
  134. umap/static/umap/locale/vi_VN.json +2 -5
  135. umap/static/umap/locale/zh.js +2 -5
  136. umap/static/umap/locale/zh.json +2 -5
  137. umap/static/umap/locale/zh_CN.json +2 -5
  138. umap/static/umap/locale/zh_TW.Big5.json +2 -5
  139. umap/static/umap/locale/zh_TW.js +1 -4
  140. umap/static/umap/locale/zh_TW.json +1 -4
  141. umap/static/umap/map.css +1 -17
  142. umap/static/umap/vendors/locatecontrol/L.Control.Locate.esm.js +942 -0
  143. umap/static/umap/vendors/photon/leaflet.photon.esm.js +472 -0
  144. umap/sync/app.py +4 -1
  145. umap/templates/umap/css.html +0 -2
  146. umap/templates/umap/js.html +0 -5
  147. umap/templates/umap/team_form.html +2 -1
  148. umap/tests/fixtures/test_upload_data_with_enum.umap +151 -0
  149. umap/tests/integration/test_edit_map.py +2 -0
  150. umap/tests/integration/test_filters.py +24 -0
  151. umap/tests/integration/test_import.py +40 -23
  152. umap/tests/integration/test_map.py +1 -1
  153. umap/tests/integration/test_optimistic_merge.py +7 -1
  154. umap/tests/integration/test_remote_data.py +1 -1
  155. umap/tests/test_search_maps_command.py +44 -0
  156. umap/utils.py +9 -3
  157. umap/views.py +17 -4
  158. {umap_project-3.4.2.dist-info → umap_project-3.6.1.dist-info}/METADATA +24 -18
  159. {umap_project-3.4.2.dist-info → umap_project-3.6.1.dist-info}/RECORD +162 -163
  160. {umap_project-3.4.2.dist-info → umap_project-3.6.1.dist-info}/WHEEL +1 -1
  161. umap/static/umap/vendors/hash/leaflet-hash.js +0 -162
  162. umap/static/umap/vendors/loading/Control.Loading.css +0 -26
  163. umap/static/umap/vendors/loading/Control.Loading.js +0 -351
  164. umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -1
  165. umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -1
  166. umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -4
  167. umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -1
  168. umap/static/umap/vendors/photon/leaflet.photon.js +0 -487
  169. {umap_project-3.4.2.dist-info → umap_project-3.6.1.dist-info}/entry_points.txt +0 -0
  170. {umap_project-3.4.2.dist-info → umap_project-3.6.1.dist-info}/licenses/LICENSE +0 -0
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Birta mælingar",
105
105
  "display name": "birtingarnafn",
106
106
  "Display on load": "Birta við innhleðslu",
107
- "Display the control to open OpenStreetMap editor": "Birta hnapp til að opna OpenStreetMap-ritill",
108
107
  "Display the embed control": "Birta hnapp fyrir ígræðslukóða",
109
108
  "Display the fullscreen control": "Birta hnapp fyrir skjáfylli",
110
109
  "Display the locate control": "Birta staðsetningarhnapp",
@@ -163,7 +162,6 @@
163
162
  "Help": "Hjálp",
164
163
  "hidden": "falið",
165
164
  "Hide controls": "Fela hnappa",
166
- "Home": "Heim",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Hve mikið eigi að einfalda fjölpunktalínu á hverju aðdráttarstigi (meira = betri afköst og mýkra útlit, minna = nákvæmara)",
168
166
  "icon opacity": "ógegnsæi tákns",
169
167
  "Icon shape": "Lögun táknmyndar",
@@ -249,7 +247,6 @@
249
247
  "Open current feature on load": "Opna fyrirliggjandi fitju við innhleðslu",
250
248
  "Open link in…": "Opna tengil í…",
251
249
  "Open share & download panel": "Opna deilingar- og niðurhalsspjald",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Opna umfang þessa korts í kortavinnsluforriti til að gefa nákvæmari kortagögn til OpenStreetMap",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Valfrjálst. Sama og litur ef ekkert er skilgreint.",
255
252
  "Optional.": "Valfrjálst.",
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Calcola le distanze",
105
105
  "display name": "visualizza il nome",
106
106
  "Display on load": "Mostra al caricamento",
107
- "Display the control to open OpenStreetMap editor": "Mostra il controllo per aprire l'editor di OpenStreetMap",
108
107
  "Display the embed control": "Visualizza il controllo per l'incorporamento",
109
108
  "Display the fullscreen control": "Visualizza il controllo di schermo intero",
110
109
  "Display the locate control": "Visualizza il controllo di localizzazione",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "Aiuto",
164
163
  "hidden": "nascosto",
165
164
  "Hide controls": "Nascondi controlli",
166
- "Home": "Home",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Quanto vuoi semplificare la polilinea per ogni zoom (più = maggiori performance a aspetto più semplificato, meno = maggior dettaglio)",
168
166
  "icon opacity": "opacità dell'incona",
169
167
  "Icon shape": "Forma dell'icona",
@@ -249,7 +247,6 @@ const locale = {
249
247
  "Open current feature on load": "Apri l'oggetto attuale al caricamento",
250
248
  "Open link in…": "Apri link in…",
251
249
  "Open share & download panel": "Apri pannello di condivisione & scarico",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Apri quest'area della mappa nell'editor in modo da fornire dati più accurati in OpenStreeetMap",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Opzionale. Stesso colore se non assegnato.",
255
252
  "Optional.": "Opzionale.",
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Calcola le distanze",
105
105
  "display name": "visualizza il nome",
106
106
  "Display on load": "Mostra al caricamento",
107
- "Display the control to open OpenStreetMap editor": "Mostra il controllo per aprire l'editor di OpenStreetMap",
108
107
  "Display the embed control": "Visualizza il controllo per l'incorporamento",
109
108
  "Display the fullscreen control": "Visualizza il controllo di schermo intero",
110
109
  "Display the locate control": "Visualizza il controllo di localizzazione",
@@ -163,7 +162,6 @@
163
162
  "Help": "Aiuto",
164
163
  "hidden": "nascosto",
165
164
  "Hide controls": "Nascondi controlli",
166
- "Home": "Home",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Quanto vuoi semplificare la polilinea per ogni zoom (più = maggiori performance a aspetto più semplificato, meno = maggior dettaglio)",
168
166
  "icon opacity": "opacità dell'incona",
169
167
  "Icon shape": "Forma dell'icona",
@@ -249,7 +247,6 @@
249
247
  "Open current feature on load": "Apri l'oggetto attuale al caricamento",
250
248
  "Open link in…": "Apri link in…",
251
249
  "Open share & download panel": "Apri pannello di condivisione & scarico",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Apri quest'area della mappa nell'editor in modo da fornire dati più accurati in OpenStreeetMap",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Opzionale. Stesso colore se non assegnato.",
255
252
  "Optional.": "Opzionale.",
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Display measure",
105
105
  "display name": "表示名",
106
106
  "Display on load": "読み込み時に表示",
107
- "Display the control to open OpenStreetMap editor": "OpenStreetMapエディタを起動するパネルを表示",
108
107
  "Display the embed control": "サイトへのマップ埋め込みパネルを表示",
109
108
  "Display the fullscreen control": "フルスクリーンパネルを表示",
110
109
  "Display the locate control": "現在地パネルを表示",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "ヘルプ",
164
163
  "hidden": "隠す",
165
164
  "Hide controls": "操作パネルを非表示",
166
- "Home": "ホーム",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "各ズームレベルでのポリゴン簡略化 (more = パフォーマンスと滑らかさ重視, less = 正確さ重視)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "アイコン形状",
@@ -237,7 +235,6 @@ const locale = {
237
235
  "No licence has been set": "ライセンス指定がありません",
238
236
  "No results": "検索結果なし",
239
237
  "no": "いいえ",
240
- "No.": "No.",
241
238
  "None": "なし",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "下寄せ",
@@ -250,7 +247,6 @@ const locale = {
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "リンクの開き方",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "現在表示中の領域をエディタで編集し、より正確なデータをOpenStreetMapへ書き込む",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "オプション。設定がない場合、色指定と同様",
256
252
  "Optional.": "Optional.",
@@ -652,7 +648,8 @@ const locale = {
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
657
654
  L.registerLocale("ja", locale)
658
655
  L.setLocale("ja")
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Display measure",
105
105
  "display name": "表示名",
106
106
  "Display on load": "読み込み時に表示",
107
- "Display the control to open OpenStreetMap editor": "OpenStreetMapエディタを起動するパネルを表示",
108
107
  "Display the embed control": "サイトへのマップ埋め込みパネルを表示",
109
108
  "Display the fullscreen control": "フルスクリーンパネルを表示",
110
109
  "Display the locate control": "現在地パネルを表示",
@@ -163,7 +162,6 @@
163
162
  "Help": "ヘルプ",
164
163
  "hidden": "隠す",
165
164
  "Hide controls": "操作パネルを非表示",
166
- "Home": "ホーム",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "各ズームレベルでのポリゴン簡略化 (more = パフォーマンスと滑らかさ重視, less = 正確さ重視)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "アイコン形状",
@@ -237,7 +235,6 @@
237
235
  "No licence has been set": "ライセンス指定がありません",
238
236
  "No results": "検索結果なし",
239
237
  "no": "いいえ",
240
- "No.": "No.",
241
238
  "None": "なし",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "下寄せ",
@@ -250,7 +247,6 @@
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "リンクの開き方",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "現在表示中の領域をエディタで編集し、より正確なデータをOpenStreetMapへ書き込む",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "オプション。設定がない場合、色指定と同様",
256
252
  "Optional.": "Optional.",
@@ -652,5 +648,6 @@
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Display measure",
105
105
  "display name": "display name",
106
106
  "Display on load": "Display on load",
107
- "Display the control to open OpenStreetMap editor": "OpenStreetMap 편집기 열기 버튼 표시",
108
107
  "Display the embed control": "삽입 버튼 표시",
109
108
  "Display the fullscreen control": "전체 화면 버튼 표시",
110
109
  "Display the locate control": "위치 버튼 표시",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "Help",
164
163
  "hidden": "숨기기",
165
164
  "Hide controls": "Hide controls",
166
- "Home": "Home",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "아이콘 모양",
@@ -237,7 +235,6 @@ const locale = {
237
235
  "No licence has been set": "No licence has been set",
238
236
  "No results": "No results",
239
237
  "no": "아니오",
240
- "No.": "No.",
241
238
  "None": "없음",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "아래쪽",
@@ -250,7 +247,6 @@ const locale = {
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "Open link in…",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "Optional. Same as color if not set.",
256
252
  "Optional.": "Optional.",
@@ -652,7 +648,8 @@ const locale = {
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
657
654
  L.registerLocale("ko", locale)
658
655
  L.setLocale("ko")
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Display measure",
105
105
  "display name": "display name",
106
106
  "Display on load": "Display on load",
107
- "Display the control to open OpenStreetMap editor": "OpenStreetMap 편집기 열기 버튼 표시",
108
107
  "Display the embed control": "삽입 버튼 표시",
109
108
  "Display the fullscreen control": "전체 화면 버튼 표시",
110
109
  "Display the locate control": "위치 버튼 표시",
@@ -163,7 +162,6 @@
163
162
  "Help": "Help",
164
163
  "hidden": "숨기기",
165
164
  "Hide controls": "Hide controls",
166
- "Home": "Home",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "아이콘 모양",
@@ -237,7 +235,6 @@
237
235
  "No licence has been set": "No licence has been set",
238
236
  "No results": "No results",
239
237
  "no": "아니오",
240
- "No.": "No.",
241
238
  "None": "없음",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "아래쪽",
@@ -250,7 +247,6 @@
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "Open link in…",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "Optional. Same as color if not set.",
256
252
  "Optional.": "Optional.",
@@ -652,5 +648,6 @@
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Display measure",
105
105
  "display name": "rodyti pavadinimą",
106
106
  "Display on load": "Rodyti pasikrovus",
107
- "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
108
107
  "Display the embed control": "Display the embed control",
109
108
  "Display the fullscreen control": "Display the fullscreen control",
110
109
  "Display the locate control": "Display the locate control",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "Pagalba",
164
163
  "hidden": "hidden",
165
164
  "Hide controls": "Slėpti mygtukus",
166
- "Home": "Home",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Kaip stipriai supaprastinti linijas kiekviename mastelyje (daugiau - diesnis greitis ir lygesnis vaizdas, mažiau - tikslesnis atvaizdavimas)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "Icon shape",
@@ -237,7 +235,6 @@ const locale = {
237
235
  "No licence has been set": "Nenustatyta licenzija",
238
236
  "No results": "No results",
239
237
  "no": "ne",
240
- "No.": "No.",
241
238
  "None": "Nieko",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "On the bottom",
@@ -250,7 +247,6 @@ const locale = {
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "Open link in…",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Atidaryti šį plotą duomenų redagavimui per OpenStreetMap",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "Neprivalomas. Toks pats kaip ir spalva, jei nenustatyta.",
256
252
  "Optional.": "Optional.",
@@ -652,7 +648,8 @@ const locale = {
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
657
654
  L.registerLocale("lt", locale)
658
655
  L.setLocale("lt")
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Display measure",
105
105
  "display name": "rodyti pavadinimą",
106
106
  "Display on load": "Rodyti pasikrovus",
107
- "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
108
107
  "Display the embed control": "Display the embed control",
109
108
  "Display the fullscreen control": "Display the fullscreen control",
110
109
  "Display the locate control": "Display the locate control",
@@ -163,7 +162,6 @@
163
162
  "Help": "Pagalba",
164
163
  "hidden": "hidden",
165
164
  "Hide controls": "Slėpti mygtukus",
166
- "Home": "Home",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Kaip stipriai supaprastinti linijas kiekviename mastelyje (daugiau - diesnis greitis ir lygesnis vaizdas, mažiau - tikslesnis atvaizdavimas)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "Icon shape",
@@ -237,7 +235,6 @@
237
235
  "No licence has been set": "Nenustatyta licenzija",
238
236
  "No results": "No results",
239
237
  "no": "ne",
240
- "No.": "No.",
241
238
  "None": "Nieko",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "On the bottom",
@@ -250,7 +247,6 @@
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "Open link in…",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Atidaryti šį plotą duomenų redagavimui per OpenStreetMap",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "Neprivalomas. Toks pats kaip ir spalva, jei nenustatyta.",
256
252
  "Optional.": "Optional.",
@@ -652,5 +648,6 @@
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Paparkan ukuran",
105
105
  "display name": "nama paparan",
106
106
  "Display on load": "Paparkan semasa dimuatkan",
107
- "Display the control to open OpenStreetMap editor": "Paparkan kawalan untuk buka penyunting OpenStreetMap",
108
107
  "Display the embed control": "Paparkan kawalan benaman",
109
108
  "Display the fullscreen control": "Paparkan kawalan skrin penuh",
110
109
  "Display the locate control": "Paparkan kawalan kesan kedudukan",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "Bantuan",
164
163
  "hidden": "disembunyikan",
165
164
  "Hide controls": "Sembunyikan kawalan",
166
- "Home": "Laman utama",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Berapa banyak untuk dipermudahkan bagi poligaris di setiap tahap zum (lebih banyak = lebih tinggi prestasi dan rupa lebih halus, lebih sedikit = lebih tepat)",
168
166
  "icon opacity": "kelegapan ikon",
169
167
  "Icon shape": "Bentuk ikon",
@@ -249,7 +247,6 @@ const locale = {
249
247
  "Open current feature on load": "Buka sifat semasa ketika dimuatkan",
250
248
  "Open link in…": "Buka pautan dalam…",
251
249
  "Open share & download panel": "Buka panel kongsi & muat turun",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Buka takat peta ini dalam penyunting peta untuk menyediakan data yang lebih tepat ke OpenStreetMap",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Pilihan. Sama seperti warna jika tidak ditetapkan.",
255
252
  "Optional.": "Pilihan.",
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Paparkan ukuran",
105
105
  "display name": "nama paparan",
106
106
  "Display on load": "Paparkan semasa dimuatkan",
107
- "Display the control to open OpenStreetMap editor": "Paparkan kawalan untuk buka penyunting OpenStreetMap",
108
107
  "Display the embed control": "Paparkan kawalan benaman",
109
108
  "Display the fullscreen control": "Paparkan kawalan skrin penuh",
110
109
  "Display the locate control": "Paparkan kawalan kesan kedudukan",
@@ -163,7 +162,6 @@
163
162
  "Help": "Bantuan",
164
163
  "hidden": "disembunyikan",
165
164
  "Hide controls": "Sembunyikan kawalan",
166
- "Home": "Laman utama",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Berapa banyak untuk dipermudahkan bagi poligaris di setiap tahap zum (lebih banyak = lebih tinggi prestasi dan rupa lebih halus, lebih sedikit = lebih tepat)",
168
166
  "icon opacity": "kelegapan ikon",
169
167
  "Icon shape": "Bentuk ikon",
@@ -249,7 +247,6 @@
249
247
  "Open current feature on load": "Buka sifat semasa ketika dimuatkan",
250
248
  "Open link in…": "Buka pautan dalam…",
251
249
  "Open share & download panel": "Buka panel kongsi & muat turun",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Buka takat peta ini dalam penyunting peta untuk menyediakan data yang lebih tepat ke OpenStreetMap",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Pilihan. Sama seperti warna jika tidak ditetapkan.",
255
252
  "Optional.": "Pilihan.",
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Toon meting",
105
105
  "display name": "toon de naam",
106
106
  "Display on load": "Tonen bij laden",
107
- "Display the control to open OpenStreetMap editor": "Toon OpenStreetMap editor knop",
108
107
  "Display the embed control": "Toon inbedden knop",
109
108
  "Display the fullscreen control": "Toon volledig scherm knop",
110
109
  "Display the locate control": "Toon lokaliseer mij knop",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "Help",
164
163
  "hidden": "verborgen",
165
164
  "Hide controls": "Verberg besturingselementen",
166
- "Home": "Home",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Graad van vereenvoudiging van een veelhoek, per zoomniveau. (Hogere waarde = betere prestaties, lagere waarde = getrouwere precisie)",
168
166
  "icon opacity": "Icoon ondoorzichtigheid",
169
167
  "Icon shape": "Vorm van het icoon",
@@ -249,7 +247,6 @@ const locale = {
249
247
  "Open current feature on load": "Dit object openen bij laden",
250
248
  "Open link in…": "Open link in…",
251
249
  "Open share & download panel": "Open het deel & download paneel",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open dit gedeelte van de kaart in een editor, zodat u de kaartgegeven in Openstreetmap zelf kan bijwerken.",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Optioneel. Gelijk aan kleur indien niet ingesteld",
255
252
  "Optional.": "Optioneel.",
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Toon meting",
105
105
  "display name": "toon de naam",
106
106
  "Display on load": "Tonen bij laden",
107
- "Display the control to open OpenStreetMap editor": "Toon OpenStreetMap editor knop",
108
107
  "Display the embed control": "Toon inbedden knop",
109
108
  "Display the fullscreen control": "Toon volledig scherm knop",
110
109
  "Display the locate control": "Toon lokaliseer mij knop",
@@ -163,7 +162,6 @@
163
162
  "Help": "Help",
164
163
  "hidden": "verborgen",
165
164
  "Hide controls": "Verberg besturingselementen",
166
- "Home": "Home",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Graad van vereenvoudiging van een veelhoek, per zoomniveau. (Hogere waarde = betere prestaties, lagere waarde = getrouwere precisie)",
168
166
  "icon opacity": "Icoon ondoorzichtigheid",
169
167
  "Icon shape": "Vorm van het icoon",
@@ -249,7 +247,6 @@
249
247
  "Open current feature on load": "Dit object openen bij laden",
250
248
  "Open link in…": "Open link in…",
251
249
  "Open share & download panel": "Open het deel & download paneel",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open dit gedeelte van de kaart in een editor, zodat u de kaartgegeven in Openstreetmap zelf kan bijwerken.",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Optioneel. Gelijk aan kleur indien niet ingesteld",
255
252
  "Optional.": "Optioneel.",
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Vis måling",
105
105
  "display name": "display name",
106
106
  "Display on load": "Vis ved innlasting",
107
- "Display the control to open OpenStreetMap editor": "Vis grensesnitt for å åpne OpenStreetMap-redigerer",
108
107
  "Display the embed control": "Vis grensesnitt for innbygging",
109
108
  "Display the fullscreen control": "Vis grensesnitt for fullskjermvisning",
110
109
  "Display the locate control": "Vis grensesnitt for lokalisering",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "Hjelp",
164
163
  "hidden": "skjult",
165
164
  "Hide controls": "Skjul kontrollene",
166
- "Home": "Hjem",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Hvor mye polylinjene skal simplifiseres på hvert zoom-nivå (mer = bedre ytelse og mer sømløst, mindre = mer nøyaktig)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "Ikonform",
@@ -237,7 +235,6 @@ const locale = {
237
235
  "No licence has been set": "No licence has been set",
238
236
  "No results": "No results",
239
237
  "no": "nei",
240
- "No.": "No.",
241
238
  "None": "Ingen",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "På bunnen",
@@ -250,7 +247,6 @@ const locale = {
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "Open link in…",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "Optional. Same as color if not set.",
256
252
  "Optional.": "Optional.",
@@ -652,7 +648,8 @@ const locale = {
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
657
654
  L.registerLocale("no", locale)
658
655
  L.setLocale("no")
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Vis måling",
105
105
  "display name": "display name",
106
106
  "Display on load": "Vis ved innlasting",
107
- "Display the control to open OpenStreetMap editor": "Vis grensesnitt for å åpne OpenStreetMap-redigerer",
108
107
  "Display the embed control": "Vis grensesnitt for innbygging",
109
108
  "Display the fullscreen control": "Vis grensesnitt for fullskjermvisning",
110
109
  "Display the locate control": "Vis grensesnitt for lokalisering",
@@ -163,7 +162,6 @@
163
162
  "Help": "Hjelp",
164
163
  "hidden": "skjult",
165
164
  "Hide controls": "Skjul kontrollene",
166
- "Home": "Hjem",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Hvor mye polylinjene skal simplifiseres på hvert zoom-nivå (mer = bedre ytelse og mer sømløst, mindre = mer nøyaktig)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "Ikonform",
@@ -237,7 +235,6 @@
237
235
  "No licence has been set": "No licence has been set",
238
236
  "No results": "No results",
239
237
  "no": "nei",
240
- "No.": "No.",
241
238
  "None": "Ingen",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "På bunnen",
@@ -250,7 +247,6 @@
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "Open link in…",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "Optional. Same as color if not set.",
256
252
  "Optional.": "Optional.",
@@ -652,5 +648,6 @@
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Wyświetl pomiar",
105
105
  "display name": "wyświetl nazwę",
106
106
  "Display on load": "Wyświetl przy ładowaniu",
107
- "Display the control to open OpenStreetMap editor": "Wyświetlaj panel otwierający edytor OSM",
108
107
  "Display the embed control": "Wyświetlaj panel sterujący osadzaniem",
109
108
  "Display the fullscreen control": "Wyświetlaj panel widoku pełnoekranowego",
110
109
  "Display the locate control": "Wyświetlaj panel lokalizacji",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "Pomoc",
164
163
  "hidden": "ukryte",
165
164
  "Hide controls": "Ukryj przyciski",
166
- "Home": "Strona główna",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Jak bardzo uprościć obszar na każdym poziomie przybliżenia (więcej = większa wydajność i gładki wygląd, mniej = większa dokładność)",
168
166
  "icon opacity": "nieprzezroczystość ikony",
169
167
  "Icon shape": "Kształt ikony",
@@ -249,7 +247,6 @@ const locale = {
249
247
  "Open current feature on load": "Otwórz bieżący obiekt po załadowaniu",
250
248
  "Open link in…": "Otwieraj odnośnik w...",
251
249
  "Open share & download panel": "Otwórz panel udostępniania i pobierania",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otwórz ten zakres mapy w edytorze, by wprowadzić do OpenStreetMap dokładniejsze dane",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Opcjonalne. Taki sam jak kolor, jeśli nie podano.",
255
252
  "Optional.": "Opcjonalnie.",
@@ -649,8 +646,8 @@ const locale = {
649
646
  "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
650
647
  "All layers": "Wszystkie warstwy",
651
648
  "Comma separated list of values": "Lista wartości oddzielonych przecinkami",
652
- "Share": "Share",
653
- "Customized link": "Customized link",
649
+ "Share": "Udostępnij",
650
+ "Customized link": "Spersonalizowany link",
654
651
  "Iframe": "Iframe",
655
652
  "№": "№"
656
653
  }
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Wyświetl pomiar",
105
105
  "display name": "wyświetl nazwę",
106
106
  "Display on load": "Wyświetl przy ładowaniu",
107
- "Display the control to open OpenStreetMap editor": "Wyświetlaj panel otwierający edytor OSM",
108
107
  "Display the embed control": "Wyświetlaj panel sterujący osadzaniem",
109
108
  "Display the fullscreen control": "Wyświetlaj panel widoku pełnoekranowego",
110
109
  "Display the locate control": "Wyświetlaj panel lokalizacji",
@@ -163,7 +162,6 @@
163
162
  "Help": "Pomoc",
164
163
  "hidden": "ukryte",
165
164
  "Hide controls": "Ukryj przyciski",
166
- "Home": "Strona główna",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Jak bardzo uprościć obszar na każdym poziomie przybliżenia (więcej = większa wydajność i gładki wygląd, mniej = większa dokładność)",
168
166
  "icon opacity": "nieprzezroczystość ikony",
169
167
  "Icon shape": "Kształt ikony",
@@ -249,7 +247,6 @@
249
247
  "Open current feature on load": "Otwórz bieżący obiekt po załadowaniu",
250
248
  "Open link in…": "Otwieraj odnośnik w...",
251
249
  "Open share & download panel": "Otwórz panel udostępniania i pobierania",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otwórz ten zakres mapy w edytorze, by wprowadzić do OpenStreetMap dokładniejsze dane",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Opcjonalne. Taki sam jak kolor, jeśli nie podano.",
255
252
  "Optional.": "Opcjonalnie.",
@@ -649,8 +646,8 @@
649
646
  "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
650
647
  "All layers": "Wszystkie warstwy",
651
648
  "Comma separated list of values": "Lista wartości oddzielonych przecinkami",
652
- "Share": "Share",
653
- "Customized link": "Customized link",
649
+ "Share": "Udostępnij",
650
+ "Customized link": "Spersonalizowany link",
654
651
  "Iframe": "Iframe",
655
652
  "№": "№"
656
653
  }
@@ -104,7 +104,6 @@
104
104
  "Display measure": "Display measure",
105
105
  "display name": "display name",
106
106
  "Display on load": "Display on load",
107
- "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
108
107
  "Display the embed control": "Display the embed control",
109
108
  "Display the fullscreen control": "Display the fullscreen control",
110
109
  "Display the locate control": "Display the locate control",
@@ -163,7 +162,6 @@
163
162
  "Help": "Help",
164
163
  "hidden": "hidden",
165
164
  "Hide controls": "Hide controls",
166
- "Home": "Home",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
168
166
  "icon opacity": "icon opacity",
169
167
  "Icon shape": "Icon shape",
@@ -237,7 +235,6 @@
237
235
  "No licence has been set": "No licence has been set",
238
236
  "No results": "No results",
239
237
  "no": "no",
240
- "No.": "No.",
241
238
  "None": "None",
242
239
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
243
240
  "On the bottom": "On the bottom",
@@ -250,7 +247,6 @@
250
247
  "Open current feature on load": "Open current feature on load",
251
248
  "Open link in…": "Open link in…",
252
249
  "Open share & download panel": "Open share & download panel",
253
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
254
250
  "OpenStreetMap": "OpenStreetMap",
255
251
  "Optional. Same as color if not set.": "Optional. Same as color if not set.",
256
252
  "Optional.": "Optional.",
@@ -652,5 +648,6 @@
652
648
  "Comma separated list of values": "Comma separated list of values",
653
649
  "Share": "Share",
654
650
  "Customized link": "Customized link",
655
- "Iframe": "Iframe"
651
+ "Iframe": "Iframe",
652
+ "№": "№"
656
653
  }
@@ -104,7 +104,6 @@ const locale = {
104
104
  "Display measure": "Mostrar medição",
105
105
  "display name": "mostrar nome",
106
106
  "Display on load": "Mostrar ao carregar",
107
- "Display the control to open OpenStreetMap editor": "Mostrar o botão para abrir o editor do OpenStreetMap",
108
107
  "Display the embed control": "Mostrar o botão de partilha e descarregar",
109
108
  "Display the fullscreen control": "Mostrar o botão de ecrã inteiro",
110
109
  "Display the locate control": "Mostrar o botão de localização GPS",
@@ -163,7 +162,6 @@ const locale = {
163
162
  "Help": "Ajuda",
164
163
  "hidden": "oculto",
165
164
  "Hide controls": "Ocultar botões",
166
- "Home": "Início",
167
165
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Por quanto simplificar a polilinha em cada nível de zoom (mais = melhor desempenho e aspeto mais suave, menos = mais preciso)",
168
166
  "icon opacity": "opacidade do ícone",
169
167
  "Icon shape": "Forma do ícone",
@@ -249,7 +247,6 @@ const locale = {
249
247
  "Open current feature on load": "Abrir elemento atual ao carregar",
250
248
  "Open link in…": "Abrir hiperligação em…",
251
249
  "Open share & download panel": "Abrir painel de partilha e descarregamento",
252
- "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abrir esta região do mapa num editor de mapas para fornecer dados mais precisos ao OpenStreetMap",
253
250
  "OpenStreetMap": "OpenStreetMap",
254
251
  "Optional. Same as color if not set.": "Opcional. Igual à cor se não for definido.",
255
252
  "Optional.": "Opcional.",