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: Joao Ponce de Leao Paulouro <joao.ponceleao@gmail.com>, 2014\n"
15
15
  "Language-Team: Portuguese (Portugal) (http://app.transifex.com/openstreetmap/umap/language/pt_PT/)\n"
@@ -23,6 +23,10 @@ msgstr ""
23
23
  msgid "CSV Export"
24
24
  msgstr ""
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 "O site está em modo de leitura para manutenção"
@@ -155,9 +159,20 @@ msgstr "mostrar no início"
155
159
  msgid "Display this layer on load."
156
160
  msgstr "Apresentar esta camada ao carregar."
157
161
 
158
- #: templates/404.html:8
159
- msgid "Take me to the home page"
160
- msgstr "Ir para a página principal"
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 "Criar um mapa"
276
291
  msgid "Play with the demo"
277
292
  msgstr "Testar a demo"
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 ""
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 "Inspire-se, explore os mapas"
386
401
  msgid "You are logged in. Continuing..."
387
402
  msgstr "Sucesso na identificação. Continuando..."
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 "por"
392
407
 
@@ -616,61 +631,61 @@ msgstr ""
616
631
  msgid "Team “%(name)s” has been deleted"
617
632
  msgstr ""
618
633
 
619
- #: views.py:438
634
+ #: views.py:442
620
635
  msgid "View the map"
621
636
  msgstr "Ver o mapa"
622
637
 
623
- #: views.py:820
638
+ #: views.py:825
624
639
  msgid "See full screen"
625
640
  msgstr ""
626
641
 
627
- #: views.py:963
642
+ #: views.py:968
628
643
  msgid "Map editors updated with success!"
629
644
  msgstr "Os editores do mapa foram atualizados com sucesso!"
630
645
 
631
- #: views.py:999
646
+ #: views.py:1004
632
647
  #, python-format
633
648
  msgid "The uMap edit link for your map: %(map_name)s"
634
649
  msgstr ""
635
650
 
636
- #: views.py:1002
651
+ #: views.py:1007
637
652
  #, python-format
638
653
  msgid "Here is your secret edit link: %(link)s"
639
654
  msgstr ""
640
655
 
641
- #: views.py:1009
656
+ #: views.py:1014
642
657
  #, python-format
643
658
  msgid "Can't send email to %(email)s"
644
659
  msgstr ""
645
660
 
646
- #: views.py:1012
661
+ #: views.py:1017
647
662
  #, python-format
648
663
  msgid "Email sent to %(email)s"
649
664
  msgstr ""
650
665
 
651
- #: views.py:1023
666
+ #: views.py:1028
652
667
  msgid "Only its owner can delete the map."
653
668
  msgstr "Só o proprietário pode eliminar o mapa."
654
669
 
655
- #: views.py:1026
670
+ #: views.py:1031
656
671
  msgid "Map successfully deleted."
657
672
  msgstr ""
658
673
 
659
- #: views.py:1052
674
+ #: views.py:1057
660
675
  #, python-format
661
676
  msgid ""
662
677
  "Your map has been cloned! If you want to edit this map from another "
663
678
  "computer, please use this link: %(anonymous_url)s"
664
679
  msgstr "O seu mapa foi clonado! Se quiser editar este mapa noutro computador, por favor utilize este link: %(anonymous_url)s"
665
680
 
666
- #: views.py:1057
681
+ #: views.py:1062
667
682
  msgid "Congratulations, your map has been cloned!"
668
683
  msgstr "Parabéns, o seu mapa foi clonado!"
669
684
 
670
- #: views.py:1308
685
+ #: views.py:1313
671
686
  msgid "Layer successfully deleted."
672
687
  msgstr "Camada eliminada com sucesso."
673
688
 
674
- #: views.py:1330
689
+ #: views.py:1335
675
690
  msgid "Permissions updated with success!"
676
691
  msgstr ""
Binary file
@@ -13,7 +13,7 @@ msgid ""
13
13
  msgstr ""
14
14
  "Project-Id-Version: uMap\n"
15
15
  "Report-Msgid-Bugs-To: \n"
16
- "POT-Creation-Date: 2024-12-11 17:05+0000\n"
16
+ "POT-Creation-Date: 2024-12-24 08:39+0000\n"
17
17
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
18
18
  "Last-Translator: Кругликов Илья <ilis@inbox.ru>, 2014,2016\n"
19
19
  "Language-Team: Russian (http://app.transifex.com/openstreetmap/umap/language/ru/)\n"
@@ -27,6 +27,10 @@ msgstr ""
27
27
  msgid "CSV Export"
28
28
  msgstr ""
29
29
 
30
+ #: decorators.py:60
31
+ msgid "This map is not publicly available"
32
+ msgstr ""
33
+
30
34
  #: middleware.py:13
31
35
  msgid "Site is readonly for maintenance"
32
36
  msgstr "Сайт доступен только для обслуживания"
@@ -159,9 +163,20 @@ msgstr "показывать при загрузке"
159
163
  msgid "Display this layer on load."
160
164
  msgstr "Показать этот слой при загрузке."
161
165
 
162
- #: templates/404.html:8
163
- msgid "Take me to the home page"
164
- msgstr "Перейти на заглавную страницу"
166
+ #: templates/403.html:8
167
+ msgid ""
168
+ "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
169
+ "target=\"_blank\">Find out here the documentation</a> on how to manage map’s"
170
+ " permissions."
171
+ msgstr ""
172
+
173
+ #: templates/403.html:10 templates/404.html:8
174
+ msgid "← Go to the homepage"
175
+ msgstr ""
176
+
177
+ #: templates/404.html:7
178
+ msgid "404 Page Not Found"
179
+ msgstr ""
165
180
 
166
181
  #: templates/auth/user_detail.html:8
167
182
  #, python-format
@@ -280,13 +295,13 @@ msgstr "Создать карту"
280
295
  msgid "Play with the demo"
281
296
  msgstr "Пробная карта"
282
297
 
283
- #: templates/umap/components/alerts/alert.html:15
284
- #: templates/umap/components/alerts/alert.html:64
285
- #: templates/umap/components/alerts/alert.html:92
298
+ #: templates/umap/components/alerts/alert.html:17
299
+ #: templates/umap/components/alerts/alert.html:66
300
+ #: templates/umap/components/alerts/alert.html:94
286
301
  msgid "Close"
287
302
  msgstr ""
288
303
 
289
- #: templates/umap/components/alerts/alert.html:30
304
+ #: templates/umap/components/alerts/alert.html:32
290
305
  #, python-format
291
306
  msgid ""
292
307
  "Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
@@ -294,35 +309,35 @@ msgid ""
294
309
  "target=\"_blank\">log in</a>."
295
310
  msgstr ""
296
311
 
297
- #: templates/umap/components/alerts/alert.html:35
312
+ #: templates/umap/components/alerts/alert.html:37
298
313
  msgid "Here is your secret link to edit the map, please keep it safe:"
299
314
  msgstr ""
300
315
 
301
- #: templates/umap/components/alerts/alert.html:39
316
+ #: templates/umap/components/alerts/alert.html:41
302
317
  msgid "Copy link"
303
318
  msgstr ""
304
319
 
305
- #: templates/umap/components/alerts/alert.html:46
320
+ #: templates/umap/components/alerts/alert.html:48
306
321
  msgid "Enter your email address to receive the secret link:"
307
322
  msgstr ""
308
323
 
309
- #: templates/umap/components/alerts/alert.html:52
324
+ #: templates/umap/components/alerts/alert.html:54
310
325
  msgid "Email"
311
326
  msgstr ""
312
327
 
313
- #: templates/umap/components/alerts/alert.html:55
328
+ #: templates/umap/components/alerts/alert.html:57
314
329
  msgid "Send me the link"
315
330
  msgstr ""
316
331
 
317
- #: templates/umap/components/alerts/alert.html:79
332
+ #: templates/umap/components/alerts/alert.html:81
318
333
  msgid "See their edits in another tab"
319
334
  msgstr ""
320
335
 
321
- #: templates/umap/components/alerts/alert.html:82
336
+ #: templates/umap/components/alerts/alert.html:84
322
337
  msgid "Keep your changes and loose theirs"
323
338
  msgstr ""
324
339
 
325
- #: templates/umap/components/alerts/alert.html:85
340
+ #: templates/umap/components/alerts/alert.html:87
326
341
  msgid "Keep their changes and loose yours"
327
342
  msgstr ""
328
343
 
@@ -390,7 +405,7 @@ msgstr "Смотрите чужие карты и вдохновляйтесь"
390
405
  msgid "You are logged in. Continuing..."
391
406
  msgstr "Вы вошли. Продолжим..."
392
407
 
393
- #: templates/umap/map_list.html:11 views.py:433
408
+ #: templates/umap/map_list.html:11 views.py:437
394
409
  msgid "by"
395
410
  msgstr "от"
396
411
 
@@ -621,61 +636,61 @@ msgstr ""
621
636
  msgid "Team “%(name)s” has been deleted"
622
637
  msgstr ""
623
638
 
624
- #: views.py:438
639
+ #: views.py:442
625
640
  msgid "View the map"
626
641
  msgstr "Посмотреть карту"
627
642
 
628
- #: views.py:820
643
+ #: views.py:825
629
644
  msgid "See full screen"
630
645
  msgstr ""
631
646
 
632
- #: views.py:963
647
+ #: views.py:968
633
648
  msgid "Map editors updated with success!"
634
649
  msgstr "Редакторы карты успешно обновлены!"
635
650
 
636
- #: views.py:999
651
+ #: views.py:1004
637
652
  #, python-format
638
653
  msgid "The uMap edit link for your map: %(map_name)s"
639
654
  msgstr ""
640
655
 
641
- #: views.py:1002
656
+ #: views.py:1007
642
657
  #, python-format
643
658
  msgid "Here is your secret edit link: %(link)s"
644
659
  msgstr ""
645
660
 
646
- #: views.py:1009
661
+ #: views.py:1014
647
662
  #, python-format
648
663
  msgid "Can't send email to %(email)s"
649
664
  msgstr ""
650
665
 
651
- #: views.py:1012
666
+ #: views.py:1017
652
667
  #, python-format
653
668
  msgid "Email sent to %(email)s"
654
669
  msgstr ""
655
670
 
656
- #: views.py:1023
671
+ #: views.py:1028
657
672
  msgid "Only its owner can delete the map."
658
673
  msgstr "Только владелец карты может удалить её."
659
674
 
660
- #: views.py:1026
675
+ #: views.py:1031
661
676
  msgid "Map successfully deleted."
662
677
  msgstr ""
663
678
 
664
- #: views.py:1052
679
+ #: views.py:1057
665
680
  #, python-format
666
681
  msgid ""
667
682
  "Your map has been cloned! If you want to edit this map from another "
668
683
  "computer, please use this link: %(anonymous_url)s"
669
684
  msgstr "Карта была скопирована. Если вы хотите редактировать её на другом компьютере, используйте эту ссылку: %(anonymous_url)s"
670
685
 
671
- #: views.py:1057
686
+ #: views.py:1062
672
687
  msgid "Congratulations, your map has been cloned!"
673
688
  msgstr "Поздравляем, ваша карта скопирована!"
674
689
 
675
- #: views.py:1308
690
+ #: views.py:1313
676
691
  msgid "Layer successfully deleted."
677
692
  msgstr "Слой удалён."
678
693
 
679
- #: views.py:1330
694
+ #: views.py:1335
680
695
  msgid "Permissions updated with success!"
681
696
  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: Martin Ždila <m.zdila@gmail.com>, 2014\n"
16
16
  "Language-Team: Slovak (Slovakia) (http://app.transifex.com/openstreetmap/umap/language/sk_SK/)\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 "zobraziť pri štarte"
156
160
  msgid "Display this layer on load."
157
161
  msgstr "Zobraziť túto vrstvu pri štarte."
158
162
 
159
- #: templates/404.html:8
160
- msgid "Take me to the home page"
161
- msgstr "Prejsť na domovskú stránku"
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 "Vytvoriť mapu"
277
292
  msgid "Play with the demo"
278
293
  msgstr "Hrajte sa s demom"
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 "Inšpirujte sa prezeraním iných máp"
387
402
  msgid "You are logged in. Continuing..."
388
403
  msgstr "Ste prihláseni. Pokračujeme ďalej…"
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 ", autor:"
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 "Prezrieť si túto mapu"
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 "Zoznam prispievovateľov bol úspešne upravený!"
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 "Iba vlastník môže vymazať túto mapu."
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 "Bola vytvorená kópia mapy! Ak chcete upravovať túto mapu z iného počítača, použite tento odkaz: %(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 "Gratulujeme, bola vytvorená kópia mapy!"
671
686
 
672
- #: views.py:1308
687
+ #: views.py:1313
673
688
  msgid "Layer successfully deleted."
674
689
  msgstr "Vrstva bola úspešne vymazaná."
675
690
 
676
- #: views.py:1330
691
+ #: views.py:1335
677
692
  msgid "Permissions updated with success!"
678
693
  msgstr ""
Binary file