umap-project 3.4.2__py3-none-any.whl → 3.6.0__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.
Files changed (168) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/br/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/br/LC_MESSAGES/django.po +71 -57
  4. umap/locale/de/LC_MESSAGES/django.mo +0 -0
  5. umap/locale/de/LC_MESSAGES/django.po +20 -16
  6. umap/locale/en/LC_MESSAGES/django.po +14 -14
  7. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/hu/LC_MESSAGES/django.po +20 -16
  9. umap/locale/pl/LC_MESSAGES/django.mo +0 -0
  10. umap/locale/pl/LC_MESSAGES/django.po +32 -27
  11. umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
  12. umap/locale/zh_TW/LC_MESSAGES/django.po +20 -16
  13. umap/management/commands/clean_tilelayer.py +0 -1
  14. umap/management/commands/search_maps.py +95 -0
  15. umap/settings/__init__.py +9 -1
  16. umap/settings/base.py +7 -6
  17. umap/static/umap/css/icon.css +8 -0
  18. umap/static/umap/img/16-white.svg +5 -2
  19. umap/static/umap/img/16.svg +1 -1
  20. umap/static/umap/img/source/16-white.svg +7 -4
  21. umap/static/umap/img/source/16.svg +1 -1
  22. umap/static/umap/js/modules/autocomplete.js +1 -9
  23. umap/static/umap/js/modules/browser.js +27 -10
  24. umap/static/umap/js/modules/data/features.js +3 -2
  25. umap/static/umap/js/modules/data/fields.js +12 -2
  26. umap/static/umap/js/modules/data/layer.js +13 -9
  27. umap/static/umap/js/modules/domutils.js +4 -0
  28. umap/static/umap/js/modules/filters.js +11 -10
  29. umap/static/umap/js/modules/form/builder.js +17 -16
  30. umap/static/umap/js/modules/form/fields.js +16 -16
  31. umap/static/umap/js/modules/permissions.js +10 -2
  32. umap/static/umap/js/modules/rendering/controls.js +202 -9
  33. umap/static/umap/js/modules/rendering/layers/classified.js +1 -1
  34. umap/static/umap/js/modules/rendering/map.js +45 -35
  35. umap/static/umap/js/modules/rendering/template.js +12 -6
  36. umap/static/umap/js/modules/ui/bar.js +2 -1
  37. umap/static/umap/js/modules/ui/hash.js +36 -0
  38. umap/static/umap/js/modules/ui/loader.js +26 -0
  39. umap/static/umap/js/modules/ui/panel.js +7 -0
  40. umap/static/umap/js/modules/umap.js +6 -0
  41. umap/static/umap/js/modules/utils.js +5 -4
  42. umap/static/umap/js/umap.controls.js +0 -182
  43. umap/static/umap/locale/am_ET.js +2 -5
  44. umap/static/umap/locale/am_ET.json +2 -5
  45. umap/static/umap/locale/ar.js +2 -5
  46. umap/static/umap/locale/ar.json +2 -5
  47. umap/static/umap/locale/ast.js +2 -5
  48. umap/static/umap/locale/ast.json +2 -5
  49. umap/static/umap/locale/bg.js +2 -5
  50. umap/static/umap/locale/bg.json +2 -5
  51. umap/static/umap/locale/br.js +40 -43
  52. umap/static/umap/locale/br.json +40 -43
  53. umap/static/umap/locale/ca.js +2 -5
  54. umap/static/umap/locale/ca.json +2 -5
  55. umap/static/umap/locale/cs_CZ.js +0 -3
  56. umap/static/umap/locale/cs_CZ.json +0 -3
  57. umap/static/umap/locale/da.js +1 -4
  58. umap/static/umap/locale/da.json +1 -4
  59. umap/static/umap/locale/de.js +27 -30
  60. umap/static/umap/locale/de.json +27 -30
  61. umap/static/umap/locale/el.js +0 -3
  62. umap/static/umap/locale/el.json +0 -3
  63. umap/static/umap/locale/en.js +0 -3
  64. umap/static/umap/locale/en.json +0 -3
  65. umap/static/umap/locale/en_US.json +2 -5
  66. umap/static/umap/locale/es.js +0 -3
  67. umap/static/umap/locale/es.json +0 -3
  68. umap/static/umap/locale/et.js +0 -3
  69. umap/static/umap/locale/et.json +0 -3
  70. umap/static/umap/locale/eu.js +0 -3
  71. umap/static/umap/locale/eu.json +0 -3
  72. umap/static/umap/locale/fa_IR.js +0 -3
  73. umap/static/umap/locale/fa_IR.json +0 -3
  74. umap/static/umap/locale/fi.js +2 -5
  75. umap/static/umap/locale/fi.json +2 -5
  76. umap/static/umap/locale/fr.js +3 -6
  77. umap/static/umap/locale/fr.json +3 -6
  78. umap/static/umap/locale/gl.js +0 -3
  79. umap/static/umap/locale/gl.json +0 -3
  80. umap/static/umap/locale/he.js +2 -5
  81. umap/static/umap/locale/he.json +2 -5
  82. umap/static/umap/locale/hr.js +2 -5
  83. umap/static/umap/locale/hr.json +2 -5
  84. umap/static/umap/locale/hu.js +7 -10
  85. umap/static/umap/locale/hu.json +7 -10
  86. umap/static/umap/locale/id.js +2 -5
  87. umap/static/umap/locale/id.json +2 -5
  88. umap/static/umap/locale/is.js +0 -3
  89. umap/static/umap/locale/is.json +0 -3
  90. umap/static/umap/locale/it.js +0 -3
  91. umap/static/umap/locale/it.json +0 -3
  92. umap/static/umap/locale/ja.js +2 -5
  93. umap/static/umap/locale/ja.json +2 -5
  94. umap/static/umap/locale/ko.js +2 -5
  95. umap/static/umap/locale/ko.json +2 -5
  96. umap/static/umap/locale/lt.js +2 -5
  97. umap/static/umap/locale/lt.json +2 -5
  98. umap/static/umap/locale/ms.js +0 -3
  99. umap/static/umap/locale/ms.json +0 -3
  100. umap/static/umap/locale/nl.js +0 -3
  101. umap/static/umap/locale/nl.json +0 -3
  102. umap/static/umap/locale/no.js +2 -5
  103. umap/static/umap/locale/no.json +2 -5
  104. umap/static/umap/locale/pl.js +2 -5
  105. umap/static/umap/locale/pl.json +2 -5
  106. umap/static/umap/locale/pl_PL.json +2 -5
  107. umap/static/umap/locale/pt.js +0 -3
  108. umap/static/umap/locale/pt.json +0 -3
  109. umap/static/umap/locale/pt_BR.js +2 -5
  110. umap/static/umap/locale/pt_BR.json +2 -5
  111. umap/static/umap/locale/pt_PT.js +2 -5
  112. umap/static/umap/locale/pt_PT.json +2 -5
  113. umap/static/umap/locale/ro.js +2 -5
  114. umap/static/umap/locale/ro.json +2 -5
  115. umap/static/umap/locale/ru.js +2 -5
  116. umap/static/umap/locale/ru.json +2 -5
  117. umap/static/umap/locale/sk_SK.js +2 -5
  118. umap/static/umap/locale/sk_SK.json +2 -5
  119. umap/static/umap/locale/sl.js +2 -5
  120. umap/static/umap/locale/sl.json +2 -5
  121. umap/static/umap/locale/sr.js +2 -5
  122. umap/static/umap/locale/sr.json +2 -5
  123. umap/static/umap/locale/sv.js +2 -5
  124. umap/static/umap/locale/sv.json +2 -5
  125. umap/static/umap/locale/th_TH.js +2 -5
  126. umap/static/umap/locale/th_TH.json +2 -5
  127. umap/static/umap/locale/tr.js +2 -5
  128. umap/static/umap/locale/tr.json +2 -5
  129. umap/static/umap/locale/uk_UA.js +2 -5
  130. umap/static/umap/locale/uk_UA.json +2 -5
  131. umap/static/umap/locale/vi.js +2 -5
  132. umap/static/umap/locale/vi.json +2 -5
  133. umap/static/umap/locale/vi_VN.json +2 -5
  134. umap/static/umap/locale/zh.js +2 -5
  135. umap/static/umap/locale/zh.json +2 -5
  136. umap/static/umap/locale/zh_CN.json +2 -5
  137. umap/static/umap/locale/zh_TW.Big5.json +2 -5
  138. umap/static/umap/locale/zh_TW.js +1 -4
  139. umap/static/umap/locale/zh_TW.json +1 -4
  140. umap/static/umap/map.css +1 -17
  141. umap/static/umap/vendors/locatecontrol/L.Control.Locate.esm.js +942 -0
  142. umap/static/umap/vendors/photon/leaflet.photon.esm.js +472 -0
  143. umap/sync/app.py +4 -1
  144. umap/templates/umap/css.html +0 -2
  145. umap/templates/umap/js.html +0 -5
  146. umap/templates/umap/team_form.html +2 -1
  147. umap/tests/integration/test_edit_map.py +2 -0
  148. umap/tests/integration/test_filters.py +24 -0
  149. umap/tests/integration/test_import.py +26 -23
  150. umap/tests/integration/test_map.py +1 -1
  151. umap/tests/integration/test_optimistic_merge.py +7 -1
  152. umap/tests/integration/test_remote_data.py +1 -1
  153. umap/tests/test_search_maps_command.py +44 -0
  154. umap/utils.py +9 -3
  155. umap/views.py +17 -4
  156. {umap_project-3.4.2.dist-info → umap_project-3.6.0.dist-info}/METADATA +24 -18
  157. {umap_project-3.4.2.dist-info → umap_project-3.6.0.dist-info}/RECORD +160 -162
  158. {umap_project-3.4.2.dist-info → umap_project-3.6.0.dist-info}/WHEEL +1 -1
  159. umap/static/umap/vendors/hash/leaflet-hash.js +0 -162
  160. umap/static/umap/vendors/loading/Control.Loading.css +0 -26
  161. umap/static/umap/vendors/loading/Control.Loading.js +0 -351
  162. umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -1
  163. umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -1
  164. umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -4
  165. umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -1
  166. umap/static/umap/vendors/photon/leaflet.photon.js +0 -487
  167. {umap_project-3.4.2.dist-info → umap_project-3.6.0.dist-info}/entry_points.txt +0 -0
  168. {umap_project-3.4.2.dist-info → umap_project-3.6.0.dist-info}/licenses/LICENSE +0 -0
umap/__init__.py CHANGED
@@ -1 +1 @@
1
- VERSION = "3.4.2"
1
+ VERSION = "3.6.0"
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: 2025-06-10 09:19+0000\n"
13
+ "POT-Creation-Date: 2025-11-24 14:49+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-2025\n"
16
16
  "Language-Team: Breton (http://app.transifex.com/openstreetmap/umap/language/br/)\n"
@@ -44,7 +44,7 @@ msgstr ""
44
44
  msgid "name"
45
45
  msgstr "anv"
46
46
 
47
- #: models.py:63 models.py:503
47
+ #: models.py:63 models.py:507
48
48
  msgid "description"
49
49
  msgstr "deskrivadur"
50
50
 
@@ -64,23 +64,23 @@ msgstr "Patrom URL a implij furmad teol OSM"
64
64
  msgid "Order of the tilelayers in the edit box"
65
65
  msgstr ""
66
66
 
67
- #: models.py:176 models.py:497
67
+ #: models.py:176 models.py:501
68
68
  msgid "Only editable with secret edit link"
69
69
  msgstr "N'haller he c'hemmañ nemet gant ul liamm aozañ kuzh"
70
70
 
71
- #: models.py:177 models.py:498
71
+ #: models.py:177 models.py:502
72
72
  msgid "Everyone can edit"
73
73
  msgstr "An holl a c'hall kemmañ"
74
74
 
75
- #: models.py:180 models.py:491
75
+ #: models.py:180 models.py:495
76
76
  msgid "Everyone"
77
77
  msgstr "An holl"
78
78
 
79
- #: models.py:181 models.py:190 models.py:492
79
+ #: models.py:181 models.py:190 models.py:496
80
80
  msgid "Editors and team only"
81
81
  msgstr "An aozerien hag ar skipailh hepken"
82
82
 
83
- #: models.py:182 models.py:493
83
+ #: models.py:182 models.py:497
84
84
  msgid "Owner only"
85
85
  msgstr "Ar perc'henner hepken"
86
86
 
@@ -100,7 +100,7 @@ msgstr "Piv bennak en deus ul liamm"
100
100
  msgid "Blocked"
101
101
  msgstr "Stanket"
102
102
 
103
- #: models.py:192 models.py:487
103
+ #: models.py:192 models.py:491
104
104
  msgid "Deleted"
105
105
  msgstr "Dilemel"
106
106
 
@@ -140,15 +140,15 @@ msgstr "aozerien"
140
140
  msgid "team"
141
141
  msgstr "skipailh"
142
142
 
143
- #: models.py:230 models.py:519
143
+ #: models.py:230 models.py:523
144
144
  msgid "edit status"
145
145
  msgstr "statud aozañ"
146
146
 
147
- #: models.py:235 models.py:524
147
+ #: models.py:235 models.py:528
148
148
  msgid "share status"
149
149
  msgstr "digor da biv?"
150
150
 
151
- #: models.py:238 models.py:514
151
+ #: models.py:238 models.py:518
152
152
  msgid "settings"
153
153
  msgstr "arventennoù"
154
154
 
@@ -164,15 +164,15 @@ msgstr "Ar gartenn-mañ zo ur gartenn patrom"
164
164
  msgid "Clone of"
165
165
  msgstr "Eilenn eus"
166
166
 
167
- #: models.py:486 models.py:490 models.py:496
167
+ #: models.py:490 models.py:494 models.py:500
168
168
  msgid "Inherit"
169
169
  msgstr "Dre ziouer"
170
170
 
171
- #: models.py:509
171
+ #: models.py:513
172
172
  msgid "display on load"
173
173
  msgstr "diskwel pa vez karget"
174
174
 
175
- #: models.py:510
175
+ #: models.py:514
176
176
  msgid "Display this layer on load."
177
177
  msgstr "Diskwel ar gwiskad-mañ pa vez karget"
178
178
 
@@ -327,7 +327,7 @@ msgstr "Merdeiñ e kartennoù spilhennet %(current_user)s"
327
327
  msgid "%(current_user)s has no starred maps yet."
328
328
  msgstr "%(current_user)s n'en/he deus kartenn spilhennet ebet."
329
329
 
330
- #: templates/base.html:13
330
+ #: templates/base.html:16
331
331
  msgid ""
332
332
  "uMap lets you create maps with OpenStreetMap layers in a minute and embed "
333
333
  "them in your site."
@@ -339,7 +339,7 @@ msgstr "Kevreañ"
339
339
 
340
340
  #: templates/registration/login.html:22
341
341
  msgid "To save and easily find your maps, identify yourself."
342
- msgstr "Evit enrollañ ha kavout ho kartennoù en doare aes, kennaskit mar plij."
342
+ msgstr "Evit enrollañ ha kavout ho kartennoù en un doare aes, kennaskit mar plij."
343
343
 
344
344
  #: templates/registration/login.html:25
345
345
  msgid "Please log in with your account:"
@@ -411,48 +411,54 @@ msgid "Play with the demo"
411
411
  msgstr "Amprouiñ an tañva!"
412
412
 
413
413
  #: templates/umap/components/alerts/alert.html:17
414
- #: templates/umap/components/alerts/alert.html:66
415
- #: templates/umap/components/alerts/alert.html:94
414
+ #: templates/umap/components/alerts/alert.html:69
415
+ #: templates/umap/components/alerts/alert.html:97
416
416
  msgid "Close"
417
417
  msgstr "Serriñ"
418
418
 
419
419
  #: templates/umap/components/alerts/alert.html:32
420
420
  #, python-format
421
421
  msgid ""
422
- "Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
423
- "target=\"_blank\">create an account</a> or <a href=\"%(login_url)s\" "
424
- "target=\"_blank\">log in</a>."
422
+ "Oops, I didn't mean it, I want to <a href=\"%(login_url)s\" "
423
+ "class=\"login\">create an account</a> or <a href=\"%(login_url)s\" "
424
+ "class=\"login\">log in</a> (no worry, we'll attach the map to your account)."
425
425
  msgstr ""
426
426
 
427
- #: templates/umap/components/alerts/alert.html:37
427
+ #: templates/umap/components/alerts/alert.html:35
428
+ msgid ""
429
+ "Yes, I want to continue editing anonymously, I will save the secret edit "
430
+ "link to be able to edit this map later or on another device"
431
+ msgstr ""
432
+
433
+ #: templates/umap/components/alerts/alert.html:39
428
434
  msgid "Here is your secret link to edit the map, please keep it safe:"
429
435
  msgstr ""
430
436
 
431
- #: templates/umap/components/alerts/alert.html:41
437
+ #: templates/umap/components/alerts/alert.html:43
432
438
  msgid "Copy link"
433
439
  msgstr "Eilañ al liamm"
434
440
 
435
- #: templates/umap/components/alerts/alert.html:48
441
+ #: templates/umap/components/alerts/alert.html:50
436
442
  msgid "Enter your email address to receive the secret link:"
437
443
  msgstr ""
438
444
 
439
- #: templates/umap/components/alerts/alert.html:54
445
+ #: templates/umap/components/alerts/alert.html:56
440
446
  msgid "Email"
441
447
  msgstr "Postel"
442
448
 
443
- #: templates/umap/components/alerts/alert.html:57
449
+ #: templates/umap/components/alerts/alert.html:59
444
450
  msgid "Send me the link"
445
451
  msgstr "Kas al liamm din"
446
452
 
447
- #: templates/umap/components/alerts/alert.html:81
453
+ #: templates/umap/components/alerts/alert.html:84
448
454
  msgid "See their edits in another tab"
449
- msgstr ""
455
+ msgstr "Gwelet o kemmoù en un ivinell all"
450
456
 
451
- #: templates/umap/components/alerts/alert.html:84
457
+ #: templates/umap/components/alerts/alert.html:87
452
458
  msgid "Keep your changes and loose theirs"
453
459
  msgstr "Derc'hel ho kemmoù hag argas o re"
454
460
 
455
- #: templates/umap/components/alerts/alert.html:87
461
+ #: templates/umap/components/alerts/alert.html:90
456
462
  msgid "Keep their changes and loose yours"
457
463
  msgstr "Derc'hel o c'hemmoù hag argas ho re"
458
464
 
@@ -491,6 +497,10 @@ msgstr "Darempred"
491
497
  msgid "Help"
492
498
  msgstr "Skoazell"
493
499
 
500
+ #: templates/umap/content_footer.html:10
501
+ msgid "Terms of Service"
502
+ msgstr "Termenoù implij"
503
+
494
504
  #: templates/umap/dashboard_menu.html:6
495
505
  #, python-format
496
506
  msgid "My Maps (%(count)s)"
@@ -503,11 +513,11 @@ msgstr "Ma c'hartennoù"
503
513
  #: templates/umap/dashboard_menu.html:11
504
514
  #, python-format
505
515
  msgid "My Templates (%(count)s)"
506
- msgstr ""
516
+ msgstr "Ma fatromoù (%(count)s)"
507
517
 
508
518
  #: templates/umap/dashboard_menu.html:13 templates/umap/user_templates.html:6
509
519
  msgid "My Templates"
510
- msgstr ""
520
+ msgstr "Ma fatromoù"
511
521
 
512
522
  #: templates/umap/dashboard_menu.html:17
513
523
  msgid "My profile"
@@ -533,7 +543,7 @@ msgstr "Kevreet oc'h. Gortozit ur pennadig..."
533
543
  msgid "template"
534
544
  msgstr "patrom"
535
545
 
536
- #: templates/umap/map_list.html:18 views.py:458
546
+ #: templates/umap/map_list.html:18 views.py:459
537
547
  msgid "by"
538
548
  msgstr "gant"
539
549
 
@@ -723,7 +733,7 @@ msgstr "Kartennoù krouet da ziwezhañ"
723
733
  msgid "Search maps"
724
734
  msgstr "Klask kartennoù"
725
735
 
726
- #: templates/umap/search_bar.html:14
736
+ #: templates/umap/search_bar.html:14 templates/umap/user_map_table.html:15
727
737
  msgid "Any category"
728
738
  msgstr "An holl rummadoù"
729
739
 
@@ -768,7 +778,7 @@ msgstr "Klask e-touez ma c'hartennoù"
768
778
 
769
779
  #: templates/umap/user_dashboard.html:11
770
780
  msgid "Map’s name"
771
- msgstr ""
781
+ msgstr "Anv ar gartenn"
772
782
 
773
783
  #: templates/umap/user_dashboard.html:12
774
784
  #, python-format
@@ -793,93 +803,97 @@ msgstr "Skipailh nevez"
793
803
 
794
804
  #: templates/umap/user_templates.html:10
795
805
  msgid "Search my templates"
796
- msgstr ""
806
+ msgstr "Klask e-touez ma fatromoù"
797
807
 
798
808
  #: templates/umap/user_templates.html:11
799
809
  msgid "Template’s name"
800
- msgstr ""
810
+ msgstr "Anv ar patrom"
801
811
 
802
812
  #: templates/umap/user_templates.html:12
803
813
  #, python-format
804
814
  msgid "Download %(count)s templates"
805
- msgstr ""
815
+ msgstr "Pellgargañ %(count)s a batromoù"
806
816
 
807
817
  #: templates/umap/user_templates.html:15
808
818
  msgid "You have no template yet."
809
- msgstr ""
819
+ msgstr "N'ho peus patrom ebet c'hoazh."
810
820
 
811
821
  #: templates/umap/user_templates.html:16
812
822
  msgid "Create a template"
813
- msgstr ""
823
+ msgstr "Krouiñ ur patrom"
814
824
 
815
825
  #: templates/umap/user_templates.html:17
816
826
  msgid "No template found."
817
- msgstr ""
827
+ msgstr "Patrom ebet kavet."
818
828
 
819
- #: views.py:233
829
+ #: views.py:235
820
830
  msgid "Cannot delete a team with more than one member"
821
- msgstr ""
831
+ msgstr "N'haller ket dilemel ur skipailh gant ouzhpenn un ezel"
822
832
 
823
- #: views.py:237
833
+ #: views.py:239
824
834
  #, python-format
825
835
  msgid "Team “%(name)s” has been deleted"
826
836
  msgstr "Dilamet eo bet ar skipailh “%(name)s”"
827
837
 
828
- #: views.py:463
838
+ #: views.py:464
829
839
  msgid "View the map"
830
840
  msgstr "Diskouez ar gartenn"
831
841
 
832
- #: views.py:864
842
+ #: views.py:872
833
843
  msgid "See full screen"
834
844
  msgstr "Gwelet er mod skramm a-bezh"
835
845
 
836
- #: views.py:1007
846
+ #: views.py:1015
837
847
  msgid "Map editors updated with success!"
838
848
  msgstr "Aozerien ar gartenn bet hizivaet gant berzh!"
839
849
 
840
- #: views.py:1043
850
+ #: views.py:1051
841
851
  #, python-format
842
852
  msgid "The uMap edit link for your map: %(map_name)s"
843
853
  msgstr "Al liamm uMap evit aozañ ho kartenn: %(map_name)s"
844
854
 
845
- #: views.py:1046
855
+ #: views.py:1054
846
856
  #, python-format
847
857
  msgid "Here is your secret edit link: %(link)s"
848
858
  msgstr "Setu ho liamm aozañ kuzh: %(link)s"
849
859
 
850
- #: views.py:1053
860
+ #: views.py:1061
851
861
  #, python-format
852
862
  msgid "Can't send email to %(email)s"
853
863
  msgstr "N'haller ket kas ur postel da %(email)s"
854
864
 
855
- #: views.py:1056
865
+ #: views.py:1064
856
866
  #, python-format
857
867
  msgid "Email sent to %(email)s"
858
868
  msgstr "Postel kaset da %(email)s"
859
869
 
860
- #: views.py:1067
870
+ #: views.py:1075
861
871
  msgid "Only its owner can delete the map."
862
872
  msgstr "N'eus nemet perc'henner ar gartenn a c'hall he dilemel."
863
873
 
864
- #: views.py:1073
874
+ #: views.py:1081
865
875
  msgid "Map successfully deleted."
866
876
  msgstr "Kartenn dilamet gant berzh."
867
877
 
868
- #: views.py:1099
878
+ #: views.py:1107
869
879
  #, python-format
870
880
  msgid ""
871
881
  "Your map has been cloned! If you want to edit this map from another "
872
882
  "computer, please use this link: %(anonymous_url)s"
873
883
  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"
874
884
 
875
- #: views.py:1104
885
+ #: views.py:1112
876
886
  msgid "Congratulations, your map has been cloned!"
877
887
  msgstr "Doublet eo bet ho kartenn gant berzh!"
878
888
 
879
- #: views.py:1358
889
+ #: views.py:1366
880
890
  msgid "Layer successfully deleted."
881
891
  msgstr "Gwiskad dilamet gant berzh."
882
892
 
883
- #: views.py:1380
893
+ #: views.py:1388
884
894
  msgid "Permissions updated with success!"
885
895
  msgstr "Aotreoù hizivaet gant berzh!"
896
+
897
+ #: views.py:1405
898
+ msgid "Generic"
899
+ msgstr ""
Binary file
@@ -21,9 +21,9 @@ msgid ""
21
21
  msgstr ""
22
22
  "Project-Id-Version: uMap\n"
23
23
  "Report-Msgid-Bugs-To: \n"
24
- "POT-Creation-Date: 2025-10-14 15:28+0000\n"
24
+ "POT-Creation-Date: 2025-11-24 14:49+0000\n"
25
25
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
26
- "Last-Translator: s r, 2025\n"
26
+ "Last-Translator: Metzor Metzingen, 2025\n"
27
27
  "Language-Team: German (http://app.transifex.com/openstreetmap/umap/language/de/)\n"
28
28
  "MIME-Version: 1.0\n"
29
29
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -55,7 +55,7 @@ msgstr "Anmelden mittels “%(name)s” ist veraltet und wird bald nicht mehr m
55
55
  msgid "name"
56
56
  msgstr "Name"
57
57
 
58
- #: models.py:63 models.py:503
58
+ #: models.py:63 models.py:507
59
59
  msgid "description"
60
60
  msgstr "Beschreibung"
61
61
 
@@ -75,23 +75,23 @@ msgstr "Das URL-Template nutzt das OSM Tile Format"
75
75
  msgid "Order of the tilelayers in the edit box"
76
76
  msgstr "Reihenfolge der Karten-Ebenen in der Bearbeiten-Box"
77
77
 
78
- #: models.py:176 models.py:497
78
+ #: models.py:176 models.py:501
79
79
  msgid "Only editable with secret edit link"
80
80
  msgstr "Nur mit geheimem Bearbeitungslink zu bearbeiten"
81
81
 
82
- #: models.py:177 models.py:498
82
+ #: models.py:177 models.py:502
83
83
  msgid "Everyone can edit"
84
84
  msgstr "Jeder kann bearbeiten"
85
85
 
86
- #: models.py:180 models.py:491
86
+ #: models.py:180 models.py:495
87
87
  msgid "Everyone"
88
88
  msgstr "Jeder"
89
89
 
90
- #: models.py:181 models.py:190 models.py:492
90
+ #: models.py:181 models.py:190 models.py:496
91
91
  msgid "Editors and team only"
92
92
  msgstr "Nur Bearbeiter und Team"
93
93
 
94
- #: models.py:182 models.py:493
94
+ #: models.py:182 models.py:497
95
95
  msgid "Owner only"
96
96
  msgstr "Nur Ersteller"
97
97
 
@@ -111,7 +111,7 @@ msgstr "Jeder mit Link"
111
111
  msgid "Blocked"
112
112
  msgstr "blockiert"
113
113
 
114
- #: models.py:192 models.py:487
114
+ #: models.py:192 models.py:491
115
115
  msgid "Deleted"
116
116
  msgstr "Gelöscht"
117
117
 
@@ -151,15 +151,15 @@ msgstr "Bearbeiter"
151
151
  msgid "team"
152
152
  msgstr "Team"
153
153
 
154
- #: models.py:230 models.py:519
154
+ #: models.py:230 models.py:523
155
155
  msgid "edit status"
156
156
  msgstr "Bearbeitungsstatus"
157
157
 
158
- #: models.py:235 models.py:524
158
+ #: models.py:235 models.py:528
159
159
  msgid "share status"
160
160
  msgstr "Teilen-Status"
161
161
 
162
- #: models.py:238 models.py:514
162
+ #: models.py:238 models.py:518
163
163
  msgid "settings"
164
164
  msgstr "Einstellungen"
165
165
 
@@ -175,15 +175,15 @@ msgstr "Diese Karte ist eine Vorlage."
175
175
  msgid "Clone of"
176
176
  msgstr "Duplikat von"
177
177
 
178
- #: models.py:486 models.py:490 models.py:496
178
+ #: models.py:490 models.py:494 models.py:500
179
179
  msgid "Inherit"
180
180
  msgstr "erben"
181
181
 
182
- #: models.py:509
182
+ #: models.py:513
183
183
  msgid "display on load"
184
184
  msgstr "Beim Seitenaufruf einblenden"
185
185
 
186
- #: models.py:510
186
+ #: models.py:514
187
187
  msgid "Display this layer on load."
188
188
  msgstr "Diese Ebene beim Seitenaufruf einblenden."
189
189
 
@@ -439,7 +439,7 @@ msgstr ""
439
439
  msgid ""
440
440
  "Yes, I want to continue editing anonymously, I will save the secret edit "
441
441
  "link to be able to edit this map later or on another device"
442
- msgstr ""
442
+ msgstr "Ja, ich möchte weiter anonym editieren und ich werde die geheime Verknüpfung speichern, um über diese die Karte später, oder von einem anderen Gerät, weiter bearbeiten zu können"
443
443
 
444
444
  #: templates/umap/components/alerts/alert.html:39
445
445
  msgid "Here is your secret link to edit the map, please keep it safe:"
@@ -508,6 +508,10 @@ msgstr "Kontakt"
508
508
  msgid "Help"
509
509
  msgstr "Hilfe"
510
510
 
511
+ #: templates/umap/content_footer.html:10
512
+ msgid "Terms of Service"
513
+ msgstr "Nutzungsbestimmungen"
514
+
511
515
  #: templates/umap/dashboard_menu.html:6
512
516
  #, python-format
513
517
  msgid "My Maps (%(count)s)"
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-11-24 14:49+0000\n"
11
+ "POT-Creation-Date: 2026-01-28 16:51+0000\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -832,61 +832,61 @@ msgstr ""
832
832
  msgid "View the map"
833
833
  msgstr ""
834
834
 
835
- #: views.py:872
835
+ #: views.py:873
836
836
  msgid "See full screen"
837
837
  msgstr ""
838
838
 
839
- #: views.py:1015
839
+ #: views.py:1016
840
840
  msgid "Map editors updated with success!"
841
841
  msgstr ""
842
842
 
843
- #: views.py:1051
843
+ #: views.py:1052
844
844
  #, python-format
845
845
  msgid "The uMap edit link for your map: %(map_name)s"
846
846
  msgstr ""
847
847
 
848
- #: views.py:1054
848
+ #: views.py:1055
849
849
  #, python-format
850
850
  msgid "Here is your secret edit link: %(link)s"
851
851
  msgstr ""
852
852
 
853
- #: views.py:1061
853
+ #: views.py:1062
854
854
  #, python-format
855
855
  msgid "Can't send email to %(email)s"
856
856
  msgstr ""
857
857
 
858
- #: views.py:1064
858
+ #: views.py:1065
859
859
  #, python-format
860
860
  msgid "Email sent to %(email)s"
861
861
  msgstr ""
862
862
 
863
- #: views.py:1075
863
+ #: views.py:1076
864
864
  msgid "Only its owner can delete the map."
865
865
  msgstr ""
866
866
 
867
- #: views.py:1081
867
+ #: views.py:1082
868
868
  msgid "Map successfully deleted."
869
869
  msgstr ""
870
870
 
871
- #: views.py:1107
871
+ #: views.py:1108
872
872
  #, python-format
873
873
  msgid ""
874
874
  "Your map has been cloned! If you want to edit this map from another "
875
875
  "computer, please use this link: %(anonymous_url)s"
876
876
  msgstr ""
877
877
 
878
- #: views.py:1112
878
+ #: views.py:1113
879
879
  msgid "Congratulations, your map has been cloned!"
880
880
  msgstr ""
881
881
 
882
- #: views.py:1366
882
+ #: views.py:1379
883
883
  msgid "Layer successfully deleted."
884
884
  msgstr ""
885
885
 
886
- #: views.py:1388
886
+ #: views.py:1401
887
887
  msgid "Permissions updated with success!"
888
888
  msgstr ""
889
889
 
890
- #: views.py:1405
890
+ #: views.py:1418
891
891
  msgid "Generic"
892
892
  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: 2025-10-14 15:28+0000\n"
12
+ "POT-Creation-Date: 2025-11-24 14:49+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-2025\n"
15
15
  "Language-Team: Hungarian (http://app.transifex.com/openstreetmap/umap/language/hu/)\n"
@@ -43,7 +43,7 @@ msgstr "A „%(name)s” használata a hitelesítéshez elavult, és hamarosan e
43
43
  msgid "name"
44
44
  msgstr "név"
45
45
 
46
- #: models.py:63 models.py:503
46
+ #: models.py:63 models.py:507
47
47
  msgid "description"
48
48
  msgstr "leírás"
49
49
 
@@ -63,23 +63,23 @@ msgstr "OSM-csempeformátumot használó URL-sablon"
63
63
  msgid "Order of the tilelayers in the edit box"
64
64
  msgstr "Csemperétegek sorrendje a szerkesztődobozban"
65
65
 
66
- #: models.py:176 models.py:497
66
+ #: models.py:176 models.py:501
67
67
  msgid "Only editable with secret edit link"
68
68
  msgstr "Kizárólag titkos szerkesztési linkkel szerkeszthető"
69
69
 
70
- #: models.py:177 models.py:498
70
+ #: models.py:177 models.py:502
71
71
  msgid "Everyone can edit"
72
72
  msgstr "Bárki szerkesztheti"
73
73
 
74
- #: models.py:180 models.py:491
74
+ #: models.py:180 models.py:495
75
75
  msgid "Everyone"
76
76
  msgstr "Mindenki"
77
77
 
78
- #: models.py:181 models.py:190 models.py:492
78
+ #: models.py:181 models.py:190 models.py:496
79
79
  msgid "Editors and team only"
80
80
  msgstr "Csak a szerkesztők és a csoport"
81
81
 
82
- #: models.py:182 models.py:493
82
+ #: models.py:182 models.py:497
83
83
  msgid "Owner only"
84
84
  msgstr "Csak a tulajdonos"
85
85
 
@@ -99,7 +99,7 @@ msgstr "A link birtokában bárki"
99
99
  msgid "Blocked"
100
100
  msgstr "Blokkolva"
101
101
 
102
- #: models.py:192 models.py:487
102
+ #: models.py:192 models.py:491
103
103
  msgid "Deleted"
104
104
  msgstr "Törölve"
105
105
 
@@ -139,15 +139,15 @@ msgstr "szerkesztők"
139
139
  msgid "team"
140
140
  msgstr "csoport"
141
141
 
142
- #: models.py:230 models.py:519
142
+ #: models.py:230 models.py:523
143
143
  msgid "edit status"
144
144
  msgstr "szerkeszthetőség"
145
145
 
146
- #: models.py:235 models.py:524
146
+ #: models.py:235 models.py:528
147
147
  msgid "share status"
148
148
  msgstr "megoszthatóság"
149
149
 
150
- #: models.py:238 models.py:514
150
+ #: models.py:238 models.py:518
151
151
  msgid "settings"
152
152
  msgstr "beállítások"
153
153
 
@@ -163,15 +163,15 @@ msgstr "Ez a térkép egy sablontérkép."
163
163
  msgid "Clone of"
164
164
  msgstr "Másolat erről: "
165
165
 
166
- #: models.py:486 models.py:490 models.py:496
166
+ #: models.py:490 models.py:494 models.py:500
167
167
  msgid "Inherit"
168
168
  msgstr "Öröklés"
169
169
 
170
- #: models.py:509
170
+ #: models.py:513
171
171
  msgid "display on load"
172
172
  msgstr "megjelenítés betöltéskor"
173
173
 
174
- #: models.py:510
174
+ #: models.py:514
175
175
  msgid "Display this layer on load."
176
176
  msgstr "Réteg megjelenítése betöltéskor"
177
177
 
@@ -421,13 +421,13 @@ msgid ""
421
421
  "Oops, I didn't mean it, I want to <a href=\"%(login_url)s\" "
422
422
  "class=\"login\">create an account</a> or <a href=\"%(login_url)s\" "
423
423
  "class=\"login\">log in</a> (no worry, we'll attach the map to your account)."
424
- msgstr ""
424
+ msgstr "Hoppá, véletlen volt! <a href=\"%(login_url)s\" class=\"login\">Fiókot szeretnék létrehozni</a> vagy <a href=\"%(login_url)s\" class=\"login\">be szeretnék jelentkezni</a> (ne aggódjon, a térképet a fiókjához csatoljuk)."
425
425
 
426
426
  #: templates/umap/components/alerts/alert.html:35
427
427
  msgid ""
428
428
  "Yes, I want to continue editing anonymously, I will save the secret edit "
429
429
  "link to be able to edit this map later or on another device"
430
- msgstr ""
430
+ msgstr "Igen, továbbra is névtelenül szeretnék szerkeszteni, elmentem a titkos szerkesztési linket, hogy később vagy egy másik eszközön is szerkeszthessem ezt a térképet."
431
431
 
432
432
  #: templates/umap/components/alerts/alert.html:39
433
433
  msgid "Here is your secret link to edit the map, please keep it safe:"
@@ -496,6 +496,10 @@ msgstr "Kapcsolat:"
496
496
  msgid "Help"
497
497
  msgstr "Súgó"
498
498
 
499
+ #: templates/umap/content_footer.html:10
500
+ msgid "Terms of Service"
501
+ msgstr "Szolgáltatási feltételek"
502
+
499
503
  #: templates/umap/dashboard_menu.html:6
500
504
  #, python-format
501
505
  msgid "My Maps (%(count)s)"
Binary file