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