umap-project 2.4.1__py3-none-any.whl → 2.5.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 (199) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/el/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/el/LC_MESSAGES/django.po +145 -90
  4. umap/locale/en/LC_MESSAGES/django.po +13 -13
  5. umap/locale/eu/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/eu/LC_MESSAGES/django.po +145 -89
  7. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/hu/LC_MESSAGES/django.po +100 -50
  9. umap/static/umap/base.css +5 -2
  10. umap/static/umap/content.css +2 -2
  11. umap/static/umap/css/contextmenu.css +11 -0
  12. umap/static/umap/css/dialog.css +25 -4
  13. umap/static/umap/css/importers.css +2 -0
  14. umap/static/umap/css/panel.css +6 -4
  15. umap/static/umap/css/slideshow.css +69 -0
  16. umap/static/umap/css/tableeditor.css +69 -0
  17. umap/static/umap/css/tooltip.css +3 -3
  18. umap/static/umap/img/16-white.svg +4 -0
  19. umap/static/umap/img/source/16-white.svg +5 -1
  20. umap/static/umap/js/components/alerts/alert.css +11 -11
  21. umap/static/umap/js/components/alerts/alert.js +1 -1
  22. umap/static/umap/js/modules/autocomplete.js +27 -5
  23. umap/static/umap/js/modules/browser.js +20 -14
  24. umap/static/umap/js/modules/caption.js +4 -4
  25. umap/static/umap/js/modules/dompurify.js +2 -3
  26. umap/static/umap/js/modules/facets.js +53 -17
  27. umap/static/umap/js/modules/formatter.js +153 -0
  28. umap/static/umap/js/modules/global.js +25 -16
  29. umap/static/umap/js/modules/help.js +26 -26
  30. umap/static/umap/js/modules/importer.js +10 -10
  31. umap/static/umap/js/modules/importers/communesfr.js +3 -1
  32. umap/static/umap/js/modules/importers/datasets.js +8 -6
  33. umap/static/umap/js/modules/importers/geodatamine.js +14 -14
  34. umap/static/umap/js/modules/importers/overpass.js +19 -15
  35. umap/static/umap/js/modules/orderable.js +2 -2
  36. umap/static/umap/js/modules/request.js +1 -1
  37. umap/static/umap/js/modules/rules.js +26 -11
  38. umap/static/umap/js/modules/schema.js +16 -12
  39. umap/static/umap/js/{umap.share.js → modules/share.js} +58 -103
  40. umap/static/umap/js/modules/slideshow.js +141 -0
  41. umap/static/umap/js/modules/sync/engine.js +3 -3
  42. umap/static/umap/js/modules/sync/updaters.js +10 -11
  43. umap/static/umap/js/modules/sync/websocket.js +1 -1
  44. umap/static/umap/js/modules/tableeditor.js +329 -0
  45. umap/static/umap/js/modules/ui/base.js +93 -0
  46. umap/static/umap/js/modules/ui/contextmenu.js +50 -0
  47. umap/static/umap/js/modules/ui/dialog.js +169 -31
  48. umap/static/umap/js/modules/ui/panel.js +7 -5
  49. umap/static/umap/js/modules/ui/tooltip.js +7 -77
  50. umap/static/umap/js/modules/urls.js +1 -2
  51. umap/static/umap/js/modules/utils.js +36 -16
  52. umap/static/umap/js/umap.controls.js +27 -29
  53. umap/static/umap/js/umap.core.js +19 -15
  54. umap/static/umap/js/umap.datalayer.permissions.js +15 -18
  55. umap/static/umap/js/umap.features.js +113 -131
  56. umap/static/umap/js/umap.forms.js +203 -228
  57. umap/static/umap/js/umap.icon.js +17 -22
  58. umap/static/umap/js/umap.js +117 -107
  59. umap/static/umap/js/umap.layer.js +374 -324
  60. umap/static/umap/js/umap.permissions.js +7 -10
  61. umap/static/umap/js/umap.popup.js +20 -20
  62. umap/static/umap/locale/am_ET.js +22 -5
  63. umap/static/umap/locale/am_ET.json +22 -5
  64. umap/static/umap/locale/ar.js +22 -5
  65. umap/static/umap/locale/ar.json +22 -5
  66. umap/static/umap/locale/ast.js +22 -5
  67. umap/static/umap/locale/ast.json +22 -5
  68. umap/static/umap/locale/bg.js +22 -5
  69. umap/static/umap/locale/bg.json +22 -5
  70. umap/static/umap/locale/br.js +22 -5
  71. umap/static/umap/locale/br.json +22 -5
  72. umap/static/umap/locale/ca.js +56 -39
  73. umap/static/umap/locale/ca.json +56 -39
  74. umap/static/umap/locale/cs_CZ.js +22 -5
  75. umap/static/umap/locale/cs_CZ.json +22 -5
  76. umap/static/umap/locale/da.js +22 -5
  77. umap/static/umap/locale/da.json +22 -5
  78. umap/static/umap/locale/de.js +22 -5
  79. umap/static/umap/locale/de.json +22 -5
  80. umap/static/umap/locale/el.js +27 -10
  81. umap/static/umap/locale/el.json +27 -10
  82. umap/static/umap/locale/en.js +22 -6
  83. umap/static/umap/locale/en.json +22 -6
  84. umap/static/umap/locale/en_US.json +22 -5
  85. umap/static/umap/locale/es.js +22 -6
  86. umap/static/umap/locale/es.json +22 -6
  87. umap/static/umap/locale/et.js +22 -5
  88. umap/static/umap/locale/et.json +22 -5
  89. umap/static/umap/locale/eu.js +167 -150
  90. umap/static/umap/locale/eu.json +167 -150
  91. umap/static/umap/locale/fa_IR.js +22 -5
  92. umap/static/umap/locale/fa_IR.json +22 -5
  93. umap/static/umap/locale/fi.js +22 -5
  94. umap/static/umap/locale/fi.json +22 -5
  95. umap/static/umap/locale/fr.js +22 -6
  96. umap/static/umap/locale/fr.json +22 -6
  97. umap/static/umap/locale/gl.js +22 -5
  98. umap/static/umap/locale/gl.json +22 -5
  99. umap/static/umap/locale/he.js +22 -5
  100. umap/static/umap/locale/he.json +22 -5
  101. umap/static/umap/locale/hr.js +22 -5
  102. umap/static/umap/locale/hr.json +22 -5
  103. umap/static/umap/locale/hu.js +89 -72
  104. umap/static/umap/locale/hu.json +89 -72
  105. umap/static/umap/locale/id.js +22 -5
  106. umap/static/umap/locale/id.json +22 -5
  107. umap/static/umap/locale/is.js +22 -5
  108. umap/static/umap/locale/is.json +22 -5
  109. umap/static/umap/locale/it.js +22 -5
  110. umap/static/umap/locale/it.json +22 -5
  111. umap/static/umap/locale/ja.js +22 -5
  112. umap/static/umap/locale/ja.json +22 -5
  113. umap/static/umap/locale/ko.js +22 -5
  114. umap/static/umap/locale/ko.json +22 -5
  115. umap/static/umap/locale/lt.js +22 -5
  116. umap/static/umap/locale/lt.json +22 -5
  117. umap/static/umap/locale/ms.js +22 -5
  118. umap/static/umap/locale/ms.json +22 -5
  119. umap/static/umap/locale/nl.js +22 -5
  120. umap/static/umap/locale/nl.json +22 -5
  121. umap/static/umap/locale/no.js +22 -5
  122. umap/static/umap/locale/no.json +22 -5
  123. umap/static/umap/locale/pl.js +22 -5
  124. umap/static/umap/locale/pl.json +22 -5
  125. umap/static/umap/locale/pl_PL.json +22 -5
  126. umap/static/umap/locale/pt.js +22 -6
  127. umap/static/umap/locale/pt.json +22 -6
  128. umap/static/umap/locale/pt_BR.js +22 -5
  129. umap/static/umap/locale/pt_BR.json +22 -5
  130. umap/static/umap/locale/pt_PT.js +22 -5
  131. umap/static/umap/locale/pt_PT.json +22 -5
  132. umap/static/umap/locale/ro.js +22 -5
  133. umap/static/umap/locale/ro.json +22 -5
  134. umap/static/umap/locale/ru.js +22 -5
  135. umap/static/umap/locale/ru.json +22 -5
  136. umap/static/umap/locale/sk_SK.js +22 -5
  137. umap/static/umap/locale/sk_SK.json +22 -5
  138. umap/static/umap/locale/sl.js +22 -5
  139. umap/static/umap/locale/sl.json +22 -5
  140. umap/static/umap/locale/sr.js +22 -5
  141. umap/static/umap/locale/sr.json +22 -5
  142. umap/static/umap/locale/sv.js +22 -5
  143. umap/static/umap/locale/sv.json +22 -5
  144. umap/static/umap/locale/th_TH.js +22 -5
  145. umap/static/umap/locale/th_TH.json +22 -5
  146. umap/static/umap/locale/tr.js +22 -5
  147. umap/static/umap/locale/tr.json +22 -5
  148. umap/static/umap/locale/uk_UA.js +22 -5
  149. umap/static/umap/locale/uk_UA.json +22 -5
  150. umap/static/umap/locale/vi.js +22 -5
  151. umap/static/umap/locale/vi.json +22 -5
  152. umap/static/umap/locale/vi_VN.json +22 -5
  153. umap/static/umap/locale/zh.js +22 -5
  154. umap/static/umap/locale/zh.json +22 -5
  155. umap/static/umap/locale/zh_CN.json +22 -5
  156. umap/static/umap/locale/zh_TW.Big5.json +22 -5
  157. umap/static/umap/locale/zh_TW.js +22 -5
  158. umap/static/umap/locale/zh_TW.json +22 -5
  159. umap/static/umap/map.css +9 -153
  160. umap/static/umap/vars.css +15 -0
  161. umap/static/umap/vendors/dompurify/purify.es.js +5 -59
  162. umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
  163. umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +410 -428
  164. umap/static/umap/vendors/geojson-to-gpx/index.js +155 -0
  165. umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +1 -2
  166. umap/static/umap/vendors/togeojson/togeojson.es.js +1109 -0
  167. umap/static/umap/vendors/togeojson/{togeojson.umd.js.map → togeojson.es.mjs.map} +1 -1
  168. umap/static/umap/vendors/tokml/tokml.es.js +895 -0
  169. umap/static/umap/vendors/tokml/tokml.es.mjs.map +1 -0
  170. umap/storage.py +6 -2
  171. umap/templates/umap/components/alerts/alert.html +3 -3
  172. umap/templates/umap/css.html +3 -0
  173. umap/templates/umap/js.html +0 -6
  174. umap/tests/fixtures/categorized_highway.geojson +1 -0
  175. umap/tests/fixtures/test_import_osm_relation.json +130 -0
  176. umap/tests/integration/conftest.py +8 -1
  177. umap/tests/integration/test_browser.py +3 -2
  178. umap/tests/integration/test_categorized_layer.py +141 -0
  179. umap/tests/integration/test_conditional_rules.py +21 -0
  180. umap/tests/integration/test_datalayer.py +9 -4
  181. umap/tests/integration/test_edit_datalayer.py +1 -0
  182. umap/tests/integration/test_edit_polygon.py +1 -1
  183. umap/tests/integration/test_export_map.py +2 -3
  184. umap/tests/integration/test_import.py +22 -0
  185. umap/tests/integration/test_map_preview.py +36 -2
  186. umap/tests/integration/test_tableeditor.py +158 -4
  187. umap/tests/integration/test_websocket_sync.py +2 -2
  188. umap/tests/test_views.py +2 -2
  189. umap/views.py +3 -2
  190. {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/METADATA +8 -8
  191. {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/RECORD +194 -184
  192. umap/static/umap/js/umap.slideshow.js +0 -165
  193. umap/static/umap/js/umap.tableeditor.js +0 -118
  194. umap/static/umap/vendors/togeojson/togeojson.umd.js +0 -2
  195. umap/static/umap/vendors/togpx/togpx.js +0 -547
  196. umap/static/umap/vendors/tokml/tokml.js +0 -343
  197. {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/WHEEL +0 -0
  198. {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/entry_points.txt +0 -0
  199. {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/licenses/LICENSE +0 -0
umap/__init__.py CHANGED
@@ -1 +1 @@
1
- VERSION = "2.4.1"
1
+ VERSION = "2.5.0"
Binary file
@@ -8,14 +8,14 @@
8
8
  # Emmanuel Verigos <emverigos@geodev.gr>, 2017
9
9
  # Jim Kats <jim-kats@hotmail.com>, 2022-2023
10
10
  # prendi <prendi@openmailbox.org>, 2017
11
- # Yannis Kaskamanidis <kiolalis@gmail.com>, 2021,2023
11
+ # Yannis Kaskamanidis <kiolalis@gmail.com>, 2021,2023-2024
12
12
  msgid ""
13
13
  msgstr ""
14
14
  "Project-Id-Version: uMap\n"
15
15
  "Report-Msgid-Bugs-To: \n"
16
- "POT-Creation-Date: 2024-02-15 13:53+0000\n"
16
+ "POT-Creation-Date: 2024-06-26 20:59+0000\n"
17
17
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
18
- "Last-Translator: Yannis Kaskamanidis <kiolalis@gmail.com>, 2021,2023\n"
18
+ "Last-Translator: Yannis Kaskamanidis <kiolalis@gmail.com>, 2021,2023-2024\n"
19
19
  "Language-Team: Greek (http://app.transifex.com/openstreetmap/umap/language/el/)\n"
20
20
  "MIME-Version: 1.0\n"
21
21
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -29,117 +29,117 @@ msgstr "Επεξεργάσιμο μόνο με μυστικό σύνδεσμο"
29
29
 
30
30
  #: forms.py:45 forms.py:71
31
31
  msgid "Everyone can edit"
32
- msgstr "Όλοι"
32
+ msgstr "Όλοι μπορούν να επεξεργαστούν"
33
33
 
34
- #: forms.py:69 models.py:371
34
+ #: forms.py:69 models.py:389
35
35
  msgid "Inherit"
36
- msgstr "Κληρονομώ"
36
+ msgstr "Κληρονόμοι"
37
37
 
38
38
  #: middleware.py:13
39
39
  msgid "Site is readonly for maintenance"
40
40
  msgstr "Λόγω συντήρησης, ο ιστότοπος είναι μόνο για ανάγνωση"
41
41
 
42
- #: models.py:50
42
+ #: models.py:53
43
43
  msgid "name"
44
44
  msgstr "όνομα"
45
45
 
46
- #: models.py:81
46
+ #: models.py:84
47
47
  msgid "details"
48
48
  msgstr "λεπτομέρειες"
49
49
 
50
- #: models.py:82
50
+ #: models.py:85
51
51
  msgid "Link to a page where the licence is detailed."
52
- msgstr "Σύνδεσμος σελίδας Αναλυτικής Άδειας Χρήσης."
52
+ msgstr "Σύνδεσμος σελίδας αναλυτικής Άδειας Χρήσης."
53
53
 
54
- #: models.py:92
54
+ #: models.py:95
55
55
  msgid "URL template using OSM tile format"
56
56
  msgstr "Πρότυπο URL που χρησιμοποιεί μορφοποίηση πλακιδίων OSM"
57
57
 
58
- #: models.py:98
58
+ #: models.py:101
59
59
  msgid "Order of the tilelayers in the edit box"
60
60
  msgstr "Σειρά των υπόβαθρων στο πλαίσιο επεξεργασίας"
61
61
 
62
- #: models.py:144 models.py:372
62
+ #: models.py:147 models.py:390
63
63
  msgid "Everyone"
64
64
  msgstr "Οποιοσδήποτε"
65
65
 
66
- #: models.py:145 models.py:151 models.py:373
66
+ #: models.py:148 models.py:154 models.py:391
67
67
  msgid "Editors only"
68
68
  msgstr "Μόνο οι συντάκτες"
69
69
 
70
- #: models.py:146 models.py:374
70
+ #: models.py:149 models.py:392
71
71
  msgid "Owner only"
72
72
  msgstr "Μόνο ο κάτοχος"
73
73
 
74
- #: models.py:149
74
+ #: models.py:152
75
75
  msgid "Everyone (public)"
76
76
  msgstr "Όλοι (δημόσιος)"
77
77
 
78
- #: models.py:150
78
+ #: models.py:153
79
79
  msgid "Anyone with link"
80
80
  msgstr "Οποιοδήποτε με τον σύνδεσμο"
81
81
 
82
- #: models.py:152
82
+ #: models.py:155
83
83
  msgid "Blocked"
84
84
  msgstr "Αποκλεισμένος"
85
85
 
86
- #: models.py:155 models.py:378
87
- msgid "description"
88
- msgstr "περιγραφή"
89
-
90
- #: models.py:156
86
+ #: models.py:158
91
87
  msgid "center"
92
88
  msgstr "κέντρο"
93
89
 
94
- #: models.py:157
90
+ #: models.py:159
95
91
  msgid "zoom"
96
92
  msgstr "εστίαση"
97
93
 
98
- #: models.py:159
94
+ #: models.py:161
99
95
  msgid "locate"
100
96
  msgstr "εντοπισμός θέσης"
101
97
 
102
- #: models.py:159
98
+ #: models.py:161
103
99
  msgid "Locate user on load?"
104
100
  msgstr "Εντοπισμός θέσης χρήστη κατά την φόρτωση;"
105
101
 
106
- #: models.py:163
102
+ #: models.py:165
107
103
  msgid "Choose the map licence."
108
104
  msgstr "Επιλογή άδειας χρήσης του χάρτη."
109
105
 
110
- #: models.py:164
106
+ #: models.py:166
111
107
  msgid "licence"
112
108
  msgstr "άδεια"
113
109
 
114
- #: models.py:175
110
+ #: models.py:177
115
111
  msgid "owner"
116
112
  msgstr "ιδιοκτήτης"
117
113
 
118
- #: models.py:179
114
+ #: models.py:181
119
115
  msgid "editors"
120
116
  msgstr "συντάκτες"
121
117
 
122
- #: models.py:184 models.py:392
118
+ #: models.py:186 models.py:413
123
119
  msgid "edit status"
124
120
  msgstr "κατάσταση επεξεργασίας"
125
121
 
126
- #: models.py:189
122
+ #: models.py:191
127
123
  msgid "share status"
128
124
  msgstr "κατάσταση διαμοιρασμού"
129
125
 
130
- #: models.py:192 models.py:387
126
+ #: models.py:194 models.py:408
131
127
  msgid "settings"
132
128
  msgstr "ρυθμίσεις"
133
129
 
134
- #: models.py:320
130
+ #: models.py:330
135
131
  msgid "Clone of"
136
132
  msgstr "Κλώνος του"
137
133
 
138
- #: models.py:382
134
+ #: models.py:399
135
+ msgid "description"
136
+ msgstr "περιγραφή"
137
+
138
+ #: models.py:403
139
139
  msgid "display on load"
140
140
  msgstr "εμφάνιση κατά τη φόρτωση"
141
141
 
142
- #: models.py:383
142
+ #: models.py:404
143
143
  msgid "Display this layer on load."
144
144
  msgstr "Εμφάνιση αυτού του επιπέδου κατά την φόρτωση."
145
145
 
@@ -159,7 +159,7 @@ msgstr "Ο %(current_user)s χρήστης δεν έχει χάρτες."
159
159
 
160
160
  #: templates/auth/user_form.html:6
161
161
  msgid "My Maps"
162
- msgstr ""
162
+ msgstr "Οι χάρτες μου"
163
163
 
164
164
  #: templates/auth/user_form.html:7
165
165
  msgid "My Profile"
@@ -268,13 +268,59 @@ msgstr "Δημιουργία χάρτη"
268
268
  msgid "Play with the demo"
269
269
  msgstr "Δοκιμή με την έκδοση επίδειξης"
270
270
 
271
- #: templates/umap/content.html:22
271
+ #: templates/umap/components/alerts/alert.html:14
272
+ #: templates/umap/components/alerts/alert.html:49
273
+ #: templates/umap/components/alerts/alert.html:71
274
+ msgid "Close"
275
+ msgstr "Κλείσιμο"
276
+
277
+ #: templates/umap/components/alerts/alert.html:27
278
+ #, python-format
279
+ msgid ""
280
+ "Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
281
+ "target=\"_blank\">create an account</a> or <a href=\"%(login_url)s\" "
282
+ "target=\"_blank\">log in</a>."
283
+ msgstr "Επισήμανση: για να βρίσκετε εύκολα τους χάρτες σας, <a href=\"%(login_url)s\" target=\"_blank\">δημιουργήστε λογαριασμό</a> ή <a href=\"%(login_url)s\" target=\"_blank\">συνδεθείτε</a>."
284
+
285
+ #: templates/umap/components/alerts/alert.html:30
286
+ msgid "Here is your secret link to edit the map, please keep it safe:"
287
+ msgstr "Αυτός είναι ο μυστικός σας σύνδεσμος για να επεξεργαστείτε τον χάρτη, διατηρήστε τον ασφαλή:"
288
+
289
+ #: templates/umap/components/alerts/alert.html:33
290
+ msgid "Copy link"
291
+ msgstr "Αντιγραφή συνδέσμου"
292
+
293
+ #: templates/umap/components/alerts/alert.html:39
294
+ msgid "Enter your email address to receive the secret link:"
295
+ msgstr "Καταχωρίστε το email σας για να λάβετε τον μυστικό σύνδεσμο:"
296
+
297
+ #: templates/umap/components/alerts/alert.html:41
298
+ msgid "Email"
299
+ msgstr "Email"
300
+
301
+ #: templates/umap/components/alerts/alert.html:42
302
+ msgid "Send me the link"
303
+ msgstr "Στείλε μου τον σύνδεσμο"
304
+
305
+ #: templates/umap/components/alerts/alert.html:63
306
+ msgid "See their edits in another tab"
307
+ msgstr "Δείτε τις επεξεργασίες τους σε άλλη καρτέλα"
308
+
309
+ #: templates/umap/components/alerts/alert.html:64
310
+ msgid "Keep your changes and loose theirs"
311
+ msgstr "Διατηρήστε τις αλλαγές σας και αγνοήστε τις δικές τους"
312
+
313
+ #: templates/umap/components/alerts/alert.html:65
314
+ msgid "Keep their changes and loose yours"
315
+ msgstr "Κρατήστε τις αλλαγές τους και αγνοήστε τις δικές σας"
316
+
317
+ #: templates/umap/content.html:24
272
318
  msgid ""
273
319
  "This instance of uMap is currently in read only mode, no creation/edit is "
274
320
  "allowed."
275
321
  msgstr "Αυτό το στιγμιότυπο του uMap βρίσκεται για την ώρα σε λειτουργία μόνο για ανάγνωση, δεν επιτρέπεται καμία δημιουργία/επεξεργασία."
276
322
 
277
- #: templates/umap/content.html:30
323
+ #: templates/umap/content.html:32
278
324
  #, python-format
279
325
  msgid ""
280
326
  "This is a demo instance, used for tests and pre-rolling releases. If you "
@@ -283,11 +329,11 @@ msgid ""
283
329
  "instance, it's <a href=\"%(repo_url)s\">open source</a>!"
284
330
  msgstr "Αυτή είναι μια έκδοση επίδειξης, που χρησιμοποιήθηκε για δοκιμές και προκαταρκτικές εκδόσεις. Αν χρειάζεστε μια σταθερή έκδοση, παρακαλώ χρησιμοποιήστε την <a href=\"%(stable_url)s\">%(stable_url)s</a>. Μπορείτε, επίσης, να φιλοξενήσετε τη δική σας έκδοση, είναι <a href=\"%(repo_url)s\">ανοικτού κώδικα</a>!"
285
331
 
286
- #: templates/umap/home.html:8
332
+ #: templates/umap/home.html:11
287
333
  msgid "Map of the uMaps"
288
334
  msgstr "Χάρτης των uMaps"
289
335
 
290
- #: templates/umap/home.html:14
336
+ #: templates/umap/home.html:17
291
337
  msgid "Get inspired, browse maps"
292
338
  msgstr "Περιηγήσου και αναζήτησε την έμπνευση στους χάρτες!"
293
339
 
@@ -295,7 +341,7 @@ msgstr "Περιηγήσου και αναζήτησε την έμπνευση
295
341
  msgid "You are logged in. Continuing..."
296
342
  msgstr "Είστε συνδεδεμένοι. Συνέχεια..."
297
343
 
298
- #: templates/umap/map_list.html:9 views.py:341
344
+ #: templates/umap/map_list.html:9 views.py:348
299
345
  msgid "by"
300
346
  msgstr "από"
301
347
 
@@ -309,15 +355,15 @@ msgstr "Όνομα"
309
355
 
310
356
  #: templates/umap/map_table.html:7
311
357
  msgid "Preview"
312
- msgstr ""
358
+ msgstr "Προεπισκόπηση"
313
359
 
314
360
  #: templates/umap/map_table.html:8
315
361
  msgid "Who can see"
316
- msgstr ""
362
+ msgstr "Ποιος μπορεί να προβάλλει"
317
363
 
318
364
  #: templates/umap/map_table.html:9
319
365
  msgid "Who can edit"
320
- msgstr ""
366
+ msgstr "Ποιος μπορεί να επεξεργαστεί"
321
367
 
322
368
  #: templates/umap/map_table.html:10
323
369
  msgid "Last save"
@@ -331,60 +377,60 @@ msgstr "Κάτοχος"
331
377
  msgid "Actions"
332
378
  msgstr "Ενέργειες"
333
379
 
334
- #: templates/umap/map_table.html:25 templates/umap/map_table.html:27
380
+ #: templates/umap/map_table.html:26 templates/umap/map_table.html:28
335
381
  msgid "Open preview"
336
- msgstr ""
382
+ msgstr "Άνοιγμα προεπισκόπησης"
337
383
 
338
- #: templates/umap/map_table.html:46 templates/umap/map_table.html:48
384
+ #: templates/umap/map_table.html:48 templates/umap/map_table.html:50
339
385
  msgid "Share"
340
386
  msgstr "Διαμοιρασμός"
341
387
 
342
- #: templates/umap/map_table.html:51 templates/umap/map_table.html:53
388
+ #: templates/umap/map_table.html:54 templates/umap/map_table.html:56
343
389
  msgid "Edit"
344
390
  msgstr "Επεξεργασία"
345
391
 
346
- #: templates/umap/map_table.html:56 templates/umap/map_table.html:58
392
+ #: templates/umap/map_table.html:60 templates/umap/map_table.html:62
347
393
  msgid "Download"
348
394
  msgstr "Λήψη"
349
395
 
350
- #: templates/umap/map_table.html:63 templates/umap/map_table.html:65
396
+ #: templates/umap/map_table.html:66 templates/umap/map_table.html:68
351
397
  msgid "Clone"
352
- msgstr ""
398
+ msgstr "Κλωνοποίηση"
353
399
 
354
- #: templates/umap/map_table.html:73 templates/umap/map_table.html:75
400
+ #: templates/umap/map_table.html:77 templates/umap/map_table.html:79
355
401
  msgid "Delete"
356
- msgstr ""
402
+ msgstr "Διαγραφή"
357
403
 
358
- #: templates/umap/map_table.html:88
404
+ #: templates/umap/map_table.html:93
359
405
  msgid "first"
360
- msgstr ""
406
+ msgstr "πρώτο"
361
407
 
362
- #: templates/umap/map_table.html:89
408
+ #: templates/umap/map_table.html:94
363
409
  msgid "previous"
364
- msgstr ""
410
+ msgstr "προηγούμενο"
365
411
 
366
- #: templates/umap/map_table.html:98
412
+ #: templates/umap/map_table.html:102
367
413
  #, python-format
368
414
  msgid "Page %(maps_number)s of %(num_pages)s"
369
- msgstr ""
415
+ msgstr "Σελίδα %(maps_number)s από %(num_pages)s"
370
416
 
371
- #: templates/umap/map_table.html:104
417
+ #: templates/umap/map_table.html:107
372
418
  msgid "next"
373
- msgstr ""
419
+ msgstr "επόμενο"
374
420
 
375
- #: templates/umap/map_table.html:105
421
+ #: templates/umap/map_table.html:108
376
422
  msgid "last"
377
- msgstr ""
423
+ msgstr "τελευταίο"
378
424
 
379
- #: templates/umap/map_table.html:113
425
+ #: templates/umap/map_table.html:116
380
426
  #, python-format
381
427
  msgid "Lines per page: %(per_page)s"
382
- msgstr ""
428
+ msgstr "Γραμμές ανά σελίδα: %(per_page)s"
383
429
 
384
- #: templates/umap/map_table.html:118
430
+ #: templates/umap/map_table.html:121
385
431
  #, python-format
386
432
  msgid "%(count)s maps"
387
- msgstr ""
433
+ msgstr "%(count)s χάρτες"
388
434
 
389
435
  #: templates/umap/navigation.html:10 templates/umap/user_dashboard.html:4
390
436
  msgid "My Dashboard"
@@ -452,18 +498,18 @@ msgstr "Η αλλαγή του κωδικού πρόσβασης ήταν επι
452
498
  msgid "Your password was changed."
453
499
  msgstr "Ο κωδικός πρόσβασής σας άλλαξε."
454
500
 
455
- #: templates/umap/search.html:10
501
+ #: templates/umap/search.html:13
456
502
  #, python-format
457
503
  msgid "%(count)s map found:"
458
504
  msgid_plural "%(count)s maps found:"
459
505
  msgstr[0] "%(count)s χάρτης βρέθηκε:"
460
506
  msgstr[1] "%(count)s χάρτες βρέθηκαν:"
461
507
 
462
- #: templates/umap/search.html:18
508
+ #: templates/umap/search.html:21
463
509
  msgid "No map found."
464
510
  msgstr "Δεν βρέθηκε κανένας χάρτης."
465
511
 
466
- #: templates/umap/search.html:21
512
+ #: templates/umap/search.html:24
467
513
  msgid "Latest created maps"
468
514
  msgstr "Χάρτες που δημιουργήθηκαν τελευταίοι"
469
515
 
@@ -475,78 +521,87 @@ msgstr "Αναζήτηση χαρτών"
475
521
  msgid "Search"
476
522
  msgstr "Αναζήτηση"
477
523
 
478
- #: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:26
524
+ #: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:27
479
525
  msgid "Search my maps"
480
526
  msgstr "Αναζήτηση στους χάρτες μου"
481
527
 
482
- #: templates/umap/user_dashboard.html:11
528
+ #: templates/umap/user_dashboard.html:10
483
529
  #, python-format
484
530
  msgid "My Maps (%(count)s)"
485
- msgstr ""
531
+ msgstr "Οι χάρτες μου (%(count)s)"
486
532
 
487
- #: templates/umap/user_dashboard.html:13
533
+ #: templates/umap/user_dashboard.html:12
488
534
  msgid "My profile"
489
535
  msgstr "Το προφίλ μου"
490
536
 
491
- #: templates/umap/user_dashboard.html:21 templates/umap/user_dashboard.html:23
537
+ #: templates/umap/user_dashboard.html:20 templates/umap/user_dashboard.html:24
492
538
  msgid "Map’s title"
493
- msgstr ""
539
+ msgstr "Τίτλος χάρτη"
494
540
 
495
541
  #: templates/umap/user_dashboard.html:32
496
542
  #, python-format
497
543
  msgid "Download %(count)s maps"
498
- msgstr ""
544
+ msgstr "Λήψη%(count)s χαρτών"
499
545
 
500
546
  #: templates/umap/user_dashboard.html:42
501
547
  msgid "You have no map yet."
502
548
  msgstr "Δεν έχετε ακόμη χάρτη."
503
549
 
504
- #: views.py:346
550
+ #: views.py:353
505
551
  msgid "View the map"
506
552
  msgstr "Προβολή του χάρτη"
507
553
 
508
- #: views.py:704
554
+ #: views.py:719
509
555
  msgid "See full screen"
510
- msgstr ""
556
+ msgstr "Προβολή πλήρους οθόνης"
511
557
 
512
- #: views.py:803
558
+ #: views.py:847
513
559
  msgid "Map editors updated with success!"
514
560
  msgstr "Η ενημέρωση των συντακτών χάρτη ήταν επιτυχής!"
515
561
 
516
- #: views.py:841
562
+ #: views.py:883
517
563
  #, python-format
518
564
  msgid "The uMap edit link for your map: %(map_name)s"
519
565
  msgstr "Ο uMap σύνδεσμος επεξεργασίας του χάρτη σας: %(map_name)s"
520
566
 
521
- #: views.py:844
567
+ #: views.py:886
522
568
  #, python-format
523
569
  msgid "Here is your secret edit link: %(link)s"
524
570
  msgstr "Εδώ είναι ο μυστικός σύνδεσμος επεξεργασίας: %(link)s"
525
571
 
526
- #: views.py:850
572
+ #: views.py:893
573
+ #, python-format
574
+ msgid "Can't send email to %(email)s"
575
+ msgstr "Αδυναμία αποστολής email στο %(email)s"
576
+
577
+ #: views.py:896
527
578
  #, python-format
528
579
  msgid "Email sent to %(email)s"
529
580
  msgstr "Μήνυμα email στάλθηκε στο %(email)s"
530
581
 
531
- #: views.py:861
582
+ #: views.py:907
532
583
  msgid "Only its owner can delete the map."
533
584
  msgstr "Μονό ο ιδιοκτήτης μπορεί να διαγράψει αυτό τον χάρτη."
534
585
 
535
- #: views.py:889
586
+ #: views.py:910
587
+ msgid "Map successfully deleted."
588
+ msgstr "Ο χάρτης διαγράφηκε με επιτυχία."
589
+
590
+ #: views.py:936
536
591
  #, python-format
537
592
  msgid ""
538
593
  "Your map has been cloned! If you want to edit this map from another "
539
594
  "computer, please use this link: %(anonymous_url)s"
540
595
  msgstr "Ο χάρτης κλωνοποιήθηκε! Αν θέλετε να τον επεξεργαστείτε από κάποιον άλλο υπολογιστή, παρακαλώ χρησιμοποιήστε αυτόν τον σύνδεσμο: %(anonymous_url)s"
541
596
 
542
- #: views.py:894
597
+ #: views.py:941
543
598
  msgid "Congratulations, your map has been cloned!"
544
599
  msgstr "Συγχαρητήρια ο χάρτης σας κλωνοποιήθηκε!"
545
600
 
546
- #: views.py:1130
601
+ #: views.py:1176
547
602
  msgid "Layer successfully deleted."
548
603
  msgstr "Το επίπεδο διαγράφηκε με επιτυχία."
549
604
 
550
- #: views.py:1152
605
+ #: views.py:1198
551
606
  msgid "Permissions updated with success!"
552
607
  msgstr "Τα δικαιώματα ενημερώθηκαν με επιτυχία!"
@@ -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: 2024-06-21 19:58+0000\n"
11
+ "POT-Creation-Date: 2024-06-26 20:59+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"
@@ -545,57 +545,57 @@ msgstr ""
545
545
  msgid "View the map"
546
546
  msgstr ""
547
547
 
548
- #: views.py:718
548
+ #: views.py:719
549
549
  msgid "See full screen"
550
550
  msgstr ""
551
551
 
552
- #: views.py:846
552
+ #: views.py:847
553
553
  msgid "Map editors updated with success!"
554
554
  msgstr ""
555
555
 
556
- #: views.py:882
556
+ #: views.py:883
557
557
  #, python-format
558
558
  msgid "The uMap edit link for your map: %(map_name)s"
559
559
  msgstr ""
560
560
 
561
- #: views.py:885
561
+ #: views.py:886
562
562
  #, python-format
563
563
  msgid "Here is your secret edit link: %(link)s"
564
564
  msgstr ""
565
565
 
566
- #: views.py:892
566
+ #: views.py:893
567
567
  #, python-format
568
568
  msgid "Can't send email to %(email)s"
569
569
  msgstr ""
570
570
 
571
- #: views.py:895
571
+ #: views.py:896
572
572
  #, python-format
573
573
  msgid "Email sent to %(email)s"
574
574
  msgstr ""
575
575
 
576
- #: views.py:906
576
+ #: views.py:907
577
577
  msgid "Only its owner can delete the map."
578
578
  msgstr ""
579
579
 
580
- #: views.py:909
580
+ #: views.py:910
581
581
  msgid "Map successfully deleted."
582
582
  msgstr ""
583
583
 
584
- #: views.py:935
584
+ #: views.py:936
585
585
  #, python-format
586
586
  msgid ""
587
587
  "Your map has been cloned! If you want to edit this map from another "
588
588
  "computer, please use this link: %(anonymous_url)s"
589
589
  msgstr ""
590
590
 
591
- #: views.py:940
591
+ #: views.py:941
592
592
  msgid "Congratulations, your map has been cloned!"
593
593
  msgstr ""
594
594
 
595
- #: views.py:1175
595
+ #: views.py:1176
596
596
  msgid "Layer successfully deleted."
597
597
  msgstr ""
598
598
 
599
- #: views.py:1197
599
+ #: views.py:1198
600
600
  msgid "Permissions updated with success!"
601
601
  msgstr ""
Binary file