umap-project 3.4.0b1__py3-none-any.whl → 3.4.2__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 (202) hide show
  1. umap/__init__.py +1 -1
  2. umap/context_processors.py +1 -1
  3. umap/locale/da/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/da/LC_MESSAGES/django.po +20 -16
  5. umap/locale/en/LC_MESSAGES/django.po +18 -14
  6. umap/locale/es/LC_MESSAGES/django.mo +0 -0
  7. umap/locale/es/LC_MESSAGES/django.po +20 -16
  8. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  9. umap/locale/fr/LC_MESSAGES/django.po +18 -14
  10. umap/locale/pl/LC_MESSAGES/django.mo +0 -0
  11. umap/locale/pl/LC_MESSAGES/django.po +72 -71
  12. umap/migrations/0018_datalayer_uuid.py +1 -1
  13. umap/models.py +7 -3
  14. umap/settings/local.py.sample +1 -1
  15. umap/static/umap/content.css +0 -3
  16. umap/static/umap/css/bar.css +9 -6
  17. umap/static/umap/css/form.css +27 -11
  18. umap/static/umap/css/popup.css +1 -0
  19. umap/static/umap/js/components/base.js +1 -1
  20. umap/static/umap/js/components/copiable.js +47 -0
  21. umap/static/umap/js/modules/autocomplete.js +31 -58
  22. umap/static/umap/js/modules/browser.js +8 -8
  23. umap/static/umap/js/modules/data/features.js +33 -36
  24. umap/static/umap/js/modules/data/fields.js +446 -0
  25. umap/static/umap/js/modules/data/layer.js +76 -93
  26. umap/static/umap/js/modules/domutils.js +24 -4
  27. umap/static/umap/js/modules/filters.js +20 -47
  28. umap/static/umap/js/modules/form/fields.js +4 -4
  29. umap/static/umap/js/modules/formatter.js +9 -1
  30. umap/static/umap/js/modules/help.js +13 -14
  31. umap/static/umap/js/modules/i18n.js +1 -1
  32. umap/static/umap/js/modules/importer.js +18 -27
  33. umap/static/umap/js/modules/importers/banfr.js +0 -1
  34. umap/static/umap/js/modules/importers/cadastrefr.js +19 -19
  35. umap/static/umap/js/modules/importers/communesfr.js +7 -8
  36. umap/static/umap/js/modules/importers/datasets.js +14 -14
  37. umap/static/umap/js/modules/importers/geodatamine.js +20 -22
  38. umap/static/umap/js/modules/importers/opendata.js +10 -0
  39. umap/static/umap/js/modules/importers/overpass.js +19 -18
  40. umap/static/umap/js/modules/managers.js +1 -265
  41. umap/static/umap/js/modules/permissions.js +5 -3
  42. umap/static/umap/js/modules/rendering/controls.js +6 -4
  43. umap/static/umap/js/modules/rendering/icon.js +5 -9
  44. umap/static/umap/js/modules/rendering/layers/base.js +1 -1
  45. umap/static/umap/js/modules/rendering/layers/classified.js +16 -11
  46. umap/static/umap/js/modules/rendering/layers/heat.js +27 -21
  47. umap/static/umap/js/modules/rendering/map.js +22 -22
  48. umap/static/umap/js/modules/rendering/popup.js +6 -3
  49. umap/static/umap/js/modules/rendering/template.js +31 -37
  50. umap/static/umap/js/modules/rendering/ui.js +1 -2
  51. umap/static/umap/js/modules/rules.js +34 -41
  52. umap/static/umap/js/modules/schema.js +0 -7
  53. umap/static/umap/js/modules/share.js +36 -69
  54. umap/static/umap/js/modules/slideshow.js +3 -3
  55. umap/static/umap/js/modules/tableeditor.js +0 -1
  56. umap/static/umap/js/modules/ui/bar.js +51 -32
  57. umap/static/umap/js/modules/ui/dialog.js +10 -1
  58. umap/static/umap/js/modules/ui/panel.js +28 -23
  59. umap/static/umap/js/modules/ui/tooltip.js +1 -1
  60. umap/static/umap/js/modules/umap.js +84 -84
  61. umap/static/umap/js/modules/utils.js +13 -4
  62. umap/static/umap/js/umap.controls.js +33 -14
  63. umap/static/umap/locale/am_ET.js +19 -8
  64. umap/static/umap/locale/am_ET.json +19 -8
  65. umap/static/umap/locale/ar.js +19 -8
  66. umap/static/umap/locale/ar.json +19 -8
  67. umap/static/umap/locale/ast.js +19 -8
  68. umap/static/umap/locale/ast.json +19 -8
  69. umap/static/umap/locale/bg.js +19 -8
  70. umap/static/umap/locale/bg.json +19 -8
  71. umap/static/umap/locale/br.js +20 -9
  72. umap/static/umap/locale/br.json +20 -9
  73. umap/static/umap/locale/ca.js +19 -8
  74. umap/static/umap/locale/ca.json +19 -8
  75. umap/static/umap/locale/cs_CZ.js +20 -9
  76. umap/static/umap/locale/cs_CZ.json +20 -9
  77. umap/static/umap/locale/da.js +54 -43
  78. umap/static/umap/locale/da.json +54 -43
  79. umap/static/umap/locale/de.js +44 -33
  80. umap/static/umap/locale/de.json +44 -33
  81. umap/static/umap/locale/el.js +20 -9
  82. umap/static/umap/locale/el.json +20 -9
  83. umap/static/umap/locale/en.js +20 -9
  84. umap/static/umap/locale/en.json +20 -9
  85. umap/static/umap/locale/en_US.json +19 -8
  86. umap/static/umap/locale/es.js +55 -44
  87. umap/static/umap/locale/es.json +55 -44
  88. umap/static/umap/locale/et.js +20 -9
  89. umap/static/umap/locale/et.json +20 -9
  90. umap/static/umap/locale/eu.js +25 -14
  91. umap/static/umap/locale/eu.json +25 -14
  92. umap/static/umap/locale/fa_IR.js +20 -9
  93. umap/static/umap/locale/fa_IR.json +20 -9
  94. umap/static/umap/locale/fi.js +19 -8
  95. umap/static/umap/locale/fi.json +19 -8
  96. umap/static/umap/locale/fr.js +21 -10
  97. umap/static/umap/locale/fr.json +21 -10
  98. umap/static/umap/locale/gl.js +147 -136
  99. umap/static/umap/locale/gl.json +147 -136
  100. umap/static/umap/locale/he.js +19 -8
  101. umap/static/umap/locale/he.json +19 -8
  102. umap/static/umap/locale/hr.js +19 -8
  103. umap/static/umap/locale/hr.json +19 -8
  104. umap/static/umap/locale/hu.js +62 -51
  105. umap/static/umap/locale/hu.json +62 -51
  106. umap/static/umap/locale/id.js +19 -8
  107. umap/static/umap/locale/id.json +19 -8
  108. umap/static/umap/locale/is.js +20 -9
  109. umap/static/umap/locale/is.json +20 -9
  110. umap/static/umap/locale/it.js +20 -9
  111. umap/static/umap/locale/it.json +20 -9
  112. umap/static/umap/locale/ja.js +19 -8
  113. umap/static/umap/locale/ja.json +19 -8
  114. umap/static/umap/locale/ko.js +19 -8
  115. umap/static/umap/locale/ko.json +19 -8
  116. umap/static/umap/locale/lt.js +19 -8
  117. umap/static/umap/locale/lt.json +19 -8
  118. umap/static/umap/locale/ms.js +20 -9
  119. umap/static/umap/locale/ms.json +20 -9
  120. umap/static/umap/locale/nl.js +20 -9
  121. umap/static/umap/locale/nl.json +20 -9
  122. umap/static/umap/locale/no.js +19 -8
  123. umap/static/umap/locale/no.json +19 -8
  124. umap/static/umap/locale/pl.js +56 -45
  125. umap/static/umap/locale/pl.json +56 -45
  126. umap/static/umap/locale/pl_PL.json +19 -8
  127. umap/static/umap/locale/pt.js +20 -9
  128. umap/static/umap/locale/pt.json +20 -9
  129. umap/static/umap/locale/pt_BR.js +19 -8
  130. umap/static/umap/locale/pt_BR.json +19 -8
  131. umap/static/umap/locale/pt_PT.js +19 -8
  132. umap/static/umap/locale/pt_PT.json +19 -8
  133. umap/static/umap/locale/ro.js +19 -8
  134. umap/static/umap/locale/ro.json +19 -8
  135. umap/static/umap/locale/ru.js +19 -8
  136. umap/static/umap/locale/ru.json +19 -8
  137. umap/static/umap/locale/si.js +1 -1
  138. umap/static/umap/locale/si.json +1 -1
  139. umap/static/umap/locale/sk_SK.js +19 -8
  140. umap/static/umap/locale/sk_SK.json +19 -8
  141. umap/static/umap/locale/sl.js +19 -8
  142. umap/static/umap/locale/sl.json +19 -8
  143. umap/static/umap/locale/sr.js +19 -8
  144. umap/static/umap/locale/sr.json +19 -8
  145. umap/static/umap/locale/sv.js +19 -8
  146. umap/static/umap/locale/sv.json +19 -8
  147. umap/static/umap/locale/th_TH.js +19 -8
  148. umap/static/umap/locale/th_TH.json +19 -8
  149. umap/static/umap/locale/tr.js +19 -8
  150. umap/static/umap/locale/tr.json +19 -8
  151. umap/static/umap/locale/uk_UA.js +19 -8
  152. umap/static/umap/locale/uk_UA.json +19 -8
  153. umap/static/umap/locale/vi.js +19 -8
  154. umap/static/umap/locale/vi.json +19 -8
  155. umap/static/umap/locale/vi_VN.json +19 -8
  156. umap/static/umap/locale/zh.js +19 -8
  157. umap/static/umap/locale/zh.json +19 -8
  158. umap/static/umap/locale/zh_CN.json +19 -8
  159. umap/static/umap/locale/zh_TW.Big5.json +19 -8
  160. umap/static/umap/locale/zh_TW.js +53 -42
  161. umap/static/umap/locale/zh_TW.json +53 -42
  162. umap/static/umap/map.css +8 -7
  163. umap/static/umap/unittests/utils.js +7 -7
  164. umap/templates/umap/content_footer.html +1 -0
  165. umap/templates/umap/css.html +0 -2
  166. umap/templates/umap/js.html +1 -3
  167. umap/templates/umap/login_popup_end.html +2 -2
  168. umap/tests/integration/conftest.py +11 -2
  169. umap/tests/integration/test_anonymous_owned_map.py +2 -2
  170. umap/tests/integration/test_conditional_rules.py +107 -52
  171. umap/tests/integration/test_draw_polygon.py +4 -0
  172. umap/tests/integration/test_draw_polyline.py +11 -0
  173. umap/tests/integration/test_edit_datalayer.py +1 -1
  174. umap/tests/integration/test_fields.py +19 -0
  175. umap/tests/integration/test_filters.py +6 -7
  176. umap/tests/integration/test_iframe.py +1 -1
  177. umap/tests/integration/test_import.py +23 -0
  178. umap/tests/integration/test_map.py +2 -2
  179. umap/tests/integration/test_map_preview.py +1 -1
  180. umap/tests/integration/test_owned_map.py +2 -2
  181. umap/tests/integration/test_picto.py +1 -1
  182. umap/tests/integration/test_popup.py +31 -0
  183. umap/tests/integration/test_remote_data.py +4 -4
  184. umap/tests/integration/test_save.py +1 -1
  185. umap/tests/integration/test_search.py +41 -0
  186. umap/tests/integration/test_share.py +2 -2
  187. umap/tests/integration/test_team.py +1 -1
  188. umap/tests/integration/test_websocket_sync.py +69 -20
  189. umap/tests/test_dashboard.py +1 -1
  190. umap/tests/test_statics.py +2 -2
  191. umap/tests/test_utils.py +4 -1
  192. umap/tests/test_views.py +1 -1
  193. umap/utils.py +3 -2
  194. {umap_project-3.4.0b1.dist-info → umap_project-3.4.2.dist-info}/METADATA +17 -17
  195. {umap_project-3.4.0b1.dist-info → umap_project-3.4.2.dist-info}/RECORD +198 -199
  196. umap/static/umap/js/umap.core.js +0 -93
  197. umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -46
  198. umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -240
  199. umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
  200. {umap_project-3.4.0b1.dist-info → umap_project-3.4.2.dist-info}/WHEEL +0 -0
  201. {umap_project-3.4.0b1.dist-info → umap_project-3.4.2.dist-info}/entry_points.txt +0 -0
  202. {umap_project-3.4.0b1.dist-info → umap_project-3.4.2.dist-info}/licenses/LICENSE +0 -0
@@ -35,22 +35,22 @@
35
35
  "Automatic": "Automatyczny",
36
36
  "Autostart when map is loaded": "Autostart po załadowaniu mapy",
37
37
  "Back to preview": "Z powrotem do podglądu",
38
- "Background overlay url": "Background overlay url",
38
+ "Background overlay url": "Adres url nakładki tła",
39
39
  "Ball": "Pinezka",
40
40
  "Bring feature to center": "Przesuń obiekt na środek",
41
41
  "Browse data": "Przeglądaj dane",
42
- "by": " ",
42
+ "by": " przez",
43
43
  "Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej",
44
44
  "Caption": "Podpis",
45
45
  "Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji",
46
46
  "Change tilelayers": "Zmień podkład",
47
47
  "Change": "Zmiana",
48
48
  "Choose the data format": "Wybierz format danych",
49
- "Choropleth breakpoints": "Choropleth breakpoints",
50
- "Choropleth classes": "Choropleth classes",
51
- "Choropleth color palette": "Choropleth color palette",
52
- "Choropleth mode": "Choropleth mode",
53
- "Choropleth property value": "Choropleth property value",
49
+ "Choropleth breakpoints": "Punkty przerwania kartogramu",
50
+ "Choropleth classes": "Klasy kartogramu",
51
+ "Choropleth color palette": "Paleta kolorów kartogramu",
52
+ "Choropleth mode": "Tryb kartogramu",
53
+ "Choropleth property value": "Wartość właściwości kartogramu",
54
54
  "Choropleth": "Kartogram",
55
55
  "Circle": "Kółko",
56
56
  "clear": "wyczyść",
@@ -70,7 +70,7 @@
70
70
  "color": "kolor",
71
71
  "Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
72
72
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Wartości powinny być oddzielone przecinkiem, średnikiem lub znakiem tabulacji. Układ współrzędnych WGS84 jest wymagany. Tylko geometrie typu punkt zostaną zaimportowane. Import sprawdzi nagłówki kolumn czy zawierają lat i lon na początku nagłówka, wielkość liter nie ma znaczenia. Wszystkie inne kolumny zostaną zaimportowane jako właściwości tych punktów.",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Gratulacje, twoja mapa została utworzona!",
75
75
  "Continue line": "Kontynuuj linię",
76
76
  "Coordinates": "Współrzędne",
@@ -99,7 +99,6 @@
99
99
  "Delete this vertex (Alt+Click)": "Usuń ten wierzchołek (Alt+Klik)",
100
100
  "Delete": "Usuń",
101
101
  "description": "opis",
102
- "Direct link": "Bezpośredni link",
103
102
  "Directions from here": "Kierunki stąd",
104
103
  "Display label": "Wyświetl etykietę",
105
104
  "Display measure": "Wyświetl pomiar",
@@ -134,12 +133,11 @@
134
133
  "Edit the title of the map": "Edytuj nazwę mapy",
135
134
  "Edit this feature": "Edytuj ten obiekt",
136
135
  "Edit": "Edytuj",
137
- "Embed and link options": "Embed and link options",
138
- "Embed the map": "Osadź mapę na stronie",
139
- "Emoji & Character": "Emoji & Character",
136
+ "Embed and link options": "Opcje osadzania i linkowania",
137
+ "Emoji & Character": "Emoji i Znaki",
140
138
  "Empty": "Wyczyść",
141
- "Equidistant": "Equidistant",
142
- "Error in the overlay URL": "Error in the overlay URL",
139
+ "Equidistant": "Równoodległy",
140
+ "Error in the overlay URL": "Błąd w adresie URL nakładki",
143
141
  "Error in the tilelayer URL": "Błąd w adresie URL podkładu",
144
142
  "Exit Fullscreen": "Zamknij pełny ekran",
145
143
  "expanded": "rozwinięty",
@@ -150,7 +148,7 @@
150
148
  "fill color": "kolor wypełnienia",
151
149
  "fill opacity": "stopień wypełnienia",
152
150
  "fill": "wypełnienie",
153
- "Fit all data": "Fit all data",
151
+ "Fit all data": "Dopasuj wszystkie dane",
154
152
  "Format": "Format",
155
153
  "From zoom": "Od przybliżenia",
156
154
  "full backup": "pełna kopia zapasowa",
@@ -159,7 +157,6 @@
159
157
  "Go to \"{coords}\"": "Idź do \"{coords}\"",
160
158
  "Go to the homepage": "Idź do strony głównej",
161
159
  "Go to «{feature}»": "Idź do „{feature}”",
162
- "Heatmap intensity property": "Intensywność mapy cieplnej",
163
160
  "Heatmap radius": "Promień mapy cieplnej",
164
161
  "Heatmap": "Mapa cieplna",
165
162
  "height": "wysokość",
@@ -240,7 +237,6 @@
240
237
  "No licence has been set": "Nie wybrano licencji",
241
238
  "No results": "Brak wyników",
242
239
  "no": "nie",
243
- "No.": "Nie.",
244
240
  "None": "Brak",
245
241
  "Number of desired classes (default 5)": "Number of desired classes (default 5)",
246
242
  "On the bottom": "Na dole",
@@ -255,7 +251,6 @@
255
251
  "Open share & download panel": "Otwórz panel udostępniania i pobierania",
256
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",
257
253
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Opcjonalna intensywność mapy cieplnej",
259
254
  "Optional. Same as color if not set.": "Opcjonalne. Taki sam jak kolor, jeśli nie podano.",
260
255
  "Optional.": "Opcjonalnie.",
261
256
  "Override clustering radius (default 80)": "Nadpisz promień grupowania (domyślnie 80)",
@@ -297,7 +292,6 @@
297
292
  "settings": "ustawienia",
298
293
  "Shape properties": "Właściwości kształtu",
299
294
  "Share and download": "Udostępnianie i pobieranie",
300
- "Share this link to open a customized map view": "Share this link to open a customized map view",
301
295
  "Short credits": "Krótkie źródło",
302
296
  "Short link": "Krótki link",
303
297
  "Show this layer in the caption": "Pokaż tę warstwę w podpisie",
@@ -477,13 +471,13 @@
477
471
  "Display the open browser control": "Display the open browser control",
478
472
  "Copy as GeoJSON": "Copy as GeoJSON",
479
473
  "Please zoom in to edit the geometry": "Please zoom in to edit the geometry",
480
- "New map": "New map",
481
- "My maps": "My maps",
482
- "My teams": "My teams",
483
- "My profile": "My profile",
474
+ "New map": "Nowa mapa",
475
+ "My maps": "Moje mapy",
476
+ "My teams": "Moje zespoły",
477
+ "My profile": "Mój profil",
484
478
  "Type new owner's username": "Type new owner's username",
485
479
  "Type editor's username": "Type editor's username",
486
- "Map": "Map",
480
+ "Map": "Mapa",
487
481
  "Manage collaborators": "Manage collaborators",
488
482
  "show/hide all layers": "show/hide all layers",
489
483
  "zoom to data extent": "zoom to data extent",
@@ -608,11 +602,11 @@
608
602
  "Min/Max": "Min/Max",
609
603
  "Multiple choices": "Multiple choices",
610
604
  "Exclusive choice": "Exclusive choice",
611
- "Yes/No": "Yes/No",
605
+ "Yes/No": "Tak/Nie",
612
606
  "Add a field prior to create a filter.": "Add a field prior to create a filter.",
613
- "Edit this filter": "Edit this filter",
614
- "Remove this filter": "Remove this filter",
615
- "Apply filter to": "Apply filter to",
607
+ "Edit this filter": "Edytuj filtr",
608
+ "Remove this filter": "Usuń ten filtr",
609
+ "Apply filter to": "Zastosuj filtr do",
616
610
  "Filter on": "Filter on",
617
611
  "Human readable name of the filter": "Human readable name of the filter",
618
612
  "Widget for the filter": "Widget for the filter",
@@ -623,23 +617,40 @@
623
617
  "unset": "unset",
624
618
  "Filters will be displayed in the data browser to ease data selection.": "Filters will be displayed in the data browser to ease data selection.",
625
619
  "[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])": "[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])",
626
- "Field Name": "Field Name",
627
- "Field Type": "Field Type",
628
- "Manage field": "Manage field",
629
- "Add filter for this field": "Add filter for this field",
630
- "Name cannot be empty.": "Name cannot be empty.",
631
- "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
- "Anonymous map": "Anonymous map",
633
- "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
- "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
- "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
- "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
638
- "Elevation has been added!": "Elevation has been added!",
620
+ "Field Name": "Nazwa pola",
621
+ "Field Type": "Typ pola",
622
+ "Manage field": "Zarządzaj polem",
623
+ "Add filter for this field": "Dodaj filtr do tego pola",
624
+ "Name cannot be empty.": "Nazwa nie może być pusta.",
625
+ "Are you sure you want to delete this field on all the data?": "Czy na pewno chcesz usunąć to pole ze wszystkich danych?",
626
+ "Anonymous map": "Anonimowa mapa",
627
+ "Edit filter for this field": "Edytuj filtr dla tego pola",
628
+ "Hey, you created a map without an account!": "Hej, stworzyłeś mapę, nie mając konta!",
629
+ "This map is anonymous, do you want to attach it to your account?": "Ta mapa jest anonimowa. Czy chcesz dodać do swojego konta?",
630
+ "The map has been upgraded to latest version, please save it.": "Mapa została zaktualizowana do najnowszej wersji, proszę zapisać.",
631
+ "Elevation has been added!": "Dodano wysokość!",
639
632
  "Mapillary": "Mapillary",
640
633
  "Wikidata": "Wikidata",
641
- "Wikipedia contributors": "Wikipedia contributors",
642
- "See on Wikipedia": "See on Wikipedia",
643
- "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
634
+ "Wikipedia contributors": "Współtwórcy Wikipedii",
635
+ "See on Wikipedia": "Zobacz na Wikipedii",
636
+ "Anonymous map: update who can see and edit it": "Mapa anonimowa: zaktualizuj, kto może widzieć i edytować",
637
+ "Login": "Login",
638
+ "Manage filters": "Zarządzaj filtrami",
639
+ "Map (all layers)": "Mapa (wszystkie warstwy)",
640
+ "Add a filter for this field": "Dodaj filtr do tego pola",
641
+ "Short text": "Krótki tekst",
642
+ "Text": "Tekst",
643
+ "Number": "Numer",
644
+ "Date": "Data",
645
+ "Date and time": "Data i czas",
646
+ "List of values": "Lista wartości",
647
+ "Yes / No": "Tak / Nie",
648
+ "Select field to compute intensity": "Select field to compute intensity",
649
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
650
+ "All layers": "Wszystkie warstwy",
651
+ "Comma separated list of values": "Lista wartości oddzielonych przecinkami",
652
+ "Share": "Share",
653
+ "Customized link": "Customized link",
654
+ "Iframe": "Iframe",
655
+ "№": "№"
645
656
  }
@@ -70,7 +70,7 @@
70
70
  "color": "color",
71
71
  "Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
72
72
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Congratulations, your map has been created!",
75
75
  "Continue line": "Continue line",
76
76
  "Coordinates": "Coordinates",
@@ -99,7 +99,6 @@
99
99
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
100
100
  "Delete": "Delete",
101
101
  "description": "description",
102
- "Direct link": "Direct link",
103
102
  "Directions from here": "Directions from here",
104
103
  "Display label": "Display label",
105
104
  "Display measure": "Display measure",
@@ -135,7 +134,6 @@
135
134
  "Edit this feature": "Edit this feature",
136
135
  "Edit": "Edit",
137
136
  "Embed and link options": "Embed and link options",
138
- "Embed the map": "Embed the map",
139
137
  "Emoji & Character": "Emoji & Character",
140
138
  "Empty": "Empty",
141
139
  "Equidistant": "Equidistant",
@@ -159,7 +157,6 @@
159
157
  "Go to \"{coords}\"": "Go to \"{coords}\"",
160
158
  "Go to the homepage": "Go to the homepage",
161
159
  "Go to «{feature}»": "Go to «{feature}»",
162
- "Heatmap intensity property": "Heatmap intensity property",
163
160
  "Heatmap radius": "Heatmap radius",
164
161
  "Heatmap": "Heatmap",
165
162
  "height": "height",
@@ -255,7 +252,6 @@
255
252
  "Open share & download panel": "Open share & download panel",
256
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",
257
254
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Optional intensity property for heatmap",
259
255
  "Optional. Same as color if not set.": "Optional. Same as color if not set.",
260
256
  "Optional.": "Optional.",
261
257
  "Override clustering radius (default 80)": "Override clustering radius (default 80)",
@@ -297,7 +293,6 @@
297
293
  "settings": "settings",
298
294
  "Shape properties": "Shape properties",
299
295
  "Share and download": "Share and download",
300
- "Share this link to open a customized map view": "Share this link to open a customized map view",
301
296
  "Short credits": "Short credits",
302
297
  "Short link": "Short link",
303
298
  "Show this layer in the caption": "Show this layer in the caption",
@@ -631,7 +626,6 @@
631
626
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
627
  "Anonymous map": "Anonymous map",
633
628
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
629
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
630
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
631
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,5 +635,22 @@
641
635
  "Wikipedia contributors": "Wikipedia contributors",
642
636
  "See on Wikipedia": "See on Wikipedia",
643
637
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
638
+ "Login": "Login",
639
+ "Manage filters": "Manage filters",
640
+ "Map (all layers)": "Map (all layers)",
641
+ "Add a filter for this field": "Add a filter for this field",
642
+ "Short text": "Short text",
643
+ "Text": "Text",
644
+ "Number": "Number",
645
+ "Date": "Date",
646
+ "Date and time": "Date and time",
647
+ "List of values": "List of values",
648
+ "Yes / No": "Yes / No",
649
+ "Select field to compute intensity": "Select field to compute intensity",
650
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
651
+ "All layers": "All layers",
652
+ "Comma separated list of values": "Comma separated list of values",
653
+ "Share": "Share",
654
+ "Customized link": "Customized link",
655
+ "Iframe": "Iframe"
645
656
  }
@@ -70,7 +70,7 @@ const locale = {
70
70
  "color": "cor",
71
71
  "Comma separated list of numbers, including min and max values.": "Lista de números separada por vírgulas, incluindo os valores mínimo e máximo.",
72
72
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista de propriedades separada por vírgulas a utilizar para ordenar os elementos. Para inverter a ordenação, coloque um sinal de menos (-) antes. Por exemplo, umachave,-outrachave.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito\n o sistema de referência espacial WGS84. Apenas são importadas as \ngeometrias de ponto. A importação irá ver se aparece no cabeçalho das \ncolunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. \nTodas a outras colunas são importadas como propriedades.",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Parabéns, o seu mapa foi criado!",
75
75
  "Continue line": "Continuar linha",
76
76
  "Coordinates": "Coordenadas",
@@ -99,7 +99,6 @@ const locale = {
99
99
  "Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clique)",
100
100
  "Delete": "Eliminar",
101
101
  "description": "descrição",
102
- "Direct link": "Hiperligação direta",
103
102
  "Directions from here": "Direções a partir daqui",
104
103
  "Display label": "Mostrar etiqueta",
105
104
  "Display measure": "Mostrar medição",
@@ -135,7 +134,6 @@ const locale = {
135
134
  "Edit this feature": "Editar este elemento",
136
135
  "Edit": "Editar",
137
136
  "Embed and link options": "Opções de incorporação e hiperligação",
138
- "Embed the map": "Embeber o mapa",
139
137
  "Emoji & Character": "Emoji e caracteres",
140
138
  "Empty": "Vazio",
141
139
  "Equidistant": "Equidistante",
@@ -159,7 +157,6 @@ const locale = {
159
157
  "Go to \"{coords}\"": "Ir a \"{coords}\"",
160
158
  "Go to the homepage": "Ir para a página inicial",
161
159
  "Go to «{feature}»": "Ir a «{feature}»",
162
- "Heatmap intensity property": "Propriedade da intensidade do mapa térmico",
163
160
  "Heatmap radius": "Raio do mapa térmico",
164
161
  "Heatmap": "Mapa térmico",
165
162
  "height": "altura",
@@ -240,7 +237,6 @@ const locale = {
240
237
  "No licence has been set": "Não foi definida nenhuma licença",
241
238
  "No results": "Sem resultados",
242
239
  "no": "não",
243
- "No.": "Não.",
244
240
  "None": "Nenhum",
245
241
  "Number of desired classes (default 5)": "Número de classes pretendidas (predefinição 5)",
246
242
  "On the bottom": "No fundo",
@@ -255,7 +251,6 @@ const locale = {
255
251
  "Open share & download panel": "Abrir painel de partilha e descarregamento",
256
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",
257
253
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Propriedade opcional da intensidade do mapa térmico",
259
254
  "Optional. Same as color if not set.": "Opcional. Igual à cor se não for definido.",
260
255
  "Optional.": "Opcional.",
261
256
  "Override clustering radius (default 80)": "Sobrepor raio do aglomerado (padrão 80)",
@@ -297,7 +292,6 @@ const locale = {
297
292
  "settings": "definições",
298
293
  "Shape properties": "Propriedades de formas geométricas",
299
294
  "Share and download": "Partilhar e descarregar",
300
- "Share this link to open a customized map view": "Partilhar esta hiperligação para abrir uma vista de mapa personalizada",
301
295
  "Short credits": "Créditos resumidos",
302
296
  "Short link": "Hiperligação curta",
303
297
  "Show this layer in the caption": "Mostrar esta camada na legenda",
@@ -631,7 +625,6 @@ const locale = {
631
625
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
626
  "Anonymous map": "Anonymous map",
633
627
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
628
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
629
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
630
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,7 +634,25 @@ const locale = {
641
634
  "Wikipedia contributors": "Wikipedia contributors",
642
635
  "See on Wikipedia": "See on Wikipedia",
643
636
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
637
+ "Login": "Login",
638
+ "Manage filters": "Manage filters",
639
+ "Map (all layers)": "Map (all layers)",
640
+ "Add a filter for this field": "Add a filter for this field",
641
+ "Short text": "Short text",
642
+ "Text": "Text",
643
+ "Number": "Number",
644
+ "Date": "Date",
645
+ "Date and time": "Date and time",
646
+ "List of values": "List of values",
647
+ "Yes / No": "Yes / No",
648
+ "Select field to compute intensity": "Select field to compute intensity",
649
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
650
+ "All layers": "All layers",
651
+ "Comma separated list of values": "Comma separated list of values",
652
+ "Share": "Share",
653
+ "Customized link": "Customized link",
654
+ "Iframe": "Iframe",
655
+ "№": "№"
645
656
  }
646
657
  L.registerLocale("pt", locale)
647
658
  L.setLocale("pt")
@@ -70,7 +70,7 @@
70
70
  "color": "cor",
71
71
  "Comma separated list of numbers, including min and max values.": "Lista de números separada por vírgulas, incluindo os valores mínimo e máximo.",
72
72
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista de propriedades separada por vírgulas a utilizar para ordenar os elementos. Para inverter a ordenação, coloque um sinal de menos (-) antes. Por exemplo, umachave,-outrachave.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito\n o sistema de referência espacial WGS84. Apenas são importadas as \ngeometrias de ponto. A importação irá ver se aparece no cabeçalho das \ncolunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. \nTodas a outras colunas são importadas como propriedades.",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Parabéns, o seu mapa foi criado!",
75
75
  "Continue line": "Continuar linha",
76
76
  "Coordinates": "Coordenadas",
@@ -99,7 +99,6 @@
99
99
  "Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clique)",
100
100
  "Delete": "Eliminar",
101
101
  "description": "descrição",
102
- "Direct link": "Hiperligação direta",
103
102
  "Directions from here": "Direções a partir daqui",
104
103
  "Display label": "Mostrar etiqueta",
105
104
  "Display measure": "Mostrar medição",
@@ -135,7 +134,6 @@
135
134
  "Edit this feature": "Editar este elemento",
136
135
  "Edit": "Editar",
137
136
  "Embed and link options": "Opções de incorporação e hiperligação",
138
- "Embed the map": "Embeber o mapa",
139
137
  "Emoji & Character": "Emoji e caracteres",
140
138
  "Empty": "Vazio",
141
139
  "Equidistant": "Equidistante",
@@ -159,7 +157,6 @@
159
157
  "Go to \"{coords}\"": "Ir a \"{coords}\"",
160
158
  "Go to the homepage": "Ir para a página inicial",
161
159
  "Go to «{feature}»": "Ir a «{feature}»",
162
- "Heatmap intensity property": "Propriedade da intensidade do mapa térmico",
163
160
  "Heatmap radius": "Raio do mapa térmico",
164
161
  "Heatmap": "Mapa térmico",
165
162
  "height": "altura",
@@ -240,7 +237,6 @@
240
237
  "No licence has been set": "Não foi definida nenhuma licença",
241
238
  "No results": "Sem resultados",
242
239
  "no": "não",
243
- "No.": "Não.",
244
240
  "None": "Nenhum",
245
241
  "Number of desired classes (default 5)": "Número de classes pretendidas (predefinição 5)",
246
242
  "On the bottom": "No fundo",
@@ -255,7 +251,6 @@
255
251
  "Open share & download panel": "Abrir painel de partilha e descarregamento",
256
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",
257
253
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Propriedade opcional da intensidade do mapa térmico",
259
254
  "Optional. Same as color if not set.": "Opcional. Igual à cor se não for definido.",
260
255
  "Optional.": "Opcional.",
261
256
  "Override clustering radius (default 80)": "Sobrepor raio do aglomerado (padrão 80)",
@@ -297,7 +292,6 @@
297
292
  "settings": "definições",
298
293
  "Shape properties": "Propriedades de formas geométricas",
299
294
  "Share and download": "Partilhar e descarregar",
300
- "Share this link to open a customized map view": "Partilhar esta hiperligação para abrir uma vista de mapa personalizada",
301
295
  "Short credits": "Créditos resumidos",
302
296
  "Short link": "Hiperligação curta",
303
297
  "Show this layer in the caption": "Mostrar esta camada na legenda",
@@ -631,7 +625,6 @@
631
625
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
626
  "Anonymous map": "Anonymous map",
633
627
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
628
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
629
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
630
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,5 +634,23 @@
641
634
  "Wikipedia contributors": "Wikipedia contributors",
642
635
  "See on Wikipedia": "See on Wikipedia",
643
636
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
637
+ "Login": "Login",
638
+ "Manage filters": "Manage filters",
639
+ "Map (all layers)": "Map (all layers)",
640
+ "Add a filter for this field": "Add a filter for this field",
641
+ "Short text": "Short text",
642
+ "Text": "Text",
643
+ "Number": "Number",
644
+ "Date": "Date",
645
+ "Date and time": "Date and time",
646
+ "List of values": "List of values",
647
+ "Yes / No": "Yes / No",
648
+ "Select field to compute intensity": "Select field to compute intensity",
649
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
650
+ "All layers": "All layers",
651
+ "Comma separated list of values": "Comma separated list of values",
652
+ "Share": "Share",
653
+ "Customized link": "Customized link",
654
+ "Iframe": "Iframe",
655
+ "№": "№"
645
656
  }
@@ -70,7 +70,7 @@ const locale = {
70
70
  "color": "cor",
71
71
  "Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
72
72
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
73
- "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito o sistema de referência espacial WGS84. Apenas são importadas as geometrias de ponto. A importação irá ver se aparece no cabeçalho das colunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. Todas a outras colunas são importadas como propriedades.",
73
+ "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
74
74
  "Congratulations, your map has been created!": "Parabéns, o seu mapa foi criado!",
75
75
  "Continue line": "Continuar linha",
76
76
  "Coordinates": "Coordenadas",
@@ -99,7 +99,6 @@ const locale = {
99
99
  "Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clique)",
100
100
  "Delete": "Eliminar",
101
101
  "description": "descrição",
102
- "Direct link": "Direct link",
103
102
  "Directions from here": "Direções a partir daqui",
104
103
  "Display label": "Mostrar etiqueta",
105
104
  "Display measure": "Mostrar medição",
@@ -135,7 +134,6 @@ const locale = {
135
134
  "Edit this feature": "Editar este elemento",
136
135
  "Edit": "Editar",
137
136
  "Embed and link options": "Embed and link options",
138
- "Embed the map": "Embeber o mapa",
139
137
  "Emoji & Character": "Emoji & Character",
140
138
  "Empty": "Vazio",
141
139
  "Equidistant": "Equidistant",
@@ -159,7 +157,6 @@ const locale = {
159
157
  "Go to \"{coords}\"": "Go to \"{coords}\"",
160
158
  "Go to the homepage": "Go to the homepage",
161
159
  "Go to «{feature}»": "Ir a «{feature}»",
162
- "Heatmap intensity property": "Propriedade da intensidade do mapa térmico",
163
160
  "Heatmap radius": "Raio do mapa térmico",
164
161
  "Heatmap": "Mapa térmico",
165
162
  "height": "altura",
@@ -255,7 +252,6 @@ const locale = {
255
252
  "Open share & download panel": "Open share & download panel",
256
253
  "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",
257
254
  "OpenStreetMap": "OpenStreetMap",
258
- "Optional intensity property for heatmap": "Propriedade opcional da intensidade do mapa térmico",
259
255
  "Optional. Same as color if not set.": "Opcional. Igual à cor se não for definido.",
260
256
  "Optional.": "Opcional.",
261
257
  "Override clustering radius (default 80)": "Sobrepor raio do aglomerado (padrão 80)",
@@ -297,7 +293,6 @@ const locale = {
297
293
  "settings": "settings",
298
294
  "Shape properties": "Propriedades de formas geométricas",
299
295
  "Share and download": "Share and download",
300
- "Share this link to open a customized map view": "Share this link to open a customized map view",
301
296
  "Short credits": "Créditos resumidos",
302
297
  "Short link": "Short link",
303
298
  "Show this layer in the caption": "Show this layer in the caption",
@@ -631,7 +626,6 @@ const locale = {
631
626
  "Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
632
627
  "Anonymous map": "Anonymous map",
633
628
  "Edit filter for this field": "Edit filter for this field",
634
- "Fields, filters and keys": "Fields, filters and keys",
635
629
  "Hey, you created a map without an account!": "Hey, you created a map without an account!",
636
630
  "This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
637
631
  "The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
@@ -641,7 +635,24 @@ const locale = {
641
635
  "Wikipedia contributors": "Wikipedia contributors",
642
636
  "See on Wikipedia": "See on Wikipedia",
643
637
  "Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
644
- "Login": "Login"
638
+ "Login": "Login",
639
+ "Manage filters": "Manage filters",
640
+ "Map (all layers)": "Map (all layers)",
641
+ "Add a filter for this field": "Add a filter for this field",
642
+ "Short text": "Short text",
643
+ "Text": "Text",
644
+ "Number": "Number",
645
+ "Date": "Date",
646
+ "Date and time": "Date and time",
647
+ "List of values": "List of values",
648
+ "Yes / No": "Yes / No",
649
+ "Select field to compute intensity": "Select field to compute intensity",
650
+ "Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
651
+ "All layers": "All layers",
652
+ "Comma separated list of values": "Comma separated list of values",
653
+ "Share": "Share",
654
+ "Customized link": "Customized link",
655
+ "Iframe": "Iframe"
645
656
  }
646
657
  L.registerLocale("pt_BR", locale)
647
658
  L.setLocale("pt_BR")