umap-project 2.8.0a2__py3-none-any.whl → 2.8.1__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 (134) hide show
  1. umap/__init__.py +1 -1
  2. umap/decorators.py +3 -1
  3. umap/locale/ar/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/ar/LC_MESSAGES/django.po +45 -30
  5. umap/locale/br/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/br/LC_MESSAGES/django.po +49 -34
  7. umap/locale/ca/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/ca/LC_MESSAGES/django.po +45 -30
  9. umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  10. umap/locale/cs_CZ/LC_MESSAGES/django.po +52 -37
  11. umap/locale/da/LC_MESSAGES/django.mo +0 -0
  12. umap/locale/da/LC_MESSAGES/django.po +45 -30
  13. umap/locale/de/LC_MESSAGES/django.mo +0 -0
  14. umap/locale/de/LC_MESSAGES/django.po +45 -30
  15. umap/locale/el/LC_MESSAGES/django.mo +0 -0
  16. umap/locale/el/LC_MESSAGES/django.po +45 -30
  17. umap/locale/en/LC_MESSAGES/django.po +44 -29
  18. umap/locale/es/LC_MESSAGES/django.mo +0 -0
  19. umap/locale/es/LC_MESSAGES/django.po +45 -30
  20. umap/locale/et/LC_MESSAGES/django.mo +0 -0
  21. umap/locale/et/LC_MESSAGES/django.po +45 -30
  22. umap/locale/eu/LC_MESSAGES/django.mo +0 -0
  23. umap/locale/eu/LC_MESSAGES/django.po +65 -50
  24. umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
  25. umap/locale/fa_IR/LC_MESSAGES/django.po +45 -30
  26. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  27. umap/locale/fr/LC_MESSAGES/django.po +45 -30
  28. umap/locale/gl/LC_MESSAGES/django.mo +0 -0
  29. umap/locale/gl/LC_MESSAGES/django.po +45 -30
  30. umap/locale/he/LC_MESSAGES/django.mo +0 -0
  31. umap/locale/he/LC_MESSAGES/django.po +45 -30
  32. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  33. umap/locale/hu/LC_MESSAGES/django.po +45 -30
  34. umap/locale/is/LC_MESSAGES/django.mo +0 -0
  35. umap/locale/is/LC_MESSAGES/django.po +45 -30
  36. umap/locale/it/LC_MESSAGES/django.mo +0 -0
  37. umap/locale/it/LC_MESSAGES/django.po +45 -30
  38. umap/locale/ja/LC_MESSAGES/django.mo +0 -0
  39. umap/locale/ja/LC_MESSAGES/django.po +45 -30
  40. umap/locale/ko/LC_MESSAGES/django.mo +0 -0
  41. umap/locale/ko/LC_MESSAGES/django.po +45 -30
  42. umap/locale/lt/LC_MESSAGES/django.mo +0 -0
  43. umap/locale/lt/LC_MESSAGES/django.po +45 -30
  44. umap/locale/ms/LC_MESSAGES/django.mo +0 -0
  45. umap/locale/ms/LC_MESSAGES/django.po +45 -30
  46. umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  47. umap/locale/nl/LC_MESSAGES/django.po +45 -30
  48. umap/locale/pl/LC_MESSAGES/django.mo +0 -0
  49. umap/locale/pl/LC_MESSAGES/django.po +45 -30
  50. umap/locale/pt/LC_MESSAGES/django.mo +0 -0
  51. umap/locale/pt/LC_MESSAGES/django.po +45 -30
  52. umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
  53. umap/locale/pt_BR/LC_MESSAGES/django.po +45 -30
  54. umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
  55. umap/locale/pt_PT/LC_MESSAGES/django.po +45 -30
  56. umap/locale/ru/LC_MESSAGES/django.mo +0 -0
  57. umap/locale/ru/LC_MESSAGES/django.po +45 -30
  58. umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
  59. umap/locale/sk_SK/LC_MESSAGES/django.po +45 -30
  60. umap/locale/sl/LC_MESSAGES/django.mo +0 -0
  61. umap/locale/sl/LC_MESSAGES/django.po +45 -30
  62. umap/locale/sr/LC_MESSAGES/django.mo +0 -0
  63. umap/locale/sr/LC_MESSAGES/django.po +45 -30
  64. umap/locale/sv/LC_MESSAGES/django.mo +0 -0
  65. umap/locale/sv/LC_MESSAGES/django.po +45 -30
  66. umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
  67. umap/locale/th_TH/LC_MESSAGES/django.po +45 -30
  68. umap/locale/tr/LC_MESSAGES/django.mo +0 -0
  69. umap/locale/tr/LC_MESSAGES/django.po +45 -30
  70. umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
  71. umap/locale/uk_UA/LC_MESSAGES/django.po +45 -30
  72. umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
  73. umap/locale/zh_TW/LC_MESSAGES/django.po +50 -35
  74. umap/settings/local_s3.py +45 -0
  75. umap/static/umap/content.css +18 -13
  76. umap/static/umap/css/bar.css +4 -0
  77. umap/static/umap/css/form.css +3 -0
  78. umap/static/umap/img/logo_lightcyan.svg +4 -0
  79. umap/static/umap/js/modules/caption.js +73 -73
  80. umap/static/umap/js/modules/data/features.js +20 -5
  81. umap/static/umap/js/modules/data/layer.js +17 -14
  82. umap/static/umap/js/modules/drop.js +55 -0
  83. umap/static/umap/js/modules/importer.js +20 -10
  84. umap/static/umap/js/modules/rendering/icon.js +2 -1
  85. umap/static/umap/js/modules/rendering/map.js +9 -8
  86. umap/static/umap/js/modules/rendering/popup.js +9 -10
  87. umap/static/umap/js/modules/rendering/template.js +53 -9
  88. umap/static/umap/js/modules/rendering/ui.js +6 -2
  89. umap/static/umap/js/modules/request.js +2 -2
  90. umap/static/umap/js/modules/schema.js +1 -0
  91. umap/static/umap/js/modules/sync/engine.js +56 -13
  92. umap/static/umap/js/modules/sync/updaters.js +4 -1
  93. umap/static/umap/js/modules/sync/websocket.js +47 -2
  94. umap/static/umap/js/modules/ui/bar.js +1 -1
  95. umap/static/umap/js/modules/ui/dialog.js +5 -0
  96. umap/static/umap/js/modules/umap.js +62 -25
  97. umap/static/umap/js/modules/utils.js +2 -0
  98. umap/static/umap/js/umap.controls.js +8 -55
  99. umap/static/umap/js/umap.forms.js +44 -0
  100. umap/static/umap/locale/cs_CZ.js +13 -11
  101. umap/static/umap/locale/cs_CZ.json +13 -11
  102. umap/static/umap/locale/en.js +2 -1
  103. umap/static/umap/locale/en.json +2 -1
  104. umap/static/umap/locale/fr.js +2 -1
  105. umap/static/umap/locale/fr.json +2 -1
  106. umap/static/umap/locale/zh_TW.js +13 -11
  107. umap/static/umap/locale/zh_TW.json +13 -11
  108. umap/static/umap/map.css +34 -166
  109. umap/static/umap/unittests/sync.js +4 -1
  110. umap/static/umap/vars.css +0 -1
  111. umap/templates/403.html +12 -0
  112. umap/templates/404.html +4 -13
  113. umap/templates/40x.html +9 -0
  114. umap/templates/base.html +2 -0
  115. umap/templates/umap/components/alerts/alert.html +4 -0
  116. umap/templates/umap/css.html +3 -0
  117. umap/templates/umap/js.html +2 -0
  118. umap/templates/umap/map_init.html +2 -0
  119. umap/templates/umap/user_dashboard.html +2 -0
  120. umap/tests/fixtures/test_upload_simple_marker.json +19 -0
  121. umap/tests/integration/conftest.py +3 -3
  122. umap/tests/integration/test_edit_datalayer.py +11 -0
  123. umap/tests/integration/test_import.py +20 -1
  124. umap/tests/integration/test_websocket_sync.py +69 -0
  125. umap/tests/test_dashboard.py +82 -0
  126. umap/tests/test_team_views.py +35 -1
  127. umap/tests/test_views.py +0 -74
  128. umap/views.py +5 -1
  129. umap/websocket_server.py +8 -1
  130. {umap_project-2.8.0a2.dist-info → umap_project-2.8.1.dist-info}/METADATA +5 -5
  131. {umap_project-2.8.0a2.dist-info → umap_project-2.8.1.dist-info}/RECORD +134 -127
  132. {umap_project-2.8.0a2.dist-info → umap_project-2.8.1.dist-info}/WHEEL +0 -0
  133. {umap_project-2.8.0a2.dist-info → umap_project-2.8.1.dist-info}/entry_points.txt +0 -0
  134. {umap_project-2.8.0a2.dist-info → umap_project-2.8.1.dist-info}/licenses/LICENSE +0 -0
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: uMap\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2024-12-11 17:05+0000\n"
12
+ "POT-Creation-Date: 2024-12-24 08:39+0000\n"
13
13
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
14
14
  "Last-Translator: Krittin Leewanich, 2023-2024\n"
15
15
  "Language-Team: Thai (Thailand) (http://app.transifex.com/openstreetmap/umap/language/th_TH/)\n"
@@ -23,6 +23,10 @@ msgstr ""
23
23
  msgid "CSV Export"
24
24
  msgstr "ส่งออก CSV"
25
25
 
26
+ #: decorators.py:60
27
+ msgid "This map is not publicly available"
28
+ msgstr ""
29
+
26
30
  #: middleware.py:13
27
31
  msgid "Site is readonly for maintenance"
28
32
  msgstr "สามารถอ่านไซต์เท่านั้น เนื่องจากมีการซ่อมบำรุง"
@@ -155,9 +159,20 @@ msgstr "แสดงตอนโหลด"
155
159
  msgid "Display this layer on load."
156
160
  msgstr "แสดงเลเยอร์ตอนโหลด"
157
161
 
158
- #: templates/404.html:8
159
- msgid "Take me to the home page"
160
- msgstr "ไปหน้าหลัก"
162
+ #: templates/403.html:8
163
+ msgid ""
164
+ "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
165
+ "target=\"_blank\">Find out here the documentation</a> on how to manage map’s"
166
+ " permissions."
167
+ msgstr ""
168
+
169
+ #: templates/403.html:10 templates/404.html:8
170
+ msgid "← Go to the homepage"
171
+ msgstr ""
172
+
173
+ #: templates/404.html:7
174
+ msgid "404 Page Not Found"
175
+ msgstr ""
161
176
 
162
177
  #: templates/auth/user_detail.html:8
163
178
  #, python-format
@@ -276,13 +291,13 @@ msgstr "สร้างแผนที่"
276
291
  msgid "Play with the demo"
277
292
  msgstr "เล่นกับตัวอย่างเดโม่"
278
293
 
279
- #: templates/umap/components/alerts/alert.html:15
280
- #: templates/umap/components/alerts/alert.html:64
281
- #: templates/umap/components/alerts/alert.html:92
294
+ #: templates/umap/components/alerts/alert.html:17
295
+ #: templates/umap/components/alerts/alert.html:66
296
+ #: templates/umap/components/alerts/alert.html:94
282
297
  msgid "Close"
283
298
  msgstr "ปิด"
284
299
 
285
- #: templates/umap/components/alerts/alert.html:30
300
+ #: templates/umap/components/alerts/alert.html:32
286
301
  #, python-format
287
302
  msgid ""
288
303
  "Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
@@ -290,35 +305,35 @@ msgid ""
290
305
  "target=\"_blank\">log in</a>."
291
306
  msgstr "เคล็ดลับ: เพื่อที่หากลับมาแผนที่ของคุณได้ง่ายขึ้น <a href=\"%(login_url)s\" target=\"_blank\">สร้างบัญชี</a> หรือ<a href=\"%(login_url)s\" target=\"_blank\">ลงชื่อเข้าใช้</a>"
292
307
 
293
- #: templates/umap/components/alerts/alert.html:35
308
+ #: templates/umap/components/alerts/alert.html:37
294
309
  msgid "Here is your secret link to edit the map, please keep it safe:"
295
310
  msgstr "นี่คือลิงค์ลับสำหรับแก้ไขแผนที่ โปรดเก็บรักษาไว้อย่างปลอดภัย:"
296
311
 
297
- #: templates/umap/components/alerts/alert.html:39
312
+ #: templates/umap/components/alerts/alert.html:41
298
313
  msgid "Copy link"
299
314
  msgstr "คัดลอกลิงค์"
300
315
 
301
- #: templates/umap/components/alerts/alert.html:46
316
+ #: templates/umap/components/alerts/alert.html:48
302
317
  msgid "Enter your email address to receive the secret link:"
303
318
  msgstr "กรอกที่อยู่อีเมลของคุณเพื่อรับลิงค์ลับ:"
304
319
 
305
- #: templates/umap/components/alerts/alert.html:52
320
+ #: templates/umap/components/alerts/alert.html:54
306
321
  msgid "Email"
307
322
  msgstr "อีเมล"
308
323
 
309
- #: templates/umap/components/alerts/alert.html:55
324
+ #: templates/umap/components/alerts/alert.html:57
310
325
  msgid "Send me the link"
311
326
  msgstr "ส่งลิงค์มาให้ฉัน"
312
327
 
313
- #: templates/umap/components/alerts/alert.html:79
328
+ #: templates/umap/components/alerts/alert.html:81
314
329
  msgid "See their edits in another tab"
315
330
  msgstr ""
316
331
 
317
- #: templates/umap/components/alerts/alert.html:82
332
+ #: templates/umap/components/alerts/alert.html:84
318
333
  msgid "Keep your changes and loose theirs"
319
334
  msgstr ""
320
335
 
321
- #: templates/umap/components/alerts/alert.html:85
336
+ #: templates/umap/components/alerts/alert.html:87
322
337
  msgid "Keep their changes and loose yours"
323
338
  msgstr ""
324
339
 
@@ -386,7 +401,7 @@ msgstr "รับแรงบันดาลใจ เรียกดูแผ
386
401
  msgid "You are logged in. Continuing..."
387
402
  msgstr "คุณเข้าสู่ระบบแล้ว กำลังดำเนินการต่อ..."
388
403
 
389
- #: templates/umap/map_list.html:11 views.py:433
404
+ #: templates/umap/map_list.html:11 views.py:437
390
405
  msgid "by"
391
406
  msgstr "โดย"
392
407
 
@@ -614,61 +629,61 @@ msgstr ""
614
629
  msgid "Team “%(name)s” has been deleted"
615
630
  msgstr ""
616
631
 
617
- #: views.py:438
632
+ #: views.py:442
618
633
  msgid "View the map"
619
634
  msgstr "ดูแผนที่"
620
635
 
621
- #: views.py:820
636
+ #: views.py:825
622
637
  msgid "See full screen"
623
638
  msgstr ""
624
639
 
625
- #: views.py:963
640
+ #: views.py:968
626
641
  msgid "Map editors updated with success!"
627
642
  msgstr "ผู้แก้ไขแผนที่อัปเดตสำเร็จแล้ว!"
628
643
 
629
- #: views.py:999
644
+ #: views.py:1004
630
645
  #, python-format
631
646
  msgid "The uMap edit link for your map: %(map_name)s"
632
647
  msgstr ""
633
648
 
634
- #: views.py:1002
649
+ #: views.py:1007
635
650
  #, python-format
636
651
  msgid "Here is your secret edit link: %(link)s"
637
652
  msgstr ""
638
653
 
639
- #: views.py:1009
654
+ #: views.py:1014
640
655
  #, python-format
641
656
  msgid "Can't send email to %(email)s"
642
657
  msgstr ""
643
658
 
644
- #: views.py:1012
659
+ #: views.py:1017
645
660
  #, python-format
646
661
  msgid "Email sent to %(email)s"
647
662
  msgstr ""
648
663
 
649
- #: views.py:1023
664
+ #: views.py:1028
650
665
  msgid "Only its owner can delete the map."
651
666
  msgstr "เฉพาะเจ้าของสามารถลบแผนที่ได้เท่านั้น"
652
667
 
653
- #: views.py:1026
668
+ #: views.py:1031
654
669
  msgid "Map successfully deleted."
655
670
  msgstr ""
656
671
 
657
- #: views.py:1052
672
+ #: views.py:1057
658
673
  #, python-format
659
674
  msgid ""
660
675
  "Your map has been cloned! If you want to edit this map from another "
661
676
  "computer, please use this link: %(anonymous_url)s"
662
677
  msgstr "แผนที่ของคุณถูกโคลนแล้ว! ถ้าคุณต้องการแก้ไขแผนที่นี้จากอุปกรณ์อื่น โปรดใช้ลิงค์: %(anonymous_url)s"
663
678
 
664
- #: views.py:1057
679
+ #: views.py:1062
665
680
  msgid "Congratulations, your map has been cloned!"
666
681
  msgstr "ยินดีด้วย แผนที่ของคุณถูกโคลนแล้ว!"
667
682
 
668
- #: views.py:1308
683
+ #: views.py:1313
669
684
  msgid "Layer successfully deleted."
670
685
  msgstr "ลบเลเยอร์สำเร็จแล้ว"
671
686
 
672
- #: views.py:1330
687
+ #: views.py:1335
673
688
  msgid "Permissions updated with success!"
674
689
  msgstr ""
Binary file
@@ -11,7 +11,7 @@ msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: uMap\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2024-12-11 17:05+0000\n"
14
+ "POT-Creation-Date: 2024-12-24 08:39+0000\n"
15
15
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
16
16
  "Last-Translator: Roman Neumüller, 2020\n"
17
17
  "Language-Team: Turkish (http://app.transifex.com/openstreetmap/umap/language/tr/)\n"
@@ -25,6 +25,10 @@ msgstr ""
25
25
  msgid "CSV Export"
26
26
  msgstr ""
27
27
 
28
+ #: decorators.py:60
29
+ msgid "This map is not publicly available"
30
+ msgstr ""
31
+
28
32
  #: middleware.py:13
29
33
  msgid "Site is readonly for maintenance"
30
34
  msgstr "Sitenin bakım modu olduğu için salt okunur"
@@ -157,9 +161,20 @@ msgstr "yüklerken görüntüle"
157
161
  msgid "Display this layer on load."
158
162
  msgstr "Yüklerken bu katman görüntüle"
159
163
 
160
- #: templates/404.html:8
161
- msgid "Take me to the home page"
162
- msgstr "Anasayfa "
164
+ #: templates/403.html:8
165
+ msgid ""
166
+ "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
167
+ "target=\"_blank\">Find out here the documentation</a> on how to manage map’s"
168
+ " permissions."
169
+ msgstr ""
170
+
171
+ #: templates/403.html:10 templates/404.html:8
172
+ msgid "← Go to the homepage"
173
+ msgstr ""
174
+
175
+ #: templates/404.html:7
176
+ msgid "404 Page Not Found"
177
+ msgstr ""
163
178
 
164
179
  #: templates/auth/user_detail.html:8
165
180
  #, python-format
@@ -278,13 +293,13 @@ msgstr "Bir harita oluştur"
278
293
  msgid "Play with the demo"
279
294
  msgstr "Deneme sayfalarla oyna"
280
295
 
281
- #: templates/umap/components/alerts/alert.html:15
282
- #: templates/umap/components/alerts/alert.html:64
283
- #: templates/umap/components/alerts/alert.html:92
296
+ #: templates/umap/components/alerts/alert.html:17
297
+ #: templates/umap/components/alerts/alert.html:66
298
+ #: templates/umap/components/alerts/alert.html:94
284
299
  msgid "Close"
285
300
  msgstr ""
286
301
 
287
- #: templates/umap/components/alerts/alert.html:30
302
+ #: templates/umap/components/alerts/alert.html:32
288
303
  #, python-format
289
304
  msgid ""
290
305
  "Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
@@ -292,35 +307,35 @@ msgid ""
292
307
  "target=\"_blank\">log in</a>."
293
308
  msgstr ""
294
309
 
295
- #: templates/umap/components/alerts/alert.html:35
310
+ #: templates/umap/components/alerts/alert.html:37
296
311
  msgid "Here is your secret link to edit the map, please keep it safe:"
297
312
  msgstr ""
298
313
 
299
- #: templates/umap/components/alerts/alert.html:39
314
+ #: templates/umap/components/alerts/alert.html:41
300
315
  msgid "Copy link"
301
316
  msgstr ""
302
317
 
303
- #: templates/umap/components/alerts/alert.html:46
318
+ #: templates/umap/components/alerts/alert.html:48
304
319
  msgid "Enter your email address to receive the secret link:"
305
320
  msgstr ""
306
321
 
307
- #: templates/umap/components/alerts/alert.html:52
322
+ #: templates/umap/components/alerts/alert.html:54
308
323
  msgid "Email"
309
324
  msgstr ""
310
325
 
311
- #: templates/umap/components/alerts/alert.html:55
326
+ #: templates/umap/components/alerts/alert.html:57
312
327
  msgid "Send me the link"
313
328
  msgstr ""
314
329
 
315
- #: templates/umap/components/alerts/alert.html:79
330
+ #: templates/umap/components/alerts/alert.html:81
316
331
  msgid "See their edits in another tab"
317
332
  msgstr ""
318
333
 
319
- #: templates/umap/components/alerts/alert.html:82
334
+ #: templates/umap/components/alerts/alert.html:84
320
335
  msgid "Keep your changes and loose theirs"
321
336
  msgstr ""
322
337
 
323
- #: templates/umap/components/alerts/alert.html:85
338
+ #: templates/umap/components/alerts/alert.html:87
324
339
  msgid "Keep their changes and loose yours"
325
340
  msgstr ""
326
341
 
@@ -388,7 +403,7 @@ msgstr "İlham alın, haritalara göz atın"
388
403
  msgid "You are logged in. Continuing..."
389
404
  msgstr "Giriş tamamlandı. Devam..."
390
405
 
391
- #: templates/umap/map_list.html:11 views.py:433
406
+ #: templates/umap/map_list.html:11 views.py:437
392
407
  msgid "by"
393
408
  msgstr "tarafından"
394
409
 
@@ -617,61 +632,61 @@ msgstr ""
617
632
  msgid "Team “%(name)s” has been deleted"
618
633
  msgstr ""
619
634
 
620
- #: views.py:438
635
+ #: views.py:442
621
636
  msgid "View the map"
622
637
  msgstr "Haritayı görüntüle"
623
638
 
624
- #: views.py:820
639
+ #: views.py:825
625
640
  msgid "See full screen"
626
641
  msgstr ""
627
642
 
628
- #: views.py:963
643
+ #: views.py:968
629
644
  msgid "Map editors updated with success!"
630
645
  msgstr "Haritanın editörleri başarıyla güncellendi!"
631
646
 
632
- #: views.py:999
647
+ #: views.py:1004
633
648
  #, python-format
634
649
  msgid "The uMap edit link for your map: %(map_name)s"
635
650
  msgstr ""
636
651
 
637
- #: views.py:1002
652
+ #: views.py:1007
638
653
  #, python-format
639
654
  msgid "Here is your secret edit link: %(link)s"
640
655
  msgstr ""
641
656
 
642
- #: views.py:1009
657
+ #: views.py:1014
643
658
  #, python-format
644
659
  msgid "Can't send email to %(email)s"
645
660
  msgstr ""
646
661
 
647
- #: views.py:1012
662
+ #: views.py:1017
648
663
  #, python-format
649
664
  msgid "Email sent to %(email)s"
650
665
  msgstr ""
651
666
 
652
- #: views.py:1023
667
+ #: views.py:1028
653
668
  msgid "Only its owner can delete the map."
654
669
  msgstr "Salt haritanın sahibi haritayı silebilir."
655
670
 
656
- #: views.py:1026
671
+ #: views.py:1031
657
672
  msgid "Map successfully deleted."
658
673
  msgstr ""
659
674
 
660
- #: views.py:1052
675
+ #: views.py:1057
661
676
  #, python-format
662
677
  msgid ""
663
678
  "Your map has been cloned! If you want to edit this map from another "
664
679
  "computer, please use this link: %(anonymous_url)s"
665
680
  msgstr "Haritanız çoğaltıldı! Eğer bu haritayı başka bir bilgisayardan düzenlemek isterseniz, lütfen bu bağlantıyı kullanın: %(anonymous_url)s"
666
681
 
667
- #: views.py:1057
682
+ #: views.py:1062
668
683
  msgid "Congratulations, your map has been cloned!"
669
684
  msgstr "Tebrikler, haritanız çoğaltıldı!"
670
685
 
671
- #: views.py:1308
686
+ #: views.py:1313
672
687
  msgid "Layer successfully deleted."
673
688
  msgstr "Katman başarıyla silindi"
674
689
 
675
- #: views.py:1330
690
+ #: views.py:1335
676
691
  msgid "Permissions updated with success!"
677
692
  msgstr ""
Binary file
@@ -10,7 +10,7 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: uMap\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2024-12-11 17:05+0000\n"
13
+ "POT-Creation-Date: 2024-12-24 08:39+0000\n"
14
14
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
15
15
  "Last-Translator: Сергій Дубик <dubyk@ukr.net>, 2014,2017\n"
16
16
  "Language-Team: Ukrainian (Ukraine) (http://app.transifex.com/openstreetmap/umap/language/uk_UA/)\n"
@@ -24,6 +24,10 @@ msgstr ""
24
24
  msgid "CSV Export"
25
25
  msgstr ""
26
26
 
27
+ #: decorators.py:60
28
+ msgid "This map is not publicly available"
29
+ msgstr ""
30
+
27
31
  #: middleware.py:13
28
32
  msgid "Site is readonly for maintenance"
29
33
  msgstr "Сайт доступний лише для перегляду на час робіт з його обслуговування."
@@ -156,9 +160,20 @@ msgstr "показувати при завантаженні"
156
160
  msgid "Display this layer on load."
157
161
  msgstr "Показати цей шар при завантаженні."
158
162
 
159
- #: templates/404.html:8
160
- msgid "Take me to the home page"
161
- msgstr "Перемістіть мене на головну сторінку"
163
+ #: templates/403.html:8
164
+ msgid ""
165
+ "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
166
+ "target=\"_blank\">Find out here the documentation</a> on how to manage map’s"
167
+ " permissions."
168
+ msgstr ""
169
+
170
+ #: templates/403.html:10 templates/404.html:8
171
+ msgid "← Go to the homepage"
172
+ msgstr ""
173
+
174
+ #: templates/404.html:7
175
+ msgid "404 Page Not Found"
176
+ msgstr ""
162
177
 
163
178
  #: templates/auth/user_detail.html:8
164
179
  #, python-format
@@ -277,13 +292,13 @@ msgstr "Створити мапу"
277
292
  msgid "Play with the demo"
278
293
  msgstr "Погратися з демо-версією"
279
294
 
280
- #: templates/umap/components/alerts/alert.html:15
281
- #: templates/umap/components/alerts/alert.html:64
282
- #: templates/umap/components/alerts/alert.html:92
295
+ #: templates/umap/components/alerts/alert.html:17
296
+ #: templates/umap/components/alerts/alert.html:66
297
+ #: templates/umap/components/alerts/alert.html:94
283
298
  msgid "Close"
284
299
  msgstr ""
285
300
 
286
- #: templates/umap/components/alerts/alert.html:30
301
+ #: templates/umap/components/alerts/alert.html:32
287
302
  #, python-format
288
303
  msgid ""
289
304
  "Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
@@ -291,35 +306,35 @@ msgid ""
291
306
  "target=\"_blank\">log in</a>."
292
307
  msgstr ""
293
308
 
294
- #: templates/umap/components/alerts/alert.html:35
309
+ #: templates/umap/components/alerts/alert.html:37
295
310
  msgid "Here is your secret link to edit the map, please keep it safe:"
296
311
  msgstr ""
297
312
 
298
- #: templates/umap/components/alerts/alert.html:39
313
+ #: templates/umap/components/alerts/alert.html:41
299
314
  msgid "Copy link"
300
315
  msgstr ""
301
316
 
302
- #: templates/umap/components/alerts/alert.html:46
317
+ #: templates/umap/components/alerts/alert.html:48
303
318
  msgid "Enter your email address to receive the secret link:"
304
319
  msgstr ""
305
320
 
306
- #: templates/umap/components/alerts/alert.html:52
321
+ #: templates/umap/components/alerts/alert.html:54
307
322
  msgid "Email"
308
323
  msgstr ""
309
324
 
310
- #: templates/umap/components/alerts/alert.html:55
325
+ #: templates/umap/components/alerts/alert.html:57
311
326
  msgid "Send me the link"
312
327
  msgstr ""
313
328
 
314
- #: templates/umap/components/alerts/alert.html:79
329
+ #: templates/umap/components/alerts/alert.html:81
315
330
  msgid "See their edits in another tab"
316
331
  msgstr ""
317
332
 
318
- #: templates/umap/components/alerts/alert.html:82
333
+ #: templates/umap/components/alerts/alert.html:84
319
334
  msgid "Keep your changes and loose theirs"
320
335
  msgstr ""
321
336
 
322
- #: templates/umap/components/alerts/alert.html:85
337
+ #: templates/umap/components/alerts/alert.html:87
323
338
  msgid "Keep their changes and loose yours"
324
339
  msgstr ""
325
340
 
@@ -387,7 +402,7 @@ msgstr "Дивіться чужі мапи та надихайтеся"
387
402
  msgid "You are logged in. Continuing..."
388
403
  msgstr "Ви увійшли. Продовжимо …"
389
404
 
390
- #: templates/umap/map_list.html:11 views.py:433
405
+ #: templates/umap/map_list.html:11 views.py:437
391
406
  msgid "by"
392
407
  msgstr " від "
393
408
 
@@ -618,61 +633,61 @@ msgstr ""
618
633
  msgid "Team “%(name)s” has been deleted"
619
634
  msgstr ""
620
635
 
621
- #: views.py:438
636
+ #: views.py:442
622
637
  msgid "View the map"
623
638
  msgstr "Переглянути мапу"
624
639
 
625
- #: views.py:820
640
+ #: views.py:825
626
641
  msgid "See full screen"
627
642
  msgstr ""
628
643
 
629
- #: views.py:963
644
+ #: views.py:968
630
645
  msgid "Map editors updated with success!"
631
646
  msgstr "Редактори мапи успішно оновлені!"
632
647
 
633
- #: views.py:999
648
+ #: views.py:1004
634
649
  #, python-format
635
650
  msgid "The uMap edit link for your map: %(map_name)s"
636
651
  msgstr ""
637
652
 
638
- #: views.py:1002
653
+ #: views.py:1007
639
654
  #, python-format
640
655
  msgid "Here is your secret edit link: %(link)s"
641
656
  msgstr ""
642
657
 
643
- #: views.py:1009
658
+ #: views.py:1014
644
659
  #, python-format
645
660
  msgid "Can't send email to %(email)s"
646
661
  msgstr ""
647
662
 
648
- #: views.py:1012
663
+ #: views.py:1017
649
664
  #, python-format
650
665
  msgid "Email sent to %(email)s"
651
666
  msgstr ""
652
667
 
653
- #: views.py:1023
668
+ #: views.py:1028
654
669
  msgid "Only its owner can delete the map."
655
670
  msgstr "Лише власник мапи може вилучити її."
656
671
 
657
- #: views.py:1026
672
+ #: views.py:1031
658
673
  msgid "Map successfully deleted."
659
674
  msgstr ""
660
675
 
661
- #: views.py:1052
676
+ #: views.py:1057
662
677
  #, python-format
663
678
  msgid ""
664
679
  "Your map has been cloned! If you want to edit this map from another "
665
680
  "computer, please use this link: %(anonymous_url)s"
666
681
  msgstr "Карта була скопійована. Якщо Ви хочете редагувати її на іншому комп’ютері, використовуйте це посилання: %(anonymous_url)s"
667
682
 
668
- #: views.py:1057
683
+ #: views.py:1062
669
684
  msgid "Congratulations, your map has been cloned!"
670
685
  msgstr "Вітаємо, Ваша мапа скопійована!"
671
686
 
672
- #: views.py:1308
687
+ #: views.py:1313
673
688
  msgid "Layer successfully deleted."
674
689
  msgstr "Шар вилучено."
675
690
 
676
- #: views.py:1330
691
+ #: views.py:1335
677
692
  msgid "Permissions updated with success!"
678
693
  msgstr ""
Binary file