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
@@ -21,7 +21,7 @@ msgid ""
21
21
  msgstr ""
22
22
  "Project-Id-Version: uMap\n"
23
23
  "Report-Msgid-Bugs-To: \n"
24
- "POT-Creation-Date: 2024-12-11 17:05+0000\n"
24
+ "POT-Creation-Date: 2024-12-24 08:39+0000\n"
25
25
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
26
26
  "Last-Translator: Maurizio Napolitano <napo@fbk.eu>, 2024\n"
27
27
  "Language-Team: Italian (http://app.transifex.com/openstreetmap/umap/language/it/)\n"
@@ -35,6 +35,10 @@ msgstr ""
35
35
  msgid "CSV Export"
36
36
  msgstr ""
37
37
 
38
+ #: decorators.py:60
39
+ msgid "This map is not publicly available"
40
+ msgstr ""
41
+
38
42
  #: middleware.py:13
39
43
  msgid "Site is readonly for maintenance"
40
44
  msgstr "Il sito in sola lettura per manutenzione"
@@ -167,9 +171,20 @@ msgstr "mostra al caricamento"
167
171
  msgid "Display this layer on load."
168
172
  msgstr "Visualizza questo layer al caricamento."
169
173
 
170
- #: templates/404.html:8
171
- msgid "Take me to the home page"
172
- msgstr "Vai alla pagina principale"
174
+ #: templates/403.html:8
175
+ msgid ""
176
+ "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
177
+ "target=\"_blank\">Find out here the documentation</a> on how to manage map’s"
178
+ " permissions."
179
+ msgstr ""
180
+
181
+ #: templates/403.html:10 templates/404.html:8
182
+ msgid "← Go to the homepage"
183
+ msgstr ""
184
+
185
+ #: templates/404.html:7
186
+ msgid "404 Page Not Found"
187
+ msgstr ""
173
188
 
174
189
  #: templates/auth/user_detail.html:8
175
190
  #, python-format
@@ -288,13 +303,13 @@ msgstr "Crea una mappa"
288
303
  msgid "Play with the demo"
289
304
  msgstr "Gioca con la demo"
290
305
 
291
- #: templates/umap/components/alerts/alert.html:15
292
- #: templates/umap/components/alerts/alert.html:64
293
- #: templates/umap/components/alerts/alert.html:92
306
+ #: templates/umap/components/alerts/alert.html:17
307
+ #: templates/umap/components/alerts/alert.html:66
308
+ #: templates/umap/components/alerts/alert.html:94
294
309
  msgid "Close"
295
310
  msgstr ""
296
311
 
297
- #: templates/umap/components/alerts/alert.html:30
312
+ #: templates/umap/components/alerts/alert.html:32
298
313
  #, python-format
299
314
  msgid ""
300
315
  "Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
@@ -302,35 +317,35 @@ msgid ""
302
317
  "target=\"_blank\">log in</a>."
303
318
  msgstr ""
304
319
 
305
- #: templates/umap/components/alerts/alert.html:35
320
+ #: templates/umap/components/alerts/alert.html:37
306
321
  msgid "Here is your secret link to edit the map, please keep it safe:"
307
322
  msgstr ""
308
323
 
309
- #: templates/umap/components/alerts/alert.html:39
324
+ #: templates/umap/components/alerts/alert.html:41
310
325
  msgid "Copy link"
311
326
  msgstr ""
312
327
 
313
- #: templates/umap/components/alerts/alert.html:46
328
+ #: templates/umap/components/alerts/alert.html:48
314
329
  msgid "Enter your email address to receive the secret link:"
315
330
  msgstr ""
316
331
 
317
- #: templates/umap/components/alerts/alert.html:52
332
+ #: templates/umap/components/alerts/alert.html:54
318
333
  msgid "Email"
319
334
  msgstr ""
320
335
 
321
- #: templates/umap/components/alerts/alert.html:55
336
+ #: templates/umap/components/alerts/alert.html:57
322
337
  msgid "Send me the link"
323
338
  msgstr ""
324
339
 
325
- #: templates/umap/components/alerts/alert.html:79
340
+ #: templates/umap/components/alerts/alert.html:81
326
341
  msgid "See their edits in another tab"
327
342
  msgstr ""
328
343
 
329
- #: templates/umap/components/alerts/alert.html:82
344
+ #: templates/umap/components/alerts/alert.html:84
330
345
  msgid "Keep your changes and loose theirs"
331
346
  msgstr ""
332
347
 
333
- #: templates/umap/components/alerts/alert.html:85
348
+ #: templates/umap/components/alerts/alert.html:87
334
349
  msgid "Keep their changes and loose yours"
335
350
  msgstr ""
336
351
 
@@ -398,7 +413,7 @@ msgstr "Prendi ispirazione, visualizza mappe"
398
413
  msgid "You are logged in. Continuing..."
399
414
  msgstr "Utente loggato. Continuare..."
400
415
 
401
- #: templates/umap/map_list.html:11 views.py:433
416
+ #: templates/umap/map_list.html:11 views.py:437
402
417
  msgid "by"
403
418
  msgstr "di"
404
419
 
@@ -628,61 +643,61 @@ msgstr ""
628
643
  msgid "Team “%(name)s” has been deleted"
629
644
  msgstr ""
630
645
 
631
- #: views.py:438
646
+ #: views.py:442
632
647
  msgid "View the map"
633
648
  msgstr "Visualizza la mappa"
634
649
 
635
- #: views.py:820
650
+ #: views.py:825
636
651
  msgid "See full screen"
637
652
  msgstr "Vedi a schermo interno"
638
653
 
639
- #: views.py:963
654
+ #: views.py:968
640
655
  msgid "Map editors updated with success!"
641
656
  msgstr "Aggiornato l'elenco degli editor abilitati alla modifica della mappa!"
642
657
 
643
- #: views.py:999
658
+ #: views.py:1004
644
659
  #, python-format
645
660
  msgid "The uMap edit link for your map: %(map_name)s"
646
661
  msgstr "Link uMap per la modifica della tua mappa: %(map_name)s"
647
662
 
648
- #: views.py:1002
663
+ #: views.py:1007
649
664
  #, python-format
650
665
  msgid "Here is your secret edit link: %(link)s"
651
666
  msgstr "Qui il tuo link segreto: %(link)s"
652
667
 
653
- #: views.py:1009
668
+ #: views.py:1014
654
669
  #, python-format
655
670
  msgid "Can't send email to %(email)s"
656
671
  msgstr "Non riesco ad inviare email a 1%(email)s"
657
672
 
658
- #: views.py:1012
673
+ #: views.py:1017
659
674
  #, python-format
660
675
  msgid "Email sent to %(email)s"
661
676
  msgstr "Email inviata a %(email)s"
662
677
 
663
- #: views.py:1023
678
+ #: views.py:1028
664
679
  msgid "Only its owner can delete the map."
665
680
  msgstr "Solo il proprietario può eliminare la mappa."
666
681
 
667
- #: views.py:1026
682
+ #: views.py:1031
668
683
  msgid "Map successfully deleted."
669
684
  msgstr ""
670
685
 
671
- #: views.py:1052
686
+ #: views.py:1057
672
687
  #, python-format
673
688
  msgid ""
674
689
  "Your map has been cloned! If you want to edit this map from another "
675
690
  "computer, please use this link: %(anonymous_url)s"
676
691
  msgstr "La mappa è stata clonata! Per modificarla usando un altro computer, si deve utilizzare questo link: %(anonymous_url)s"
677
692
 
678
- #: views.py:1057
693
+ #: views.py:1062
679
694
  msgid "Congratulations, your map has been cloned!"
680
695
  msgstr "Perfetto, la tua mappa è stata clonata!"
681
696
 
682
- #: views.py:1308
697
+ #: views.py:1313
683
698
  msgid "Layer successfully deleted."
684
699
  msgstr "Layer eliminato correttamente"
685
700
 
686
- #: views.py:1330
701
+ #: views.py:1335
687
702
  msgid "Permissions updated with success!"
688
703
  msgstr "Autorizzazioni aggiornate con successo!"
Binary file
@@ -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: tomoya muramoto <muramototomoya@gmail.com>, 2016,2021\n"
15
15
  "Language-Team: Japanese (http://app.transifex.com/openstreetmap/umap/language/ja/)\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 "メンテナンス中のため現在読み込み専用です。"
@@ -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 ""
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 "Get inspired, browse maps"
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 "by"
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
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: uMap\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-12-11 17:05+0000\n"
11
+ "POT-Creation-Date: 2024-12-24 08:39+0000\n"
12
12
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
13
13
  "Last-Translator: Dongha Hwang <depth221@gmail.com>, 2019\n"
14
14
  "Language-Team: Korean (http://app.transifex.com/openstreetmap/umap/language/ko/)\n"
@@ -22,6 +22,10 @@ msgstr ""
22
22
  msgid "CSV Export"
23
23
  msgstr ""
24
24
 
25
+ #: decorators.py:60
26
+ msgid "This map is not publicly available"
27
+ msgstr ""
28
+
25
29
  #: middleware.py:13
26
30
  msgid "Site is readonly for maintenance"
27
31
  msgstr "유지보수 중입니다. 읽기 전용으로 구동 중입니다."
@@ -154,9 +158,20 @@ msgstr "불러오면서 표시"
154
158
  msgid "Display this layer on load."
155
159
  msgstr "불러오면서 동시에 이 레이어를 띄웁니다."
156
160
 
157
- #: templates/404.html:8
158
- msgid "Take me to the home page"
159
- msgstr " 화면으로 이동"
161
+ #: templates/403.html:8
162
+ msgid ""
163
+ "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
164
+ "target=\"_blank\">Find out here the documentation</a> on how to manage map’s"
165
+ " permissions."
166
+ msgstr ""
167
+
168
+ #: templates/403.html:10 templates/404.html:8
169
+ msgid "← Go to the homepage"
170
+ msgstr ""
171
+
172
+ #: templates/404.html:7
173
+ msgid "404 Page Not Found"
174
+ msgstr ""
160
175
 
161
176
  #: templates/auth/user_detail.html:8
162
177
  #, python-format
@@ -275,13 +290,13 @@ msgstr "지도 제작"
275
290
  msgid "Play with the demo"
276
291
  msgstr "데모 사용해 보기"
277
292
 
278
- #: templates/umap/components/alerts/alert.html:15
279
- #: templates/umap/components/alerts/alert.html:64
280
- #: templates/umap/components/alerts/alert.html:92
293
+ #: templates/umap/components/alerts/alert.html:17
294
+ #: templates/umap/components/alerts/alert.html:66
295
+ #: templates/umap/components/alerts/alert.html:94
281
296
  msgid "Close"
282
297
  msgstr ""
283
298
 
284
- #: templates/umap/components/alerts/alert.html:30
299
+ #: templates/umap/components/alerts/alert.html:32
285
300
  #, python-format
286
301
  msgid ""
287
302
  "Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
@@ -289,35 +304,35 @@ msgid ""
289
304
  "target=\"_blank\">log in</a>."
290
305
  msgstr ""
291
306
 
292
- #: templates/umap/components/alerts/alert.html:35
307
+ #: templates/umap/components/alerts/alert.html:37
293
308
  msgid "Here is your secret link to edit the map, please keep it safe:"
294
309
  msgstr ""
295
310
 
296
- #: templates/umap/components/alerts/alert.html:39
311
+ #: templates/umap/components/alerts/alert.html:41
297
312
  msgid "Copy link"
298
313
  msgstr ""
299
314
 
300
- #: templates/umap/components/alerts/alert.html:46
315
+ #: templates/umap/components/alerts/alert.html:48
301
316
  msgid "Enter your email address to receive the secret link:"
302
317
  msgstr ""
303
318
 
304
- #: templates/umap/components/alerts/alert.html:52
319
+ #: templates/umap/components/alerts/alert.html:54
305
320
  msgid "Email"
306
321
  msgstr ""
307
322
 
308
- #: templates/umap/components/alerts/alert.html:55
323
+ #: templates/umap/components/alerts/alert.html:57
309
324
  msgid "Send me the link"
310
325
  msgstr ""
311
326
 
312
- #: templates/umap/components/alerts/alert.html:79
327
+ #: templates/umap/components/alerts/alert.html:81
313
328
  msgid "See their edits in another tab"
314
329
  msgstr ""
315
330
 
316
- #: templates/umap/components/alerts/alert.html:82
331
+ #: templates/umap/components/alerts/alert.html:84
317
332
  msgid "Keep your changes and loose theirs"
318
333
  msgstr ""
319
334
 
320
- #: templates/umap/components/alerts/alert.html:85
335
+ #: templates/umap/components/alerts/alert.html:87
321
336
  msgid "Keep their changes and loose yours"
322
337
  msgstr ""
323
338
 
@@ -385,7 +400,7 @@ msgstr "푹 빠져 보세요, 지도를 검색해 보세요"
385
400
  msgid "You are logged in. Continuing..."
386
401
  msgstr "로그인되었습니다. 잠시만 기다려 주세요..."
387
402
 
388
- #: templates/umap/map_list.html:11 views.py:433
403
+ #: templates/umap/map_list.html:11 views.py:437
389
404
  msgid "by"
390
405
  msgstr "제작:"
391
406
 
@@ -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:820
635
+ #: views.py:825
621
636
  msgid "See full screen"
622
637
  msgstr ""
623
638
 
624
- #: views.py:963
639
+ #: views.py:968
625
640
  msgid "Map editors updated with success!"
626
641
  msgstr "지도 편집자가 성공적으로 업데이트되었습니다!"
627
642
 
628
- #: views.py:999
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:1002
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:1009
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:1012
658
+ #: views.py:1017
644
659
  #, python-format
645
660
  msgid "Email sent to %(email)s"
646
661
  msgstr ""
647
662
 
648
- #: views.py:1023
663
+ #: views.py:1028
649
664
  msgid "Only its owner can delete the map."
650
665
  msgstr "소유주만 지도를 삭제할 수 있습니다."
651
666
 
652
- #: views.py:1026
667
+ #: views.py:1031
653
668
  msgid "Map successfully deleted."
654
669
  msgstr ""
655
670
 
656
- #: views.py:1052
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 "지도가 복제되었습니다! 다른 컴퓨터에서 지도를 편집하고 싶다면 다음 링크를 사용하세요: %(anonymous_url)s"
662
677
 
663
- #: views.py:1057
678
+ #: views.py:1062
664
679
  msgid "Congratulations, your map has been cloned!"
665
680
  msgstr "축하드립니다, 지도가 복제되었습니다!"
666
681
 
667
- #: views.py:1308
682
+ #: views.py:1313
668
683
  msgid "Layer successfully deleted."
669
684
  msgstr "레이어가 성공적으로 삭제되었습니다."
670
685
 
671
- #: views.py:1330
686
+ #: views.py:1335
672
687
  msgid "Permissions updated with success!"
673
688
  msgstr ""
Binary file