umap-project 2.9.1__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 (113) 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/js/modules/ui/base.js +11 -0
  11. umap/static/umap/locale/am_ET.js +4 -3
  12. umap/static/umap/locale/am_ET.json +4 -3
  13. umap/static/umap/locale/ar.js +4 -3
  14. umap/static/umap/locale/ar.json +4 -3
  15. umap/static/umap/locale/ast.js +4 -3
  16. umap/static/umap/locale/ast.json +4 -3
  17. umap/static/umap/locale/bg.js +4 -3
  18. umap/static/umap/locale/bg.json +4 -3
  19. umap/static/umap/locale/br.js +3 -3
  20. umap/static/umap/locale/br.json +3 -3
  21. umap/static/umap/locale/ca.js +4 -3
  22. umap/static/umap/locale/ca.json +4 -3
  23. umap/static/umap/locale/cs_CZ.js +17 -16
  24. umap/static/umap/locale/cs_CZ.json +17 -16
  25. umap/static/umap/locale/da.js +4 -3
  26. umap/static/umap/locale/da.json +4 -3
  27. umap/static/umap/locale/de.js +4 -3
  28. umap/static/umap/locale/de.json +4 -3
  29. umap/static/umap/locale/el.js +4 -3
  30. umap/static/umap/locale/el.json +4 -3
  31. umap/static/umap/locale/en.js +3 -3
  32. umap/static/umap/locale/en.json +3 -3
  33. umap/static/umap/locale/en_US.json +4 -3
  34. umap/static/umap/locale/es.js +10 -9
  35. umap/static/umap/locale/es.json +10 -9
  36. umap/static/umap/locale/et.js +4 -3
  37. umap/static/umap/locale/et.json +4 -3
  38. umap/static/umap/locale/eu.js +34 -33
  39. umap/static/umap/locale/eu.json +34 -33
  40. umap/static/umap/locale/fa_IR.js +4 -3
  41. umap/static/umap/locale/fa_IR.json +4 -3
  42. umap/static/umap/locale/fi.js +4 -3
  43. umap/static/umap/locale/fi.json +4 -3
  44. umap/static/umap/locale/fr.js +3 -3
  45. umap/static/umap/locale/fr.json +3 -3
  46. umap/static/umap/locale/gl.js +10 -9
  47. umap/static/umap/locale/gl.json +10 -9
  48. umap/static/umap/locale/he.js +4 -3
  49. umap/static/umap/locale/he.json +4 -3
  50. umap/static/umap/locale/hr.js +4 -3
  51. umap/static/umap/locale/hr.json +4 -3
  52. umap/static/umap/locale/hu.js +4 -3
  53. umap/static/umap/locale/hu.json +4 -3
  54. umap/static/umap/locale/id.js +4 -3
  55. umap/static/umap/locale/id.json +4 -3
  56. umap/static/umap/locale/is.js +4 -3
  57. umap/static/umap/locale/is.json +4 -3
  58. umap/static/umap/locale/it.js +4 -3
  59. umap/static/umap/locale/it.json +4 -3
  60. umap/static/umap/locale/ja.js +4 -3
  61. umap/static/umap/locale/ja.json +4 -3
  62. umap/static/umap/locale/ko.js +4 -3
  63. umap/static/umap/locale/ko.json +4 -3
  64. umap/static/umap/locale/lt.js +4 -3
  65. umap/static/umap/locale/lt.json +4 -3
  66. umap/static/umap/locale/ms.js +4 -3
  67. umap/static/umap/locale/ms.json +4 -3
  68. umap/static/umap/locale/nl.js +3 -3
  69. umap/static/umap/locale/nl.json +3 -3
  70. umap/static/umap/locale/no.js +4 -3
  71. umap/static/umap/locale/no.json +4 -3
  72. umap/static/umap/locale/pl.js +4 -3
  73. umap/static/umap/locale/pl.json +4 -3
  74. umap/static/umap/locale/pl_PL.json +4 -3
  75. umap/static/umap/locale/pt.js +3 -3
  76. umap/static/umap/locale/pt.json +3 -3
  77. umap/static/umap/locale/pt_BR.js +4 -3
  78. umap/static/umap/locale/pt_BR.json +4 -3
  79. umap/static/umap/locale/pt_PT.js +4 -3
  80. umap/static/umap/locale/pt_PT.json +4 -3
  81. umap/static/umap/locale/ro.js +4 -3
  82. umap/static/umap/locale/ro.json +4 -3
  83. umap/static/umap/locale/ru.js +4 -3
  84. umap/static/umap/locale/ru.json +4 -3
  85. umap/static/umap/locale/sk_SK.js +4 -3
  86. umap/static/umap/locale/sk_SK.json +4 -3
  87. umap/static/umap/locale/sl.js +4 -3
  88. umap/static/umap/locale/sl.json +4 -3
  89. umap/static/umap/locale/sr.js +4 -3
  90. umap/static/umap/locale/sr.json +4 -3
  91. umap/static/umap/locale/sv.js +4 -3
  92. umap/static/umap/locale/sv.json +4 -3
  93. umap/static/umap/locale/th_TH.js +4 -3
  94. umap/static/umap/locale/th_TH.json +4 -3
  95. umap/static/umap/locale/tr.js +4 -3
  96. umap/static/umap/locale/tr.json +4 -3
  97. umap/static/umap/locale/uk_UA.js +4 -3
  98. umap/static/umap/locale/uk_UA.json +4 -3
  99. umap/static/umap/locale/vi.js +4 -3
  100. umap/static/umap/locale/vi.json +4 -3
  101. umap/static/umap/locale/vi_VN.json +4 -3
  102. umap/static/umap/locale/zh.js +4 -3
  103. umap/static/umap/locale/zh.json +4 -3
  104. umap/static/umap/locale/zh_CN.json +4 -3
  105. umap/static/umap/locale/zh_TW.Big5.json +4 -3
  106. umap/static/umap/locale/zh_TW.js +4 -3
  107. umap/static/umap/locale/zh_TW.json +4 -3
  108. umap/views.py +1 -1
  109. {umap_project-2.9.1.dist-info → umap_project-2.9.3.dist-info}/METADATA +2 -2
  110. {umap_project-2.9.1.dist-info → umap_project-2.9.3.dist-info}/RECORD +113 -113
  111. {umap_project-2.9.1.dist-info → umap_project-2.9.3.dist-info}/WHEEL +0 -0
  112. {umap_project-2.9.1.dist-info → umap_project-2.9.3.dist-info}/entry_points.txt +0 -0
  113. {umap_project-2.9.1.dist-info → umap_project-2.9.3.dist-info}/licenses/LICENSE +0 -0
umap/__init__.py CHANGED
@@ -1 +1 @@
1
- VERSION = "2.9.1"
1
+ VERSION = "2.9.3"
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-03-03 17:36+0000\n"
11
+ "POT-Creation-Date: 2025-03-07 15:18+0000\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -34,7 +34,7 @@ msgstr ""
34
34
  msgid ""
35
35
  "Using “%(name)s” to authenticate is deprecated and will be removed soon. "
36
36
  "Please configure another provider below before losing access to your account "
37
- "and maps."
37
+ "and maps. Then, please logout and login again with the new provider."
38
38
  msgstr ""
39
39
 
40
40
  #: models.py:60 models.py:79
@@ -425,7 +425,7 @@ msgstr ""
425
425
  msgid "You are logged in. Continuing..."
426
426
  msgstr ""
427
427
 
428
- #: templates/umap/map_list.html:11 views.py:437
428
+ #: templates/umap/map_list.html:11 views.py:438
429
429
  msgid "by"
430
430
  msgstr ""
431
431
 
@@ -663,70 +663,70 @@ msgstr ""
663
663
  msgid "New team"
664
664
  msgstr ""
665
665
 
666
- #: views.py:234
666
+ #: views.py:235
667
667
  msgid "Cannot delete a team with more than one member"
668
668
  msgstr ""
669
669
 
670
- #: views.py:238
670
+ #: views.py:239
671
671
  #, python-format
672
672
  msgid "Team “%(name)s” has been deleted"
673
673
  msgstr ""
674
674
 
675
- #: views.py:442
675
+ #: views.py:443
676
676
  msgid "View the map"
677
677
  msgstr ""
678
678
 
679
- #: views.py:838
679
+ #: views.py:839
680
680
  msgid "See full screen"
681
681
  msgstr ""
682
682
 
683
- #: views.py:981
683
+ #: views.py:982
684
684
  msgid "Map editors updated with success!"
685
685
  msgstr ""
686
686
 
687
- #: views.py:1017
687
+ #: views.py:1018
688
688
  #, python-format
689
689
  msgid "The uMap edit link for your map: %(map_name)s"
690
690
  msgstr ""
691
691
 
692
- #: views.py:1020
692
+ #: views.py:1021
693
693
  #, python-format
694
694
  msgid "Here is your secret edit link: %(link)s"
695
695
  msgstr ""
696
696
 
697
- #: views.py:1027
697
+ #: views.py:1028
698
698
  #, python-format
699
699
  msgid "Can't send email to %(email)s"
700
700
  msgstr ""
701
701
 
702
- #: views.py:1030
702
+ #: views.py:1031
703
703
  #, python-format
704
704
  msgid "Email sent to %(email)s"
705
705
  msgstr ""
706
706
 
707
- #: views.py:1041
707
+ #: views.py:1042
708
708
  msgid "Only its owner can delete the map."
709
709
  msgstr ""
710
710
 
711
- #: views.py:1044
711
+ #: views.py:1045
712
712
  msgid "Map successfully deleted."
713
713
  msgstr ""
714
714
 
715
- #: views.py:1070
715
+ #: views.py:1071
716
716
  #, python-format
717
717
  msgid ""
718
718
  "Your map has been cloned! If you want to edit this map from another "
719
719
  "computer, please use this link: %(anonymous_url)s"
720
720
  msgstr ""
721
721
 
722
- #: views.py:1075
722
+ #: views.py:1076
723
723
  msgid "Congratulations, your map has been cloned!"
724
724
  msgstr ""
725
725
 
726
- #: views.py:1329
726
+ #: views.py:1330
727
727
  msgid "Layer successfully deleted."
728
728
  msgstr ""
729
729
 
730
- #: views.py:1351
730
+ #: views.py:1352
731
731
  msgid "Permissions updated with success!"
732
732
  msgstr ""
Binary file