umap-project 2.6.0b0__py3-none-any.whl → 2.6.0b2__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 (127) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/en/LC_MESSAGES/django.po +3 -3
  3. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/hu/LC_MESSAGES/django.po +18 -18
  5. umap/settings/base.py +6 -0
  6. umap/static/umap/js/modules/autocomplete.js +5 -9
  7. umap/static/umap/js/modules/data/features.js +6 -12
  8. umap/static/umap/js/modules/importers/overpass.js +22 -8
  9. umap/static/umap/js/modules/rendering/ui.js +41 -4
  10. umap/static/umap/js/modules/rules.js +16 -3
  11. umap/static/umap/js/modules/schema.js +1 -1
  12. umap/static/umap/js/umap.controls.js +2 -1
  13. umap/static/umap/js/umap.forms.js +9 -5
  14. umap/static/umap/js/umap.js +7 -2
  15. umap/static/umap/locale/am_ET.js +8 -2
  16. umap/static/umap/locale/am_ET.json +8 -2
  17. umap/static/umap/locale/ar.js +8 -2
  18. umap/static/umap/locale/ar.json +8 -2
  19. umap/static/umap/locale/ast.js +8 -2
  20. umap/static/umap/locale/ast.json +8 -2
  21. umap/static/umap/locale/bg.js +8 -2
  22. umap/static/umap/locale/bg.json +8 -2
  23. umap/static/umap/locale/br.js +8 -2
  24. umap/static/umap/locale/br.json +8 -2
  25. umap/static/umap/locale/ca.js +18 -12
  26. umap/static/umap/locale/ca.json +18 -12
  27. umap/static/umap/locale/cs_CZ.js +8 -2
  28. umap/static/umap/locale/cs_CZ.json +8 -2
  29. umap/static/umap/locale/da.js +8 -2
  30. umap/static/umap/locale/da.json +8 -2
  31. umap/static/umap/locale/de.js +8 -2
  32. umap/static/umap/locale/de.json +8 -2
  33. umap/static/umap/locale/el.js +8 -2
  34. umap/static/umap/locale/el.json +8 -2
  35. umap/static/umap/locale/en.js +4 -2
  36. umap/static/umap/locale/en.json +4 -2
  37. umap/static/umap/locale/en_US.json +8 -2
  38. umap/static/umap/locale/es.js +8 -2
  39. umap/static/umap/locale/es.json +8 -2
  40. umap/static/umap/locale/et.js +8 -2
  41. umap/static/umap/locale/et.json +8 -2
  42. umap/static/umap/locale/eu.js +344 -338
  43. umap/static/umap/locale/eu.json +344 -338
  44. umap/static/umap/locale/fa_IR.js +368 -362
  45. umap/static/umap/locale/fa_IR.json +368 -362
  46. umap/static/umap/locale/fi.js +8 -2
  47. umap/static/umap/locale/fi.json +8 -2
  48. umap/static/umap/locale/fr.js +4 -2
  49. umap/static/umap/locale/fr.json +4 -2
  50. umap/static/umap/locale/gl.js +8 -2
  51. umap/static/umap/locale/gl.json +8 -2
  52. umap/static/umap/locale/he.js +8 -2
  53. umap/static/umap/locale/he.json +8 -2
  54. umap/static/umap/locale/hr.js +8 -2
  55. umap/static/umap/locale/hr.json +8 -2
  56. umap/static/umap/locale/hu.js +31 -23
  57. umap/static/umap/locale/hu.json +31 -23
  58. umap/static/umap/locale/id.js +8 -2
  59. umap/static/umap/locale/id.json +8 -2
  60. umap/static/umap/locale/is.js +8 -2
  61. umap/static/umap/locale/is.json +8 -2
  62. umap/static/umap/locale/it.js +8 -2
  63. umap/static/umap/locale/it.json +8 -2
  64. umap/static/umap/locale/ja.js +8 -2
  65. umap/static/umap/locale/ja.json +8 -2
  66. umap/static/umap/locale/ko.js +8 -2
  67. umap/static/umap/locale/ko.json +8 -2
  68. umap/static/umap/locale/lt.js +8 -2
  69. umap/static/umap/locale/lt.json +8 -2
  70. umap/static/umap/locale/ms.js +8 -2
  71. umap/static/umap/locale/ms.json +8 -2
  72. umap/static/umap/locale/nl.js +8 -2
  73. umap/static/umap/locale/nl.json +8 -2
  74. umap/static/umap/locale/no.js +8 -2
  75. umap/static/umap/locale/no.json +8 -2
  76. umap/static/umap/locale/pl.js +54 -48
  77. umap/static/umap/locale/pl.json +54 -48
  78. umap/static/umap/locale/pl_PL.json +8 -2
  79. umap/static/umap/locale/pt.js +8 -2
  80. umap/static/umap/locale/pt.json +8 -2
  81. umap/static/umap/locale/pt_BR.js +8 -2
  82. umap/static/umap/locale/pt_BR.json +8 -2
  83. umap/static/umap/locale/pt_PT.js +8 -2
  84. umap/static/umap/locale/pt_PT.json +8 -2
  85. umap/static/umap/locale/ro.js +8 -2
  86. umap/static/umap/locale/ro.json +8 -2
  87. umap/static/umap/locale/ru.js +8 -2
  88. umap/static/umap/locale/ru.json +8 -2
  89. umap/static/umap/locale/sk_SK.js +8 -2
  90. umap/static/umap/locale/sk_SK.json +8 -2
  91. umap/static/umap/locale/sl.js +8 -2
  92. umap/static/umap/locale/sl.json +8 -2
  93. umap/static/umap/locale/sr.js +8 -2
  94. umap/static/umap/locale/sr.json +8 -2
  95. umap/static/umap/locale/sv.js +8 -2
  96. umap/static/umap/locale/sv.json +8 -2
  97. umap/static/umap/locale/th_TH.js +8 -2
  98. umap/static/umap/locale/th_TH.json +8 -2
  99. umap/static/umap/locale/tr.js +8 -2
  100. umap/static/umap/locale/tr.json +8 -2
  101. umap/static/umap/locale/uk_UA.js +8 -2
  102. umap/static/umap/locale/uk_UA.json +8 -2
  103. umap/static/umap/locale/vi.js +8 -2
  104. umap/static/umap/locale/vi.json +8 -2
  105. umap/static/umap/locale/vi_VN.json +8 -2
  106. umap/static/umap/locale/zh.js +8 -2
  107. umap/static/umap/locale/zh.json +8 -2
  108. umap/static/umap/locale/zh_CN.json +8 -2
  109. umap/static/umap/locale/zh_TW.Big5.json +8 -2
  110. umap/static/umap/locale/zh_TW.js +102 -96
  111. umap/static/umap/locale/zh_TW.json +102 -96
  112. umap/static/umap/map.css +4 -4
  113. umap/static/umap/vars.css +1 -0
  114. umap/static/umap/vendors/editable/Leaflet.Editable.js +2079 -1937
  115. umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +1 -1
  116. umap/templates/umap/content_footer.html +1 -1
  117. umap/templates/umap/map_list.html +3 -1
  118. umap/tests/integration/test_conditional_rules.py +102 -17
  119. umap/tests/integration/test_draw_polygon.py +28 -0
  120. umap/tests/integration/test_edit_datalayer.py +2 -2
  121. umap/tests/integration/test_import.py +60 -0
  122. umap/tests/integration/test_querystring.py +7 -0
  123. {umap_project-2.6.0b0.dist-info → umap_project-2.6.0b2.dist-info}/METADATA +6 -6
  124. {umap_project-2.6.0b0.dist-info → umap_project-2.6.0b2.dist-info}/RECORD +127 -127
  125. {umap_project-2.6.0b0.dist-info → umap_project-2.6.0b2.dist-info}/WHEEL +0 -0
  126. {umap_project-2.6.0b0.dist-info → umap_project-2.6.0b2.dist-info}/entry_points.txt +0 -0
  127. {umap_project-2.6.0b0.dist-info → umap_project-2.6.0b2.dist-info}/licenses/LICENSE +0 -0
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "display name",
116
116
  "Display on load": "Display on load",
117
117
  "Display the control to open OpenStreetMap editor": "OpenStreetMap 편집기 열기 버튼 표시",
118
- "Display the data layers control": "데이터 레이어 버튼 표시",
119
118
  "Display the embed control": "삽입 버튼 표시",
120
119
  "Display the fullscreen control": "전체 화면 버튼 표시",
121
120
  "Display the locate control": "위치 버튼 표시",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
500
+ "Cancel": "Cancel",
501
+ "Attach map to a team": "Attach map to a team",
502
+ "Display the polygon inverted": "Display the polygon inverted",
503
+ "Proportional circles": "Proportional circles",
504
+ "Property name to compute circles": "Property name to compute circles",
505
+ "Min circle radius": "Min circle radius",
506
+ "Max circle radius": "Max circle radius",
507
+ "Display the open browser control": "Display the open browser control"
502
508
  }
503
509
  L.registerLocale("ko", locale)
504
510
  L.setLocale("ko")
@@ -115,7 +115,6 @@
115
115
  "display name": "display name",
116
116
  "Display on load": "Display on load",
117
117
  "Display the control to open OpenStreetMap editor": "OpenStreetMap 편집기 열기 버튼 표시",
118
- "Display the data layers control": "데이터 레이어 버튼 표시",
119
118
  "Display the embed control": "삽입 버튼 표시",
120
119
  "Display the fullscreen control": "전체 화면 버튼 표시",
121
120
  "Display the locate control": "위치 버튼 표시",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
500
+ "Cancel": "Cancel",
501
+ "Attach map to a team": "Attach map to a team",
502
+ "Display the polygon inverted": "Display the polygon inverted",
503
+ "Proportional circles": "Proportional circles",
504
+ "Property name to compute circles": "Property name to compute circles",
505
+ "Min circle radius": "Min circle radius",
506
+ "Max circle radius": "Max circle radius",
507
+ "Display the open browser control": "Display the open browser control"
502
508
  }
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "rodyti pavadinimą",
116
116
  "Display on load": "Rodyti pasikrovus",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
- "Display the data layers control": "Display the data layers control",
119
118
  "Display the embed control": "Display the embed control",
120
119
  "Display the fullscreen control": "Display the fullscreen control",
121
120
  "Display the locate control": "Display the locate control",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
500
+ "Cancel": "Cancel",
501
+ "Attach map to a team": "Attach map to a team",
502
+ "Display the polygon inverted": "Display the polygon inverted",
503
+ "Proportional circles": "Proportional circles",
504
+ "Property name to compute circles": "Property name to compute circles",
505
+ "Min circle radius": "Min circle radius",
506
+ "Max circle radius": "Max circle radius",
507
+ "Display the open browser control": "Display the open browser control"
502
508
  }
503
509
  L.registerLocale("lt", locale)
504
510
  L.setLocale("lt")
@@ -115,7 +115,6 @@
115
115
  "display name": "rodyti pavadinimą",
116
116
  "Display on load": "Rodyti pasikrovus",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
- "Display the data layers control": "Display the data layers control",
119
118
  "Display the embed control": "Display the embed control",
120
119
  "Display the fullscreen control": "Display the fullscreen control",
121
120
  "Display the locate control": "Display the locate control",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
500
+ "Cancel": "Cancel",
501
+ "Attach map to a team": "Attach map to a team",
502
+ "Display the polygon inverted": "Display the polygon inverted",
503
+ "Proportional circles": "Proportional circles",
504
+ "Property name to compute circles": "Property name to compute circles",
505
+ "Min circle radius": "Min circle radius",
506
+ "Max circle radius": "Max circle radius",
507
+ "Display the open browser control": "Display the open browser control"
502
508
  }
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "nama paparan",
116
116
  "Display on load": "Paparkan semasa dimuatkan",
117
117
  "Display the control to open OpenStreetMap editor": "Paparkan kawalan untuk buka penyunting OpenStreetMap",
118
- "Display the data layers control": "Paparkan kawalan lapisan data",
119
118
  "Display the embed control": "Paparkan kawalan benaman",
120
119
  "Display the fullscreen control": "Paparkan kawalan skrin penuh",
121
120
  "Display the locate control": "Paparkan kawalan kesan kedudukan",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
500
+ "Cancel": "Cancel",
501
+ "Attach map to a team": "Attach map to a team",
502
+ "Display the polygon inverted": "Display the polygon inverted",
503
+ "Proportional circles": "Proportional circles",
504
+ "Property name to compute circles": "Property name to compute circles",
505
+ "Min circle radius": "Min circle radius",
506
+ "Max circle radius": "Max circle radius",
507
+ "Display the open browser control": "Display the open browser control"
502
508
  }
503
509
  L.registerLocale("ms", locale)
504
510
  L.setLocale("ms")
@@ -115,7 +115,6 @@
115
115
  "display name": "nama paparan",
116
116
  "Display on load": "Paparkan semasa dimuatkan",
117
117
  "Display the control to open OpenStreetMap editor": "Paparkan kawalan untuk buka penyunting OpenStreetMap",
118
- "Display the data layers control": "Paparkan kawalan lapisan data",
119
118
  "Display the embed control": "Paparkan kawalan benaman",
120
119
  "Display the fullscreen control": "Paparkan kawalan skrin penuh",
121
120
  "Display the locate control": "Paparkan kawalan kesan kedudukan",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
500
+ "Cancel": "Cancel",
501
+ "Attach map to a team": "Attach map to a team",
502
+ "Display the polygon inverted": "Display the polygon inverted",
503
+ "Proportional circles": "Proportional circles",
504
+ "Property name to compute circles": "Property name to compute circles",
505
+ "Min circle radius": "Min circle radius",
506
+ "Max circle radius": "Max circle radius",
507
+ "Display the open browser control": "Display the open browser control"
502
508
  }
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "toon de naam",
116
116
  "Display on load": "Tonen bij laden",
117
117
  "Display the control to open OpenStreetMap editor": "Toon OpenStreetMap editor knop",
118
- "Display the data layers control": "Toon data lagen knop",
119
118
  "Display the embed control": "Toon inbedden knop",
120
119
  "Display the fullscreen control": "Toon volledig scherm knop",
121
120
  "Display the locate control": "Toon lokaliseer mij knop",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
500
+ "Cancel": "Cancel",
501
+ "Attach map to a team": "Attach map to a team",
502
+ "Display the polygon inverted": "Display the polygon inverted",
503
+ "Proportional circles": "Proportional circles",
504
+ "Property name to compute circles": "Property name to compute circles",
505
+ "Min circle radius": "Min circle radius",
506
+ "Max circle radius": "Max circle radius",
507
+ "Display the open browser control": "Display the open browser control"
502
508
  }
503
509
  L.registerLocale("nl", locale)
504
510
  L.setLocale("nl")
@@ -115,7 +115,6 @@
115
115
  "display name": "toon de naam",
116
116
  "Display on load": "Tonen bij laden",
117
117
  "Display the control to open OpenStreetMap editor": "Toon OpenStreetMap editor knop",
118
- "Display the data layers control": "Toon data lagen knop",
119
118
  "Display the embed control": "Toon inbedden knop",
120
119
  "Display the fullscreen control": "Toon volledig scherm knop",
121
120
  "Display the locate control": "Toon lokaliseer mij knop",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
500
+ "Cancel": "Cancel",
501
+ "Attach map to a team": "Attach map to a team",
502
+ "Display the polygon inverted": "Display the polygon inverted",
503
+ "Proportional circles": "Proportional circles",
504
+ "Property name to compute circles": "Property name to compute circles",
505
+ "Min circle radius": "Min circle radius",
506
+ "Max circle radius": "Max circle radius",
507
+ "Display the open browser control": "Display the open browser control"
502
508
  }
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "display name",
116
116
  "Display on load": "Vis ved innlasting",
117
117
  "Display the control to open OpenStreetMap editor": "Vis grensesnitt for å åpne OpenStreetMap-redigerer",
118
- "Display the data layers control": "Vis grensesnitt for datalag",
119
118
  "Display the embed control": "Vis grensesnitt for innbygging",
120
119
  "Display the fullscreen control": "Vis grensesnitt for fullskjermvisning",
121
120
  "Display the locate control": "Vis grensesnitt for lokalisering",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
500
+ "Cancel": "Cancel",
501
+ "Attach map to a team": "Attach map to a team",
502
+ "Display the polygon inverted": "Display the polygon inverted",
503
+ "Proportional circles": "Proportional circles",
504
+ "Property name to compute circles": "Property name to compute circles",
505
+ "Min circle radius": "Min circle radius",
506
+ "Max circle radius": "Max circle radius",
507
+ "Display the open browser control": "Display the open browser control"
502
508
  }
503
509
  L.registerLocale("no", locale)
504
510
  L.setLocale("no")
@@ -115,7 +115,6 @@
115
115
  "display name": "display name",
116
116
  "Display on load": "Vis ved innlasting",
117
117
  "Display the control to open OpenStreetMap editor": "Vis grensesnitt for å åpne OpenStreetMap-redigerer",
118
- "Display the data layers control": "Vis grensesnitt for datalag",
119
118
  "Display the embed control": "Vis grensesnitt for innbygging",
120
119
  "Display the fullscreen control": "Vis grensesnitt for fullskjermvisning",
121
120
  "Display the locate control": "Vis grensesnitt for lokalisering",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
500
+ "Cancel": "Cancel",
501
+ "Attach map to a team": "Attach map to a team",
502
+ "Display the polygon inverted": "Display the polygon inverted",
503
+ "Proportional circles": "Proportional circles",
504
+ "Property name to compute circles": "Property name to compute circles",
505
+ "Min circle radius": "Min circle radius",
506
+ "Max circle radius": "Max circle radius",
507
+ "Display the open browser control": "Display the open browser control"
502
508
  }
@@ -59,7 +59,7 @@ const locale = {
59
59
  "Choropleth color palette": "Choropleth color palette",
60
60
  "Choropleth mode": "Choropleth mode",
61
61
  "Choropleth property value": "Choropleth property value",
62
- "Choropleth": "Choropleth",
62
+ "Choropleth": "Kartogram",
63
63
  "Circle": "Kółko",
64
64
  "clear": "wyczyść",
65
65
  "Click last point to finish shape": "Kliknij ostatni punkt, aby zakończyć rysowanie",
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "wyświetl nazwę",
116
116
  "Display on load": "Wyświetl przy ładowaniu",
117
117
  "Display the control to open OpenStreetMap editor": "Wyświetlaj panel otwierający edytor OSM",
118
- "Display the data layers control": "Wyświetlaj panel warstw z danymi",
119
118
  "Display the embed control": "Wyświetlaj panel sterujący osadzaniem",
120
119
  "Display the fullscreen control": "Wyświetlaj panel widoku pełnoekranowego",
121
120
  "Display the locate control": "Wyświetlaj panel lokalizacji",
@@ -156,7 +155,7 @@ const locale = {
156
155
  "expanded": "rozwinięty",
157
156
  "Extract shape to separate feature": "Wydziel figurę jako odrębny obiekt",
158
157
  "Feature identifier key": "Klucz identyfikacyjny obiektu",
159
- "Feature properties": "Feature properties",
158
+ "Feature properties": "Właściwości obiektu",
160
159
  "Fetch data each time map view changes.": "Załaduj dane za każdym razem, gdy zmienia się widok mapy.",
161
160
  "fill color": "kolor wypełnienia",
162
161
  "fill opacity": "stopień wypełnienia",
@@ -424,17 +423,17 @@ const locale = {
424
423
  "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
425
424
  "Search keys": "Search keys",
426
425
  "Filters keys": "Filters keys",
427
- "Filter data": "Filter data",
426
+ "Filter data": "Filtruj dane",
428
427
  "Search map features…": "Search map features…",
429
428
  "Reset all": "Resetuj wszystkie",
430
- "Open browser": "Open browser",
429
+ "Open browser": "Otwórz przeglądarkę",
431
430
  "Open caption": "Open caption",
432
- "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
433
- "Real-time collaboration": "Real-time collaboration",
434
- "Cannot parse data": "Cannot parse data",
435
- "Start typing...": "Start typing...",
431
+ "Your map has been created with an anonymous account!": "Twoja mapa została utworzona z anonimowego konta!",
432
+ "Real-time collaboration": "Współpraca w czasie rzeczywistym",
433
+ "Cannot parse data": "Nie można sparsować danych",
434
+ "Start typing...": "Zacznij pisać...",
436
435
  "No result": "No result",
437
- "Data browser": "Data browser",
436
+ "Data browser": "Przeglądarka danych",
438
437
  "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
439
438
  "Overpass supported expressions": "Overpass supported expressions",
440
439
  "key (eg. building)": "key (eg. building)",
@@ -443,62 +442,69 @@ const locale = {
443
442
  "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
444
443
  "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
445
444
  "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
446
- "More info about Overpass syntax": "More info about Overpass syntax",
445
+ "More info about Overpass syntax": "Więcej informacji o składni Overpass",
447
446
  "For more complex needs, see": "For more complex needs, see",
448
- "Choose data": "Choose data",
447
+ "Choose data": "Wybierz dane",
449
448
  "Import helpers:": "Import helpers:",
450
- "Choose the format": "Choose the format",
451
- "Choose the layer": "Choose the layer",
452
- "Layer name": "Layer name",
453
- "Choose import mode": "Choose import mode",
454
- "Copy into the layer": "Copy into the layer",
449
+ "Choose the format": "Wybierz format",
450
+ "Choose the layer": "Wybierz warstwę",
451
+ "Layer name": "Nazwa warstwy",
452
+ "Choose import mode": "Wybierz tryb importu",
453
+ "Copy into the layer": "Skopiuj do tej warstwy",
455
454
  "Link to the layer as remote data": "Link to the layer as remote data",
456
- "Condition": "Condition",
455
+ "Condition": "Warunek",
457
456
  "key=value or key!=value": "key=value or key!=value",
458
- "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
459
- "empty rule": "empty rule",
460
- "Conditional style rules": "Conditional style rules",
461
- "Add rule": "Add rule",
462
- "Browser: data": "Browser: data",
463
- "Browser: layers": "Browser: layers",
464
- "Browser: filters": "Browser: filters",
457
+ "Are you sure you want to delete this rule?": "Czy na pewno chcesz usunąć regułę?",
458
+ "empty rule": "pusta reguła",
459
+ "Conditional style rules": "Reguły formatowania warunkowego",
460
+ "Add rule": "Dodaj regułę",
461
+ "Browser: data": "Przeglądarka: dane",
462
+ "Browser: layers": "Przeglądarka: dane",
463
+ "Browser: filters": "Przeglądarka: filtry",
465
464
  "Enable real-time collaboration": "Enable real-time collaboration",
466
- "✅ Copied!": "✅ Copied!",
467
- "Choose a dataset": "Choose a dataset",
468
- "Choose this dataset": "Choose this dataset",
465
+ "✅ Copied!": "✅ Skopiowane!",
466
+ "Choose a dataset": "Wybierz zbiór danych",
467
+ "Choose this dataset": "Wybierz ten zbiór danych",
469
468
  "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
470
- "Choose a theme": "Choose a theme",
469
+ "Choose a theme": "Wybierz motyw",
471
470
  "Symplify all geometries to points": "Symplify all geometries to points",
472
- "Choose this data": "Choose this data",
471
+ "Choose this data": "Wybierz te dane",
473
472
  "Search admin boundary": "Search admin boundary",
474
473
  "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
475
- "Expression": "Expression",
474
+ "Expression": "Wyrażenie",
476
475
  "Geometry mode": "Geometry mode",
477
476
  "Only geometry centers": "Only geometry centers",
478
477
  "Search area": "Search area",
479
- "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
480
- "Data successfully imported!": "Data successfully imported!",
478
+ "Type area name, or let empty to load data in current map view": "Wprowadź nazwę obszaru lub pozostaw puste, aby załadować dane dla obecnego widoku mapy",
479
+ "Data successfully imported!": "Pomyślnie zaimportowano dane!",
481
480
  "My Dashboard ({username})": "My Dashboard ({username})",
482
- "Clear data": "Clear data",
483
- "Remove layers": "Remove layers",
484
- "Categorized": "Categorized",
485
- "Alphabetical": "Alphabetical",
481
+ "Clear data": "Wyczyść dane",
482
+ "Remove layers": "Usuń warstwy",
483
+ "Categorized": "Skategoryzowane",
484
+ "Alphabetical": "Alfabetyczny",
486
485
  "Category property": "Category property",
487
486
  "Color palette": "Color palette",
488
- "Categories": "Categories",
489
- "Comma separated list of categories.": "Comma separated list of categories.",
490
- "Categories mode": "Categories mode",
487
+ "Categories": "Kategorie",
488
+ "Comma separated list of categories.": "Lista kategorii rozdzielonych przecinkami.",
489
+ "Categories mode": "Tryb kategorii",
491
490
  "Remove filter for this column": "Remove filter for this column",
492
491
  "Add filter for this column": "Add filter for this column",
493
- "Rename this column": "Rename this column",
494
- "Delete this column": "Delete this column",
495
- "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
- "This name already exists: “{name}”": "This name already exists: “{name}”",
497
- "Delete selected rows": "Delete selected rows",
498
- "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
- "Expression is empty": "Expression is empty",
492
+ "Rename this column": "Zmień nazwę tej kolumny",
493
+ "Delete this column": "Usuń kolumnę",
494
+ "Name “{name}” should not contain a dot.": "Nazwa “{name}” nie powinna zawierać kropki.",
495
+ "This name already exists: “{name}”": "Ta nazwa już istnieje: “{name}”",
496
+ "Delete selected rows": "Usuń wybrane wiersze",
497
+ "Found {count} rows. Are you sure you want to delete all?": "Znaleziono {count} wierszy. Czy na pewno chcesz je wszystkie usunąć?",
498
+ "Expression is empty": "Wyrażenie jest puste",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
500
+ "Cancel": "Anuluj",
501
+ "Attach map to a team": "Attach map to a team",
502
+ "Display the polygon inverted": "Display the polygon inverted",
503
+ "Proportional circles": "Proportional circles",
504
+ "Property name to compute circles": "Property name to compute circles",
505
+ "Min circle radius": "Min circle radius",
506
+ "Max circle radius": "Max circle radius",
507
+ "Display the open browser control": "Display the open browser control"
502
508
  }
503
509
  L.registerLocale("pl", locale)
504
510
  L.setLocale("pl")
@@ -59,7 +59,7 @@
59
59
  "Choropleth color palette": "Choropleth color palette",
60
60
  "Choropleth mode": "Choropleth mode",
61
61
  "Choropleth property value": "Choropleth property value",
62
- "Choropleth": "Choropleth",
62
+ "Choropleth": "Kartogram",
63
63
  "Circle": "Kółko",
64
64
  "clear": "wyczyść",
65
65
  "Click last point to finish shape": "Kliknij ostatni punkt, aby zakończyć rysowanie",
@@ -115,7 +115,6 @@
115
115
  "display name": "wyświetl nazwę",
116
116
  "Display on load": "Wyświetl przy ładowaniu",
117
117
  "Display the control to open OpenStreetMap editor": "Wyświetlaj panel otwierający edytor OSM",
118
- "Display the data layers control": "Wyświetlaj panel warstw z danymi",
119
118
  "Display the embed control": "Wyświetlaj panel sterujący osadzaniem",
120
119
  "Display the fullscreen control": "Wyświetlaj panel widoku pełnoekranowego",
121
120
  "Display the locate control": "Wyświetlaj panel lokalizacji",
@@ -156,7 +155,7 @@
156
155
  "expanded": "rozwinięty",
157
156
  "Extract shape to separate feature": "Wydziel figurę jako odrębny obiekt",
158
157
  "Feature identifier key": "Klucz identyfikacyjny obiektu",
159
- "Feature properties": "Feature properties",
158
+ "Feature properties": "Właściwości obiektu",
160
159
  "Fetch data each time map view changes.": "Załaduj dane za każdym razem, gdy zmienia się widok mapy.",
161
160
  "fill color": "kolor wypełnienia",
162
161
  "fill opacity": "stopień wypełnienia",
@@ -424,17 +423,17 @@
424
423
  "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
425
424
  "Search keys": "Search keys",
426
425
  "Filters keys": "Filters keys",
427
- "Filter data": "Filter data",
426
+ "Filter data": "Filtruj dane",
428
427
  "Search map features…": "Search map features…",
429
428
  "Reset all": "Resetuj wszystkie",
430
- "Open browser": "Open browser",
429
+ "Open browser": "Otwórz przeglądarkę",
431
430
  "Open caption": "Open caption",
432
- "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
433
- "Real-time collaboration": "Real-time collaboration",
434
- "Cannot parse data": "Cannot parse data",
435
- "Start typing...": "Start typing...",
431
+ "Your map has been created with an anonymous account!": "Twoja mapa została utworzona z anonimowego konta!",
432
+ "Real-time collaboration": "Współpraca w czasie rzeczywistym",
433
+ "Cannot parse data": "Nie można sparsować danych",
434
+ "Start typing...": "Zacznij pisać...",
436
435
  "No result": "No result",
437
- "Data browser": "Data browser",
436
+ "Data browser": "Przeglądarka danych",
438
437
  "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
439
438
  "Overpass supported expressions": "Overpass supported expressions",
440
439
  "key (eg. building)": "key (eg. building)",
@@ -443,60 +442,67 @@
443
442
  "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
444
443
  "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
445
444
  "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
446
- "More info about Overpass syntax": "More info about Overpass syntax",
445
+ "More info about Overpass syntax": "Więcej informacji o składni Overpass",
447
446
  "For more complex needs, see": "For more complex needs, see",
448
- "Choose data": "Choose data",
447
+ "Choose data": "Wybierz dane",
449
448
  "Import helpers:": "Import helpers:",
450
- "Choose the format": "Choose the format",
451
- "Choose the layer": "Choose the layer",
452
- "Layer name": "Layer name",
453
- "Choose import mode": "Choose import mode",
454
- "Copy into the layer": "Copy into the layer",
449
+ "Choose the format": "Wybierz format",
450
+ "Choose the layer": "Wybierz warstwę",
451
+ "Layer name": "Nazwa warstwy",
452
+ "Choose import mode": "Wybierz tryb importu",
453
+ "Copy into the layer": "Skopiuj do tej warstwy",
455
454
  "Link to the layer as remote data": "Link to the layer as remote data",
456
- "Condition": "Condition",
455
+ "Condition": "Warunek",
457
456
  "key=value or key!=value": "key=value or key!=value",
458
- "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
459
- "empty rule": "empty rule",
460
- "Conditional style rules": "Conditional style rules",
461
- "Add rule": "Add rule",
462
- "Browser: data": "Browser: data",
463
- "Browser: layers": "Browser: layers",
464
- "Browser: filters": "Browser: filters",
457
+ "Are you sure you want to delete this rule?": "Czy na pewno chcesz usunąć regułę?",
458
+ "empty rule": "pusta reguła",
459
+ "Conditional style rules": "Reguły formatowania warunkowego",
460
+ "Add rule": "Dodaj regułę",
461
+ "Browser: data": "Przeglądarka: dane",
462
+ "Browser: layers": "Przeglądarka: dane",
463
+ "Browser: filters": "Przeglądarka: filtry",
465
464
  "Enable real-time collaboration": "Enable real-time collaboration",
466
- "✅ Copied!": "✅ Copied!",
467
- "Choose a dataset": "Choose a dataset",
468
- "Choose this dataset": "Choose this dataset",
465
+ "✅ Copied!": "✅ Skopiowane!",
466
+ "Choose a dataset": "Wybierz zbiór danych",
467
+ "Choose this dataset": "Wybierz ten zbiór danych",
469
468
  "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
470
- "Choose a theme": "Choose a theme",
469
+ "Choose a theme": "Wybierz motyw",
471
470
  "Symplify all geometries to points": "Symplify all geometries to points",
472
- "Choose this data": "Choose this data",
471
+ "Choose this data": "Wybierz te dane",
473
472
  "Search admin boundary": "Search admin boundary",
474
473
  "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
475
- "Expression": "Expression",
474
+ "Expression": "Wyrażenie",
476
475
  "Geometry mode": "Geometry mode",
477
476
  "Only geometry centers": "Only geometry centers",
478
477
  "Search area": "Search area",
479
- "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
480
- "Data successfully imported!": "Data successfully imported!",
478
+ "Type area name, or let empty to load data in current map view": "Wprowadź nazwę obszaru lub pozostaw puste, aby załadować dane dla obecnego widoku mapy",
479
+ "Data successfully imported!": "Pomyślnie zaimportowano dane!",
481
480
  "My Dashboard ({username})": "My Dashboard ({username})",
482
- "Clear data": "Clear data",
483
- "Remove layers": "Remove layers",
484
- "Categorized": "Categorized",
485
- "Alphabetical": "Alphabetical",
481
+ "Clear data": "Wyczyść dane",
482
+ "Remove layers": "Usuń warstwy",
483
+ "Categorized": "Skategoryzowane",
484
+ "Alphabetical": "Alfabetyczny",
486
485
  "Category property": "Category property",
487
486
  "Color palette": "Color palette",
488
- "Categories": "Categories",
489
- "Comma separated list of categories.": "Comma separated list of categories.",
490
- "Categories mode": "Categories mode",
487
+ "Categories": "Kategorie",
488
+ "Comma separated list of categories.": "Lista kategorii rozdzielonych przecinkami.",
489
+ "Categories mode": "Tryb kategorii",
491
490
  "Remove filter for this column": "Remove filter for this column",
492
491
  "Add filter for this column": "Add filter for this column",
493
- "Rename this column": "Rename this column",
494
- "Delete this column": "Delete this column",
495
- "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
- "This name already exists: “{name}”": "This name already exists: “{name}”",
497
- "Delete selected rows": "Delete selected rows",
498
- "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
- "Expression is empty": "Expression is empty",
492
+ "Rename this column": "Zmień nazwę tej kolumny",
493
+ "Delete this column": "Usuń kolumnę",
494
+ "Name “{name}” should not contain a dot.": "Nazwa “{name}” nie powinna zawierać kropki.",
495
+ "This name already exists: “{name}”": "Ta nazwa już istnieje: “{name}”",
496
+ "Delete selected rows": "Usuń wybrane wiersze",
497
+ "Found {count} rows. Are you sure you want to delete all?": "Znaleziono {count} wierszy. Czy na pewno chcesz je wszystkie usunąć?",
498
+ "Expression is empty": "Wyrażenie jest puste",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
500
+ "Cancel": "Anuluj",
501
+ "Attach map to a team": "Attach map to a team",
502
+ "Display the polygon inverted": "Display the polygon inverted",
503
+ "Proportional circles": "Proportional circles",
504
+ "Property name to compute circles": "Property name to compute circles",
505
+ "Min circle radius": "Min circle radius",
506
+ "Max circle radius": "Max circle radius",
507
+ "Display the open browser control": "Display the open browser control"
502
508
  }
@@ -115,7 +115,6 @@
115
115
  "display name": "display name",
116
116
  "Display on load": "Display on load",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
- "Display the data layers control": "Display the data layers control",
119
118
  "Display the embed control": "Display the embed control",
120
119
  "Display the fullscreen control": "Display the fullscreen control",
121
120
  "Display the locate control": "Display the locate control",
@@ -498,5 +497,12 @@
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
498
  "Expression is empty": "Expression is empty",
500
499
  "OK": "OK",
501
- "Cancel": "Cancel"
500
+ "Cancel": "Cancel",
501
+ "Attach map to a team": "Attach map to a team",
502
+ "Display the polygon inverted": "Display the polygon inverted",
503
+ "Proportional circles": "Proportional circles",
504
+ "Property name to compute circles": "Property name to compute circles",
505
+ "Min circle radius": "Min circle radius",
506
+ "Max circle radius": "Max circle radius",
507
+ "Display the open browser control": "Display the open browser control"
502
508
  }
@@ -115,7 +115,6 @@ const locale = {
115
115
  "display name": "mostrar nome",
116
116
  "Display on load": "Mostrar ao carregar",
117
117
  "Display the control to open OpenStreetMap editor": "Mostrar o botão para abrir o editor do OpenStreetMap",
118
- "Display the data layers control": "Mostrar o botão das camadas de dados",
119
118
  "Display the embed control": "Mostrar o botão de partilha e descarregar",
120
119
  "Display the fullscreen control": "Mostrar o botão de ecrã inteiro",
121
120
  "Display the locate control": "Mostrar o botão de localização GPS",
@@ -498,7 +497,14 @@ const locale = {
498
497
  "Found {count} rows. Are you sure you want to delete all?": "Foram encontradas {count} linhas. Tem a certeza de que pretende apagar todas?",
499
498
  "Expression is empty": "A expressão está vazia",
500
499
  "OK": "OK",
501
- "Cancel": "Cancelar"
500
+ "Cancel": "Cancelar",
501
+ "Attach map to a team": "Attach map to a team",
502
+ "Display the polygon inverted": "Display the polygon inverted",
503
+ "Proportional circles": "Proportional circles",
504
+ "Property name to compute circles": "Property name to compute circles",
505
+ "Min circle radius": "Min circle radius",
506
+ "Max circle radius": "Max circle radius",
507
+ "Display the open browser control": "Display the open browser control"
502
508
  }
503
509
  L.registerLocale("pt", locale)
504
510
  L.setLocale("pt")