umap-project 3.4.0b3__py3-none-any.whl → 3.6.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- umap/__init__.py +1 -1
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +71 -57
- umap/locale/da/LC_MESSAGES/django.mo +0 -0
- umap/locale/da/LC_MESSAGES/django.po +18 -14
- umap/locale/de/LC_MESSAGES/django.mo +0 -0
- umap/locale/de/LC_MESSAGES/django.po +20 -16
- umap/locale/en/LC_MESSAGES/django.po +18 -14
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +20 -16
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +18 -14
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +20 -16
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +101 -95
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +20 -16
- umap/management/commands/clean_tilelayer.py +0 -1
- umap/management/commands/search_maps.py +95 -0
- umap/settings/__init__.py +9 -1
- umap/settings/base.py +7 -6
- umap/static/umap/content.css +0 -3
- umap/static/umap/css/bar.css +9 -6
- umap/static/umap/css/form.css +25 -9
- umap/static/umap/css/icon.css +8 -0
- umap/static/umap/css/popup.css +1 -0
- umap/static/umap/img/16-white.svg +5 -2
- umap/static/umap/img/16.svg +1 -1
- umap/static/umap/img/source/16-white.svg +7 -4
- umap/static/umap/img/source/16.svg +1 -1
- umap/static/umap/js/components/copiable.js +47 -0
- umap/static/umap/js/modules/autocomplete.js +32 -67
- umap/static/umap/js/modules/browser.js +31 -14
- umap/static/umap/js/modules/data/features.js +34 -36
- umap/static/umap/js/modules/data/fields.js +199 -23
- umap/static/umap/js/modules/data/layer.js +85 -96
- umap/static/umap/js/modules/domutils.js +25 -1
- umap/static/umap/js/modules/filters.js +24 -50
- umap/static/umap/js/modules/form/builder.js +17 -16
- umap/static/umap/js/modules/form/fields.js +20 -20
- umap/static/umap/js/modules/formatter.js +9 -1
- umap/static/umap/js/modules/help.js +12 -13
- umap/static/umap/js/modules/importer.js +17 -26
- umap/static/umap/js/modules/importers/banfr.js +0 -1
- umap/static/umap/js/modules/importers/cadastrefr.js +19 -19
- umap/static/umap/js/modules/importers/communesfr.js +7 -8
- umap/static/umap/js/modules/importers/datasets.js +14 -14
- umap/static/umap/js/modules/importers/geodatamine.js +20 -22
- umap/static/umap/js/modules/importers/opendata.js +10 -0
- umap/static/umap/js/modules/importers/overpass.js +19 -18
- umap/static/umap/js/modules/managers.js +1 -1
- umap/static/umap/js/modules/permissions.js +15 -5
- umap/static/umap/js/modules/rendering/controls.js +203 -10
- umap/static/umap/js/modules/rendering/icon.js +5 -9
- umap/static/umap/js/modules/rendering/layers/base.js +1 -1
- umap/static/umap/js/modules/rendering/layers/classified.js +16 -11
- umap/static/umap/js/modules/rendering/layers/heat.js +1 -0
- umap/static/umap/js/modules/rendering/map.js +67 -57
- umap/static/umap/js/modules/rendering/popup.js +6 -3
- umap/static/umap/js/modules/rendering/template.js +40 -40
- umap/static/umap/js/modules/rendering/ui.js +1 -2
- umap/static/umap/js/modules/rules.js +34 -41
- umap/static/umap/js/modules/schema.js +0 -7
- umap/static/umap/js/modules/share.js +36 -69
- umap/static/umap/js/modules/slideshow.js +3 -3
- umap/static/umap/js/modules/tableeditor.js +0 -1
- umap/static/umap/js/modules/ui/bar.js +53 -33
- umap/static/umap/js/modules/ui/hash.js +36 -0
- umap/static/umap/js/modules/ui/loader.js +26 -0
- umap/static/umap/js/modules/ui/panel.js +33 -21
- umap/static/umap/js/modules/ui/tooltip.js +1 -1
- umap/static/umap/js/modules/umap.js +81 -80
- umap/static/umap/js/modules/utils.js +13 -3
- umap/static/umap/js/umap.controls.js +16 -179
- umap/static/umap/locale/am_ET.js +7 -8
- umap/static/umap/locale/am_ET.json +7 -8
- umap/static/umap/locale/ar.js +7 -8
- umap/static/umap/locale/ar.json +7 -8
- umap/static/umap/locale/ast.js +7 -8
- umap/static/umap/locale/ast.json +7 -8
- umap/static/umap/locale/bg.js +7 -8
- umap/static/umap/locale/bg.json +7 -8
- umap/static/umap/locale/br.js +44 -36
- umap/static/umap/locale/br.json +44 -36
- umap/static/umap/locale/ca.js +7 -8
- umap/static/umap/locale/ca.json +7 -8
- umap/static/umap/locale/cs_CZ.js +7 -8
- umap/static/umap/locale/cs_CZ.json +7 -8
- umap/static/umap/locale/da.js +8 -9
- umap/static/umap/locale/da.json +8 -9
- umap/static/umap/locale/de.js +62 -63
- umap/static/umap/locale/de.json +62 -63
- umap/static/umap/locale/el.js +7 -8
- umap/static/umap/locale/el.json +7 -8
- umap/static/umap/locale/en.js +7 -8
- umap/static/umap/locale/en.json +7 -8
- umap/static/umap/locale/en_US.json +7 -8
- umap/static/umap/locale/es.js +19 -20
- umap/static/umap/locale/es.json +19 -20
- umap/static/umap/locale/et.js +7 -8
- umap/static/umap/locale/et.json +7 -8
- umap/static/umap/locale/eu.js +23 -24
- umap/static/umap/locale/eu.json +23 -24
- umap/static/umap/locale/fa_IR.js +7 -8
- umap/static/umap/locale/fa_IR.json +7 -8
- umap/static/umap/locale/fi.js +7 -8
- umap/static/umap/locale/fi.json +7 -8
- umap/static/umap/locale/fr.js +11 -12
- umap/static/umap/locale/fr.json +11 -12
- umap/static/umap/locale/gl.js +147 -148
- umap/static/umap/locale/gl.json +147 -148
- umap/static/umap/locale/he.js +7 -8
- umap/static/umap/locale/he.json +7 -8
- umap/static/umap/locale/hr.js +7 -8
- umap/static/umap/locale/hr.json +7 -8
- umap/static/umap/locale/hu.js +8 -9
- umap/static/umap/locale/hu.json +8 -9
- umap/static/umap/locale/id.js +7 -8
- umap/static/umap/locale/id.json +7 -8
- umap/static/umap/locale/is.js +7 -8
- umap/static/umap/locale/is.json +7 -8
- umap/static/umap/locale/it.js +7 -8
- umap/static/umap/locale/it.json +7 -8
- umap/static/umap/locale/ja.js +7 -8
- umap/static/umap/locale/ja.json +7 -8
- umap/static/umap/locale/ko.js +7 -8
- umap/static/umap/locale/ko.json +7 -8
- umap/static/umap/locale/lt.js +7 -8
- umap/static/umap/locale/lt.json +7 -8
- umap/static/umap/locale/ms.js +7 -8
- umap/static/umap/locale/ms.json +7 -8
- umap/static/umap/locale/nl.js +7 -8
- umap/static/umap/locale/nl.json +7 -8
- umap/static/umap/locale/no.js +7 -8
- umap/static/umap/locale/no.json +7 -8
- umap/static/umap/locale/pl.js +53 -54
- umap/static/umap/locale/pl.json +53 -54
- umap/static/umap/locale/pl_PL.json +7 -8
- umap/static/umap/locale/pt.js +7 -8
- umap/static/umap/locale/pt.json +7 -8
- umap/static/umap/locale/pt_BR.js +7 -8
- umap/static/umap/locale/pt_BR.json +7 -8
- umap/static/umap/locale/pt_PT.js +7 -8
- umap/static/umap/locale/pt_PT.json +7 -8
- umap/static/umap/locale/ro.js +7 -8
- umap/static/umap/locale/ro.json +7 -8
- umap/static/umap/locale/ru.js +7 -8
- umap/static/umap/locale/ru.json +7 -8
- umap/static/umap/locale/sk_SK.js +7 -8
- umap/static/umap/locale/sk_SK.json +7 -8
- umap/static/umap/locale/sl.js +7 -8
- umap/static/umap/locale/sl.json +7 -8
- umap/static/umap/locale/sr.js +7 -8
- umap/static/umap/locale/sr.json +7 -8
- umap/static/umap/locale/sv.js +7 -8
- umap/static/umap/locale/sv.json +7 -8
- umap/static/umap/locale/th_TH.js +7 -8
- umap/static/umap/locale/th_TH.json +7 -8
- umap/static/umap/locale/tr.js +7 -8
- umap/static/umap/locale/tr.json +7 -8
- umap/static/umap/locale/uk_UA.js +7 -8
- umap/static/umap/locale/uk_UA.json +7 -8
- umap/static/umap/locale/vi.js +7 -8
- umap/static/umap/locale/vi.json +7 -8
- umap/static/umap/locale/vi_VN.json +7 -8
- umap/static/umap/locale/zh.js +7 -8
- umap/static/umap/locale/zh.json +7 -8
- umap/static/umap/locale/zh_CN.json +7 -8
- umap/static/umap/locale/zh_TW.Big5.json +7 -8
- umap/static/umap/locale/zh_TW.js +20 -21
- umap/static/umap/locale/zh_TW.json +20 -21
- umap/static/umap/map.css +6 -21
- umap/static/umap/unittests/utils.js +7 -7
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.esm.js +942 -0
- umap/static/umap/vendors/photon/leaflet.photon.esm.js +472 -0
- umap/sync/app.py +4 -1
- umap/templates/umap/content_footer.html +1 -0
- umap/templates/umap/css.html +0 -4
- umap/templates/umap/js.html +1 -8
- umap/templates/umap/team_form.html +2 -1
- umap/tests/integration/conftest.py +3 -2
- umap/tests/integration/test_anonymous_owned_map.py +1 -1
- umap/tests/integration/test_conditional_rules.py +106 -51
- umap/tests/integration/test_draw_polygon.py +4 -0
- umap/tests/integration/test_draw_polyline.py +11 -0
- umap/tests/integration/test_edit_datalayer.py +1 -1
- umap/tests/integration/test_edit_map.py +2 -0
- umap/tests/integration/test_fields.py +19 -0
- umap/tests/integration/test_filters.py +24 -0
- umap/tests/integration/test_iframe.py +1 -1
- umap/tests/integration/test_import.py +26 -0
- umap/tests/integration/test_map.py +3 -3
- umap/tests/integration/test_optimistic_merge.py +7 -1
- umap/tests/integration/test_owned_map.py +2 -2
- umap/tests/integration/test_popup.py +31 -0
- umap/tests/integration/test_remote_data.py +5 -5
- umap/tests/integration/test_search.py +41 -0
- umap/tests/integration/test_share.py +2 -2
- umap/tests/integration/test_team.py +1 -1
- umap/tests/integration/test_websocket_sync.py +6 -1
- umap/tests/test_search_maps_command.py +44 -0
- umap/tests/test_utils.py +4 -1
- umap/utils.py +10 -3
- umap/views.py +17 -4
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/METADATA +29 -23
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/RECORD +210 -214
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/WHEEL +1 -1
- umap/static/umap/js/umap.core.js +0 -93
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -46
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -240
- umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- umap/static/umap/vendors/hash/leaflet-hash.js +0 -162
- umap/static/umap/vendors/loading/Control.Loading.css +0 -26
- umap/static/umap/vendors/loading/Control.Loading.js +0 -351
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -1
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -1
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -4
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -1
- umap/static/umap/vendors/photon/leaflet.photon.js +0 -487
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/entry_points.txt +0 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/el.js
CHANGED
|
@@ -99,13 +99,11 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Διαγραφή αυτής της κορυφής (Alt+Click)",
|
|
100
100
|
"Delete": "Διαγραφή",
|
|
101
101
|
"description": "Περιγραφή",
|
|
102
|
-
"Direct link": "Απευθείας σύνδεσμος",
|
|
103
102
|
"Directions from here": "Κατευθύνσεις από εδώ",
|
|
104
103
|
"Display label": "Εμφάνιση ετικέτας",
|
|
105
104
|
"Display measure": "Εμφάνιση μέτρησης",
|
|
106
105
|
"display name": "Όνομα που εμφανίζεται",
|
|
107
106
|
"Display on load": "Εμφάνιση κατά την φόρτωση",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Εμφάνιση εικονιδίου επεξεργασίας OpenStreetMap",
|
|
109
107
|
"Display the embed control": "Εμφάνιση εικονιδίου διαμοιρασμού",
|
|
110
108
|
"Display the fullscreen control": "Εμφάνιση εικονιδίου πλήρους οθόνης",
|
|
111
109
|
"Display the locate control": "Εμφάνιση εικονιδίου γεωεντοπισμού",
|
|
@@ -135,7 +133,6 @@ const locale = {
|
|
|
135
133
|
"Edit this feature": "Επεξεργασία αυτού του στοιχείου",
|
|
136
134
|
"Edit": "Επεξεργασία",
|
|
137
135
|
"Embed and link options": "Επιλογές ενσωμάτωσης και σύνδεσης",
|
|
138
|
-
"Embed the map": "Ένθεση του χάρτη",
|
|
139
136
|
"Emoji & Character": "Emoji & Χαρακτήρες",
|
|
140
137
|
"Empty": "Κενό",
|
|
141
138
|
"Equidistant": "Ισαπέχουσα",
|
|
@@ -165,7 +162,6 @@ const locale = {
|
|
|
165
162
|
"Help": "Βοήθεια",
|
|
166
163
|
"hidden": "Απόκρυψη",
|
|
167
164
|
"Hide controls": "Απόκρυψη εργαλείων ελέγχου",
|
|
168
|
-
"Home": "Αρχική",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Πόσο απλοποιείται η συνθέτη γραμμή σε κάθε επίπεδο εστίασης (περισσότερο = καλύτερη απόδοση και ομαλότερη εμφάνιση, λιγότερο = περισσότερη ακρίβεια)",
|
|
170
166
|
"icon opacity": "icon opacity",
|
|
171
167
|
"Icon shape": "Μορφή εικονιδίου",
|
|
@@ -239,7 +235,6 @@ const locale = {
|
|
|
239
235
|
"No licence has been set": "Δεν έχει οριστεί άδεια χρήσης",
|
|
240
236
|
"No results": "Δεν υπάρχουν αποτελέσματα",
|
|
241
237
|
"no": "όχι",
|
|
242
|
-
"No.": "Όχι.",
|
|
243
238
|
"None": "Κανένα",
|
|
244
239
|
"Number of desired classes (default 5)": "Αριθμός επιθυμητών κατηγοριών (προεπιλογή 5)",
|
|
245
240
|
"On the bottom": "Στο κάτω μέρος",
|
|
@@ -252,7 +247,6 @@ const locale = {
|
|
|
252
247
|
"Open current feature on load": "Άνοιγμα τρέχοντος στοιχείου κατά τη φόρτωση",
|
|
253
248
|
"Open link in…": "Άνοιγμα συνδέσμου σε…",
|
|
254
249
|
"Open share & download panel": "Άνοιγμα πλαισίου διαμοιρασμού και λήψης",
|
|
255
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ανοίξτε τον χάρτη σε έναν επεξεργαστή χαρτών για να παρέχετε πιο ακριβή δεδομένα στο OpenStreetMap",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Προαιρετικό. Ίδιο με το χρώμα αν δεν οριστεί.",
|
|
258
252
|
"Optional.": "Προαιρετικό",
|
|
@@ -295,7 +289,6 @@ const locale = {
|
|
|
295
289
|
"settings": "ρυθμίσεις",
|
|
296
290
|
"Shape properties": "Ιδιότητες σχήματος",
|
|
297
291
|
"Share and download": "Κοινοποίηση και λήψη",
|
|
298
|
-
"Share this link to open a customized map view": "Μοιραστείτε αυτόν τον σύνδεσμο για να ανοίξετε μια προσαρμοσμένη προβολή χάρτη",
|
|
299
292
|
"Short credits": "Εύσημα εν συντομία",
|
|
300
293
|
"Short link": "Σύντομος σύνδεσμος",
|
|
301
294
|
"Show this layer in the caption": "Εμφάνιση αυτού του επιπέδου στη λεζάντα",
|
|
@@ -650,7 +643,13 @@ const locale = {
|
|
|
650
643
|
"List of values": "List of values",
|
|
651
644
|
"Yes / No": "Yes / No",
|
|
652
645
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
646
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
647
|
+
"All layers": "All layers",
|
|
648
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
649
|
+
"Share": "Share",
|
|
650
|
+
"Customized link": "Customized link",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|
|
655
654
|
L.registerLocale("el", locale)
|
|
656
655
|
L.setLocale("el")
|
umap/static/umap/locale/el.json
CHANGED
|
@@ -99,13 +99,11 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Διαγραφή αυτής της κορυφής (Alt+Click)",
|
|
100
100
|
"Delete": "Διαγραφή",
|
|
101
101
|
"description": "Περιγραφή",
|
|
102
|
-
"Direct link": "Απευθείας σύνδεσμος",
|
|
103
102
|
"Directions from here": "Κατευθύνσεις από εδώ",
|
|
104
103
|
"Display label": "Εμφάνιση ετικέτας",
|
|
105
104
|
"Display measure": "Εμφάνιση μέτρησης",
|
|
106
105
|
"display name": "Όνομα που εμφανίζεται",
|
|
107
106
|
"Display on load": "Εμφάνιση κατά την φόρτωση",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Εμφάνιση εικονιδίου επεξεργασίας OpenStreetMap",
|
|
109
107
|
"Display the embed control": "Εμφάνιση εικονιδίου διαμοιρασμού",
|
|
110
108
|
"Display the fullscreen control": "Εμφάνιση εικονιδίου πλήρους οθόνης",
|
|
111
109
|
"Display the locate control": "Εμφάνιση εικονιδίου γεωεντοπισμού",
|
|
@@ -135,7 +133,6 @@
|
|
|
135
133
|
"Edit this feature": "Επεξεργασία αυτού του στοιχείου",
|
|
136
134
|
"Edit": "Επεξεργασία",
|
|
137
135
|
"Embed and link options": "Επιλογές ενσωμάτωσης και σύνδεσης",
|
|
138
|
-
"Embed the map": "Ένθεση του χάρτη",
|
|
139
136
|
"Emoji & Character": "Emoji & Χαρακτήρες",
|
|
140
137
|
"Empty": "Κενό",
|
|
141
138
|
"Equidistant": "Ισαπέχουσα",
|
|
@@ -165,7 +162,6 @@
|
|
|
165
162
|
"Help": "Βοήθεια",
|
|
166
163
|
"hidden": "Απόκρυψη",
|
|
167
164
|
"Hide controls": "Απόκρυψη εργαλείων ελέγχου",
|
|
168
|
-
"Home": "Αρχική",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Πόσο απλοποιείται η συνθέτη γραμμή σε κάθε επίπεδο εστίασης (περισσότερο = καλύτερη απόδοση και ομαλότερη εμφάνιση, λιγότερο = περισσότερη ακρίβεια)",
|
|
170
166
|
"icon opacity": "icon opacity",
|
|
171
167
|
"Icon shape": "Μορφή εικονιδίου",
|
|
@@ -239,7 +235,6 @@
|
|
|
239
235
|
"No licence has been set": "Δεν έχει οριστεί άδεια χρήσης",
|
|
240
236
|
"No results": "Δεν υπάρχουν αποτελέσματα",
|
|
241
237
|
"no": "όχι",
|
|
242
|
-
"No.": "Όχι.",
|
|
243
238
|
"None": "Κανένα",
|
|
244
239
|
"Number of desired classes (default 5)": "Αριθμός επιθυμητών κατηγοριών (προεπιλογή 5)",
|
|
245
240
|
"On the bottom": "Στο κάτω μέρος",
|
|
@@ -252,7 +247,6 @@
|
|
|
252
247
|
"Open current feature on load": "Άνοιγμα τρέχοντος στοιχείου κατά τη φόρτωση",
|
|
253
248
|
"Open link in…": "Άνοιγμα συνδέσμου σε…",
|
|
254
249
|
"Open share & download panel": "Άνοιγμα πλαισίου διαμοιρασμού και λήψης",
|
|
255
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ανοίξτε τον χάρτη σε έναν επεξεργαστή χαρτών για να παρέχετε πιο ακριβή δεδομένα στο OpenStreetMap",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Προαιρετικό. Ίδιο με το χρώμα αν δεν οριστεί.",
|
|
258
252
|
"Optional.": "Προαιρετικό",
|
|
@@ -295,7 +289,6 @@
|
|
|
295
289
|
"settings": "ρυθμίσεις",
|
|
296
290
|
"Shape properties": "Ιδιότητες σχήματος",
|
|
297
291
|
"Share and download": "Κοινοποίηση και λήψη",
|
|
298
|
-
"Share this link to open a customized map view": "Μοιραστείτε αυτόν τον σύνδεσμο για να ανοίξετε μια προσαρμοσμένη προβολή χάρτη",
|
|
299
292
|
"Short credits": "Εύσημα εν συντομία",
|
|
300
293
|
"Short link": "Σύντομος σύνδεσμος",
|
|
301
294
|
"Show this layer in the caption": "Εμφάνιση αυτού του επιπέδου στη λεζάντα",
|
|
@@ -650,5 +643,11 @@
|
|
|
650
643
|
"List of values": "List of values",
|
|
651
644
|
"Yes / No": "Yes / No",
|
|
652
645
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
646
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
647
|
+
"All layers": "All layers",
|
|
648
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
649
|
+
"Share": "Share",
|
|
650
|
+
"Customized link": "Customized link",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|
umap/static/umap/locale/en.js
CHANGED
|
@@ -99,13 +99,11 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Delete",
|
|
101
101
|
"description": "description",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Directions from here",
|
|
104
103
|
"Display label": "Display label",
|
|
105
104
|
"Display measure": "Display measure",
|
|
106
105
|
"display name": "display name",
|
|
107
106
|
"Display on load": "Display on load",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
|
109
107
|
"Display the embed control": "Display the embed control",
|
|
110
108
|
"Display the fullscreen control": "Display the fullscreen control",
|
|
111
109
|
"Display the locate control": "Display the locate control",
|
|
@@ -135,7 +133,6 @@ const locale = {
|
|
|
135
133
|
"Edit this feature": "Edit this feature",
|
|
136
134
|
"Edit": "Edit",
|
|
137
135
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Embed the map",
|
|
139
136
|
"Emoji & Character": "Emoji & Character",
|
|
140
137
|
"Empty": "Empty",
|
|
141
138
|
"Equidistant": "Equidistant",
|
|
@@ -165,7 +162,6 @@ const locale = {
|
|
|
165
162
|
"Help": "Help",
|
|
166
163
|
"hidden": "hidden",
|
|
167
164
|
"Hide controls": "Hide controls",
|
|
168
|
-
"Home": "Home",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
|
|
170
166
|
"icon opacity": "icon opacity",
|
|
171
167
|
"Icon shape": "Icon shape",
|
|
@@ -239,7 +235,6 @@ const locale = {
|
|
|
239
235
|
"No licence has been set": "No licence has been set",
|
|
240
236
|
"No results": "No results",
|
|
241
237
|
"no": "no",
|
|
242
|
-
"No.": "No.",
|
|
243
238
|
"None": "None",
|
|
244
239
|
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
245
240
|
"On the bottom": "On the bottom",
|
|
@@ -252,7 +247,6 @@ const locale = {
|
|
|
252
247
|
"Open current feature on load": "Open current feature on load",
|
|
253
248
|
"Open link in…": "Open link in…",
|
|
254
249
|
"Open share & download panel": "Open share & download panel",
|
|
255
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Optional. Same as color if not set.",
|
|
258
252
|
"Optional.": "Optional.",
|
|
@@ -295,7 +289,6 @@ const locale = {
|
|
|
295
289
|
"settings": "settings",
|
|
296
290
|
"Shape properties": "Shape properties",
|
|
297
291
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
292
|
"Short credits": "Short credits",
|
|
300
293
|
"Short link": "Short link",
|
|
301
294
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,7 +643,13 @@ const locale = {
|
|
|
650
643
|
"List of values": "List of values",
|
|
651
644
|
"Yes / No": "Yes / No",
|
|
652
645
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
646
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
647
|
+
"All layers": "All layers",
|
|
648
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
649
|
+
"Share": "Share",
|
|
650
|
+
"Customized link": "Customized link",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|
|
655
654
|
L.registerLocale("en", locale)
|
|
656
655
|
L.setLocale("en")
|
umap/static/umap/locale/en.json
CHANGED
|
@@ -99,13 +99,11 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Delete",
|
|
101
101
|
"description": "description",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Directions from here",
|
|
104
103
|
"Display label": "Display label",
|
|
105
104
|
"Display measure": "Display measure",
|
|
106
105
|
"display name": "display name",
|
|
107
106
|
"Display on load": "Display on load",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
|
109
107
|
"Display the embed control": "Display the embed control",
|
|
110
108
|
"Display the fullscreen control": "Display the fullscreen control",
|
|
111
109
|
"Display the locate control": "Display the locate control",
|
|
@@ -135,7 +133,6 @@
|
|
|
135
133
|
"Edit this feature": "Edit this feature",
|
|
136
134
|
"Edit": "Edit",
|
|
137
135
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Embed the map",
|
|
139
136
|
"Emoji & Character": "Emoji & Character",
|
|
140
137
|
"Empty": "Empty",
|
|
141
138
|
"Equidistant": "Equidistant",
|
|
@@ -165,7 +162,6 @@
|
|
|
165
162
|
"Help": "Help",
|
|
166
163
|
"hidden": "hidden",
|
|
167
164
|
"Hide controls": "Hide controls",
|
|
168
|
-
"Home": "Home",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
|
|
170
166
|
"icon opacity": "icon opacity",
|
|
171
167
|
"Icon shape": "Icon shape",
|
|
@@ -239,7 +235,6 @@
|
|
|
239
235
|
"No licence has been set": "No licence has been set",
|
|
240
236
|
"No results": "No results",
|
|
241
237
|
"no": "no",
|
|
242
|
-
"No.": "No.",
|
|
243
238
|
"None": "None",
|
|
244
239
|
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
245
240
|
"On the bottom": "On the bottom",
|
|
@@ -252,7 +247,6 @@
|
|
|
252
247
|
"Open current feature on load": "Open current feature on load",
|
|
253
248
|
"Open link in…": "Open link in…",
|
|
254
249
|
"Open share & download panel": "Open share & download panel",
|
|
255
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Optional. Same as color if not set.",
|
|
258
252
|
"Optional.": "Optional.",
|
|
@@ -295,7 +289,6 @@
|
|
|
295
289
|
"settings": "settings",
|
|
296
290
|
"Shape properties": "Shape properties",
|
|
297
291
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
292
|
"Short credits": "Short credits",
|
|
300
293
|
"Short link": "Short link",
|
|
301
294
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,5 +643,11 @@
|
|
|
650
643
|
"List of values": "List of values",
|
|
651
644
|
"Yes / No": "Yes / No",
|
|
652
645
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
646
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
647
|
+
"All layers": "All layers",
|
|
648
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
649
|
+
"Share": "Share",
|
|
650
|
+
"Customized link": "Customized link",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|
|
@@ -99,13 +99,11 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Delete",
|
|
101
101
|
"description": "description",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Directions from here",
|
|
104
103
|
"Display label": "Display label",
|
|
105
104
|
"Display measure": "Display measure",
|
|
106
105
|
"display name": "display name",
|
|
107
106
|
"Display on load": "Display on load",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
|
109
107
|
"Display the embed control": "Display the embed control",
|
|
110
108
|
"Display the fullscreen control": "Display the fullscreen control",
|
|
111
109
|
"Display the locate control": "Display the locate control",
|
|
@@ -135,7 +133,6 @@
|
|
|
135
133
|
"Edit this feature": "Edit this feature",
|
|
136
134
|
"Edit": "Edit",
|
|
137
135
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Embed map",
|
|
139
136
|
"Emoji & Character": "Emoji & Character",
|
|
140
137
|
"Empty": "Empty",
|
|
141
138
|
"Equidistant": "Equidistant",
|
|
@@ -165,7 +162,6 @@
|
|
|
165
162
|
"Help": "Help",
|
|
166
163
|
"hidden": "hidden",
|
|
167
164
|
"Hide controls": "Hide controls",
|
|
168
|
-
"Home": "Home",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
|
|
170
166
|
"icon opacity": "icon opacity",
|
|
171
167
|
"Icon shape": "Icon shape",
|
|
@@ -239,7 +235,6 @@
|
|
|
239
235
|
"No licence has been set": "No licence has been set",
|
|
240
236
|
"No results": "No results",
|
|
241
237
|
"no": "no",
|
|
242
|
-
"No.": "No.",
|
|
243
238
|
"None": "None",
|
|
244
239
|
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
245
240
|
"On the bottom": "On the bottom",
|
|
@@ -252,7 +247,6 @@
|
|
|
252
247
|
"Open current feature on load": "Open current feature on load",
|
|
253
248
|
"Open link in…": "Open link in…",
|
|
254
249
|
"Open share & download panel": "Open share & download panel",
|
|
255
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Optional. Same as color if not set.",
|
|
258
252
|
"Optional.": "Optional.",
|
|
@@ -295,7 +289,6 @@
|
|
|
295
289
|
"settings": "settings",
|
|
296
290
|
"Shape properties": "Shape properties",
|
|
297
291
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
292
|
"Short credits": "Short credits",
|
|
300
293
|
"Short link": "Short link",
|
|
301
294
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,5 +643,11 @@
|
|
|
650
643
|
"List of values": "List of values",
|
|
651
644
|
"Yes / No": "Yes / No",
|
|
652
645
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
646
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
647
|
+
"All layers": "All layers",
|
|
648
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
649
|
+
"Share": "Share",
|
|
650
|
+
"Customized link": "Customized link",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|
umap/static/umap/locale/es.js
CHANGED
|
@@ -70,7 +70,7 @@ const locale = {
|
|
|
70
70
|
"color": "color",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Lista de números separados por comas, incluyendo valores mínimos y máximos.",
|
|
72
72
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista de propiedades separadas por comas para ordenar elementos. Para invertir el orden, coloca un signo menos (-) antes. Ej. miclave,-otraclave.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Valores separados por coma, tabulación o punto y coma. Se asume el SRS WGS84. Solo se importan geometrías de tipo Punto. La importación buscará en los encabezados de las columnas cualquier mención a «lat» y «lon» al comienzo del encabezado, sin distinción entre mayúsculas y minúsculas. Todas las demás columnas se importan como propiedades.",
|
|
74
74
|
"Congratulations, your map has been created!": "¡Felicidades, tu mapa ha sido creado!",
|
|
75
75
|
"Continue line": "Línea continua",
|
|
76
76
|
"Coordinates": "Coordenadas",
|
|
@@ -99,13 +99,11 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clic)",
|
|
100
100
|
"Delete": "Eliminar",
|
|
101
101
|
"description": "descripción",
|
|
102
|
-
"Direct link": "Enlace directo",
|
|
103
102
|
"Directions from here": "Indicaciones desde aquí",
|
|
104
103
|
"Display label": "Mostrar etiqueta",
|
|
105
104
|
"Display measure": "Mostrar medición",
|
|
106
105
|
"display name": "nombre para mostrar",
|
|
107
106
|
"Display on load": "Mostrar al cargar",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Mostrar el control para abrir el editor de OpenStreetMap",
|
|
109
107
|
"Display the embed control": "Mostrar el control de embebido",
|
|
110
108
|
"Display the fullscreen control": "Mostrar el control de pantalla completa",
|
|
111
109
|
"Display the locate control": "Mostrar el control de ubicación",
|
|
@@ -135,7 +133,6 @@ const locale = {
|
|
|
135
133
|
"Edit this feature": "Editar este elemento",
|
|
136
134
|
"Edit": "Editar",
|
|
137
135
|
"Embed and link options": "Opciones de embebido y enlace",
|
|
138
|
-
"Embed the map": "Embeber el mapa",
|
|
139
136
|
"Emoji & Character": "Emoji y carácter",
|
|
140
137
|
"Empty": "Vaciar",
|
|
141
138
|
"Equidistant": "Equidistante",
|
|
@@ -165,7 +162,6 @@ const locale = {
|
|
|
165
162
|
"Help": "Ayuda",
|
|
166
163
|
"hidden": "oculto",
|
|
167
164
|
"Hide controls": "Ocultar controles",
|
|
168
|
-
"Home": "Inicio",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Cuánto simplificar la polilínea en cada nivel de zoom (más = mejor rendimiento y apariencia más suave, menos = más preciso)",
|
|
170
166
|
"icon opacity": "opacidad del icono",
|
|
171
167
|
"Icon shape": "Forma del icono",
|
|
@@ -239,7 +235,6 @@ const locale = {
|
|
|
239
235
|
"No licence has been set": "No se ha establecido ninguna licencia",
|
|
240
236
|
"No results": "Sin resultados",
|
|
241
237
|
"no": "no",
|
|
242
|
-
"No.": "Núm.",
|
|
243
238
|
"None": "Ninguno",
|
|
244
239
|
"Number of desired classes (default 5)": "Número de clases deseadas (5 por defecto)",
|
|
245
240
|
"On the bottom": "En la parte inferior",
|
|
@@ -252,7 +247,6 @@ const locale = {
|
|
|
252
247
|
"Open current feature on load": "Abrir el elemento actual al cargar",
|
|
253
248
|
"Open link in…": "Abrir enlace en…",
|
|
254
249
|
"Open share & download panel": "Abrir panel de compartir y descargar",
|
|
255
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abre esta extensión de mapa en un editor de mapas para proporcionar datos más precisos a OpenStreetMap",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Opcional. Igual que el color si no se establece.",
|
|
258
252
|
"Optional.": "Opcional.",
|
|
@@ -295,7 +289,6 @@ const locale = {
|
|
|
295
289
|
"settings": "ajustes",
|
|
296
290
|
"Shape properties": "Propiedades de la forma",
|
|
297
291
|
"Share and download": "Compartir y descargar",
|
|
298
|
-
"Share this link to open a customized map view": "Comparte este enlace para abrir una vista de mapa personalizada",
|
|
299
292
|
"Short credits": "Créditos cortos",
|
|
300
293
|
"Short link": "Enlace corto",
|
|
301
294
|
"Show this layer in the caption": "Mostrar esta capa en la leyenda",
|
|
@@ -639,18 +632,24 @@ const locale = {
|
|
|
639
632
|
"See on Wikipedia": "Ver en Wikipedia",
|
|
640
633
|
"Anonymous map: update who can see and edit it": "Mapa anónimo: actualiza quién puede verlo y editarlo",
|
|
641
634
|
"Login": "Iniciar sesión",
|
|
642
|
-
"Manage filters": "
|
|
643
|
-
"Map (all layers)": "
|
|
644
|
-
"Add a filter for this field": "
|
|
645
|
-
"Short text": "
|
|
646
|
-
"Text": "
|
|
647
|
-
"Number": "
|
|
648
|
-
"Date": "
|
|
649
|
-
"Date and time": "
|
|
650
|
-
"List of values": "
|
|
651
|
-
"Yes / No": "
|
|
652
|
-
"Select field to compute intensity": "
|
|
653
|
-
"Optional intensity field to compute heatmap": "
|
|
635
|
+
"Manage filters": "Administrar filtros",
|
|
636
|
+
"Map (all layers)": "Mapa (todas las capas)",
|
|
637
|
+
"Add a filter for this field": "Agregar un filtro para este campo",
|
|
638
|
+
"Short text": "Texto corto",
|
|
639
|
+
"Text": "Texto",
|
|
640
|
+
"Number": "Número",
|
|
641
|
+
"Date": "Fecha",
|
|
642
|
+
"Date and time": "Fecha y hora",
|
|
643
|
+
"List of values": "Lista de valores",
|
|
644
|
+
"Yes / No": "Sí / No",
|
|
645
|
+
"Select field to compute intensity": "Seleccionar campo para calcular intensidad",
|
|
646
|
+
"Optional intensity field to compute heatmap": "Campo de intensidad opcional para calcular el mapa de calor",
|
|
647
|
+
"All layers": "Todas las capas",
|
|
648
|
+
"Comma separated list of values": "Lista de valores separada por comas",
|
|
649
|
+
"Share": "Compartir",
|
|
650
|
+
"Customized link": "Enlace personalizado",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|
|
655
654
|
L.registerLocale("es", locale)
|
|
656
655
|
L.setLocale("es")
|
umap/static/umap/locale/es.json
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"color": "color",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Lista de números separados por comas, incluyendo valores mínimos y máximos.",
|
|
72
72
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista de propiedades separadas por comas para ordenar elementos. Para invertir el orden, coloca un signo menos (-) antes. Ej. miclave,-otraclave.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Valores separados por coma, tabulación o punto y coma. Se asume el SRS WGS84. Solo se importan geometrías de tipo Punto. La importación buscará en los encabezados de las columnas cualquier mención a «lat» y «lon» al comienzo del encabezado, sin distinción entre mayúsculas y minúsculas. Todas las demás columnas se importan como propiedades.",
|
|
74
74
|
"Congratulations, your map has been created!": "¡Felicidades, tu mapa ha sido creado!",
|
|
75
75
|
"Continue line": "Línea continua",
|
|
76
76
|
"Coordinates": "Coordenadas",
|
|
@@ -99,13 +99,11 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clic)",
|
|
100
100
|
"Delete": "Eliminar",
|
|
101
101
|
"description": "descripción",
|
|
102
|
-
"Direct link": "Enlace directo",
|
|
103
102
|
"Directions from here": "Indicaciones desde aquí",
|
|
104
103
|
"Display label": "Mostrar etiqueta",
|
|
105
104
|
"Display measure": "Mostrar medición",
|
|
106
105
|
"display name": "nombre para mostrar",
|
|
107
106
|
"Display on load": "Mostrar al cargar",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Mostrar el control para abrir el editor de OpenStreetMap",
|
|
109
107
|
"Display the embed control": "Mostrar el control de embebido",
|
|
110
108
|
"Display the fullscreen control": "Mostrar el control de pantalla completa",
|
|
111
109
|
"Display the locate control": "Mostrar el control de ubicación",
|
|
@@ -135,7 +133,6 @@
|
|
|
135
133
|
"Edit this feature": "Editar este elemento",
|
|
136
134
|
"Edit": "Editar",
|
|
137
135
|
"Embed and link options": "Opciones de embebido y enlace",
|
|
138
|
-
"Embed the map": "Embeber el mapa",
|
|
139
136
|
"Emoji & Character": "Emoji y carácter",
|
|
140
137
|
"Empty": "Vaciar",
|
|
141
138
|
"Equidistant": "Equidistante",
|
|
@@ -165,7 +162,6 @@
|
|
|
165
162
|
"Help": "Ayuda",
|
|
166
163
|
"hidden": "oculto",
|
|
167
164
|
"Hide controls": "Ocultar controles",
|
|
168
|
-
"Home": "Inicio",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Cuánto simplificar la polilínea en cada nivel de zoom (más = mejor rendimiento y apariencia más suave, menos = más preciso)",
|
|
170
166
|
"icon opacity": "opacidad del icono",
|
|
171
167
|
"Icon shape": "Forma del icono",
|
|
@@ -239,7 +235,6 @@
|
|
|
239
235
|
"No licence has been set": "No se ha establecido ninguna licencia",
|
|
240
236
|
"No results": "Sin resultados",
|
|
241
237
|
"no": "no",
|
|
242
|
-
"No.": "Núm.",
|
|
243
238
|
"None": "Ninguno",
|
|
244
239
|
"Number of desired classes (default 5)": "Número de clases deseadas (5 por defecto)",
|
|
245
240
|
"On the bottom": "En la parte inferior",
|
|
@@ -252,7 +247,6 @@
|
|
|
252
247
|
"Open current feature on load": "Abrir el elemento actual al cargar",
|
|
253
248
|
"Open link in…": "Abrir enlace en…",
|
|
254
249
|
"Open share & download panel": "Abrir panel de compartir y descargar",
|
|
255
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abre esta extensión de mapa en un editor de mapas para proporcionar datos más precisos a OpenStreetMap",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Opcional. Igual que el color si no se establece.",
|
|
258
252
|
"Optional.": "Opcional.",
|
|
@@ -295,7 +289,6 @@
|
|
|
295
289
|
"settings": "ajustes",
|
|
296
290
|
"Shape properties": "Propiedades de la forma",
|
|
297
291
|
"Share and download": "Compartir y descargar",
|
|
298
|
-
"Share this link to open a customized map view": "Comparte este enlace para abrir una vista de mapa personalizada",
|
|
299
292
|
"Short credits": "Créditos cortos",
|
|
300
293
|
"Short link": "Enlace corto",
|
|
301
294
|
"Show this layer in the caption": "Mostrar esta capa en la leyenda",
|
|
@@ -639,16 +632,22 @@
|
|
|
639
632
|
"See on Wikipedia": "Ver en Wikipedia",
|
|
640
633
|
"Anonymous map: update who can see and edit it": "Mapa anónimo: actualiza quién puede verlo y editarlo",
|
|
641
634
|
"Login": "Iniciar sesión",
|
|
642
|
-
"Manage filters": "
|
|
643
|
-
"Map (all layers)": "
|
|
644
|
-
"Add a filter for this field": "
|
|
645
|
-
"Short text": "
|
|
646
|
-
"Text": "
|
|
647
|
-
"Number": "
|
|
648
|
-
"Date": "
|
|
649
|
-
"Date and time": "
|
|
650
|
-
"List of values": "
|
|
651
|
-
"Yes / No": "
|
|
652
|
-
"Select field to compute intensity": "
|
|
653
|
-
"Optional intensity field to compute heatmap": "
|
|
635
|
+
"Manage filters": "Administrar filtros",
|
|
636
|
+
"Map (all layers)": "Mapa (todas las capas)",
|
|
637
|
+
"Add a filter for this field": "Agregar un filtro para este campo",
|
|
638
|
+
"Short text": "Texto corto",
|
|
639
|
+
"Text": "Texto",
|
|
640
|
+
"Number": "Número",
|
|
641
|
+
"Date": "Fecha",
|
|
642
|
+
"Date and time": "Fecha y hora",
|
|
643
|
+
"List of values": "Lista de valores",
|
|
644
|
+
"Yes / No": "Sí / No",
|
|
645
|
+
"Select field to compute intensity": "Seleccionar campo para calcular intensidad",
|
|
646
|
+
"Optional intensity field to compute heatmap": "Campo de intensidad opcional para calcular el mapa de calor",
|
|
647
|
+
"All layers": "Todas las capas",
|
|
648
|
+
"Comma separated list of values": "Lista de valores separada por comas",
|
|
649
|
+
"Share": "Compartir",
|
|
650
|
+
"Customized link": "Enlace personalizado",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|
umap/static/umap/locale/et.js
CHANGED
|
@@ -99,13 +99,11 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Kustuta see tipp (Alt+Klõps)",
|
|
100
100
|
"Delete": "Kustuta",
|
|
101
101
|
"description": "kirjeldus",
|
|
102
|
-
"Direct link": "Otselink",
|
|
103
102
|
"Directions from here": "Juhised siit",
|
|
104
103
|
"Display label": "Kuva silt",
|
|
105
104
|
"Display measure": "Kuva suurus",
|
|
106
105
|
"display name": "display name",
|
|
107
106
|
"Display on load": "Kuva laadimisel",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Kuva OpenStreetMap'i redaktori avamise nupp",
|
|
109
107
|
"Display the embed control": "Kuva jagamise nupp",
|
|
110
108
|
"Display the fullscreen control": "Kuva täisekraani nupp",
|
|
111
109
|
"Display the locate control": "Kuva asukoha määramise nupp",
|
|
@@ -135,7 +133,6 @@ const locale = {
|
|
|
135
133
|
"Edit this feature": "Muuda seda elementi",
|
|
136
134
|
"Edit": "Muuda",
|
|
137
135
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Manusta kaart",
|
|
139
136
|
"Emoji & Character": "Emoji & Character",
|
|
140
137
|
"Empty": "Tühjenda",
|
|
141
138
|
"Equidistant": "Equidistant",
|
|
@@ -165,7 +162,6 @@ const locale = {
|
|
|
165
162
|
"Help": "Abi",
|
|
166
163
|
"hidden": "peidetud",
|
|
167
164
|
"Hide controls": "Peida juhtnupud",
|
|
168
|
-
"Home": "Avaleht",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
|
|
170
166
|
"icon opacity": "icon opacity",
|
|
171
167
|
"Icon shape": "Ikooni kuju",
|
|
@@ -239,7 +235,6 @@ const locale = {
|
|
|
239
235
|
"No licence has been set": "Litsentsi pole määratud",
|
|
240
236
|
"No results": "Tulemused puuduvad",
|
|
241
237
|
"no": "ei",
|
|
242
|
-
"No.": "Nr",
|
|
243
238
|
"None": "Mitte midagi",
|
|
244
239
|
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
245
240
|
"On the bottom": "All",
|
|
@@ -252,7 +247,6 @@ const locale = {
|
|
|
252
247
|
"Open current feature on load": "Open current feature on load",
|
|
253
248
|
"Open link in…": "Ava link...",
|
|
254
249
|
"Open share & download panel": "Open share & download panel",
|
|
255
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Valikuline. Sama mis värv, kui pole määratud teisiti",
|
|
258
252
|
"Optional.": "Valikuline.",
|
|
@@ -295,7 +289,6 @@ const locale = {
|
|
|
295
289
|
"settings": "sätted",
|
|
296
290
|
"Shape properties": "Kujundi omadused",
|
|
297
291
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
292
|
"Short credits": "Short credits",
|
|
300
293
|
"Short link": "Lühilink",
|
|
301
294
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,7 +643,13 @@ const locale = {
|
|
|
650
643
|
"List of values": "List of values",
|
|
651
644
|
"Yes / No": "Yes / No",
|
|
652
645
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
646
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
647
|
+
"All layers": "All layers",
|
|
648
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
649
|
+
"Share": "Share",
|
|
650
|
+
"Customized link": "Customized link",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|
|
655
654
|
L.registerLocale("et", locale)
|
|
656
655
|
L.setLocale("et")
|