umap-project 2.2.2__py3-none-any.whl → 2.3.0__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.

Potentially problematic release.


This version of umap-project might be problematic. Click here for more details.

Files changed (144) hide show
  1. umap/__init__.py +1 -1
  2. umap/static/umap/base.css +83 -44
  3. umap/static/umap/css/icon.css +6 -0
  4. umap/static/umap/css/panel.css +9 -4
  5. umap/static/umap/img/16.svg +2 -2
  6. umap/static/umap/img/source/16.svg +3 -3
  7. umap/static/umap/js/modules/browser.js +63 -22
  8. umap/static/umap/js/modules/facets.js +14 -39
  9. umap/static/umap/js/modules/orderable.js +1 -1
  10. umap/static/umap/js/modules/schema.js +4 -4
  11. umap/static/umap/js/modules/urls.js +1 -1
  12. umap/static/umap/js/modules/utils.js +9 -1
  13. umap/static/umap/js/umap.controls.js +15 -11
  14. umap/static/umap/js/umap.core.js +17 -15
  15. umap/static/umap/js/umap.features.js +8 -2
  16. umap/static/umap/js/umap.forms.js +92 -33
  17. umap/static/umap/js/umap.js +19 -24
  18. umap/static/umap/js/umap.layer.js +3 -6
  19. umap/static/umap/locale/am_ET.js +11 -12
  20. umap/static/umap/locale/am_ET.json +11 -12
  21. umap/static/umap/locale/ar.js +11 -12
  22. umap/static/umap/locale/ar.json +11 -12
  23. umap/static/umap/locale/ast.js +11 -12
  24. umap/static/umap/locale/ast.json +11 -12
  25. umap/static/umap/locale/bg.js +11 -12
  26. umap/static/umap/locale/bg.json +11 -12
  27. umap/static/umap/locale/br.js +11 -12
  28. umap/static/umap/locale/br.json +11 -12
  29. umap/static/umap/locale/ca.js +11 -12
  30. umap/static/umap/locale/ca.json +11 -12
  31. umap/static/umap/locale/cs_CZ.js +11 -12
  32. umap/static/umap/locale/cs_CZ.json +11 -12
  33. umap/static/umap/locale/da.js +11 -12
  34. umap/static/umap/locale/da.json +11 -12
  35. umap/static/umap/locale/de.js +11 -12
  36. umap/static/umap/locale/de.json +11 -12
  37. umap/static/umap/locale/el.js +11 -12
  38. umap/static/umap/locale/el.json +11 -12
  39. umap/static/umap/locale/en.js +11 -12
  40. umap/static/umap/locale/en.json +11 -12
  41. umap/static/umap/locale/en_US.json +11 -12
  42. umap/static/umap/locale/es.js +11 -12
  43. umap/static/umap/locale/es.json +11 -12
  44. umap/static/umap/locale/et.js +11 -12
  45. umap/static/umap/locale/et.json +11 -12
  46. umap/static/umap/locale/eu.js +27 -16
  47. umap/static/umap/locale/eu.json +27 -16
  48. umap/static/umap/locale/fa_IR.js +11 -12
  49. umap/static/umap/locale/fa_IR.json +11 -12
  50. umap/static/umap/locale/fi.js +11 -12
  51. umap/static/umap/locale/fi.json +11 -12
  52. umap/static/umap/locale/fr.js +11 -12
  53. umap/static/umap/locale/fr.json +11 -12
  54. umap/static/umap/locale/gl.js +11 -12
  55. umap/static/umap/locale/gl.json +11 -12
  56. umap/static/umap/locale/he.js +11 -12
  57. umap/static/umap/locale/he.json +11 -12
  58. umap/static/umap/locale/hr.js +11 -12
  59. umap/static/umap/locale/hr.json +11 -12
  60. umap/static/umap/locale/hu.js +29 -30
  61. umap/static/umap/locale/hu.json +29 -30
  62. umap/static/umap/locale/id.js +11 -12
  63. umap/static/umap/locale/id.json +11 -12
  64. umap/static/umap/locale/is.js +11 -12
  65. umap/static/umap/locale/is.json +11 -12
  66. umap/static/umap/locale/it.js +11 -12
  67. umap/static/umap/locale/it.json +11 -12
  68. umap/static/umap/locale/ja.js +11 -12
  69. umap/static/umap/locale/ja.json +11 -12
  70. umap/static/umap/locale/ko.js +11 -12
  71. umap/static/umap/locale/ko.json +11 -12
  72. umap/static/umap/locale/lt.js +11 -12
  73. umap/static/umap/locale/lt.json +11 -12
  74. umap/static/umap/locale/ms.js +20 -21
  75. umap/static/umap/locale/ms.json +20 -21
  76. umap/static/umap/locale/nl.js +11 -12
  77. umap/static/umap/locale/nl.json +11 -12
  78. umap/static/umap/locale/no.js +11 -12
  79. umap/static/umap/locale/no.json +11 -12
  80. umap/static/umap/locale/pl.js +11 -12
  81. umap/static/umap/locale/pl.json +11 -12
  82. umap/static/umap/locale/pl_PL.json +11 -12
  83. umap/static/umap/locale/pt.js +11 -12
  84. umap/static/umap/locale/pt.json +11 -12
  85. umap/static/umap/locale/pt_BR.js +11 -12
  86. umap/static/umap/locale/pt_BR.json +11 -12
  87. umap/static/umap/locale/pt_PT.js +11 -12
  88. umap/static/umap/locale/pt_PT.json +11 -12
  89. umap/static/umap/locale/ro.js +11 -12
  90. umap/static/umap/locale/ro.json +11 -12
  91. umap/static/umap/locale/ru.js +11 -12
  92. umap/static/umap/locale/ru.json +11 -12
  93. umap/static/umap/locale/si.js +240 -227
  94. umap/static/umap/locale/si.json +240 -227
  95. umap/static/umap/locale/sk_SK.js +11 -12
  96. umap/static/umap/locale/sk_SK.json +11 -12
  97. umap/static/umap/locale/sl.js +11 -12
  98. umap/static/umap/locale/sl.json +11 -12
  99. umap/static/umap/locale/sr.js +11 -12
  100. umap/static/umap/locale/sr.json +11 -12
  101. umap/static/umap/locale/sv.js +11 -12
  102. umap/static/umap/locale/sv.json +11 -12
  103. umap/static/umap/locale/th_TH.js +11 -12
  104. umap/static/umap/locale/th_TH.json +11 -12
  105. umap/static/umap/locale/tr.js +11 -12
  106. umap/static/umap/locale/tr.json +11 -12
  107. umap/static/umap/locale/uk_UA.js +11 -12
  108. umap/static/umap/locale/uk_UA.json +11 -12
  109. umap/static/umap/locale/vi.js +11 -12
  110. umap/static/umap/locale/vi.json +11 -12
  111. umap/static/umap/locale/vi_VN.json +11 -12
  112. umap/static/umap/locale/zh.js +11 -12
  113. umap/static/umap/locale/zh.json +11 -12
  114. umap/static/umap/locale/zh_CN.json +11 -12
  115. umap/static/umap/locale/zh_TW.Big5.json +11 -12
  116. umap/static/umap/locale/zh_TW.js +11 -12
  117. umap/static/umap/locale/zh_TW.json +11 -12
  118. umap/static/umap/map.css +17 -2
  119. umap/static/umap/unittests/utils.js +7 -0
  120. umap/static/umap/vars.css +10 -0
  121. umap/static/umap/vendors/dompurify/purify.es.js +54 -5
  122. umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
  123. umap/tests/integration/conftest.py +5 -4
  124. umap/tests/integration/test_browser.py +7 -0
  125. umap/tests/integration/test_choropleth.py +1 -1
  126. umap/tests/integration/test_draw_polygon.py +6 -0
  127. umap/tests/integration/test_draw_polyline.py +6 -0
  128. umap/tests/integration/test_edit_datalayer.py +5 -5
  129. umap/tests/integration/test_edit_map.py +4 -4
  130. umap/tests/integration/test_edit_marker.py +6 -6
  131. umap/tests/integration/test_edit_polygon.py +6 -6
  132. umap/tests/integration/test_facets_browser.py +82 -13
  133. {umap_project-2.2.2.dist-info → umap_project-2.3.0.dist-info}/METADATA +8 -7
  134. {umap_project-2.2.2.dist-info → umap_project-2.3.0.dist-info}/RECORD +137 -144
  135. {umap_project-2.2.2.dist-info → umap_project-2.3.0.dist-info}/WHEEL +1 -1
  136. umap/.DS_Store +0 -0
  137. umap/static/.DS_Store +0 -0
  138. umap/static/umap/.DS_Store +0 -0
  139. umap/static/umap/favicons/.DS_Store +0 -0
  140. umap/static/umap/fonts/.DS_Store +0 -0
  141. umap/tests/.DS_Store +0 -0
  142. umap/tests/integration/.DS_Store +0 -0
  143. {umap_project-2.2.2.dist-info → umap_project-2.3.0.dist-info}/entry_points.txt +0 -0
  144. {umap_project-2.2.2.dist-info → umap_project-2.3.0.dist-info}/licenses/LICENSE +0 -0
@@ -83,7 +83,6 @@
83
83
  "color": "رنگ",
84
84
  "Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
85
85
  "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.",
86
- "Comma separated list of properties to use when filtering features": "لیستی از خواص جدا شده با کاما برای فیلتر کردن ویژگی ها",
87
86
  "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.": "مقادیر جدا شده با کاما، برگه یا نیمه کولون. SRS WGS84 ضمنی است. فقط هندسه نقطه وارد می شود. واردات به سربرگهای ستون برای ذکر هرگونه عبارت «lat» و «lon» در ابتدای سرصفحه، بدون حساس به حروف، نگاه می کند. همه ستون های دیگر به عنوان ویژگی وارد می شوند.",
88
87
  "Congratulations, your map has been created!": "Congratulations, your map has been created!",
89
88
  "Continue line": "ادامه خط",
@@ -96,7 +95,6 @@
96
95
  "Custom background": "پس زمینه سفارشی",
97
96
  "Custom overlay": "Custom overlay",
98
97
  "dash array": "آرایه خط تیره",
99
- "Data browser": "مرورگر داده",
100
98
  "Data is browsable": "داده ها قابل مرور هستند",
101
99
  "Datalayers": "Datalayers",
102
100
  "Default interaction options": "گزینه های پیش فرض تعامل",
@@ -165,16 +163,12 @@
165
163
  "Exit Fullscreen": "خروج از تمام صفحه",
166
164
  "expanded": "منبسط",
167
165
  "Extract shape to separate feature": "استخراج شکل به ویژگی جدا",
168
- "Facet keys": "Facet keys",
169
- "Facet search": "Facet search",
170
166
  "Feature identifier key": "کلید شناسایی ویژگی",
171
167
  "Feature properties": "Feature properties",
172
168
  "Fetch data each time map view changes.": "هر بار که نمای نقشه تغییر می کند، داده ها را واکشی کنید.",
173
169
  "fill color": "پر کردن رنگ",
174
170
  "fill opacity": "تاری/کِدِری را پر کنید",
175
171
  "fill": "پر کردن",
176
- "Filter keys": "کلیدهای فیلتر",
177
- "Filter": "Filter",
178
172
  "Fit all data": "Fit all data",
179
173
  "Format": "قالب",
180
174
  "From zoom": "از زوم",
@@ -267,7 +261,6 @@
267
261
  "NM": "NM",
268
262
  "No cache": "بدون حافظه پنهان",
269
263
  "No licence has been set": "هیچ مجوزی تنظیم نشده است",
270
- "No results for these facets": "No results for these facets",
271
264
  "No results": "بدون نتیجه",
272
265
  "no": "نه",
273
266
  "No.": "No.",
@@ -332,7 +325,6 @@
332
325
  "See layers": "See layers",
333
326
  "See full screen": "تمام صفحه را مشاهده کنید",
334
327
  "See on OpenStreetMap": "See on OpenStreetMap",
335
- "Select data": "داده‌ها را انتخاب کنید",
336
328
  "Send me the link": "Send me the link",
337
329
  "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "آن را روی غلط/false تنظیم کنید تا این لایه از نمایش اسلاید، مرورگر داده، ناوبری بازشو پنهان شود…",
338
330
  "settings": "settings",
@@ -434,9 +426,7 @@
434
426
  "Edit map details": "Edit map details",
435
427
  "Back to browser": "Back to browser",
436
428
  "Toggle size": "Toggle size",
437
- "Layers": "Layers",
438
429
  "Display the caption control": "Display the caption control",
439
- "Comma separated list of properties to use for facet search (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 facet search (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.",
440
430
  "<empty value>": "<empty value>",
441
431
  "Min": "Min",
442
432
  "Max": "Max",
@@ -446,6 +436,15 @@
446
436
  "Edit in OpenStreetMap": "Edit in OpenStreetMap",
447
437
  "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
448
438
  "Back to layers": "Back to layers",
449
- "Data": "Data",
450
- "Filters": "Filters"
439
+ "Filters": "Filters",
440
+ "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
441
+ "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.",
442
+ "Search keys": "Search keys",
443
+ "Filters keys": "Filters keys",
444
+ "Filter data": "Filter data",
445
+ "Search map features…": "Search map features…",
446
+ "Reset all": "Reset all",
447
+ "Browser in data mode": "Browser in data mode",
448
+ "Browser in layers mode": "Browser in layers mode",
449
+ "Browser in filters mode": "Browser in filters mode"
451
450
  }
@@ -83,7 +83,6 @@ const locale = {
83
83
  "color": "väri",
84
84
  "Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
85
85
  "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.",
86
- "Comma separated list of properties to use when filtering features": "Pilkkueroteltu lista käytettävistä ominaisuuksista piirteitä suodatettaessa.",
87
86
  "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.": "Pilkku-, tabulaattori- tai puolipiste-erotettuja arvoja. Koordinaattijärjestemänä WGS84. Vain pistegeometriat tuodaan uMapiin. Tietue-tuonti etsii «lat»- ja «lon»-alkavia sarakeotsikoita. Kaikki muut sarakkeet tuodaan ominaisuustietoina.",
88
87
  "Congratulations, your map has been created!": "Congratulations, your map has been created!",
89
88
  "Continue line": "Jatka viivaa",
@@ -96,7 +95,6 @@ const locale = {
96
95
  "Custom background": "Räätälöity tausta",
97
96
  "Custom overlay": "Custom overlay",
98
97
  "dash array": "katkoviivatyyppilista",
99
- "Data browser": "Dataselain",
100
98
  "Data is browsable": "Data is browsable",
101
99
  "Datalayers": "Datalayers",
102
100
  "Default interaction options": "Default interaction options",
@@ -165,16 +163,12 @@ const locale = {
165
163
  "Exit Fullscreen": "Exit Fullscreen",
166
164
  "expanded": "laajennettu",
167
165
  "Extract shape to separate feature": "Irroita muoto erilliseksi piirteeksi.",
168
- "Facet keys": "Facet keys",
169
- "Facet search": "Facet search",
170
166
  "Feature identifier key": "Feature identifier key",
171
167
  "Feature properties": "Feature properties",
172
168
  "Fetch data each time map view changes.": "Fetch data each time map view changes.",
173
169
  "fill color": "täyteväri",
174
170
  "fill opacity": "täytön läpinäkyvyys",
175
171
  "fill": "täyttö",
176
- "Filter keys": "Filter keys",
177
- "Filter": "Filter",
178
172
  "Fit all data": "Fit all data",
179
173
  "Format": "Formaatti",
180
174
  "From zoom": "Zoomaustasolta",
@@ -267,7 +261,6 @@ const locale = {
267
261
  "NM": "NM",
268
262
  "No cache": "No cache",
269
263
  "No licence has been set": "Lisenssiä ei ole määritetty",
270
- "No results for these facets": "No results for these facets",
271
264
  "No results": "Ei tuloksia",
272
265
  "no": "ei",
273
266
  "No.": "No.",
@@ -332,7 +325,6 @@ const locale = {
332
325
  "See layers": "See layers",
333
326
  "See full screen": "Katso koko näytöllä",
334
327
  "See on OpenStreetMap": "See on OpenStreetMap",
335
- "Select data": "Select data",
336
328
  "Send me the link": "Send me the link",
337
329
  "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
338
330
  "settings": "settings",
@@ -434,9 +426,7 @@ const locale = {
434
426
  "Edit map details": "Edit map details",
435
427
  "Back to browser": "Back to browser",
436
428
  "Toggle size": "Toggle size",
437
- "Layers": "Layers",
438
429
  "Display the caption control": "Display the caption control",
439
- "Comma separated list of properties to use for facet search (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 facet search (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.",
440
430
  "<empty value>": "<empty value>",
441
431
  "Min": "Min",
442
432
  "Max": "Max",
@@ -446,8 +436,17 @@ const locale = {
446
436
  "Edit in OpenStreetMap": "Edit in OpenStreetMap",
447
437
  "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
448
438
  "Back to layers": "Back to layers",
449
- "Data": "Data",
450
- "Filters": "Filters"
439
+ "Filters": "Filters",
440
+ "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
441
+ "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.",
442
+ "Search keys": "Search keys",
443
+ "Filters keys": "Filters keys",
444
+ "Filter data": "Filter data",
445
+ "Search map features…": "Search map features…",
446
+ "Reset all": "Reset all",
447
+ "Browser in data mode": "Browser in data mode",
448
+ "Browser in layers mode": "Browser in layers mode",
449
+ "Browser in filters mode": "Browser in filters mode"
451
450
  }
452
451
  L.registerLocale("fi", locale)
453
452
  L.setLocale("fi")
@@ -83,7 +83,6 @@
83
83
  "color": "väri",
84
84
  "Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
85
85
  "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.",
86
- "Comma separated list of properties to use when filtering features": "Pilkkueroteltu lista käytettävistä ominaisuuksista piirteitä suodatettaessa.",
87
86
  "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.": "Pilkku-, tabulaattori- tai puolipiste-erotettuja arvoja. Koordinaattijärjestemänä WGS84. Vain pistegeometriat tuodaan uMapiin. Tietue-tuonti etsii «lat»- ja «lon»-alkavia sarakeotsikoita. Kaikki muut sarakkeet tuodaan ominaisuustietoina.",
88
87
  "Congratulations, your map has been created!": "Congratulations, your map has been created!",
89
88
  "Continue line": "Jatka viivaa",
@@ -96,7 +95,6 @@
96
95
  "Custom background": "Räätälöity tausta",
97
96
  "Custom overlay": "Custom overlay",
98
97
  "dash array": "katkoviivatyyppilista",
99
- "Data browser": "Dataselain",
100
98
  "Data is browsable": "Data is browsable",
101
99
  "Datalayers": "Datalayers",
102
100
  "Default interaction options": "Default interaction options",
@@ -165,16 +163,12 @@
165
163
  "Exit Fullscreen": "Exit Fullscreen",
166
164
  "expanded": "laajennettu",
167
165
  "Extract shape to separate feature": "Irroita muoto erilliseksi piirteeksi.",
168
- "Facet keys": "Facet keys",
169
- "Facet search": "Facet search",
170
166
  "Feature identifier key": "Feature identifier key",
171
167
  "Feature properties": "Feature properties",
172
168
  "Fetch data each time map view changes.": "Fetch data each time map view changes.",
173
169
  "fill color": "täyteväri",
174
170
  "fill opacity": "täytön läpinäkyvyys",
175
171
  "fill": "täyttö",
176
- "Filter keys": "Filter keys",
177
- "Filter": "Filter",
178
172
  "Fit all data": "Fit all data",
179
173
  "Format": "Formaatti",
180
174
  "From zoom": "Zoomaustasolta",
@@ -267,7 +261,6 @@
267
261
  "NM": "NM",
268
262
  "No cache": "No cache",
269
263
  "No licence has been set": "Lisenssiä ei ole määritetty",
270
- "No results for these facets": "No results for these facets",
271
264
  "No results": "Ei tuloksia",
272
265
  "no": "ei",
273
266
  "No.": "No.",
@@ -332,7 +325,6 @@
332
325
  "See layers": "See layers",
333
326
  "See full screen": "Katso koko näytöllä",
334
327
  "See on OpenStreetMap": "See on OpenStreetMap",
335
- "Select data": "Select data",
336
328
  "Send me the link": "Send me the link",
337
329
  "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
338
330
  "settings": "settings",
@@ -434,9 +426,7 @@
434
426
  "Edit map details": "Edit map details",
435
427
  "Back to browser": "Back to browser",
436
428
  "Toggle size": "Toggle size",
437
- "Layers": "Layers",
438
429
  "Display the caption control": "Display the caption control",
439
- "Comma separated list of properties to use for facet search (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 facet search (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.",
440
430
  "<empty value>": "<empty value>",
441
431
  "Min": "Min",
442
432
  "Max": "Max",
@@ -446,6 +436,15 @@
446
436
  "Edit in OpenStreetMap": "Edit in OpenStreetMap",
447
437
  "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
448
438
  "Back to layers": "Back to layers",
449
- "Data": "Data",
450
- "Filters": "Filters"
439
+ "Filters": "Filters",
440
+ "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
441
+ "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.",
442
+ "Search keys": "Search keys",
443
+ "Filters keys": "Filters keys",
444
+ "Filter data": "Filter data",
445
+ "Search map features…": "Search map features…",
446
+ "Reset all": "Reset all",
447
+ "Browser in data mode": "Browser in data mode",
448
+ "Browser in layers mode": "Browser in layers mode",
449
+ "Browser in filters mode": "Browser in filters mode"
451
450
  }
@@ -83,7 +83,6 @@ const locale = {
83
83
  "color": "Couleur",
84
84
  "Comma separated list of numbers, including min and max values.": "Liste de nombres séparés par des virgules, y compris les valeurs minimale et maximale.",
85
85
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Liste de propriétés séparées par une virgule pour trier les éléments. Pour trier en descendant, ajouter un signe moins (-) devant. Ex.: maclé,-autreclé.",
86
- "Comma separated list of properties to use when filtering features": "Propriétés à utiliser pour filtrer les éléments (séparées par des virgules)",
87
86
  "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.": "Virgule, tabulation ou point-virgule pour séparer des valeurs. SRS WGS84 est implicite. Seuls les points géométriques sont importés. L'importation se référera au titre dans les entêtes de colonnes de «lat» et «lon» au début de l'en-tête, et est insensible à la casse. Toutes les autres colonnes sont importées en tant que propriétés.",
88
87
  "Congratulations, your map has been created!": "Félicitations, votre carte a bien été créée !",
89
88
  "Continue line": "Continuer la ligne",
@@ -96,7 +95,6 @@ const locale = {
96
95
  "Custom background": "Fond de carte personnalisé",
97
96
  "Custom overlay": "Fond transparent",
98
97
  "dash array": "traitillé",
99
- "Data browser": "Visualiseur de données",
100
98
  "Data is browsable": "Données naviguables",
101
99
  "Datalayers": "Calques",
102
100
  "Default interaction options": "Options d'interaction par défaut",
@@ -165,16 +163,12 @@ const locale = {
165
163
  "Exit Fullscreen": "Quitter le plein écran",
166
164
  "expanded": "ouvert",
167
165
  "Extract shape to separate feature": "Extraire la forme",
168
- "Facet keys": "Clés pour les facettes",
169
- "Facet search": "Recherche par facette",
170
166
  "Feature identifier key": "Clé unique d'un élément",
171
167
  "Feature properties": "Propriétés de l'élément",
172
168
  "Fetch data each time map view changes.": "Récupère les données à chaque fois que la vue de la carte change.",
173
169
  "fill color": "couleur de remplissage",
174
170
  "fill opacity": "opacité du remplissage",
175
171
  "fill": "remplissage",
176
- "Filter keys": "Clés de filtre",
177
- "Filter": "Filtrer",
178
172
  "Fit all data": "Zoom sur les données",
179
173
  "Format": "Format",
180
174
  "From zoom": "À partir du zoom",
@@ -267,7 +261,6 @@ const locale = {
267
261
  "NM": "NM",
268
262
  "No cache": "Pas de cache",
269
263
  "No licence has been set": "Aucune licence définie",
270
- "No results for these facets": "Aucun résultat pour ces facettes",
271
264
  "No results": "Aucun résultat",
272
265
  "no": "non",
273
266
  "No.": "Non.",
@@ -332,7 +325,6 @@ const locale = {
332
325
  "See layers": "Voir les calques",
333
326
  "See full screen": "Voir en plein écran",
334
327
  "See on OpenStreetMap": "Voir sur OpenStreetMap",
335
- "Select data": "Sélectionner les données",
336
328
  "Send me the link": "Envoyer le lien",
337
329
  "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Désactiver pour masquer ce calque du diaporama, du navigateur de données…",
338
330
  "settings": "paramètres",
@@ -434,9 +426,7 @@ const locale = {
434
426
  "Edit map details": "Modifier les propriétés de la carte",
435
427
  "Back to browser": "Retour au navigateur",
436
428
  "Toggle size": "Basculer la hauteur",
437
- "Layers": "Calques",
438
429
  "Display the caption control": "Afficher le bouton d'ouverture de la légende",
439
- "Comma separated list of properties to use for facet search (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.": "Liste de propriétés séparées par des virgules, à utiliser pour le calcul des facettes (ex. : macle,autrecle). Il est possible de préciser le libellé de la facette après un | (ex. : macle|Ma Clé,autrecle|Mon Autre Clé). Il est possible de définir le type de champ utilisé après un autre | (ex. : macle|Ma clé|checkbox,autrecle|Autre clé|datetime). Les types pris en charge sont : checkbox (par défaut), radio, number, date et datetime.",
440
430
  "<empty value>": "<vide>",
441
431
  "Min": "Min",
442
432
  "Max": "Max",
@@ -446,8 +436,17 @@ const locale = {
446
436
  "Edit in OpenStreetMap": "Modifier dans OpenStreetMap",
447
437
  "Cannot determine latitude and longitude columns.": "Impossible de détecter les colonnes latitude et longitude.",
448
438
  "Back to layers": "Voir les calques",
449
- "Data": "Données",
450
- "Filters": "Filtres"
439
+ "Filters": "Filtres",
440
+ "Comma separated list of properties to use when filtering features by text input": "Liste de propriétés utilisées lors de la recherche texte d'éléments de la carte (séparées par des virgules)",
441
+ "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.": "Liste de propriétés séparées par des virgules, à utiliser pour le calcul des filtres par catégories (ex. : macle,autrecle). Il est possible de préciser le libellé de la facette après un | (ex. : macle|Ma Clé,autrecle|Mon Autre Clé). Il est aussi possible de définir le type de champ utilisé, en utilisant un autre | (ex. : macle|Ma clé|checkbox,autrecle|Autre clé|datetime). Les types pris en charge sont : checkbox (par défaut), radio, number, date et datetime.",
442
+ "Search keys": "Clés pour la recherche",
443
+ "Filters keys": "Clés pour les filtres",
444
+ "Filter data": "Filtrer les données",
445
+ "Search map features…": "Chercher des éléments de la carte",
446
+ "Reset all": "Tout réinitialiser",
447
+ "Browser in data mode": "Navigateur de données",
448
+ "Browser in layers mode": "Navigateur de calques",
449
+ "Browser in filters mode": "Navigateur de filtres"
451
450
  }
452
451
  L.registerLocale("fr", locale)
453
452
  L.setLocale("fr")
@@ -83,7 +83,6 @@
83
83
  "color": "Couleur",
84
84
  "Comma separated list of numbers, including min and max values.": "Liste de nombres séparés par des virgules, y compris les valeurs minimale et maximale.",
85
85
  "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Liste de propriétés séparées par une virgule pour trier les éléments. Pour trier en descendant, ajouter un signe moins (-) devant. Ex.: maclé,-autreclé.",
86
- "Comma separated list of properties to use when filtering features": "Propriétés à utiliser pour filtrer les éléments (séparées par des virgules)",
87
86
  "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.": "Virgule, tabulation ou point-virgule pour séparer des valeurs. SRS WGS84 est implicite. Seuls les points géométriques sont importés. L'importation se référera au titre dans les entêtes de colonnes de «lat» et «lon» au début de l'en-tête, et est insensible à la casse. Toutes les autres colonnes sont importées en tant que propriétés.",
88
87
  "Congratulations, your map has been created!": "Félicitations, votre carte a bien été créée !",
89
88
  "Continue line": "Continuer la ligne",
@@ -96,7 +95,6 @@
96
95
  "Custom background": "Fond de carte personnalisé",
97
96
  "Custom overlay": "Fond transparent",
98
97
  "dash array": "traitillé",
99
- "Data browser": "Visualiseur de données",
100
98
  "Data is browsable": "Données naviguables",
101
99
  "Datalayers": "Calques",
102
100
  "Default interaction options": "Options d'interaction par défaut",
@@ -165,16 +163,12 @@
165
163
  "Exit Fullscreen": "Quitter le plein écran",
166
164
  "expanded": "ouvert",
167
165
  "Extract shape to separate feature": "Extraire la forme",
168
- "Facet keys": "Clés pour les facettes",
169
- "Facet search": "Recherche par facette",
170
166
  "Feature identifier key": "Clé unique d'un élément",
171
167
  "Feature properties": "Propriétés de l'élément",
172
168
  "Fetch data each time map view changes.": "Récupère les données à chaque fois que la vue de la carte change.",
173
169
  "fill color": "couleur de remplissage",
174
170
  "fill opacity": "opacité du remplissage",
175
171
  "fill": "remplissage",
176
- "Filter keys": "Clés de filtre",
177
- "Filter": "Filtrer",
178
172
  "Fit all data": "Zoom sur les données",
179
173
  "Format": "Format",
180
174
  "From zoom": "À partir du zoom",
@@ -267,7 +261,6 @@
267
261
  "NM": "NM",
268
262
  "No cache": "Pas de cache",
269
263
  "No licence has been set": "Aucune licence définie",
270
- "No results for these facets": "Aucun résultat pour ces facettes",
271
264
  "No results": "Aucun résultat",
272
265
  "no": "non",
273
266
  "No.": "Non.",
@@ -332,7 +325,6 @@
332
325
  "See layers": "Voir les calques",
333
326
  "See full screen": "Voir en plein écran",
334
327
  "See on OpenStreetMap": "Voir sur OpenStreetMap",
335
- "Select data": "Sélectionner les données",
336
328
  "Send me the link": "Envoyer le lien",
337
329
  "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Désactiver pour masquer ce calque du diaporama, du navigateur de données…",
338
330
  "settings": "paramètres",
@@ -434,9 +426,7 @@
434
426
  "Edit map details": "Modifier les propriétés de la carte",
435
427
  "Back to browser": "Retour au navigateur",
436
428
  "Toggle size": "Basculer la hauteur",
437
- "Layers": "Calques",
438
429
  "Display the caption control": "Afficher le bouton d'ouverture de la légende",
439
- "Comma separated list of properties to use for facet search (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.": "Liste de propriétés séparées par des virgules, à utiliser pour le calcul des facettes (ex. : macle,autrecle). Il est possible de préciser le libellé de la facette après un | (ex. : macle|Ma Clé,autrecle|Mon Autre Clé). Il est possible de définir le type de champ utilisé après un autre | (ex. : macle|Ma clé|checkbox,autrecle|Autre clé|datetime). Les types pris en charge sont : checkbox (par défaut), radio, number, date et datetime.",
440
430
  "<empty value>": "<vide>",
441
431
  "Min": "Min",
442
432
  "Max": "Max",
@@ -446,6 +436,15 @@
446
436
  "Edit in OpenStreetMap": "Modifier dans OpenStreetMap",
447
437
  "Cannot determine latitude and longitude columns.": "Impossible de détecter les colonnes latitude et longitude.",
448
438
  "Back to layers": "Voir les calques",
449
- "Data": "Données",
450
- "Filters": "Filtres"
439
+ "Filters": "Filtres",
440
+ "Comma separated list of properties to use when filtering features by text input": "Liste de propriétés utilisées lors de la recherche texte d'éléments de la carte (séparées par des virgules)",
441
+ "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.": "Liste de propriétés séparées par des virgules, à utiliser pour le calcul des filtres par catégories (ex. : macle,autrecle). Il est possible de préciser le libellé de la facette après un | (ex. : macle|Ma Clé,autrecle|Mon Autre Clé). Il est aussi possible de définir le type de champ utilisé, en utilisant un autre | (ex. : macle|Ma clé|checkbox,autrecle|Autre clé|datetime). Les types pris en charge sont : checkbox (par défaut), radio, number, date et datetime.",
442
+ "Search keys": "Clés pour la recherche",
443
+ "Filters keys": "Clés pour les filtres",
444
+ "Filter data": "Filtrer les données",
445
+ "Search map features…": "Chercher des éléments de la carte",
446
+ "Reset all": "Tout réinitialiser",
447
+ "Browser in data mode": "Navigateur de données",
448
+ "Browser in layers mode": "Navigateur de calques",
449
+ "Browser in filters mode": "Navigateur de filtres"
451
450
  }
@@ -83,7 +83,6 @@ const locale = {
83
83
  "color": "cor",
84
84
  "Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
85
85
  "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.",
86
- "Comma separated list of properties to use when filtering features": "Listaxe de propiedades separado por comas para empregar a filtraxe de elementos",
87
86
  "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.",
88
87
  "Congratulations, your map has been created!": "Congratulations, your map has been created!",
89
88
  "Continue line": "Liña continua",
@@ -96,7 +95,6 @@ const locale = {
96
95
  "Custom background": "Fondo persoalizado",
97
96
  "Custom overlay": "Custom overlay",
98
97
  "dash array": "matriz de guións",
99
- "Data browser": "Procurador de datos",
100
98
  "Data is browsable": "Os datos son navegábeis",
101
99
  "Datalayers": "Datalayers",
102
100
  "Default interaction options": "Opcións de interacción predeterminados",
@@ -165,16 +163,12 @@ const locale = {
165
163
  "Exit Fullscreen": "Saír da pantalla completa",
166
164
  "expanded": "expandido",
167
165
  "Extract shape to separate feature": "Extraer a forma ó elemento separado",
168
- "Facet keys": "Facet keys",
169
- "Facet search": "Facet search",
170
166
  "Feature identifier key": "Feature identifier key",
171
167
  "Feature properties": "Feature properties",
172
168
  "Fetch data each time map view changes.": "Obter os datos cada vez que a vista do mapa muda.",
173
169
  "fill color": "cor de recheo",
174
170
  "fill opacity": "rechear a opacidade",
175
171
  "fill": "rechear",
176
- "Filter keys": "Claves de filtrado",
177
- "Filter": "Filter",
178
172
  "Fit all data": "Fit all data",
179
173
  "Format": "Formato",
180
174
  "From zoom": "Dende o achegamento",
@@ -267,7 +261,6 @@ const locale = {
267
261
  "NM": "NM",
268
262
  "No cache": "Sen caché",
269
263
  "No licence has been set": "Ningunha licenza foi estabelecida",
270
- "No results for these facets": "No results for these facets",
271
264
  "No results": "Sen resultados",
272
265
  "no": "non",
273
266
  "No.": "No.",
@@ -332,7 +325,6 @@ const locale = {
332
325
  "See layers": "See layers",
333
326
  "See full screen": "Ollar pantalla completa",
334
327
  "See on OpenStreetMap": "See on OpenStreetMap",
335
- "Select data": "Select data",
336
328
  "Send me the link": "Send me the link",
337
329
  "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Axústeo a falso para agochar esta capa da presentación ('slideshow'), o navegador de datos, a navegación da xanela emerxente...",
338
330
  "settings": "settings",
@@ -434,9 +426,7 @@ const locale = {
434
426
  "Edit map details": "Edit map details",
435
427
  "Back to browser": "Back to browser",
436
428
  "Toggle size": "Toggle size",
437
- "Layers": "Layers",
438
429
  "Display the caption control": "Display the caption control",
439
- "Comma separated list of properties to use for facet search (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 facet search (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.",
440
430
  "<empty value>": "<empty value>",
441
431
  "Min": "Min",
442
432
  "Max": "Max",
@@ -446,8 +436,17 @@ const locale = {
446
436
  "Edit in OpenStreetMap": "Edit in OpenStreetMap",
447
437
  "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
448
438
  "Back to layers": "Back to layers",
449
- "Data": "Data",
450
- "Filters": "Filters"
439
+ "Filters": "Filters",
440
+ "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
441
+ "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.",
442
+ "Search keys": "Search keys",
443
+ "Filters keys": "Filters keys",
444
+ "Filter data": "Filter data",
445
+ "Search map features…": "Search map features…",
446
+ "Reset all": "Reset all",
447
+ "Browser in data mode": "Browser in data mode",
448
+ "Browser in layers mode": "Browser in layers mode",
449
+ "Browser in filters mode": "Browser in filters mode"
451
450
  }
452
451
  L.registerLocale("gl", locale)
453
452
  L.setLocale("gl")
@@ -83,7 +83,6 @@
83
83
  "color": "cor",
84
84
  "Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
85
85
  "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.",
86
- "Comma separated list of properties to use when filtering features": "Listaxe de propiedades separado por comas para empregar a filtraxe de elementos",
87
86
  "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.",
88
87
  "Congratulations, your map has been created!": "Congratulations, your map has been created!",
89
88
  "Continue line": "Liña continua",
@@ -96,7 +95,6 @@
96
95
  "Custom background": "Fondo persoalizado",
97
96
  "Custom overlay": "Custom overlay",
98
97
  "dash array": "matriz de guións",
99
- "Data browser": "Procurador de datos",
100
98
  "Data is browsable": "Os datos son navegábeis",
101
99
  "Datalayers": "Datalayers",
102
100
  "Default interaction options": "Opcións de interacción predeterminados",
@@ -165,16 +163,12 @@
165
163
  "Exit Fullscreen": "Saír da pantalla completa",
166
164
  "expanded": "expandido",
167
165
  "Extract shape to separate feature": "Extraer a forma ó elemento separado",
168
- "Facet keys": "Facet keys",
169
- "Facet search": "Facet search",
170
166
  "Feature identifier key": "Feature identifier key",
171
167
  "Feature properties": "Feature properties",
172
168
  "Fetch data each time map view changes.": "Obter os datos cada vez que a vista do mapa muda.",
173
169
  "fill color": "cor de recheo",
174
170
  "fill opacity": "rechear a opacidade",
175
171
  "fill": "rechear",
176
- "Filter keys": "Claves de filtrado",
177
- "Filter": "Filter",
178
172
  "Fit all data": "Fit all data",
179
173
  "Format": "Formato",
180
174
  "From zoom": "Dende o achegamento",
@@ -267,7 +261,6 @@
267
261
  "NM": "NM",
268
262
  "No cache": "Sen caché",
269
263
  "No licence has been set": "Ningunha licenza foi estabelecida",
270
- "No results for these facets": "No results for these facets",
271
264
  "No results": "Sen resultados",
272
265
  "no": "non",
273
266
  "No.": "No.",
@@ -332,7 +325,6 @@
332
325
  "See layers": "See layers",
333
326
  "See full screen": "Ollar pantalla completa",
334
327
  "See on OpenStreetMap": "See on OpenStreetMap",
335
- "Select data": "Select data",
336
328
  "Send me the link": "Send me the link",
337
329
  "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Axústeo a falso para agochar esta capa da presentación ('slideshow'), o navegador de datos, a navegación da xanela emerxente...",
338
330
  "settings": "settings",
@@ -434,9 +426,7 @@
434
426
  "Edit map details": "Edit map details",
435
427
  "Back to browser": "Back to browser",
436
428
  "Toggle size": "Toggle size",
437
- "Layers": "Layers",
438
429
  "Display the caption control": "Display the caption control",
439
- "Comma separated list of properties to use for facet search (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 facet search (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.",
440
430
  "<empty value>": "<empty value>",
441
431
  "Min": "Min",
442
432
  "Max": "Max",
@@ -446,6 +436,15 @@
446
436
  "Edit in OpenStreetMap": "Edit in OpenStreetMap",
447
437
  "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
448
438
  "Back to layers": "Back to layers",
449
- "Data": "Data",
450
- "Filters": "Filters"
439
+ "Filters": "Filters",
440
+ "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
441
+ "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.",
442
+ "Search keys": "Search keys",
443
+ "Filters keys": "Filters keys",
444
+ "Filter data": "Filter data",
445
+ "Search map features…": "Search map features…",
446
+ "Reset all": "Reset all",
447
+ "Browser in data mode": "Browser in data mode",
448
+ "Browser in layers mode": "Browser in layers mode",
449
+ "Browser in filters mode": "Browser in filters mode"
451
450
  }