umap-project 2.8.0b0__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/static/umap/content.css +18 -13
- umap/static/umap/css/bar.css +4 -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 +8 -5
- umap/static/umap/js/modules/data/layer.js +13 -8
- umap/static/umap/js/modules/drop.js +55 -0
- umap/static/umap/js/modules/importer.js +10 -5
- umap/static/umap/js/modules/rendering/map.js +2 -1
- 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/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/umap.js +37 -21
- umap/static/umap/js/modules/utils.js +2 -0
- umap/static/umap/js/umap.controls.js +1 -51
- 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/unittests/sync.js +4 -1
- umap/templates/403.html +12 -0
- umap/templates/404.html +4 -13
- umap/templates/40x.html +9 -0
- umap/tests/integration/conftest.py +3 -3
- umap/tests/integration/test_websocket_sync.py +69 -0
- umap/websocket_server.py +8 -1
- {umap_project-2.8.0b0.dist-info → umap_project-2.8.1.dist-info}/METADATA +5 -5
- {umap_project-2.8.0b0.dist-info → umap_project-2.8.1.dist-info}/RECORD +112 -108
- {umap_project-2.8.0b0.dist-info → umap_project-2.8.1.dist-info}/WHEEL +0 -0
- {umap_project-2.8.0b0.dist-info → umap_project-2.8.1.dist-info}/entry_points.txt +0 -0
- {umap_project-2.8.0b0.dist-info → umap_project-2.8.1.dist-info}/licenses/LICENSE +0 -0
umap/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
VERSION = "2.8.
|
|
1
|
+
VERSION = "2.8.1"
|
umap/decorators.py
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
from functools import wraps
|
|
2
2
|
|
|
3
3
|
from django.conf import settings
|
|
4
|
+
from django.core.exceptions import PermissionDenied
|
|
4
5
|
from django.http import HttpResponseForbidden
|
|
5
6
|
from django.shortcuts import get_object_or_404
|
|
6
7
|
from django.urls import reverse_lazy
|
|
8
|
+
from django.utils.translation import gettext as _
|
|
7
9
|
|
|
8
10
|
from .models import Map, Team
|
|
9
11
|
from .views import simple_json_response
|
|
@@ -55,7 +57,7 @@ def can_view_map(view_func):
|
|
|
55
57
|
map_inst = get_object_or_404(Map, pk=kwargs["map_id"])
|
|
56
58
|
kwargs["map_inst"] = map_inst # Avoid rerequesting the map in the view
|
|
57
59
|
if not map_inst.can_view(request):
|
|
58
|
-
|
|
60
|
+
raise PermissionDenied(_("This map is not publicly available"))
|
|
59
61
|
return view_func(request, *args, **kwargs)
|
|
60
62
|
|
|
61
63
|
return wrapper
|
|
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: Med Limem Smida <medlimem200@gmail.com>, 2018\n"
|
|
16
16
|
"Language-Team: Arabic (http://app.transifex.com/openstreetmap/umap/language/ar/)\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 ""
|
|
|
156
160
|
msgid "Display this layer on load."
|
|
157
161
|
msgstr "عرض هذه الطبقة عند التحميل"
|
|
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 "أنشئ خريطةً"
|
|
|
277
292
|
msgid "Play with the demo"
|
|
278
293
|
msgstr ""
|
|
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 ""
|
|
|
387
402
|
msgid "You are logged in. Continuing..."
|
|
388
403
|
msgstr ""
|
|
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 ""
|
|
393
408
|
|
|
@@ -620,61 +635,61 @@ msgstr ""
|
|
|
620
635
|
msgid "Team “%(name)s” has been deleted"
|
|
621
636
|
msgstr ""
|
|
622
637
|
|
|
623
|
-
#: views.py:
|
|
638
|
+
#: views.py:442
|
|
624
639
|
msgid "View the map"
|
|
625
640
|
msgstr ""
|
|
626
641
|
|
|
627
|
-
#: views.py:
|
|
642
|
+
#: views.py:825
|
|
628
643
|
msgid "See full screen"
|
|
629
644
|
msgstr ""
|
|
630
645
|
|
|
631
|
-
#: views.py:
|
|
646
|
+
#: views.py:968
|
|
632
647
|
msgid "Map editors updated with success!"
|
|
633
648
|
msgstr ""
|
|
634
649
|
|
|
635
|
-
#: views.py:
|
|
650
|
+
#: views.py:1004
|
|
636
651
|
#, python-format
|
|
637
652
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
638
653
|
msgstr ""
|
|
639
654
|
|
|
640
|
-
#: views.py:
|
|
655
|
+
#: views.py:1007
|
|
641
656
|
#, python-format
|
|
642
657
|
msgid "Here is your secret edit link: %(link)s"
|
|
643
658
|
msgstr ""
|
|
644
659
|
|
|
645
|
-
#: views.py:
|
|
660
|
+
#: views.py:1014
|
|
646
661
|
#, python-format
|
|
647
662
|
msgid "Can't send email to %(email)s"
|
|
648
663
|
msgstr ""
|
|
649
664
|
|
|
650
|
-
#: views.py:
|
|
665
|
+
#: views.py:1017
|
|
651
666
|
#, python-format
|
|
652
667
|
msgid "Email sent to %(email)s"
|
|
653
668
|
msgstr ""
|
|
654
669
|
|
|
655
|
-
#: views.py:
|
|
670
|
+
#: views.py:1028
|
|
656
671
|
msgid "Only its owner can delete the map."
|
|
657
672
|
msgstr "لا يمكن إلا لصاحب الخريطة حذفها."
|
|
658
673
|
|
|
659
|
-
#: views.py:
|
|
674
|
+
#: views.py:1031
|
|
660
675
|
msgid "Map successfully deleted."
|
|
661
676
|
msgstr ""
|
|
662
677
|
|
|
663
|
-
#: views.py:
|
|
678
|
+
#: views.py:1057
|
|
664
679
|
#, python-format
|
|
665
680
|
msgid ""
|
|
666
681
|
"Your map has been cloned! If you want to edit this map from another "
|
|
667
682
|
"computer, please use this link: %(anonymous_url)s"
|
|
668
683
|
msgstr ""
|
|
669
684
|
|
|
670
|
-
#: views.py:
|
|
685
|
+
#: views.py:1062
|
|
671
686
|
msgid "Congratulations, your map has been cloned!"
|
|
672
687
|
msgstr ""
|
|
673
688
|
|
|
674
|
-
#: views.py:
|
|
689
|
+
#: views.py:1313
|
|
675
690
|
msgid "Layer successfully deleted."
|
|
676
691
|
msgstr "تم حذف الطبقة بنجاح."
|
|
677
692
|
|
|
678
|
-
#: views.py:
|
|
693
|
+
#: views.py:1335
|
|
679
694
|
msgid "Permissions updated with success!"
|
|
680
695
|
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: Dren ar Frankig <hadrienlouque@gmail.com>, 2023-2024\n"
|
|
16
16
|
"Language-Team: Breton (http://app.transifex.com/openstreetmap/umap/language/br/)\n"
|
|
@@ -22,6 +22,10 @@ msgstr ""
|
|
|
22
22
|
|
|
23
23
|
#: admin.py:16
|
|
24
24
|
msgid "CSV Export"
|
|
25
|
+
msgstr "Ezporzhiadur CSV"
|
|
26
|
+
|
|
27
|
+
#: decorators.py:60
|
|
28
|
+
msgid "This map is not publicly available"
|
|
25
29
|
msgstr ""
|
|
26
30
|
|
|
27
31
|
#: middleware.py:13
|
|
@@ -74,7 +78,7 @@ msgstr "Ar perc'henner hepken"
|
|
|
74
78
|
|
|
75
79
|
#: models.py:184
|
|
76
80
|
msgid "Draft (private)"
|
|
77
|
-
msgstr ""
|
|
81
|
+
msgstr "Brouilhed (prevez)"
|
|
78
82
|
|
|
79
83
|
#: models.py:185
|
|
80
84
|
msgid "Everyone (public)"
|
|
@@ -90,7 +94,7 @@ msgstr "Stanket"
|
|
|
90
94
|
|
|
91
95
|
#: models.py:191
|
|
92
96
|
msgid "Deleted"
|
|
93
|
-
msgstr ""
|
|
97
|
+
msgstr "Dilemel"
|
|
94
98
|
|
|
95
99
|
#: models.py:194
|
|
96
100
|
msgid "center"
|
|
@@ -156,9 +160,20 @@ msgstr "diskwel pa vez karget"
|
|
|
156
160
|
msgid "Display this layer on load."
|
|
157
161
|
msgstr "Diskwel ar gwiskad-mañ pa vez karget"
|
|
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
|
|
@@ -214,7 +229,7 @@ msgstr ""
|
|
|
214
229
|
|
|
215
230
|
#: templates/registration/login.html:25
|
|
216
231
|
msgid "Please log in with your account:"
|
|
217
|
-
msgstr ""
|
|
232
|
+
msgstr "Kennaskit gant ho kont mar plij:"
|
|
218
233
|
|
|
219
234
|
#: templates/registration/login.html:42
|
|
220
235
|
msgid "Username"
|
|
@@ -226,7 +241,7 @@ msgstr "Ger-tremen"
|
|
|
226
241
|
|
|
227
242
|
#: templates/registration/login.html:52
|
|
228
243
|
msgid "Please choose a provider:"
|
|
229
|
-
msgstr ""
|
|
244
|
+
msgstr "Dibabit ur pourchaser mar plij:"
|
|
230
245
|
|
|
231
246
|
#: templates/umap/about_summary.html:12
|
|
232
247
|
#, python-format
|
|
@@ -277,13 +292,13 @@ msgstr "Krouiñ ur gartenn"
|
|
|
277
292
|
msgid "Play with the demo"
|
|
278
293
|
msgstr "Amprouiñ an tañva!"
|
|
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 "Serriñ"
|
|
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 "Eilañ al liamm"
|
|
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 "Postel"
|
|
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 "Kas al liamm din"
|
|
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 "Derc'hel ho kemmoù hag argas o re"
|
|
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 "Derc'hel o c'hemmoù hag argas ho re"
|
|
325
340
|
|
|
@@ -387,7 +402,7 @@ msgstr "Bezit awenet en ur furchal kartennoù"
|
|
|
387
402
|
msgid "You are logged in. Continuing..."
|
|
388
403
|
msgstr "Kevreet oc'h. Gortozit ur pennadig..."
|
|
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 "gant"
|
|
393
408
|
|
|
@@ -619,61 +634,61 @@ msgstr ""
|
|
|
619
634
|
msgid "Team “%(name)s” has been deleted"
|
|
620
635
|
msgstr "Dilamet eo bet ar skipailh “%(name)s”"
|
|
621
636
|
|
|
622
|
-
#: views.py:
|
|
637
|
+
#: views.py:442
|
|
623
638
|
msgid "View the map"
|
|
624
639
|
msgstr "Diskouez ar gartenn"
|
|
625
640
|
|
|
626
|
-
#: views.py:
|
|
641
|
+
#: views.py:825
|
|
627
642
|
msgid "See full screen"
|
|
628
643
|
msgstr "Gwelet er mod skramm a-bezh"
|
|
629
644
|
|
|
630
|
-
#: views.py:
|
|
645
|
+
#: views.py:968
|
|
631
646
|
msgid "Map editors updated with success!"
|
|
632
647
|
msgstr "Aozerien ar gartenn bet hizivaet gant berzh!"
|
|
633
648
|
|
|
634
|
-
#: views.py:
|
|
649
|
+
#: views.py:1004
|
|
635
650
|
#, python-format
|
|
636
651
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
637
652
|
msgstr "Al liamm uMap evit aozañ ho kartenn: %(map_name)s"
|
|
638
653
|
|
|
639
|
-
#: views.py:
|
|
654
|
+
#: views.py:1007
|
|
640
655
|
#, python-format
|
|
641
656
|
msgid "Here is your secret edit link: %(link)s"
|
|
642
657
|
msgstr "Setu ho liamm aozañ kuzh: %(link)s"
|
|
643
658
|
|
|
644
|
-
#: views.py:
|
|
659
|
+
#: views.py:1014
|
|
645
660
|
#, python-format
|
|
646
661
|
msgid "Can't send email to %(email)s"
|
|
647
662
|
msgstr "N'haller ket kas ur postel da %(email)s"
|
|
648
663
|
|
|
649
|
-
#: views.py:
|
|
664
|
+
#: views.py:1017
|
|
650
665
|
#, python-format
|
|
651
666
|
msgid "Email sent to %(email)s"
|
|
652
667
|
msgstr "Postel kaset da %(email)s"
|
|
653
668
|
|
|
654
|
-
#: views.py:
|
|
669
|
+
#: views.py:1028
|
|
655
670
|
msgid "Only its owner can delete the map."
|
|
656
671
|
msgstr "N'eus nemet perc'henner ar gartenn a c'hall he dilemel."
|
|
657
672
|
|
|
658
|
-
#: views.py:
|
|
673
|
+
#: views.py:1031
|
|
659
674
|
msgid "Map successfully deleted."
|
|
660
675
|
msgstr "Kartenn dilamet gant berzh."
|
|
661
676
|
|
|
662
|
-
#: views.py:
|
|
677
|
+
#: views.py:1057
|
|
663
678
|
#, python-format
|
|
664
679
|
msgid ""
|
|
665
680
|
"Your map has been cloned! If you want to edit this map from another "
|
|
666
681
|
"computer, please use this link: %(anonymous_url)s"
|
|
667
682
|
msgstr "Doublet eo bet ho kartenn! M'ho peus c'hoant d'he c'hemmañ diwar un urzhiataer all, implijit al liamm-mañ: %(anonymous_url)s"
|
|
668
683
|
|
|
669
|
-
#: views.py:
|
|
684
|
+
#: views.py:1062
|
|
670
685
|
msgid "Congratulations, your map has been cloned!"
|
|
671
686
|
msgstr "Doublet eo bet ho kartenn gant berzh!"
|
|
672
687
|
|
|
673
|
-
#: views.py:
|
|
688
|
+
#: views.py:1313
|
|
674
689
|
msgid "Layer successfully deleted."
|
|
675
690
|
msgstr "Gwiskad dilamet gant berzh."
|
|
676
691
|
|
|
677
|
-
#: views.py:
|
|
692
|
+
#: views.py:1335
|
|
678
693
|
msgid "Permissions updated with success!"
|
|
679
694
|
msgstr "Aotreoù hizivaet gant berzh!"
|
|
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: lenny libre, 2024\n"
|
|
19
19
|
"Language-Team: Catalan (http://app.transifex.com/openstreetmap/umap/language/ca/)\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 "El lloc és en mode lectura per manteniment"
|
|
@@ -159,9 +163,20 @@ msgstr "mostra en carregar"
|
|
|
159
163
|
msgid "Display this layer on load."
|
|
160
164
|
msgstr "Mostra aquesta capa en carregar."
|
|
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 "Crea un mapa"
|
|
|
280
295
|
msgid "Play with the demo"
|
|
281
296
|
msgstr "Jugueu amb la demostració"
|
|
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 "Inspireu-vos, exploreu mapes"
|
|
|
390
405
|
msgid "You are logged in. Continuing..."
|
|
391
406
|
msgstr "Heu iniciat sessió. S'està continuant..."
|
|
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 "per"
|
|
396
411
|
|
|
@@ -619,61 +634,61 @@ msgstr ""
|
|
|
619
634
|
msgid "Team “%(name)s” has been deleted"
|
|
620
635
|
msgstr ""
|
|
621
636
|
|
|
622
|
-
#: views.py:
|
|
637
|
+
#: views.py:442
|
|
623
638
|
msgid "View the map"
|
|
624
639
|
msgstr "Mostra el mapa"
|
|
625
640
|
|
|
626
|
-
#: views.py:
|
|
641
|
+
#: views.py:825
|
|
627
642
|
msgid "See full screen"
|
|
628
643
|
msgstr ""
|
|
629
644
|
|
|
630
|
-
#: views.py:
|
|
645
|
+
#: views.py:968
|
|
631
646
|
msgid "Map editors updated with success!"
|
|
632
647
|
msgstr "S'han actualitzat els editors del mapa correctament!"
|
|
633
648
|
|
|
634
|
-
#: views.py:
|
|
649
|
+
#: views.py:1004
|
|
635
650
|
#, python-format
|
|
636
651
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
637
652
|
msgstr "L'enllaç d'edició d'uMap per al vostre mapa: %(map_name)s"
|
|
638
653
|
|
|
639
|
-
#: views.py:
|
|
654
|
+
#: views.py:1007
|
|
640
655
|
#, python-format
|
|
641
656
|
msgid "Here is your secret edit link: %(link)s"
|
|
642
657
|
msgstr "Aquí teniu l'enllaç secret d'edició: %(link)s"
|
|
643
658
|
|
|
644
|
-
#: views.py:
|
|
659
|
+
#: views.py:1014
|
|
645
660
|
#, python-format
|
|
646
661
|
msgid "Can't send email to %(email)s"
|
|
647
662
|
msgstr ""
|
|
648
663
|
|
|
649
|
-
#: views.py:
|
|
664
|
+
#: views.py:1017
|
|
650
665
|
#, python-format
|
|
651
666
|
msgid "Email sent to %(email)s"
|
|
652
667
|
msgstr "S'ha enviat un correu a %(email)s"
|
|
653
668
|
|
|
654
|
-
#: views.py:
|
|
669
|
+
#: views.py:1028
|
|
655
670
|
msgid "Only its owner can delete the map."
|
|
656
671
|
msgstr "Només el propietari pot suprimir el mapa."
|
|
657
672
|
|
|
658
|
-
#: views.py:
|
|
673
|
+
#: views.py:1031
|
|
659
674
|
msgid "Map successfully deleted."
|
|
660
675
|
msgstr ""
|
|
661
676
|
|
|
662
|
-
#: views.py:
|
|
677
|
+
#: views.py:1057
|
|
663
678
|
#, python-format
|
|
664
679
|
msgid ""
|
|
665
680
|
"Your map has been cloned! If you want to edit this map from another "
|
|
666
681
|
"computer, please use this link: %(anonymous_url)s"
|
|
667
682
|
msgstr "S'ha clonat el vostre mapa! Si voleu editar aquest mapa en un altre ordinador, useu aquest enllaç: %(anonymous_url)s"
|
|
668
683
|
|
|
669
|
-
#: views.py:
|
|
684
|
+
#: views.py:1062
|
|
670
685
|
msgid "Congratulations, your map has been cloned!"
|
|
671
686
|
msgstr "Enhorabona, s'ha clonat el vostre mapa!"
|
|
672
687
|
|
|
673
|
-
#: views.py:
|
|
688
|
+
#: views.py:1313
|
|
674
689
|
msgid "Layer successfully deleted."
|
|
675
690
|
msgstr "S'ha suprimit la capa correctament."
|
|
676
691
|
|
|
677
|
-
#: views.py:
|
|
692
|
+
#: views.py:1335
|
|
678
693
|
msgid "Permissions updated with success!"
|
|
679
694
|
msgstr ""
|
|
Binary file
|