umap-project 2.9.1__py3-none-any.whl → 2.9.3__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.

Files changed (113) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/en/LC_MESSAGES/django.po +18 -18
  3. umap/locale/et/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/et/LC_MESSAGES/django.po +175 -130
  5. umap/locale/eu/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/eu/LC_MESSAGES/django.po +117 -72
  7. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/fr/LC_MESSAGES/django.po +19 -19
  9. umap/middleware.py +2 -1
  10. umap/static/umap/js/modules/ui/base.js +11 -0
  11. umap/static/umap/locale/am_ET.js +4 -3
  12. umap/static/umap/locale/am_ET.json +4 -3
  13. umap/static/umap/locale/ar.js +4 -3
  14. umap/static/umap/locale/ar.json +4 -3
  15. umap/static/umap/locale/ast.js +4 -3
  16. umap/static/umap/locale/ast.json +4 -3
  17. umap/static/umap/locale/bg.js +4 -3
  18. umap/static/umap/locale/bg.json +4 -3
  19. umap/static/umap/locale/br.js +3 -3
  20. umap/static/umap/locale/br.json +3 -3
  21. umap/static/umap/locale/ca.js +4 -3
  22. umap/static/umap/locale/ca.json +4 -3
  23. umap/static/umap/locale/cs_CZ.js +17 -16
  24. umap/static/umap/locale/cs_CZ.json +17 -16
  25. umap/static/umap/locale/da.js +4 -3
  26. umap/static/umap/locale/da.json +4 -3
  27. umap/static/umap/locale/de.js +4 -3
  28. umap/static/umap/locale/de.json +4 -3
  29. umap/static/umap/locale/el.js +4 -3
  30. umap/static/umap/locale/el.json +4 -3
  31. umap/static/umap/locale/en.js +3 -3
  32. umap/static/umap/locale/en.json +3 -3
  33. umap/static/umap/locale/en_US.json +4 -3
  34. umap/static/umap/locale/es.js +10 -9
  35. umap/static/umap/locale/es.json +10 -9
  36. umap/static/umap/locale/et.js +4 -3
  37. umap/static/umap/locale/et.json +4 -3
  38. umap/static/umap/locale/eu.js +34 -33
  39. umap/static/umap/locale/eu.json +34 -33
  40. umap/static/umap/locale/fa_IR.js +4 -3
  41. umap/static/umap/locale/fa_IR.json +4 -3
  42. umap/static/umap/locale/fi.js +4 -3
  43. umap/static/umap/locale/fi.json +4 -3
  44. umap/static/umap/locale/fr.js +3 -3
  45. umap/static/umap/locale/fr.json +3 -3
  46. umap/static/umap/locale/gl.js +10 -9
  47. umap/static/umap/locale/gl.json +10 -9
  48. umap/static/umap/locale/he.js +4 -3
  49. umap/static/umap/locale/he.json +4 -3
  50. umap/static/umap/locale/hr.js +4 -3
  51. umap/static/umap/locale/hr.json +4 -3
  52. umap/static/umap/locale/hu.js +4 -3
  53. umap/static/umap/locale/hu.json +4 -3
  54. umap/static/umap/locale/id.js +4 -3
  55. umap/static/umap/locale/id.json +4 -3
  56. umap/static/umap/locale/is.js +4 -3
  57. umap/static/umap/locale/is.json +4 -3
  58. umap/static/umap/locale/it.js +4 -3
  59. umap/static/umap/locale/it.json +4 -3
  60. umap/static/umap/locale/ja.js +4 -3
  61. umap/static/umap/locale/ja.json +4 -3
  62. umap/static/umap/locale/ko.js +4 -3
  63. umap/static/umap/locale/ko.json +4 -3
  64. umap/static/umap/locale/lt.js +4 -3
  65. umap/static/umap/locale/lt.json +4 -3
  66. umap/static/umap/locale/ms.js +4 -3
  67. umap/static/umap/locale/ms.json +4 -3
  68. umap/static/umap/locale/nl.js +3 -3
  69. umap/static/umap/locale/nl.json +3 -3
  70. umap/static/umap/locale/no.js +4 -3
  71. umap/static/umap/locale/no.json +4 -3
  72. umap/static/umap/locale/pl.js +4 -3
  73. umap/static/umap/locale/pl.json +4 -3
  74. umap/static/umap/locale/pl_PL.json +4 -3
  75. umap/static/umap/locale/pt.js +3 -3
  76. umap/static/umap/locale/pt.json +3 -3
  77. umap/static/umap/locale/pt_BR.js +4 -3
  78. umap/static/umap/locale/pt_BR.json +4 -3
  79. umap/static/umap/locale/pt_PT.js +4 -3
  80. umap/static/umap/locale/pt_PT.json +4 -3
  81. umap/static/umap/locale/ro.js +4 -3
  82. umap/static/umap/locale/ro.json +4 -3
  83. umap/static/umap/locale/ru.js +4 -3
  84. umap/static/umap/locale/ru.json +4 -3
  85. umap/static/umap/locale/sk_SK.js +4 -3
  86. umap/static/umap/locale/sk_SK.json +4 -3
  87. umap/static/umap/locale/sl.js +4 -3
  88. umap/static/umap/locale/sl.json +4 -3
  89. umap/static/umap/locale/sr.js +4 -3
  90. umap/static/umap/locale/sr.json +4 -3
  91. umap/static/umap/locale/sv.js +4 -3
  92. umap/static/umap/locale/sv.json +4 -3
  93. umap/static/umap/locale/th_TH.js +4 -3
  94. umap/static/umap/locale/th_TH.json +4 -3
  95. umap/static/umap/locale/tr.js +4 -3
  96. umap/static/umap/locale/tr.json +4 -3
  97. umap/static/umap/locale/uk_UA.js +4 -3
  98. umap/static/umap/locale/uk_UA.json +4 -3
  99. umap/static/umap/locale/vi.js +4 -3
  100. umap/static/umap/locale/vi.json +4 -3
  101. umap/static/umap/locale/vi_VN.json +4 -3
  102. umap/static/umap/locale/zh.js +4 -3
  103. umap/static/umap/locale/zh.json +4 -3
  104. umap/static/umap/locale/zh_CN.json +4 -3
  105. umap/static/umap/locale/zh_TW.Big5.json +4 -3
  106. umap/static/umap/locale/zh_TW.js +4 -3
  107. umap/static/umap/locale/zh_TW.json +4 -3
  108. umap/views.py +1 -1
  109. {umap_project-2.9.1.dist-info → umap_project-2.9.3.dist-info}/METADATA +2 -2
  110. {umap_project-2.9.1.dist-info → umap_project-2.9.3.dist-info}/RECORD +113 -113
  111. {umap_project-2.9.1.dist-info → umap_project-2.9.3.dist-info}/WHEEL +0 -0
  112. {umap_project-2.9.1.dist-info → umap_project-2.9.3.dist-info}/entry_points.txt +0 -0
  113. {umap_project-2.9.1.dist-info → umap_project-2.9.3.dist-info}/licenses/LICENSE +0 -0
Binary file
@@ -3,15 +3,15 @@
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  #
5
5
  # Translators:
6
- # Alexander Gabilondo <alexgabi@disroot.org>, 2024
6
+ # Alexander Gabilondo <alexgabi@disroot.org>, 2024-2025
7
7
  # Mikel Larreategi <mlarreategi@codesyntax.com>, 2023
8
8
  msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: uMap\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2024-12-24 08:39+0000\n"
12
+ "POT-Creation-Date: 2025-03-07 15:18+0000\n"
13
13
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
14
- "Last-Translator: Alexander Gabilondo <alexgabi@disroot.org>, 2024\n"
14
+ "Last-Translator: Alexander Gabilondo <alexgabi@disroot.org>, 2024-2025\n"
15
15
  "Language-Team: Basque (http://app.transifex.com/openstreetmap/umap/language/eu/)\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -25,17 +25,25 @@ msgstr "CSV esportazioa"
25
25
 
26
26
  #: decorators.py:60
27
27
  msgid "This map is not publicly available"
28
- msgstr ""
28
+ msgstr "Mapa hau ez dago publikoki erabilgarri"
29
29
 
30
- #: middleware.py:13
30
+ #: middleware.py:19
31
31
  msgid "Site is readonly for maintenance"
32
32
  msgstr "Webgunea irakurtzeko moduan dago mantentze-lanak direla-eta"
33
33
 
34
+ #: middleware.py:34
35
+ #, python-format
36
+ msgid ""
37
+ "Using “%(name)s” to authenticate is deprecated and will be removed soon. "
38
+ "Please configure another provider below before losing access to your account"
39
+ " and maps. Then, please logout and login again with the new provider."
40
+ msgstr ""
41
+
34
42
  #: models.py:60 models.py:79
35
43
  msgid "name"
36
44
  msgstr "izena"
37
45
 
38
- #: models.py:62 models.py:475
46
+ #: models.py:62 models.py:485
39
47
  msgid "description"
40
48
  msgstr "deskribapena"
41
49
 
@@ -55,23 +63,23 @@ msgstr "URLaren txantiloia OSMren lauzen formatua erabiliz"
55
63
  msgid "Order of the tilelayers in the edit box"
56
64
  msgstr "Lauzen geruzek edizio kutxan duten ordena"
57
65
 
58
- #: models.py:175 models.py:469
66
+ #: models.py:175 models.py:479
59
67
  msgid "Only editable with secret edit link"
60
68
  msgstr "Bakarrik esteka sekretuarekin bakarrik editatu daiteke"
61
69
 
62
- #: models.py:176 models.py:470
70
+ #: models.py:176 models.py:480
63
71
  msgid "Everyone can edit"
64
72
  msgstr "Edonork editatu dezake"
65
73
 
66
- #: models.py:179 models.py:463
74
+ #: models.py:179 models.py:473
67
75
  msgid "Everyone"
68
76
  msgstr "Edonork"
69
77
 
70
- #: models.py:180 models.py:189 models.py:464
78
+ #: models.py:180 models.py:189 models.py:474
71
79
  msgid "Editors and team only"
72
80
  msgstr "Editoreak eta taldea soilik"
73
81
 
74
- #: models.py:181 models.py:465
82
+ #: models.py:181 models.py:475
75
83
  msgid "Owner only"
76
84
  msgstr "Jabea bakarrik"
77
85
 
@@ -91,7 +99,7 @@ msgstr "Esteka duen edonork"
91
99
  msgid "Blocked"
92
100
  msgstr "Blokeatuta"
93
101
 
94
- #: models.py:191
102
+ #: models.py:191 models.py:469
95
103
  msgid "Deleted"
96
104
  msgstr "Ezabatua"
97
105
 
@@ -131,31 +139,31 @@ msgstr "editoreak"
131
139
  msgid "team"
132
140
  msgstr "taldea"
133
141
 
134
- #: models.py:229 models.py:491
142
+ #: models.py:229 models.py:501
135
143
  msgid "edit status"
136
144
  msgstr "editatu egoera"
137
145
 
138
- #: models.py:234
146
+ #: models.py:234 models.py:506
139
147
  msgid "share status"
140
148
  msgstr "partekatu egoera"
141
149
 
142
- #: models.py:237 models.py:486
150
+ #: models.py:237 models.py:496
143
151
  msgid "settings"
144
152
  msgstr "ezarpenak"
145
153
 
146
- #: models.py:402
154
+ #: models.py:407
147
155
  msgid "Clone of"
148
156
  msgstr "Beste honen klona"
149
157
 
150
- #: models.py:462 models.py:468
158
+ #: models.py:468 models.py:472 models.py:478
151
159
  msgid "Inherit"
152
160
  msgstr "Heredatu"
153
161
 
154
- #: models.py:481
162
+ #: models.py:491
155
163
  msgid "display on load"
156
164
  msgstr "erakutsi kargatzean"
157
165
 
158
- #: models.py:482
166
+ #: models.py:492
159
167
  msgid "Display this layer on load."
160
168
  msgstr "Erakutsi geruza hau kargatzean"
161
169
 
@@ -164,50 +172,64 @@ msgid ""
164
172
  "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
165
173
  "target=\"_blank\">Find out here the documentation</a> on how to manage map’s"
166
174
  " permissions."
167
- msgstr ""
175
+ msgstr " <a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" target=\"_blank\">Ikusi hemen</a> maparen baimenak kudeatzeko dokumentazioa."
168
176
 
169
177
  #: templates/403.html:10 templates/404.html:8
170
178
  msgid "← Go to the homepage"
171
- msgstr ""
179
+ msgstr "← Joan hasierara"
172
180
 
173
181
  #: templates/404.html:7
174
182
  msgid "404 Page Not Found"
175
- msgstr ""
183
+ msgstr "404 Ez da orrialdea aurkitu"
176
184
 
177
- #: templates/auth/user_detail.html:8
185
+ #: templates/auth/user_detail.html:6
186
+ #, python-format
187
+ msgid "%(current_user)s’s maps"
188
+ msgstr "%(current_user)s-ren mapak"
189
+
190
+ #: templates/auth/user_detail.html:12
178
191
  #, python-format
179
192
  msgid "Browse %(current_user)s's maps"
180
193
  msgstr "Arakatu %(current_user)s erabiltzailearen mapak"
181
194
 
182
- #: templates/auth/user_detail.html:17
195
+ #: templates/auth/user_detail.html:21
183
196
  #, python-format
184
197
  msgid "%(current_user)s has no maps."
185
198
  msgstr "%(current_user)s erabiltzaileak ez du maparik."
186
199
 
187
- #: templates/auth/user_form.html:21 templates/umap/team_form.html:21
200
+ #: templates/auth/user_form.html:6
201
+ msgid "My Profile"
202
+ msgstr "Nire profila"
203
+
204
+ #: templates/auth/user_form.html:24 templates/umap/team_form.html:25
188
205
  msgid "Save"
189
206
  msgstr "Gorde"
190
207
 
191
- #: templates/auth/user_form.html:27
208
+ #: templates/auth/user_form.html:30
192
209
  msgid "Your current providers"
193
210
  msgstr "Zure egungo hornitzaileak"
194
211
 
195
- #: templates/auth/user_form.html:39
212
+ #: templates/auth/user_form.html:44
196
213
  msgid "Connect to another provider"
197
214
  msgstr "Konektatu beste hornitzaile batekin"
198
215
 
199
- #: templates/auth/user_form.html:42
216
+ #: templates/auth/user_form.html:47
200
217
  msgid ""
201
218
  "It's a good habit to connect your account to more than one provider, in case"
202
219
  " one provider becomes unavailable, temporarily or even permanently."
203
220
  msgstr "Ohitura ona da zure kontua hornitzaile bati baino gehiagori konektatzea, hornitzaileren bat erabilgarri ez badago, aldi baterako edo baita betiko."
204
221
 
205
- #: templates/auth/user_stars.html:8
222
+ #: templates/auth/user_stars.html:6
223
+ #, python-format
224
+ msgid "%(current_user)s’s starred maps"
225
+ msgstr "%(current_user)s-ren mapa izardunak"
226
+
227
+ #: templates/auth/user_stars.html:12
206
228
  #, python-format
207
229
  msgid "Browse %(current_user)s's starred maps"
208
230
  msgstr "Arakatu %(current_user)s erabiltzailearen gogoko mapak"
209
231
 
210
- #: templates/auth/user_stars.html:17
232
+ #: templates/auth/user_stars.html:21
211
233
  #, python-format
212
234
  msgid "%(current_user)s has no starred maps yet."
213
235
  msgstr "%(current_user)s erabiltzaileak ez du gogoko maparik oraindik."
@@ -242,6 +264,10 @@ msgstr "Pasahitza"
242
264
  msgid "Please choose a provider:"
243
265
  msgstr "Aukeratu hornitzaile bat:"
244
266
 
267
+ #: templates/umap/about.html:5 templates/umap/navigation.html:22
268
+ msgid "About"
269
+ msgstr "Honi buruz"
270
+
245
271
  #: templates/umap/about_summary.html:12
246
272
  #, python-format
247
273
  msgid ""
@@ -401,7 +427,7 @@ msgstr "Inspira zaitez dauden mapak arakatzen"
401
427
  msgid "You are logged in. Continuing..."
402
428
  msgstr "Sartu egin zara. Jarraitu..."
403
429
 
404
- #: templates/umap/map_list.html:11 views.py:437
430
+ #: templates/umap/map_list.html:11 views.py:438
405
431
  msgid "by"
406
432
  msgstr "nork eginda"
407
433
 
@@ -409,7 +435,7 @@ msgstr "nork eginda"
409
435
  msgid "More"
410
436
  msgstr "Gehiago"
411
437
 
412
- #: templates/umap/map_table.html:8 templates/umap/user_teams.html:14
438
+ #: templates/umap/map_table.html:8 templates/umap/user_teams.html:18
413
439
  msgid "Name"
414
440
  msgstr "Izena"
415
441
 
@@ -427,13 +453,13 @@ msgstr "Nork edita dezake"
427
453
 
428
454
  #: templates/umap/map_table.html:20
429
455
  msgid "Last save"
430
- msgstr "Azken gordetzea"
456
+ msgstr "Gordetako azkena"
431
457
 
432
458
  #: templates/umap/map_table.html:23
433
459
  msgid "Owner"
434
460
  msgstr "Jabea"
435
461
 
436
- #: templates/umap/map_table.html:26 templates/umap/user_teams.html:20
462
+ #: templates/umap/map_table.html:26 templates/umap/user_teams.html:24
437
463
  msgid "Actions"
438
464
  msgstr "Ekintzak"
439
465
 
@@ -446,7 +472,7 @@ msgid "Share"
446
472
  msgstr "Partekatu"
447
473
 
448
474
  #: templates/umap/map_table.html:78 templates/umap/map_table.html:80
449
- #: templates/umap/user_teams.html:38 templates/umap/user_teams.html:40
475
+ #: templates/umap/user_teams.html:42 templates/umap/user_teams.html:44
450
476
  msgid "Edit"
451
477
  msgstr "Editatu"
452
478
 
@@ -509,10 +535,6 @@ msgstr "Sartu"
509
535
  msgid "Sign in"
510
536
  msgstr "Izena eman"
511
537
 
512
- #: templates/umap/navigation.html:22
513
- msgid "About"
514
- msgstr "Honi buruz"
515
-
516
538
  #: templates/umap/navigation.html:30
517
539
  msgid "Change password"
518
540
  msgstr "Aldatu pasahitza"
@@ -521,52 +543,58 @@ msgstr "Aldatu pasahitza"
521
543
  msgid "Log out"
522
544
  msgstr "Irten"
523
545
 
524
- #: templates/umap/password_change.html:7
546
+ #: templates/umap/password_change.html:6
547
+ #: templates/umap/password_change.html:11
525
548
  msgid "Password change"
526
549
  msgstr "Pasahiz aldaketa"
527
550
 
528
- #: templates/umap/password_change.html:10
551
+ #: templates/umap/password_change.html:14
529
552
  msgid ""
530
553
  "Please enter your old password, for security's sake, and then enter your new"
531
554
  " password twice so we can verify you typed it in correctly."
532
555
  msgstr "Idatzi zure pasahitz zaharra, eta ondoren zure pasahitz berria birritan, horrela ondo sartu duzula egiaztatuko dugu."
533
556
 
534
- #: templates/umap/password_change.html:17
557
+ #: templates/umap/password_change.html:21
535
558
  msgid "Old password"
536
559
  msgstr "Pasahitz zaharra"
537
560
 
538
- #: templates/umap/password_change.html:22
561
+ #: templates/umap/password_change.html:26
539
562
  msgid "New password"
540
563
  msgstr "Pasahitz berria"
541
564
 
542
- #: templates/umap/password_change.html:26
565
+ #: templates/umap/password_change.html:30
543
566
  msgid "New password confirmation"
544
567
  msgstr "Pasahitz berriaren egiaztapena"
545
568
 
546
- #: templates/umap/password_change.html:27
569
+ #: templates/umap/password_change.html:31
547
570
  msgid "Change my password"
548
571
  msgstr "Aldatu nire pasahitza"
549
572
 
550
- #: templates/umap/password_change_done.html:7
573
+ #: templates/umap/password_change_done.html:6
574
+ #: templates/umap/password_change_done.html:11
551
575
  msgid "Password change successful"
552
576
  msgstr "Pasahitza ondo aldatu da"
553
577
 
554
- #: templates/umap/password_change_done.html:10
578
+ #: templates/umap/password_change_done.html:14
555
579
  msgid "Your password was changed."
556
580
  msgstr "Zure pasahitza aldatu egin da"
557
581
 
558
- #: templates/umap/search.html:15
582
+ #: templates/umap/search.html:6
583
+ msgid "Explore maps"
584
+ msgstr "Arakatu mapak"
585
+
586
+ #: templates/umap/search.html:19
559
587
  #, python-format
560
588
  msgid "%(count)s map found:"
561
589
  msgid_plural "%(count)s maps found:"
562
590
  msgstr[0] "mapa %(count)s aurkitu da:"
563
591
  msgstr[1] "%(count)s mapa aurkitu dira:"
564
592
 
565
- #: templates/umap/search.html:24
593
+ #: templates/umap/search.html:28
566
594
  msgid "No map found."
567
595
  msgstr "Ez da maparik aurkitu"
568
596
 
569
- #: templates/umap/search.html:29
597
+ #: templates/umap/search.html:33
570
598
  msgid "Latest created maps"
571
599
  msgstr "Sortutako azken mapak"
572
600
 
@@ -574,25 +602,38 @@ msgstr "Sortutako azken mapak"
574
602
  msgid "Search maps"
575
603
  msgstr "Bilatu mapak"
576
604
 
577
- #: templates/umap/search_bar.html:15
605
+ #: templates/umap/search_bar.html:16
578
606
  msgid "Search"
579
607
  msgstr "Bilatu"
580
608
 
581
- #: templates/umap/team_detail.html:10
609
+ #: templates/umap/team_confirm_delete.html:6
610
+ msgid "Team deletion"
611
+ msgstr "Taldea ezabatzea"
612
+
613
+ #: templates/umap/team_detail.html:6
614
+ #, python-format
615
+ msgid "%(current_team)s’s maps"
616
+ msgstr "%(current_team)s-ren mapak"
617
+
618
+ #: templates/umap/team_detail.html:14
582
619
  #, python-format
583
620
  msgid "Browse %(current_team)s's maps"
584
621
  msgstr "Arakatu %(current_team)s-ren mapak"
585
622
 
586
- #: templates/umap/team_detail.html:22
623
+ #: templates/umap/team_detail.html:26
587
624
  #, python-format
588
625
  msgid "%(current_team)s has no public maps."
589
626
  msgstr "%(current_team)s-k ez dauka mapa publikorik."
590
627
 
591
- #: templates/umap/team_form.html:24
628
+ #: templates/umap/team_form.html:6
629
+ msgid "Create or edit a team"
630
+ msgstr "Sortu edo editatu talde bat"
631
+
632
+ #: templates/umap/team_form.html:28
592
633
  msgid "Delete this team"
593
634
  msgstr "Ezabatu talde hau"
594
635
 
595
- #: templates/umap/team_form.html:47
636
+ #: templates/umap/team_form.html:51
596
637
  msgid "Add user"
597
638
  msgstr "Gehitu erabiltzailea"
598
639
 
@@ -613,78 +654,82 @@ msgstr "Deskargatu %(count)s mapa"
613
654
  msgid "You have no map yet."
614
655
  msgstr "Oraindik ez daukazu maparik."
615
656
 
616
- #: templates/umap/user_teams.html:17
657
+ #: templates/umap/user_teams.html:6
658
+ msgid "My Teams"
659
+ msgstr "Nire taldeak"
660
+
661
+ #: templates/umap/user_teams.html:21
617
662
  msgid "Users"
618
663
  msgstr "Erabiltzaileak"
619
664
 
620
- #: templates/umap/user_teams.html:48
665
+ #: templates/umap/user_teams.html:52
621
666
  msgid "New team"
622
667
  msgstr "Talde berria"
623
668
 
624
- #: views.py:234
669
+ #: views.py:235
625
670
  msgid "Cannot delete a team with more than one member"
626
671
  msgstr "Ezin da ezabatu kide bat baino gehiago dituen talde bat"
627
672
 
628
- #: views.py:238
673
+ #: views.py:239
629
674
  #, python-format
630
675
  msgid "Team “%(name)s” has been deleted"
631
676
  msgstr "“%(name)s” taldea ezabatu da"
632
677
 
633
- #: views.py:442
678
+ #: views.py:443
634
679
  msgid "View the map"
635
680
  msgstr "Mapa ikusi"
636
681
 
637
- #: views.py:825
682
+ #: views.py:839
638
683
  msgid "See full screen"
639
684
  msgstr "Ikusi pantaila osoan"
640
685
 
641
- #: views.py:968
686
+ #: views.py:982
642
687
  msgid "Map editors updated with success!"
643
688
  msgstr "Maparen editoreak ondo eguneratu dira!"
644
689
 
645
- #: views.py:1004
690
+ #: views.py:1018
646
691
  #, python-format
647
692
  msgid "The uMap edit link for your map: %(map_name)s"
648
693
  msgstr "Zure mapa editatzeko uMap-en esteka: %(map_name)s"
649
694
 
650
- #: views.py:1007
695
+ #: views.py:1021
651
696
  #, python-format
652
697
  msgid "Here is your secret edit link: %(link)s"
653
698
  msgstr "Hona hemen zure editatzeko esteka sekretua:: %(link)s"
654
699
 
655
- #: views.py:1014
700
+ #: views.py:1028
656
701
  #, python-format
657
702
  msgid "Can't send email to %(email)s"
658
703
  msgstr "Ezin da posta elektronikorik bidali %(email)s-ri"
659
704
 
660
- #: views.py:1017
705
+ #: views.py:1031
661
706
  #, python-format
662
707
  msgid "Email sent to %(email)s"
663
708
  msgstr "Posta elektronikoa bidalita %(email)s-ri"
664
709
 
665
- #: views.py:1028
710
+ #: views.py:1042
666
711
  msgid "Only its owner can delete the map."
667
712
  msgstr "Jabeak bakarrik ezabatu dezake mapa."
668
713
 
669
- #: views.py:1031
714
+ #: views.py:1045
670
715
  msgid "Map successfully deleted."
671
716
  msgstr "Mapa behar bezala ezabatu da."
672
717
 
673
- #: views.py:1057
718
+ #: views.py:1071
674
719
  #, python-format
675
720
  msgid ""
676
721
  "Your map has been cloned! If you want to edit this map from another "
677
722
  "computer, please use this link: %(anonymous_url)s"
678
723
  msgstr "Zure mapa klonatu egin da! Mapa hau beste nabigatzaile batetik editatzeko erabili esteka hau: %(anonymous_url)s"
679
724
 
680
- #: views.py:1062
725
+ #: views.py:1076
681
726
  msgid "Congratulations, your map has been cloned!"
682
727
  msgstr "Zorionak, zure mapa ondo klonatu da!"
683
728
 
684
- #: views.py:1313
729
+ #: views.py:1330
685
730
  msgid "Layer successfully deleted."
686
731
  msgstr "Geruza ondo ezabatu da."
687
732
 
688
- #: views.py:1335
733
+ #: views.py:1352
689
734
  msgid "Permissions updated with success!"
690
735
  msgstr "Baimenak behar bezala eguneratu dira!"
Binary file
@@ -24,7 +24,7 @@ msgid ""
24
24
  msgstr ""
25
25
  "Project-Id-Version: uMap\n"
26
26
  "Report-Msgid-Bugs-To: \n"
27
- "POT-Creation-Date: 2025-03-03 17:36+0000\n"
27
+ "POT-Creation-Date: 2025-03-07 15:18+0000\n"
28
28
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
29
29
  "Last-Translator: yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023-2025\n"
30
30
  "Language-Team: French (http://app.transifex.com/openstreetmap/umap/language/fr/)\n"
@@ -51,8 +51,8 @@ msgstr "Le site est en lecture seule pour maintenance."
51
51
  msgid ""
52
52
  "Using “%(name)s” to authenticate is deprecated and will be removed soon. "
53
53
  "Please configure another provider below before losing access to your account"
54
- " and maps."
55
- msgstr "L’utilisation de “%(name)s” pour s’authentifier est dépréciée et sera bientôt rendue impossible. Veuillez configurer un nouveau fournisseur ci-dessous avant de perdre l’accès à votre compte et à vos cartes."
54
+ " and maps. Then, please logout and login again with the new provider."
55
+ msgstr "L’utilisation de “%(name)s” pour s’authentifier est dépréciée et sera bientôt rendue impossible. Veuillez configurer un nouveau fournisseur ci-dessous avant de perdre l’accès à votre compte et à vos cartes. Puis veuillez vous déconnecter et reconnecter avec le nouveau fournisseur."
56
56
 
57
57
  #: models.py:60 models.py:79
58
58
  msgid "name"
@@ -442,7 +442,7 @@ msgstr "Naviguer dans les cartes"
442
442
  msgid "You are logged in. Continuing..."
443
443
  msgstr "Vous êtes maintenant identifié. Merci de patienter..."
444
444
 
445
- #: templates/umap/map_list.html:11 views.py:437
445
+ #: templates/umap/map_list.html:11 views.py:438
446
446
  msgid "by"
447
447
  msgstr "par"
448
448
 
@@ -682,70 +682,70 @@ msgstr "Membres"
682
682
  msgid "New team"
683
683
  msgstr "Nouvelle équipe"
684
684
 
685
- #: views.py:234
685
+ #: views.py:235
686
686
  msgid "Cannot delete a team with more than one member"
687
687
  msgstr "Impossible de supprimer une équipe ayant plus d'un membre"
688
688
 
689
- #: views.py:238
689
+ #: views.py:239
690
690
  #, python-format
691
691
  msgid "Team “%(name)s” has been deleted"
692
692
  msgstr "L'équipe «%(name)s» a été supprimée"
693
693
 
694
- #: views.py:442
694
+ #: views.py:443
695
695
  msgid "View the map"
696
696
  msgstr "Voir la carte"
697
697
 
698
- #: views.py:838
698
+ #: views.py:839
699
699
  msgid "See full screen"
700
700
  msgstr "Plein écran"
701
701
 
702
- #: views.py:981
702
+ #: views.py:982
703
703
  msgid "Map editors updated with success!"
704
704
  msgstr "Éditeurs de la carte mis à jour !"
705
705
 
706
- #: views.py:1017
706
+ #: views.py:1018
707
707
  #, python-format
708
708
  msgid "The uMap edit link for your map: %(map_name)s"
709
709
  msgstr "Le lien d'édition uMap pour votre carte : %(map_name)s"
710
710
 
711
- #: views.py:1020
711
+ #: views.py:1021
712
712
  #, python-format
713
713
  msgid "Here is your secret edit link: %(link)s"
714
714
  msgstr "Voici votre lien d'édition secret : %(link)s"
715
715
 
716
- #: views.py:1027
716
+ #: views.py:1028
717
717
  #, python-format
718
718
  msgid "Can't send email to %(email)s"
719
719
  msgstr "Impossible d'envoyer un courriel vers %(email)s"
720
720
 
721
- #: views.py:1030
721
+ #: views.py:1031
722
722
  #, python-format
723
723
  msgid "Email sent to %(email)s"
724
724
  msgstr "Courriel envoyé à %(email)s"
725
725
 
726
- #: views.py:1041
726
+ #: views.py:1042
727
727
  msgid "Only its owner can delete the map."
728
728
  msgstr "Seul le créateur de la carte peut la supprimer."
729
729
 
730
- #: views.py:1044
730
+ #: views.py:1045
731
731
  msgid "Map successfully deleted."
732
732
  msgstr "La carte a bien été supprimée."
733
733
 
734
- #: views.py:1070
734
+ #: views.py:1071
735
735
  #, python-format
736
736
  msgid ""
737
737
  "Your map has been cloned! If you want to edit this map from another "
738
738
  "computer, please use this link: %(anonymous_url)s"
739
739
  msgstr "Votre carte a été dupliquée ! Si vous souhaitez la modifier depuis un autre ordinateur, veuillez utiliser ce lien : %(anonymous_url)s"
740
740
 
741
- #: views.py:1075
741
+ #: views.py:1076
742
742
  msgid "Congratulations, your map has been cloned!"
743
743
  msgstr "Votre carte a été dupliquée !"
744
744
 
745
- #: views.py:1329
745
+ #: views.py:1330
746
746
  msgid "Layer successfully deleted."
747
747
  msgstr "Calque supprimé."
748
748
 
749
- #: views.py:1351
749
+ #: views.py:1352
750
750
  msgid "Permissions updated with success!"
751
751
  msgstr "Les permissions ont bien été modifiées !"
umap/middleware.py CHANGED
@@ -34,7 +34,8 @@ def deprecated_auth_backend(get_response):
34
34
  "Using “%(name)s” to authenticate is deprecated and will be "
35
35
  "removed soon. "
36
36
  "Please configure another provider below before losing access "
37
- "to your account and maps."
37
+ "to your account and maps. Then, please logout and login "
38
+ "again with the new provider."
38
39
  )
39
40
  % {"name": name},
40
41
  )
@@ -4,6 +4,8 @@ export class Positioned {
4
4
  this.anchorTop(anchor)
5
5
  } else if (anchor && position === 'bottom') {
6
6
  this.anchorBottom(anchor)
7
+ } else {
8
+ this.anchorAbsolute()
7
9
  }
8
10
  }
9
11
 
@@ -31,6 +33,15 @@ export class Positioned {
31
33
  })
32
34
  }
33
35
 
36
+ anchorAbsolute() {
37
+ const left =
38
+ this.parent.offsetLeft +
39
+ this.parent.clientWidth / 2 -
40
+ this.container.clientWidth / 2
41
+ const top = this.parent.offsetTop + 75
42
+ this.setPosition({ top: top, left: left })
43
+ }
44
+
34
45
  getPosition(el) {
35
46
  return el.getBoundingClientRect()
36
47
  }
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "ይህንን እትም መልስ",
300
300
  "Save current edits": "የአሁኑን እርማቶች አስቀምጥ/አድን",
301
301
  "Save map": "Save map",
302
- "Save this location as new feature": "Save this location as new feature",
303
302
  "Save": "አድን/አስቀምጥ",
304
303
  "Saved center and zoom": "Saved center and zoom",
305
304
  "Search location": "Search location",
@@ -387,7 +386,6 @@ const locale = {
387
386
  "Zoom to the next": "ወደ ሚቀጥለው አጉላ",
388
387
  "Zoom to the previous": "ቀደም ወዳለው አጉላ",
389
388
  "Zoom to this feature": "ፊቸሩ ድረስ አጉላ",
390
- "Zoom to this place": "Zoom to this place",
391
389
  "{area}&#8239;acres": "{area} acres",
392
390
  "{area}&#8239;ha": "{area} ha",
393
391
  "{area}&#8239;m&sup2;": "{area} m&sup2;",
@@ -532,7 +530,10 @@ const locale = {
532
530
  "Default latitude": "Default latitude",
533
531
  "Default longitude": "Default longitude",
534
532
  "Edit map default view": "Edit map default view",
535
- "Use current center and zoom": "Use current center and zoom"
533
+ "Use current center and zoom": "Use current center and zoom",
534
+ "Layer permalink": "Layer permalink",
535
+ "Save this geometry as a new feature": "Save this geometry as a new feature",
536
+ "Save this place as a new feature": "Save this place as a new feature"
536
537
  }
537
538
  L.registerLocale("am_ET", locale)
538
539
  L.setLocale("am_ET")