umap-project 1.12.1__py3-none-any.whl → 1.13.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 +82 -54
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +82 -54
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +86 -58
- umap/locale/en/LC_MESSAGES/django.po +79 -51
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +82 -54
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +84 -56
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +108 -80
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +82 -54
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +82 -54
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +82 -54
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +82 -54
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +86 -58
- umap/models.py +29 -0
- umap/static/umap/base.css +33 -5
- umap/static/umap/content.css +41 -2
- umap/static/umap/img/16.svg +12 -2
- umap/static/umap/img/source/16.svg +165 -820
- umap/static/umap/js/umap.browser.js +9 -3
- umap/static/umap/js/umap.controls.js +60 -222
- umap/static/umap/js/umap.core.js +66 -30
- umap/static/umap/js/umap.forms.js +18 -31
- umap/static/umap/js/umap.icon.js +44 -21
- umap/static/umap/js/umap.js +11 -27
- umap/static/umap/js/umap.layer.js +68 -25
- umap/static/umap/js/umap.popup.js +87 -0
- umap/static/umap/js/umap.share.js +254 -0
- umap/static/umap/js/umap.ui.js +4 -2
- umap/static/umap/locale/am_ET.js +19 -9
- umap/static/umap/locale/am_ET.json +19 -9
- umap/static/umap/locale/ar.js +19 -9
- umap/static/umap/locale/ar.json +19 -9
- umap/static/umap/locale/ast.js +19 -9
- umap/static/umap/locale/ast.json +19 -9
- umap/static/umap/locale/bg.js +19 -9
- umap/static/umap/locale/bg.json +19 -9
- umap/static/umap/locale/br.js +22 -12
- umap/static/umap/locale/br.json +22 -12
- umap/static/umap/locale/ca.js +19 -9
- umap/static/umap/locale/ca.json +19 -9
- umap/static/umap/locale/cs_CZ.js +19 -9
- umap/static/umap/locale/cs_CZ.json +19 -9
- umap/static/umap/locale/da.js +19 -9
- umap/static/umap/locale/da.json +19 -9
- umap/static/umap/locale/de.js +30 -20
- umap/static/umap/locale/de.json +30 -20
- umap/static/umap/locale/el.js +19 -9
- umap/static/umap/locale/el.json +19 -9
- umap/static/umap/locale/en.js +19 -9
- umap/static/umap/locale/en.json +19 -9
- umap/static/umap/locale/en_US.json +19 -9
- umap/static/umap/locale/es.js +19 -9
- umap/static/umap/locale/es.json +19 -9
- umap/static/umap/locale/et.js +19 -9
- umap/static/umap/locale/et.json +19 -9
- umap/static/umap/locale/fa_IR.js +19 -9
- umap/static/umap/locale/fa_IR.json +19 -9
- umap/static/umap/locale/fi.js +19 -9
- umap/static/umap/locale/fi.json +19 -9
- umap/static/umap/locale/fr.js +21 -11
- umap/static/umap/locale/fr.json +21 -11
- umap/static/umap/locale/gl.js +19 -9
- umap/static/umap/locale/gl.json +19 -9
- umap/static/umap/locale/he.js +19 -9
- umap/static/umap/locale/he.json +19 -9
- umap/static/umap/locale/hr.js +19 -9
- umap/static/umap/locale/hr.json +19 -9
- umap/static/umap/locale/hu.js +19 -9
- umap/static/umap/locale/hu.json +19 -9
- umap/static/umap/locale/id.js +19 -9
- umap/static/umap/locale/id.json +19 -9
- umap/static/umap/locale/is.js +19 -9
- umap/static/umap/locale/is.json +19 -9
- umap/static/umap/locale/it.js +19 -9
- umap/static/umap/locale/it.json +19 -9
- umap/static/umap/locale/ja.js +19 -9
- umap/static/umap/locale/ja.json +19 -9
- umap/static/umap/locale/ko.js +19 -9
- umap/static/umap/locale/ko.json +19 -9
- umap/static/umap/locale/lt.js +19 -9
- umap/static/umap/locale/lt.json +19 -9
- umap/static/umap/locale/ms.js +19 -9
- umap/static/umap/locale/ms.json +19 -9
- umap/static/umap/locale/nl.js +20 -10
- umap/static/umap/locale/nl.json +20 -10
- umap/static/umap/locale/no.js +19 -9
- umap/static/umap/locale/no.json +19 -9
- umap/static/umap/locale/pl.js +19 -9
- umap/static/umap/locale/pl.json +19 -9
- umap/static/umap/locale/pl_PL.json +19 -9
- umap/static/umap/locale/pt.js +19 -9
- umap/static/umap/locale/pt.json +19 -9
- umap/static/umap/locale/pt_BR.js +19 -9
- umap/static/umap/locale/pt_BR.json +19 -9
- umap/static/umap/locale/pt_PT.js +19 -9
- umap/static/umap/locale/pt_PT.json +19 -9
- umap/static/umap/locale/ro.js +19 -9
- umap/static/umap/locale/ro.json +19 -9
- umap/static/umap/locale/ru.js +19 -9
- umap/static/umap/locale/ru.json +19 -9
- umap/static/umap/locale/sk_SK.js +19 -9
- umap/static/umap/locale/sk_SK.json +19 -9
- umap/static/umap/locale/sl.js +19 -9
- umap/static/umap/locale/sl.json +19 -9
- umap/static/umap/locale/sr.js +19 -9
- umap/static/umap/locale/sr.json +19 -9
- umap/static/umap/locale/sv.js +19 -9
- umap/static/umap/locale/sv.json +19 -9
- umap/static/umap/locale/th_TH.js +19 -9
- umap/static/umap/locale/th_TH.json +19 -9
- umap/static/umap/locale/tr.js +19 -9
- umap/static/umap/locale/tr.json +19 -9
- umap/static/umap/locale/uk_UA.js +19 -9
- umap/static/umap/locale/uk_UA.json +19 -9
- umap/static/umap/locale/vi.js +19 -9
- umap/static/umap/locale/vi.json +19 -9
- umap/static/umap/locale/vi_VN.json +19 -9
- umap/static/umap/locale/zh.js +19 -9
- umap/static/umap/locale/zh.json +19 -9
- umap/static/umap/locale/zh_CN.json +19 -9
- umap/static/umap/locale/zh_TW.Big5.json +19 -9
- umap/static/umap/locale/zh_TW.js +55 -45
- umap/static/umap/locale/zh_TW.json +55 -45
- umap/static/umap/map.css +77 -10
- umap/static/umap/test/Map.Export.js +3 -3
- umap/static/umap/test/Polygon.js +2 -2
- umap/static/umap/test/Polyline.js +2 -0
- umap/static/umap/test/index.html +1 -0
- umap/static/umap/vendors/leaflet/leaflet-src.esm.js +7055 -7054
- umap/static/umap/vendors/leaflet/leaflet-src.js +7144 -7144
- umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +1 -1
- umap/templates/auth/user_form.html +1 -1
- umap/templates/umap/content.html +1 -1
- umap/templates/umap/js.html +1 -0
- umap/templates/umap/map_list.html +1 -1
- umap/templates/umap/map_table.html +67 -35
- umap/templates/umap/user_dashboard.html +23 -1
- umap/templatetags/umap_tags.py +7 -27
- umap/tests/integration/test_edit_datalayer.py +45 -0
- umap/tests/integration/test_export_map.py +2 -3
- umap/tests/integration/test_facets_browser.py +86 -0
- umap/utils.py +17 -0
- umap/views.py +7 -18
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/METADATA +4 -11
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/RECORD +159 -156
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/WHEEL +0 -0
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/fr.js
CHANGED
|
@@ -43,7 +43,7 @@ const locale = {
|
|
|
43
43
|
"On the left": "Gauche",
|
|
44
44
|
"On the right": "Droite",
|
|
45
45
|
"On the top": "Haut",
|
|
46
|
-
"Popup content template": "Gabarit
|
|
46
|
+
"Popup content template": "Gabarit manuel de popup",
|
|
47
47
|
"Side panel": "Panneau latéral",
|
|
48
48
|
"Simplify": "Simplifier",
|
|
49
49
|
"Table": "Tableau",
|
|
@@ -145,7 +145,6 @@ const locale = {
|
|
|
145
145
|
"Display measure": "Afficher les dimensions",
|
|
146
146
|
"Display on load": "Afficher au chargement",
|
|
147
147
|
"Download": "Télécharger",
|
|
148
|
-
"Download data": "Télécharger les données",
|
|
149
148
|
"Drag to reorder": "Glisser pour réordonner",
|
|
150
149
|
"Draw a marker": "Ajouter un marqueur",
|
|
151
150
|
"Draw a polygon": "Dessiner un polygone",
|
|
@@ -210,8 +209,6 @@ const locale = {
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Doit être une valeur CSS valide (ex. : DarkBlue ou #123456)",
|
|
211
210
|
"No licence has been set": "Aucune licence définie",
|
|
212
211
|
"No results": "Aucun résultat",
|
|
213
|
-
"Only visible features will be downloaded.": "Seuls les éléments visibles seront téléchargés.",
|
|
214
|
-
"Open download panel": "Ouvrir la fenêtre de téléchargement",
|
|
215
212
|
"Open link in…": "Ouvrir le lien dans…",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ouvrir cette carte dans un éditeur OpenStreetMap pour améliorer les données",
|
|
217
214
|
"Optional intensity property for heatmap": "Propriété optionnelle à utiliser pour calculer l'intensité de la heatmap",
|
|
@@ -243,7 +240,6 @@ const locale = {
|
|
|
243
240
|
"See full screen": "Voir en plein écran",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Désactiver pour masquer ce calque du diaporama, du navigateur de données…",
|
|
245
242
|
"Shape properties": "Propriétés de la forme",
|
|
246
|
-
"Short URL": "URL courte",
|
|
247
243
|
"Short credits": "Crédit court",
|
|
248
244
|
"Show/hide layer": "Montrer/masquer un calque",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Lien simple : [[https://exemple.fr]]",
|
|
@@ -322,7 +318,7 @@ const locale = {
|
|
|
322
318
|
"No cache": "Pas de cache",
|
|
323
319
|
"Popup": "Popup",
|
|
324
320
|
"Popup (large)": "Popup (grande)",
|
|
325
|
-
"Popup content style": "Gabarit
|
|
321
|
+
"Popup content style": "Gabarit prédéfini de popup",
|
|
326
322
|
"Popup shape": "Forme de popup",
|
|
327
323
|
"Skipping unknown geometry.type: {type}": "Type de géométrie inconnu ignoré: {type}",
|
|
328
324
|
"Optional.": "Facultatif",
|
|
@@ -363,7 +359,6 @@ const locale = {
|
|
|
363
359
|
"Star this map": "Mettre la carte en favori",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Utilisez soit un caractère unique soit une URL. Vous pouvez utiliser des propriétés des marqueurs comme variables : par exemple avec \"http://myserver.org/images/{name}.png\", la variable {name} sera remplacée par la valeur de \"name\" de chacun des marqueurs.",
|
|
365
361
|
"Direct link": "Lien",
|
|
366
|
-
"Export options": "Options d'export",
|
|
367
362
|
"The zoom and center have been modified.": "Le niveau de zoom et le centre ont été modifiés.",
|
|
368
363
|
"Congratulations, your map has been created!": "Félicitations, votre carte a bien été créée !",
|
|
369
364
|
"Copy link": "Copier le lien",
|
|
@@ -421,8 +416,6 @@ const locale = {
|
|
|
421
416
|
"Update who can see and edit the map": "Définir qui peut voir et modifier la carte",
|
|
422
417
|
"View": "Aperçu",
|
|
423
418
|
"Add image URL": "URL d'une image",
|
|
424
|
-
"Backup data": "Sauvegarde des données",
|
|
425
|
-
"Download full data": "Télécharger les données complètes",
|
|
426
419
|
"Emoji & Character": "Emoji & texte",
|
|
427
420
|
"Generic": "Générique",
|
|
428
421
|
"Symbol": "Symbole",
|
|
@@ -430,8 +423,25 @@ const locale = {
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"If false, the polygon or line will act as a part of the underlying map.": "Désactiver pour que le polygone ou la ligne ne réagisse plus aux intéractions",
|
|
432
425
|
"Save map": "Enregistrer la carte",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Activer/désactiver le mode édition",
|
|
427
|
+
"All data and settings of the map": "Toutes les données et les propriétés de la carte",
|
|
428
|
+
"Embed and link options": "Intégration et partage",
|
|
429
|
+
"Go to \"{coords}\"": "Aller à \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Lien vers la carte",
|
|
431
|
+
"No.": "Non.",
|
|
432
|
+
"Only visible layers' data": "Seules les données des calques visibles",
|
|
433
|
+
"Open share & download panel": "Ouvrir le panneau de partage",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "Voir sur OpenStreetMap",
|
|
436
|
+
"Share and download": "Partager et télécharger",
|
|
437
|
+
"Share this link to open a customized map view": "Partager ce lien pour avoir une vue personnalisée",
|
|
438
|
+
"Short link": "Lien court",
|
|
439
|
+
"Street": "Rue",
|
|
440
|
+
"Type a place name or coordinates": "Entrer un lieu ou des coordonnées",
|
|
441
|
+
"copy": "copier",
|
|
442
|
+
"full backup": "sauvegarde complète",
|
|
443
|
+
"settings": "paramètres",
|
|
444
|
+
"{count} features in this layer": "{count} éléments sur ce calque"
|
|
435
445
|
}
|
|
436
446
|
L.registerLocale("fr", locale)
|
|
437
447
|
L.setLocale("fr")
|
umap/static/umap/locale/fr.json
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"On the left": "Gauche",
|
|
44
44
|
"On the right": "Droite",
|
|
45
45
|
"On the top": "Haut",
|
|
46
|
-
"Popup content template": "Gabarit
|
|
46
|
+
"Popup content template": "Gabarit manuel de popup",
|
|
47
47
|
"Side panel": "Panneau latéral",
|
|
48
48
|
"Simplify": "Simplifier",
|
|
49
49
|
"Table": "Tableau",
|
|
@@ -145,7 +145,6 @@
|
|
|
145
145
|
"Display measure": "Afficher les dimensions",
|
|
146
146
|
"Display on load": "Afficher au chargement",
|
|
147
147
|
"Download": "Télécharger",
|
|
148
|
-
"Download data": "Télécharger les données",
|
|
149
148
|
"Drag to reorder": "Glisser pour réordonner",
|
|
150
149
|
"Draw a marker": "Ajouter un marqueur",
|
|
151
150
|
"Draw a polygon": "Dessiner un polygone",
|
|
@@ -210,8 +209,6 @@
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Doit être une valeur CSS valide (ex. : DarkBlue ou #123456)",
|
|
211
210
|
"No licence has been set": "Aucune licence définie",
|
|
212
211
|
"No results": "Aucun résultat",
|
|
213
|
-
"Only visible features will be downloaded.": "Seuls les éléments visibles seront téléchargés.",
|
|
214
|
-
"Open download panel": "Ouvrir la fenêtre de téléchargement",
|
|
215
212
|
"Open link in…": "Ouvrir le lien dans…",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ouvrir cette carte dans un éditeur OpenStreetMap pour améliorer les données",
|
|
217
214
|
"Optional intensity property for heatmap": "Propriété optionnelle à utiliser pour calculer l'intensité de la heatmap",
|
|
@@ -243,7 +240,6 @@
|
|
|
243
240
|
"See full screen": "Voir en plein écran",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Désactiver pour masquer ce calque du diaporama, du navigateur de données…",
|
|
245
242
|
"Shape properties": "Propriétés de la forme",
|
|
246
|
-
"Short URL": "URL courte",
|
|
247
243
|
"Short credits": "Crédit court",
|
|
248
244
|
"Show/hide layer": "Montrer/masquer un calque",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Lien simple : [[https://exemple.fr]]",
|
|
@@ -322,7 +318,7 @@
|
|
|
322
318
|
"No cache": "Pas de cache",
|
|
323
319
|
"Popup": "Popup",
|
|
324
320
|
"Popup (large)": "Popup (grande)",
|
|
325
|
-
"Popup content style": "Gabarit
|
|
321
|
+
"Popup content style": "Gabarit prédéfini de popup",
|
|
326
322
|
"Popup shape": "Forme de popup",
|
|
327
323
|
"Skipping unknown geometry.type: {type}": "Type de géométrie inconnu ignoré: {type}",
|
|
328
324
|
"Optional.": "Facultatif",
|
|
@@ -363,7 +359,6 @@
|
|
|
363
359
|
"Star this map": "Mettre la carte en favori",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Utilisez soit un caractère unique soit une URL. Vous pouvez utiliser des propriétés des marqueurs comme variables : par exemple avec \"http://myserver.org/images/{name}.png\", la variable {name} sera remplacée par la valeur de \"name\" de chacun des marqueurs.",
|
|
365
361
|
"Direct link": "Lien",
|
|
366
|
-
"Export options": "Options d'export",
|
|
367
362
|
"The zoom and center have been modified.": "Le niveau de zoom et le centre ont été modifiés.",
|
|
368
363
|
"Congratulations, your map has been created!": "Félicitations, votre carte a bien été créée !",
|
|
369
364
|
"Copy link": "Copier le lien",
|
|
@@ -421,8 +416,6 @@
|
|
|
421
416
|
"Update who can see and edit the map": "Définir qui peut voir et modifier la carte",
|
|
422
417
|
"View": "Aperçu",
|
|
423
418
|
"Add image URL": "URL d'une image",
|
|
424
|
-
"Backup data": "Sauvegarde des données",
|
|
425
|
-
"Download full data": "Télécharger les données complètes",
|
|
426
419
|
"Emoji & Character": "Emoji & texte",
|
|
427
420
|
"Generic": "Générique",
|
|
428
421
|
"Symbol": "Symbole",
|
|
@@ -430,6 +423,23 @@
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"If false, the polygon or line will act as a part of the underlying map.": "Désactiver pour que le polygone ou la ligne ne réagisse plus aux intéractions",
|
|
432
425
|
"Save map": "Enregistrer la carte",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Activer/désactiver le mode édition",
|
|
427
|
+
"All data and settings of the map": "Toutes les données et les propriétés de la carte",
|
|
428
|
+
"Embed and link options": "Intégration et partage",
|
|
429
|
+
"Go to \"{coords}\"": "Aller à \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Lien vers la carte",
|
|
431
|
+
"No.": "Non.",
|
|
432
|
+
"Only visible layers' data": "Seules les données des calques visibles",
|
|
433
|
+
"Open share & download panel": "Ouvrir le panneau de partage",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "Voir sur OpenStreetMap",
|
|
436
|
+
"Share and download": "Partager et télécharger",
|
|
437
|
+
"Share this link to open a customized map view": "Partager ce lien pour avoir une vue personnalisée",
|
|
438
|
+
"Short link": "Lien court",
|
|
439
|
+
"Street": "Rue",
|
|
440
|
+
"Type a place name or coordinates": "Entrer un lieu ou des coordonnées",
|
|
441
|
+
"copy": "copier",
|
|
442
|
+
"full backup": "sauvegarde complète",
|
|
443
|
+
"settings": "paramètres",
|
|
444
|
+
"{count} features in this layer": "{count} éléments sur ce calque"
|
|
435
445
|
}
|
umap/static/umap/locale/gl.js
CHANGED
|
@@ -145,7 +145,6 @@ const locale = {
|
|
|
145
145
|
"Display measure": "Amosar medida",
|
|
146
146
|
"Display on load": "Amosar ó cargar",
|
|
147
147
|
"Download": "Baixar",
|
|
148
|
-
"Download data": "Baixar datos",
|
|
149
148
|
"Drag to reorder": "Arrastrar para reordenar",
|
|
150
149
|
"Draw a marker": "Debuxa unha marcaxe",
|
|
151
150
|
"Draw a polygon": "Debuxa un polígono",
|
|
@@ -210,8 +209,6 @@ const locale = {
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Ten que ser un valor CSS válido (por ex.: DarkBlue ou #123456)",
|
|
211
210
|
"No licence has been set": "Ningunha licenza foi estabelecida",
|
|
212
211
|
"No results": "Sen resultados",
|
|
213
|
-
"Only visible features will be downloaded.": "Só os elementos visíbeis baixaranse.",
|
|
214
|
-
"Open download panel": "Abrir a lapela de descarga",
|
|
215
212
|
"Open link in…": "Abrir ligazón en...",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abre a extensión deste mapa nun editor de mapas para fornecer datos máis precisos ó OpenStreetMap",
|
|
217
214
|
"Optional intensity property for heatmap": "Propiedade de intensidade opcional para o mapa de calor",
|
|
@@ -243,7 +240,6 @@ const locale = {
|
|
|
243
240
|
"See full screen": "Ollar pantalla completa",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Axústeo a falso para agochar esta capa da presentación ('slideshow'), o navegador de datos, a navegación da xanela emerxente...",
|
|
245
242
|
"Shape properties": "Propiedades da forma",
|
|
246
|
-
"Short URL": "URL curta",
|
|
247
243
|
"Short credits": "Cretos curtos",
|
|
248
244
|
"Show/hide layer": "Amosar/agochar capa",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Ligazón sinxela: [[http://example.com]]",
|
|
@@ -363,7 +359,6 @@ const locale = {
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@ const locale = {
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,8 +423,25 @@ const locale = {
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"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.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
|
436
446
|
L.registerLocale("gl", locale)
|
|
437
447
|
L.setLocale("gl")
|
umap/static/umap/locale/gl.json
CHANGED
|
@@ -145,7 +145,6 @@
|
|
|
145
145
|
"Display measure": "Amosar medida",
|
|
146
146
|
"Display on load": "Amosar ó cargar",
|
|
147
147
|
"Download": "Baixar",
|
|
148
|
-
"Download data": "Baixar datos",
|
|
149
148
|
"Drag to reorder": "Arrastrar para reordenar",
|
|
150
149
|
"Draw a marker": "Debuxa unha marcaxe",
|
|
151
150
|
"Draw a polygon": "Debuxa un polígono",
|
|
@@ -210,8 +209,6 @@
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Ten que ser un valor CSS válido (por ex.: DarkBlue ou #123456)",
|
|
211
210
|
"No licence has been set": "Ningunha licenza foi estabelecida",
|
|
212
211
|
"No results": "Sen resultados",
|
|
213
|
-
"Only visible features will be downloaded.": "Só os elementos visíbeis baixaranse.",
|
|
214
|
-
"Open download panel": "Abrir a lapela de descarga",
|
|
215
212
|
"Open link in…": "Abrir ligazón en...",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abre a extensión deste mapa nun editor de mapas para fornecer datos máis precisos ó OpenStreetMap",
|
|
217
214
|
"Optional intensity property for heatmap": "Propiedade de intensidade opcional para o mapa de calor",
|
|
@@ -243,7 +240,6 @@
|
|
|
243
240
|
"See full screen": "Ollar pantalla completa",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Axústeo a falso para agochar esta capa da presentación ('slideshow'), o navegador de datos, a navegación da xanela emerxente...",
|
|
245
242
|
"Shape properties": "Propiedades da forma",
|
|
246
|
-
"Short URL": "URL curta",
|
|
247
243
|
"Short credits": "Cretos curtos",
|
|
248
244
|
"Show/hide layer": "Amosar/agochar capa",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Ligazón sinxela: [[http://example.com]]",
|
|
@@ -363,7 +359,6 @@
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,6 +423,23 @@
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"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.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
umap/static/umap/locale/he.js
CHANGED
|
@@ -145,7 +145,6 @@ const locale = {
|
|
|
145
145
|
"Display measure": "הצגת מדידה",
|
|
146
146
|
"Display on load": "הצגה עם הטעינה",
|
|
147
147
|
"Download": "הורדה",
|
|
148
|
-
"Download data": "נתונים שהתקבלו",
|
|
149
148
|
"Drag to reorder": "יש לגרור כדי לסדר מחדש",
|
|
150
149
|
"Draw a marker": "ציור סמן",
|
|
151
150
|
"Draw a polygon": "ציור מצולע",
|
|
@@ -210,8 +209,6 @@ const locale = {
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "חייב להיות ערך CSS תקני (למשל: DarkBlue או #123456)",
|
|
211
210
|
"No licence has been set": "לא הוגדר רישיון",
|
|
212
211
|
"No results": "אין תוצאות",
|
|
213
|
-
"Only visible features will be downloaded.": "רק תכונות גלויות תתקבלנה.",
|
|
214
|
-
"Open download panel": "פתיחת לוח הורדות",
|
|
215
212
|
"Open link in…": "פתיחת קישור עם…",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "פתיחת היקף מפה זו בעורך מפות כדי לספק נתונים מדויקים יותר ל־OpenStreetMap",
|
|
217
214
|
"Optional intensity property for heatmap": "מאפיין עצמה כרשות למפת חום",
|
|
@@ -243,7 +240,6 @@ const locale = {
|
|
|
243
240
|
"See full screen": "הצגת מסך מלא",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "יש להגדיר לשקר כדי להסתיר את השכבה הזאת מהמצגת, דפדפן הנתונים, הניווט המוקפץ…",
|
|
245
242
|
"Shape properties": "מאפייני צורה",
|
|
246
|
-
"Short URL": "כתובת מקוצרת",
|
|
247
243
|
"Short credits": "תודות מקוצרות",
|
|
248
244
|
"Show/hide layer": "הצגת/הסתרת שכבה",
|
|
249
245
|
"Simple link: [[http://example.com]]": "קישור פשוט: [[http://example.com]]",
|
|
@@ -363,7 +359,6 @@ const locale = {
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@ const locale = {
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,8 +423,25 @@ const locale = {
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"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.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
|
436
446
|
L.registerLocale("he", locale)
|
|
437
447
|
L.setLocale("he")
|
umap/static/umap/locale/he.json
CHANGED
|
@@ -145,7 +145,6 @@
|
|
|
145
145
|
"Display measure": "הצגת מדידה",
|
|
146
146
|
"Display on load": "הצגה עם הטעינה",
|
|
147
147
|
"Download": "הורדה",
|
|
148
|
-
"Download data": "נתונים שהתקבלו",
|
|
149
148
|
"Drag to reorder": "יש לגרור כדי לסדר מחדש",
|
|
150
149
|
"Draw a marker": "ציור סמן",
|
|
151
150
|
"Draw a polygon": "ציור מצולע",
|
|
@@ -210,8 +209,6 @@
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "חייב להיות ערך CSS תקני (למשל: DarkBlue או #123456)",
|
|
211
210
|
"No licence has been set": "לא הוגדר רישיון",
|
|
212
211
|
"No results": "אין תוצאות",
|
|
213
|
-
"Only visible features will be downloaded.": "רק תכונות גלויות תתקבלנה.",
|
|
214
|
-
"Open download panel": "פתיחת לוח הורדות",
|
|
215
212
|
"Open link in…": "פתיחת קישור עם…",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "פתיחת היקף מפה זו בעורך מפות כדי לספק נתונים מדויקים יותר ל־OpenStreetMap",
|
|
217
214
|
"Optional intensity property for heatmap": "מאפיין עצמה כרשות למפת חום",
|
|
@@ -243,7 +240,6 @@
|
|
|
243
240
|
"See full screen": "הצגת מסך מלא",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "יש להגדיר לשקר כדי להסתיר את השכבה הזאת מהמצגת, דפדפן הנתונים, הניווט המוקפץ…",
|
|
245
242
|
"Shape properties": "מאפייני צורה",
|
|
246
|
-
"Short URL": "כתובת מקוצרת",
|
|
247
243
|
"Short credits": "תודות מקוצרות",
|
|
248
244
|
"Show/hide layer": "הצגת/הסתרת שכבה",
|
|
249
245
|
"Simple link: [[http://example.com]]": "קישור פשוט: [[http://example.com]]",
|
|
@@ -363,7 +359,6 @@
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,6 +423,23 @@
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"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.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
umap/static/umap/locale/hr.js
CHANGED
|
@@ -145,7 +145,6 @@ const locale = {
|
|
|
145
145
|
"Display measure": "Display measure",
|
|
146
146
|
"Display on load": "Prikaži kod učitavanja",
|
|
147
147
|
"Download": "Download",
|
|
148
|
-
"Download data": "Preuzimanje podataka",
|
|
149
148
|
"Drag to reorder": "Drag to reorder",
|
|
150
149
|
"Draw a marker": "Crtanje oznake",
|
|
151
150
|
"Draw a polygon": "Crtanje površine",
|
|
@@ -210,8 +209,6 @@ const locale = {
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Must be a valid CSS value (eg.: DarkBlue or #123456)",
|
|
211
210
|
"No licence has been set": "Licenca nije postavljenja",
|
|
212
211
|
"No results": "No results",
|
|
213
|
-
"Only visible features will be downloaded.": "Only visible features will be downloaded.",
|
|
214
|
-
"Open download panel": "Open download panel",
|
|
215
212
|
"Open link in…": "Open link in…",
|
|
216
213
|
"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",
|
|
217
214
|
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
|
@@ -243,7 +240,6 @@ const locale = {
|
|
|
243
240
|
"See full screen": "See full screen",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
|
|
245
242
|
"Shape properties": "Shape properties",
|
|
246
|
-
"Short URL": "Kratki URL",
|
|
247
243
|
"Short credits": "Short credits",
|
|
248
244
|
"Show/hide layer": "Prikaži/sakrij sloj",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Simple link: [[http://example.com]]",
|
|
@@ -363,7 +359,6 @@ const locale = {
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@ const locale = {
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,8 +423,25 @@ const locale = {
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"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.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
|
436
446
|
L.registerLocale("hr", locale)
|
|
437
447
|
L.setLocale("hr")
|
umap/static/umap/locale/hr.json
CHANGED
|
@@ -145,7 +145,6 @@
|
|
|
145
145
|
"Display measure": "Display measure",
|
|
146
146
|
"Display on load": "Prikaži kod učitavanja",
|
|
147
147
|
"Download": "Download",
|
|
148
|
-
"Download data": "Preuzimanje podataka",
|
|
149
148
|
"Drag to reorder": "Drag to reorder",
|
|
150
149
|
"Draw a marker": "Crtanje oznake",
|
|
151
150
|
"Draw a polygon": "Crtanje površine",
|
|
@@ -210,8 +209,6 @@
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Must be a valid CSS value (eg.: DarkBlue or #123456)",
|
|
211
210
|
"No licence has been set": "Licenca nije postavljenja",
|
|
212
211
|
"No results": "No results",
|
|
213
|
-
"Only visible features will be downloaded.": "Only visible features will be downloaded.",
|
|
214
|
-
"Open download panel": "Open download panel",
|
|
215
212
|
"Open link in…": "Open link in…",
|
|
216
213
|
"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",
|
|
217
214
|
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
|
@@ -243,7 +240,6 @@
|
|
|
243
240
|
"See full screen": "See full screen",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
|
|
245
242
|
"Shape properties": "Shape properties",
|
|
246
|
-
"Short URL": "Kratki URL",
|
|
247
243
|
"Short credits": "Short credits",
|
|
248
244
|
"Show/hide layer": "Prikaži/sakrij sloj",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Simple link: [[http://example.com]]",
|
|
@@ -363,7 +359,6 @@
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,6 +423,23 @@
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"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.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|