umap-project 2.9.2__py3-none-any.whl → 2.9.3__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 (111) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/en/LC_MESSAGES/django.po +18 -18
  3. umap/locale/et/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/et/LC_MESSAGES/django.po +175 -130
  5. umap/locale/eu/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/eu/LC_MESSAGES/django.po +117 -72
  7. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/fr/LC_MESSAGES/django.po +19 -19
  9. umap/middleware.py +2 -1
  10. umap/static/umap/locale/am_ET.js +4 -3
  11. umap/static/umap/locale/am_ET.json +4 -3
  12. umap/static/umap/locale/ar.js +4 -3
  13. umap/static/umap/locale/ar.json +4 -3
  14. umap/static/umap/locale/ast.js +4 -3
  15. umap/static/umap/locale/ast.json +4 -3
  16. umap/static/umap/locale/bg.js +4 -3
  17. umap/static/umap/locale/bg.json +4 -3
  18. umap/static/umap/locale/br.js +3 -3
  19. umap/static/umap/locale/br.json +3 -3
  20. umap/static/umap/locale/ca.js +4 -3
  21. umap/static/umap/locale/ca.json +4 -3
  22. umap/static/umap/locale/cs_CZ.js +17 -16
  23. umap/static/umap/locale/cs_CZ.json +17 -16
  24. umap/static/umap/locale/da.js +4 -3
  25. umap/static/umap/locale/da.json +4 -3
  26. umap/static/umap/locale/de.js +4 -3
  27. umap/static/umap/locale/de.json +4 -3
  28. umap/static/umap/locale/el.js +4 -3
  29. umap/static/umap/locale/el.json +4 -3
  30. umap/static/umap/locale/en.js +3 -3
  31. umap/static/umap/locale/en.json +3 -3
  32. umap/static/umap/locale/en_US.json +4 -3
  33. umap/static/umap/locale/es.js +10 -9
  34. umap/static/umap/locale/es.json +10 -9
  35. umap/static/umap/locale/et.js +4 -3
  36. umap/static/umap/locale/et.json +4 -3
  37. umap/static/umap/locale/eu.js +34 -33
  38. umap/static/umap/locale/eu.json +34 -33
  39. umap/static/umap/locale/fa_IR.js +4 -3
  40. umap/static/umap/locale/fa_IR.json +4 -3
  41. umap/static/umap/locale/fi.js +4 -3
  42. umap/static/umap/locale/fi.json +4 -3
  43. umap/static/umap/locale/fr.js +3 -3
  44. umap/static/umap/locale/fr.json +3 -3
  45. umap/static/umap/locale/gl.js +10 -9
  46. umap/static/umap/locale/gl.json +10 -9
  47. umap/static/umap/locale/he.js +4 -3
  48. umap/static/umap/locale/he.json +4 -3
  49. umap/static/umap/locale/hr.js +4 -3
  50. umap/static/umap/locale/hr.json +4 -3
  51. umap/static/umap/locale/hu.js +4 -3
  52. umap/static/umap/locale/hu.json +4 -3
  53. umap/static/umap/locale/id.js +4 -3
  54. umap/static/umap/locale/id.json +4 -3
  55. umap/static/umap/locale/is.js +4 -3
  56. umap/static/umap/locale/is.json +4 -3
  57. umap/static/umap/locale/it.js +4 -3
  58. umap/static/umap/locale/it.json +4 -3
  59. umap/static/umap/locale/ja.js +4 -3
  60. umap/static/umap/locale/ja.json +4 -3
  61. umap/static/umap/locale/ko.js +4 -3
  62. umap/static/umap/locale/ko.json +4 -3
  63. umap/static/umap/locale/lt.js +4 -3
  64. umap/static/umap/locale/lt.json +4 -3
  65. umap/static/umap/locale/ms.js +4 -3
  66. umap/static/umap/locale/ms.json +4 -3
  67. umap/static/umap/locale/nl.js +3 -3
  68. umap/static/umap/locale/nl.json +3 -3
  69. umap/static/umap/locale/no.js +4 -3
  70. umap/static/umap/locale/no.json +4 -3
  71. umap/static/umap/locale/pl.js +4 -3
  72. umap/static/umap/locale/pl.json +4 -3
  73. umap/static/umap/locale/pl_PL.json +4 -3
  74. umap/static/umap/locale/pt.js +3 -3
  75. umap/static/umap/locale/pt.json +3 -3
  76. umap/static/umap/locale/pt_BR.js +4 -3
  77. umap/static/umap/locale/pt_BR.json +4 -3
  78. umap/static/umap/locale/pt_PT.js +4 -3
  79. umap/static/umap/locale/pt_PT.json +4 -3
  80. umap/static/umap/locale/ro.js +4 -3
  81. umap/static/umap/locale/ro.json +4 -3
  82. umap/static/umap/locale/ru.js +4 -3
  83. umap/static/umap/locale/ru.json +4 -3
  84. umap/static/umap/locale/sk_SK.js +4 -3
  85. umap/static/umap/locale/sk_SK.json +4 -3
  86. umap/static/umap/locale/sl.js +4 -3
  87. umap/static/umap/locale/sl.json +4 -3
  88. umap/static/umap/locale/sr.js +4 -3
  89. umap/static/umap/locale/sr.json +4 -3
  90. umap/static/umap/locale/sv.js +4 -3
  91. umap/static/umap/locale/sv.json +4 -3
  92. umap/static/umap/locale/th_TH.js +4 -3
  93. umap/static/umap/locale/th_TH.json +4 -3
  94. umap/static/umap/locale/tr.js +4 -3
  95. umap/static/umap/locale/tr.json +4 -3
  96. umap/static/umap/locale/uk_UA.js +4 -3
  97. umap/static/umap/locale/uk_UA.json +4 -3
  98. umap/static/umap/locale/vi.js +4 -3
  99. umap/static/umap/locale/vi.json +4 -3
  100. umap/static/umap/locale/vi_VN.json +4 -3
  101. umap/static/umap/locale/zh.js +4 -3
  102. umap/static/umap/locale/zh.json +4 -3
  103. umap/static/umap/locale/zh_CN.json +4 -3
  104. umap/static/umap/locale/zh_TW.Big5.json +4 -3
  105. umap/static/umap/locale/zh_TW.js +4 -3
  106. umap/static/umap/locale/zh_TW.json +4 -3
  107. {umap_project-2.9.2.dist-info → umap_project-2.9.3.dist-info}/METADATA +2 -2
  108. {umap_project-2.9.2.dist-info → umap_project-2.9.3.dist-info}/RECORD +111 -111
  109. {umap_project-2.9.2.dist-info → umap_project-2.9.3.dist-info}/WHEEL +0 -0
  110. {umap_project-2.9.2.dist-info → umap_project-2.9.3.dist-info}/entry_points.txt +0 -0
  111. {umap_project-2.9.2.dist-info → umap_project-2.9.3.dist-info}/licenses/LICENSE +0 -0
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "Restaurar esta versión",
300
300
  "Save current edits": "Guardar las ediciones actuales",
301
301
  "Save map": "Guardar mapa",
302
- "Save this location as new feature": "Guardar esta ubicación como un nuevo elemento",
303
302
  "Save": "Guardar",
304
303
  "Saved center and zoom": "Centro y zoom guardados",
305
304
  "Search location": "Buscar ubicación",
@@ -387,7 +386,6 @@ const locale = {
387
386
  "Zoom to the next": "Zoom al siguiente",
388
387
  "Zoom to the previous": "Zoom al anterior",
389
388
  "Zoom to this feature": "Zoom a este elemento",
390
- "Zoom to this place": "Zoom a este lugar",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -526,13 +524,16 @@ const locale = {
526
524
  "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "No se pueden analizar los datos remotos para la capa \"{layer}\" con la URL \"{url}\"",
527
525
  "Import failed: invalid data": "Falló la importación: datos no válidos",
528
526
  "Anonymous": "Anónimo",
529
- "created at {date}": "created at {date}",
530
- "modified at {date}": "modified at {date}",
531
- "Default zoom": "Default zoom",
532
- "Default latitude": "Default latitude",
533
- "Default longitude": "Default longitude",
534
- "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
527
+ "created at {date}": "creado el {date}",
528
+ "modified at {date}": "modificado el {date}",
529
+ "Default zoom": "Zoom predeterminado",
530
+ "Default latitude": "Latitud predeterminada",
531
+ "Default longitude": "Longitud predeterminada",
532
+ "Edit map default view": "Editar vista predeterminada del mapa",
533
+ "Use current center and zoom": "Usar el centro y zoom actuales",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
537
538
  L.registerLocale("es", locale)
538
539
  L.setLocale("es")
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "Restaurar esta versión",
300
300
  "Save current edits": "Guardar las ediciones actuales",
301
301
  "Save map": "Guardar mapa",
302
- "Save this location as new feature": "Guardar esta ubicación como un nuevo elemento",
303
302
  "Save": "Guardar",
304
303
  "Saved center and zoom": "Centro y zoom guardados",
305
304
  "Search location": "Buscar ubicación",
@@ -387,7 +386,6 @@
387
386
  "Zoom to the next": "Zoom al siguiente",
388
387
  "Zoom to the previous": "Zoom al anterior",
389
388
  "Zoom to this feature": "Zoom a este elemento",
390
- "Zoom to this place": "Zoom a este lugar",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -526,11 +524,14 @@
526
524
  "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "No se pueden analizar los datos remotos para la capa \"{layer}\" con la URL \"{url}\"",
527
525
  "Import failed: invalid data": "Falló la importación: datos no válidos",
528
526
  "Anonymous": "Anónimo",
529
- "created at {date}": "created at {date}",
530
- "modified at {date}": "modified at {date}",
531
- "Default zoom": "Default zoom",
532
- "Default latitude": "Default latitude",
533
- "Default longitude": "Default longitude",
534
- "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
527
+ "created at {date}": "creado el {date}",
528
+ "modified at {date}": "modificado el {date}",
529
+ "Default zoom": "Zoom predeterminado",
530
+ "Default latitude": "Latitud predeterminada",
531
+ "Default longitude": "Longitud predeterminada",
532
+ "Edit map default view": "Editar vista predeterminada del mapa",
533
+ "Use current center and zoom": "Usar el centro y zoom actuales",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "Taasta see versioon",
300
300
  "Save current edits": "Salvesta praegused muudatused",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Salvesta see asukoht uue elemendina",
303
302
  "Save": "Salvesta",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Asukoha otsing",
@@ -387,7 +386,6 @@ const locale = {
387
386
  "Zoom to the next": "Järgmine",
388
387
  "Zoom to the previous": "Eelmine",
389
388
  "Zoom to this feature": "Zoom to this feature",
390
- "Zoom to this place": "Suurenda selle kohani",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,7 +530,10 @@ const locale = {
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
537
538
  L.registerLocale("et", locale)
538
539
  L.setLocale("et")
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "Taasta see versioon",
300
300
  "Save current edits": "Salvesta praegused muudatused",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Salvesta see asukoht uue elemendina",
303
302
  "Save": "Salvesta",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Asukoha otsing",
@@ -387,7 +386,6 @@
387
386
  "Zoom to the next": "Järgmine",
388
387
  "Zoom to the previous": "Eelmine",
389
388
  "Zoom to this feature": "Zoom to this feature",
390
- "Zoom to this place": "Suurenda selle kohani",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,5 +530,8 @@
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
@@ -214,7 +214,7 @@ const locale = {
214
214
  "Limit bounds": "Mugak",
215
215
  "Link to view the map": "Mapa ikusteko esteka",
216
216
  "Link to…": "Estekatu honi...",
217
- "Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
217
+ "Link with text: [[https://example.com|text of the link]]": "Testua duen esteka: [[https://adibidez.com|estekaren testua]]",
218
218
  "Long credits": "Kreditu luzeak",
219
219
  "Longitude": "Longitudea",
220
220
  "Make main shape": "Egin forma nagusia",
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "Berreskuratu bertsio hau",
300
300
  "Save current edits": "Gorde uneko aldaketak",
301
301
  "Save map": "Gorde mapa",
302
- "Save this location as new feature": "Gorde kokapen hau entitate berri gisa",
303
302
  "Save": "Gorde",
304
303
  "Saved center and zoom": "Zentroa eta zoom-maila gordeta",
305
304
  "Search location": "Bilatu tokia",
@@ -317,7 +316,7 @@ const locale = {
317
316
  "Show this layer in the caption": "Erakutsi geruza hau epigrafean",
318
317
  "Show/hide layer": "Erakutsi/Ezkutatu geruza",
319
318
  "Side panel": "Alboko panela",
320
- "Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]",
319
+ "Simple link: [[https://example.com]]": "Esteka sinplea: [[https://adibidez.com]]",
321
320
  "Simplify": "Sinplifikatu",
322
321
  "Skipping unknown geometry.type: {type}": "geometry.type ezezaguna saltatzen: {type}",
323
322
  "Slideshow": "Aurkezpena",
@@ -387,7 +386,6 @@ const locale = {
387
386
  "Zoom to the next": "Zooma hurrengora",
388
387
  "Zoom to the previous": "Zoom aurrekora",
389
388
  "Zoom to this feature": "Egin zoom entitate honetan",
390
- "Zoom to this place": "Handitu toki honetara",
391
389
  "{area} acres": "{area} akre",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -502,37 +500,40 @@ const locale = {
502
500
  "Display the open browser control": "Display the open browser control",
503
501
  "Copy as GeoJSON": "Kopiatu GeoJSON gisa",
504
502
  "Please zoom in to edit the geometry": "Mesedez, handitu geometria editatzeko",
505
- "New map": "New map",
506
- "My maps": "My maps",
507
- "My teams": "My teams",
508
- "My profile": "My profile",
509
- "Type new owner's username": "Type new owner's username",
510
- "Type editor's username": "Type editor's username",
511
- "Map": "Map",
512
- "Manage collaborators": "Manage collaborators",
513
- "show/hide all layers": "show/hide all layers",
503
+ "New map": "Mapa berria",
504
+ "My maps": "Nire mapak",
505
+ "My teams": "Nire taldeak",
506
+ "My profile": "Nire profila",
507
+ "Type new owner's username": "Idatzi jabe berriaren erabiltzaile-izena",
508
+ "Type editor's username": "Idatzi editorearen erabiltzaile-izena",
509
+ "Map": "Mapa",
510
+ "Manage collaborators": "Kudeatu laguntzaileak",
511
+ "show/hide all layers": "erakutsi/ezkutatu geruza guztiak",
514
512
  "zoom to data extent": "zoom to data extent",
515
- "download visible data": "download visible data",
516
- "Import helpers": "Import helpers",
517
- "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
513
+ "download visible data": "deskargatu ikusgai dauden datuak",
514
+ "Import helpers": "Inportatu laguntzaileak",
515
+ "Import helpers will fill the URL field for you.": "Inportatzeko laguntzaileek URL eremua beteko dute zuretzat.",
518
516
  "Wikipedia": "Wikipedia",
519
- "Save draft": "Save draft",
520
- "No data has been found for import": "No data has been found for import",
521
- "Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
522
- "Disconnected": "Disconnected",
523
- "You must be logged in": "You must be logged in",
524
- "on hover": "on hover",
525
- "Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
526
- "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
527
- "Import failed: invalid data": "Import failed: invalid data",
528
- "Anonymous": "Anonymous",
529
- "created at {date}": "created at {date}",
530
- "modified at {date}": "modified at {date}",
531
- "Default zoom": "Default zoom",
532
- "Default latitude": "Default latitude",
533
- "Default longitude": "Default longitude",
534
- "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
517
+ "Save draft": "Gorde zirriborroa",
518
+ "No data has been found for import": "Ez da inportatzeko daturik aurkitu",
519
+ "Successfully imported {count} feature(s)": "Arrakastaz inportatu {count} funtzioa(k)",
520
+ "Disconnected": "Deskonektatuta",
521
+ "You must be logged in": "Saioa ireki behar duzu",
522
+ "on hover": "Sagua gainetik pasatzean",
523
+ "Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Ezin da urruneko daturik kargatu \"{layer}\" geruzarako \"{url}\" url-arekin",
524
+ "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Ezin dira urruneko datuak analizatu \"{layer}\" geruzarako \"{url}\" url-arekin",
525
+ "Import failed: invalid data": "Inportazioak huts egin du: datu baliogabeak",
526
+ "Anonymous": "Anonimoa",
527
+ "created at {date}": "{date}-an sortua",
528
+ "modified at {date}": "{date}-an aldatua",
529
+ "Default zoom": "Lehenetsitako zooma",
530
+ "Default latitude": "Lehenetsitako latitudea",
531
+ "Default longitude": "Lehenetsitako longitudea",
532
+ "Edit map default view": "Mapa editatzeko lehenetsitako ikuspegia",
533
+ "Use current center and zoom": "Erabili uneko erdigunea eta zooma",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
537
538
  L.registerLocale("eu", locale)
538
539
  L.setLocale("eu")
@@ -214,7 +214,7 @@
214
214
  "Limit bounds": "Mugak",
215
215
  "Link to view the map": "Mapa ikusteko esteka",
216
216
  "Link to…": "Estekatu honi...",
217
- "Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
217
+ "Link with text: [[https://example.com|text of the link]]": "Testua duen esteka: [[https://adibidez.com|estekaren testua]]",
218
218
  "Long credits": "Kreditu luzeak",
219
219
  "Longitude": "Longitudea",
220
220
  "Make main shape": "Egin forma nagusia",
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "Berreskuratu bertsio hau",
300
300
  "Save current edits": "Gorde uneko aldaketak",
301
301
  "Save map": "Gorde mapa",
302
- "Save this location as new feature": "Gorde kokapen hau entitate berri gisa",
303
302
  "Save": "Gorde",
304
303
  "Saved center and zoom": "Zentroa eta zoom-maila gordeta",
305
304
  "Search location": "Bilatu tokia",
@@ -317,7 +316,7 @@
317
316
  "Show this layer in the caption": "Erakutsi geruza hau epigrafean",
318
317
  "Show/hide layer": "Erakutsi/Ezkutatu geruza",
319
318
  "Side panel": "Alboko panela",
320
- "Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]",
319
+ "Simple link: [[https://example.com]]": "Esteka sinplea: [[https://adibidez.com]]",
321
320
  "Simplify": "Sinplifikatu",
322
321
  "Skipping unknown geometry.type: {type}": "geometry.type ezezaguna saltatzen: {type}",
323
322
  "Slideshow": "Aurkezpena",
@@ -387,7 +386,6 @@
387
386
  "Zoom to the next": "Zooma hurrengora",
388
387
  "Zoom to the previous": "Zoom aurrekora",
389
388
  "Zoom to this feature": "Egin zoom entitate honetan",
390
- "Zoom to this place": "Handitu toki honetara",
391
389
  "{area} acres": "{area} akre",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -502,35 +500,38 @@
502
500
  "Display the open browser control": "Display the open browser control",
503
501
  "Copy as GeoJSON": "Kopiatu GeoJSON gisa",
504
502
  "Please zoom in to edit the geometry": "Mesedez, handitu geometria editatzeko",
505
- "New map": "New map",
506
- "My maps": "My maps",
507
- "My teams": "My teams",
508
- "My profile": "My profile",
509
- "Type new owner's username": "Type new owner's username",
510
- "Type editor's username": "Type editor's username",
511
- "Map": "Map",
512
- "Manage collaborators": "Manage collaborators",
513
- "show/hide all layers": "show/hide all layers",
503
+ "New map": "Mapa berria",
504
+ "My maps": "Nire mapak",
505
+ "My teams": "Nire taldeak",
506
+ "My profile": "Nire profila",
507
+ "Type new owner's username": "Idatzi jabe berriaren erabiltzaile-izena",
508
+ "Type editor's username": "Idatzi editorearen erabiltzaile-izena",
509
+ "Map": "Mapa",
510
+ "Manage collaborators": "Kudeatu laguntzaileak",
511
+ "show/hide all layers": "erakutsi/ezkutatu geruza guztiak",
514
512
  "zoom to data extent": "zoom to data extent",
515
- "download visible data": "download visible data",
516
- "Import helpers": "Import helpers",
517
- "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
513
+ "download visible data": "deskargatu ikusgai dauden datuak",
514
+ "Import helpers": "Inportatu laguntzaileak",
515
+ "Import helpers will fill the URL field for you.": "Inportatzeko laguntzaileek URL eremua beteko dute zuretzat.",
518
516
  "Wikipedia": "Wikipedia",
519
- "Save draft": "Save draft",
520
- "No data has been found for import": "No data has been found for import",
521
- "Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
522
- "Disconnected": "Disconnected",
523
- "You must be logged in": "You must be logged in",
524
- "on hover": "on hover",
525
- "Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
526
- "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
527
- "Import failed: invalid data": "Import failed: invalid data",
528
- "Anonymous": "Anonymous",
529
- "created at {date}": "created at {date}",
530
- "modified at {date}": "modified at {date}",
531
- "Default zoom": "Default zoom",
532
- "Default latitude": "Default latitude",
533
- "Default longitude": "Default longitude",
534
- "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
517
+ "Save draft": "Gorde zirriborroa",
518
+ "No data has been found for import": "Ez da inportatzeko daturik aurkitu",
519
+ "Successfully imported {count} feature(s)": "Arrakastaz inportatu {count} funtzioa(k)",
520
+ "Disconnected": "Deskonektatuta",
521
+ "You must be logged in": "Saioa ireki behar duzu",
522
+ "on hover": "Sagua gainetik pasatzean",
523
+ "Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Ezin da urruneko daturik kargatu \"{layer}\" geruzarako \"{url}\" url-arekin",
524
+ "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Ezin dira urruneko datuak analizatu \"{layer}\" geruzarako \"{url}\" url-arekin",
525
+ "Import failed: invalid data": "Inportazioak huts egin du: datu baliogabeak",
526
+ "Anonymous": "Anonimoa",
527
+ "created at {date}": "{date}-an sortua",
528
+ "modified at {date}": "{date}-an aldatua",
529
+ "Default zoom": "Lehenetsitako zooma",
530
+ "Default latitude": "Lehenetsitako latitudea",
531
+ "Default longitude": "Lehenetsitako longitudea",
532
+ "Edit map default view": "Mapa editatzeko lehenetsitako ikuspegia",
533
+ "Use current center and zoom": "Erabili uneko erdigunea eta zooma",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "بازیابی این نسخه",
300
300
  "Save current edits": "ویرایش‌های جاری را ذخیره کنید",
301
301
  "Save map": "نقشه را ذخیره کنید",
302
- "Save this location as new feature": "این مکان را به عنوان عنصر جدید ذخیره کنید",
303
302
  "Save": "ذخیره",
304
303
  "Saved center and zoom": "مرکزیت و بزرگنمایی ذخیره‌شده",
305
304
  "Search location": "جستجوی مکان",
@@ -387,7 +386,6 @@ const locale = {
387
386
  "Zoom to the next": "تمرکز روی بعدی",
388
387
  "Zoom to the previous": "تمرکز روی قبلی",
389
388
  "Zoom to this feature": "تمرکز روی این عنصر",
390
- "Zoom to this place": "تمرکز روی این مکان",
391
389
  "{area} acres": "{area} هکتار",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,7 +530,10 @@ const locale = {
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
537
538
  L.registerLocale("fa_IR", locale)
538
539
  L.setLocale("fa_IR")
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "بازیابی این نسخه",
300
300
  "Save current edits": "ویرایش‌های جاری را ذخیره کنید",
301
301
  "Save map": "نقشه را ذخیره کنید",
302
- "Save this location as new feature": "این مکان را به عنوان عنصر جدید ذخیره کنید",
303
302
  "Save": "ذخیره",
304
303
  "Saved center and zoom": "مرکزیت و بزرگنمایی ذخیره‌شده",
305
304
  "Search location": "جستجوی مکان",
@@ -387,7 +386,6 @@
387
386
  "Zoom to the next": "تمرکز روی بعدی",
388
387
  "Zoom to the previous": "تمرکز روی قبلی",
389
388
  "Zoom to this feature": "تمرکز روی این عنصر",
390
- "Zoom to this place": "تمرکز روی این مکان",
391
389
  "{area} acres": "{area} هکتار",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,5 +530,8 @@
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "Palauta tämä versio",
300
300
  "Save current edits": "Tallenna tämänhetkiset muokkaukset",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Save this location as new feature",
303
302
  "Save": "Tallenna",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Search location",
@@ -387,7 +386,6 @@ const locale = {
387
386
  "Zoom to the next": "Kohdenna seuraavaan",
388
387
  "Zoom to the previous": "Kohdenna edelliseen",
389
388
  "Zoom to this feature": "Kohdenna tähän piirteeseen",
390
- "Zoom to this place": "Kohdenna tähän paikkaan",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,7 +530,10 @@ const locale = {
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
537
538
  L.registerLocale("fi", locale)
538
539
  L.setLocale("fi")
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "Palauta tämä versio",
300
300
  "Save current edits": "Tallenna tämänhetkiset muokkaukset",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Save this location as new feature",
303
302
  "Save": "Tallenna",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Search location",
@@ -387,7 +386,6 @@
387
386
  "Zoom to the next": "Kohdenna seuraavaan",
388
387
  "Zoom to the previous": "Kohdenna edelliseen",
389
388
  "Zoom to this feature": "Kohdenna tähän piirteeseen",
390
- "Zoom to this place": "Kohdenna tähän paikkaan",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,5 +530,8 @@
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "Restaurer cette version",
300
300
  "Save current edits": "Enregistrer les changements courants",
301
301
  "Save map": "Enregistrer la carte",
302
- "Save this location as new feature": "Enregistrer ce lieu comme élément de la carte",
303
302
  "Save": "Enregistrer",
304
303
  "Saved center and zoom": "Centre et zoom enregistrés",
305
304
  "Search location": "Chercher un lieu",
@@ -387,7 +386,6 @@ const locale = {
387
386
  "Zoom to the next": "Suivant",
388
387
  "Zoom to the previous": "Précédent",
389
388
  "Zoom to this feature": "Zoomer sur cet élément",
390
- "Zoom to this place": "Zoomer vers ce lieu",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -533,7 +531,9 @@ const locale = {
533
531
  "Default longitude": "Longitude par défaut",
534
532
  "Edit map default view": "Régler la vue par défaut de la carte",
535
533
  "Use current center and zoom": "Utiliser le centre et le zoom actuels",
536
- "Layer permalink": "Permalien du calque"
534
+ "Layer permalink": "Permalien du calque",
535
+ "Save this geometry as a new feature": "Enregistrer cette géométrie comme élément de la carte",
536
+ "Save this place as a new feature": "Enregistrer ce lieu comme élément de la carte"
537
537
  }
538
538
  L.registerLocale("fr", locale)
539
539
  L.setLocale("fr")
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "Restaurer cette version",
300
300
  "Save current edits": "Enregistrer les changements courants",
301
301
  "Save map": "Enregistrer la carte",
302
- "Save this location as new feature": "Enregistrer ce lieu comme élément de la carte",
303
302
  "Save": "Enregistrer",
304
303
  "Saved center and zoom": "Centre et zoom enregistrés",
305
304
  "Search location": "Chercher un lieu",
@@ -387,7 +386,6 @@
387
386
  "Zoom to the next": "Suivant",
388
387
  "Zoom to the previous": "Précédent",
389
388
  "Zoom to this feature": "Zoomer sur cet élément",
390
- "Zoom to this place": "Zoomer vers ce lieu",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -533,5 +531,7 @@
533
531
  "Default longitude": "Longitude par défaut",
534
532
  "Edit map default view": "Régler la vue par défaut de la carte",
535
533
  "Use current center and zoom": "Utiliser le centre et le zoom actuels",
536
- "Layer permalink": "Permalien du calque"
534
+ "Layer permalink": "Permalien du calque",
535
+ "Save this geometry as a new feature": "Enregistrer cette géométrie comme élément de la carte",
536
+ "Save this place as a new feature": "Enregistrer ce lieu comme élément de la carte"
537
537
  }
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "Restabelecer esta versión",
300
300
  "Save current edits": "Gardar as edicións actuais",
301
301
  "Save map": "Gardar o mapa",
302
- "Save this location as new feature": "Gardar esta posición coma novo elemento",
303
302
  "Save": "Gardar",
304
303
  "Saved center and zoom": "Gardar o centrado e nivel de zoom",
305
304
  "Search location": "Buscar posición",
@@ -387,7 +386,6 @@ const locale = {
387
386
  "Zoom to the next": "Achegar ata o seguinte",
388
387
  "Zoom to the previous": "Achegar ata o anterior",
389
388
  "Zoom to this feature": "Achegar a este elemento",
390
- "Zoom to this place": "Achegar a este lugar",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -526,13 +524,16 @@ const locale = {
526
524
  "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Non é posíbel analizar os datos remotos da capa «{layer}» co url «{url}»",
527
525
  "Import failed: invalid data": "Produciuse un fallo na importación: os datos non son válidos",
528
526
  "Anonymous": "Anónimo",
529
- "created at {date}": "created at {date}",
530
- "modified at {date}": "modified at {date}",
531
- "Default zoom": "Default zoom",
532
- "Default latitude": "Default latitude",
533
- "Default longitude": "Default longitude",
534
- "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
527
+ "created at {date}": "creado o {data}",
528
+ "modified at {date}": "modificado o {data}",
529
+ "Default zoom": "Zoom predeterminado",
530
+ "Default latitude": "Latitude predeterminada",
531
+ "Default longitude": "Lonxitude predeterminada",
532
+ "Edit map default view": "Editar a vista predeterminada do mapa",
533
+ "Use current center and zoom": "Usar o centrado e o nivel de zoom actual",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
537
538
  L.registerLocale("gl", locale)
538
539
  L.setLocale("gl")
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "Restabelecer esta versión",
300
300
  "Save current edits": "Gardar as edicións actuais",
301
301
  "Save map": "Gardar o mapa",
302
- "Save this location as new feature": "Gardar esta posición coma novo elemento",
303
302
  "Save": "Gardar",
304
303
  "Saved center and zoom": "Gardar o centrado e nivel de zoom",
305
304
  "Search location": "Buscar posición",
@@ -387,7 +386,6 @@
387
386
  "Zoom to the next": "Achegar ata o seguinte",
388
387
  "Zoom to the previous": "Achegar ata o anterior",
389
388
  "Zoom to this feature": "Achegar a este elemento",
390
- "Zoom to this place": "Achegar a este lugar",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -526,11 +524,14 @@
526
524
  "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Non é posíbel analizar os datos remotos da capa «{layer}» co url «{url}»",
527
525
  "Import failed: invalid data": "Produciuse un fallo na importación: os datos non son válidos",
528
526
  "Anonymous": "Anónimo",
529
- "created at {date}": "created at {date}",
530
- "modified at {date}": "modified at {date}",
531
- "Default zoom": "Default zoom",
532
- "Default latitude": "Default latitude",
533
- "Default longitude": "Default longitude",
534
- "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
527
+ "created at {date}": "creado o {data}",
528
+ "modified at {date}": "modificado o {data}",
529
+ "Default zoom": "Zoom predeterminado",
530
+ "Default latitude": "Latitude predeterminada",
531
+ "Default longitude": "Lonxitude predeterminada",
532
+ "Edit map default view": "Editar a vista predeterminada do mapa",
533
+ "Use current center and zoom": "Usar o centrado e o nivel de zoom actual",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "שחזור הגרסה הזו",
300
300
  "Save current edits": "לשמור את העריכות הנוכחיות",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "לשמור את המיקום הזה כתכונה חדשה",
303
302
  "Save": "לשמור",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "חיפוש מיקום",
@@ -387,7 +386,6 @@ const locale = {
387
386
  "Zoom to the next": "התמקדות על הבא",
388
387
  "Zoom to the previous": "התמקדות על הקודם",
389
388
  "Zoom to this feature": "התמקדות על תכונה זו",
390
- "Zoom to this place": "התמקדות על המקום הזה",
391
389
  "{area} acres": "{area} acres",
392
390
  "{area} ha": "{area} ha",
393
391
  "{area} m²": "{area} m²",
@@ -532,7 +530,10 @@ const locale = {
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
537
538
  L.registerLocale("he", locale)
538
539
  L.setLocale("he")