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
|
@@ -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: Yaron Shahrabani <sh.yaron@gmail.com>, 2020\n"
|
|
14
14
|
"Language-Team: Hebrew (http://app.transifex.com/openstreetmap/umap/language/he/)\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
|
|
|
@@ -615,61 +630,61 @@ msgstr ""
|
|
|
615
630
|
msgid "Team “%(name)s” has been deleted"
|
|
616
631
|
msgstr ""
|
|
617
632
|
|
|
618
|
-
#: views.py:
|
|
633
|
+
#: views.py:442
|
|
619
634
|
msgid "View the map"
|
|
620
635
|
msgstr "הצגת המפה"
|
|
621
636
|
|
|
622
|
-
#: views.py:
|
|
637
|
+
#: views.py:825
|
|
623
638
|
msgid "See full screen"
|
|
624
639
|
msgstr ""
|
|
625
640
|
|
|
626
|
-
#: views.py:
|
|
641
|
+
#: views.py:968
|
|
627
642
|
msgid "Map editors updated with success!"
|
|
628
643
|
msgstr "עורכי המפה עודכנו בהצלחה!"
|
|
629
644
|
|
|
630
|
-
#: views.py:
|
|
645
|
+
#: views.py:1004
|
|
631
646
|
#, python-format
|
|
632
647
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
633
648
|
msgstr ""
|
|
634
649
|
|
|
635
|
-
#: views.py:
|
|
650
|
+
#: views.py:1007
|
|
636
651
|
#, python-format
|
|
637
652
|
msgid "Here is your secret edit link: %(link)s"
|
|
638
653
|
msgstr ""
|
|
639
654
|
|
|
640
|
-
#: views.py:
|
|
655
|
+
#: views.py:1014
|
|
641
656
|
#, python-format
|
|
642
657
|
msgid "Can't send email to %(email)s"
|
|
643
658
|
msgstr ""
|
|
644
659
|
|
|
645
|
-
#: views.py:
|
|
660
|
+
#: views.py:1017
|
|
646
661
|
#, python-format
|
|
647
662
|
msgid "Email sent to %(email)s"
|
|
648
663
|
msgstr ""
|
|
649
664
|
|
|
650
|
-
#: views.py:
|
|
665
|
+
#: views.py:1028
|
|
651
666
|
msgid "Only its owner can delete the map."
|
|
652
667
|
msgstr "רק לבעלים יש אפשרות למחוק את המפה."
|
|
653
668
|
|
|
654
|
-
#: views.py:
|
|
669
|
+
#: views.py:1031
|
|
655
670
|
msgid "Map successfully deleted."
|
|
656
671
|
msgstr ""
|
|
657
672
|
|
|
658
|
-
#: views.py:
|
|
673
|
+
#: views.py:1057
|
|
659
674
|
#, python-format
|
|
660
675
|
msgid ""
|
|
661
676
|
"Your map has been cloned! If you want to edit this map from another "
|
|
662
677
|
"computer, please use this link: %(anonymous_url)s"
|
|
663
678
|
msgstr "המפה שלך שוכפלה! אם מעניין אותך לערוך את המפה הזאת ממחשב אחר, נא להשתמש בקישור הבא: %(anonymous_url)s"
|
|
664
679
|
|
|
665
|
-
#: views.py:
|
|
680
|
+
#: views.py:1062
|
|
666
681
|
msgid "Congratulations, your map has been cloned!"
|
|
667
682
|
msgstr "ברכותינו, המפה שלך שוכפלה!"
|
|
668
683
|
|
|
669
|
-
#: views.py:
|
|
684
|
+
#: views.py:1313
|
|
670
685
|
msgid "Layer successfully deleted."
|
|
671
686
|
msgstr "השכבה נמחקה בהצלחה."
|
|
672
687
|
|
|
673
|
-
#: views.py:
|
|
688
|
+
#: views.py:1335
|
|
674
689
|
msgid "Permissions updated with success!"
|
|
675
690
|
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: Gábor Babos <gabor.babos@gmail.com>, 2017-2019,2023-2024\n"
|
|
15
15
|
"Language-Team: Hungarian (http://app.transifex.com/openstreetmap/umap/language/hu/)\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 "Karbantartás miatt a webhely csak olvasható"
|
|
@@ -155,9 +159,20 @@ msgstr "megjelenítés betöltéskor"
|
|
|
155
159
|
msgid "Display this layer on load."
|
|
156
160
|
msgstr "Réteg megjelenítése betöltéskor"
|
|
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 "Térkép készítése"
|
|
|
276
291
|
msgid "Play with the demo"
|
|
277
292
|
msgstr "Játék a bemutatóval"
|
|
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 "Bezárás"
|
|
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 "Haladó tipp: ha térképét később szeretné könnyedén megtalálni, <a href=\"%(login_url)s\" target=\"_blank\">hozzon létre egy fiókot</a> vagy <a href=\"%(login_url)s\" target=\"_blank\">jelentkezzék be</a>."
|
|
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 "Itt van a térkép szerkesztéséhez vezető titkos link, őrizze meg gondosan:"
|
|
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 "Link másolása"
|
|
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 "Adja meg az e-mail-címét, hogy megkapja a titkos linket: "
|
|
304
319
|
|
|
305
|
-
#: templates/umap/components/alerts/alert.html:
|
|
320
|
+
#: templates/umap/components/alerts/alert.html:54
|
|
306
321
|
msgid "Email"
|
|
307
322
|
msgstr "E-mail"
|
|
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 "Link elküldése magamnak"
|
|
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 "Szerkesztéseik megtekintése egy másik fülön"
|
|
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 "Saját szerkesztéseim megőrzése és az övék elvetése"
|
|
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 "Az ő szerkesztéseik megőrzése és a sajátjaim elvetése"
|
|
324
339
|
|
|
@@ -386,7 +401,7 @@ msgstr "Szerezzen ihletet, böngésszen a térképek között!"
|
|
|
386
401
|
msgid "You are logged in. Continuing..."
|
|
387
402
|
msgstr "Be van jelentkezve. Továbblépés…"
|
|
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 "– készítette:"
|
|
392
407
|
|
|
@@ -615,61 +630,61 @@ msgstr "Egynél több tagú csoport nem törölhető"
|
|
|
615
630
|
msgid "Team “%(name)s” has been deleted"
|
|
616
631
|
msgstr "%(name)s csoport törölve"
|
|
617
632
|
|
|
618
|
-
#: views.py:
|
|
633
|
+
#: views.py:442
|
|
619
634
|
msgid "View the map"
|
|
620
635
|
msgstr "Térkép megtekintése"
|
|
621
636
|
|
|
622
|
-
#: views.py:
|
|
637
|
+
#: views.py:825
|
|
623
638
|
msgid "See full screen"
|
|
624
639
|
msgstr "Teljes képernyős nézet megtekintése"
|
|
625
640
|
|
|
626
|
-
#: views.py:
|
|
641
|
+
#: views.py:968
|
|
627
642
|
msgid "Map editors updated with success!"
|
|
628
643
|
msgstr "A térképszerkesztők sikeresen frissültek."
|
|
629
644
|
|
|
630
|
-
#: views.py:
|
|
645
|
+
#: views.py:1004
|
|
631
646
|
#, python-format
|
|
632
647
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
633
648
|
msgstr "A térképéhez tartozó uMap szerkesztési link: %(map_name)s"
|
|
634
649
|
|
|
635
|
-
#: views.py:
|
|
650
|
+
#: views.py:1007
|
|
636
651
|
#, python-format
|
|
637
652
|
msgid "Here is your secret edit link: %(link)s"
|
|
638
653
|
msgstr "Az Ön titkos szerkesztési linkje: %(link)s"
|
|
639
654
|
|
|
640
|
-
#: views.py:
|
|
655
|
+
#: views.py:1014
|
|
641
656
|
#, python-format
|
|
642
657
|
msgid "Can't send email to %(email)s"
|
|
643
658
|
msgstr "Nem sikerül e-mailt küldeni ide: %(email)s"
|
|
644
659
|
|
|
645
|
-
#: views.py:
|
|
660
|
+
#: views.py:1017
|
|
646
661
|
#, python-format
|
|
647
662
|
msgid "Email sent to %(email)s"
|
|
648
663
|
msgstr "E-mail elküldve ide: %(email)s"
|
|
649
664
|
|
|
650
|
-
#: views.py:
|
|
665
|
+
#: views.py:1028
|
|
651
666
|
msgid "Only its owner can delete the map."
|
|
652
667
|
msgstr "A térképet csak a tulajdonosa törölheti."
|
|
653
668
|
|
|
654
|
-
#: views.py:
|
|
669
|
+
#: views.py:1031
|
|
655
670
|
msgid "Map successfully deleted."
|
|
656
671
|
msgstr "Térkép sikeresen törölve."
|
|
657
672
|
|
|
658
|
-
#: views.py:
|
|
673
|
+
#: views.py:1057
|
|
659
674
|
#, python-format
|
|
660
675
|
msgid ""
|
|
661
676
|
"Your map has been cloned! If you want to edit this map from another "
|
|
662
677
|
"computer, please use this link: %(anonymous_url)s"
|
|
663
678
|
msgstr "Elkészült a térképe másolata. Ha egy másik számítógépről szeretné szerkeszteni, ezt a linket használja: %(anonymous_url)s"
|
|
664
679
|
|
|
665
|
-
#: views.py:
|
|
680
|
+
#: views.py:1062
|
|
666
681
|
msgid "Congratulations, your map has been cloned!"
|
|
667
682
|
msgstr "Gratulálunk, elkészült a térképe másolata!"
|
|
668
683
|
|
|
669
|
-
#: views.py:
|
|
684
|
+
#: views.py:1313
|
|
670
685
|
msgid "Layer successfully deleted."
|
|
671
686
|
msgstr "A réteg sikeresen törlődött."
|
|
672
687
|
|
|
673
|
-
#: views.py:
|
|
688
|
+
#: views.py:1335
|
|
674
689
|
msgid "Permissions updated with success!"
|
|
675
690
|
msgstr "Az engedélyek sikeresen frissültek!"
|
|
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: Sveinn í Felli <sv1@fellsnet.is>, 2020\n"
|
|
14
14
|
"Language-Team: Icelandic (http://app.transifex.com/openstreetmap/umap/language/is/)\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 "Vefsvæðið er núna skrifvarið vegna viðhaldsvinnu"
|
|
@@ -154,9 +158,20 @@ msgstr "birta við innhleðslu"
|
|
|
154
158
|
msgid "Display this layer on load."
|
|
155
159
|
msgstr "Birta þetta lag við innhleðslu."
|
|
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 "Útbúðu landakort"
|
|
|
275
290
|
msgid "Play with the demo"
|
|
276
291
|
msgstr "Leiktu þér með sýnisútgáfuna"
|
|
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 "Fáðu hugmyndir, skoðaðu önnur landakort"
|
|
|
385
400
|
msgid "You are logged in. Continuing..."
|
|
386
401
|
msgstr "Þú ert skráð/ur inn. Held áfram..."
|
|
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 "eftir"
|
|
391
406
|
|
|
@@ -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 "Skoða kortið"
|
|
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 "Tókst að uppfæra vinnslu korta!"
|
|
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 "Aðeins eigandinn getur eytt landakortinu."
|
|
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 "Það tókst að klóna landakortið þitt! Ef þú ætlar að breyta þessu landakorti úr annarri tölvu, ættirðu að nota þennan tengil: %(anonymous_url)s"
|
|
663
678
|
|
|
664
|
-
#: views.py:
|
|
679
|
+
#: views.py:1062
|
|
665
680
|
msgid "Congratulations, your map has been cloned!"
|
|
666
681
|
msgstr "Til hamingju, það tókst að klóna landakortið þitt!"
|
|
667
682
|
|
|
668
|
-
#: views.py:
|
|
683
|
+
#: views.py:1313
|
|
669
684
|
msgid "Layer successfully deleted."
|
|
670
685
|
msgstr "Tókst að eyða lagi."
|
|
671
686
|
|
|
672
|
-
#: views.py:
|
|
687
|
+
#: views.py:1335
|
|
673
688
|
msgid "Permissions updated with success!"
|
|
674
689
|
msgstr ""
|
|
Binary file
|