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
|
@@ -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: Moon Ika, 2020\n"
|
|
15
15
|
"Language-Team: Estonian (http://app.transifex.com/openstreetmap/umap/language/et/)\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 "Sait on hoolduseks kirjutuskaitstud"
|
|
@@ -155,9 +159,20 @@ msgstr "kuva laadimisel"
|
|
|
155
159
|
msgid "Display this layer on load."
|
|
156
160
|
msgstr "Kuva seda kihti laadimisel"
|
|
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 "Loo kaart"
|
|
|
276
291
|
msgid "Play with the demo"
|
|
277
292
|
msgstr "Mängi demoga"
|
|
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 "Sirvi kaarte ja ammuta inspiratsiooni"
|
|
|
386
401
|
msgid "You are logged in. Continuing..."
|
|
387
402
|
msgstr "Oled sisse logitud. Jätkamine..."
|
|
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 "kasutajalt"
|
|
392
407
|
|
|
@@ -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 "Vaata kaarti"
|
|
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 "Kaardi toimetajaid uuendati edukalt!"
|
|
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 "Kaarti saab kustutada vaid selle omanik."
|
|
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 "Sinu kaart on kopeeritud! Kui sa soovid oma kaarti muuta teisest arvutist, kasuta palun seda linki: %(anonymous_url)s"
|
|
664
679
|
|
|
665
|
-
#: views.py:
|
|
680
|
+
#: views.py:1062
|
|
666
681
|
msgid "Congratulations, your map has been cloned!"
|
|
667
682
|
msgstr "Sinu kaart on kopeeritud!"
|
|
668
683
|
|
|
669
|
-
#: views.py:
|
|
684
|
+
#: views.py:1313
|
|
670
685
|
msgid "Layer successfully deleted."
|
|
671
686
|
msgstr "Kiht on kustutatud."
|
|
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: Alexander Gabilondo <alexgabi@disroot.org>, 2024\n"
|
|
15
15
|
"Language-Team: Basque (http://app.transifex.com/openstreetmap/umap/language/eu/)\n"
|
|
@@ -21,6 +21,10 @@ msgstr ""
|
|
|
21
21
|
|
|
22
22
|
#: admin.py:16
|
|
23
23
|
msgid "CSV Export"
|
|
24
|
+
msgstr "CSV esportazioa"
|
|
25
|
+
|
|
26
|
+
#: decorators.py:60
|
|
27
|
+
msgid "This map is not publicly available"
|
|
24
28
|
msgstr ""
|
|
25
29
|
|
|
26
30
|
#: middleware.py:13
|
|
@@ -65,7 +69,7 @@ msgstr "Edonork"
|
|
|
65
69
|
|
|
66
70
|
#: models.py:180 models.py:189 models.py:464
|
|
67
71
|
msgid "Editors and team only"
|
|
68
|
-
msgstr ""
|
|
72
|
+
msgstr "Editoreak eta taldea soilik"
|
|
69
73
|
|
|
70
74
|
#: models.py:181 models.py:465
|
|
71
75
|
msgid "Owner only"
|
|
@@ -73,7 +77,7 @@ msgstr "Jabea bakarrik"
|
|
|
73
77
|
|
|
74
78
|
#: models.py:184
|
|
75
79
|
msgid "Draft (private)"
|
|
76
|
-
msgstr ""
|
|
80
|
+
msgstr "Zirriborroa (pribatua)"
|
|
77
81
|
|
|
78
82
|
#: models.py:185
|
|
79
83
|
msgid "Everyone (public)"
|
|
@@ -89,7 +93,7 @@ msgstr "Blokeatuta"
|
|
|
89
93
|
|
|
90
94
|
#: models.py:191
|
|
91
95
|
msgid "Deleted"
|
|
92
|
-
msgstr ""
|
|
96
|
+
msgstr "Ezabatua"
|
|
93
97
|
|
|
94
98
|
#: models.py:194
|
|
95
99
|
msgid "center"
|
|
@@ -125,7 +129,7 @@ msgstr "editoreak"
|
|
|
125
129
|
|
|
126
130
|
#: models.py:223
|
|
127
131
|
msgid "team"
|
|
128
|
-
msgstr ""
|
|
132
|
+
msgstr "taldea"
|
|
129
133
|
|
|
130
134
|
#: models.py:229 models.py:491
|
|
131
135
|
msgid "edit status"
|
|
@@ -155,9 +159,20 @@ msgstr "erakutsi kargatzean"
|
|
|
155
159
|
msgid "Display this layer on load."
|
|
156
160
|
msgstr "Erakutsi geruza hau kargatzean"
|
|
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
|
|
@@ -209,11 +224,11 @@ msgstr "Sartu"
|
|
|
209
224
|
|
|
210
225
|
#: templates/registration/login.html:22
|
|
211
226
|
msgid "To save and easily find your maps, identify yourself."
|
|
212
|
-
msgstr ""
|
|
227
|
+
msgstr "Zure mapak gordetzeko eta erraz aurkitzeko, identifikatu zaitez."
|
|
213
228
|
|
|
214
229
|
#: templates/registration/login.html:25
|
|
215
230
|
msgid "Please log in with your account:"
|
|
216
|
-
msgstr ""
|
|
231
|
+
msgstr "Hasi saioa zure kontuarekin:"
|
|
217
232
|
|
|
218
233
|
#: templates/registration/login.html:42
|
|
219
234
|
msgid "Username"
|
|
@@ -225,7 +240,7 @@ msgstr "Pasahitza"
|
|
|
225
240
|
|
|
226
241
|
#: templates/registration/login.html:52
|
|
227
242
|
msgid "Please choose a provider:"
|
|
228
|
-
msgstr ""
|
|
243
|
+
msgstr "Aukeratu hornitzaile bat:"
|
|
229
244
|
|
|
230
245
|
#: templates/umap/about_summary.html:12
|
|
231
246
|
#, python-format
|
|
@@ -276,13 +291,13 @@ msgstr "Sortu mapa bat"
|
|
|
276
291
|
msgid "Play with the demo"
|
|
277
292
|
msgstr "Jolastu probatako ingurunean"
|
|
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 "Itxi"
|
|
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 "Aholkua: zure mapak erraz aurkitzeko, <a href=\"%(login_url)s\" target=\"_blank\">kontu bat sortu</a> edo<a href=\"%(login_url)s\" target=\"_blank\">saioa hasi</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 "Hona hemen mapa editatzeko zure esteka sekretua, gorde ezazu seguru:"
|
|
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 "Kopiatu esteka"
|
|
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 "Sartu zure helbide elektronikoa esteka sekretua jasotzeko:"
|
|
304
319
|
|
|
305
|
-
#: templates/umap/components/alerts/alert.html:
|
|
320
|
+
#: templates/umap/components/alerts/alert.html:54
|
|
306
321
|
msgid "Email"
|
|
307
322
|
msgstr "Helbide elektronikoa"
|
|
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 "Bidalidazu esteka"
|
|
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 "Ikusi haien aldaketak beste fitxa batean"
|
|
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 "Mantendu zure aldaketak eta baztertu haienak"
|
|
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 "Mantendu haien aldaketak eta baztertu zureak"
|
|
324
339
|
|
|
@@ -339,19 +354,19 @@ msgstr "Hau probatako ingurunea da, testak egin eta argitaratu aurreko bertsioak
|
|
|
339
354
|
|
|
340
355
|
#: templates/umap/content_footer.html:5
|
|
341
356
|
msgid "An OpenStreetMap project"
|
|
342
|
-
msgstr ""
|
|
357
|
+
msgstr "OpenStreetMap proiektu bat"
|
|
343
358
|
|
|
344
359
|
#: templates/umap/content_footer.html:6
|
|
345
360
|
msgid "version"
|
|
346
|
-
msgstr ""
|
|
361
|
+
msgstr "bertsioa"
|
|
347
362
|
|
|
348
363
|
#: templates/umap/content_footer.html:7
|
|
349
364
|
msgid "Hosted by"
|
|
350
|
-
msgstr ""
|
|
365
|
+
msgstr "Ostalaria"
|
|
351
366
|
|
|
352
367
|
#: templates/umap/content_footer.html:8
|
|
353
368
|
msgid "Contact"
|
|
354
|
-
msgstr ""
|
|
369
|
+
msgstr "Harremanetan jarri"
|
|
355
370
|
|
|
356
371
|
#: templates/umap/content_footer.html:9 templates/umap/navigation.html:25
|
|
357
372
|
msgid "Help"
|
|
@@ -372,7 +387,7 @@ msgstr "Nire profila"
|
|
|
372
387
|
|
|
373
388
|
#: templates/umap/dashboard_menu.html:15
|
|
374
389
|
msgid "My teams"
|
|
375
|
-
msgstr ""
|
|
390
|
+
msgstr "Nire taldeak"
|
|
376
391
|
|
|
377
392
|
#: templates/umap/home.html:14
|
|
378
393
|
msgid "Map of the uMaps"
|
|
@@ -386,7 +401,7 @@ msgstr "Inspira zaitez dauden mapak arakatzen"
|
|
|
386
401
|
msgid "You are logged in. Continuing..."
|
|
387
402
|
msgstr "Sartu egin zara. Jarraitu..."
|
|
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 "nork eginda"
|
|
392
407
|
|
|
@@ -566,20 +581,20 @@ msgstr "Bilatu"
|
|
|
566
581
|
#: templates/umap/team_detail.html:10
|
|
567
582
|
#, python-format
|
|
568
583
|
msgid "Browse %(current_team)s's maps"
|
|
569
|
-
msgstr ""
|
|
584
|
+
msgstr "Arakatu %(current_team)s-ren mapak"
|
|
570
585
|
|
|
571
586
|
#: templates/umap/team_detail.html:22
|
|
572
587
|
#, python-format
|
|
573
588
|
msgid "%(current_team)s has no public maps."
|
|
574
|
-
msgstr ""
|
|
589
|
+
msgstr "%(current_team)s-k ez dauka mapa publikorik."
|
|
575
590
|
|
|
576
591
|
#: templates/umap/team_form.html:24
|
|
577
592
|
msgid "Delete this team"
|
|
578
|
-
msgstr ""
|
|
593
|
+
msgstr "Ezabatu talde hau"
|
|
579
594
|
|
|
580
595
|
#: templates/umap/team_form.html:47
|
|
581
596
|
msgid "Add user"
|
|
582
|
-
msgstr ""
|
|
597
|
+
msgstr "Gehitu erabiltzailea"
|
|
583
598
|
|
|
584
599
|
#: templates/umap/user_dashboard.html:9 templates/umap/user_dashboard.html:25
|
|
585
600
|
msgid "Search my maps"
|
|
@@ -600,76 +615,76 @@ msgstr "Oraindik ez daukazu maparik."
|
|
|
600
615
|
|
|
601
616
|
#: templates/umap/user_teams.html:17
|
|
602
617
|
msgid "Users"
|
|
603
|
-
msgstr ""
|
|
618
|
+
msgstr "Erabiltzaileak"
|
|
604
619
|
|
|
605
620
|
#: templates/umap/user_teams.html:48
|
|
606
621
|
msgid "New team"
|
|
607
|
-
msgstr ""
|
|
622
|
+
msgstr "Talde berria"
|
|
608
623
|
|
|
609
624
|
#: views.py:234
|
|
610
625
|
msgid "Cannot delete a team with more than one member"
|
|
611
|
-
msgstr ""
|
|
626
|
+
msgstr "Ezin da ezabatu kide bat baino gehiago dituen talde bat"
|
|
612
627
|
|
|
613
628
|
#: views.py:238
|
|
614
629
|
#, python-format
|
|
615
630
|
msgid "Team “%(name)s” has been deleted"
|
|
616
|
-
msgstr ""
|
|
631
|
+
msgstr "“%(name)s” taldea ezabatu da"
|
|
617
632
|
|
|
618
|
-
#: views.py:
|
|
633
|
+
#: views.py:442
|
|
619
634
|
msgid "View the map"
|
|
620
635
|
msgstr "Mapa ikusi"
|
|
621
636
|
|
|
622
|
-
#: views.py:
|
|
637
|
+
#: views.py:825
|
|
623
638
|
msgid "See full screen"
|
|
624
639
|
msgstr "Ikusi pantaila osoan"
|
|
625
640
|
|
|
626
|
-
#: views.py:
|
|
641
|
+
#: views.py:968
|
|
627
642
|
msgid "Map editors updated with success!"
|
|
628
643
|
msgstr "Maparen editoreak ondo eguneratu dira!"
|
|
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 "Zure mapa editatzeko uMap-en esteka: %(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 "Hona hemen zure editatzeko esteka sekretua:: %(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 "Ezin da posta elektronikorik bidali %(email)s-ri"
|
|
644
659
|
|
|
645
|
-
#: views.py:
|
|
660
|
+
#: views.py:1017
|
|
646
661
|
#, python-format
|
|
647
662
|
msgid "Email sent to %(email)s"
|
|
648
663
|
msgstr "Posta elektronikoa bidalita %(email)s-ri"
|
|
649
664
|
|
|
650
|
-
#: views.py:
|
|
665
|
+
#: views.py:1028
|
|
651
666
|
msgid "Only its owner can delete the map."
|
|
652
667
|
msgstr "Jabeak bakarrik ezabatu dezake mapa."
|
|
653
668
|
|
|
654
|
-
#: views.py:
|
|
669
|
+
#: views.py:1031
|
|
655
670
|
msgid "Map successfully deleted."
|
|
656
671
|
msgstr "Mapa behar bezala ezabatu da."
|
|
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 "Zure mapa klonatu egin da! Mapa hau beste nabigatzaile batetik editatzeko erabili esteka hau: %(anonymous_url)s"
|
|
664
679
|
|
|
665
|
-
#: views.py:
|
|
680
|
+
#: views.py:1062
|
|
666
681
|
msgid "Congratulations, your map has been cloned!"
|
|
667
682
|
msgstr "Zorionak, zure mapa ondo klonatu da!"
|
|
668
683
|
|
|
669
|
-
#: views.py:
|
|
684
|
+
#: views.py:1313
|
|
670
685
|
msgid "Layer successfully deleted."
|
|
671
686
|
msgstr "Geruza ondo ezabatu da."
|
|
672
687
|
|
|
673
|
-
#: views.py:
|
|
688
|
+
#: views.py:1335
|
|
674
689
|
msgid "Permissions updated with success!"
|
|
675
690
|
msgstr "Baimenak behar bezala eguneratu dira!"
|
|
Binary file
|