umap-project 1.14.0a5__py3-none-any.whl → 2.0.0a1__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/decorators.py +0 -14
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +137 -85
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +136 -84
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +136 -84
- umap/locale/en/LC_MESSAGES/django.po +128 -88
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +136 -84
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +131 -91
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +137 -85
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +136 -84
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +136 -84
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +136 -84
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +135 -83
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +143 -91
- umap/models.py +23 -1
- umap/settings/__init__.py +1 -4
- umap/settings/base.py +1 -0
- umap/static/umap/base.css +5 -0
- umap/static/umap/content.css +185 -13
- umap/static/umap/favicons/icon.svg +2 -2
- umap/static/umap/img/edit.svg +3 -3
- umap/static/umap/img/icon-delete.svg +4 -0
- umap/static/umap/img/icon-download.svg +13 -0
- umap/static/umap/img/icon-duplicate.svg +5 -0
- umap/static/umap/img/icon-edit.svg +12 -0
- umap/static/umap/img/icon-share.svg +11 -0
- umap/static/umap/img/icon-view.svg +12 -0
- umap/static/umap/img/logo.svg +2 -2
- umap/static/umap/img/logo_small.svg +2 -2
- umap/static/umap/img/marker.svg +4 -0
- umap/static/umap/img/opensource.svg +2 -2
- umap/static/umap/img/osm.svg +2 -2
- umap/static/umap/js/components/fragment.js +1 -1
- umap/static/umap/js/modules/browser.js +159 -0
- umap/static/umap/js/modules/global.js +3 -1
- umap/static/umap/js/modules/request.js +155 -0
- umap/static/umap/js/umap.autocomplete.js +28 -38
- umap/static/umap/js/umap.controls.js +73 -58
- umap/static/umap/js/umap.core.js +4 -9
- umap/static/umap/js/umap.datalayer.permissions.js +13 -12
- umap/static/umap/js/umap.features.js +51 -49
- umap/static/umap/js/umap.forms.js +19 -19
- umap/static/umap/js/umap.icon.js +17 -17
- umap/static/umap/js/umap.importer.js +2 -1
- umap/static/umap/js/umap.js +242 -291
- umap/static/umap/js/umap.layer.js +173 -141
- umap/static/umap/js/umap.permissions.js +24 -25
- umap/static/umap/js/umap.popup.js +14 -14
- umap/static/umap/js/umap.share.js +4 -4
- umap/static/umap/js/umap.slideshow.js +4 -4
- umap/static/umap/js/umap.tableeditor.js +2 -2
- umap/static/umap/js/umap.ui.js +1 -1
- umap/static/umap/locale/am_ET.js +1 -11
- umap/static/umap/locale/am_ET.json +1 -11
- umap/static/umap/locale/ar.js +1 -11
- umap/static/umap/locale/ar.json +1 -11
- umap/static/umap/locale/ast.js +1 -11
- umap/static/umap/locale/ast.json +1 -11
- umap/static/umap/locale/bg.js +1 -11
- umap/static/umap/locale/bg.json +1 -11
- umap/static/umap/locale/br.js +1 -11
- umap/static/umap/locale/br.json +1 -11
- umap/static/umap/locale/ca.js +1 -11
- umap/static/umap/locale/ca.json +1 -11
- umap/static/umap/locale/cs_CZ.js +1 -11
- umap/static/umap/locale/cs_CZ.json +1 -11
- umap/static/umap/locale/da.js +1 -11
- umap/static/umap/locale/da.json +1 -11
- umap/static/umap/locale/de.js +1 -11
- umap/static/umap/locale/de.json +1 -11
- umap/static/umap/locale/el.js +1 -11
- umap/static/umap/locale/el.json +1 -11
- umap/static/umap/locale/en.js +1 -11
- umap/static/umap/locale/en.json +1 -11
- umap/static/umap/locale/en_US.json +1 -11
- umap/static/umap/locale/es.js +1 -11
- umap/static/umap/locale/es.json +1 -11
- umap/static/umap/locale/et.js +1 -11
- umap/static/umap/locale/et.json +1 -11
- umap/static/umap/locale/fa_IR.js +6 -16
- umap/static/umap/locale/fa_IR.json +6 -16
- umap/static/umap/locale/fi.js +1 -11
- umap/static/umap/locale/fi.json +1 -11
- umap/static/umap/locale/fr.js +1 -11
- umap/static/umap/locale/fr.json +1 -11
- umap/static/umap/locale/gl.js +1 -11
- umap/static/umap/locale/gl.json +1 -11
- umap/static/umap/locale/he.js +1 -11
- umap/static/umap/locale/he.json +1 -11
- umap/static/umap/locale/hr.js +1 -11
- umap/static/umap/locale/hr.json +1 -11
- umap/static/umap/locale/hu.js +1 -11
- umap/static/umap/locale/hu.json +1 -11
- umap/static/umap/locale/id.js +1 -11
- umap/static/umap/locale/id.json +1 -11
- umap/static/umap/locale/is.js +1 -11
- umap/static/umap/locale/is.json +1 -11
- umap/static/umap/locale/it.js +1 -11
- umap/static/umap/locale/it.json +1 -11
- umap/static/umap/locale/ja.js +1 -11
- umap/static/umap/locale/ja.json +1 -11
- umap/static/umap/locale/ko.js +1 -11
- umap/static/umap/locale/ko.json +1 -11
- umap/static/umap/locale/lt.js +1 -11
- umap/static/umap/locale/lt.json +1 -11
- umap/static/umap/locale/ms.js +1 -11
- umap/static/umap/locale/ms.json +1 -11
- umap/static/umap/locale/nl.js +1 -11
- umap/static/umap/locale/nl.json +1 -11
- umap/static/umap/locale/no.js +1 -11
- umap/static/umap/locale/no.json +1 -11
- umap/static/umap/locale/pl.js +1 -11
- umap/static/umap/locale/pl.json +1 -11
- umap/static/umap/locale/pl_PL.json +1 -11
- umap/static/umap/locale/pt.js +1 -11
- umap/static/umap/locale/pt.json +1 -11
- umap/static/umap/locale/pt_BR.js +1 -11
- umap/static/umap/locale/pt_BR.json +1 -11
- umap/static/umap/locale/pt_PT.js +1 -11
- umap/static/umap/locale/pt_PT.json +1 -11
- umap/static/umap/locale/ro.js +1 -11
- umap/static/umap/locale/ro.json +1 -11
- umap/static/umap/locale/ru.js +1 -11
- umap/static/umap/locale/ru.json +1 -11
- umap/static/umap/locale/sk_SK.js +1 -11
- umap/static/umap/locale/sk_SK.json +1 -11
- umap/static/umap/locale/sl.js +1 -11
- umap/static/umap/locale/sl.json +1 -11
- umap/static/umap/locale/sr.js +1 -11
- umap/static/umap/locale/sr.json +1 -11
- umap/static/umap/locale/sv.js +1 -11
- umap/static/umap/locale/sv.json +1 -11
- umap/static/umap/locale/th_TH.js +1 -11
- umap/static/umap/locale/th_TH.json +1 -11
- umap/static/umap/locale/tr.js +1 -11
- umap/static/umap/locale/tr.json +1 -11
- umap/static/umap/locale/uk_UA.js +1 -11
- umap/static/umap/locale/uk_UA.json +1 -11
- umap/static/umap/locale/vi.js +1 -11
- umap/static/umap/locale/vi.json +1 -11
- umap/static/umap/locale/vi_VN.json +1 -11
- umap/static/umap/locale/zh.js +1 -11
- umap/static/umap/locale/zh.json +1 -11
- umap/static/umap/locale/zh_CN.json +1 -11
- umap/static/umap/locale/zh_TW.Big5.json +1 -11
- umap/static/umap/locale/zh_TW.js +17 -27
- umap/static/umap/locale/zh_TW.json +17 -27
- umap/static/umap/map.css +2 -2
- umap/static/umap/nav.css +2 -1
- umap/static/umap/test/.eslintrc +0 -1
- umap/static/umap/test/Choropleth.js +29 -27
- umap/static/umap/test/DataLayer.js +207 -239
- umap/static/umap/test/Feature.js +33 -58
- umap/static/umap/test/Map.Export.js +11 -11
- umap/static/umap/test/Map.js +66 -67
- umap/static/umap/test/Marker.js +36 -32
- umap/static/umap/test/Polygon.js +95 -95
- umap/static/umap/test/Polyline.js +31 -31
- umap/static/umap/test/TableEditor.js +29 -25
- umap/static/umap/test/_pre.js +2 -7
- umap/static/umap/test/index.html +4 -4
- umap/storage.py +2 -0
- umap/templates/auth/user_form.html +3 -2
- umap/templates/base.html +1 -0
- umap/templates/registration/login.html +51 -36
- umap/templates/umap/about_summary.html +1 -1
- umap/templates/umap/branding.html +3 -0
- umap/templates/umap/content.html +15 -39
- umap/templates/umap/header.html +0 -0
- umap/templates/umap/home.html +4 -2
- umap/templates/umap/js.html +0 -2
- umap/templates/umap/map_detail.html +9 -0
- umap/templates/umap/map_init.html +1 -1
- umap/templates/umap/map_messages.html +4 -2
- umap/templates/umap/map_table.html +130 -69
- umap/templates/umap/navigation.html +2 -4
- umap/templates/umap/user_dashboard.html +29 -6
- umap/tests/base.py +1 -1
- umap/tests/integration/conftest.py +18 -0
- umap/tests/integration/test_anonymous_owned_map.py +6 -3
- umap/tests/integration/test_browser.py +166 -6
- umap/tests/integration/test_collaborative_editing.py +23 -5
- umap/tests/integration/test_dashboard.py +17 -0
- umap/tests/integration/test_edit_datalayer.py +4 -3
- umap/tests/integration/test_export_map.py +1 -1
- umap/tests/integration/test_import.py +9 -4
- umap/tests/integration/test_map.py +64 -0
- umap/tests/integration/test_map_preview.py +75 -0
- umap/tests/integration/test_owned_map.py +11 -25
- umap/tests/integration/test_picto.py +3 -3
- umap/tests/integration/test_querystring.py +52 -0
- umap/tests/integration/test_share.py +22 -0
- umap/tests/test_map_views.py +157 -14
- umap/tests/test_views.py +50 -11
- umap/urls.py +6 -12
- umap/views.py +170 -47
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a1.dist-info}/METADATA +13 -15
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a1.dist-info}/RECORD +212 -200
- umap/static/umap/js/umap.browser.js +0 -148
- umap/static/umap/js/umap.xhr.js +0 -304
- umap/static/umap/test/Controls.js +0 -100
- umap/static/umap/test/Map.Init.js +0 -46
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a1.dist-info}/WHEEL +0 -0
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a1.dist-info}/entry_points.txt +0 -0
- {umap_project-1.14.0a5.dist-info → umap_project-2.0.0a1.dist-info}/licenses/LICENSE +0 -0
|
@@ -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: 2024-
|
|
16
|
+
"POT-Creation-Date: 2024-02-09 10:52+0000\n"
|
|
17
17
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
18
18
|
"Last-Translator: Yannis Kaskamanidis <kiolalis@gmail.com>, 2021,2023\n"
|
|
19
19
|
"Language-Team: Greek (http://app.transifex.com/openstreetmap/umap/language/el/)\n"
|
|
@@ -31,7 +31,7 @@ msgstr "Επεξεργάσιμο μόνο με μυστικό σύνδεσμο"
|
|
|
31
31
|
msgid "Everyone can edit"
|
|
32
32
|
msgstr "Όλοι"
|
|
33
33
|
|
|
34
|
-
#: forms.py:69 models.py:
|
|
34
|
+
#: forms.py:69 models.py:371
|
|
35
35
|
msgid "Inherit"
|
|
36
36
|
msgstr "Κληρονομώ"
|
|
37
37
|
|
|
@@ -39,107 +39,107 @@ msgstr "Κληρονομώ"
|
|
|
39
39
|
msgid "Site is readonly for maintenance"
|
|
40
40
|
msgstr "Λόγω συντήρησης, ο ιστότοπος είναι μόνο για ανάγνωση"
|
|
41
41
|
|
|
42
|
-
#: models.py:
|
|
42
|
+
#: models.py:50
|
|
43
43
|
msgid "name"
|
|
44
44
|
msgstr "όνομα"
|
|
45
45
|
|
|
46
|
-
#: models.py:
|
|
46
|
+
#: models.py:81
|
|
47
47
|
msgid "details"
|
|
48
48
|
msgstr "λεπτομέρειες"
|
|
49
49
|
|
|
50
|
-
#: models.py:
|
|
50
|
+
#: models.py:82
|
|
51
51
|
msgid "Link to a page where the licence is detailed."
|
|
52
52
|
msgstr "Σύνδεσμος σελίδας Αναλυτικής Άδειας Χρήσης."
|
|
53
53
|
|
|
54
|
-
#: models.py:
|
|
54
|
+
#: models.py:92
|
|
55
55
|
msgid "URL template using OSM tile format"
|
|
56
56
|
msgstr "Πρότυπο URL που χρησιμοποιεί μορφοποίηση πλακιδίων OSM"
|
|
57
57
|
|
|
58
|
-
#: models.py:
|
|
58
|
+
#: models.py:98
|
|
59
59
|
msgid "Order of the tilelayers in the edit box"
|
|
60
60
|
msgstr "Σειρά των υπόβαθρων στο πλαίσιο επεξεργασίας"
|
|
61
61
|
|
|
62
|
-
#: models.py:
|
|
62
|
+
#: models.py:144 models.py:372
|
|
63
63
|
msgid "Everyone"
|
|
64
64
|
msgstr "Οποιοσδήποτε"
|
|
65
65
|
|
|
66
|
-
#: models.py:
|
|
66
|
+
#: models.py:145 models.py:151 models.py:373
|
|
67
67
|
msgid "Editors only"
|
|
68
68
|
msgstr "Μόνο οι συντάκτες"
|
|
69
69
|
|
|
70
|
-
#: models.py:
|
|
70
|
+
#: models.py:146 models.py:374
|
|
71
71
|
msgid "Owner only"
|
|
72
72
|
msgstr "Μόνο ο κάτοχος"
|
|
73
73
|
|
|
74
|
-
#: models.py:
|
|
74
|
+
#: models.py:149
|
|
75
75
|
msgid "Everyone (public)"
|
|
76
76
|
msgstr "Όλοι (δημόσιος)"
|
|
77
77
|
|
|
78
|
-
#: models.py:
|
|
78
|
+
#: models.py:150
|
|
79
79
|
msgid "Anyone with link"
|
|
80
80
|
msgstr "Οποιοδήποτε με τον σύνδεσμο"
|
|
81
81
|
|
|
82
|
-
#: models.py:
|
|
82
|
+
#: models.py:152
|
|
83
83
|
msgid "Blocked"
|
|
84
84
|
msgstr "Αποκλεισμένος"
|
|
85
85
|
|
|
86
|
-
#: models.py:
|
|
86
|
+
#: models.py:155 models.py:378
|
|
87
87
|
msgid "description"
|
|
88
88
|
msgstr "περιγραφή"
|
|
89
89
|
|
|
90
|
-
#: models.py:
|
|
90
|
+
#: models.py:156
|
|
91
91
|
msgid "center"
|
|
92
92
|
msgstr "κέντρο"
|
|
93
93
|
|
|
94
|
-
#: models.py:
|
|
94
|
+
#: models.py:157
|
|
95
95
|
msgid "zoom"
|
|
96
96
|
msgstr "εστίαση"
|
|
97
97
|
|
|
98
|
-
#: models.py:
|
|
98
|
+
#: models.py:159
|
|
99
99
|
msgid "locate"
|
|
100
100
|
msgstr "εντοπισμός θέσης"
|
|
101
101
|
|
|
102
|
-
#: models.py:
|
|
102
|
+
#: models.py:159
|
|
103
103
|
msgid "Locate user on load?"
|
|
104
104
|
msgstr "Εντοπισμός θέσης χρήστη κατά την φόρτωση;"
|
|
105
105
|
|
|
106
|
-
#: models.py:
|
|
106
|
+
#: models.py:163
|
|
107
107
|
msgid "Choose the map licence."
|
|
108
108
|
msgstr "Επιλογή άδειας χρήσης του χάρτη."
|
|
109
109
|
|
|
110
|
-
#: models.py:
|
|
110
|
+
#: models.py:164
|
|
111
111
|
msgid "licence"
|
|
112
112
|
msgstr "άδεια"
|
|
113
113
|
|
|
114
|
-
#: models.py:
|
|
114
|
+
#: models.py:175
|
|
115
115
|
msgid "owner"
|
|
116
116
|
msgstr "ιδιοκτήτης"
|
|
117
117
|
|
|
118
|
-
#: models.py:
|
|
118
|
+
#: models.py:179
|
|
119
119
|
msgid "editors"
|
|
120
120
|
msgstr "συντάκτες"
|
|
121
121
|
|
|
122
|
-
#: models.py:
|
|
122
|
+
#: models.py:184 models.py:392
|
|
123
123
|
msgid "edit status"
|
|
124
124
|
msgstr "κατάσταση επεξεργασίας"
|
|
125
125
|
|
|
126
|
-
#: models.py:
|
|
126
|
+
#: models.py:189
|
|
127
127
|
msgid "share status"
|
|
128
128
|
msgstr "κατάσταση διαμοιρασμού"
|
|
129
129
|
|
|
130
|
-
#: models.py:
|
|
130
|
+
#: models.py:192 models.py:387
|
|
131
131
|
msgid "settings"
|
|
132
132
|
msgstr "ρυθμίσεις"
|
|
133
133
|
|
|
134
|
-
#: models.py:
|
|
134
|
+
#: models.py:320
|
|
135
135
|
msgid "Clone of"
|
|
136
136
|
msgstr "Κλώνος του"
|
|
137
137
|
|
|
138
|
-
#: models.py:
|
|
138
|
+
#: models.py:382
|
|
139
139
|
msgid "display on load"
|
|
140
140
|
msgstr "εμφάνιση κατά τη φόρτωση"
|
|
141
141
|
|
|
142
|
-
#: models.py:
|
|
142
|
+
#: models.py:383
|
|
143
143
|
msgid "Display this layer on load."
|
|
144
144
|
msgstr "Εμφάνιση αυτού του επιπέδου κατά την φόρτωση."
|
|
145
145
|
|
|
@@ -157,28 +157,27 @@ msgstr "Περιήγηση στους χάρτες του χρήστη %(current
|
|
|
157
157
|
msgid "%(current_user)s has no maps."
|
|
158
158
|
msgstr "Ο %(current_user)s χρήστης δεν έχει χάρτες."
|
|
159
159
|
|
|
160
|
-
#: templates/auth/user_form.html:6 templates/umap/navigation.html:12
|
|
161
|
-
#: templates/umap/user_dashboard.html:4 templates/umap/user_dashboard.html:10
|
|
162
|
-
msgid "My Dashboard"
|
|
163
|
-
msgstr "Το ταμπλό μου"
|
|
164
|
-
|
|
165
160
|
#: templates/auth/user_form.html:6
|
|
161
|
+
msgid "My Maps"
|
|
162
|
+
msgstr ""
|
|
163
|
+
|
|
164
|
+
#: templates/auth/user_form.html:7
|
|
166
165
|
msgid "My Profile"
|
|
167
166
|
msgstr "Το προφίλ μου"
|
|
168
167
|
|
|
169
|
-
#: templates/auth/user_form.html:
|
|
168
|
+
#: templates/auth/user_form.html:20
|
|
170
169
|
msgid "Save"
|
|
171
170
|
msgstr "Αποθήκευση"
|
|
172
171
|
|
|
173
|
-
#: templates/auth/user_form.html:
|
|
172
|
+
#: templates/auth/user_form.html:25
|
|
174
173
|
msgid "Your current providers"
|
|
175
174
|
msgstr "Οι τρέχοντες πάροχοι σας"
|
|
176
175
|
|
|
177
|
-
#: templates/auth/user_form.html:
|
|
176
|
+
#: templates/auth/user_form.html:31
|
|
178
177
|
msgid "Connect to another provider"
|
|
179
178
|
msgstr "Σύνδεση σε άλλον πάροχο"
|
|
180
179
|
|
|
181
|
-
#: templates/auth/user_form.html:
|
|
180
|
+
#: templates/auth/user_form.html:33
|
|
182
181
|
msgid ""
|
|
183
182
|
"It's a good habit to connect your account to more than one provider, in case"
|
|
184
183
|
" one provider becomes unavailable, temporarily or even permanently."
|
|
@@ -200,23 +199,23 @@ msgid ""
|
|
|
200
199
|
"them in your site."
|
|
201
200
|
msgstr "Το uMap σου επιτρέπει να δημιουργήσεις στο λεπτό χάρτες με στρώσεις OpenStreetMap και να τους ενσωματώσεις στον ιστότοπό σου."
|
|
202
201
|
|
|
203
|
-
#: templates/registration/login.html:
|
|
202
|
+
#: templates/registration/login.html:16
|
|
204
203
|
msgid "Please log in with your account"
|
|
205
204
|
msgstr "Παρακαλώ συνδεθείτε με τον λογαριασμό σας"
|
|
206
205
|
|
|
207
|
-
#: templates/registration/login.html:
|
|
206
|
+
#: templates/registration/login.html:28
|
|
208
207
|
msgid "Username"
|
|
209
208
|
msgstr "Όνομα χρήστη"
|
|
210
209
|
|
|
211
|
-
#: templates/registration/login.html:
|
|
210
|
+
#: templates/registration/login.html:31
|
|
212
211
|
msgid "Password"
|
|
213
212
|
msgstr "Κωδικός πρόσβασης"
|
|
214
213
|
|
|
215
|
-
#: templates/registration/login.html:
|
|
214
|
+
#: templates/registration/login.html:32
|
|
216
215
|
msgid "Login"
|
|
217
216
|
msgstr "Σύνδεση"
|
|
218
217
|
|
|
219
|
-
#: templates/registration/login.html:
|
|
218
|
+
#: templates/registration/login.html:37
|
|
220
219
|
msgid "Please choose a provider"
|
|
221
220
|
msgstr "Παρακαλώ επιλέξτε έναν πάροχο"
|
|
222
221
|
|
|
@@ -260,8 +259,8 @@ msgstr "Ενσωματώστε και διαμοιραστείτε τον χάρ
|
|
|
260
259
|
msgid "And it's <a href=\"%(repo_url)s\">open source</a>!"
|
|
261
260
|
msgstr "Και είναι <a href=\"%(repo_url)s\">ανοικτού κώδικα</a>!"
|
|
262
261
|
|
|
263
|
-
#: templates/umap/about_summary.html:48 templates/umap/navigation.html:
|
|
264
|
-
#: templates/umap/user_dashboard.html:
|
|
262
|
+
#: templates/umap/about_summary.html:48 templates/umap/navigation.html:40
|
|
263
|
+
#: templates/umap/user_dashboard.html:41
|
|
265
264
|
msgid "Create a map"
|
|
266
265
|
msgstr "Δημιουργία χάρτη"
|
|
267
266
|
|
|
@@ -269,13 +268,13 @@ msgstr "Δημιουργία χάρτη"
|
|
|
269
268
|
msgid "Play with the demo"
|
|
270
269
|
msgstr "Δοκιμή με την έκδοση επίδειξης"
|
|
271
270
|
|
|
272
|
-
#: templates/umap/content.html:
|
|
271
|
+
#: templates/umap/content.html:22
|
|
273
272
|
msgid ""
|
|
274
273
|
"This instance of uMap is currently in read only mode, no creation/edit is "
|
|
275
274
|
"allowed."
|
|
276
275
|
msgstr "Αυτό το στιγμιότυπο του uMap βρίσκεται για την ώρα σε λειτουργία μόνο για ανάγνωση, δεν επιτρέπεται καμία δημιουργία/επεξεργασία."
|
|
277
276
|
|
|
278
|
-
#: templates/umap/content.html:
|
|
277
|
+
#: templates/umap/content.html:30
|
|
279
278
|
#, python-format
|
|
280
279
|
msgid ""
|
|
281
280
|
"This is a demo instance, used for tests and pre-rolling releases. If you "
|
|
@@ -288,7 +287,7 @@ msgstr "Αυτή είναι μια έκδοση επίδειξης, που χρ
|
|
|
288
287
|
msgid "Map of the uMaps"
|
|
289
288
|
msgstr "Χάρτης των uMaps"
|
|
290
289
|
|
|
291
|
-
#: templates/umap/home.html:
|
|
290
|
+
#: templates/umap/home.html:14
|
|
292
291
|
msgid "Get inspired, browse maps"
|
|
293
292
|
msgstr "Περιηγήσου και αναζήτησε την έμπνευση στους χάρτες!"
|
|
294
293
|
|
|
@@ -296,7 +295,7 @@ msgstr "Περιηγήσου και αναζήτησε την έμπνευση
|
|
|
296
295
|
msgid "You are logged in. Continuing..."
|
|
297
296
|
msgstr "Είστε συνδεδεμένοι. Συνέχεια..."
|
|
298
297
|
|
|
299
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
298
|
+
#: templates/umap/map_list.html:9 views.py:341
|
|
300
299
|
msgid "by"
|
|
301
300
|
msgstr "από"
|
|
302
301
|
|
|
@@ -313,86 +312,118 @@ msgid "Preview"
|
|
|
313
312
|
msgstr ""
|
|
314
313
|
|
|
315
314
|
#: templates/umap/map_table.html:7
|
|
316
|
-
msgid "Who can see
|
|
317
|
-
msgstr "
|
|
315
|
+
msgid "Who can see"
|
|
316
|
+
msgstr ""
|
|
318
317
|
|
|
319
318
|
#: templates/umap/map_table.html:8
|
|
319
|
+
msgid "Who can edit"
|
|
320
|
+
msgstr ""
|
|
321
|
+
|
|
322
|
+
#: templates/umap/map_table.html:9
|
|
320
323
|
msgid "Last save"
|
|
321
324
|
msgstr "Τελευταία αποθήκευση"
|
|
322
325
|
|
|
323
|
-
#: templates/umap/map_table.html:
|
|
326
|
+
#: templates/umap/map_table.html:10
|
|
324
327
|
msgid "Owner"
|
|
325
328
|
msgstr "Κάτοχος"
|
|
326
329
|
|
|
327
|
-
#: templates/umap/map_table.html:
|
|
330
|
+
#: templates/umap/map_table.html:11
|
|
328
331
|
msgid "Actions"
|
|
329
332
|
msgstr "Ενέργειες"
|
|
330
333
|
|
|
331
|
-
#: templates/umap/map_table.html:
|
|
334
|
+
#: templates/umap/map_table.html:24 templates/umap/map_table.html:26
|
|
332
335
|
msgid "Open preview"
|
|
333
336
|
msgstr ""
|
|
334
337
|
|
|
335
|
-
#: templates/umap/map_table.html:
|
|
338
|
+
#: templates/umap/map_table.html:45 templates/umap/map_table.html:47
|
|
336
339
|
msgid "Share"
|
|
337
340
|
msgstr "Διαμοιρασμός"
|
|
338
341
|
|
|
339
|
-
#: templates/umap/map_table.html:
|
|
342
|
+
#: templates/umap/map_table.html:50 templates/umap/map_table.html:52
|
|
340
343
|
msgid "Edit"
|
|
341
344
|
msgstr "Επεξεργασία"
|
|
342
345
|
|
|
343
|
-
#: templates/umap/map_table.html:
|
|
346
|
+
#: templates/umap/map_table.html:55 templates/umap/map_table.html:57
|
|
344
347
|
msgid "Download"
|
|
345
348
|
msgstr "Λήψη"
|
|
346
349
|
|
|
347
|
-
#: templates/umap/map_table.html:
|
|
350
|
+
#: templates/umap/map_table.html:62 templates/umap/map_table.html:64
|
|
351
|
+
msgid "Clone"
|
|
352
|
+
msgstr ""
|
|
353
|
+
|
|
354
|
+
#: templates/umap/map_table.html:72 templates/umap/map_table.html:74
|
|
355
|
+
msgid "Delete"
|
|
356
|
+
msgstr ""
|
|
357
|
+
|
|
358
|
+
#: templates/umap/map_table.html:86
|
|
348
359
|
msgid "first"
|
|
349
360
|
msgstr ""
|
|
350
361
|
|
|
351
|
-
#: templates/umap/map_table.html:
|
|
362
|
+
#: templates/umap/map_table.html:87
|
|
352
363
|
msgid "previous"
|
|
353
364
|
msgstr ""
|
|
354
365
|
|
|
355
|
-
#: templates/umap/map_table.html:
|
|
366
|
+
#: templates/umap/map_table.html:96
|
|
356
367
|
#, python-format
|
|
357
368
|
msgid ""
|
|
358
369
|
"\n"
|
|
359
|
-
"
|
|
360
|
-
"
|
|
370
|
+
" Page %(maps_number)s of %(num_pages)s\n"
|
|
371
|
+
" "
|
|
361
372
|
msgstr ""
|
|
362
373
|
|
|
363
|
-
#: templates/umap/map_table.html:
|
|
374
|
+
#: templates/umap/map_table.html:102
|
|
364
375
|
msgid "next"
|
|
365
376
|
msgstr ""
|
|
366
377
|
|
|
367
|
-
#: templates/umap/map_table.html:
|
|
378
|
+
#: templates/umap/map_table.html:103
|
|
368
379
|
msgid "last"
|
|
369
380
|
msgstr ""
|
|
370
381
|
|
|
371
|
-
#: templates/umap/
|
|
382
|
+
#: templates/umap/map_table.html:111
|
|
383
|
+
#, python-format
|
|
384
|
+
msgid ""
|
|
385
|
+
"\n"
|
|
386
|
+
" Lines per page: %(per_page)s\n"
|
|
387
|
+
" "
|
|
388
|
+
msgstr ""
|
|
389
|
+
|
|
390
|
+
#: templates/umap/map_table.html:116
|
|
391
|
+
#, python-format
|
|
392
|
+
msgid ""
|
|
393
|
+
"\n"
|
|
394
|
+
" %(count)s maps\n"
|
|
395
|
+
" "
|
|
396
|
+
msgstr ""
|
|
397
|
+
|
|
398
|
+
#: templates/umap/navigation.html:10 templates/umap/user_dashboard.html:4
|
|
399
|
+
msgid "My Dashboard"
|
|
400
|
+
msgstr "Το ταμπλό μου"
|
|
401
|
+
|
|
402
|
+
#: templates/umap/navigation.html:13
|
|
372
403
|
msgid "Starred maps"
|
|
373
404
|
msgstr "Χάρτες με αστέρι"
|
|
374
405
|
|
|
375
|
-
#: templates/umap/navigation.html:
|
|
406
|
+
#: templates/umap/navigation.html:17
|
|
376
407
|
msgid "Log in"
|
|
377
408
|
msgstr "Σύνδεση"
|
|
378
409
|
|
|
379
|
-
#: templates/umap/navigation.html:
|
|
410
|
+
#: templates/umap/navigation.html:17
|
|
380
411
|
msgid "Sign in"
|
|
381
412
|
msgstr "Εγγραφή"
|
|
382
413
|
|
|
383
|
-
#: templates/umap/navigation.html:
|
|
414
|
+
#: templates/umap/navigation.html:21
|
|
384
415
|
msgid "About"
|
|
385
416
|
msgstr "Σχετικά"
|
|
386
417
|
|
|
387
|
-
#: templates/umap/navigation.html:
|
|
418
|
+
#: templates/umap/navigation.html:24
|
|
388
419
|
msgid "Help"
|
|
389
420
|
msgstr "Βοήθεια"
|
|
390
421
|
|
|
391
|
-
#: templates/umap/navigation.html:
|
|
422
|
+
#: templates/umap/navigation.html:29
|
|
392
423
|
msgid "Change password"
|
|
393
424
|
msgstr "Αλλαγή κωδικού πρόσβασης"
|
|
394
425
|
|
|
395
|
-
#: templates/umap/navigation.html:
|
|
426
|
+
#: templates/umap/navigation.html:33
|
|
396
427
|
msgid "Log out"
|
|
397
428
|
msgstr "Αποσύνδεση"
|
|
398
429
|
|
|
@@ -449,7 +480,7 @@ msgstr "Χάρτες που δημιουργήθηκαν τελευταίοι"
|
|
|
449
480
|
msgid "Search maps"
|
|
450
481
|
msgstr "Αναζήτηση χαρτών"
|
|
451
482
|
|
|
452
|
-
#: templates/umap/search_bar.html:14
|
|
483
|
+
#: templates/umap/search_bar.html:14 templates/umap/user_dashboard.html:25
|
|
453
484
|
msgid "Search"
|
|
454
485
|
msgstr "Αναζήτηση"
|
|
455
486
|
|
|
@@ -457,60 +488,81 @@ msgstr "Αναζήτηση"
|
|
|
457
488
|
msgid "Search my maps"
|
|
458
489
|
msgstr "Αναζήτηση στους χάρτες μου"
|
|
459
490
|
|
|
460
|
-
#: templates/umap/user_dashboard.html:
|
|
491
|
+
#: templates/umap/user_dashboard.html:11
|
|
492
|
+
#, python-format
|
|
493
|
+
msgid "My Maps (%(count)s)"
|
|
494
|
+
msgstr ""
|
|
495
|
+
|
|
496
|
+
#: templates/umap/user_dashboard.html:13
|
|
461
497
|
msgid "My profile"
|
|
462
498
|
msgstr "Το προφίλ μου"
|
|
463
499
|
|
|
464
|
-
#: templates/umap/user_dashboard.html:
|
|
500
|
+
#: templates/umap/user_dashboard.html:21
|
|
501
|
+
msgid "Map’s title"
|
|
502
|
+
msgstr ""
|
|
503
|
+
|
|
504
|
+
#: templates/umap/user_dashboard.html:31
|
|
505
|
+
#, python-format
|
|
506
|
+
msgid ""
|
|
507
|
+
"\n"
|
|
508
|
+
" Download %(count)s maps\n"
|
|
509
|
+
" "
|
|
510
|
+
msgstr ""
|
|
511
|
+
|
|
512
|
+
#: templates/umap/user_dashboard.html:41
|
|
465
513
|
msgid "You have no map yet."
|
|
466
514
|
msgstr "Δεν έχετε ακόμη χάρτη."
|
|
467
515
|
|
|
468
|
-
#: views.py:
|
|
516
|
+
#: views.py:346
|
|
469
517
|
msgid "View the map"
|
|
470
518
|
msgstr "Προβολή του χάρτη"
|
|
471
519
|
|
|
472
|
-
#: views.py:
|
|
520
|
+
#: views.py:704
|
|
521
|
+
msgid "See full screen"
|
|
522
|
+
msgstr ""
|
|
523
|
+
|
|
524
|
+
#: views.py:779
|
|
473
525
|
msgid "Map has been updated!"
|
|
474
526
|
msgstr "Ο χάρτης ενημερώθηκε!"
|
|
475
527
|
|
|
476
|
-
#: views.py:
|
|
528
|
+
#: views.py:804
|
|
477
529
|
msgid "Map editors updated with success!"
|
|
478
530
|
msgstr "Η ενημέρωση των συντακτών χάρτη ήταν επιτυχής!"
|
|
479
531
|
|
|
480
|
-
#: views.py:
|
|
532
|
+
#: views.py:842
|
|
481
533
|
#, python-format
|
|
482
534
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
483
535
|
msgstr "Ο uMap σύνδεσμος επεξεργασίας του χάρτη σας: %(map_name)s"
|
|
484
536
|
|
|
485
|
-
#: views.py:
|
|
537
|
+
#: views.py:845
|
|
486
538
|
#, python-format
|
|
487
539
|
msgid "Here is your secret edit link: %(link)s"
|
|
488
540
|
msgstr "Εδώ είναι ο μυστικός σύνδεσμος επεξεργασίας: %(link)s"
|
|
489
541
|
|
|
490
|
-
#: views.py:
|
|
542
|
+
#: views.py:851
|
|
491
543
|
#, python-format
|
|
492
544
|
msgid "Email sent to %(email)s"
|
|
493
545
|
msgstr "Μήνυμα email στάλθηκε στο %(email)s"
|
|
494
546
|
|
|
495
|
-
#: views.py:
|
|
547
|
+
#: views.py:862
|
|
496
548
|
msgid "Only its owner can delete the map."
|
|
497
549
|
msgstr "Μονό ο ιδιοκτήτης μπορεί να διαγράψει αυτό τον χάρτη."
|
|
498
550
|
|
|
499
|
-
#: views.py:
|
|
551
|
+
#: views.py:890
|
|
500
552
|
#, python-format
|
|
501
553
|
msgid ""
|
|
502
554
|
"Your map has been cloned! If you want to edit this map from another "
|
|
503
555
|
"computer, please use this link: %(anonymous_url)s"
|
|
504
556
|
msgstr "Ο χάρτης κλωνοποιήθηκε! Αν θέλετε να τον επεξεργαστείτε από κάποιον άλλο υπολογιστή, παρακαλώ χρησιμοποιήστε αυτόν τον σύνδεσμο: %(anonymous_url)s"
|
|
505
557
|
|
|
506
|
-
#: views.py:
|
|
558
|
+
#: views.py:895
|
|
507
559
|
msgid "Congratulations, your map has been cloned!"
|
|
508
560
|
msgstr "Συγχαρητήρια ο χάρτης σας κλωνοποιήθηκε!"
|
|
509
561
|
|
|
510
|
-
#: views.py:
|
|
562
|
+
#: views.py:1131
|
|
511
563
|
msgid "Layer successfully deleted."
|
|
512
564
|
msgstr "Το επίπεδο διαγράφηκε με επιτυχία."
|
|
513
565
|
|
|
514
|
-
#: views.py:
|
|
566
|
+
#: views.py:1153
|
|
515
567
|
msgid "Permissions updated with success!"
|
|
516
568
|
msgstr "Τα δικαιώματα ενημερώθηκαν με επιτυχία!"
|