umap-project 2.9.0b0__py3-none-any.whl → 2.9.2__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 (205) hide show
  1. umap/__init__.py +1 -1
  2. umap/admin.py +15 -2
  3. umap/locale/br/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/br/LC_MESSAGES/django.po +111 -67
  5. umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/cs_CZ/LC_MESSAGES/django.po +112 -67
  7. umap/locale/el/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/el/LC_MESSAGES/django.po +132 -87
  9. umap/locale/en/LC_MESSAGES/django.po +11 -10
  10. umap/locale/es/LC_MESSAGES/django.mo +0 -0
  11. umap/locale/es/LC_MESSAGES/django.po +117 -71
  12. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  13. umap/locale/fr/LC_MESSAGES/django.po +11 -10
  14. umap/locale/gl/LC_MESSAGES/django.mo +0 -0
  15. umap/locale/gl/LC_MESSAGES/django.po +219 -173
  16. umap/locale/it/LC_MESSAGES/django.mo +0 -0
  17. umap/locale/it/LC_MESSAGES/django.po +145 -100
  18. umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  19. umap/locale/nl/LC_MESSAGES/django.po +198 -152
  20. umap/locale/pt/LC_MESSAGES/django.mo +0 -0
  21. umap/locale/pt/LC_MESSAGES/django.po +118 -73
  22. umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
  23. umap/locale/zh_TW/LC_MESSAGES/django.po +112 -67
  24. umap/middleware.py +30 -1
  25. umap/models.py +20 -10
  26. umap/settings/base.py +2 -1
  27. umap/static/umap/base.css +4 -1
  28. umap/static/umap/css/bar.css +32 -0
  29. umap/static/umap/css/contextmenu.css +14 -2
  30. umap/static/umap/css/form.css +5 -10
  31. umap/static/umap/css/icon.css +39 -3
  32. umap/static/umap/css/panel.css +18 -1
  33. umap/static/umap/css/popup.css +0 -1
  34. umap/static/umap/img/16-white.svg +3 -3
  35. umap/static/umap/img/16.svg +1 -1
  36. umap/static/umap/img/24-white.svg +17 -16
  37. umap/static/umap/img/24.svg +29 -18
  38. umap/static/umap/img/providers/twitter-oauth2.png +0 -0
  39. umap/static/umap/img/source/16-white.svg +4 -4
  40. umap/static/umap/img/source/16.svg +1 -1
  41. umap/static/umap/img/source/24-white.svg +20 -18
  42. umap/static/umap/img/source/24.svg +30 -19
  43. umap/static/umap/js/modules/browser.js +2 -2
  44. umap/static/umap/js/modules/caption.js +4 -4
  45. umap/static/umap/js/modules/data/features.js +80 -32
  46. umap/static/umap/js/modules/data/layer.js +37 -50
  47. umap/static/umap/js/modules/form/builder.js +23 -22
  48. umap/static/umap/js/modules/form/fields.js +13 -5
  49. umap/static/umap/js/modules/formatter.js +6 -2
  50. umap/static/umap/js/modules/help.js +17 -23
  51. umap/static/umap/js/modules/importer.js +5 -2
  52. umap/static/umap/js/modules/permissions.js +6 -2
  53. umap/static/umap/js/modules/rendering/layers/classified.js +1 -1
  54. umap/static/umap/js/modules/rendering/map.js +1 -21
  55. umap/static/umap/js/modules/rendering/ui.js +20 -38
  56. umap/static/umap/js/modules/rules.js +1 -1
  57. umap/static/umap/js/modules/saving.js +5 -0
  58. umap/static/umap/js/modules/schema.js +4 -1
  59. umap/static/umap/js/modules/sync/engine.js +39 -14
  60. umap/static/umap/js/modules/sync/updaters.js +7 -6
  61. umap/static/umap/js/modules/sync/websocket.js +48 -40
  62. umap/static/umap/js/modules/ui/bar.js +84 -0
  63. umap/static/umap/js/modules/ui/base.js +11 -0
  64. umap/static/umap/js/modules/ui/contextmenu.js +9 -2
  65. umap/static/umap/js/modules/ui/panel.js +5 -1
  66. umap/static/umap/js/modules/umap.js +85 -44
  67. umap/static/umap/js/umap.controls.js +11 -341
  68. umap/static/umap/locale/am_ET.js +17 -5
  69. umap/static/umap/locale/am_ET.json +17 -5
  70. umap/static/umap/locale/ar.js +17 -5
  71. umap/static/umap/locale/ar.json +17 -5
  72. umap/static/umap/locale/ast.js +17 -5
  73. umap/static/umap/locale/ast.json +17 -5
  74. umap/static/umap/locale/bg.js +17 -5
  75. umap/static/umap/locale/bg.json +17 -5
  76. umap/static/umap/locale/br.js +20 -15
  77. umap/static/umap/locale/br.json +20 -15
  78. umap/static/umap/locale/ca.js +8 -4
  79. umap/static/umap/locale/ca.json +8 -4
  80. umap/static/umap/locale/cs_CZ.js +8 -4
  81. umap/static/umap/locale/cs_CZ.json +8 -4
  82. umap/static/umap/locale/da.js +17 -5
  83. umap/static/umap/locale/da.json +17 -5
  84. umap/static/umap/locale/de.js +8 -4
  85. umap/static/umap/locale/de.json +8 -4
  86. umap/static/umap/locale/el.js +54 -50
  87. umap/static/umap/locale/el.json +54 -50
  88. umap/static/umap/locale/en.js +9 -4
  89. umap/static/umap/locale/en.json +9 -4
  90. umap/static/umap/locale/en_US.json +17 -5
  91. umap/static/umap/locale/es.js +13 -9
  92. umap/static/umap/locale/es.json +13 -9
  93. umap/static/umap/locale/et.js +17 -5
  94. umap/static/umap/locale/et.json +17 -5
  95. umap/static/umap/locale/eu.js +8 -4
  96. umap/static/umap/locale/eu.json +8 -4
  97. umap/static/umap/locale/fa_IR.js +8 -4
  98. umap/static/umap/locale/fa_IR.json +8 -4
  99. umap/static/umap/locale/fi.js +17 -5
  100. umap/static/umap/locale/fi.json +17 -5
  101. umap/static/umap/locale/fr.js +9 -4
  102. umap/static/umap/locale/fr.json +9 -4
  103. umap/static/umap/locale/gl.js +13 -9
  104. umap/static/umap/locale/gl.json +13 -9
  105. umap/static/umap/locale/he.js +17 -5
  106. umap/static/umap/locale/he.json +17 -5
  107. umap/static/umap/locale/hr.js +17 -5
  108. umap/static/umap/locale/hr.json +17 -5
  109. umap/static/umap/locale/hu.js +8 -4
  110. umap/static/umap/locale/hu.json +8 -4
  111. umap/static/umap/locale/id.js +17 -5
  112. umap/static/umap/locale/id.json +17 -5
  113. umap/static/umap/locale/is.js +17 -5
  114. umap/static/umap/locale/is.json +17 -5
  115. umap/static/umap/locale/it.js +31 -27
  116. umap/static/umap/locale/it.json +31 -27
  117. umap/static/umap/locale/ja.js +17 -5
  118. umap/static/umap/locale/ja.json +17 -5
  119. umap/static/umap/locale/ko.js +17 -5
  120. umap/static/umap/locale/ko.json +17 -5
  121. umap/static/umap/locale/lt.js +17 -5
  122. umap/static/umap/locale/lt.json +17 -5
  123. umap/static/umap/locale/ms.js +8 -4
  124. umap/static/umap/locale/ms.json +8 -4
  125. umap/static/umap/locale/nl.js +132 -127
  126. umap/static/umap/locale/nl.json +132 -127
  127. umap/static/umap/locale/no.js +17 -5
  128. umap/static/umap/locale/no.json +17 -5
  129. umap/static/umap/locale/pl.js +8 -4
  130. umap/static/umap/locale/pl.json +8 -4
  131. umap/static/umap/locale/pl_PL.json +17 -5
  132. umap/static/umap/locale/pt.js +38 -33
  133. umap/static/umap/locale/pt.json +38 -33
  134. umap/static/umap/locale/pt_BR.js +17 -5
  135. umap/static/umap/locale/pt_BR.json +17 -5
  136. umap/static/umap/locale/pt_PT.js +8 -4
  137. umap/static/umap/locale/pt_PT.json +8 -4
  138. umap/static/umap/locale/ro.js +17 -5
  139. umap/static/umap/locale/ro.json +17 -5
  140. umap/static/umap/locale/ru.js +17 -5
  141. umap/static/umap/locale/ru.json +17 -5
  142. umap/static/umap/locale/sk_SK.js +17 -5
  143. umap/static/umap/locale/sk_SK.json +17 -5
  144. umap/static/umap/locale/sl.js +17 -5
  145. umap/static/umap/locale/sl.json +17 -5
  146. umap/static/umap/locale/sr.js +17 -5
  147. umap/static/umap/locale/sr.json +17 -5
  148. umap/static/umap/locale/sv.js +17 -5
  149. umap/static/umap/locale/sv.json +17 -5
  150. umap/static/umap/locale/th_TH.js +8 -4
  151. umap/static/umap/locale/th_TH.json +8 -4
  152. umap/static/umap/locale/tr.js +17 -5
  153. umap/static/umap/locale/tr.json +17 -5
  154. umap/static/umap/locale/uk_UA.js +17 -5
  155. umap/static/umap/locale/uk_UA.json +17 -5
  156. umap/static/umap/locale/vi.js +17 -5
  157. umap/static/umap/locale/vi.json +17 -5
  158. umap/static/umap/locale/vi_VN.json +17 -5
  159. umap/static/umap/locale/zh.js +17 -5
  160. umap/static/umap/locale/zh.json +17 -5
  161. umap/static/umap/locale/zh_CN.json +17 -5
  162. umap/static/umap/locale/zh_TW.Big5.json +17 -5
  163. umap/static/umap/locale/zh_TW.js +14 -10
  164. umap/static/umap/locale/zh_TW.json +14 -10
  165. umap/static/umap/map.css +17 -68
  166. umap/static/umap/nav.css +4 -0
  167. umap/static/umap/vars.css +1 -0
  168. umap/static/umap/vendors/dompurify/purify.es.js +138 -354
  169. umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
  170. umap/static/umap/vendors/editable/Leaflet.Editable.js +1 -0
  171. umap/sync/app.py +19 -13
  172. umap/sync/payloads.py +8 -1
  173. umap/templates/auth/user_form.html +2 -2
  174. umap/templates/umap/content_footer.html +1 -1
  175. umap/templates/umap/css.html +0 -2
  176. umap/templates/umap/js.html +0 -1
  177. umap/templates/umap/messages.html +5 -1
  178. umap/templates/umap/search_bar.html +1 -0
  179. umap/tests/integration/test_anonymous_owned_map.py +2 -2
  180. umap/tests/integration/test_basics.py +2 -5
  181. umap/tests/integration/test_categorized_layer.py +4 -8
  182. umap/tests/integration/test_choropleth.py +1 -1
  183. umap/tests/integration/test_conditional_rules.py +3 -3
  184. umap/tests/integration/test_draw_polygon.py +11 -19
  185. umap/tests/integration/test_draw_polyline.py +6 -14
  186. umap/tests/integration/test_edit_datalayer.py +10 -10
  187. umap/tests/integration/test_edit_map.py +27 -1
  188. umap/tests/integration/test_edit_marker.py +5 -5
  189. umap/tests/integration/test_edit_polygon.py +5 -5
  190. umap/tests/integration/test_features_id_generation.py +2 -6
  191. umap/tests/integration/test_import.py +93 -29
  192. umap/tests/integration/test_owned_map.py +1 -1
  193. umap/tests/integration/test_save.py +2 -2
  194. umap/tests/integration/test_tableeditor.py +7 -7
  195. umap/tests/integration/test_view_marker.py +10 -0
  196. umap/tests/integration/test_websocket_sync.py +128 -32
  197. umap/utils.py +4 -1
  198. umap/views.py +1 -10
  199. {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/METADATA +13 -13
  200. {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/RECORD +203 -205
  201. umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -1
  202. umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -1
  203. {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/WHEEL +0 -0
  204. {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/entry_points.txt +0 -0
  205. {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/licenses/LICENSE +0 -0
@@ -13,9 +13,9 @@ msgid ""
13
13
  msgstr ""
14
14
  "Project-Id-Version: uMap\n"
15
15
  "Report-Msgid-Bugs-To: \n"
16
- "POT-Creation-Date: 2024-12-24 08:39+0000\n"
16
+ "POT-Creation-Date: 2025-03-03 17:36+0000\n"
17
17
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
18
- "Last-Translator: Yannis Kaskamanidis <kiolalis@gmail.com>, 2021,2023-2024\n"
18
+ "Last-Translator: prendi <prendi@openmailbox.org>, 2017\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"
@@ -25,21 +25,29 @@ msgstr ""
25
25
 
26
26
  #: admin.py:16
27
27
  msgid "CSV Export"
28
- msgstr ""
28
+ msgstr "Εξαγωγή CSV"
29
29
 
30
30
  #: decorators.py:60
31
31
  msgid "This map is not publicly available"
32
- msgstr ""
32
+ msgstr "Αυτός ο χάρτης δεν είναι δημοσίως διαθέσιμος"
33
33
 
34
- #: middleware.py:13
34
+ #: middleware.py:19
35
35
  msgid "Site is readonly for maintenance"
36
36
  msgstr "Λόγω συντήρησης, ο ιστότοπος είναι μόνο για ανάγνωση"
37
37
 
38
+ #: middleware.py:34
39
+ #, python-format
40
+ msgid ""
41
+ "Using “%(name)s” to authenticate is deprecated and will be removed soon. "
42
+ "Please configure another provider below before losing access to your account"
43
+ " and maps."
44
+ msgstr ""
45
+
38
46
  #: models.py:60 models.py:79
39
47
  msgid "name"
40
48
  msgstr "όνομα"
41
49
 
42
- #: models.py:62 models.py:475
50
+ #: models.py:62 models.py:485
43
51
  msgid "description"
44
52
  msgstr "περιγραφή"
45
53
 
@@ -59,29 +67,29 @@ msgstr "Πρότυπο URL που χρησιμοποιεί μορφοποίησ
59
67
  msgid "Order of the tilelayers in the edit box"
60
68
  msgstr "Σειρά των υπόβαθρων στο πλαίσιο επεξεργασίας"
61
69
 
62
- #: models.py:175 models.py:469
70
+ #: models.py:175 models.py:479
63
71
  msgid "Only editable with secret edit link"
64
72
  msgstr "Επεξεργάσιμο μόνο με μυστικό σύνδεσμο"
65
73
 
66
- #: models.py:176 models.py:470
74
+ #: models.py:176 models.py:480
67
75
  msgid "Everyone can edit"
68
76
  msgstr "Όλοι μπορούν να επεξεργαστούν"
69
77
 
70
- #: models.py:179 models.py:463
78
+ #: models.py:179 models.py:473
71
79
  msgid "Everyone"
72
80
  msgstr "Οποιοσδήποτε"
73
81
 
74
- #: models.py:180 models.py:189 models.py:464
82
+ #: models.py:180 models.py:189 models.py:474
75
83
  msgid "Editors and team only"
76
- msgstr ""
84
+ msgstr "Μόνο συντάκτες και ομάδα"
77
85
 
78
- #: models.py:181 models.py:465
86
+ #: models.py:181 models.py:475
79
87
  msgid "Owner only"
80
88
  msgstr "Μόνο ο κάτοχος"
81
89
 
82
90
  #: models.py:184
83
91
  msgid "Draft (private)"
84
- msgstr ""
92
+ msgstr "Πρόχειρο (ιδιωτικό)"
85
93
 
86
94
  #: models.py:185
87
95
  msgid "Everyone (public)"
@@ -95,9 +103,9 @@ msgstr "Οποιοδήποτε με τον σύνδεσμο"
95
103
  msgid "Blocked"
96
104
  msgstr "Αποκλεισμένος"
97
105
 
98
- #: models.py:191
106
+ #: models.py:191 models.py:469
99
107
  msgid "Deleted"
100
- msgstr ""
108
+ msgstr "Διαγράφηκε"
101
109
 
102
110
  #: models.py:194
103
111
  msgid "center"
@@ -133,33 +141,33 @@ msgstr "συντάκτες"
133
141
 
134
142
  #: models.py:223
135
143
  msgid "team"
136
- msgstr ""
144
+ msgstr "ομάδα"
137
145
 
138
- #: models.py:229 models.py:491
146
+ #: models.py:229 models.py:501
139
147
  msgid "edit status"
140
148
  msgstr "κατάσταση επεξεργασίας"
141
149
 
142
- #: models.py:234
150
+ #: models.py:234 models.py:506
143
151
  msgid "share status"
144
152
  msgstr "κατάσταση διαμοιρασμού"
145
153
 
146
- #: models.py:237 models.py:486
154
+ #: models.py:237 models.py:496
147
155
  msgid "settings"
148
156
  msgstr "ρυθμίσεις"
149
157
 
150
- #: models.py:402
158
+ #: models.py:407
151
159
  msgid "Clone of"
152
160
  msgstr "Κλώνος του"
153
161
 
154
- #: models.py:462 models.py:468
162
+ #: models.py:468 models.py:472 models.py:478
155
163
  msgid "Inherit"
156
164
  msgstr "Κληρονόμοι"
157
165
 
158
- #: models.py:481
166
+ #: models.py:491
159
167
  msgid "display on load"
160
168
  msgstr "εμφάνιση κατά τη φόρτωση"
161
169
 
162
- #: models.py:482
170
+ #: models.py:492
163
171
  msgid "Display this layer on load."
164
172
  msgstr "Εμφάνιση αυτού του επιπέδου κατά την φόρτωση."
165
173
 
@@ -168,50 +176,64 @@ msgid ""
168
176
  "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
169
177
  "target=\"_blank\">Find out here the documentation</a> on how to manage map’s"
170
178
  " permissions."
171
- msgstr ""
179
+ msgstr "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" target=\"_blank\">Δείτε εδώ την τεκμηρίωση</a> για το πώς να διαχειρίζεστε τα δικαιώματα του χάρτη."
172
180
 
173
181
  #: templates/403.html:10 templates/404.html:8
174
182
  msgid "← Go to the homepage"
175
- msgstr ""
183
+ msgstr "← Μετάβαση στην αρχική σελίδα"
176
184
 
177
185
  #: templates/404.html:7
178
186
  msgid "404 Page Not Found"
179
- msgstr ""
187
+ msgstr "404 Η σελίδα δεν βρέθηκε"
180
188
 
181
- #: templates/auth/user_detail.html:8
189
+ #: templates/auth/user_detail.html:6
190
+ #, python-format
191
+ msgid "%(current_user)s’s maps"
192
+ msgstr "%(current_user)s’s χάρτες"
193
+
194
+ #: templates/auth/user_detail.html:12
182
195
  #, python-format
183
196
  msgid "Browse %(current_user)s's maps"
184
197
  msgstr "Περιήγηση στους χάρτες του χρήστη %(current_user)s"
185
198
 
186
- #: templates/auth/user_detail.html:17
199
+ #: templates/auth/user_detail.html:21
187
200
  #, python-format
188
201
  msgid "%(current_user)s has no maps."
189
202
  msgstr "Ο %(current_user)s χρήστης δεν έχει χάρτες."
190
203
 
191
- #: templates/auth/user_form.html:21 templates/umap/team_form.html:21
204
+ #: templates/auth/user_form.html:6
205
+ msgid "My Profile"
206
+ msgstr "Το προφίλ μου"
207
+
208
+ #: templates/auth/user_form.html:24 templates/umap/team_form.html:25
192
209
  msgid "Save"
193
210
  msgstr "Αποθήκευση"
194
211
 
195
- #: templates/auth/user_form.html:27
212
+ #: templates/auth/user_form.html:30
196
213
  msgid "Your current providers"
197
214
  msgstr "Οι τρέχοντες πάροχοι σας"
198
215
 
199
- #: templates/auth/user_form.html:39
216
+ #: templates/auth/user_form.html:44
200
217
  msgid "Connect to another provider"
201
218
  msgstr "Σύνδεση σε άλλον πάροχο"
202
219
 
203
- #: templates/auth/user_form.html:42
220
+ #: templates/auth/user_form.html:47
204
221
  msgid ""
205
222
  "It's a good habit to connect your account to more than one provider, in case"
206
223
  " one provider becomes unavailable, temporarily or even permanently."
207
224
  msgstr "Είναι καλή συνήθεια να συνδέετε το λογαριασμό σας σε περισσότερους από έναν παρόχους, σε περίπτωση που ένας πάροχος δεν είναι διαθέσιμος, προσωρινά ή και μόνιμα."
208
225
 
209
- #: templates/auth/user_stars.html:8
226
+ #: templates/auth/user_stars.html:6
227
+ #, python-format
228
+ msgid "%(current_user)s’s starred maps"
229
+ msgstr "%(current_user)s’s χάρτες με αστέρια"
230
+
231
+ #: templates/auth/user_stars.html:12
210
232
  #, python-format
211
233
  msgid "Browse %(current_user)s's starred maps"
212
234
  msgstr "Περιήγηση στους χάρτες με αστέρι του χρήστη %(current_user)s"
213
235
 
214
- #: templates/auth/user_stars.html:17
236
+ #: templates/auth/user_stars.html:21
215
237
  #, python-format
216
238
  msgid "%(current_user)s has no starred maps yet."
217
239
  msgstr "Ο %(current_user)s δεν έχει ακόμη χάρτες με αστέρι."
@@ -228,11 +250,11 @@ msgstr "Σύνδεση"
228
250
 
229
251
  #: templates/registration/login.html:22
230
252
  msgid "To save and easily find your maps, identify yourself."
231
- msgstr ""
253
+ msgstr "Για να αποθηκεύσετε και να βρείτε εύκολα τους χάρτες σας, προσδιορίστε τον εαυτό σας."
232
254
 
233
255
  #: templates/registration/login.html:25
234
256
  msgid "Please log in with your account:"
235
- msgstr ""
257
+ msgstr "Παρακαλούμε συνδεθείτε με το λογαριασμό σας:"
236
258
 
237
259
  #: templates/registration/login.html:42
238
260
  msgid "Username"
@@ -244,7 +266,11 @@ msgstr "Κωδικός πρόσβασης"
244
266
 
245
267
  #: templates/registration/login.html:52
246
268
  msgid "Please choose a provider:"
247
- msgstr ""
269
+ msgstr "Παρακαλώ επιλέξτε έναν πάροχο:"
270
+
271
+ #: templates/umap/about.html:5 templates/umap/navigation.html:22
272
+ msgid "About"
273
+ msgstr "Σχετικά"
248
274
 
249
275
  #: templates/umap/about_summary.html:12
250
276
  #, python-format
@@ -358,19 +384,19 @@ msgstr "Αυτή είναι μια έκδοση επίδειξης, που χρ
358
384
 
359
385
  #: templates/umap/content_footer.html:5
360
386
  msgid "An OpenStreetMap project"
361
- msgstr ""
387
+ msgstr "Ένα έργο OpenStreetMap"
362
388
 
363
389
  #: templates/umap/content_footer.html:6
364
390
  msgid "version"
365
- msgstr ""
391
+ msgstr "έκδοση"
366
392
 
367
393
  #: templates/umap/content_footer.html:7
368
394
  msgid "Hosted by"
369
- msgstr ""
395
+ msgstr "Φιλοξενείται από"
370
396
 
371
397
  #: templates/umap/content_footer.html:8
372
398
  msgid "Contact"
373
- msgstr ""
399
+ msgstr "Επικοινωνία"
374
400
 
375
401
  #: templates/umap/content_footer.html:9 templates/umap/navigation.html:25
376
402
  msgid "Help"
@@ -391,7 +417,7 @@ msgstr "Το προφίλ μου"
391
417
 
392
418
  #: templates/umap/dashboard_menu.html:15
393
419
  msgid "My teams"
394
- msgstr ""
420
+ msgstr "Οι ομάδες μου"
395
421
 
396
422
  #: templates/umap/home.html:14
397
423
  msgid "Map of the uMaps"
@@ -413,7 +439,7 @@ msgstr "από"
413
439
  msgid "More"
414
440
  msgstr "Περισσότερα"
415
441
 
416
- #: templates/umap/map_table.html:8 templates/umap/user_teams.html:14
442
+ #: templates/umap/map_table.html:8 templates/umap/user_teams.html:18
417
443
  msgid "Name"
418
444
  msgstr "Όνομα"
419
445
 
@@ -437,7 +463,7 @@ msgstr "Τελευταία αποθήκευση"
437
463
  msgid "Owner"
438
464
  msgstr "Κάτοχος"
439
465
 
440
- #: templates/umap/map_table.html:26 templates/umap/user_teams.html:20
466
+ #: templates/umap/map_table.html:26 templates/umap/user_teams.html:24
441
467
  msgid "Actions"
442
468
  msgstr "Ενέργειες"
443
469
 
@@ -450,7 +476,7 @@ msgid "Share"
450
476
  msgstr "Διαμοιρασμός"
451
477
 
452
478
  #: templates/umap/map_table.html:78 templates/umap/map_table.html:80
453
- #: templates/umap/user_teams.html:38 templates/umap/user_teams.html:40
479
+ #: templates/umap/user_teams.html:42 templates/umap/user_teams.html:44
454
480
  msgid "Edit"
455
481
  msgstr "Επεξεργασία"
456
482
 
@@ -513,10 +539,6 @@ msgstr "Σύνδεση"
513
539
  msgid "Sign in"
514
540
  msgstr "Εγγραφή"
515
541
 
516
- #: templates/umap/navigation.html:22
517
- msgid "About"
518
- msgstr "Σχετικά"
519
-
520
542
  #: templates/umap/navigation.html:30
521
543
  msgid "Change password"
522
544
  msgstr "Αλλαγή κωδικού πρόσβασης"
@@ -525,52 +547,58 @@ msgstr "Αλλαγή κωδικού πρόσβασης"
525
547
  msgid "Log out"
526
548
  msgstr "Αποσύνδεση"
527
549
 
528
- #: templates/umap/password_change.html:7
550
+ #: templates/umap/password_change.html:6
551
+ #: templates/umap/password_change.html:11
529
552
  msgid "Password change"
530
553
  msgstr "Αλλαγή κωδικού πρόσβασης"
531
554
 
532
- #: templates/umap/password_change.html:10
555
+ #: templates/umap/password_change.html:14
533
556
  msgid ""
534
557
  "Please enter your old password, for security's sake, and then enter your new"
535
558
  " password twice so we can verify you typed it in correctly."
536
559
  msgstr "Παρακαλώ εισάγετε τον παλιό κωδικό πρόσβασης και μετά εισάγετε τον νέο κωδικό πρόσβασης δύο φορές, ώστε να επιβεβαιωθεί ότι πληκτρολογήθηκε σωστά."
537
560
 
538
- #: templates/umap/password_change.html:17
561
+ #: templates/umap/password_change.html:21
539
562
  msgid "Old password"
540
563
  msgstr "Παλιός κωδικός πρόσβασης"
541
564
 
542
- #: templates/umap/password_change.html:22
565
+ #: templates/umap/password_change.html:26
543
566
  msgid "New password"
544
567
  msgstr "Νέος κωδικός πρόσβασης"
545
568
 
546
- #: templates/umap/password_change.html:26
569
+ #: templates/umap/password_change.html:30
547
570
  msgid "New password confirmation"
548
571
  msgstr "Επιβεβαίωση νέου κωδικού πρόσβασης"
549
572
 
550
- #: templates/umap/password_change.html:27
573
+ #: templates/umap/password_change.html:31
551
574
  msgid "Change my password"
552
575
  msgstr "Αλλαγή του κωδικού πρόσβασης"
553
576
 
554
- #: templates/umap/password_change_done.html:7
577
+ #: templates/umap/password_change_done.html:6
578
+ #: templates/umap/password_change_done.html:11
555
579
  msgid "Password change successful"
556
580
  msgstr "Η αλλαγή του κωδικού πρόσβασης ήταν επιτυχημένη"
557
581
 
558
- #: templates/umap/password_change_done.html:10
582
+ #: templates/umap/password_change_done.html:14
559
583
  msgid "Your password was changed."
560
584
  msgstr "Ο κωδικός πρόσβασής σας άλλαξε."
561
585
 
562
- #: templates/umap/search.html:15
586
+ #: templates/umap/search.html:6
587
+ msgid "Explore maps"
588
+ msgstr "Εξερεύνηση χαρτών"
589
+
590
+ #: templates/umap/search.html:19
563
591
  #, python-format
564
592
  msgid "%(count)s map found:"
565
593
  msgid_plural "%(count)s maps found:"
566
594
  msgstr[0] "%(count)s χάρτης βρέθηκε:"
567
595
  msgstr[1] "%(count)s χάρτες βρέθηκαν:"
568
596
 
569
- #: templates/umap/search.html:24
597
+ #: templates/umap/search.html:28
570
598
  msgid "No map found."
571
599
  msgstr "Δεν βρέθηκε κανένας χάρτης."
572
600
 
573
- #: templates/umap/search.html:29
601
+ #: templates/umap/search.html:33
574
602
  msgid "Latest created maps"
575
603
  msgstr "Χάρτες που δημιουργήθηκαν τελευταίοι"
576
604
 
@@ -578,27 +606,40 @@ msgstr "Χάρτες που δημιουργήθηκαν τελευταίοι"
578
606
  msgid "Search maps"
579
607
  msgstr "Αναζήτηση χαρτών"
580
608
 
581
- #: templates/umap/search_bar.html:15
609
+ #: templates/umap/search_bar.html:16
582
610
  msgid "Search"
583
611
  msgstr "Αναζήτηση"
584
612
 
585
- #: templates/umap/team_detail.html:10
613
+ #: templates/umap/team_confirm_delete.html:6
614
+ msgid "Team deletion"
615
+ msgstr "Διαγραφή ομάδας"
616
+
617
+ #: templates/umap/team_detail.html:6
618
+ #, python-format
619
+ msgid "%(current_team)s’s maps"
620
+ msgstr "%(current_team)s’s χάρτες"
621
+
622
+ #: templates/umap/team_detail.html:14
586
623
  #, python-format
587
624
  msgid "Browse %(current_team)s's maps"
588
- msgstr ""
625
+ msgstr "Περιήγηση στους χάρτες της %(current_team)s"
589
626
 
590
- #: templates/umap/team_detail.html:22
627
+ #: templates/umap/team_detail.html:26
591
628
  #, python-format
592
629
  msgid "%(current_team)s has no public maps."
593
- msgstr ""
630
+ msgstr "%(current_team)s δεν έχει δημόσιους χάρτες."
631
+
632
+ #: templates/umap/team_form.html:6
633
+ msgid "Create or edit a team"
634
+ msgstr "Δημιουργία ή επεξεργασία ομάδας"
594
635
 
595
- #: templates/umap/team_form.html:24
636
+ #: templates/umap/team_form.html:28
596
637
  msgid "Delete this team"
597
- msgstr ""
638
+ msgstr "Διαγραφή αυτής της ομάδας"
598
639
 
599
- #: templates/umap/team_form.html:47
640
+ #: templates/umap/team_form.html:51
600
641
  msgid "Add user"
601
- msgstr ""
642
+ msgstr "Προσθήκη χρήστη"
602
643
 
603
644
  #: templates/umap/user_dashboard.html:9 templates/umap/user_dashboard.html:25
604
645
  msgid "Search my maps"
@@ -617,78 +658,82 @@ msgstr "Λήψη%(count)s χαρτών"
617
658
  msgid "You have no map yet."
618
659
  msgstr "Δεν έχετε ακόμη χάρτη."
619
660
 
620
- #: templates/umap/user_teams.html:17
661
+ #: templates/umap/user_teams.html:6
662
+ msgid "My Teams"
663
+ msgstr "Οι ομάδες μου"
664
+
665
+ #: templates/umap/user_teams.html:21
621
666
  msgid "Users"
622
- msgstr ""
667
+ msgstr "Χρήστες"
623
668
 
624
- #: templates/umap/user_teams.html:48
669
+ #: templates/umap/user_teams.html:52
625
670
  msgid "New team"
626
- msgstr ""
671
+ msgstr "Νέα ομάδα"
627
672
 
628
673
  #: views.py:234
629
674
  msgid "Cannot delete a team with more than one member"
630
- msgstr ""
675
+ msgstr "Δεν είναι δυνατή η διαγραφή μιας ομάδας που έχει περισσότερα από ένα μέλη"
631
676
 
632
677
  #: views.py:238
633
678
  #, python-format
634
679
  msgid "Team “%(name)s” has been deleted"
635
- msgstr ""
680
+ msgstr "Η ομάδα «%(name)s» έχει διαγραφεί."
636
681
 
637
682
  #: views.py:442
638
683
  msgid "View the map"
639
684
  msgstr "Προβολή του χάρτη"
640
685
 
641
- #: views.py:825
686
+ #: views.py:838
642
687
  msgid "See full screen"
643
688
  msgstr "Προβολή πλήρους οθόνης"
644
689
 
645
- #: views.py:968
690
+ #: views.py:981
646
691
  msgid "Map editors updated with success!"
647
692
  msgstr "Η ενημέρωση των συντακτών χάρτη ήταν επιτυχής!"
648
693
 
649
- #: views.py:1004
694
+ #: views.py:1017
650
695
  #, python-format
651
696
  msgid "The uMap edit link for your map: %(map_name)s"
652
697
  msgstr "Ο uMap σύνδεσμος επεξεργασίας του χάρτη σας: %(map_name)s"
653
698
 
654
- #: views.py:1007
699
+ #: views.py:1020
655
700
  #, python-format
656
701
  msgid "Here is your secret edit link: %(link)s"
657
702
  msgstr "Εδώ είναι ο μυστικός σύνδεσμος επεξεργασίας: %(link)s"
658
703
 
659
- #: views.py:1014
704
+ #: views.py:1027
660
705
  #, python-format
661
706
  msgid "Can't send email to %(email)s"
662
707
  msgstr "Αδυναμία αποστολής email στο %(email)s"
663
708
 
664
- #: views.py:1017
709
+ #: views.py:1030
665
710
  #, python-format
666
711
  msgid "Email sent to %(email)s"
667
712
  msgstr "Μήνυμα email στάλθηκε στο %(email)s"
668
713
 
669
- #: views.py:1028
714
+ #: views.py:1041
670
715
  msgid "Only its owner can delete the map."
671
716
  msgstr "Μονό ο ιδιοκτήτης μπορεί να διαγράψει αυτό τον χάρτη."
672
717
 
673
- #: views.py:1031
718
+ #: views.py:1044
674
719
  msgid "Map successfully deleted."
675
720
  msgstr "Ο χάρτης διαγράφηκε με επιτυχία."
676
721
 
677
- #: views.py:1057
722
+ #: views.py:1070
678
723
  #, python-format
679
724
  msgid ""
680
725
  "Your map has been cloned! If you want to edit this map from another "
681
726
  "computer, please use this link: %(anonymous_url)s"
682
727
  msgstr "Ο χάρτης κλωνοποιήθηκε! Αν θέλετε να τον επεξεργαστείτε από κάποιον άλλο υπολογιστή, παρακαλώ χρησιμοποιήστε αυτόν τον σύνδεσμο: %(anonymous_url)s"
683
728
 
684
- #: views.py:1062
729
+ #: views.py:1075
685
730
  msgid "Congratulations, your map has been cloned!"
686
731
  msgstr "Συγχαρητήρια ο χάρτης σας κλωνοποιήθηκε!"
687
732
 
688
- #: views.py:1313
733
+ #: views.py:1329
689
734
  msgid "Layer successfully deleted."
690
735
  msgstr "Το επίπεδο διαγράφηκε με επιτυχία."
691
736
 
692
- #: views.py:1335
737
+ #: views.py:1351
693
738
  msgid "Permissions updated with success!"
694
739
  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: 2025-01-31 17:29+0000\n"
11
+ "POT-Creation-Date: 2025-03-03 17:36+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"
@@ -25,10 +25,18 @@ msgstr ""
25
25
  msgid "This map is not publicly available"
26
26
  msgstr ""
27
27
 
28
- #: middleware.py:13
28
+ #: middleware.py:19
29
29
  msgid "Site is readonly for maintenance"
30
30
  msgstr ""
31
31
 
32
+ #: middleware.py:34
33
+ #, python-format
34
+ msgid ""
35
+ "Using “%(name)s” to authenticate is deprecated and will be removed soon. "
36
+ "Please configure another provider below before losing access to your account "
37
+ "and maps."
38
+ msgstr ""
39
+
32
40
  #: models.py:60 models.py:79
33
41
  msgid "name"
34
42
  msgstr ""
@@ -591,7 +599,7 @@ msgstr ""
591
599
  msgid "Search maps"
592
600
  msgstr ""
593
601
 
594
- #: templates/umap/search_bar.html:15
602
+ #: templates/umap/search_bar.html:16
595
603
  msgid "Search"
596
604
  msgstr ""
597
605
 
@@ -722,10 +730,3 @@ msgstr ""
722
730
  #: views.py:1351
723
731
  msgid "Permissions updated with success!"
724
732
  msgstr ""
725
-
726
- #: views.py:1430
727
- #, python-format
728
- msgid ""
729
- "Using “%(name)s” to authenticate is deprecated. Please configure another "
730
- "provider in your profile page."
731
- msgstr ""
Binary file