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
@@ -17,7 +17,7 @@ msgid ""
17
17
  msgstr ""
18
18
  "Project-Id-Version: uMap\n"
19
19
  "Report-Msgid-Bugs-To: \n"
20
- "POT-Creation-Date: 2024-12-11 17:05+0000\n"
20
+ "POT-Creation-Date: 2024-12-24 08:39+0000\n"
21
21
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
22
22
  "Last-Translator: Krzysztof Chorzempa, 2023-2024\n"
23
23
  "Language-Team: Polish (http://app.transifex.com/openstreetmap/umap/language/pl/)\n"
@@ -31,6 +31,10 @@ msgstr ""
31
31
  msgid "CSV Export"
32
32
  msgstr ""
33
33
 
34
+ #: decorators.py:60
35
+ msgid "This map is not publicly available"
36
+ msgstr ""
37
+
34
38
  #: middleware.py:13
35
39
  msgid "Site is readonly for maintenance"
36
40
  msgstr "Strona jest w trybie tylko do odczytu z powodu prac konserwacyjnych"
@@ -163,9 +167,20 @@ msgstr "wyświetl po załadowaniu"
163
167
  msgid "Display this layer on load."
164
168
  msgstr "Wyświetl tę warstwę po załadowaniu."
165
169
 
166
- #: templates/404.html:8
167
- msgid "Take me to the home page"
168
- msgstr "Zabierz mnie na stronę główną"
170
+ #: templates/403.html:8
171
+ msgid ""
172
+ "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
173
+ "target=\"_blank\">Find out here the documentation</a> on how to manage map’s"
174
+ " permissions."
175
+ msgstr ""
176
+
177
+ #: templates/403.html:10 templates/404.html:8
178
+ msgid "← Go to the homepage"
179
+ msgstr ""
180
+
181
+ #: templates/404.html:7
182
+ msgid "404 Page Not Found"
183
+ msgstr ""
169
184
 
170
185
  #: templates/auth/user_detail.html:8
171
186
  #, python-format
@@ -284,13 +299,13 @@ msgstr "Stwórz mapę"
284
299
  msgid "Play with the demo"
285
300
  msgstr "Zobacz wersję demo"
286
301
 
287
- #: templates/umap/components/alerts/alert.html:15
288
- #: templates/umap/components/alerts/alert.html:64
289
- #: templates/umap/components/alerts/alert.html:92
302
+ #: templates/umap/components/alerts/alert.html:17
303
+ #: templates/umap/components/alerts/alert.html:66
304
+ #: templates/umap/components/alerts/alert.html:94
290
305
  msgid "Close"
291
306
  msgstr "Zamknij"
292
307
 
293
- #: templates/umap/components/alerts/alert.html:30
308
+ #: templates/umap/components/alerts/alert.html:32
294
309
  #, python-format
295
310
  msgid ""
296
311
  "Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
@@ -298,35 +313,35 @@ msgid ""
298
313
  "target=\"_blank\">log in</a>."
299
314
  msgstr "Wskazówka: aby łatwo znaleźć swoje mapy, <a href=\"%(login_url)s\" target=\"_blank\">utwórz konto</a> lub <a href=\"%(login_url)s\" target=\"_blank\">zaloguj się</a>. "
300
315
 
301
- #: templates/umap/components/alerts/alert.html:35
316
+ #: templates/umap/components/alerts/alert.html:37
302
317
  msgid "Here is your secret link to edit the map, please keep it safe:"
303
318
  msgstr ""
304
319
 
305
- #: templates/umap/components/alerts/alert.html:39
320
+ #: templates/umap/components/alerts/alert.html:41
306
321
  msgid "Copy link"
307
322
  msgstr "Skopiuj link"
308
323
 
309
- #: templates/umap/components/alerts/alert.html:46
324
+ #: templates/umap/components/alerts/alert.html:48
310
325
  msgid "Enter your email address to receive the secret link:"
311
326
  msgstr "Wprowadź swój adres email, aby otrzymać tajny link:"
312
327
 
313
- #: templates/umap/components/alerts/alert.html:52
328
+ #: templates/umap/components/alerts/alert.html:54
314
329
  msgid "Email"
315
330
  msgstr "Email"
316
331
 
317
- #: templates/umap/components/alerts/alert.html:55
332
+ #: templates/umap/components/alerts/alert.html:57
318
333
  msgid "Send me the link"
319
334
  msgstr "Wyślij mi link"
320
335
 
321
- #: templates/umap/components/alerts/alert.html:79
336
+ #: templates/umap/components/alerts/alert.html:81
322
337
  msgid "See their edits in another tab"
323
338
  msgstr "Zobacz edycje innych w osobnej zakładce"
324
339
 
325
- #: templates/umap/components/alerts/alert.html:82
340
+ #: templates/umap/components/alerts/alert.html:84
326
341
  msgid "Keep your changes and loose theirs"
327
342
  msgstr "Zachowaj swoje zmiany i utrać zmiany innych"
328
343
 
329
- #: templates/umap/components/alerts/alert.html:85
344
+ #: templates/umap/components/alerts/alert.html:87
330
345
  msgid "Keep their changes and loose yours"
331
346
  msgstr "Zachowaj zmiany innych i utrać swoje"
332
347
 
@@ -394,7 +409,7 @@ msgstr "Zainspiruj się, przejrzyj mapy"
394
409
  msgid "You are logged in. Continuing..."
395
410
  msgstr "Jesteś zalogowany. Kontynuowanie..."
396
411
 
397
- #: templates/umap/map_list.html:11 views.py:433
412
+ #: templates/umap/map_list.html:11 views.py:437
398
413
  msgid "by"
399
414
  msgstr "przez"
400
415
 
@@ -625,61 +640,61 @@ msgstr ""
625
640
  msgid "Team “%(name)s” has been deleted"
626
641
  msgstr ""
627
642
 
628
- #: views.py:438
643
+ #: views.py:442
629
644
  msgid "View the map"
630
645
  msgstr "Zobacz mapę"
631
646
 
632
- #: views.py:820
647
+ #: views.py:825
633
648
  msgid "See full screen"
634
649
  msgstr ""
635
650
 
636
- #: views.py:963
651
+ #: views.py:968
637
652
  msgid "Map editors updated with success!"
638
653
  msgstr "Edytorzy mapy zaktualizowani pomyślnie!"
639
654
 
640
- #: views.py:999
655
+ #: views.py:1004
641
656
  #, python-format
642
657
  msgid "The uMap edit link for your map: %(map_name)s"
643
658
  msgstr "Link uMap do edytowania twojej mapy: %(map_name)s"
644
659
 
645
- #: views.py:1002
660
+ #: views.py:1007
646
661
  #, python-format
647
662
  msgid "Here is your secret edit link: %(link)s"
648
663
  msgstr "Oto twój sekretny link do edycji: %(link)s"
649
664
 
650
- #: views.py:1009
665
+ #: views.py:1014
651
666
  #, python-format
652
667
  msgid "Can't send email to %(email)s"
653
668
  msgstr "Nie można wysłać emaila do %(email)s"
654
669
 
655
- #: views.py:1012
670
+ #: views.py:1017
656
671
  #, python-format
657
672
  msgid "Email sent to %(email)s"
658
673
  msgstr "Email wysłany do %(email)s"
659
674
 
660
- #: views.py:1023
675
+ #: views.py:1028
661
676
  msgid "Only its owner can delete the map."
662
677
  msgstr "Tylko właściciel może usunąć mapę."
663
678
 
664
- #: views.py:1026
679
+ #: views.py:1031
665
680
  msgid "Map successfully deleted."
666
681
  msgstr "Pomyślnie usunięto mapę."
667
682
 
668
- #: views.py:1052
683
+ #: views.py:1057
669
684
  #, python-format
670
685
  msgid ""
671
686
  "Your map has been cloned! If you want to edit this map from another "
672
687
  "computer, please use this link: %(anonymous_url)s"
673
688
  msgstr "Twoja mapa została skopiowana! Jeśli chcesz edytować ją z innego komputera, użyj odnośnika: %(anonymous_url)s"
674
689
 
675
- #: views.py:1057
690
+ #: views.py:1062
676
691
  msgid "Congratulations, your map has been cloned!"
677
692
  msgstr "Gratulacje, twoja mapa została skopiowana!"
678
693
 
679
- #: views.py:1308
694
+ #: views.py:1313
680
695
  msgid "Layer successfully deleted."
681
696
  msgstr "Warstwa usunięta pomyślnie."
682
697
 
683
- #: views.py:1330
698
+ #: views.py:1335
684
699
  msgid "Permissions updated with success!"
685
700
  msgstr "Pomyślnie zaktualizowano uprawnienia!"
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: lecalam, 2024\n"
16
16
  "Language-Team: Portuguese (http://app.transifex.com/openstreetmap/umap/language/pt/)\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 "O site está em modo de leitura para manutenção"
@@ -156,9 +160,20 @@ msgstr "mostrar no início"
156
160
  msgid "Display this layer on load."
157
161
  msgstr "Mostrar esta camada ao carregar."
158
162
 
159
- #: templates/404.html:8
160
- msgid "Take me to the home page"
161
- msgstr "Ir para a página principal"
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 "Criar um mapa"
277
292
  msgid "Play with the demo"
278
293
  msgstr "Testar a demo"
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 "Fechar"
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 "Sugestão: para voltar a encontrar facilmente os seus mapas, <a href=\"%(login_url)s\" target=\"_blank\">crie uma conta</a> ou <a href=\"%(login_url)s\" target=\"_blank\">inicie a sessão</a>."
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 "Aqui está a sua hiperligação secreta para editar o mapa, por favor mantenha-a segura:"
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 "Copiar hiperligação"
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 "Introduza o seu endereço de e-mail para receber a hiperligação secreta:"
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 "E-mail"
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 "Envie-me a hiperligação"
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 "Ver as edições deles noutro separador"
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 "Manter as minhas mudanças e perder as deles"
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 "Manter as mudanças deles e perder as minhas"
325
340
 
@@ -387,7 +402,7 @@ msgstr "Inspire-se, explore os mapas"
387
402
  msgid "You are logged in. Continuing..."
388
403
  msgstr "Sucesso na identificação. Continuando..."
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 "por"
393
408
 
@@ -617,61 +632,61 @@ msgstr "Não é possível eliminar uma equipa com mais de um membro"
617
632
  msgid "Team “%(name)s” has been deleted"
618
633
  msgstr "A equipa “%(name)s” foi eliminada"
619
634
 
620
- #: views.py:438
635
+ #: views.py:442
621
636
  msgid "View the map"
622
637
  msgstr "Ver o mapa"
623
638
 
624
- #: views.py:820
639
+ #: views.py:825
625
640
  msgid "See full screen"
626
641
  msgstr "Ver em ecrã inteiro"
627
642
 
628
- #: views.py:963
643
+ #: views.py:968
629
644
  msgid "Map editors updated with success!"
630
645
  msgstr "Os editores do mapa foram atualizados com sucesso!"
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 "A hiperligação de edição do uMap para o seu mapa: %(map_name)s"
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 "Aqui está a hiperligação de edição secreta: %(link)s"
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 "Não é possível enviar o email para %(email)s"
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 "Email enviado para %(email)s"
651
666
 
652
- #: views.py:1023
667
+ #: views.py:1028
653
668
  msgid "Only its owner can delete the map."
654
669
  msgstr "Só o proprietário pode eliminar o mapa."
655
670
 
656
- #: views.py:1026
671
+ #: views.py:1031
657
672
  msgid "Map successfully deleted."
658
673
  msgstr "Mapa eliminado com sucesso."
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 "O seu mapa foi clonado! Se quiser editar este mapa noutro computador, por favor utilize esta hiperligação: %(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 "Parabéns, o seu mapa foi clonado!"
670
685
 
671
- #: views.py:1308
686
+ #: views.py:1313
672
687
  msgid "Layer successfully deleted."
673
688
  msgstr "Camada eliminada com sucesso."
674
689
 
675
- #: views.py:1330
690
+ #: views.py:1335
676
691
  msgid "Permissions updated with success!"
677
692
  msgstr "Permissões atualizadas com sucesso!"
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: Rui <xymarior@yandex.com>, 2016,2018\n"
16
16
  "Language-Team: Portuguese (Brazil) (http://app.transifex.com/openstreetmap/umap/language/pt_BR/)\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 "O site está em modo de leitura para manutenção"
@@ -156,9 +160,20 @@ msgstr "mostrar no início"
156
160
  msgid "Display this layer on load."
157
161
  msgstr "Apresentar esta camada ao carregar."
158
162
 
159
- #: templates/404.html:8
160
- msgid "Take me to the home page"
161
- msgstr "Ir para a página principal"
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 "Criar um mapa"
277
292
  msgid "Play with the demo"
278
293
  msgstr "Testar a demo"
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 "Inspire-se, explore os mapas"
387
402
  msgid "You are logged in. Continuing..."
388
403
  msgstr "Sucesso na identificação. Continuando..."
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 "por"
393
408
 
@@ -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 "Ver o mapa"
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 "Os editores do mapa foram atualizados com sucesso!"
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 "Só o proprietário pode eliminar o mapa."
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 "O seu mapa foi clonado! Se quiser editar este mapa noutro computador, por favor utilize este link: %(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 "Parabéns, o seu mapa foi clonado!"
670
685
 
671
- #: views.py:1308
686
+ #: views.py:1313
672
687
  msgid "Layer successfully deleted."
673
688
  msgstr "Camada eliminada com sucesso."
674
689
 
675
- #: views.py:1330
690
+ #: views.py:1335
676
691
  msgid "Permissions updated with success!"
677
692
  msgstr ""
Binary file