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: Ugne Urbelyte <ugneurbel@gmail.com>, 2017\n"
|
|
15
15
|
"Language-Team: Lithuanian (http://app.transifex.com/openstreetmap/umap/language/lt/)\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 "rodyti pasikrovus"
|
|
|
155
159
|
msgid "Display this layer on load."
|
|
156
160
|
msgstr "Rodyti šį sluoksnį pasrikrovus."
|
|
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 "Kurti žemėlapį"
|
|
|
276
291
|
msgid "Play with the demo"
|
|
277
292
|
msgstr "Išbandyti 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 "Peržiūrėkite žemėlapius, raskite įkvėpimą"
|
|
|
386
401
|
msgid "You are logged in. Continuing..."
|
|
387
402
|
msgstr "Sėkmingai prisijungėte. Kraunasi..."
|
|
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 "pagal"
|
|
392
407
|
|
|
@@ -617,61 +632,61 @@ msgstr ""
|
|
|
617
632
|
msgid "Team “%(name)s” has been deleted"
|
|
618
633
|
msgstr ""
|
|
619
634
|
|
|
620
|
-
#: views.py:
|
|
635
|
+
#: views.py:442
|
|
621
636
|
msgid "View the map"
|
|
622
637
|
msgstr "Peržiūrėti žemėlapį"
|
|
623
638
|
|
|
624
|
-
#: views.py:
|
|
639
|
+
#: views.py:825
|
|
625
640
|
msgid "See full screen"
|
|
626
641
|
msgstr ""
|
|
627
642
|
|
|
628
|
-
#: views.py:
|
|
643
|
+
#: views.py:968
|
|
629
644
|
msgid "Map editors updated with success!"
|
|
630
645
|
msgstr "Žemėlapio keitėjai atnaujinti!"
|
|
631
646
|
|
|
632
|
-
#: views.py:
|
|
647
|
+
#: views.py:1004
|
|
633
648
|
#, python-format
|
|
634
649
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
635
650
|
msgstr ""
|
|
636
651
|
|
|
637
|
-
#: views.py:
|
|
652
|
+
#: views.py:1007
|
|
638
653
|
#, python-format
|
|
639
654
|
msgid "Here is your secret edit link: %(link)s"
|
|
640
655
|
msgstr ""
|
|
641
656
|
|
|
642
|
-
#: views.py:
|
|
657
|
+
#: views.py:1014
|
|
643
658
|
#, python-format
|
|
644
659
|
msgid "Can't send email to %(email)s"
|
|
645
660
|
msgstr ""
|
|
646
661
|
|
|
647
|
-
#: views.py:
|
|
662
|
+
#: views.py:1017
|
|
648
663
|
#, python-format
|
|
649
664
|
msgid "Email sent to %(email)s"
|
|
650
665
|
msgstr ""
|
|
651
666
|
|
|
652
|
-
#: views.py:
|
|
667
|
+
#: views.py:1028
|
|
653
668
|
msgid "Only its owner can delete the map."
|
|
654
669
|
msgstr "Tik savininkas gali ištrinti žemėlapį."
|
|
655
670
|
|
|
656
|
-
#: views.py:
|
|
671
|
+
#: views.py:1031
|
|
657
672
|
msgid "Map successfully deleted."
|
|
658
673
|
msgstr ""
|
|
659
674
|
|
|
660
|
-
#: views.py:
|
|
675
|
+
#: views.py:1057
|
|
661
676
|
#, python-format
|
|
662
677
|
msgid ""
|
|
663
678
|
"Your map has been cloned! If you want to edit this map from another "
|
|
664
679
|
"computer, please use this link: %(anonymous_url)s"
|
|
665
680
|
msgstr "Jūsų žemėlapis nukopijuotas! Jei norite redaguoti jį iš kito kompiuterio, pasinaudokite šia nuoroda: %(anonymous_url)s"
|
|
666
681
|
|
|
667
|
-
#: views.py:
|
|
682
|
+
#: views.py:1062
|
|
668
683
|
msgid "Congratulations, your map has been cloned!"
|
|
669
684
|
msgstr "Sveikinam, Jūsų žemėlapis buvo nukopijuotas!"
|
|
670
685
|
|
|
671
|
-
#: views.py:
|
|
686
|
+
#: views.py:1313
|
|
672
687
|
msgid "Layer successfully deleted."
|
|
673
688
|
msgstr "Sluoksnis sėkmingai ištrintas."
|
|
674
689
|
|
|
675
|
-
#: views.py:
|
|
690
|
+
#: views.py:1335
|
|
676
691
|
msgid "Permissions updated with success!"
|
|
677
692
|
msgstr ""
|
|
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: Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi (MNH48) <admin@mnh48.moe>, 2021,2023-2024\n"
|
|
15
15
|
"Language-Team: Malay (http://app.transifex.com/openstreetmap/umap/language/ms/)\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 "Laman dalam mod baca sahaja untuk penyenggaraan"
|
|
@@ -155,9 +159,20 @@ msgstr "paparkan semasa dimuatkan"
|
|
|
155
159
|
msgid "Display this layer on load."
|
|
156
160
|
msgstr "Paparkan lapisan ini ketika dimuatkan."
|
|
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 "Cipta peta"
|
|
|
276
291
|
msgid "Play with the demo"
|
|
277
292
|
msgstr "Main dengan 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 "Dapatkan inspirasi, layari peta-peta"
|
|
|
386
401
|
msgid "You are logged in. Continuing..."
|
|
387
402
|
msgstr "Anda telah log masuk. Menyambung..."
|
|
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 "oleh"
|
|
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 "Lihat peta"
|
|
620
635
|
|
|
621
|
-
#: views.py:
|
|
636
|
+
#: views.py:825
|
|
622
637
|
msgid "See full screen"
|
|
623
638
|
msgstr "Lihat skrin penuh"
|
|
624
639
|
|
|
625
|
-
#: views.py:
|
|
640
|
+
#: views.py:968
|
|
626
641
|
msgid "Map editors updated with success!"
|
|
627
642
|
msgstr "Penyunting peta telah dikemas kini dengan jayanya!"
|
|
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 "Pautan suntingan uMap untuk peta anda: %(map_name)s"
|
|
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 "Ini pautan suntingan rahsia anda: %(link)s"
|
|
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 "Tidak dapat menghantar e-mel kepada %(email)s"
|
|
643
658
|
|
|
644
|
-
#: views.py:
|
|
659
|
+
#: views.py:1017
|
|
645
660
|
#, python-format
|
|
646
661
|
msgid "Email sent to %(email)s"
|
|
647
662
|
msgstr "E-mel telah dihantar ke %(email)s"
|
|
648
663
|
|
|
649
|
-
#: views.py:
|
|
664
|
+
#: views.py:1028
|
|
650
665
|
msgid "Only its owner can delete the map."
|
|
651
666
|
msgstr "Hanya pemiliknya sahaja mampu memadamkan peta."
|
|
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 "Peta anda telah diklon! Jika anda ingin menyunting peta ini dari komputer lain, sila gunakan pautan ini: %(anonymous_url)s"
|
|
663
678
|
|
|
664
|
-
#: views.py:
|
|
679
|
+
#: views.py:1062
|
|
665
680
|
msgid "Congratulations, your map has been cloned!"
|
|
666
681
|
msgstr "Tahniah, peta anda telah berjaya diklon!"
|
|
667
682
|
|
|
668
|
-
#: views.py:
|
|
683
|
+
#: views.py:1313
|
|
669
684
|
msgid "Layer successfully deleted."
|
|
670
685
|
msgstr "Lapisan telah berjaya dipadamkan."
|
|
671
686
|
|
|
672
|
-
#: views.py:
|
|
687
|
+
#: views.py:1335
|
|
673
688
|
msgid "Permissions updated with success!"
|
|
674
689
|
msgstr "Kebenaran telah dikemas kini dengan jayanya!"
|
|
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: danieldegroot2 <danieldegroot18@gmail.com>, 2022\n"
|
|
16
16
|
"Language-Team: Dutch (http://app.transifex.com/openstreetmap/umap/language/nl/)\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 "Site is 'alleen lezen' wegens onderhoud"
|
|
@@ -156,9 +160,20 @@ msgstr "toon tijdens laden"
|
|
|
156
160
|
msgid "Display this layer on load."
|
|
157
161
|
msgstr "Toon deze laag tijdens laden."
|
|
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 "Maak een kaart"
|
|
|
277
292
|
msgid "Play with the demo"
|
|
278
293
|
msgstr "Speel met de demo"
|
|
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 "Laat u inspireren, blader door kaarten"
|
|
|
387
402
|
msgid "You are logged in. Continuing..."
|
|
388
403
|
msgstr "U bent ingelogd. Ga verder..."
|
|
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 "door"
|
|
393
408
|
|
|
@@ -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 "Bekijk de kaart"
|
|
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 "Kaarteditors met succes bijgewerkt!"
|
|
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 "Kaart kan alleen door eigenaar worden verwijderd."
|
|
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 "Uw kaart is gekopieerd! Als u deze kaart wilt wijzigen vanaf een andere computer, gebruik dan deze 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 "Gefeliciteerd, uw kaart is gekopieerd!"
|
|
669
684
|
|
|
670
|
-
#: views.py:
|
|
685
|
+
#: views.py:1313
|
|
671
686
|
msgid "Layer successfully deleted."
|
|
672
687
|
msgstr "Laag is verwijderd."
|
|
673
688
|
|
|
674
|
-
#: views.py:
|
|
689
|
+
#: views.py:1335
|
|
675
690
|
msgid "Permissions updated with success!"
|
|
676
691
|
msgstr ""
|
|
Binary file
|