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
@@ -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: Yannis Kaskamanidis <kiolalis@gmail.com>, 2021,2023-2024\n"
19
19
  "Language-Team: Greek (http://app.transifex.com/openstreetmap/umap/language/el/)\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 "Επισήμανση: για να βρίσκετε εύκολα τους χάρτες σας, <a href=\"%(login_url)s\" target=\"_blank\">δημιουργήστε λογαριασμό</a> ή <a href=\"%(login_url)s\" target=\"_blank\">συνδεθείτε</a>."
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 "Καταχωρίστε το email σας για να λάβετε τον μυστικό σύνδεσμο:"
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 "Email"
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
 
@@ -619,61 +634,61 @@ msgstr ""
619
634
  msgid "Team “%(name)s” has been deleted"
620
635
  msgstr ""
621
636
 
622
- #: views.py:438
637
+ #: views.py:442
623
638
  msgid "View the map"
624
639
  msgstr "Προβολή του χάρτη"
625
640
 
626
- #: views.py:820
641
+ #: views.py:825
627
642
  msgid "See full screen"
628
643
  msgstr "Προβολή πλήρους οθόνης"
629
644
 
630
- #: views.py:963
645
+ #: views.py:968
631
646
  msgid "Map editors updated with success!"
632
647
  msgstr "Η ενημέρωση των συντακτών χάρτη ήταν επιτυχής!"
633
648
 
634
- #: views.py:999
649
+ #: views.py:1004
635
650
  #, python-format
636
651
  msgid "The uMap edit link for your map: %(map_name)s"
637
652
  msgstr "Ο uMap σύνδεσμος επεξεργασίας του χάρτη σας: %(map_name)s"
638
653
 
639
- #: views.py:1002
654
+ #: views.py:1007
640
655
  #, python-format
641
656
  msgid "Here is your secret edit link: %(link)s"
642
657
  msgstr "Εδώ είναι ο μυστικός σύνδεσμος επεξεργασίας: %(link)s"
643
658
 
644
- #: views.py:1009
659
+ #: views.py:1014
645
660
  #, python-format
646
661
  msgid "Can't send email to %(email)s"
647
662
  msgstr "Αδυναμία αποστολής email στο %(email)s"
648
663
 
649
- #: views.py:1012
664
+ #: views.py:1017
650
665
  #, python-format
651
666
  msgid "Email sent to %(email)s"
652
667
  msgstr "Μήνυμα email στάλθηκε στο %(email)s"
653
668
 
654
- #: views.py:1023
669
+ #: views.py:1028
655
670
  msgid "Only its owner can delete the map."
656
671
  msgstr "Μονό ο ιδιοκτήτης μπορεί να διαγράψει αυτό τον χάρτη."
657
672
 
658
- #: views.py:1026
673
+ #: views.py:1031
659
674
  msgid "Map successfully deleted."
660
675
  msgstr "Ο χάρτης διαγράφηκε με επιτυχία."
661
676
 
662
- #: views.py:1052
677
+ #: views.py:1057
663
678
  #, python-format
664
679
  msgid ""
665
680
  "Your map has been cloned! If you want to edit this map from another "
666
681
  "computer, please use this link: %(anonymous_url)s"
667
682
  msgstr "Ο χάρτης κλωνοποιήθηκε! Αν θέλετε να τον επεξεργαστείτε από κάποιον άλλο υπολογιστή, παρακαλώ χρησιμοποιήστε αυτόν τον σύνδεσμο: %(anonymous_url)s"
668
683
 
669
- #: views.py:1057
684
+ #: views.py:1062
670
685
  msgid "Congratulations, your map has been cloned!"
671
686
  msgstr "Συγχαρητήρια ο χάρτης σας κλωνοποιήθηκε!"
672
687
 
673
- #: views.py:1308
688
+ #: views.py:1313
674
689
  msgid "Layer successfully deleted."
675
690
  msgstr "Το επίπεδο διαγράφηκε με επιτυχία."
676
691
 
677
- #: views.py:1330
692
+ #: views.py:1335
678
693
  msgid "Permissions updated with success!"
679
694
  msgstr "Τα δικαιώματα ενημερώθηκαν με επιτυχία!"
@@ -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: 2024-12-13 08:26+0000\n"
11
+ "POT-Creation-Date: 2024-12-24 08:39+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"
@@ -21,6 +21,10 @@ msgstr ""
21
21
  msgid "CSV Export"
22
22
  msgstr ""
23
23
 
24
+ #: decorators.py:60
25
+ msgid "This map is not publicly available"
26
+ msgstr ""
27
+
24
28
  #: middleware.py:13
25
29
  msgid "Site is readonly for maintenance"
26
30
  msgstr ""
@@ -153,8 +157,19 @@ msgstr ""
153
157
  msgid "Display this layer on load."
154
158
  msgstr ""
155
159
 
156
- #: templates/404.html:8
157
- msgid "Take me to the home page"
160
+ #: templates/403.html:8
161
+ msgid ""
162
+ "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
163
+ "target=\"_blank\">Find out here the documentation</a> on how to manage map’s "
164
+ "permissions."
165
+ msgstr ""
166
+
167
+ #: templates/403.html:10 templates/404.html:8
168
+ msgid "← Go to the homepage"
169
+ msgstr ""
170
+
171
+ #: templates/404.html:7
172
+ msgid "404 Page Not Found"
158
173
  msgstr ""
159
174
 
160
175
  #: templates/auth/user_detail.html:8
@@ -274,13 +289,13 @@ msgstr ""
274
289
  msgid "Play with the demo"
275
290
  msgstr ""
276
291
 
277
- #: templates/umap/components/alerts/alert.html:15
278
- #: templates/umap/components/alerts/alert.html:64
279
- #: templates/umap/components/alerts/alert.html:92
292
+ #: templates/umap/components/alerts/alert.html:17
293
+ #: templates/umap/components/alerts/alert.html:66
294
+ #: templates/umap/components/alerts/alert.html:94
280
295
  msgid "Close"
281
296
  msgstr ""
282
297
 
283
- #: templates/umap/components/alerts/alert.html:30
298
+ #: templates/umap/components/alerts/alert.html:32
284
299
  #, python-format
285
300
  msgid ""
286
301
  "Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
@@ -288,35 +303,35 @@ msgid ""
288
303
  "target=\"_blank\">log in</a>."
289
304
  msgstr ""
290
305
 
291
- #: templates/umap/components/alerts/alert.html:35
306
+ #: templates/umap/components/alerts/alert.html:37
292
307
  msgid "Here is your secret link to edit the map, please keep it safe:"
293
308
  msgstr ""
294
309
 
295
- #: templates/umap/components/alerts/alert.html:39
310
+ #: templates/umap/components/alerts/alert.html:41
296
311
  msgid "Copy link"
297
312
  msgstr ""
298
313
 
299
- #: templates/umap/components/alerts/alert.html:46
314
+ #: templates/umap/components/alerts/alert.html:48
300
315
  msgid "Enter your email address to receive the secret link:"
301
316
  msgstr ""
302
317
 
303
- #: templates/umap/components/alerts/alert.html:52
318
+ #: templates/umap/components/alerts/alert.html:54
304
319
  msgid "Email"
305
320
  msgstr ""
306
321
 
307
- #: templates/umap/components/alerts/alert.html:55
322
+ #: templates/umap/components/alerts/alert.html:57
308
323
  msgid "Send me the link"
309
324
  msgstr ""
310
325
 
311
- #: templates/umap/components/alerts/alert.html:79
326
+ #: templates/umap/components/alerts/alert.html:81
312
327
  msgid "See their edits in another tab"
313
328
  msgstr ""
314
329
 
315
- #: templates/umap/components/alerts/alert.html:82
330
+ #: templates/umap/components/alerts/alert.html:84
316
331
  msgid "Keep your changes and loose theirs"
317
332
  msgstr ""
318
333
 
319
- #: templates/umap/components/alerts/alert.html:85
334
+ #: templates/umap/components/alerts/alert.html:87
320
335
  msgid "Keep their changes and loose yours"
321
336
  msgstr ""
322
337
 
@@ -384,7 +399,7 @@ msgstr ""
384
399
  msgid "You are logged in. Continuing..."
385
400
  msgstr ""
386
401
 
387
- #: templates/umap/map_list.html:11 views.py:433
402
+ #: templates/umap/map_list.html:11 views.py:437
388
403
  msgid "by"
389
404
  msgstr ""
390
405
 
@@ -613,61 +628,61 @@ msgstr ""
613
628
  msgid "Team “%(name)s” has been deleted"
614
629
  msgstr ""
615
630
 
616
- #: views.py:438
631
+ #: views.py:442
617
632
  msgid "View the map"
618
633
  msgstr ""
619
634
 
620
- #: views.py:821
635
+ #: views.py:825
621
636
  msgid "See full screen"
622
637
  msgstr ""
623
638
 
624
- #: views.py:964
639
+ #: views.py:968
625
640
  msgid "Map editors updated with success!"
626
641
  msgstr ""
627
642
 
628
- #: views.py:1000
643
+ #: views.py:1004
629
644
  #, python-format
630
645
  msgid "The uMap edit link for your map: %(map_name)s"
631
646
  msgstr ""
632
647
 
633
- #: views.py:1003
648
+ #: views.py:1007
634
649
  #, python-format
635
650
  msgid "Here is your secret edit link: %(link)s"
636
651
  msgstr ""
637
652
 
638
- #: views.py:1010
653
+ #: views.py:1014
639
654
  #, python-format
640
655
  msgid "Can't send email to %(email)s"
641
656
  msgstr ""
642
657
 
643
- #: views.py:1013
658
+ #: views.py:1017
644
659
  #, python-format
645
660
  msgid "Email sent to %(email)s"
646
661
  msgstr ""
647
662
 
648
- #: views.py:1024
663
+ #: views.py:1028
649
664
  msgid "Only its owner can delete the map."
650
665
  msgstr ""
651
666
 
652
- #: views.py:1027
667
+ #: views.py:1031
653
668
  msgid "Map successfully deleted."
654
669
  msgstr ""
655
670
 
656
- #: views.py:1053
671
+ #: views.py:1057
657
672
  #, python-format
658
673
  msgid ""
659
674
  "Your map has been cloned! If you want to edit this map from another "
660
675
  "computer, please use this link: %(anonymous_url)s"
661
676
  msgstr ""
662
677
 
663
- #: views.py:1058
678
+ #: views.py:1062
664
679
  msgid "Congratulations, your map has been cloned!"
665
680
  msgstr ""
666
681
 
667
- #: views.py:1309
682
+ #: views.py:1313
668
683
  msgid "Layer successfully deleted."
669
684
  msgstr ""
670
685
 
671
- #: views.py:1331
686
+ #: views.py:1335
672
687
  msgid "Permissions updated with success!"
673
688
  msgstr ""
Binary file
@@ -16,7 +16,7 @@ msgid ""
16
16
  msgstr ""
17
17
  "Project-Id-Version: uMap\n"
18
18
  "Report-Msgid-Bugs-To: \n"
19
- "POT-Creation-Date: 2024-12-11 17:05+0000\n"
19
+ "POT-Creation-Date: 2024-12-24 08:39+0000\n"
20
20
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
21
21
  "Last-Translator: Ignacio L'Episcopo, 2024\n"
22
22
  "Language-Team: Spanish (http://app.transifex.com/openstreetmap/umap/language/es/)\n"
@@ -30,6 +30,10 @@ msgstr ""
30
30
  msgid "CSV Export"
31
31
  msgstr "Exportar CSV"
32
32
 
33
+ #: decorators.py:60
34
+ msgid "This map is not publicly available"
35
+ msgstr ""
36
+
33
37
  #: middleware.py:13
34
38
  msgid "Site is readonly for maintenance"
35
39
  msgstr "Sitio en modo solo lectura por mantenimiento"
@@ -162,9 +166,20 @@ msgstr "mostrar al cargar"
162
166
  msgid "Display this layer on load."
163
167
  msgstr "Mostrar esta capa al cargar."
164
168
 
165
- #: templates/404.html:8
166
- msgid "Take me to the home page"
167
- msgstr "Llévame a la página de inicio"
169
+ #: templates/403.html:8
170
+ msgid ""
171
+ "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
172
+ "target=\"_blank\">Find out here the documentation</a> on how to manage map’s"
173
+ " permissions."
174
+ msgstr ""
175
+
176
+ #: templates/403.html:10 templates/404.html:8
177
+ msgid "← Go to the homepage"
178
+ msgstr ""
179
+
180
+ #: templates/404.html:7
181
+ msgid "404 Page Not Found"
182
+ msgstr ""
168
183
 
169
184
  #: templates/auth/user_detail.html:8
170
185
  #, python-format
@@ -283,13 +298,13 @@ msgstr "Crear un mapa"
283
298
  msgid "Play with the demo"
284
299
  msgstr "Juega con la demo"
285
300
 
286
- #: templates/umap/components/alerts/alert.html:15
287
- #: templates/umap/components/alerts/alert.html:64
288
- #: templates/umap/components/alerts/alert.html:92
301
+ #: templates/umap/components/alerts/alert.html:17
302
+ #: templates/umap/components/alerts/alert.html:66
303
+ #: templates/umap/components/alerts/alert.html:94
289
304
  msgid "Close"
290
305
  msgstr "Cerrar"
291
306
 
292
- #: templates/umap/components/alerts/alert.html:30
307
+ #: templates/umap/components/alerts/alert.html:32
293
308
  #, python-format
294
309
  msgid ""
295
310
  "Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
@@ -297,35 +312,35 @@ msgid ""
297
312
  "target=\"_blank\">log in</a>."
298
313
  msgstr "Consejo pro: para encontrar fácilmente tus mapas, <a href=\"%(login_url)s\" target=\"_blank\">crea una cuenta</a> o <a href=\"%(login_url)s\" target=\"_blank\">inicia sesión</a>."
299
314
 
300
- #: templates/umap/components/alerts/alert.html:35
315
+ #: templates/umap/components/alerts/alert.html:37
301
316
  msgid "Here is your secret link to edit the map, please keep it safe:"
302
317
  msgstr "Aquí está tu enlace secreto para editar el mapa, guárdalo bien:"
303
318
 
304
- #: templates/umap/components/alerts/alert.html:39
319
+ #: templates/umap/components/alerts/alert.html:41
305
320
  msgid "Copy link"
306
321
  msgstr "Copiar enlace"
307
322
 
308
- #: templates/umap/components/alerts/alert.html:46
323
+ #: templates/umap/components/alerts/alert.html:48
309
324
  msgid "Enter your email address to receive the secret link:"
310
325
  msgstr "Introduce tu dirección de correo electrónico para recibir el enlace secreto:"
311
326
 
312
- #: templates/umap/components/alerts/alert.html:52
327
+ #: templates/umap/components/alerts/alert.html:54
313
328
  msgid "Email"
314
329
  msgstr "Correo electrónico"
315
330
 
316
- #: templates/umap/components/alerts/alert.html:55
331
+ #: templates/umap/components/alerts/alert.html:57
317
332
  msgid "Send me the link"
318
333
  msgstr "Enviarme el enlace"
319
334
 
320
- #: templates/umap/components/alerts/alert.html:79
335
+ #: templates/umap/components/alerts/alert.html:81
321
336
  msgid "See their edits in another tab"
322
337
  msgstr "Ver sus ediciones en otra pestaña"
323
338
 
324
- #: templates/umap/components/alerts/alert.html:82
339
+ #: templates/umap/components/alerts/alert.html:84
325
340
  msgid "Keep your changes and loose theirs"
326
341
  msgstr "Mantén tus cambios y descarta los suyos"
327
342
 
328
- #: templates/umap/components/alerts/alert.html:85
343
+ #: templates/umap/components/alerts/alert.html:87
329
344
  msgid "Keep their changes and loose yours"
330
345
  msgstr "Mantén sus cambios y descarta los tuyos"
331
346
 
@@ -393,7 +408,7 @@ msgstr "Inspírate, navega por los mapas"
393
408
  msgid "You are logged in. Continuing..."
394
409
  msgstr "Has iniciado sesión. Continuando..."
395
410
 
396
- #: templates/umap/map_list.html:11 views.py:433
411
+ #: templates/umap/map_list.html:11 views.py:437
397
412
  msgid "by"
398
413
  msgstr "por"
399
414
 
@@ -623,61 +638,61 @@ msgstr "No se puede eliminar un equipo con más de un miembro"
623
638
  msgid "Team “%(name)s” has been deleted"
624
639
  msgstr "El equipo “%(name)s” ha sido eliminado"
625
640
 
626
- #: views.py:438
641
+ #: views.py:442
627
642
  msgid "View the map"
628
643
  msgstr "Ver el mapa"
629
644
 
630
- #: views.py:820
645
+ #: views.py:825
631
646
  msgid "See full screen"
632
647
  msgstr "Ver en pantalla completa"
633
648
 
634
- #: views.py:963
649
+ #: views.py:968
635
650
  msgid "Map editors updated with success!"
636
651
  msgstr "¡Los editores del mapas han sido actualizados con éxito!"
637
652
 
638
- #: views.py:999
653
+ #: views.py:1004
639
654
  #, python-format
640
655
  msgid "The uMap edit link for your map: %(map_name)s"
641
656
  msgstr "El enlace de edición de uMap para tu mapa: %(map_name)s"
642
657
 
643
- #: views.py:1002
658
+ #: views.py:1007
644
659
  #, python-format
645
660
  msgid "Here is your secret edit link: %(link)s"
646
661
  msgstr "Aquí está tu enlace secreto de edición: %(link)s"
647
662
 
648
- #: views.py:1009
663
+ #: views.py:1014
649
664
  #, python-format
650
665
  msgid "Can't send email to %(email)s"
651
666
  msgstr "No se puede enviar correo electrónico a %(email)s"
652
667
 
653
- #: views.py:1012
668
+ #: views.py:1017
654
669
  #, python-format
655
670
  msgid "Email sent to %(email)s"
656
671
  msgstr "Correo electrónico enviado a %(email)s"
657
672
 
658
- #: views.py:1023
673
+ #: views.py:1028
659
674
  msgid "Only its owner can delete the map."
660
675
  msgstr "Sólo el propietario puede borrar el mapa."
661
676
 
662
- #: views.py:1026
677
+ #: views.py:1031
663
678
  msgid "Map successfully deleted."
664
679
  msgstr "Mapa eliminado correctamente."
665
680
 
666
- #: views.py:1052
681
+ #: views.py:1057
667
682
  #, python-format
668
683
  msgid ""
669
684
  "Your map has been cloned! If you want to edit this map from another "
670
685
  "computer, please use this link: %(anonymous_url)s"
671
686
  msgstr "¡Tu mapa ha sido clonado! Si quieres editar este mapa desde otro ordenador, usa este enlace: %(anonymous_url)s"
672
687
 
673
- #: views.py:1057
688
+ #: views.py:1062
674
689
  msgid "Congratulations, your map has been cloned!"
675
690
  msgstr "¡Enhorabuena! ¡Tu mapa ha sido clonado!"
676
691
 
677
- #: views.py:1308
692
+ #: views.py:1313
678
693
  msgid "Layer successfully deleted."
679
694
  msgstr "Se eliminó la capa con éxito."
680
695
 
681
- #: views.py:1330
696
+ #: views.py:1335
682
697
  msgid "Permissions updated with success!"
683
698
  msgstr "¡Permisos actualizados con éxito!"
Binary file