umap-project 2.9.0b0__py3-none-any.whl → 2.9.1__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 (204) 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/contextmenu.js +9 -2
  64. umap/static/umap/js/modules/ui/panel.js +5 -1
  65. umap/static/umap/js/modules/umap.js +85 -44
  66. umap/static/umap/js/umap.controls.js +11 -341
  67. umap/static/umap/locale/am_ET.js +17 -5
  68. umap/static/umap/locale/am_ET.json +17 -5
  69. umap/static/umap/locale/ar.js +17 -5
  70. umap/static/umap/locale/ar.json +17 -5
  71. umap/static/umap/locale/ast.js +17 -5
  72. umap/static/umap/locale/ast.json +17 -5
  73. umap/static/umap/locale/bg.js +17 -5
  74. umap/static/umap/locale/bg.json +17 -5
  75. umap/static/umap/locale/br.js +20 -15
  76. umap/static/umap/locale/br.json +20 -15
  77. umap/static/umap/locale/ca.js +8 -4
  78. umap/static/umap/locale/ca.json +8 -4
  79. umap/static/umap/locale/cs_CZ.js +8 -4
  80. umap/static/umap/locale/cs_CZ.json +8 -4
  81. umap/static/umap/locale/da.js +17 -5
  82. umap/static/umap/locale/da.json +17 -5
  83. umap/static/umap/locale/de.js +8 -4
  84. umap/static/umap/locale/de.json +8 -4
  85. umap/static/umap/locale/el.js +54 -50
  86. umap/static/umap/locale/el.json +54 -50
  87. umap/static/umap/locale/en.js +9 -4
  88. umap/static/umap/locale/en.json +9 -4
  89. umap/static/umap/locale/en_US.json +17 -5
  90. umap/static/umap/locale/es.js +13 -9
  91. umap/static/umap/locale/es.json +13 -9
  92. umap/static/umap/locale/et.js +17 -5
  93. umap/static/umap/locale/et.json +17 -5
  94. umap/static/umap/locale/eu.js +8 -4
  95. umap/static/umap/locale/eu.json +8 -4
  96. umap/static/umap/locale/fa_IR.js +8 -4
  97. umap/static/umap/locale/fa_IR.json +8 -4
  98. umap/static/umap/locale/fi.js +17 -5
  99. umap/static/umap/locale/fi.json +17 -5
  100. umap/static/umap/locale/fr.js +9 -4
  101. umap/static/umap/locale/fr.json +9 -4
  102. umap/static/umap/locale/gl.js +13 -9
  103. umap/static/umap/locale/gl.json +13 -9
  104. umap/static/umap/locale/he.js +17 -5
  105. umap/static/umap/locale/he.json +17 -5
  106. umap/static/umap/locale/hr.js +17 -5
  107. umap/static/umap/locale/hr.json +17 -5
  108. umap/static/umap/locale/hu.js +8 -4
  109. umap/static/umap/locale/hu.json +8 -4
  110. umap/static/umap/locale/id.js +17 -5
  111. umap/static/umap/locale/id.json +17 -5
  112. umap/static/umap/locale/is.js +17 -5
  113. umap/static/umap/locale/is.json +17 -5
  114. umap/static/umap/locale/it.js +31 -27
  115. umap/static/umap/locale/it.json +31 -27
  116. umap/static/umap/locale/ja.js +17 -5
  117. umap/static/umap/locale/ja.json +17 -5
  118. umap/static/umap/locale/ko.js +17 -5
  119. umap/static/umap/locale/ko.json +17 -5
  120. umap/static/umap/locale/lt.js +17 -5
  121. umap/static/umap/locale/lt.json +17 -5
  122. umap/static/umap/locale/ms.js +8 -4
  123. umap/static/umap/locale/ms.json +8 -4
  124. umap/static/umap/locale/nl.js +132 -127
  125. umap/static/umap/locale/nl.json +132 -127
  126. umap/static/umap/locale/no.js +17 -5
  127. umap/static/umap/locale/no.json +17 -5
  128. umap/static/umap/locale/pl.js +8 -4
  129. umap/static/umap/locale/pl.json +8 -4
  130. umap/static/umap/locale/pl_PL.json +17 -5
  131. umap/static/umap/locale/pt.js +38 -33
  132. umap/static/umap/locale/pt.json +38 -33
  133. umap/static/umap/locale/pt_BR.js +17 -5
  134. umap/static/umap/locale/pt_BR.json +17 -5
  135. umap/static/umap/locale/pt_PT.js +8 -4
  136. umap/static/umap/locale/pt_PT.json +8 -4
  137. umap/static/umap/locale/ro.js +17 -5
  138. umap/static/umap/locale/ro.json +17 -5
  139. umap/static/umap/locale/ru.js +17 -5
  140. umap/static/umap/locale/ru.json +17 -5
  141. umap/static/umap/locale/sk_SK.js +17 -5
  142. umap/static/umap/locale/sk_SK.json +17 -5
  143. umap/static/umap/locale/sl.js +17 -5
  144. umap/static/umap/locale/sl.json +17 -5
  145. umap/static/umap/locale/sr.js +17 -5
  146. umap/static/umap/locale/sr.json +17 -5
  147. umap/static/umap/locale/sv.js +17 -5
  148. umap/static/umap/locale/sv.json +17 -5
  149. umap/static/umap/locale/th_TH.js +8 -4
  150. umap/static/umap/locale/th_TH.json +8 -4
  151. umap/static/umap/locale/tr.js +17 -5
  152. umap/static/umap/locale/tr.json +17 -5
  153. umap/static/umap/locale/uk_UA.js +17 -5
  154. umap/static/umap/locale/uk_UA.json +17 -5
  155. umap/static/umap/locale/vi.js +17 -5
  156. umap/static/umap/locale/vi.json +17 -5
  157. umap/static/umap/locale/vi_VN.json +17 -5
  158. umap/static/umap/locale/zh.js +17 -5
  159. umap/static/umap/locale/zh.json +17 -5
  160. umap/static/umap/locale/zh_CN.json +17 -5
  161. umap/static/umap/locale/zh_TW.Big5.json +17 -5
  162. umap/static/umap/locale/zh_TW.js +14 -10
  163. umap/static/umap/locale/zh_TW.json +14 -10
  164. umap/static/umap/map.css +17 -68
  165. umap/static/umap/nav.css +4 -0
  166. umap/static/umap/vars.css +1 -0
  167. umap/static/umap/vendors/dompurify/purify.es.js +138 -354
  168. umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
  169. umap/static/umap/vendors/editable/Leaflet.Editable.js +1 -0
  170. umap/sync/app.py +19 -13
  171. umap/sync/payloads.py +8 -1
  172. umap/templates/auth/user_form.html +2 -2
  173. umap/templates/umap/content_footer.html +1 -1
  174. umap/templates/umap/css.html +0 -2
  175. umap/templates/umap/js.html +0 -1
  176. umap/templates/umap/messages.html +5 -1
  177. umap/templates/umap/search_bar.html +1 -0
  178. umap/tests/integration/test_anonymous_owned_map.py +2 -2
  179. umap/tests/integration/test_basics.py +2 -5
  180. umap/tests/integration/test_categorized_layer.py +4 -8
  181. umap/tests/integration/test_choropleth.py +1 -1
  182. umap/tests/integration/test_conditional_rules.py +3 -3
  183. umap/tests/integration/test_draw_polygon.py +11 -19
  184. umap/tests/integration/test_draw_polyline.py +6 -14
  185. umap/tests/integration/test_edit_datalayer.py +10 -10
  186. umap/tests/integration/test_edit_map.py +27 -1
  187. umap/tests/integration/test_edit_marker.py +5 -5
  188. umap/tests/integration/test_edit_polygon.py +5 -5
  189. umap/tests/integration/test_features_id_generation.py +2 -6
  190. umap/tests/integration/test_import.py +93 -29
  191. umap/tests/integration/test_owned_map.py +1 -1
  192. umap/tests/integration/test_save.py +2 -2
  193. umap/tests/integration/test_tableeditor.py +7 -7
  194. umap/tests/integration/test_view_marker.py +10 -0
  195. umap/tests/integration/test_websocket_sync.py +128 -32
  196. umap/utils.py +4 -1
  197. umap/views.py +0 -9
  198. {umap_project-2.9.0b0.dist-info → umap_project-2.9.1.dist-info}/METADATA +13 -13
  199. {umap_project-2.9.0b0.dist-info → umap_project-2.9.1.dist-info}/RECORD +202 -204
  200. umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -1
  201. umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -1
  202. {umap_project-2.9.0b0.dist-info → umap_project-2.9.1.dist-info}/WHEEL +0 -0
  203. {umap_project-2.9.0b0.dist-info → umap_project-2.9.1.dist-info}/entry_points.txt +0 -0
  204. {umap_project-2.9.0b0.dist-info → umap_project-2.9.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
1
1
  const locale = {
2
- "(area: {measure})": "(area: {measure})",
3
- "(length: {measure})": "(length: {measure})",
2
+ "(area: {measure})": "(περιοχή: {μέτρηση})",
3
+ "(length: {measure})": "(μήκος: {μέτρηση})",
4
4
  "# one hash for main heading": "# ένα hash για επικεφαλίδα πρώτου επιπέδου",
5
5
  "## two hashes for second heading": "## δύο hash για επικεφαλίδα δευτέρου επιπέδου",
6
6
  "### three hashes for third heading": "### τρία hash για επικεφαλίδα τρίτου επιπέδου",
@@ -142,11 +142,11 @@ const locale = {
142
142
  "Edit the title of the map": "Επεξεργασία τίτλου του χάρτη",
143
143
  "Edit this feature": "Επεξεργασία αυτού του στοιχείου",
144
144
  "Edit": "Επεξεργασία",
145
- "Embed and link options": "Embed and link options",
145
+ "Embed and link options": "Επιλογές ενσωμάτωσης και σύνδεσης",
146
146
  "Embed the map": "Ένθεση του χάρτη",
147
147
  "Emoji & Character": "Emoji & Χαρακτήρες",
148
148
  "Empty": "Κενό",
149
- "Equidistant": "Equidistant",
149
+ "Equidistant": "Ισαπέχουσα",
150
150
  "Error in the overlay URL": "Σφάλμα στη διεύθυνση URL επικάλυψης",
151
151
  "Error in the tilelayer URL": "Σφάλμα συνδέσμου υποβάθρου",
152
152
  "Exit Fullscreen": "Κλείσιμο πλήρους οθόνης",
@@ -161,7 +161,7 @@ const locale = {
161
161
  "Fit all data": "Μεγέθυνση στα δεδομένα",
162
162
  "Format": "Μορφοποίηση",
163
163
  "From zoom": "Από εστίαση",
164
- "full backup": "full backup",
164
+ "full backup": "πλήρες αντίγραφο ασφαλείας",
165
165
  "Generic": "Γενικός",
166
166
  "GeoRSS (only link)": "GeoRSS (μόνο σύνδεσμος)",
167
167
  "GeoRSS (title + image)": "GeoRSS (τίτλος + εικόνα)",
@@ -180,13 +180,13 @@ const locale = {
180
180
  "icon opacity": "icon opacity",
181
181
  "Icon shape": "Μορφή εικονιδίου",
182
182
  "Icon symbol": "Σύμβολο εικονιδίου",
183
- "If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
184
- "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}",
185
- "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}",
183
+ "If false, the polygon or line will act as a part of the underlying map.": "Εάν είναι ψευδές, το πολύγωνο ή η γραμμή θα ενεργεί ως μέρος του υποκείμενου χάρτη.",
184
+ "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe με προσαρμοσμένο ύψος (σε px): {{{http://iframe.url.com|height}}}",
185
+ "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe με προσαρμοσμένο ύψος και πλάτος (σε px): {{{http://iframe.url.com|height*width}}}",
186
186
  "iframe": "iframe",
187
- "Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
188
- "Image with custom width (in px): {{https://image.url.com|width}}": "Image with custom width (in px): {{https://image.url.com|width}}",
189
- "Image: {{https://image.url.com}}": "Image: {{https://image.url.com}}",
187
+ "Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{http://iframe.url.com}}}",
188
+ "Image with custom width (in px): {{https://image.url.com|width}}": "Εικόνα με προσαρμοσμένο πλάτος (σε px): {{http://image.url.com|width}}",
189
+ "Image: {{https://image.url.com}}": "Εικόνα: {{http://image.url.com}}",
190
190
  "Import data": "Εισαγωγή δεδομένων",
191
191
  "Import in a new layer": "Εισαγωγή σε νέο επίπεδο",
192
192
  "Imports all umap data, including layers and settings.": "Εισάγει όλα τα δεδομένα umap, μαζί με τα επίπεδα και τις ρυθμίσεις.",
@@ -214,7 +214,7 @@ const locale = {
214
214
  "Limit bounds": "Περιορισμός ορίων",
215
215
  "Link to view the map": "Σύνδεσμος για προβολή του χάρτη",
216
216
  "Link to…": "Σύνδεση με...",
217
- "Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
217
+ "Link with text: [[https://example.com|text of the link]]": "Σύνδεση με κείμενο: [[http://example.com|text του συνδέσμου]]",
218
218
  "Long credits": "Αναλυτικές πιστώσεις",
219
219
  "Longitude": "Γεωγραφικό μήκος",
220
220
  "Make main shape": "Ορίστε το ως κύριο σχήμα",
@@ -262,7 +262,7 @@ const locale = {
262
262
  "Opacity": "Αδιαφάνεια",
263
263
  "Open current feature on load": "Άνοιγμα τρέχοντος στοιχείου κατά τη φόρτωση",
264
264
  "Open link in…": "Άνοιγμα συνδέσμου σε…",
265
- "Open share & download panel": "Open share & download panel",
265
+ "Open share & download panel": "Άνοιγμα πλαισίου διαμοιρασμού και λήψης",
266
266
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ανοίξτε τον χάρτη σε έναν επεξεργαστή χαρτών για να παρέχετε πιο ακριβή δεδομένα στο OpenStreetMap",
267
267
  "OpenStreetMap": "OpenStreetMap",
268
268
  "Optional intensity property for heatmap": "Προαιρετική ιδιότητα έντασης για τον χάρτη εγγύτητας",
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "Επαναφορά αυτής της έκδοσης",
300
300
  "Save current edits": "Αποθήκευση τρέχουσας επεξεργασίας",
301
301
  "Save map": "Αποθήκευση χάρτη",
302
- "Save this center and zoom": "Αποθήκευση αυτής της προβολής με το συγκεκριμένο κεντράρισμα και το επίπεδο εστίασης.",
303
302
  "Save this location as new feature": "Αποθήκευση αυτής της τοποθεσίας ως νέο στοιχείο",
304
303
  "Save": "Αποθήκευση",
305
304
  "Saved center and zoom": "Saved center and zoom",
@@ -312,13 +311,13 @@ const locale = {
312
311
  "settings": "ρυθμίσεις",
313
312
  "Shape properties": "Ιδιότητες σχήματος",
314
313
  "Share and download": "Κοινοποίηση και λήψη",
315
- "Share this link to open a customized map view": "Share this link to open a customized map view",
314
+ "Share this link to open a customized map view": "Μοιραστείτε αυτόν τον σύνδεσμο για να ανοίξετε μια προσαρμοσμένη προβολή χάρτη",
316
315
  "Short credits": "Εύσημα εν συντομία",
317
316
  "Short link": "Σύντομος σύνδεσμος",
318
317
  "Show this layer in the caption": "Εμφάνιση αυτού του επιπέδου στη λεζάντα",
319
318
  "Show/hide layer": "Εμφάνιση/απόκρυψη επιπέδου",
320
319
  "Side panel": "Πλευρική εργαλειοθήκη",
321
- "Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]",
320
+ "Simple link: [[https://example.com]]": "Απλός σύνδεσμος: [[http://example.com]]",
322
321
  "Simplify": "Απλοποίηση",
323
322
  "Skipping unknown geometry.type: {type}": "Παράλειψη άγνωστου geometry.type: {type}",
324
323
  "Slideshow": "Παρουσίαση",
@@ -337,18 +336,18 @@ const locale = {
337
336
  "Table": "Πίνακας",
338
337
  "Text color for the cluster label": "Χρώμα κειμένου για την ετικέτα συμπλέγματος",
339
338
  "Text formatting": "Μορφοποίηση κειμένου",
340
- "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
339
+ "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "Το όνομα της ιδιότητας που θα χρησιμοποιηθεί ως ετικέτα χαρακτηριστικών (π.χ.: «nom»). Μπορείτε επίσης να χρησιμοποιήσετε ιδιότητες μέσα σε αγκύλες, για να έχετε περισσότερες από μία ή να αναμίξετε με στατικό περιεχόμενο (π.χ.: «{name} in {place&rcub)",
341
340
  "The name of the property to use as feature unique identifier.": "Το όνομα της ιδιότητας που θα χρησιμοποιείται ως μοναδικό αναγνωριστικό.",
342
341
  "The zoom and center have been modified.": "Η εστίαση και το κέντρο έχουν τροποποιηθεί.",
343
342
  "TMS format": "Μορφοποίηση TMS",
344
343
  "To use if remote server doesn't allow cross domain (slower)": "Για χρήση εάν ο απομακρυσμένος διακομιστής δεν επιτρέπει cross domain (πιο αργή)",
345
344
  "To zoom": "Για εστίαση",
346
345
  "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
347
- "Toggle edit mode": "Toggle edit mode",
346
+ "Toggle edit mode": "Εναλλαγή λειτουργίας επεξεργασίας",
348
347
  "Transfer shape to edited feature": "Μεταφορά σχήματος σε επεξεργασμένο στοιχείο",
349
348
  "Transform to lines": "Μετασχηματισμός σε γραμμές",
350
349
  "Transform to polygon": "Μετασχηματισμός σε πολύγωνο",
351
- "Type a place name or coordinates": "Type a place name or coordinates",
350
+ "Type a place name or coordinates": "Πληκτρολογήστε ένα όνομα τόπου ή τις συντεταγμένες του",
352
351
  "Type char or paste emoji": "Πληκτρολογήστε χαρακτήρα ή επικολλήστε emoji",
353
352
  "Type of layer": "Τύπος επιπέδου",
354
353
  "Unable to detect format of file {filename}": "Δεν είναι δυνατή η αναγνώριση της μορφοποίησης του αρχείου {filename}",
@@ -401,46 +400,46 @@ const locale = {
401
400
  "{distance} miles": "{distance} μίλια",
402
401
  "{distance} NM": "{distance} ναυτικά μίλια",
403
402
  "{distance} yd": "{distance} γιάρδες",
404
- "Edit map name and caption": "Edit map name and caption",
405
- "Map advanced properties": "Map advanced properties",
403
+ "Edit map name and caption": "Επεξεργασία ονόματος και λεζάντας χάρτη",
404
+ "Map advanced properties": "Σύνθετες ιδιότητες χάρτη",
406
405
  "Edit map details": "Επεξεργασία λεπτομερειών χάρτη",
407
406
  "Back to browser": "Πίσω στον περιηγητή",
408
- "Toggle size": "Toggle size",
409
- "Display the caption control": "Display the caption control",
407
+ "Toggle size": "Εναλλαγή μεγέθους",
408
+ "Display the caption control": "Εμφάνιση του χειριστηρίου λεζάντας",
410
409
  "<empty value>": "<empty value>",
411
- "Min": "Min",
412
- "Max": "Max",
410
+ "Min": "Ελάχιστο",
411
+ "Max": "Μέγιστο",
413
412
  "From": "Από",
414
413
  "Until": "Μέχρι",
415
- "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
414
+ "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Παράδειγμα: key1,key2|Label 2,key3|Label 3|checkbox",
416
415
  "Edit in OpenStreetMap": "Επεξεργασία στο OpenStreetMap",
417
- "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
416
+ "Cannot determine latitude and longitude columns.": "Δεν είναι δυνατός ο προσδιορισμός των στηλών γεωγραφικού πλάτους και γεωγραφικού μήκους.",
418
417
  "Back to layers": "Πίσω στις στρώσεις",
419
418
  "Filters": "Φίλτρα",
420
- "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
421
- "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
419
+ "Comma separated list of properties to use when filtering features by text input": "Λίστα ιδιοτήτων διαχωρισμένων με κόμμα, που θα χρησιμοποιηθούν κατά το φιλτράρισμα χαρακτηριστικών με εισαγωγή κειμένου.",
420
+ "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Λίστα ιδιοτήτων διαχωρισμένων με κόμμα, που θα χρησιμοποιηθούν για τα φίλτρα (π.χ.: mykey,otherkey). Για να ελέγξετε την ετικέτα, προσθέστε την μετά από ένα | (π.χ.: mykey|My Key,otherkey|Other Key). Για να ελέγξετε τον τύπο του πεδίου εισόδου, προσθέστε το μετά από ένα άλλο | (π.χ.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Οι επιτρεπόμενες τιμές για τον τύπο πεδίου εισόδου είναι checkbox (προεπιλογή), radio, number, date και datetime.",
422
421
  "Search keys": "Αναζήτηση κλειδιών",
423
- "Filters keys": "Filters keys",
424
- "Filter data": "Filter data",
425
- "Search map features…": "Search map features…",
426
- "Reset all": "Reset all",
427
- "Open browser": "Open browser",
428
- "Open caption": "Open caption",
422
+ "Filters keys": "Πλήκτρα φίλτρων",
423
+ "Filter data": "Δεδομένα φίλτρου",
424
+ "Search map features…": "Χαρακτηριστικά αναζήτησης του χάρτη...",
425
+ "Reset all": "Επαναφορά όλων",
426
+ "Open browser": "Άνοιγμα προγράμματος περιήγησης",
427
+ "Open caption": "Άνοιγμα λεζάντας",
429
428
  "Your map has been created with an anonymous account!": "Ο χάρτης σας δημιουργήθηκε με ανώνυμο λογαριασμό!",
430
- "Real-time collaboration": "Real-time collaboration",
431
- "Cannot parse data": "Cannot parse data",
432
- "Start typing...": "Start typing...",
429
+ "Real-time collaboration": "Συνεργασία σε πραγματικό χρόνο",
430
+ "Cannot parse data": "Δεν είναι δυνατή η ανάλυση δεδομένων",
431
+ "Start typing...": "Έναρξη πληκτρολόγησης...",
433
432
  "No result": "Κανένα αποτέλεσμα",
434
433
  "Data browser": "Περιηγητής δεδομένων",
435
- "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
436
- "Overpass supported expressions": "Overpass supported expressions",
437
- "key (eg. building)": "key (eg. building)",
438
- "!key (eg. !name)": "!key (eg. !name)",
439
- "key=value (eg. building=yes)": "key=value (eg. building=yes)",
440
- "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
441
- "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
442
- "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
443
- "More info about Overpass syntax": "More info about Overpass syntax",
434
+ "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "Όταν παρέχεται μια διεύθυνση URL, το uMap μπορεί να αντιγράψει τα απομακρυσμένα δεδομένα σε ένα επίπεδο ή να προσθέσει αυτή τη διεύθυνση URL ως απομακρυσμένη πηγή του επιπέδου. Σε αυτή την περίπτωση, τα δεδομένα θα αντλούνται πάντα από αυτή τη διεύθυνση URL, και έτσι θα είναι ενημερωμένα, αλλά δεν θα είναι δυνατή η επεξεργασία τους μέσα στο uMap.",
435
+ "Overpass supported expressions": "Υποστηριζόμενες εκφράσεις υπέρβασης",
436
+ "key (eg. building)": "κλειδί (π.χ. κτίριο)",
437
+ "!key (eg. !name)": "!κλειδί (π.χ. !όνομα)",
438
+ "key=value (eg. building=yes)": "κλειδί=τιμή (π.χ. κτίριο=ναι)",
439
+ "key!=value (eg. building!=yes)": "κλειδί!=τιμή (π.χ. κτίριο!=ναι)",
440
+ "key~value (eg. name~Grisy)": "κλειδί~τιμή (π.χ. όνομα~Grisy)",
441
+ "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "κλειδί=\"value|value2\" (eg. όνομα=\"Παρίσι|Βερολίνο\")",
442
+ "More info about Overpass syntax": "Περισσότερες πληροφορίες σχετικά με τη σύνταξη της Υπέρβασης",
444
443
  "For more complex needs, see": "For more complex needs, see",
445
444
  "Choose data": "Choose data",
446
445
  "Choose the format": "Choose the format",
@@ -522,13 +521,18 @@ const locale = {
522
521
  "Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
523
522
  "Disconnected": "Disconnected",
524
523
  "You must be logged in": "You must be logged in",
525
- "Created at {date}": "Created at {date}",
526
- "Modified at {date}": "Modified at {date}",
527
524
  "on hover": "on hover",
528
525
  "Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
529
526
  "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
530
527
  "Import failed: invalid data": "Import failed: invalid data",
531
- "Anonymous": "Anonymous"
528
+ "Anonymous": "Anonymous",
529
+ "created at {date}": "created at {date}",
530
+ "modified at {date}": "modified at {date}",
531
+ "Default zoom": "Default zoom",
532
+ "Default latitude": "Default latitude",
533
+ "Default longitude": "Default longitude",
534
+ "Edit map default view": "Edit map default view",
535
+ "Use current center and zoom": "Use current center and zoom"
532
536
  }
533
537
  L.registerLocale("el", locale)
534
538
  L.setLocale("el")
@@ -1,6 +1,6 @@
1
1
  {
2
- "(area: {measure})": "(area: {measure})",
3
- "(length: {measure})": "(length: {measure})",
2
+ "(area: {measure})": "(περιοχή: {μέτρηση})",
3
+ "(length: {measure})": "(μήκος: {μέτρηση})",
4
4
  "# one hash for main heading": "# ένα hash για επικεφαλίδα πρώτου επιπέδου",
5
5
  "## two hashes for second heading": "## δύο hash για επικεφαλίδα δευτέρου επιπέδου",
6
6
  "### three hashes for third heading": "### τρία hash για επικεφαλίδα τρίτου επιπέδου",
@@ -142,11 +142,11 @@
142
142
  "Edit the title of the map": "Επεξεργασία τίτλου του χάρτη",
143
143
  "Edit this feature": "Επεξεργασία αυτού του στοιχείου",
144
144
  "Edit": "Επεξεργασία",
145
- "Embed and link options": "Embed and link options",
145
+ "Embed and link options": "Επιλογές ενσωμάτωσης και σύνδεσης",
146
146
  "Embed the map": "Ένθεση του χάρτη",
147
147
  "Emoji & Character": "Emoji & Χαρακτήρες",
148
148
  "Empty": "Κενό",
149
- "Equidistant": "Equidistant",
149
+ "Equidistant": "Ισαπέχουσα",
150
150
  "Error in the overlay URL": "Σφάλμα στη διεύθυνση URL επικάλυψης",
151
151
  "Error in the tilelayer URL": "Σφάλμα συνδέσμου υποβάθρου",
152
152
  "Exit Fullscreen": "Κλείσιμο πλήρους οθόνης",
@@ -161,7 +161,7 @@
161
161
  "Fit all data": "Μεγέθυνση στα δεδομένα",
162
162
  "Format": "Μορφοποίηση",
163
163
  "From zoom": "Από εστίαση",
164
- "full backup": "full backup",
164
+ "full backup": "πλήρες αντίγραφο ασφαλείας",
165
165
  "Generic": "Γενικός",
166
166
  "GeoRSS (only link)": "GeoRSS (μόνο σύνδεσμος)",
167
167
  "GeoRSS (title + image)": "GeoRSS (τίτλος + εικόνα)",
@@ -180,13 +180,13 @@
180
180
  "icon opacity": "icon opacity",
181
181
  "Icon shape": "Μορφή εικονιδίου",
182
182
  "Icon symbol": "Σύμβολο εικονιδίου",
183
- "If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
184
- "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}",
185
- "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}",
183
+ "If false, the polygon or line will act as a part of the underlying map.": "Εάν είναι ψευδές, το πολύγωνο ή η γραμμή θα ενεργεί ως μέρος του υποκείμενου χάρτη.",
184
+ "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe με προσαρμοσμένο ύψος (σε px): {{{http://iframe.url.com|height}}}",
185
+ "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe με προσαρμοσμένο ύψος και πλάτος (σε px): {{{http://iframe.url.com|height*width}}}",
186
186
  "iframe": "iframe",
187
- "Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
188
- "Image with custom width (in px): {{https://image.url.com|width}}": "Image with custom width (in px): {{https://image.url.com|width}}",
189
- "Image: {{https://image.url.com}}": "Image: {{https://image.url.com}}",
187
+ "Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{http://iframe.url.com}}}",
188
+ "Image with custom width (in px): {{https://image.url.com|width}}": "Εικόνα με προσαρμοσμένο πλάτος (σε px): {{http://image.url.com|width}}",
189
+ "Image: {{https://image.url.com}}": "Εικόνα: {{http://image.url.com}}",
190
190
  "Import data": "Εισαγωγή δεδομένων",
191
191
  "Import in a new layer": "Εισαγωγή σε νέο επίπεδο",
192
192
  "Imports all umap data, including layers and settings.": "Εισάγει όλα τα δεδομένα umap, μαζί με τα επίπεδα και τις ρυθμίσεις.",
@@ -214,7 +214,7 @@
214
214
  "Limit bounds": "Περιορισμός ορίων",
215
215
  "Link to view the map": "Σύνδεσμος για προβολή του χάρτη",
216
216
  "Link to…": "Σύνδεση με...",
217
- "Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
217
+ "Link with text: [[https://example.com|text of the link]]": "Σύνδεση με κείμενο: [[http://example.com|text του συνδέσμου]]",
218
218
  "Long credits": "Αναλυτικές πιστώσεις",
219
219
  "Longitude": "Γεωγραφικό μήκος",
220
220
  "Make main shape": "Ορίστε το ως κύριο σχήμα",
@@ -262,7 +262,7 @@
262
262
  "Opacity": "Αδιαφάνεια",
263
263
  "Open current feature on load": "Άνοιγμα τρέχοντος στοιχείου κατά τη φόρτωση",
264
264
  "Open link in…": "Άνοιγμα συνδέσμου σε…",
265
- "Open share & download panel": "Open share & download panel",
265
+ "Open share & download panel": "Άνοιγμα πλαισίου διαμοιρασμού και λήψης",
266
266
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ανοίξτε τον χάρτη σε έναν επεξεργαστή χαρτών για να παρέχετε πιο ακριβή δεδομένα στο OpenStreetMap",
267
267
  "OpenStreetMap": "OpenStreetMap",
268
268
  "Optional intensity property for heatmap": "Προαιρετική ιδιότητα έντασης για τον χάρτη εγγύτητας",
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "Επαναφορά αυτής της έκδοσης",
300
300
  "Save current edits": "Αποθήκευση τρέχουσας επεξεργασίας",
301
301
  "Save map": "Αποθήκευση χάρτη",
302
- "Save this center and zoom": "Αποθήκευση αυτής της προβολής με το συγκεκριμένο κεντράρισμα και το επίπεδο εστίασης.",
303
302
  "Save this location as new feature": "Αποθήκευση αυτής της τοποθεσίας ως νέο στοιχείο",
304
303
  "Save": "Αποθήκευση",
305
304
  "Saved center and zoom": "Saved center and zoom",
@@ -312,13 +311,13 @@
312
311
  "settings": "ρυθμίσεις",
313
312
  "Shape properties": "Ιδιότητες σχήματος",
314
313
  "Share and download": "Κοινοποίηση και λήψη",
315
- "Share this link to open a customized map view": "Share this link to open a customized map view",
314
+ "Share this link to open a customized map view": "Μοιραστείτε αυτόν τον σύνδεσμο για να ανοίξετε μια προσαρμοσμένη προβολή χάρτη",
316
315
  "Short credits": "Εύσημα εν συντομία",
317
316
  "Short link": "Σύντομος σύνδεσμος",
318
317
  "Show this layer in the caption": "Εμφάνιση αυτού του επιπέδου στη λεζάντα",
319
318
  "Show/hide layer": "Εμφάνιση/απόκρυψη επιπέδου",
320
319
  "Side panel": "Πλευρική εργαλειοθήκη",
321
- "Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]",
320
+ "Simple link: [[https://example.com]]": "Απλός σύνδεσμος: [[http://example.com]]",
322
321
  "Simplify": "Απλοποίηση",
323
322
  "Skipping unknown geometry.type: {type}": "Παράλειψη άγνωστου geometry.type: {type}",
324
323
  "Slideshow": "Παρουσίαση",
@@ -337,18 +336,18 @@
337
336
  "Table": "Πίνακας",
338
337
  "Text color for the cluster label": "Χρώμα κειμένου για την ετικέτα συμπλέγματος",
339
338
  "Text formatting": "Μορφοποίηση κειμένου",
340
- "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"&lcub;name&rcub; in &lcub;place&rcub;\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"&lcub;name&rcub; in &lcub;place&rcub;\")",
339
+ "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"&lcub;name&rcub; in &lcub;place&rcub;\")": "Το όνομα της ιδιότητας που θα χρησιμοποιηθεί ως ετικέτα χαρακτηριστικών (π.χ.: «nom»). Μπορείτε επίσης να χρησιμοποιήσετε ιδιότητες μέσα σε αγκύλες, για να έχετε περισσότερες από μία ή να αναμίξετε με στατικό περιεχόμενο (π.χ.: «&lcub;name&rcub; in &lcub;place&rcub)",
341
340
  "The name of the property to use as feature unique identifier.": "Το όνομα της ιδιότητας που θα χρησιμοποιείται ως μοναδικό αναγνωριστικό.",
342
341
  "The zoom and center have been modified.": "Η εστίαση και το κέντρο έχουν τροποποιηθεί.",
343
342
  "TMS format": "Μορφοποίηση TMS",
344
343
  "To use if remote server doesn't allow cross domain (slower)": "Για χρήση εάν ο απομακρυσμένος διακομιστής δεν επιτρέπει cross domain (πιο αργή)",
345
344
  "To zoom": "Για εστίαση",
346
345
  "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
347
- "Toggle edit mode": "Toggle edit mode",
346
+ "Toggle edit mode": "Εναλλαγή λειτουργίας επεξεργασίας",
348
347
  "Transfer shape to edited feature": "Μεταφορά σχήματος σε επεξεργασμένο στοιχείο",
349
348
  "Transform to lines": "Μετασχηματισμός σε γραμμές",
350
349
  "Transform to polygon": "Μετασχηματισμός σε πολύγωνο",
351
- "Type a place name or coordinates": "Type a place name or coordinates",
350
+ "Type a place name or coordinates": "Πληκτρολογήστε ένα όνομα τόπου ή τις συντεταγμένες του",
352
351
  "Type char or paste emoji": "Πληκτρολογήστε χαρακτήρα ή επικολλήστε emoji",
353
352
  "Type of layer": "Τύπος επιπέδου",
354
353
  "Unable to detect format of file {filename}": "Δεν είναι δυνατή η αναγνώριση της μορφοποίησης του αρχείου {filename}",
@@ -401,46 +400,46 @@
401
400
  "{distance}&#8239;miles": "{distance}&#8239;μίλια",
402
401
  "{distance}&#8239;NM": "{distance}&#8239;ναυτικά μίλια",
403
402
  "{distance}&#8239;yd": "{distance}&#8239;γιάρδες",
404
- "Edit map name and caption": "Edit map name and caption",
405
- "Map advanced properties": "Map advanced properties",
403
+ "Edit map name and caption": "Επεξεργασία ονόματος και λεζάντας χάρτη",
404
+ "Map advanced properties": "Σύνθετες ιδιότητες χάρτη",
406
405
  "Edit map details": "Επεξεργασία λεπτομερειών χάρτη",
407
406
  "Back to browser": "Πίσω στον περιηγητή",
408
- "Toggle size": "Toggle size",
409
- "Display the caption control": "Display the caption control",
407
+ "Toggle size": "Εναλλαγή μεγέθους",
408
+ "Display the caption control": "Εμφάνιση του χειριστηρίου λεζάντας",
410
409
  "<empty value>": "<empty value>",
411
- "Min": "Min",
412
- "Max": "Max",
410
+ "Min": "Ελάχιστο",
411
+ "Max": "Μέγιστο",
413
412
  "From": "Από",
414
413
  "Until": "Μέχρι",
415
- "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
414
+ "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Παράδειγμα: key1,key2|Label 2,key3|Label 3|checkbox",
416
415
  "Edit in OpenStreetMap": "Επεξεργασία στο OpenStreetMap",
417
- "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
416
+ "Cannot determine latitude and longitude columns.": "Δεν είναι δυνατός ο προσδιορισμός των στηλών γεωγραφικού πλάτους και γεωγραφικού μήκους.",
418
417
  "Back to layers": "Πίσω στις στρώσεις",
419
418
  "Filters": "Φίλτρα",
420
- "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
421
- "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
419
+ "Comma separated list of properties to use when filtering features by text input": "Λίστα ιδιοτήτων διαχωρισμένων με κόμμα, που θα χρησιμοποιηθούν κατά το φιλτράρισμα χαρακτηριστικών με εισαγωγή κειμένου.",
420
+ "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Λίστα ιδιοτήτων διαχωρισμένων με κόμμα, που θα χρησιμοποιηθούν για τα φίλτρα (π.χ.: mykey,otherkey). Για να ελέγξετε την ετικέτα, προσθέστε την μετά από ένα | (π.χ.: mykey|My Key,otherkey|Other Key). Για να ελέγξετε τον τύπο του πεδίου εισόδου, προσθέστε το μετά από ένα άλλο | (π.χ.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Οι επιτρεπόμενες τιμές για τον τύπο πεδίου εισόδου είναι checkbox (προεπιλογή), radio, number, date και datetime.",
422
421
  "Search keys": "Αναζήτηση κλειδιών",
423
- "Filters keys": "Filters keys",
424
- "Filter data": "Filter data",
425
- "Search map features…": "Search map features…",
426
- "Reset all": "Reset all",
427
- "Open browser": "Open browser",
428
- "Open caption": "Open caption",
422
+ "Filters keys": "Πλήκτρα φίλτρων",
423
+ "Filter data": "Δεδομένα φίλτρου",
424
+ "Search map features…": "Χαρακτηριστικά αναζήτησης του χάρτη...",
425
+ "Reset all": "Επαναφορά όλων",
426
+ "Open browser": "Άνοιγμα προγράμματος περιήγησης",
427
+ "Open caption": "Άνοιγμα λεζάντας",
429
428
  "Your map has been created with an anonymous account!": "Ο χάρτης σας δημιουργήθηκε με ανώνυμο λογαριασμό!",
430
- "Real-time collaboration": "Real-time collaboration",
431
- "Cannot parse data": "Cannot parse data",
432
- "Start typing...": "Start typing...",
429
+ "Real-time collaboration": "Συνεργασία σε πραγματικό χρόνο",
430
+ "Cannot parse data": "Δεν είναι δυνατή η ανάλυση δεδομένων",
431
+ "Start typing...": "Έναρξη πληκτρολόγησης...",
433
432
  "No result": "Κανένα αποτέλεσμα",
434
433
  "Data browser": "Περιηγητής δεδομένων",
435
- "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
436
- "Overpass supported expressions": "Overpass supported expressions",
437
- "key (eg. building)": "key (eg. building)",
438
- "!key (eg. !name)": "!key (eg. !name)",
439
- "key=value (eg. building=yes)": "key=value (eg. building=yes)",
440
- "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
441
- "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
442
- "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
443
- "More info about Overpass syntax": "More info about Overpass syntax",
434
+ "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "Όταν παρέχεται μια διεύθυνση URL, το uMap μπορεί να αντιγράψει τα απομακρυσμένα δεδομένα σε ένα επίπεδο ή να προσθέσει αυτή τη διεύθυνση URL ως απομακρυσμένη πηγή του επιπέδου. Σε αυτή την περίπτωση, τα δεδομένα θα αντλούνται πάντα από αυτή τη διεύθυνση URL, και έτσι θα είναι ενημερωμένα, αλλά δεν θα είναι δυνατή η επεξεργασία τους μέσα στο uMap.",
435
+ "Overpass supported expressions": "Υποστηριζόμενες εκφράσεις υπέρβασης",
436
+ "key (eg. building)": "κλειδί (π.χ. κτίριο)",
437
+ "!key (eg. !name)": "!κλειδί (π.χ. !όνομα)",
438
+ "key=value (eg. building=yes)": "κλειδί=τιμή (π.χ. κτίριο=ναι)",
439
+ "key!=value (eg. building!=yes)": "κλειδί!=τιμή (π.χ. κτίριο!=ναι)",
440
+ "key~value (eg. name~Grisy)": "κλειδί~τιμή (π.χ. όνομα~Grisy)",
441
+ "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "κλειδί=\"value|value2\" (eg. όνομα=\"Παρίσι|Βερολίνο\")",
442
+ "More info about Overpass syntax": "Περισσότερες πληροφορίες σχετικά με τη σύνταξη της Υπέρβασης",
444
443
  "For more complex needs, see": "For more complex needs, see",
445
444
  "Choose data": "Choose data",
446
445
  "Choose the format": "Choose the format",
@@ -522,11 +521,16 @@
522
521
  "Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
523
522
  "Disconnected": "Disconnected",
524
523
  "You must be logged in": "You must be logged in",
525
- "Created at {date}": "Created at {date}",
526
- "Modified at {date}": "Modified at {date}",
527
524
  "on hover": "on hover",
528
525
  "Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
529
526
  "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
530
527
  "Import failed: invalid data": "Import failed: invalid data",
531
- "Anonymous": "Anonymous"
528
+ "Anonymous": "Anonymous",
529
+ "created at {date}": "created at {date}",
530
+ "modified at {date}": "modified at {date}",
531
+ "Default zoom": "Default zoom",
532
+ "Default latitude": "Default latitude",
533
+ "Default longitude": "Default longitude",
534
+ "Edit map default view": "Edit map default view",
535
+ "Use current center and zoom": "Use current center and zoom"
532
536
  }
@@ -299,7 +299,6 @@ const locale = {
299
299
  "Restore this version": "Restore this version",
300
300
  "Save current edits": "Save current edits",
301
301
  "Save map": "Save map",
302
- "Save this center and zoom": "Save this center and zoom",
303
302
  "Save this location as new feature": "Save this location as new feature",
304
303
  "Save": "Save",
305
304
  "Saved center and zoom": "Saved center and zoom",
@@ -522,13 +521,19 @@ const locale = {
522
521
  "Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
523
522
  "Disconnected": "Disconnected",
524
523
  "You must be logged in": "You must be logged in",
525
- "Created at {date}": "Created at {date}",
526
- "Modified at {date}": "Modified at {date}",
527
524
  "on hover": "on hover",
528
525
  "Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
529
526
  "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
530
527
  "Import failed: invalid data": "Import failed: invalid data",
531
- "Anonymous": "Anonymous"
528
+ "Anonymous": "Anonymous",
529
+ "created at {date}": "created at {date}",
530
+ "modified at {date}": "modified at {date}",
531
+ "Default zoom": "Default zoom",
532
+ "Default latitude": "Default latitude",
533
+ "Default longitude": "Default longitude",
534
+ "Edit map default view": "Edit map default view",
535
+ "Use current center and zoom": "Use current center and zoom",
536
+ "Layer permalink": "Layer permalink"
532
537
  }
533
538
  L.registerLocale("en", locale)
534
539
  L.setLocale("en")
@@ -299,7 +299,6 @@
299
299
  "Restore this version": "Restore this version",
300
300
  "Save current edits": "Save current edits",
301
301
  "Save map": "Save map",
302
- "Save this center and zoom": "Save this center and zoom",
303
302
  "Save this location as new feature": "Save this location as new feature",
304
303
  "Save": "Save",
305
304
  "Saved center and zoom": "Saved center and zoom",
@@ -522,11 +521,17 @@
522
521
  "Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
523
522
  "Disconnected": "Disconnected",
524
523
  "You must be logged in": "You must be logged in",
525
- "Created at {date}": "Created at {date}",
526
- "Modified at {date}": "Modified at {date}",
527
524
  "on hover": "on hover",
528
525
  "Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
529
526
  "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
530
527
  "Import failed: invalid data": "Import failed: invalid data",
531
- "Anonymous": "Anonymous"
528
+ "Anonymous": "Anonymous",
529
+ "created at {date}": "created at {date}",
530
+ "modified at {date}": "modified at {date}",
531
+ "Default zoom": "Default zoom",
532
+ "Default latitude": "Default latitude",
533
+ "Default longitude": "Default longitude",
534
+ "Edit map default view": "Edit map default view",
535
+ "Use current center and zoom": "Use current center and zoom",
536
+ "Layer permalink": "Layer permalink"
532
537
  }
@@ -19,7 +19,6 @@
19
19
  "Add a new property": "Add a new property",
20
20
  "Add a polygon to the current multi": "Add a polygon to the current multi",
21
21
  "Add image URL": "Add image URL",
22
- "Add": "Add",
23
22
  "Advanced actions": "Actions",
24
23
  "Advanced properties": "Appearance",
25
24
  "All data and settings of the map": "All data and settings of the map",
@@ -120,7 +119,6 @@
120
119
  "Display the locate control": "Display the locate control",
121
120
  "Display the measure control": "Display the measure control",
122
121
  "Display the search control": "Display the search control",
123
- "Display the star map button": "Display the star map button",
124
122
  "Display the tile layers control": "Display the tile layers control",
125
123
  "Display the zoom control": "Display the zoom control",
126
124
  "Do you want to display a caption bar?": "Display caption bar",
@@ -301,7 +299,6 @@
301
299
  "Restore this version": "Restore this version",
302
300
  "Save current edits": "Save current edits",
303
301
  "Save map": "Save map",
304
- "Save this center and zoom": "Save this center and zoom",
305
302
  "Save this location as new feature": "Save this location as new feature",
306
303
  "Save": "Save",
307
304
  "Saved center and zoom": "Saved center and zoom",
@@ -516,9 +513,24 @@
516
513
  "show/hide all layers": "show/hide all layers",
517
514
  "zoom to data extent": "zoom to data extent",
518
515
  "download visible data": "download visible data",
519
- "{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
520
516
  "Import helpers": "Import helpers",
521
517
  "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
522
518
  "Wikipedia": "Wikipedia",
523
- "Save draft": "Save draft"
519
+ "Save draft": "Save draft",
520
+ "No data has been found for import": "No data has been found for import",
521
+ "Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
522
+ "Disconnected": "Disconnected",
523
+ "You must be logged in": "You must be logged in",
524
+ "on hover": "on hover",
525
+ "Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
526
+ "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
527
+ "Import failed: invalid data": "Import failed: invalid data",
528
+ "Anonymous": "Anonymous",
529
+ "created at {date}": "created at {date}",
530
+ "modified at {date}": "modified at {date}",
531
+ "Default zoom": "Default zoom",
532
+ "Default latitude": "Default latitude",
533
+ "Default longitude": "Default longitude",
534
+ "Edit map default view": "Edit map default view",
535
+ "Use current center and zoom": "Use current center and zoom"
524
536
  }