umap-project 2.4.1__py3-none-any.whl → 2.5.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.
Files changed (199) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/el/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/el/LC_MESSAGES/django.po +145 -90
  4. umap/locale/en/LC_MESSAGES/django.po +13 -13
  5. umap/locale/eu/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/eu/LC_MESSAGES/django.po +145 -89
  7. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/hu/LC_MESSAGES/django.po +100 -50
  9. umap/static/umap/base.css +5 -2
  10. umap/static/umap/content.css +2 -2
  11. umap/static/umap/css/contextmenu.css +11 -0
  12. umap/static/umap/css/dialog.css +25 -4
  13. umap/static/umap/css/importers.css +2 -0
  14. umap/static/umap/css/panel.css +6 -4
  15. umap/static/umap/css/slideshow.css +69 -0
  16. umap/static/umap/css/tableeditor.css +69 -0
  17. umap/static/umap/css/tooltip.css +3 -3
  18. umap/static/umap/img/16-white.svg +4 -0
  19. umap/static/umap/img/source/16-white.svg +5 -1
  20. umap/static/umap/js/components/alerts/alert.css +11 -11
  21. umap/static/umap/js/components/alerts/alert.js +1 -1
  22. umap/static/umap/js/modules/autocomplete.js +27 -5
  23. umap/static/umap/js/modules/browser.js +20 -14
  24. umap/static/umap/js/modules/caption.js +4 -4
  25. umap/static/umap/js/modules/dompurify.js +2 -3
  26. umap/static/umap/js/modules/facets.js +53 -17
  27. umap/static/umap/js/modules/formatter.js +153 -0
  28. umap/static/umap/js/modules/global.js +25 -16
  29. umap/static/umap/js/modules/help.js +26 -26
  30. umap/static/umap/js/modules/importer.js +10 -10
  31. umap/static/umap/js/modules/importers/communesfr.js +3 -1
  32. umap/static/umap/js/modules/importers/datasets.js +8 -6
  33. umap/static/umap/js/modules/importers/geodatamine.js +14 -14
  34. umap/static/umap/js/modules/importers/overpass.js +19 -15
  35. umap/static/umap/js/modules/orderable.js +2 -2
  36. umap/static/umap/js/modules/request.js +1 -1
  37. umap/static/umap/js/modules/rules.js +26 -11
  38. umap/static/umap/js/modules/schema.js +16 -12
  39. umap/static/umap/js/{umap.share.js → modules/share.js} +58 -103
  40. umap/static/umap/js/modules/slideshow.js +141 -0
  41. umap/static/umap/js/modules/sync/engine.js +3 -3
  42. umap/static/umap/js/modules/sync/updaters.js +10 -11
  43. umap/static/umap/js/modules/sync/websocket.js +1 -1
  44. umap/static/umap/js/modules/tableeditor.js +329 -0
  45. umap/static/umap/js/modules/ui/base.js +93 -0
  46. umap/static/umap/js/modules/ui/contextmenu.js +50 -0
  47. umap/static/umap/js/modules/ui/dialog.js +169 -31
  48. umap/static/umap/js/modules/ui/panel.js +7 -5
  49. umap/static/umap/js/modules/ui/tooltip.js +7 -77
  50. umap/static/umap/js/modules/urls.js +1 -2
  51. umap/static/umap/js/modules/utils.js +36 -16
  52. umap/static/umap/js/umap.controls.js +27 -29
  53. umap/static/umap/js/umap.core.js +19 -15
  54. umap/static/umap/js/umap.datalayer.permissions.js +15 -18
  55. umap/static/umap/js/umap.features.js +113 -131
  56. umap/static/umap/js/umap.forms.js +203 -228
  57. umap/static/umap/js/umap.icon.js +17 -22
  58. umap/static/umap/js/umap.js +117 -107
  59. umap/static/umap/js/umap.layer.js +374 -324
  60. umap/static/umap/js/umap.permissions.js +7 -10
  61. umap/static/umap/js/umap.popup.js +20 -20
  62. umap/static/umap/locale/am_ET.js +22 -5
  63. umap/static/umap/locale/am_ET.json +22 -5
  64. umap/static/umap/locale/ar.js +22 -5
  65. umap/static/umap/locale/ar.json +22 -5
  66. umap/static/umap/locale/ast.js +22 -5
  67. umap/static/umap/locale/ast.json +22 -5
  68. umap/static/umap/locale/bg.js +22 -5
  69. umap/static/umap/locale/bg.json +22 -5
  70. umap/static/umap/locale/br.js +22 -5
  71. umap/static/umap/locale/br.json +22 -5
  72. umap/static/umap/locale/ca.js +56 -39
  73. umap/static/umap/locale/ca.json +56 -39
  74. umap/static/umap/locale/cs_CZ.js +22 -5
  75. umap/static/umap/locale/cs_CZ.json +22 -5
  76. umap/static/umap/locale/da.js +22 -5
  77. umap/static/umap/locale/da.json +22 -5
  78. umap/static/umap/locale/de.js +22 -5
  79. umap/static/umap/locale/de.json +22 -5
  80. umap/static/umap/locale/el.js +27 -10
  81. umap/static/umap/locale/el.json +27 -10
  82. umap/static/umap/locale/en.js +22 -6
  83. umap/static/umap/locale/en.json +22 -6
  84. umap/static/umap/locale/en_US.json +22 -5
  85. umap/static/umap/locale/es.js +22 -6
  86. umap/static/umap/locale/es.json +22 -6
  87. umap/static/umap/locale/et.js +22 -5
  88. umap/static/umap/locale/et.json +22 -5
  89. umap/static/umap/locale/eu.js +167 -150
  90. umap/static/umap/locale/eu.json +167 -150
  91. umap/static/umap/locale/fa_IR.js +22 -5
  92. umap/static/umap/locale/fa_IR.json +22 -5
  93. umap/static/umap/locale/fi.js +22 -5
  94. umap/static/umap/locale/fi.json +22 -5
  95. umap/static/umap/locale/fr.js +22 -6
  96. umap/static/umap/locale/fr.json +22 -6
  97. umap/static/umap/locale/gl.js +22 -5
  98. umap/static/umap/locale/gl.json +22 -5
  99. umap/static/umap/locale/he.js +22 -5
  100. umap/static/umap/locale/he.json +22 -5
  101. umap/static/umap/locale/hr.js +22 -5
  102. umap/static/umap/locale/hr.json +22 -5
  103. umap/static/umap/locale/hu.js +89 -72
  104. umap/static/umap/locale/hu.json +89 -72
  105. umap/static/umap/locale/id.js +22 -5
  106. umap/static/umap/locale/id.json +22 -5
  107. umap/static/umap/locale/is.js +22 -5
  108. umap/static/umap/locale/is.json +22 -5
  109. umap/static/umap/locale/it.js +22 -5
  110. umap/static/umap/locale/it.json +22 -5
  111. umap/static/umap/locale/ja.js +22 -5
  112. umap/static/umap/locale/ja.json +22 -5
  113. umap/static/umap/locale/ko.js +22 -5
  114. umap/static/umap/locale/ko.json +22 -5
  115. umap/static/umap/locale/lt.js +22 -5
  116. umap/static/umap/locale/lt.json +22 -5
  117. umap/static/umap/locale/ms.js +22 -5
  118. umap/static/umap/locale/ms.json +22 -5
  119. umap/static/umap/locale/nl.js +22 -5
  120. umap/static/umap/locale/nl.json +22 -5
  121. umap/static/umap/locale/no.js +22 -5
  122. umap/static/umap/locale/no.json +22 -5
  123. umap/static/umap/locale/pl.js +22 -5
  124. umap/static/umap/locale/pl.json +22 -5
  125. umap/static/umap/locale/pl_PL.json +22 -5
  126. umap/static/umap/locale/pt.js +22 -6
  127. umap/static/umap/locale/pt.json +22 -6
  128. umap/static/umap/locale/pt_BR.js +22 -5
  129. umap/static/umap/locale/pt_BR.json +22 -5
  130. umap/static/umap/locale/pt_PT.js +22 -5
  131. umap/static/umap/locale/pt_PT.json +22 -5
  132. umap/static/umap/locale/ro.js +22 -5
  133. umap/static/umap/locale/ro.json +22 -5
  134. umap/static/umap/locale/ru.js +22 -5
  135. umap/static/umap/locale/ru.json +22 -5
  136. umap/static/umap/locale/sk_SK.js +22 -5
  137. umap/static/umap/locale/sk_SK.json +22 -5
  138. umap/static/umap/locale/sl.js +22 -5
  139. umap/static/umap/locale/sl.json +22 -5
  140. umap/static/umap/locale/sr.js +22 -5
  141. umap/static/umap/locale/sr.json +22 -5
  142. umap/static/umap/locale/sv.js +22 -5
  143. umap/static/umap/locale/sv.json +22 -5
  144. umap/static/umap/locale/th_TH.js +22 -5
  145. umap/static/umap/locale/th_TH.json +22 -5
  146. umap/static/umap/locale/tr.js +22 -5
  147. umap/static/umap/locale/tr.json +22 -5
  148. umap/static/umap/locale/uk_UA.js +22 -5
  149. umap/static/umap/locale/uk_UA.json +22 -5
  150. umap/static/umap/locale/vi.js +22 -5
  151. umap/static/umap/locale/vi.json +22 -5
  152. umap/static/umap/locale/vi_VN.json +22 -5
  153. umap/static/umap/locale/zh.js +22 -5
  154. umap/static/umap/locale/zh.json +22 -5
  155. umap/static/umap/locale/zh_CN.json +22 -5
  156. umap/static/umap/locale/zh_TW.Big5.json +22 -5
  157. umap/static/umap/locale/zh_TW.js +22 -5
  158. umap/static/umap/locale/zh_TW.json +22 -5
  159. umap/static/umap/map.css +9 -153
  160. umap/static/umap/vars.css +15 -0
  161. umap/static/umap/vendors/dompurify/purify.es.js +5 -59
  162. umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
  163. umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +410 -428
  164. umap/static/umap/vendors/geojson-to-gpx/index.js +155 -0
  165. umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +1 -2
  166. umap/static/umap/vendors/togeojson/togeojson.es.js +1109 -0
  167. umap/static/umap/vendors/togeojson/{togeojson.umd.js.map → togeojson.es.mjs.map} +1 -1
  168. umap/static/umap/vendors/tokml/tokml.es.js +895 -0
  169. umap/static/umap/vendors/tokml/tokml.es.mjs.map +1 -0
  170. umap/storage.py +6 -2
  171. umap/templates/umap/components/alerts/alert.html +3 -3
  172. umap/templates/umap/css.html +3 -0
  173. umap/templates/umap/js.html +0 -6
  174. umap/tests/fixtures/categorized_highway.geojson +1 -0
  175. umap/tests/fixtures/test_import_osm_relation.json +130 -0
  176. umap/tests/integration/conftest.py +8 -1
  177. umap/tests/integration/test_browser.py +3 -2
  178. umap/tests/integration/test_categorized_layer.py +141 -0
  179. umap/tests/integration/test_conditional_rules.py +21 -0
  180. umap/tests/integration/test_datalayer.py +9 -4
  181. umap/tests/integration/test_edit_datalayer.py +1 -0
  182. umap/tests/integration/test_edit_polygon.py +1 -1
  183. umap/tests/integration/test_export_map.py +2 -3
  184. umap/tests/integration/test_import.py +22 -0
  185. umap/tests/integration/test_map_preview.py +36 -2
  186. umap/tests/integration/test_tableeditor.py +158 -4
  187. umap/tests/integration/test_websocket_sync.py +2 -2
  188. umap/tests/test_views.py +2 -2
  189. umap/views.py +3 -2
  190. {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/METADATA +8 -8
  191. {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/RECORD +194 -184
  192. umap/static/umap/js/umap.slideshow.js +0 -165
  193. umap/static/umap/js/umap.tableeditor.js +0 -118
  194. umap/static/umap/vendors/togeojson/togeojson.umd.js +0 -2
  195. umap/static/umap/vendors/togpx/togpx.js +0 -547
  196. umap/static/umap/vendors/tokml/tokml.js +0 -343
  197. {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/WHEEL +0 -0
  198. {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/entry_points.txt +0 -0
  199. {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/licenses/LICENSE +0 -0
@@ -102,10 +102,8 @@
102
102
  "Define link to open in a new window on polygon click.": "Tetapkan pautan untuk buka dalam tetingkap baharu apabila poligon diklik",
103
103
  "define": "takrif",
104
104
  "Delay between two transitions when in play mode": "Lengah di antara dua transisi apabila dalam mod main",
105
- "Delete all layers": "Padam semua lapisan",
106
105
  "Delete layer": "Padam lapisan",
107
106
  "Delete this feature": "Padam sifat ini",
108
- "Delete this property on all the features": "Padam ciri-ciri ini di kesemua sifat-sifat",
109
107
  "Delete this shape": "Padam bentuk ini",
110
108
  "Delete this vertex (Alt+Click)": "Padam bucu ini (Alt+Klik)",
111
109
  "Delete": "Padam",
@@ -202,7 +200,6 @@
202
200
  "Invalid latitude or longitude": "Latitud atau longitud tidak sah",
203
201
  "Invalid umap data in {filename}": "Data umap tidak sah dalam {filename}",
204
202
  "Invalid umap data": "Data umap tidak sah",
205
- "Invalide property name: {name}": "Nama ciri tidak sah: {name}",
206
203
  "Jenks-Fisher": "Jenks-Fisher",
207
204
  "K-means": "Cara K",
208
205
  "Keep current visible layers": "Kekalkan lapisan yang kelihatan sekarang",
@@ -301,7 +298,6 @@
301
298
  "Recent": "Terbaru",
302
299
  "Remote data": "Data jarak jauh",
303
300
  "Remove shape from the multi": "Buang bentuk daripada multi",
304
- "Rename this property on all the features": "Namakan semula ciri-ciri ini di kesemua sifat-sifat",
305
301
  "Replace layer content": "Gantikan kandungan lapisan",
306
302
  "Restore this version": "Pulihkan versi ini",
307
303
  "Save current edits": "Simpan suntingan semasa",
@@ -481,5 +477,26 @@
481
477
  "Only geometry centers": "Only geometry centers",
482
478
  "Search area": "Search area",
483
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
484
- "Please define an expression for the query first": "Please define an expression for the query first"
480
+ "Data successfully imported!": "Data successfully imported!",
481
+ "My Dashboard ({username})": "My Dashboard ({username})",
482
+ "Clear data": "Clear data",
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
485
502
  }
@@ -102,10 +102,8 @@ const locale = {
102
102
  "Define link to open in a new window on polygon click.": "Stel outputlink in om een nieuw venster te openen wanneer polygoon wordt aangeklikt",
103
103
  "define": "definieer",
104
104
  "Delay between two transitions when in play mode": "Pauze tussen twee transities wanneer in afspeel-modus",
105
- "Delete all layers": "Verwijder alle lagen",
106
105
  "Delete layer": "Verwijder laag",
107
106
  "Delete this feature": "Dit object verwijderen",
108
- "Delete this property on all the features": "Verwijder deze eigenschap bij alle objecten",
109
107
  "Delete this shape": "Verwijder deze vorm",
110
108
  "Delete this vertex (Alt+Click)": "Verwijder dit knooppunt (Alt+Click)",
111
109
  "Delete": "Verwijderen",
@@ -202,7 +200,6 @@ const locale = {
202
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
203
201
  "Invalid umap data in {filename}": "Incorrecte umap data in {filename}",
204
202
  "Invalid umap data": "Incorrecte umap data",
205
- "Invalide property name: {name}": "Invalide property name: {name}",
206
203
  "Jenks-Fisher": "Jenks-Fisher",
207
204
  "K-means": "K-means",
208
205
  "Keep current visible layers": "Behoud de lagen die nu zichtbaar zijn",
@@ -301,7 +298,6 @@ const locale = {
301
298
  "Recent": "Recent",
302
299
  "Remote data": "Data van elders",
303
300
  "Remove shape from the multi": "Verwijder de vorm uit de multi",
304
- "Rename this property on all the features": "Wijzig de naam van deze eigenschap over al de objecten",
305
301
  "Replace layer content": "Vervang de inhoud van de laag",
306
302
  "Restore this version": "Keer terug naar deze versie",
307
303
  "Save current edits": "Huidige bewerkingen opslaan",
@@ -481,7 +477,28 @@ const locale = {
481
477
  "Only geometry centers": "Only geometry centers",
482
478
  "Search area": "Search area",
483
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
484
- "Please define an expression for the query first": "Please define an expression for the query first"
480
+ "Data successfully imported!": "Data successfully imported!",
481
+ "My Dashboard ({username})": "My Dashboard ({username})",
482
+ "Clear data": "Clear data",
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
485
502
  }
486
503
  L.registerLocale("nl", locale)
487
504
  L.setLocale("nl")
@@ -102,10 +102,8 @@
102
102
  "Define link to open in a new window on polygon click.": "Stel outputlink in om een nieuw venster te openen wanneer polygoon wordt aangeklikt",
103
103
  "define": "definieer",
104
104
  "Delay between two transitions when in play mode": "Pauze tussen twee transities wanneer in afspeel-modus",
105
- "Delete all layers": "Verwijder alle lagen",
106
105
  "Delete layer": "Verwijder laag",
107
106
  "Delete this feature": "Dit object verwijderen",
108
- "Delete this property on all the features": "Verwijder deze eigenschap bij alle objecten",
109
107
  "Delete this shape": "Verwijder deze vorm",
110
108
  "Delete this vertex (Alt+Click)": "Verwijder dit knooppunt (Alt+Click)",
111
109
  "Delete": "Verwijderen",
@@ -202,7 +200,6 @@
202
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
203
201
  "Invalid umap data in {filename}": "Incorrecte umap data in {filename}",
204
202
  "Invalid umap data": "Incorrecte umap data",
205
- "Invalide property name: {name}": "Invalide property name: {name}",
206
203
  "Jenks-Fisher": "Jenks-Fisher",
207
204
  "K-means": "K-means",
208
205
  "Keep current visible layers": "Behoud de lagen die nu zichtbaar zijn",
@@ -301,7 +298,6 @@
301
298
  "Recent": "Recent",
302
299
  "Remote data": "Data van elders",
303
300
  "Remove shape from the multi": "Verwijder de vorm uit de multi",
304
- "Rename this property on all the features": "Wijzig de naam van deze eigenschap over al de objecten",
305
301
  "Replace layer content": "Vervang de inhoud van de laag",
306
302
  "Restore this version": "Keer terug naar deze versie",
307
303
  "Save current edits": "Huidige bewerkingen opslaan",
@@ -481,5 +477,26 @@
481
477
  "Only geometry centers": "Only geometry centers",
482
478
  "Search area": "Search area",
483
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
484
- "Please define an expression for the query first": "Please define an expression for the query first"
480
+ "Data successfully imported!": "Data successfully imported!",
481
+ "My Dashboard ({username})": "My Dashboard ({username})",
482
+ "Clear data": "Clear data",
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
485
502
  }
@@ -102,10 +102,8 @@ const locale = {
102
102
  "Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
103
103
  "define": "definer",
104
104
  "Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
105
- "Delete all layers": "Slett alle lag",
106
105
  "Delete layer": "Slett lag",
107
106
  "Delete this feature": "Slett dette objektet",
108
- "Delete this property on all the features": "Slett denne egenskapen fra alle objekter",
109
107
  "Delete this shape": "Slett denne figuren",
110
108
  "Delete this vertex (Alt+Click)": "Slett denne noden (Alt+Klikk)",
111
109
  "Delete": "Slett",
@@ -202,7 +200,6 @@ const locale = {
202
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
203
201
  "Invalid umap data in {filename}": "Invalid umap data in {filename}",
204
202
  "Invalid umap data": "Invalid umap data",
205
- "Invalide property name: {name}": "Invalide property name: {name}",
206
203
  "Jenks-Fisher": "Jenks-Fisher",
207
204
  "K-means": "K-means",
208
205
  "Keep current visible layers": "Keep current visible layers",
@@ -301,7 +298,6 @@ const locale = {
301
298
  "Recent": "Recent",
302
299
  "Remote data": "Remote data",
303
300
  "Remove shape from the multi": "Remove shape from the multi",
304
- "Rename this property on all the features": "Rename this property on all the features",
305
301
  "Replace layer content": "Replace layer content",
306
302
  "Restore this version": "Restore this version",
307
303
  "Save current edits": "Save current edits",
@@ -481,7 +477,28 @@ const locale = {
481
477
  "Only geometry centers": "Only geometry centers",
482
478
  "Search area": "Search area",
483
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
484
- "Please define an expression for the query first": "Please define an expression for the query first"
480
+ "Data successfully imported!": "Data successfully imported!",
481
+ "My Dashboard ({username})": "My Dashboard ({username})",
482
+ "Clear data": "Clear data",
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
485
502
  }
486
503
  L.registerLocale("no", locale)
487
504
  L.setLocale("no")
@@ -102,10 +102,8 @@
102
102
  "Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
103
103
  "define": "definer",
104
104
  "Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
105
- "Delete all layers": "Slett alle lag",
106
105
  "Delete layer": "Slett lag",
107
106
  "Delete this feature": "Slett dette objektet",
108
- "Delete this property on all the features": "Slett denne egenskapen fra alle objekter",
109
107
  "Delete this shape": "Slett denne figuren",
110
108
  "Delete this vertex (Alt+Click)": "Slett denne noden (Alt+Klikk)",
111
109
  "Delete": "Slett",
@@ -202,7 +200,6 @@
202
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
203
201
  "Invalid umap data in {filename}": "Invalid umap data in {filename}",
204
202
  "Invalid umap data": "Invalid umap data",
205
- "Invalide property name: {name}": "Invalide property name: {name}",
206
203
  "Jenks-Fisher": "Jenks-Fisher",
207
204
  "K-means": "K-means",
208
205
  "Keep current visible layers": "Keep current visible layers",
@@ -301,7 +298,6 @@
301
298
  "Recent": "Recent",
302
299
  "Remote data": "Remote data",
303
300
  "Remove shape from the multi": "Remove shape from the multi",
304
- "Rename this property on all the features": "Rename this property on all the features",
305
301
  "Replace layer content": "Replace layer content",
306
302
  "Restore this version": "Restore this version",
307
303
  "Save current edits": "Save current edits",
@@ -481,5 +477,26 @@
481
477
  "Only geometry centers": "Only geometry centers",
482
478
  "Search area": "Search area",
483
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
484
- "Please define an expression for the query first": "Please define an expression for the query first"
480
+ "Data successfully imported!": "Data successfully imported!",
481
+ "My Dashboard ({username})": "My Dashboard ({username})",
482
+ "Clear data": "Clear data",
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
485
502
  }
@@ -102,10 +102,8 @@ const locale = {
102
102
  "Define link to open in a new window on polygon click.": "Ustaw odnośnik, który otworzy się w nowym oknie po kliknięciu wielokąta.",
103
103
  "define": "określ",
104
104
  "Delay between two transitions when in play mode": "Opóźnienie pomiędzy dwoma przejściami w trybie odtwarzania",
105
- "Delete all layers": "Usuń wszystkie warstwy",
106
105
  "Delete layer": "Usuń warstwę",
107
106
  "Delete this feature": "Usuń ten obiekt",
108
- "Delete this property on all the features": "Usuń tę właściwość ze wszystkich obiektów",
109
107
  "Delete this shape": "Usuń tę figurę",
110
108
  "Delete this vertex (Alt+Click)": "Usuń ten wierzchołek (Alt+Klik)",
111
109
  "Delete": "Usuń",
@@ -202,7 +200,6 @@ const locale = {
202
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
203
201
  "Invalid umap data in {filename}": "Niepoprawne dane umap w {filename}",
204
202
  "Invalid umap data": "Niepoprawne dane umap",
205
- "Invalide property name: {name}": "Invalide property name: {name}",
206
203
  "Jenks-Fisher": "Jenks-Fisher",
207
204
  "K-means": "K-means",
208
205
  "Keep current visible layers": "Zachowaj obecnie widoczne warstwy",
@@ -301,7 +298,6 @@ const locale = {
301
298
  "Recent": "Ostatnie",
302
299
  "Remote data": "Zdalne dane",
303
300
  "Remove shape from the multi": "Usuń figurę z wybranego obszaru",
304
- "Rename this property on all the features": "Zmień nazwę tej właściwości we wszystkich obiektach",
305
301
  "Replace layer content": "Zamień zawartość warstwy",
306
302
  "Restore this version": "Przywróć tę wersję",
307
303
  "Save current edits": "Zapisz obecne edycje",
@@ -481,7 +477,28 @@ const locale = {
481
477
  "Only geometry centers": "Only geometry centers",
482
478
  "Search area": "Search area",
483
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
484
- "Please define an expression for the query first": "Please define an expression for the query first"
480
+ "Data successfully imported!": "Data successfully imported!",
481
+ "My Dashboard ({username})": "My Dashboard ({username})",
482
+ "Clear data": "Clear data",
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
485
502
  }
486
503
  L.registerLocale("pl", locale)
487
504
  L.setLocale("pl")
@@ -102,10 +102,8 @@
102
102
  "Define link to open in a new window on polygon click.": "Ustaw odnośnik, który otworzy się w nowym oknie po kliknięciu wielokąta.",
103
103
  "define": "określ",
104
104
  "Delay between two transitions when in play mode": "Opóźnienie pomiędzy dwoma przejściami w trybie odtwarzania",
105
- "Delete all layers": "Usuń wszystkie warstwy",
106
105
  "Delete layer": "Usuń warstwę",
107
106
  "Delete this feature": "Usuń ten obiekt",
108
- "Delete this property on all the features": "Usuń tę właściwość ze wszystkich obiektów",
109
107
  "Delete this shape": "Usuń tę figurę",
110
108
  "Delete this vertex (Alt+Click)": "Usuń ten wierzchołek (Alt+Klik)",
111
109
  "Delete": "Usuń",
@@ -202,7 +200,6 @@
202
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
203
201
  "Invalid umap data in {filename}": "Niepoprawne dane umap w {filename}",
204
202
  "Invalid umap data": "Niepoprawne dane umap",
205
- "Invalide property name: {name}": "Invalide property name: {name}",
206
203
  "Jenks-Fisher": "Jenks-Fisher",
207
204
  "K-means": "K-means",
208
205
  "Keep current visible layers": "Zachowaj obecnie widoczne warstwy",
@@ -301,7 +298,6 @@
301
298
  "Recent": "Ostatnie",
302
299
  "Remote data": "Zdalne dane",
303
300
  "Remove shape from the multi": "Usuń figurę z wybranego obszaru",
304
- "Rename this property on all the features": "Zmień nazwę tej właściwości we wszystkich obiektach",
305
301
  "Replace layer content": "Zamień zawartość warstwy",
306
302
  "Restore this version": "Przywróć tę wersję",
307
303
  "Save current edits": "Zapisz obecne edycje",
@@ -481,5 +477,26 @@
481
477
  "Only geometry centers": "Only geometry centers",
482
478
  "Search area": "Search area",
483
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
484
- "Please define an expression for the query first": "Please define an expression for the query first"
480
+ "Data successfully imported!": "Data successfully imported!",
481
+ "My Dashboard ({username})": "My Dashboard ({username})",
482
+ "Clear data": "Clear data",
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
485
502
  }
@@ -102,10 +102,8 @@
102
102
  "Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
103
103
  "define": "define",
104
104
  "Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
105
- "Delete all layers": "Delete all layers",
106
105
  "Delete layer": "Delete layer",
107
106
  "Delete this feature": "Delete this feature",
108
- "Delete this property on all the features": "Delete this property on all the features",
109
107
  "Delete this shape": "Delete this shape",
110
108
  "Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
111
109
  "Delete": "Delete",
@@ -202,7 +200,6 @@
202
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
203
201
  "Invalid umap data in {filename}": "Invalid umap data in {filename}",
204
202
  "Invalid umap data": "Invalid umap data",
205
- "Invalide property name: {name}": "Invalide property name: {name}",
206
203
  "Jenks-Fisher": "Jenks-Fisher",
207
204
  "K-means": "K-means",
208
205
  "Keep current visible layers": "Keep current visible layers",
@@ -301,7 +298,6 @@
301
298
  "Recent": "Recent",
302
299
  "Remote data": "Remote data",
303
300
  "Remove shape from the multi": "Remove shape from the multi",
304
- "Rename this property on all the features": "Rename this property on all the features",
305
301
  "Replace layer content": "Replace layer content",
306
302
  "Restore this version": "Restore this version",
307
303
  "Save current edits": "Save current edits",
@@ -481,5 +477,26 @@
481
477
  "Only geometry centers": "Only geometry centers",
482
478
  "Search area": "Search area",
483
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
484
- "Please define an expression for the query first": "Please define an expression for the query first"
480
+ "Data successfully imported!": "Data successfully imported!",
481
+ "My Dashboard ({username})": "My Dashboard ({username})",
482
+ "Clear data": "Clear data",
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
485
502
  }
@@ -102,10 +102,8 @@ const locale = {
102
102
  "Define link to open in a new window on polygon click.": "Definir hiperligação para abrir numa nova janela ao clicar no polígono.",
103
103
  "define": "definir",
104
104
  "Delay between two transitions when in play mode": "Atraso entre 2 transições ao reproduzir a apresentação",
105
- "Delete all layers": "Eliminar todas as camadas",
106
105
  "Delete layer": "Eliminar camada",
107
106
  "Delete this feature": "Eliminar este elemento",
108
- "Delete this property on all the features": "Eliminar esta propriedade em todos os elementos",
109
107
  "Delete this shape": "Eliminar esta forma geométrica",
110
108
  "Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clique)",
111
109
  "Delete": "Eliminar",
@@ -202,7 +200,6 @@ const locale = {
202
200
  "Invalid latitude or longitude": "Latitude ou longitude inválida",
203
201
  "Invalid umap data in {filename}": "Dados uMap inválidos em {filename}",
204
202
  "Invalid umap data": "Dados uMap inválidos",
205
- "Invalide property name: {name}": "Nome da propriedade inválida: {name}",
206
203
  "Jenks-Fisher": "Jenks-Fisher",
207
204
  "K-means": "K-means",
208
205
  "Keep current visible layers": "Manter camadas atualmente visíveis",
@@ -301,7 +298,6 @@ const locale = {
301
298
  "Recent": "Recente",
302
299
  "Remote data": "Dados remotos",
303
300
  "Remove shape from the multi": "Remover forma do multipolígono",
304
- "Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos",
305
301
  "Replace layer content": "Substituir o conteúdo da camada",
306
302
  "Restore this version": "Restaurar esta versão",
307
303
  "Save current edits": "Guardar edições atuais",
@@ -481,8 +477,28 @@ const locale = {
481
477
  "Only geometry centers": "Apenas centros de geometria",
482
478
  "Search area": "Pesquisar área",
483
479
  "Type area name, or let empty to load data in current map view": "Introduza o nome da área ou deixe em branco para carregar os dados na vista de mapa atual",
484
- "Please define an expression for the query first": "Defina primeiro uma expressão para a consulta",
485
- "Data successfully imported!": "Dados importados com sucesso!"
480
+ "Data successfully imported!": "Dados importados com sucesso!",
481
+ "My Dashboard ({username})": "Meu painel de controlo ({username})",
482
+ "Clear data": "Limpar dados",
483
+ "Remove layers": "Remover camadas",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
486
502
  }
487
503
  L.registerLocale("pt", locale)
488
504
  L.setLocale("pt")
@@ -102,10 +102,8 @@
102
102
  "Define link to open in a new window on polygon click.": "Definir hiperligação para abrir numa nova janela ao clicar no polígono.",
103
103
  "define": "definir",
104
104
  "Delay between two transitions when in play mode": "Atraso entre 2 transições ao reproduzir a apresentação",
105
- "Delete all layers": "Eliminar todas as camadas",
106
105
  "Delete layer": "Eliminar camada",
107
106
  "Delete this feature": "Eliminar este elemento",
108
- "Delete this property on all the features": "Eliminar esta propriedade em todos os elementos",
109
107
  "Delete this shape": "Eliminar esta forma geométrica",
110
108
  "Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clique)",
111
109
  "Delete": "Eliminar",
@@ -202,7 +200,6 @@
202
200
  "Invalid latitude or longitude": "Latitude ou longitude inválida",
203
201
  "Invalid umap data in {filename}": "Dados uMap inválidos em {filename}",
204
202
  "Invalid umap data": "Dados uMap inválidos",
205
- "Invalide property name: {name}": "Nome da propriedade inválida: {name}",
206
203
  "Jenks-Fisher": "Jenks-Fisher",
207
204
  "K-means": "K-means",
208
205
  "Keep current visible layers": "Manter camadas atualmente visíveis",
@@ -301,7 +298,6 @@
301
298
  "Recent": "Recente",
302
299
  "Remote data": "Dados remotos",
303
300
  "Remove shape from the multi": "Remover forma do multipolígono",
304
- "Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos",
305
301
  "Replace layer content": "Substituir o conteúdo da camada",
306
302
  "Restore this version": "Restaurar esta versão",
307
303
  "Save current edits": "Guardar edições atuais",
@@ -481,6 +477,26 @@
481
477
  "Only geometry centers": "Apenas centros de geometria",
482
478
  "Search area": "Pesquisar área",
483
479
  "Type area name, or let empty to load data in current map view": "Introduza o nome da área ou deixe em branco para carregar os dados na vista de mapa atual",
484
- "Please define an expression for the query first": "Defina primeiro uma expressão para a consulta",
485
- "Data successfully imported!": "Dados importados com sucesso!"
480
+ "Data successfully imported!": "Dados importados com sucesso!",
481
+ "My Dashboard ({username})": "Meu painel de controlo ({username})",
482
+ "Clear data": "Limpar dados",
483
+ "Remove layers": "Remover camadas",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
486
502
  }
@@ -102,10 +102,8 @@ const locale = {
102
102
  "Define link to open in a new window on polygon click.": "Definir link para abrir numa nova janela ao clicar no polígono.",
103
103
  "define": "definir",
104
104
  "Delay between two transitions when in play mode": "Atraso entre 2 transições ao reproduzir a apresentação",
105
- "Delete all layers": "Eliminar todas as camadas",
106
105
  "Delete layer": "Eliminar camada",
107
106
  "Delete this feature": "Eliminar este elemento",
108
- "Delete this property on all the features": "Eliminar esta propriedade em todos os elementos",
109
107
  "Delete this shape": "Eliminar esta forma geométrica",
110
108
  "Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clique)",
111
109
  "Delete": "Eliminar",
@@ -202,7 +200,6 @@ const locale = {
202
200
  "Invalid latitude or longitude": "Invalid latitude or longitude",
203
201
  "Invalid umap data in {filename}": "Dados uMap inválidos em {filename}",
204
202
  "Invalid umap data": "Dados uMap inválidos",
205
- "Invalide property name: {name}": "Invalide property name: {name}",
206
203
  "Jenks-Fisher": "Jenks-Fisher",
207
204
  "K-means": "K-means",
208
205
  "Keep current visible layers": "Manter camadas atualmente visíveis",
@@ -301,7 +298,6 @@ const locale = {
301
298
  "Recent": "Recent",
302
299
  "Remote data": "Dados remotos",
303
300
  "Remove shape from the multi": "Remover forma do multi",
304
- "Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos",
305
301
  "Replace layer content": "Substituir o conteúdo da camada",
306
302
  "Restore this version": "Restaurar esta versão",
307
303
  "Save current edits": "Gravar edições atuais",
@@ -481,7 +477,28 @@ const locale = {
481
477
  "Only geometry centers": "Only geometry centers",
482
478
  "Search area": "Search area",
483
479
  "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
484
- "Please define an expression for the query first": "Please define an expression for the query first"
480
+ "Data successfully imported!": "Data successfully imported!",
481
+ "My Dashboard ({username})": "My Dashboard ({username})",
482
+ "Clear data": "Clear data",
483
+ "Remove layers": "Remove layers",
484
+ "Categorized": "Categorized",
485
+ "Alphabetical": "Alphabetical",
486
+ "Category property": "Category property",
487
+ "Color palette": "Color palette",
488
+ "Categories": "Categories",
489
+ "Comma separated list of categories.": "Comma separated list of categories.",
490
+ "Categories mode": "Categories mode",
491
+ "Remove filter for this column": "Remove filter for this column",
492
+ "Add filter for this column": "Add filter for this column",
493
+ "Rename this column": "Rename this column",
494
+ "Delete this column": "Delete this column",
495
+ "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
496
+ "This name already exists: “{name}”": "This name already exists: “{name}”",
497
+ "Delete selected rows": "Delete selected rows",
498
+ "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
499
+ "Expression is empty": "Expression is empty",
500
+ "OK": "OK",
501
+ "Cancel": "Cancel"
485
502
  }
486
503
  L.registerLocale("pt_BR", locale)
487
504
  L.setLocale("pt_BR")