umap-project 3.0.4__py3-none-any.whl → 3.0.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +136 -56
- umap/locale/en/LC_MESSAGES/django.po +18 -18
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +136 -56
- umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- umap/locale/nl/LC_MESSAGES/django.po +1 -1
- umap/models.py +1 -0
- umap/settings/base.py +1 -0
- umap/static/umap/css/bar.css +1 -1
- umap/static/umap/css/tooltip.css +13 -0
- umap/static/umap/js/modules/autocomplete.js +7 -8
- umap/static/umap/js/modules/browser.js +89 -94
- umap/static/umap/js/modules/caption.js +6 -4
- umap/static/umap/js/modules/data/features.js +1 -19
- umap/static/umap/js/modules/data/layer.js +100 -61
- umap/static/umap/js/modules/facets.js +1 -1
- umap/static/umap/js/modules/form/fields.js +1 -1
- umap/static/umap/js/modules/importer.js +1 -1
- umap/static/umap/js/modules/managers.js +46 -0
- umap/static/umap/js/modules/permissions.js +1 -1
- umap/static/umap/js/modules/rendering/controls.js +251 -0
- umap/static/umap/js/modules/rendering/layers/heat.js +5 -0
- umap/static/umap/js/modules/rendering/map.js +21 -10
- umap/static/umap/js/modules/rendering/ui.js +0 -1
- umap/static/umap/js/modules/rules.js +56 -46
- umap/static/umap/js/modules/schema.js +5 -1
- umap/static/umap/js/modules/share.js +2 -2
- umap/static/umap/js/modules/slideshow.js +1 -1
- umap/static/umap/js/modules/sync/engine.js +23 -9
- umap/static/umap/js/modules/ui/bar.js +2 -2
- umap/static/umap/js/modules/ui/base.js +13 -0
- umap/static/umap/js/modules/umap.js +69 -111
- umap/static/umap/js/umap.controls.js +0 -310
- umap/static/umap/js/umap.core.js +0 -40
- umap/static/umap/locale/am_ET.js +8 -3
- umap/static/umap/locale/am_ET.json +8 -3
- umap/static/umap/locale/ar.js +8 -3
- umap/static/umap/locale/ar.json +8 -3
- umap/static/umap/locale/ast.js +8 -3
- umap/static/umap/locale/ast.json +8 -3
- umap/static/umap/locale/bg.js +8 -3
- umap/static/umap/locale/bg.json +8 -3
- umap/static/umap/locale/br.js +8 -3
- umap/static/umap/locale/br.json +8 -3
- umap/static/umap/locale/ca.js +20 -17
- umap/static/umap/locale/ca.json +20 -17
- umap/static/umap/locale/cs_CZ.js +5 -2
- umap/static/umap/locale/cs_CZ.json +5 -2
- umap/static/umap/locale/da.js +8 -3
- umap/static/umap/locale/da.json +8 -3
- umap/static/umap/locale/de.js +5 -2
- umap/static/umap/locale/de.json +5 -2
- umap/static/umap/locale/el.js +92 -87
- umap/static/umap/locale/el.json +92 -87
- umap/static/umap/locale/en.js +5 -2
- umap/static/umap/locale/en.json +5 -2
- umap/static/umap/locale/en_US.json +8 -3
- umap/static/umap/locale/es.js +18 -15
- umap/static/umap/locale/es.json +18 -15
- umap/static/umap/locale/et.js +8 -3
- umap/static/umap/locale/et.json +8 -3
- umap/static/umap/locale/eu.js +5 -2
- umap/static/umap/locale/eu.json +5 -2
- umap/static/umap/locale/fa_IR.js +5 -2
- umap/static/umap/locale/fa_IR.json +5 -2
- umap/static/umap/locale/fi.js +8 -3
- umap/static/umap/locale/fi.json +8 -3
- umap/static/umap/locale/fr.js +5 -2
- umap/static/umap/locale/fr.json +5 -2
- umap/static/umap/locale/gl.js +5 -2
- umap/static/umap/locale/gl.json +5 -2
- umap/static/umap/locale/he.js +8 -3
- umap/static/umap/locale/he.json +8 -3
- umap/static/umap/locale/hr.js +8 -3
- umap/static/umap/locale/hr.json +8 -3
- umap/static/umap/locale/hu.js +5 -2
- umap/static/umap/locale/hu.json +5 -2
- umap/static/umap/locale/id.js +8 -3
- umap/static/umap/locale/id.json +8 -3
- umap/static/umap/locale/is.js +8 -3
- umap/static/umap/locale/is.json +8 -3
- umap/static/umap/locale/it.js +5 -2
- umap/static/umap/locale/it.json +5 -2
- umap/static/umap/locale/ja.js +8 -3
- umap/static/umap/locale/ja.json +8 -3
- umap/static/umap/locale/ko.js +8 -3
- umap/static/umap/locale/ko.json +8 -3
- umap/static/umap/locale/lt.js +8 -3
- umap/static/umap/locale/lt.json +8 -3
- umap/static/umap/locale/ms.js +8 -3
- umap/static/umap/locale/ms.json +8 -3
- umap/static/umap/locale/nl.js +7 -4
- umap/static/umap/locale/nl.json +7 -4
- umap/static/umap/locale/no.js +8 -3
- umap/static/umap/locale/no.json +8 -3
- umap/static/umap/locale/pl.js +8 -3
- umap/static/umap/locale/pl.json +8 -3
- umap/static/umap/locale/pl_PL.json +8 -3
- umap/static/umap/locale/pt.js +5 -2
- umap/static/umap/locale/pt.json +5 -2
- umap/static/umap/locale/pt_BR.js +8 -3
- umap/static/umap/locale/pt_BR.json +8 -3
- umap/static/umap/locale/pt_PT.js +5 -2
- umap/static/umap/locale/pt_PT.json +5 -2
- umap/static/umap/locale/ro.js +8 -3
- umap/static/umap/locale/ro.json +8 -3
- umap/static/umap/locale/ru.js +8 -3
- umap/static/umap/locale/ru.json +8 -3
- umap/static/umap/locale/sk_SK.js +8 -3
- umap/static/umap/locale/sk_SK.json +8 -3
- umap/static/umap/locale/sl.js +8 -3
- umap/static/umap/locale/sl.json +8 -3
- umap/static/umap/locale/sr.js +8 -3
- umap/static/umap/locale/sr.json +8 -3
- umap/static/umap/locale/sv.js +8 -3
- umap/static/umap/locale/sv.json +8 -3
- umap/static/umap/locale/th_TH.js +8 -3
- umap/static/umap/locale/th_TH.json +8 -3
- umap/static/umap/locale/tr.js +8 -3
- umap/static/umap/locale/tr.json +8 -3
- umap/static/umap/locale/uk_UA.js +8 -3
- umap/static/umap/locale/uk_UA.json +8 -3
- umap/static/umap/locale/vi.js +8 -3
- umap/static/umap/locale/vi.json +8 -3
- umap/static/umap/locale/vi_VN.json +8 -3
- umap/static/umap/locale/zh.js +8 -3
- umap/static/umap/locale/zh.json +8 -3
- umap/static/umap/locale/zh_CN.json +8 -3
- umap/static/umap/locale/zh_TW.Big5.json +8 -3
- umap/static/umap/locale/zh_TW.js +5 -2
- umap/static/umap/locale/zh_TW.json +5 -2
- umap/static/umap/map.css +9 -31
- umap/static/umap/vendors/togeojson/togeojson.es.js +350 -177
- umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +1 -1
- umap/templates/umap/design_system.html +355 -0
- umap/tests/base.py +2 -2
- umap/tests/fixtures/heatmap_data.json +1044 -0
- umap/tests/integration/test_browser.py +3 -3
- umap/tests/integration/test_conditional_rules.py +2 -2
- umap/tests/integration/test_datalayer.py +0 -1
- umap/tests/integration/test_edit_map.py +7 -7
- umap/tests/integration/test_facets_browser.py +2 -2
- umap/tests/integration/test_heatmap.py +41 -0
- umap/tests/integration/test_import.py +58 -1
- umap/tests/integration/test_map.py +7 -8
- umap/tests/integration/test_optimistic_merge.py +12 -4
- umap/tests/integration/test_querystring.py +1 -1
- umap/tests/integration/test_remote_data.py +79 -0
- umap/tests/integration/test_websocket_sync.py +2 -2
- umap/urls.py +1 -0
- umap/views.py +7 -0
- {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/METADATA +8 -8
- {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/RECORD +158 -152
- {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/WHEEL +0 -0
- {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/entry_points.txt +0 -0
- {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/licenses/LICENSE +0 -0
umap/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
VERSION = "3.0.
|
|
1
|
+
VERSION = "3.0.5"
|
|
Binary file
|
|
@@ -13,7 +13,7 @@ msgid ""
|
|
|
13
13
|
msgstr ""
|
|
14
14
|
"Project-Id-Version: uMap\n"
|
|
15
15
|
"Report-Msgid-Bugs-To: \n"
|
|
16
|
-
"POT-Creation-Date: 2025-
|
|
16
|
+
"POT-Creation-Date: 2025-04-11 15:30+0000\n"
|
|
17
17
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
18
18
|
"Last-Translator: prendi <prendi@openmailbox.org>, 2017\n"
|
|
19
19
|
"Language-Team: Greek (http://app.transifex.com/openstreetmap/umap/language/el/)\n"
|
|
@@ -40,137 +40,205 @@ msgstr "Λόγω συντήρησης, ο ιστότοπος είναι μόνο
|
|
|
40
40
|
msgid ""
|
|
41
41
|
"Using “%(name)s” to authenticate is deprecated and will be removed soon. "
|
|
42
42
|
"Please configure another provider below before losing access to your account"
|
|
43
|
-
" and maps."
|
|
44
|
-
msgstr ""
|
|
43
|
+
" and maps. Then, please logout and login again with the new provider."
|
|
44
|
+
msgstr "Η χρήση του «%(name)s» για τον έλεγχο ταυτότητας έχει ξεπεραστεί και θα καταργηθεί σύντομα. Παρακαλούμε ρυθμίστε έναν άλλο πάροχο παρακάτω πριν χάσετε την πρόσβαση στο λογαριασμό και τους χάρτες σας. Στη συνέχεια, παρακαλούμε αποσυνδεθείτε και συνδεθείτε ξανά με τον νέο πάροχο."
|
|
45
45
|
|
|
46
|
-
#: models.py:
|
|
46
|
+
#: models.py:61 models.py:80
|
|
47
47
|
msgid "name"
|
|
48
48
|
msgstr "όνομα"
|
|
49
49
|
|
|
50
|
-
#: models.py:
|
|
50
|
+
#: models.py:63 models.py:493
|
|
51
51
|
msgid "description"
|
|
52
52
|
msgstr "περιγραφή"
|
|
53
53
|
|
|
54
|
-
#: models.py:
|
|
54
|
+
#: models.py:111
|
|
55
55
|
msgid "details"
|
|
56
56
|
msgstr "λεπτομέρειες"
|
|
57
57
|
|
|
58
|
-
#: models.py:
|
|
58
|
+
#: models.py:112
|
|
59
59
|
msgid "Link to a page where the licence is detailed."
|
|
60
60
|
msgstr "Σύνδεσμος σελίδας αναλυτικής Άδειας Χρήσης."
|
|
61
61
|
|
|
62
|
-
#: models.py:
|
|
62
|
+
#: models.py:122
|
|
63
63
|
msgid "URL template using OSM tile format"
|
|
64
64
|
msgstr "Πρότυπο URL που χρησιμοποιεί μορφοποίηση πλακιδίων OSM"
|
|
65
65
|
|
|
66
|
-
#: models.py:
|
|
66
|
+
#: models.py:128
|
|
67
67
|
msgid "Order of the tilelayers in the edit box"
|
|
68
68
|
msgstr "Σειρά των υπόβαθρων στο πλαίσιο επεξεργασίας"
|
|
69
69
|
|
|
70
|
-
#: models.py:
|
|
70
|
+
#: models.py:176 models.py:487
|
|
71
71
|
msgid "Only editable with secret edit link"
|
|
72
72
|
msgstr "Επεξεργάσιμο μόνο με μυστικό σύνδεσμο"
|
|
73
73
|
|
|
74
|
-
#: models.py:
|
|
74
|
+
#: models.py:177 models.py:488
|
|
75
75
|
msgid "Everyone can edit"
|
|
76
76
|
msgstr "Όλοι μπορούν να επεξεργαστούν"
|
|
77
77
|
|
|
78
|
-
#: models.py:
|
|
78
|
+
#: models.py:180 models.py:481
|
|
79
79
|
msgid "Everyone"
|
|
80
80
|
msgstr "Οποιοσδήποτε"
|
|
81
81
|
|
|
82
|
-
#: models.py:
|
|
82
|
+
#: models.py:181 models.py:190 models.py:482
|
|
83
83
|
msgid "Editors and team only"
|
|
84
84
|
msgstr "Μόνο συντάκτες και ομάδα"
|
|
85
85
|
|
|
86
|
-
#: models.py:
|
|
86
|
+
#: models.py:182 models.py:483
|
|
87
87
|
msgid "Owner only"
|
|
88
88
|
msgstr "Μόνο ο κάτοχος"
|
|
89
89
|
|
|
90
|
-
#: models.py:
|
|
90
|
+
#: models.py:185
|
|
91
91
|
msgid "Draft (private)"
|
|
92
92
|
msgstr "Πρόχειρο (ιδιωτικό)"
|
|
93
93
|
|
|
94
|
-
#: models.py:
|
|
94
|
+
#: models.py:186
|
|
95
95
|
msgid "Everyone (public)"
|
|
96
96
|
msgstr "Όλοι (δημόσιος)"
|
|
97
97
|
|
|
98
|
-
#: models.py:
|
|
98
|
+
#: models.py:189
|
|
99
99
|
msgid "Anyone with link"
|
|
100
100
|
msgstr "Οποιοδήποτε με τον σύνδεσμο"
|
|
101
101
|
|
|
102
|
-
#: models.py:
|
|
102
|
+
#: models.py:191
|
|
103
103
|
msgid "Blocked"
|
|
104
104
|
msgstr "Αποκλεισμένος"
|
|
105
105
|
|
|
106
|
-
#: models.py:
|
|
106
|
+
#: models.py:192 models.py:477
|
|
107
107
|
msgid "Deleted"
|
|
108
108
|
msgstr "Διαγράφηκε"
|
|
109
109
|
|
|
110
|
-
#: models.py:
|
|
110
|
+
#: models.py:195
|
|
111
111
|
msgid "center"
|
|
112
112
|
msgstr "κέντρο"
|
|
113
113
|
|
|
114
|
-
#: models.py:
|
|
114
|
+
#: models.py:196
|
|
115
115
|
msgid "zoom"
|
|
116
116
|
msgstr "εστίαση"
|
|
117
117
|
|
|
118
|
-
#: models.py:
|
|
118
|
+
#: models.py:198
|
|
119
119
|
msgid "locate"
|
|
120
120
|
msgstr "εντοπισμός θέσης"
|
|
121
121
|
|
|
122
|
-
#: models.py:
|
|
122
|
+
#: models.py:198
|
|
123
123
|
msgid "Locate user on load?"
|
|
124
124
|
msgstr "Εντοπισμός θέσης χρήστη κατά την φόρτωση;"
|
|
125
125
|
|
|
126
|
-
#: models.py:
|
|
126
|
+
#: models.py:202
|
|
127
127
|
msgid "Choose the map licence."
|
|
128
128
|
msgstr "Επιλογή άδειας χρήσης του χάρτη."
|
|
129
129
|
|
|
130
|
-
#: models.py:
|
|
130
|
+
#: models.py:203
|
|
131
131
|
msgid "licence"
|
|
132
132
|
msgstr "άδεια"
|
|
133
133
|
|
|
134
|
-
#: models.py:
|
|
134
|
+
#: models.py:214
|
|
135
135
|
msgid "owner"
|
|
136
136
|
msgstr "ιδιοκτήτης"
|
|
137
137
|
|
|
138
|
-
#: models.py:
|
|
138
|
+
#: models.py:218
|
|
139
139
|
msgid "editors"
|
|
140
140
|
msgstr "συντάκτες"
|
|
141
141
|
|
|
142
|
-
#: models.py:
|
|
142
|
+
#: models.py:224
|
|
143
143
|
msgid "team"
|
|
144
144
|
msgstr "ομάδα"
|
|
145
145
|
|
|
146
|
-
#: models.py:
|
|
146
|
+
#: models.py:230 models.py:509
|
|
147
147
|
msgid "edit status"
|
|
148
148
|
msgstr "κατάσταση επεξεργασίας"
|
|
149
149
|
|
|
150
|
-
#: models.py:
|
|
150
|
+
#: models.py:235 models.py:514
|
|
151
151
|
msgid "share status"
|
|
152
152
|
msgstr "κατάσταση διαμοιρασμού"
|
|
153
153
|
|
|
154
|
-
#: models.py:
|
|
154
|
+
#: models.py:238 models.py:504
|
|
155
155
|
msgid "settings"
|
|
156
156
|
msgstr "ρυθμίσεις"
|
|
157
157
|
|
|
158
|
-
#: models.py:
|
|
158
|
+
#: models.py:410
|
|
159
159
|
msgid "Clone of"
|
|
160
160
|
msgstr "Κλώνος του"
|
|
161
161
|
|
|
162
|
-
#: models.py:
|
|
162
|
+
#: models.py:476 models.py:480 models.py:486
|
|
163
163
|
msgid "Inherit"
|
|
164
164
|
msgstr "Κληρονόμοι"
|
|
165
165
|
|
|
166
|
-
#: models.py:
|
|
166
|
+
#: models.py:499
|
|
167
167
|
msgid "display on load"
|
|
168
168
|
msgstr "εμφάνιση κατά τη φόρτωση"
|
|
169
169
|
|
|
170
|
-
#: models.py:
|
|
170
|
+
#: models.py:500
|
|
171
171
|
msgid "Display this layer on load."
|
|
172
172
|
msgstr "Εμφάνιση αυτού του επιπέδου κατά την φόρτωση."
|
|
173
173
|
|
|
174
|
+
#: settings/base.py:295
|
|
175
|
+
msgid "Art and Culture"
|
|
176
|
+
msgstr "Τέχνες και Πολιτισμός"
|
|
177
|
+
|
|
178
|
+
#: settings/base.py:296
|
|
179
|
+
msgid "Cycling"
|
|
180
|
+
msgstr "Ποδηλασία"
|
|
181
|
+
|
|
182
|
+
#: settings/base.py:297
|
|
183
|
+
msgid "Business"
|
|
184
|
+
msgstr "Επιχειρήσεις"
|
|
185
|
+
|
|
186
|
+
#: settings/base.py:298
|
|
187
|
+
msgid "Environment"
|
|
188
|
+
msgstr "Περιβάλλον"
|
|
189
|
+
|
|
190
|
+
#: settings/base.py:299
|
|
191
|
+
msgid "Education"
|
|
192
|
+
msgstr "Εκπαίδευση"
|
|
193
|
+
|
|
194
|
+
#: settings/base.py:300
|
|
195
|
+
msgid "Food and Agriculture"
|
|
196
|
+
msgstr "Διατροφή και Γεωργία"
|
|
197
|
+
|
|
198
|
+
#: settings/base.py:301
|
|
199
|
+
msgid "Geopolitics"
|
|
200
|
+
msgstr "Γεωπολιτική"
|
|
201
|
+
|
|
202
|
+
#: settings/base.py:302
|
|
203
|
+
msgid "Health"
|
|
204
|
+
msgstr "Υγεία"
|
|
205
|
+
|
|
206
|
+
#: settings/base.py:303
|
|
207
|
+
msgid "Hiking"
|
|
208
|
+
msgstr "Πεζοπορία-Ορειβασία"
|
|
209
|
+
|
|
210
|
+
#: settings/base.py:304
|
|
211
|
+
msgid "History"
|
|
212
|
+
msgstr "Ιστορία"
|
|
213
|
+
|
|
214
|
+
#: settings/base.py:305
|
|
215
|
+
msgid "Public sector"
|
|
216
|
+
msgstr "Δημόσιος τομέας"
|
|
217
|
+
|
|
218
|
+
#: settings/base.py:306
|
|
219
|
+
msgid "Science"
|
|
220
|
+
msgstr "Επιστήμες"
|
|
221
|
+
|
|
222
|
+
#: settings/base.py:307
|
|
223
|
+
msgid "Shopping"
|
|
224
|
+
msgstr "Ψώνια"
|
|
225
|
+
|
|
226
|
+
#: settings/base.py:308
|
|
227
|
+
msgid "Sport and Leisure"
|
|
228
|
+
msgstr "Αθλητισμός και ελεύθερος χρόνος"
|
|
229
|
+
|
|
230
|
+
#: settings/base.py:309
|
|
231
|
+
msgid "Travel"
|
|
232
|
+
msgstr "Ταξίδια"
|
|
233
|
+
|
|
234
|
+
#: settings/base.py:310
|
|
235
|
+
msgid "Transports"
|
|
236
|
+
msgstr "Μεταφορές"
|
|
237
|
+
|
|
238
|
+
#: settings/base.py:311
|
|
239
|
+
msgid "Tourism"
|
|
240
|
+
msgstr "Τουρισμός"
|
|
241
|
+
|
|
174
242
|
#: templates/403.html:8
|
|
175
243
|
msgid ""
|
|
176
244
|
"<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
|
|
@@ -423,7 +491,7 @@ msgstr "Οι ομάδες μου"
|
|
|
423
491
|
msgid "Map of the uMaps"
|
|
424
492
|
msgstr "Χάρτης των uMaps"
|
|
425
493
|
|
|
426
|
-
#: templates/umap/home.html:
|
|
494
|
+
#: templates/umap/home.html:25
|
|
427
495
|
msgid "Get inspired, browse maps"
|
|
428
496
|
msgstr "Περιηγήσου και αναζήτησε την έμπνευση στους χάρτες!"
|
|
429
497
|
|
|
@@ -431,11 +499,15 @@ msgstr "Περιηγήσου και αναζήτησε την έμπνευση
|
|
|
431
499
|
msgid "You are logged in. Continuing..."
|
|
432
500
|
msgstr "Είστε συνδεδεμένοι. Συνέχεια..."
|
|
433
501
|
|
|
434
|
-
#: templates/umap/map_list.html:
|
|
502
|
+
#: templates/umap/map_list.html:18 views.py:444
|
|
435
503
|
msgid "by"
|
|
436
504
|
msgstr "από"
|
|
437
505
|
|
|
438
|
-
#: templates/umap/map_list.html:
|
|
506
|
+
#: templates/umap/map_list.html:22
|
|
507
|
+
msgid "See the map"
|
|
508
|
+
msgstr "Δες τον χάρτη"
|
|
509
|
+
|
|
510
|
+
#: templates/umap/map_list.html:28
|
|
439
511
|
msgid "More"
|
|
440
512
|
msgstr "Περισσότερα"
|
|
441
513
|
|
|
@@ -594,11 +666,15 @@ msgid_plural "%(count)s maps found:"
|
|
|
594
666
|
msgstr[0] "%(count)s χάρτης βρέθηκε:"
|
|
595
667
|
msgstr[1] "%(count)s χάρτες βρέθηκαν:"
|
|
596
668
|
|
|
597
|
-
#: templates/umap/search.html:
|
|
669
|
+
#: templates/umap/search.html:30
|
|
598
670
|
msgid "No map found."
|
|
599
671
|
msgstr "Δεν βρέθηκε κανένας χάρτης."
|
|
600
672
|
|
|
601
|
-
#: templates/umap/search.html:
|
|
673
|
+
#: templates/umap/search.html:36
|
|
674
|
+
msgid "Latest created maps in category"
|
|
675
|
+
msgstr "Τελευταία δημιουργημένοι χάρτες στην κατηγορία"
|
|
676
|
+
|
|
677
|
+
#: templates/umap/search.html:43
|
|
602
678
|
msgid "Latest created maps"
|
|
603
679
|
msgstr "Χάρτες που δημιουργήθηκαν τελευταίοι"
|
|
604
680
|
|
|
@@ -606,7 +682,11 @@ msgstr "Χάρτες που δημιουργήθηκαν τελευταίοι"
|
|
|
606
682
|
msgid "Search maps"
|
|
607
683
|
msgstr "Αναζήτηση χαρτών"
|
|
608
684
|
|
|
609
|
-
#: templates/umap/search_bar.html:
|
|
685
|
+
#: templates/umap/search_bar.html:14
|
|
686
|
+
msgid "Any category"
|
|
687
|
+
msgstr "Οποιαδήποτε κατηγορία"
|
|
688
|
+
|
|
689
|
+
#: templates/umap/search_bar.html:19
|
|
610
690
|
msgid "Search"
|
|
611
691
|
msgstr "Αναζήτηση"
|
|
612
692
|
|
|
@@ -670,70 +750,70 @@ msgstr "Χρήστες"
|
|
|
670
750
|
msgid "New team"
|
|
671
751
|
msgstr "Νέα ομάδα"
|
|
672
752
|
|
|
673
|
-
#: views.py:
|
|
753
|
+
#: views.py:235
|
|
674
754
|
msgid "Cannot delete a team with more than one member"
|
|
675
755
|
msgstr "Δεν είναι δυνατή η διαγραφή μιας ομάδας που έχει περισσότερα από ένα μέλη"
|
|
676
756
|
|
|
677
|
-
#: views.py:
|
|
757
|
+
#: views.py:239
|
|
678
758
|
#, python-format
|
|
679
759
|
msgid "Team “%(name)s” has been deleted"
|
|
680
760
|
msgstr "Η ομάδα «%(name)s» έχει διαγραφεί."
|
|
681
761
|
|
|
682
|
-
#: views.py:
|
|
762
|
+
#: views.py:449
|
|
683
763
|
msgid "View the map"
|
|
684
764
|
msgstr "Προβολή του χάρτη"
|
|
685
765
|
|
|
686
|
-
#: views.py:
|
|
766
|
+
#: views.py:845
|
|
687
767
|
msgid "See full screen"
|
|
688
768
|
msgstr "Προβολή πλήρους οθόνης"
|
|
689
769
|
|
|
690
|
-
#: views.py:
|
|
770
|
+
#: views.py:988
|
|
691
771
|
msgid "Map editors updated with success!"
|
|
692
772
|
msgstr "Η ενημέρωση των συντακτών χάρτη ήταν επιτυχής!"
|
|
693
773
|
|
|
694
|
-
#: views.py:
|
|
774
|
+
#: views.py:1024
|
|
695
775
|
#, python-format
|
|
696
776
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
697
777
|
msgstr "Ο uMap σύνδεσμος επεξεργασίας του χάρτη σας: %(map_name)s"
|
|
698
778
|
|
|
699
|
-
#: views.py:
|
|
779
|
+
#: views.py:1027
|
|
700
780
|
#, python-format
|
|
701
781
|
msgid "Here is your secret edit link: %(link)s"
|
|
702
782
|
msgstr "Εδώ είναι ο μυστικός σύνδεσμος επεξεργασίας: %(link)s"
|
|
703
783
|
|
|
704
|
-
#: views.py:
|
|
784
|
+
#: views.py:1034
|
|
705
785
|
#, python-format
|
|
706
786
|
msgid "Can't send email to %(email)s"
|
|
707
787
|
msgstr "Αδυναμία αποστολής email στο %(email)s"
|
|
708
788
|
|
|
709
|
-
#: views.py:
|
|
789
|
+
#: views.py:1037
|
|
710
790
|
#, python-format
|
|
711
791
|
msgid "Email sent to %(email)s"
|
|
712
792
|
msgstr "Μήνυμα email στάλθηκε στο %(email)s"
|
|
713
793
|
|
|
714
|
-
#: views.py:
|
|
794
|
+
#: views.py:1048
|
|
715
795
|
msgid "Only its owner can delete the map."
|
|
716
796
|
msgstr "Μονό ο ιδιοκτήτης μπορεί να διαγράψει αυτό τον χάρτη."
|
|
717
797
|
|
|
718
|
-
#: views.py:
|
|
798
|
+
#: views.py:1054
|
|
719
799
|
msgid "Map successfully deleted."
|
|
720
800
|
msgstr "Ο χάρτης διαγράφηκε με επιτυχία."
|
|
721
801
|
|
|
722
|
-
#: views.py:
|
|
802
|
+
#: views.py:1080
|
|
723
803
|
#, python-format
|
|
724
804
|
msgid ""
|
|
725
805
|
"Your map has been cloned! If you want to edit this map from another "
|
|
726
806
|
"computer, please use this link: %(anonymous_url)s"
|
|
727
807
|
msgstr "Ο χάρτης κλωνοποιήθηκε! Αν θέλετε να τον επεξεργαστείτε από κάποιον άλλο υπολογιστή, παρακαλώ χρησιμοποιήστε αυτόν τον σύνδεσμο: %(anonymous_url)s"
|
|
728
808
|
|
|
729
|
-
#: views.py:
|
|
809
|
+
#: views.py:1085
|
|
730
810
|
msgid "Congratulations, your map has been cloned!"
|
|
731
811
|
msgstr "Συγχαρητήρια ο χάρτης σας κλωνοποιήθηκε!"
|
|
732
812
|
|
|
733
|
-
#: views.py:
|
|
813
|
+
#: views.py:1339
|
|
734
814
|
msgid "Layer successfully deleted."
|
|
735
815
|
msgstr "Το επίπεδο διαγράφηκε με επιτυχία."
|
|
736
816
|
|
|
737
|
-
#: views.py:
|
|
817
|
+
#: views.py:1361
|
|
738
818
|
msgid "Permissions updated with success!"
|
|
739
819
|
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-04-
|
|
11
|
+
"POT-Creation-Date: 2025-04-25 15:38+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"
|
|
@@ -165,71 +165,71 @@ msgstr ""
|
|
|
165
165
|
msgid "Display this layer on load."
|
|
166
166
|
msgstr ""
|
|
167
167
|
|
|
168
|
-
#: settings/base.py:
|
|
168
|
+
#: settings/base.py:296
|
|
169
169
|
msgid "Art and Culture"
|
|
170
170
|
msgstr ""
|
|
171
171
|
|
|
172
|
-
#: settings/base.py:
|
|
172
|
+
#: settings/base.py:297
|
|
173
173
|
msgid "Cycling"
|
|
174
174
|
msgstr ""
|
|
175
175
|
|
|
176
|
-
#: settings/base.py:
|
|
176
|
+
#: settings/base.py:298
|
|
177
177
|
msgid "Business"
|
|
178
178
|
msgstr ""
|
|
179
179
|
|
|
180
|
-
#: settings/base.py:
|
|
180
|
+
#: settings/base.py:299
|
|
181
181
|
msgid "Environment"
|
|
182
182
|
msgstr ""
|
|
183
183
|
|
|
184
|
-
#: settings/base.py:
|
|
184
|
+
#: settings/base.py:300
|
|
185
185
|
msgid "Education"
|
|
186
186
|
msgstr ""
|
|
187
187
|
|
|
188
|
-
#: settings/base.py:
|
|
188
|
+
#: settings/base.py:301
|
|
189
189
|
msgid "Food and Agriculture"
|
|
190
190
|
msgstr ""
|
|
191
191
|
|
|
192
|
-
#: settings/base.py:
|
|
192
|
+
#: settings/base.py:302
|
|
193
193
|
msgid "Geopolitics"
|
|
194
194
|
msgstr ""
|
|
195
195
|
|
|
196
|
-
#: settings/base.py:
|
|
196
|
+
#: settings/base.py:303
|
|
197
197
|
msgid "Health"
|
|
198
198
|
msgstr ""
|
|
199
199
|
|
|
200
|
-
#: settings/base.py:
|
|
200
|
+
#: settings/base.py:304
|
|
201
201
|
msgid "Hiking"
|
|
202
202
|
msgstr ""
|
|
203
203
|
|
|
204
|
-
#: settings/base.py:
|
|
204
|
+
#: settings/base.py:305
|
|
205
205
|
msgid "History"
|
|
206
206
|
msgstr ""
|
|
207
207
|
|
|
208
|
-
#: settings/base.py:
|
|
208
|
+
#: settings/base.py:306
|
|
209
209
|
msgid "Public sector"
|
|
210
210
|
msgstr ""
|
|
211
211
|
|
|
212
|
-
#: settings/base.py:
|
|
212
|
+
#: settings/base.py:307
|
|
213
213
|
msgid "Science"
|
|
214
214
|
msgstr ""
|
|
215
215
|
|
|
216
|
-
#: settings/base.py:
|
|
216
|
+
#: settings/base.py:308
|
|
217
217
|
msgid "Shopping"
|
|
218
218
|
msgstr ""
|
|
219
219
|
|
|
220
|
-
#: settings/base.py:
|
|
220
|
+
#: settings/base.py:309
|
|
221
221
|
msgid "Sport and Leisure"
|
|
222
222
|
msgstr ""
|
|
223
223
|
|
|
224
|
-
#: settings/base.py:
|
|
224
|
+
#: settings/base.py:310
|
|
225
225
|
msgid "Travel"
|
|
226
226
|
msgstr ""
|
|
227
227
|
|
|
228
|
-
#: settings/base.py:
|
|
228
|
+
#: settings/base.py:311
|
|
229
229
|
msgid "Transports"
|
|
230
230
|
msgstr ""
|
|
231
231
|
|
|
232
|
-
#: settings/base.py:
|
|
232
|
+
#: settings/base.py:312
|
|
233
233
|
msgid "Tourism"
|
|
234
234
|
msgstr ""
|
|
235
235
|
|
|
Binary file
|