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.
- umap/__init__.py +1 -1
- umap/decorators.py +3 -1
- umap/locale/ar/LC_MESSAGES/django.mo +0 -0
- umap/locale/ar/LC_MESSAGES/django.po +45 -30
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +49 -34
- umap/locale/ca/LC_MESSAGES/django.mo +0 -0
- umap/locale/ca/LC_MESSAGES/django.po +45 -30
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +52 -37
- umap/locale/da/LC_MESSAGES/django.mo +0 -0
- umap/locale/da/LC_MESSAGES/django.po +45 -30
- umap/locale/de/LC_MESSAGES/django.mo +0 -0
- umap/locale/de/LC_MESSAGES/django.po +45 -30
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +45 -30
- umap/locale/en/LC_MESSAGES/django.po +44 -29
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +45 -30
- umap/locale/et/LC_MESSAGES/django.mo +0 -0
- umap/locale/et/LC_MESSAGES/django.po +45 -30
- umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- umap/locale/eu/LC_MESSAGES/django.po +65 -50
- umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
- umap/locale/fa_IR/LC_MESSAGES/django.po +45 -30
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +45 -30
- umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- umap/locale/gl/LC_MESSAGES/django.po +45 -30
- umap/locale/he/LC_MESSAGES/django.mo +0 -0
- umap/locale/he/LC_MESSAGES/django.po +45 -30
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +45 -30
- umap/locale/is/LC_MESSAGES/django.mo +0 -0
- umap/locale/is/LC_MESSAGES/django.po +45 -30
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +45 -30
- umap/locale/ja/LC_MESSAGES/django.mo +0 -0
- umap/locale/ja/LC_MESSAGES/django.po +45 -30
- umap/locale/ko/LC_MESSAGES/django.mo +0 -0
- umap/locale/ko/LC_MESSAGES/django.po +45 -30
- umap/locale/lt/LC_MESSAGES/django.mo +0 -0
- umap/locale/lt/LC_MESSAGES/django.po +45 -30
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +45 -30
- umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- umap/locale/nl/LC_MESSAGES/django.po +45 -30
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +45 -30
- umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- umap/locale/pt/LC_MESSAGES/django.po +45 -30
- umap/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- umap/locale/pt_BR/LC_MESSAGES/django.po +45 -30
- umap/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
- umap/locale/pt_PT/LC_MESSAGES/django.po +45 -30
- umap/locale/ru/LC_MESSAGES/django.mo +0 -0
- umap/locale/ru/LC_MESSAGES/django.po +45 -30
- umap/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
- umap/locale/sk_SK/LC_MESSAGES/django.po +45 -30
- umap/locale/sl/LC_MESSAGES/django.mo +0 -0
- umap/locale/sl/LC_MESSAGES/django.po +45 -30
- umap/locale/sr/LC_MESSAGES/django.mo +0 -0
- umap/locale/sr/LC_MESSAGES/django.po +45 -30
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +45 -30
- umap/locale/th_TH/LC_MESSAGES/django.mo +0 -0
- umap/locale/th_TH/LC_MESSAGES/django.po +45 -30
- umap/locale/tr/LC_MESSAGES/django.mo +0 -0
- umap/locale/tr/LC_MESSAGES/django.po +45 -30
- umap/locale/uk_UA/LC_MESSAGES/django.mo +0 -0
- umap/locale/uk_UA/LC_MESSAGES/django.po +45 -30
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +50 -35
- umap/settings/local_s3.py +45 -0
- umap/static/umap/content.css +18 -13
- umap/static/umap/css/bar.css +4 -0
- umap/static/umap/css/form.css +3 -0
- umap/static/umap/img/logo_lightcyan.svg +4 -0
- umap/static/umap/js/modules/caption.js +73 -73
- umap/static/umap/js/modules/data/features.js +20 -5
- umap/static/umap/js/modules/data/layer.js +17 -14
- umap/static/umap/js/modules/drop.js +55 -0
- umap/static/umap/js/modules/importer.js +20 -10
- umap/static/umap/js/modules/rendering/icon.js +2 -1
- umap/static/umap/js/modules/rendering/map.js +9 -8
- umap/static/umap/js/modules/rendering/popup.js +9 -10
- umap/static/umap/js/modules/rendering/template.js +53 -9
- umap/static/umap/js/modules/rendering/ui.js +6 -2
- umap/static/umap/js/modules/request.js +2 -2
- umap/static/umap/js/modules/schema.js +1 -0
- umap/static/umap/js/modules/sync/engine.js +56 -13
- umap/static/umap/js/modules/sync/updaters.js +4 -1
- umap/static/umap/js/modules/sync/websocket.js +47 -2
- umap/static/umap/js/modules/ui/bar.js +1 -1
- umap/static/umap/js/modules/ui/dialog.js +5 -0
- umap/static/umap/js/modules/umap.js +62 -25
- umap/static/umap/js/modules/utils.js +2 -0
- umap/static/umap/js/umap.controls.js +8 -55
- umap/static/umap/js/umap.forms.js +44 -0
- umap/static/umap/locale/cs_CZ.js +13 -11
- umap/static/umap/locale/cs_CZ.json +13 -11
- umap/static/umap/locale/en.js +2 -1
- umap/static/umap/locale/en.json +2 -1
- umap/static/umap/locale/fr.js +2 -1
- umap/static/umap/locale/fr.json +2 -1
- umap/static/umap/locale/zh_TW.js +13 -11
- umap/static/umap/locale/zh_TW.json +13 -11
- umap/static/umap/map.css +34 -166
- umap/static/umap/unittests/sync.js +4 -1
- umap/static/umap/vars.css +0 -1
- umap/templates/403.html +12 -0
- umap/templates/404.html +4 -13
- umap/templates/40x.html +9 -0
- umap/templates/base.html +2 -0
- umap/templates/umap/components/alerts/alert.html +4 -0
- umap/templates/umap/css.html +3 -0
- umap/templates/umap/js.html +2 -0
- umap/templates/umap/map_init.html +2 -0
- umap/templates/umap/user_dashboard.html +2 -0
- umap/tests/fixtures/test_upload_simple_marker.json +19 -0
- umap/tests/integration/conftest.py +3 -3
- umap/tests/integration/test_edit_datalayer.py +11 -0
- umap/tests/integration/test_import.py +20 -1
- umap/tests/integration/test_websocket_sync.py +69 -0
- umap/tests/test_dashboard.py +82 -0
- umap/tests/test_team_views.py +35 -1
- umap/tests/test_views.py +0 -74
- umap/views.py +5 -1
- umap/websocket_server.py +8 -1
- {umap_project-2.8.0a2.dist-info → umap_project-2.8.1.dist-info}/METADATA +5 -5
- {umap_project-2.8.0a2.dist-info → umap_project-2.8.1.dist-info}/RECORD +134 -127
- {umap_project-2.8.0a2.dist-info → umap_project-2.8.1.dist-info}/WHEEL +0 -0
- {umap_project-2.8.0a2.dist-info → umap_project-2.8.1.dist-info}/entry_points.txt +0 -0
- {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-
|
|
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/
|
|
171
|
-
msgid "
|
|
172
|
-
|
|
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:
|
|
292
|
-
#: templates/umap/components/alerts/alert.html:
|
|
293
|
-
#: templates/umap/components/alerts/alert.html:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
332
|
+
#: templates/umap/components/alerts/alert.html:54
|
|
318
333
|
msgid "Email"
|
|
319
334
|
msgstr ""
|
|
320
335
|
|
|
321
|
-
#: templates/umap/components/alerts/alert.html:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
646
|
+
#: views.py:442
|
|
632
647
|
msgid "View the map"
|
|
633
648
|
msgstr "Visualizza la mappa"
|
|
634
649
|
|
|
635
|
-
#: views.py:
|
|
650
|
+
#: views.py:825
|
|
636
651
|
msgid "See full screen"
|
|
637
652
|
msgstr "Vedi a schermo interno"
|
|
638
653
|
|
|
639
|
-
#: views.py:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
682
|
+
#: views.py:1031
|
|
668
683
|
msgid "Map successfully deleted."
|
|
669
684
|
msgstr ""
|
|
670
685
|
|
|
671
|
-
#: views.py:
|
|
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:
|
|
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:
|
|
697
|
+
#: views.py:1313
|
|
683
698
|
msgid "Layer successfully deleted."
|
|
684
699
|
msgstr "Layer eliminato correttamente"
|
|
685
700
|
|
|
686
|
-
#: views.py:
|
|
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-
|
|
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/
|
|
159
|
-
msgid "
|
|
160
|
-
|
|
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:
|
|
280
|
-
#: templates/umap/components/alerts/alert.html:
|
|
281
|
-
#: templates/umap/components/alerts/alert.html:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
320
|
+
#: templates/umap/components/alerts/alert.html:54
|
|
306
321
|
msgid "Email"
|
|
307
322
|
msgstr ""
|
|
308
323
|
|
|
309
|
-
#: templates/umap/components/alerts/alert.html:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
632
|
+
#: views.py:442
|
|
618
633
|
msgid "View the map"
|
|
619
634
|
msgstr "マップ表示"
|
|
620
635
|
|
|
621
|
-
#: views.py:
|
|
636
|
+
#: views.py:825
|
|
622
637
|
msgid "See full screen"
|
|
623
638
|
msgstr ""
|
|
624
639
|
|
|
625
|
-
#: views.py:
|
|
640
|
+
#: views.py:968
|
|
626
641
|
msgid "Map editors updated with success!"
|
|
627
642
|
msgstr "マップ編集者の更新が完了しました!"
|
|
628
643
|
|
|
629
|
-
#: views.py:
|
|
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:
|
|
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:
|
|
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:
|
|
659
|
+
#: views.py:1017
|
|
645
660
|
#, python-format
|
|
646
661
|
msgid "Email sent to %(email)s"
|
|
647
662
|
msgstr ""
|
|
648
663
|
|
|
649
|
-
#: views.py:
|
|
664
|
+
#: views.py:1028
|
|
650
665
|
msgid "Only its owner can delete the map."
|
|
651
666
|
msgstr "マップを削除できるのは所有者だけです"
|
|
652
667
|
|
|
653
|
-
#: views.py:
|
|
668
|
+
#: views.py:1031
|
|
654
669
|
msgid "Map successfully deleted."
|
|
655
670
|
msgstr ""
|
|
656
671
|
|
|
657
|
-
#: views.py:
|
|
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:
|
|
679
|
+
#: views.py:1062
|
|
665
680
|
msgid "Congratulations, your map has been cloned!"
|
|
666
681
|
msgstr "マップの複製が完了しました!"
|
|
667
682
|
|
|
668
|
-
#: views.py:
|
|
683
|
+
#: views.py:1313
|
|
669
684
|
msgid "Layer successfully deleted."
|
|
670
685
|
msgstr "レイヤ削除完了"
|
|
671
686
|
|
|
672
|
-
#: views.py:
|
|
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
|
+
"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/
|
|
158
|
-
msgid "
|
|
159
|
-
|
|
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:
|
|
279
|
-
#: templates/umap/components/alerts/alert.html:
|
|
280
|
-
#: templates/umap/components/alerts/alert.html:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
319
|
+
#: templates/umap/components/alerts/alert.html:54
|
|
305
320
|
msgid "Email"
|
|
306
321
|
msgstr ""
|
|
307
322
|
|
|
308
|
-
#: templates/umap/components/alerts/alert.html:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
631
|
+
#: views.py:442
|
|
617
632
|
msgid "View the map"
|
|
618
633
|
msgstr "지도 보기"
|
|
619
634
|
|
|
620
|
-
#: views.py:
|
|
635
|
+
#: views.py:825
|
|
621
636
|
msgid "See full screen"
|
|
622
637
|
msgstr ""
|
|
623
638
|
|
|
624
|
-
#: views.py:
|
|
639
|
+
#: views.py:968
|
|
625
640
|
msgid "Map editors updated with success!"
|
|
626
641
|
msgstr "지도 편집자가 성공적으로 업데이트되었습니다!"
|
|
627
642
|
|
|
628
|
-
#: views.py:
|
|
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:
|
|
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:
|
|
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:
|
|
658
|
+
#: views.py:1017
|
|
644
659
|
#, python-format
|
|
645
660
|
msgid "Email sent to %(email)s"
|
|
646
661
|
msgstr ""
|
|
647
662
|
|
|
648
|
-
#: views.py:
|
|
663
|
+
#: views.py:1028
|
|
649
664
|
msgid "Only its owner can delete the map."
|
|
650
665
|
msgstr "소유주만 지도를 삭제할 수 있습니다."
|
|
651
666
|
|
|
652
|
-
#: views.py:
|
|
667
|
+
#: views.py:1031
|
|
653
668
|
msgid "Map successfully deleted."
|
|
654
669
|
msgstr ""
|
|
655
670
|
|
|
656
|
-
#: views.py:
|
|
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:
|
|
678
|
+
#: views.py:1062
|
|
664
679
|
msgid "Congratulations, your map has been cloned!"
|
|
665
680
|
msgstr "축하드립니다, 지도가 복제되었습니다!"
|
|
666
681
|
|
|
667
|
-
#: views.py:
|
|
682
|
+
#: views.py:1313
|
|
668
683
|
msgid "Layer successfully deleted."
|
|
669
684
|
msgstr "레이어가 성공적으로 삭제되었습니다."
|
|
670
685
|
|
|
671
|
-
#: views.py:
|
|
686
|
+
#: views.py:1335
|
|
672
687
|
msgid "Permissions updated with success!"
|
|
673
688
|
msgstr ""
|
|
Binary file
|