umap-project 2.6.0__py3-none-any.whl → 2.6.0b0__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 (131) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/en/LC_MESSAGES/django.po +3 -3
  3. umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/fa_IR/LC_MESSAGES/django.po +9 -9
  5. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/hu/LC_MESSAGES/django.po +18 -18
  7. umap/settings/base.py +0 -6
  8. umap/static/umap/js/modules/autocomplete.js +9 -5
  9. umap/static/umap/js/modules/data/features.js +13 -12
  10. umap/static/umap/js/modules/data/layer.js +1 -1
  11. umap/static/umap/js/modules/importers/overpass.js +8 -22
  12. umap/static/umap/js/modules/rendering/ui.js +4 -41
  13. umap/static/umap/js/modules/rules.js +3 -16
  14. umap/static/umap/js/modules/schema.js +1 -1
  15. umap/static/umap/js/umap.controls.js +1 -2
  16. umap/static/umap/js/umap.forms.js +5 -9
  17. umap/static/umap/js/umap.js +2 -7
  18. umap/static/umap/locale/am_ET.js +2 -8
  19. umap/static/umap/locale/am_ET.json +2 -8
  20. umap/static/umap/locale/ar.js +2 -8
  21. umap/static/umap/locale/ar.json +2 -8
  22. umap/static/umap/locale/ast.js +2 -8
  23. umap/static/umap/locale/ast.json +2 -8
  24. umap/static/umap/locale/bg.js +2 -8
  25. umap/static/umap/locale/bg.json +2 -8
  26. umap/static/umap/locale/br.js +2 -8
  27. umap/static/umap/locale/br.json +2 -8
  28. umap/static/umap/locale/ca.js +12 -18
  29. umap/static/umap/locale/ca.json +12 -18
  30. umap/static/umap/locale/cs_CZ.js +2 -8
  31. umap/static/umap/locale/cs_CZ.json +2 -8
  32. umap/static/umap/locale/da.js +2 -8
  33. umap/static/umap/locale/da.json +2 -8
  34. umap/static/umap/locale/de.js +2 -8
  35. umap/static/umap/locale/de.json +2 -8
  36. umap/static/umap/locale/el.js +2 -8
  37. umap/static/umap/locale/el.json +2 -8
  38. umap/static/umap/locale/en.js +2 -4
  39. umap/static/umap/locale/en.json +2 -4
  40. umap/static/umap/locale/en_US.json +2 -8
  41. umap/static/umap/locale/es.js +2 -8
  42. umap/static/umap/locale/es.json +2 -8
  43. umap/static/umap/locale/et.js +2 -8
  44. umap/static/umap/locale/et.json +2 -8
  45. umap/static/umap/locale/eu.js +338 -346
  46. umap/static/umap/locale/eu.json +338 -346
  47. umap/static/umap/locale/fa_IR.js +365 -373
  48. umap/static/umap/locale/fa_IR.json +365 -373
  49. umap/static/umap/locale/fi.js +2 -8
  50. umap/static/umap/locale/fi.json +2 -8
  51. umap/static/umap/locale/fr.js +2 -4
  52. umap/static/umap/locale/fr.json +2 -4
  53. umap/static/umap/locale/gl.js +2 -8
  54. umap/static/umap/locale/gl.json +2 -8
  55. umap/static/umap/locale/he.js +2 -8
  56. umap/static/umap/locale/he.json +2 -8
  57. umap/static/umap/locale/hr.js +2 -8
  58. umap/static/umap/locale/hr.json +2 -8
  59. umap/static/umap/locale/hu.js +23 -31
  60. umap/static/umap/locale/hu.json +23 -31
  61. umap/static/umap/locale/id.js +2 -8
  62. umap/static/umap/locale/id.json +2 -8
  63. umap/static/umap/locale/is.js +2 -8
  64. umap/static/umap/locale/is.json +2 -8
  65. umap/static/umap/locale/it.js +2 -8
  66. umap/static/umap/locale/it.json +2 -8
  67. umap/static/umap/locale/ja.js +2 -8
  68. umap/static/umap/locale/ja.json +2 -8
  69. umap/static/umap/locale/ko.js +2 -8
  70. umap/static/umap/locale/ko.json +2 -8
  71. umap/static/umap/locale/lt.js +2 -8
  72. umap/static/umap/locale/lt.json +2 -8
  73. umap/static/umap/locale/ms.js +2 -8
  74. umap/static/umap/locale/ms.json +2 -8
  75. umap/static/umap/locale/nl.js +2 -8
  76. umap/static/umap/locale/nl.json +2 -8
  77. umap/static/umap/locale/no.js +2 -8
  78. umap/static/umap/locale/no.json +2 -8
  79. umap/static/umap/locale/pl.js +48 -54
  80. umap/static/umap/locale/pl.json +48 -54
  81. umap/static/umap/locale/pl_PL.json +2 -8
  82. umap/static/umap/locale/pt.js +2 -8
  83. umap/static/umap/locale/pt.json +2 -8
  84. umap/static/umap/locale/pt_BR.js +2 -8
  85. umap/static/umap/locale/pt_BR.json +2 -8
  86. umap/static/umap/locale/pt_PT.js +2 -8
  87. umap/static/umap/locale/pt_PT.json +2 -8
  88. umap/static/umap/locale/ro.js +2 -8
  89. umap/static/umap/locale/ro.json +2 -8
  90. umap/static/umap/locale/ru.js +2 -8
  91. umap/static/umap/locale/ru.json +2 -8
  92. umap/static/umap/locale/sk_SK.js +2 -8
  93. umap/static/umap/locale/sk_SK.json +2 -8
  94. umap/static/umap/locale/sl.js +2 -8
  95. umap/static/umap/locale/sl.json +2 -8
  96. umap/static/umap/locale/sr.js +2 -8
  97. umap/static/umap/locale/sr.json +2 -8
  98. umap/static/umap/locale/sv.js +2 -8
  99. umap/static/umap/locale/sv.json +2 -8
  100. umap/static/umap/locale/th_TH.js +2 -8
  101. umap/static/umap/locale/th_TH.json +2 -8
  102. umap/static/umap/locale/tr.js +2 -8
  103. umap/static/umap/locale/tr.json +2 -8
  104. umap/static/umap/locale/uk_UA.js +2 -8
  105. umap/static/umap/locale/uk_UA.json +2 -8
  106. umap/static/umap/locale/vi.js +2 -8
  107. umap/static/umap/locale/vi.json +2 -8
  108. umap/static/umap/locale/vi_VN.json +2 -8
  109. umap/static/umap/locale/zh.js +2 -8
  110. umap/static/umap/locale/zh.json +2 -8
  111. umap/static/umap/locale/zh_CN.json +2 -8
  112. umap/static/umap/locale/zh_TW.Big5.json +2 -8
  113. umap/static/umap/locale/zh_TW.js +96 -102
  114. umap/static/umap/locale/zh_TW.json +96 -102
  115. umap/static/umap/map.css +4 -4
  116. umap/static/umap/vars.css +0 -1
  117. umap/static/umap/vendors/editable/Leaflet.Editable.js +1937 -2079
  118. umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +1 -1
  119. umap/templates/umap/content_footer.html +1 -1
  120. umap/templates/umap/map_list.html +1 -3
  121. umap/tests/integration/test_browser.py +0 -20
  122. umap/tests/integration/test_conditional_rules.py +17 -102
  123. umap/tests/integration/test_draw_polygon.py +0 -28
  124. umap/tests/integration/test_edit_datalayer.py +2 -2
  125. umap/tests/integration/test_import.py +0 -60
  126. umap/tests/integration/test_querystring.py +0 -7
  127. {umap_project-2.6.0.dist-info → umap_project-2.6.0b0.dist-info}/METADATA +10 -10
  128. {umap_project-2.6.0.dist-info → umap_project-2.6.0b0.dist-info}/RECORD +131 -131
  129. {umap_project-2.6.0.dist-info → umap_project-2.6.0b0.dist-info}/WHEEL +0 -0
  130. {umap_project-2.6.0.dist-info → umap_project-2.6.0b0.dist-info}/entry_points.txt +0 -0
  131. {umap_project-2.6.0.dist-info → umap_project-2.6.0b0.dist-info}/licenses/LICENSE +0 -0
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "näytettävä nimi",
116
116
  "Display on load": "Näytä ladattaessa",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
+ "Display the data layers control": "Display the data layers control",
118
119
  "Display the embed control": "Display the embed control",
119
120
  "Display the fullscreen control": "Display the fullscreen control",
120
121
  "Display the locate control": "Display the locate control",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
509
503
  L.registerLocale("fi", locale)
510
504
  L.setLocale("fi")
@@ -115,6 +115,7 @@
115
115
  "display name": "näytettävä nimi",
116
116
  "Display on load": "Näytä ladattaessa",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
+ "Display the data layers control": "Display the data layers control",
118
119
  "Display the embed control": "Display the embed control",
119
120
  "Display the fullscreen control": "Display the fullscreen control",
120
121
  "Display the locate control": "Display the locate control",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "nom",
116
116
  "Display on load": "Afficher au chargement",
117
117
  "Display the control to open OpenStreetMap editor": "Afficher le bouton pour ouvrir l'éditeur d'OpenStreetMap",
118
+ "Display the data layers control": "Afficher le bouton d'accès rapide aux calques de données",
118
119
  "Display the embed control": "Afficher le bouton de partage",
119
120
  "Display the fullscreen control": "Afficher le bouton de plein écran",
120
121
  "Display the locate control": "Afficher le bouton de localisation",
@@ -503,10 +504,7 @@ const locale = {
503
504
  "Proportional circles": "Cercles proportionnels",
504
505
  "Property name to compute circles": "Nom de la propriété pour calculer les cercles",
505
506
  "Min circle radius": "Rayon minimum",
506
- "Max circle radius": "Rayon maximum",
507
- "Display the open browser control": "Afficher le bouton d'ouverture de l'explorateur",
508
- "Copy as GeoJSON": "Copier le GeoJSON",
509
- "Please zoom in to edit the geometry": "Zoomer pour éditer la géométrie"
507
+ "Max circle radius": "Rayon maximum"
510
508
  }
511
509
  L.registerLocale("fr", locale)
512
510
  L.setLocale("fr")
@@ -115,6 +115,7 @@
115
115
  "display name": "nom",
116
116
  "Display on load": "Afficher au chargement",
117
117
  "Display the control to open OpenStreetMap editor": "Afficher le bouton pour ouvrir l'éditeur d'OpenStreetMap",
118
+ "Display the data layers control": "Afficher le bouton d'accès rapide aux calques de données",
118
119
  "Display the embed control": "Afficher le bouton de partage",
119
120
  "Display the fullscreen control": "Afficher le bouton de plein écran",
120
121
  "Display the locate control": "Afficher le bouton de localisation",
@@ -503,8 +504,5 @@
503
504
  "Proportional circles": "Cercles proportionnels",
504
505
  "Property name to compute circles": "Nom de la propriété pour calculer les cercles",
505
506
  "Min circle radius": "Rayon minimum",
506
- "Max circle radius": "Rayon maximum",
507
- "Display the open browser control": "Afficher le bouton d'ouverture de l'explorateur",
508
- "Copy as GeoJSON": "Copier le GeoJSON",
509
- "Please zoom in to edit the geometry": "Zoomer pour éditer la géométrie"
507
+ "Max circle radius": "Rayon maximum"
510
508
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "amosar o nome",
116
116
  "Display on load": "Amosar ó cargar",
117
117
  "Display the control to open OpenStreetMap editor": "Amosar o control para abrir o editor do OpenStreetMap",
118
+ "Display the data layers control": "Amosar o control da capa de datos",
118
119
  "Display the embed control": "Amosar o control de incrustado",
119
120
  "Display the fullscreen control": "Amosar o control de pantalla completa",
120
121
  "Display the locate control": "Amosar o control de ubicación",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
509
503
  L.registerLocale("gl", locale)
510
504
  L.setLocale("gl")
@@ -115,6 +115,7 @@
115
115
  "display name": "amosar o nome",
116
116
  "Display on load": "Amosar ó cargar",
117
117
  "Display the control to open OpenStreetMap editor": "Amosar o control para abrir o editor do OpenStreetMap",
118
+ "Display the data layers control": "Amosar o control da capa de datos",
118
119
  "Display the embed control": "Amosar o control de incrustado",
119
120
  "Display the fullscreen control": "Amosar o control de pantalla completa",
120
121
  "Display the locate control": "Amosar o control de ubicación",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "שם תצוגה",
116
116
  "Display on load": "הצגה עם הטעינה",
117
117
  "Display the control to open OpenStreetMap editor": "יש להציג את הפקד לפתיחת העורך של OpenStreetMap",
118
+ "Display the data layers control": "הצגת פקד שכבות הנתונים",
118
119
  "Display the embed control": "הצגת פקד ההטמעה",
119
120
  "Display the fullscreen control": "הצגת פקד מסך מלא",
120
121
  "Display the locate control": "הצגת פקד האיתור",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
509
503
  L.registerLocale("he", locale)
510
504
  L.setLocale("he")
@@ -115,6 +115,7 @@
115
115
  "display name": "שם תצוגה",
116
116
  "Display on load": "הצגה עם הטעינה",
117
117
  "Display the control to open OpenStreetMap editor": "יש להציג את הפקד לפתיחת העורך של OpenStreetMap",
118
+ "Display the data layers control": "הצגת פקד שכבות הנתונים",
118
119
  "Display the embed control": "הצגת פקד ההטמעה",
119
120
  "Display the fullscreen control": "הצגת פקד מסך מלא",
120
121
  "Display the locate control": "הצגת פקד האיתור",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "display name",
116
116
  "Display on load": "Prikaži kod učitavanja",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
+ "Display the data layers control": "Display the data layers control",
118
119
  "Display the embed control": "Display the embed control",
119
120
  "Display the fullscreen control": "Display the fullscreen control",
120
121
  "Display the locate control": "Display the locate control",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
509
503
  L.registerLocale("hr", locale)
510
504
  L.setLocale("hr")
@@ -115,6 +115,7 @@
115
115
  "display name": "display name",
116
116
  "Display on load": "Prikaži kod učitavanja",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
+ "Display the data layers control": "Display the data layers control",
118
119
  "Display the embed control": "Display the embed control",
119
120
  "Display the fullscreen control": "Display the fullscreen control",
120
121
  "Display the locate control": "Display the locate control",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
@@ -48,7 +48,7 @@ const locale = {
48
48
  "by": "- készítette:",
49
49
  "Cache proxied request": "Proxy keresztül továbbított gyorsítótárkérés",
50
50
  "Cancel edits": "Szerkesztések elvetése",
51
- "Caption": "Leírás",
51
+ "Caption": "Cím",
52
52
  "Center map on your location": "A térkép közepének igazítása a saját pozícióhoz",
53
53
  "Change map background": "Térkép hátterének módosítása",
54
54
  "Change tilelayers": "Mozaikrétegek módosítása",
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "név megjelenítése",
116
116
  "Display on load": "Megjelenítés betöltéskor",
117
117
  "Display the control to open OpenStreetMap editor": "Az OpenStreetMap szerkesztő megnyitása vezérlő megjelenítése",
118
+ "Display the data layers control": "Adatrétegek vezérlő megjelenítése",
118
119
  "Display the embed control": "Beágyazás vezérlő megjelenítése",
119
120
  "Display the fullscreen control": "Teljes képernyő vezérlő megjelenítése",
120
121
  "Display the locate control": "Saját pozícióhoz igazítás vezérlő megjelenítése",
@@ -123,7 +124,7 @@ const locale = {
123
124
  "Display the star map button": "Térképet megcsillagozó gomb megjelenítése",
124
125
  "Display the tile layers control": "Mozaikrétegek vezérlő megjelenítése",
125
126
  "Display the zoom control": "Nagyítás vezérlő megjelenítése",
126
- "Do you want to display a caption bar?": "Szeretné megjeleníteni a leírást tartalmazó sávot?",
127
+ "Do you want to display a caption bar?": "Szeretné megjeleníteni a címsávot?",
127
128
  "Do you want to display a minimap?": "Szeretne megjeleníteni egy kis térképet?",
128
129
  "Do you want to display a panel on load?": "Betöltéskor szeretne-e megjeleníteni egy panelt?",
129
130
  "Do you want to display caption menus?": "Szeretné megjeleníteni a térkép címsávmenüjét?",
@@ -403,12 +404,12 @@ const locale = {
403
404
  "{distance} miles": "{distance} mf",
404
405
  "{distance} NM": "{distance} tengeri mf.",
405
406
  "{distance} yd": "{distance} yard",
406
- "Edit map name and caption": "Térkép nevének és leírásának szerkesztése",
407
+ "Edit map name and caption": "Térkép nevének és címének szerkesztése",
407
408
  "Map advanced properties": "Térkép speciális tulajdonságai",
408
409
  "Edit map details": "Térkép adatainak szerkesztése",
409
410
  "Back to browser": "Vissza a böngészőbe",
410
411
  "Toggle size": "Méret átkapcsolása",
411
- "Display the caption control": "A 'leírás' vezérlő megjelenítése",
412
+ "Display the caption control": "A címvezérlő megjelenítése",
412
413
  "<empty value>": "<empty value>",
413
414
  "Min": "Legalább",
414
415
  "Max": "Legfeljebb",
@@ -427,7 +428,7 @@ const locale = {
427
428
  "Search map features…": "Térképobjektum keresése…",
428
429
  "Reset all": "Minden alaphelyzetbe állítása",
429
430
  "Open browser": "Böngésző megnyitása",
430
- "Open caption": "Leírás megnyitása",
431
+ "Open caption": "Cím megnyitása",
431
432
  "Your map has been created with an anonymous account!": "A térképét egy névtelen fiókkal hozták létre.",
432
433
  "Real-time collaboration": "Valós idejű együttműködés",
433
434
  "Cannot parse data": "Nem lehet elemezni az adatokat",
@@ -480,33 +481,24 @@ const locale = {
480
481
  "My Dashboard ({username})": "Irányítópult ({username})",
481
482
  "Clear data": "Adatok törlése",
482
483
  "Remove layers": "Rétegek eltávolítása",
483
- "Categorized": "Kategóriák szerint",
484
- "Alphabetical": "Ábécésorrendben",
485
- "Category property": "Kategória tulajdonsága",
486
- "Color palette": "Színskála",
487
- "Categories": "Kategóriák",
488
- "Comma separated list of categories.": "Kategóriák vesszővel elválasztott listája.",
489
- "Categories mode": "Kategóriák mód",
490
- "Remove filter for this column": "Szűrő eltávolítása az oszlopban",
491
- "Add filter for this column": "Szűrő hozzáadása az oszlophoz",
492
- "Rename this column": "Oszlop átnevezése",
493
- "Delete this column": "Oszlop törlése",
494
- "Name “{name}” should not contain a dot.": "A névben ({name}) nem lehet pont.",
495
- "This name already exists: “{name}”": "{name}” név már van",
496
- "Delete selected rows": "Kijelölt sorok törlése",
497
- "Found {count} rows. Are you sure you want to delete all?": "{count} sort találtunk. Biztosan törölni szeretné az összeset?",
498
- "Expression is empty": "A kifejezés üres",
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",
499
500
  "OK": "OK",
500
- "Cancel": "Mégse",
501
- "Attach map to a team": "Térkép csoporthoz rendelése",
502
- "Display the polygon inverted": "Poligon inverz megjelenítése",
503
- "Proportional circles": "Arányos körök",
504
- "Property name to compute circles": "Tulajdonságnév a körök kiszámításához",
505
- "Min circle radius": "Kör legkisebb sugara",
506
- "Max circle radius": "Kör legnagyobb sugara",
507
- "Display the open browser control": "'Böngésző megnyitása' vezérlő megjelenítése",
508
- "Copy as GeoJSON": "Copy as GeoJSON",
509
- "Please zoom in to edit the geometry": "Please zoom in to edit the geometry"
501
+ "Cancel": "Cancel"
510
502
  }
511
503
  L.registerLocale("hu", locale)
512
504
  L.setLocale("hu")
@@ -48,7 +48,7 @@
48
48
  "by": "- készítette:",
49
49
  "Cache proxied request": "Proxy keresztül továbbított gyorsítótárkérés",
50
50
  "Cancel edits": "Szerkesztések elvetése",
51
- "Caption": "Leírás",
51
+ "Caption": "Cím",
52
52
  "Center map on your location": "A térkép közepének igazítása a saját pozícióhoz",
53
53
  "Change map background": "Térkép hátterének módosítása",
54
54
  "Change tilelayers": "Mozaikrétegek módosítása",
@@ -115,6 +115,7 @@
115
115
  "display name": "név megjelenítése",
116
116
  "Display on load": "Megjelenítés betöltéskor",
117
117
  "Display the control to open OpenStreetMap editor": "Az OpenStreetMap szerkesztő megnyitása vezérlő megjelenítése",
118
+ "Display the data layers control": "Adatrétegek vezérlő megjelenítése",
118
119
  "Display the embed control": "Beágyazás vezérlő megjelenítése",
119
120
  "Display the fullscreen control": "Teljes képernyő vezérlő megjelenítése",
120
121
  "Display the locate control": "Saját pozícióhoz igazítás vezérlő megjelenítése",
@@ -123,7 +124,7 @@
123
124
  "Display the star map button": "Térképet megcsillagozó gomb megjelenítése",
124
125
  "Display the tile layers control": "Mozaikrétegek vezérlő megjelenítése",
125
126
  "Display the zoom control": "Nagyítás vezérlő megjelenítése",
126
- "Do you want to display a caption bar?": "Szeretné megjeleníteni a leírást tartalmazó sávot?",
127
+ "Do you want to display a caption bar?": "Szeretné megjeleníteni a címsávot?",
127
128
  "Do you want to display a minimap?": "Szeretne megjeleníteni egy kis térképet?",
128
129
  "Do you want to display a panel on load?": "Betöltéskor szeretne-e megjeleníteni egy panelt?",
129
130
  "Do you want to display caption menus?": "Szeretné megjeleníteni a térkép címsávmenüjét?",
@@ -403,12 +404,12 @@
403
404
  "{distance}&#8239;miles": "{distance} mf",
404
405
  "{distance}&#8239;NM": "{distance} tengeri mf.",
405
406
  "{distance}&#8239;yd": "{distance} yard",
406
- "Edit map name and caption": "Térkép nevének és leírásának szerkesztése",
407
+ "Edit map name and caption": "Térkép nevének és címének szerkesztése",
407
408
  "Map advanced properties": "Térkép speciális tulajdonságai",
408
409
  "Edit map details": "Térkép adatainak szerkesztése",
409
410
  "Back to browser": "Vissza a böngészőbe",
410
411
  "Toggle size": "Méret átkapcsolása",
411
- "Display the caption control": "A 'leírás' vezérlő megjelenítése",
412
+ "Display the caption control": "A címvezérlő megjelenítése",
412
413
  "<empty value>": "<empty value>",
413
414
  "Min": "Legalább",
414
415
  "Max": "Legfeljebb",
@@ -427,7 +428,7 @@
427
428
  "Search map features…": "Térképobjektum keresése…",
428
429
  "Reset all": "Minden alaphelyzetbe állítása",
429
430
  "Open browser": "Böngésző megnyitása",
430
- "Open caption": "Leírás megnyitása",
431
+ "Open caption": "Cím megnyitása",
431
432
  "Your map has been created with an anonymous account!": "A térképét egy névtelen fiókkal hozták létre.",
432
433
  "Real-time collaboration": "Valós idejű együttműködés",
433
434
  "Cannot parse data": "Nem lehet elemezni az adatokat",
@@ -480,31 +481,22 @@
480
481
  "My Dashboard ({username})": "Irányítópult ({username})",
481
482
  "Clear data": "Adatok törlése",
482
483
  "Remove layers": "Rétegek eltávolítása",
483
- "Categorized": "Kategóriák szerint",
484
- "Alphabetical": "Ábécésorrendben",
485
- "Category property": "Kategória tulajdonsága",
486
- "Color palette": "Színskála",
487
- "Categories": "Kategóriák",
488
- "Comma separated list of categories.": "Kategóriák vesszővel elválasztott listája.",
489
- "Categories mode": "Kategóriák mód",
490
- "Remove filter for this column": "Szűrő eltávolítása az oszlopban",
491
- "Add filter for this column": "Szűrő hozzáadása az oszlophoz",
492
- "Rename this column": "Oszlop átnevezése",
493
- "Delete this column": "Oszlop törlése",
494
- "Name “{name}” should not contain a dot.": "A névben ({name}) nem lehet pont.",
495
- "This name already exists: “{name}”": "{name}” név már van",
496
- "Delete selected rows": "Kijelölt sorok törlése",
497
- "Found {count} rows. Are you sure you want to delete all?": "{count} sort találtunk. Biztosan törölni szeretné az összeset?",
498
- "Expression is empty": "A kifejezés üres",
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",
499
500
  "OK": "OK",
500
- "Cancel": "Mégse",
501
- "Attach map to a team": "Térkép csoporthoz rendelése",
502
- "Display the polygon inverted": "Poligon inverz megjelenítése",
503
- "Proportional circles": "Arányos körök",
504
- "Property name to compute circles": "Tulajdonságnév a körök kiszámításához",
505
- "Min circle radius": "Kör legkisebb sugara",
506
- "Max circle radius": "Kör legnagyobb sugara",
507
- "Display the open browser control": "'Böngésző megnyitása' vezérlő megjelenítése",
508
- "Copy as GeoJSON": "Copy as GeoJSON",
509
- "Please zoom in to edit the geometry": "Please zoom in to edit the geometry"
501
+ "Cancel": "Cancel"
510
502
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "display name",
116
116
  "Display on load": "Display on load",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
+ "Display the data layers control": "Display the data layers control",
118
119
  "Display the embed control": "Display the embed control",
119
120
  "Display the fullscreen control": "Display the fullscreen control",
120
121
  "Display the locate control": "Display the locate control",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
509
503
  L.registerLocale("id", locale)
510
504
  L.setLocale("id")
@@ -115,6 +115,7 @@
115
115
  "display name": "display name",
116
116
  "Display on load": "Display on load",
117
117
  "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
118
+ "Display the data layers control": "Display the data layers control",
118
119
  "Display the embed control": "Display the embed control",
119
120
  "Display the fullscreen control": "Display the fullscreen control",
120
121
  "Display the locate control": "Display the locate control",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "birtingarnafn",
116
116
  "Display on load": "Birta við innhleðslu",
117
117
  "Display the control to open OpenStreetMap editor": "Birta hnapp til að opna OpenStreetMap-ritill",
118
+ "Display the data layers control": "Birta hnapp fyrir gagnalög",
118
119
  "Display the embed control": "Birta hnapp fyrir ígræðslukóða",
119
120
  "Display the fullscreen control": "Birta hnapp fyrir skjáfylli",
120
121
  "Display the locate control": "Birta staðsetningarhnapp",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
509
503
  L.registerLocale("is", locale)
510
504
  L.setLocale("is")
@@ -115,6 +115,7 @@
115
115
  "display name": "birtingarnafn",
116
116
  "Display on load": "Birta við innhleðslu",
117
117
  "Display the control to open OpenStreetMap editor": "Birta hnapp til að opna OpenStreetMap-ritill",
118
+ "Display the data layers control": "Birta hnapp fyrir gagnalög",
118
119
  "Display the embed control": "Birta hnapp fyrir ígræðslukóða",
119
120
  "Display the fullscreen control": "Birta hnapp fyrir skjáfylli",
120
121
  "Display the locate control": "Birta staðsetningarhnapp",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "visualizza il nome",
116
116
  "Display on load": "Mostra al caricamento",
117
117
  "Display the control to open OpenStreetMap editor": "Mostra il controllo per aprire l'editor di OpenStreetMap",
118
+ "Display the data layers control": "Mostra il controllo dei dati per i layer",
118
119
  "Display the embed control": "Visualizza il controllo per l'incorporamento",
119
120
  "Display the fullscreen control": "Visualizza il controllo di schermo intero",
120
121
  "Display the locate control": "Visualizza il controllo di localizzazione",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
509
503
  L.registerLocale("it", locale)
510
504
  L.setLocale("it")
@@ -115,6 +115,7 @@
115
115
  "display name": "visualizza il nome",
116
116
  "Display on load": "Mostra al caricamento",
117
117
  "Display the control to open OpenStreetMap editor": "Mostra il controllo per aprire l'editor di OpenStreetMap",
118
+ "Display the data layers control": "Mostra il controllo dei dati per i layer",
118
119
  "Display the embed control": "Visualizza il controllo per l'incorporamento",
119
120
  "Display the fullscreen control": "Visualizza il controllo di schermo intero",
120
121
  "Display the locate control": "Visualizza il controllo di localizzazione",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
@@ -115,6 +115,7 @@ const locale = {
115
115
  "display name": "表示名",
116
116
  "Display on load": "読み込み時に表示",
117
117
  "Display the control to open OpenStreetMap editor": "OpenStreetMapエディタを起動するパネルを表示",
118
+ "Display the data layers control": "データレイヤ操作パネルを表示",
118
119
  "Display the embed control": "サイトへのマップ埋め込みパネルを表示",
119
120
  "Display the fullscreen control": "フルスクリーンパネルを表示",
120
121
  "Display the locate control": "現在地パネルを表示",
@@ -497,14 +498,7 @@ const locale = {
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }
509
503
  L.registerLocale("ja", locale)
510
504
  L.setLocale("ja")
@@ -115,6 +115,7 @@
115
115
  "display name": "表示名",
116
116
  "Display on load": "読み込み時に表示",
117
117
  "Display the control to open OpenStreetMap editor": "OpenStreetMapエディタを起動するパネルを表示",
118
+ "Display the data layers control": "データレイヤ操作パネルを表示",
118
119
  "Display the embed control": "サイトへのマップ埋め込みパネルを表示",
119
120
  "Display the fullscreen control": "フルスクリーンパネルを表示",
120
121
  "Display the locate control": "現在地パネルを表示",
@@ -497,12 +498,5 @@
497
498
  "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
498
499
  "Expression is empty": "Expression is empty",
499
500
  "OK": "OK",
500
- "Cancel": "Cancel",
501
- "Attach map to a team": "Attach map to a team",
502
- "Display the polygon inverted": "Display the polygon inverted",
503
- "Proportional circles": "Proportional circles",
504
- "Property name to compute circles": "Property name to compute circles",
505
- "Min circle radius": "Min circle radius",
506
- "Max circle radius": "Max circle radius",
507
- "Display the open browser control": "Display the open browser control"
501
+ "Cancel": "Cancel"
508
502
  }