umap-project 3.1.2__py3-none-any.whl → 3.2.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.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/locale/en/LC_MESSAGES/django.po +21 -17
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +21 -17
- umap/management/commands/export_pictogram.py +29 -0
- umap/management/commands/migrate_to_S3.py +5 -1
- umap/management/commands/purge_old_versions.py +8 -6
- umap/settings/__init__.py +21 -0
- umap/settings/base.py +1 -0
- umap/static/umap/content.css +7 -2
- umap/static/umap/css/icon.css +77 -3
- umap/static/umap/css/panel.css +31 -1
- umap/static/umap/js/modules/browser.js +1 -1
- umap/static/umap/js/modules/data/features.js +14 -29
- umap/static/umap/js/modules/data/layer.js +248 -136
- umap/static/umap/js/modules/facets.js +2 -2
- umap/static/umap/js/modules/form/fields.js +56 -19
- umap/static/umap/js/modules/formatter.js +36 -8
- umap/static/umap/js/modules/importers/opendata.js +23 -6
- umap/static/umap/js/modules/managers.js +59 -0
- umap/static/umap/js/modules/rendering/icon.js +3 -5
- umap/static/umap/js/modules/rendering/layers/classified.js +8 -7
- umap/static/umap/js/modules/rendering/map.js +1 -1
- umap/static/umap/js/modules/rendering/ui.js +13 -0
- umap/static/umap/js/modules/rules.js +76 -23
- umap/static/umap/js/modules/schema.js +3 -0
- umap/static/umap/js/modules/slideshow.js +1 -1
- umap/static/umap/js/modules/sync/updaters.js +1 -6
- umap/static/umap/js/modules/tableeditor.js +13 -37
- umap/static/umap/js/modules/templates.js +7 -6
- umap/static/umap/js/modules/ui/panel.js +7 -0
- umap/static/umap/js/modules/umap.js +17 -6
- umap/static/umap/js/modules/utils.js +8 -7
- umap/static/umap/locale/am_ET.js +43 -6
- umap/static/umap/locale/am_ET.json +43 -6
- umap/static/umap/locale/ar.js +43 -6
- umap/static/umap/locale/ar.json +43 -6
- umap/static/umap/locale/ast.js +43 -6
- umap/static/umap/locale/ast.json +43 -6
- umap/static/umap/locale/bg.js +43 -6
- umap/static/umap/locale/bg.json +43 -6
- umap/static/umap/locale/br.js +30 -26
- umap/static/umap/locale/br.json +30 -26
- umap/static/umap/locale/ca.js +50 -13
- umap/static/umap/locale/ca.json +50 -13
- umap/static/umap/locale/cs_CZ.js +43 -6
- umap/static/umap/locale/cs_CZ.json +43 -6
- umap/static/umap/locale/da.js +10 -6
- umap/static/umap/locale/da.json +10 -6
- umap/static/umap/locale/de.js +10 -6
- umap/static/umap/locale/de.json +10 -6
- umap/static/umap/locale/el.js +20 -10
- umap/static/umap/locale/el.json +20 -10
- umap/static/umap/locale/en.js +10 -6
- umap/static/umap/locale/en.json +10 -6
- umap/static/umap/locale/en_US.json +43 -6
- umap/static/umap/locale/es.js +10 -6
- umap/static/umap/locale/es.json +10 -6
- umap/static/umap/locale/et.js +43 -6
- umap/static/umap/locale/et.json +43 -6
- umap/static/umap/locale/eu.js +43 -6
- umap/static/umap/locale/eu.json +43 -6
- umap/static/umap/locale/fa_IR.js +43 -6
- umap/static/umap/locale/fa_IR.json +43 -6
- umap/static/umap/locale/fi.js +43 -6
- umap/static/umap/locale/fi.json +43 -6
- umap/static/umap/locale/fr.js +10 -6
- umap/static/umap/locale/fr.json +10 -6
- umap/static/umap/locale/gl.js +43 -6
- umap/static/umap/locale/gl.json +43 -6
- umap/static/umap/locale/he.js +43 -6
- umap/static/umap/locale/he.json +43 -6
- umap/static/umap/locale/hr.js +43 -6
- umap/static/umap/locale/hr.json +43 -6
- umap/static/umap/locale/hu.js +34 -24
- umap/static/umap/locale/hu.json +34 -24
- umap/static/umap/locale/id.js +43 -6
- umap/static/umap/locale/id.json +43 -6
- umap/static/umap/locale/is.js +43 -6
- umap/static/umap/locale/is.json +43 -6
- umap/static/umap/locale/it.js +10 -6
- umap/static/umap/locale/it.json +10 -6
- umap/static/umap/locale/ja.js +43 -6
- umap/static/umap/locale/ja.json +43 -6
- umap/static/umap/locale/ko.js +43 -6
- umap/static/umap/locale/ko.json +43 -6
- umap/static/umap/locale/lt.js +43 -6
- umap/static/umap/locale/lt.json +43 -6
- umap/static/umap/locale/ms.js +43 -6
- umap/static/umap/locale/ms.json +43 -6
- umap/static/umap/locale/nl.js +10 -6
- umap/static/umap/locale/nl.json +10 -6
- umap/static/umap/locale/no.js +43 -6
- umap/static/umap/locale/no.json +43 -6
- umap/static/umap/locale/pl.js +43 -6
- umap/static/umap/locale/pl.json +43 -6
- umap/static/umap/locale/pl_PL.json +43 -6
- umap/static/umap/locale/pt.js +43 -6
- umap/static/umap/locale/pt.json +43 -6
- umap/static/umap/locale/pt_BR.js +53 -16
- umap/static/umap/locale/pt_BR.json +53 -16
- umap/static/umap/locale/pt_PT.js +43 -6
- umap/static/umap/locale/pt_PT.json +43 -6
- umap/static/umap/locale/ro.js +43 -6
- umap/static/umap/locale/ro.json +43 -6
- umap/static/umap/locale/ru.js +43 -6
- umap/static/umap/locale/ru.json +43 -6
- umap/static/umap/locale/sk_SK.js +43 -6
- umap/static/umap/locale/sk_SK.json +43 -6
- umap/static/umap/locale/sl.js +43 -6
- umap/static/umap/locale/sl.json +43 -6
- umap/static/umap/locale/sr.js +43 -6
- umap/static/umap/locale/sr.json +43 -6
- umap/static/umap/locale/sv.js +43 -6
- umap/static/umap/locale/sv.json +43 -6
- umap/static/umap/locale/th_TH.js +43 -6
- umap/static/umap/locale/th_TH.json +43 -6
- umap/static/umap/locale/tr.js +43 -6
- umap/static/umap/locale/tr.json +43 -6
- umap/static/umap/locale/uk_UA.js +43 -6
- umap/static/umap/locale/uk_UA.json +43 -6
- umap/static/umap/locale/vi.js +43 -6
- umap/static/umap/locale/vi.json +43 -6
- umap/static/umap/locale/vi_VN.json +43 -6
- umap/static/umap/locale/zh.js +43 -6
- umap/static/umap/locale/zh.json +43 -6
- umap/static/umap/locale/zh_CN.json +43 -6
- umap/static/umap/locale/zh_TW.Big5.json +43 -6
- umap/static/umap/locale/zh_TW.js +43 -6
- umap/static/umap/locale/zh_TW.json +43 -6
- umap/static/umap/map.css +239 -65
- umap/static/umap/vendors/betterknown/betterknown.mjs +287 -0
- umap/storage/fs.py +3 -2
- umap/templates/base.html +4 -1
- umap/tests/base.py +9 -1
- umap/tests/integration/test_basics.py +1 -1
- umap/tests/integration/test_conditional_rules.py +62 -20
- umap/tests/integration/test_edit_datalayer.py +1 -1
- umap/tests/integration/test_edit_marker.py +1 -1
- umap/tests/integration/test_export_map.py +10 -0
- umap/tests/integration/test_import.py +140 -0
- umap/tests/integration/test_optimistic_merge.py +72 -12
- umap/tests/integration/test_tableeditor.py +6 -3
- umap/utils.py +33 -0
- umap/views.py +16 -2
- umap_project-3.2.0.dist-info/METADATA +76 -0
- {umap_project-3.1.2.dist-info → umap_project-3.2.0.dist-info}/RECORD +150 -148
- umap_project-3.1.2.dist-info/METADATA +0 -68
- {umap_project-3.1.2.dist-info → umap_project-3.2.0.dist-info}/WHEEL +0 -0
- {umap_project-3.1.2.dist-info → umap_project-3.2.0.dist-info}/entry_points.txt +0 -0
- {umap_project-3.1.2.dist-info → umap_project-3.2.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/br.json
CHANGED
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"Activate slideshow mode": "Gweredekaat ar mod diaporama",
|
|
17
17
|
"Add a layer": "Ouzhpennañ ur gwiskad",
|
|
18
18
|
"Add a line to the current multi": "Ouzhpennañ ul linenn d'ar strollad a-vremañ",
|
|
19
|
-
"Add a new property": "Ouzhpennañ ur perzh nevez",
|
|
20
19
|
"Add a polygon to the current multi": "Ouzhpennañ ul lieskorn d'ar strollad a-vremañ",
|
|
21
20
|
"Add image URL": "Ouzhpennañ URL ar skeudenn",
|
|
22
21
|
"Advanced actions": "Oberoù araokaet",
|
|
@@ -29,7 +28,6 @@
|
|
|
29
28
|
"Animated transitions": "Tremenoù buhezek",
|
|
30
29
|
"Are you sure you want to clone this map and all its datalayers?": "Ha sur oc'h e faot deoc'h doublañ ar gartenn-mañ hag hec'h holl wiskadoù roadennoù?",
|
|
31
30
|
"Are you sure you want to delete this map?": "Ha sur oc'h e faot deoc'h dilemel ar gartenn-mañ?",
|
|
32
|
-
"Are you sure you want to delete this property on all the features?": "Ha sur oc'h a faot deoc'h lemel ar perzh-mañ diwar an holl elfennoù?",
|
|
33
31
|
"Are you sure you want to restore this version?": "Ha sur oc'h e faot deoc'h adsevel ar stumm-mañ?",
|
|
34
32
|
"Attach the map to my account": "Stagañ ar gartenn d'am c'hont",
|
|
35
33
|
"attribution": "deroadur",
|
|
@@ -71,7 +69,7 @@
|
|
|
71
69
|
"Clustering radius": "Clustering radius",
|
|
72
70
|
"collapsed": "serret",
|
|
73
71
|
"color": "liv",
|
|
74
|
-
"Comma separated list of numbers, including min and max values.": "
|
|
72
|
+
"Comma separated list of numbers, including min and max values.": "Roll an niveroù disrannet gant skejoù, en o zouez an talvoudoù bihanañ ha brasañ.",
|
|
75
73
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
76
74
|
"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 begining of the header, case insensitive. All other column are imported as properties.": "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 begining of the header, case insensitive. All other column are imported as properties.",
|
|
77
75
|
"Congratulations, your map has been created!": "Gourc'hemennoù, ho kartenn zo bet krouet!",
|
|
@@ -157,7 +155,6 @@
|
|
|
157
155
|
"Format": "Furmad",
|
|
158
156
|
"From zoom": "Adalek ar zoum",
|
|
159
157
|
"full backup": "gwarez klok",
|
|
160
|
-
"Generic": "Standard",
|
|
161
158
|
"GeoRSS (only link)": "GeoRSS (liamm hepken)",
|
|
162
159
|
"GeoRSS (title + image)": "GeoRSS (titl + skeudenn)",
|
|
163
160
|
"Go to \"{coords}\"": "Mont da \"{coords}\"",
|
|
@@ -273,11 +270,10 @@
|
|
|
273
270
|
"Please be sure the licence is compliant with your use.": "Gwiriit m'az oc'h aotreet da implijout ar roadennoù-mañ mar plij.",
|
|
274
271
|
"Please choose a format": "Diuzit ur furmad mar plij",
|
|
275
272
|
"Please enter the name of the property": "Enankit anv ar perzh mar plij",
|
|
276
|
-
"Please enter the new name of this property": "Enankit anv nevez ar perzh-mañ mar plij",
|
|
277
273
|
"Please save the map first": "Ret eo deoc'h enrollañ ar gartenn da gentañ",
|
|
278
274
|
"Popup (large)": "Diflugell (vras)",
|
|
279
275
|
"Popup content style": "Neuz endalc'had an diflugell",
|
|
280
|
-
"Popup content template": "
|
|
276
|
+
"Popup content template": "Patrom endalc'had ar popup",
|
|
281
277
|
"Popup shape": "Stumm an diflugell",
|
|
282
278
|
"Popup": "Diflugell",
|
|
283
279
|
"Powered by uMap": "Lusket gant uMap",
|
|
@@ -406,7 +402,6 @@
|
|
|
406
402
|
"Until": "Betek",
|
|
407
403
|
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Skouer: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
408
404
|
"Edit in OpenStreetMap": "Kemmañ e-barzh OpenStreetMap",
|
|
409
|
-
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
410
405
|
"Back to layers": "Distreiñ d'ar gwiskadoù",
|
|
411
406
|
"Filters": "Siloù",
|
|
412
407
|
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
|
|
@@ -462,7 +457,7 @@
|
|
|
462
457
|
"Expression": "Expression",
|
|
463
458
|
"Geometry mode": "Mod mentoniezh",
|
|
464
459
|
"Only geometry centers": "Only geometry centers",
|
|
465
|
-
"Search area": "
|
|
460
|
+
"Search area": "Takad klask",
|
|
466
461
|
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
467
462
|
"Data successfully imported!": "Roadennoù enporzhiet gant berzh!",
|
|
468
463
|
"Clear data": "Skarzhañ ar roadennoù",
|
|
@@ -472,10 +467,10 @@
|
|
|
472
467
|
"Category property": "Perzh",
|
|
473
468
|
"Color palette": "Color palette",
|
|
474
469
|
"Categories": "Rummadoù",
|
|
475
|
-
"Comma separated list of categories.": "
|
|
470
|
+
"Comma separated list of categories.": "Roll ar rummadoù disrannet gant skejoù.",
|
|
476
471
|
"Categories mode": "Categories mode",
|
|
477
|
-
"Remove filter for this column": "
|
|
478
|
-
"Add filter for this column": "
|
|
472
|
+
"Remove filter for this column": "Tennañ ar sil diouzh ar bann-mañ",
|
|
473
|
+
"Add filter for this column": "Ouzhpennañ ur sil d'ar bann-mañ",
|
|
479
474
|
"Rename this column": "Adenvel ar bann-mañ",
|
|
480
475
|
"Delete this column": "Dilemel ar bann-mañ",
|
|
481
476
|
"Name “{name}” should not contain a dot.": "Ne rankfe ket bout ur pik e-barzh an anv “{name}”.",
|
|
@@ -493,7 +488,7 @@
|
|
|
493
488
|
"Max circle radius": "Skin brasañ ar c'helc'h",
|
|
494
489
|
"Display the open browser control": "Display the open browser control",
|
|
495
490
|
"Copy as GeoJSON": "Eilañ evel ur restr GeoJSON",
|
|
496
|
-
"Please zoom in to edit the geometry": "
|
|
491
|
+
"Please zoom in to edit the geometry": "Zoumit evit kemmañ ar c'heometriezh mar plij",
|
|
497
492
|
"New map": "Kartenn nevez",
|
|
498
493
|
"My maps": "Ma c'hartennoù",
|
|
499
494
|
"My teams": "Ma skipailhoù",
|
|
@@ -513,9 +508,9 @@
|
|
|
513
508
|
"Successfully imported {count} feature(s)": "{count} elfenn bet enporzhiet gant berzh",
|
|
514
509
|
"Disconnected": "Digennasket",
|
|
515
510
|
"You must be logged in": "Ret eo deoc'h bezañ kennasket",
|
|
516
|
-
"on hover": "pa dremen al logodenn war-c'
|
|
517
|
-
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "
|
|
518
|
-
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "
|
|
511
|
+
"on hover": "pa dremen al logodenn war-c'horre",
|
|
512
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "N'haller ket kargañ roadennoù ar gwiskad \"{layer}\" gant an URL \"{url}\"",
|
|
513
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "N'haller ket lenn roadennoù ar gwiskad \"{layer}\" gant an URL \"{url}\"",
|
|
519
514
|
"Import failed: invalid data": "Enporzhiadur c'hwitet: roadennoù direizh",
|
|
520
515
|
"Anonymous": "Dizanv",
|
|
521
516
|
"created at {date}": "bet krouet d'an {date}",
|
|
@@ -560,21 +555,30 @@
|
|
|
560
555
|
"Load map template": "Kargañ patrom ar gartenn",
|
|
561
556
|
"My templates": "Ma fatromoù",
|
|
562
557
|
"From staff": "Erbedet",
|
|
563
|
-
"From community": "
|
|
558
|
+
"From community": "A-berzh ar gumuniezh",
|
|
564
559
|
"You must select a template.": "Dav eo deoc'h diuzañ ur patrom.",
|
|
565
|
-
"Line decoration": "
|
|
560
|
+
"Line decoration": "Kinkladur al linenn",
|
|
566
561
|
"Reuse this template": "Adimplij ar patrom-mañ",
|
|
567
562
|
"Create a new map using this template": "Krouiñ ur gartenn nevez en ur implij ar patrom-mañ",
|
|
568
563
|
"Save template": "Enrollañ ar patrom",
|
|
569
564
|
"Load template": "Kargañ ar patrom",
|
|
570
565
|
"Loading a template will apply predefined styles and settings to your map": "Loading a template will apply predefined styles and settings to your map",
|
|
571
|
-
"Load template with data": "
|
|
572
|
-
"You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "
|
|
573
|
-
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "
|
|
574
|
-
"There is no public template yet.": "
|
|
575
|
-
"Explore": "
|
|
576
|
-
"Import data from public open data portals": "
|
|
577
|
-
"Choose a portal": "
|
|
578
|
-
"Limit results to current map view": "
|
|
579
|
-
"Please choose an instance first.": "
|
|
566
|
+
"Load template with data": "Kargañ ar patrom gant ar roadennoù",
|
|
567
|
+
"You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "N'ho peus ket enrollet ur patrom c'hoazh. Gallout a rit ouzhpennañ ur patrom dre grouiñ ur gartenn nevez ha lakaat un dikedenn \"patrom\" warnañ.",
|
|
568
|
+
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "N'eus patrom erbedet ebet c'hoazh. Ar patromoù erbedet zo patromoù a zo bet spilhennet gant merourien uMap.",
|
|
569
|
+
"There is no public template yet.": "N'eus porrastell publik ebet c'hoazh.",
|
|
570
|
+
"Explore": "Ergerzhout",
|
|
571
|
+
"Import data from public open data portals": "Enporzhiañ roadennoù diouzh porrastelloù o roadennoù frank a wirioù",
|
|
572
|
+
"Choose a portal": "Diuzañ ur porrastell",
|
|
573
|
+
"Limit results to current map view": "Bevennañ an disoc'hoù d'ar pezh a zo gwelet bremañ",
|
|
574
|
+
"Please choose an instance first.": "Dibabit ur porrastell da gentañ.",
|
|
575
|
+
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
|
|
576
|
+
"Add a new field": "Add a new field",
|
|
577
|
+
"Are you sure you want to delete this field on all the features?": "Are you sure you want to delete this field on all the features?",
|
|
578
|
+
"Please enter the new name of this field": "Please enter the new name of this field",
|
|
579
|
+
"Cannot process MultiPoint": "Cannot process MultiPoint",
|
|
580
|
+
"Manage Fields": "Manage Fields",
|
|
581
|
+
"Rename this field": "Rename this field",
|
|
582
|
+
"Delete this field": "Delete this field",
|
|
583
|
+
"Double click to edit the name": "Double click to edit the name"
|
|
580
584
|
}
|
umap/static/umap/locale/ca.js
CHANGED
|
@@ -16,20 +16,18 @@ const locale = {
|
|
|
16
16
|
"Activate slideshow mode": "Activa el mode de presentació",
|
|
17
17
|
"Add a layer": "Afegeix una capa",
|
|
18
18
|
"Add a line to the current multi": "Add a line to the current multi",
|
|
19
|
-
"Add a new property": "Add a new property",
|
|
20
19
|
"Add a polygon to the current multi": "Add a polygon to the current multi",
|
|
21
20
|
"Add image URL": "Add image URL",
|
|
22
21
|
"Advanced actions": "Opcions avançades",
|
|
23
22
|
"Advanced properties": "Propietats avançades",
|
|
24
23
|
"All data and settings of the map": "Totes les dades i configuracions del mapa",
|
|
25
24
|
"All properties are imported.": "S'han importat totes les propietats",
|
|
26
|
-
"Allow interactions": "
|
|
25
|
+
"Allow interactions": "Permetre interaccions",
|
|
27
26
|
"Allow scroll wheel zoom?": "Voleu permetre el zoom amb la roda de desplaçament?",
|
|
28
27
|
"always": "sempre",
|
|
29
28
|
"Animated transitions": "Transicions animades",
|
|
30
29
|
"Are you sure you want to clone this map and all its datalayers?": "Esteu segur de voler clonar aquest mapa i totes les capes de dades?",
|
|
31
30
|
"Are you sure you want to delete this map?": "Esteu segur de voler suprimir aquest mapa?",
|
|
32
|
-
"Are you sure you want to delete this property on all the features?": "Are you sure you want to delete this property on all the features?",
|
|
33
31
|
"Are you sure you want to restore this version?": "Are you sure you want to restore this version?",
|
|
34
32
|
"Attach the map to my account": "Adjunta el mapa al meu compte",
|
|
35
33
|
"attribution": "atribució",
|
|
@@ -149,7 +147,7 @@ const locale = {
|
|
|
149
147
|
"Extract shape to separate feature": "Extract shape to separate feature",
|
|
150
148
|
"Feature identifier key": "Clau identificadora de element",
|
|
151
149
|
"Feature properties": "Feature properties",
|
|
152
|
-
"Fetch data each time map view changes.": "
|
|
150
|
+
"Fetch data each time map view changes.": "Obtén dades cada vegada que canvia la vista del mapa.",
|
|
153
151
|
"fill color": "emplena el color",
|
|
154
152
|
"fill opacity": "opacitat d'emplenament",
|
|
155
153
|
"fill": "emplena",
|
|
@@ -157,7 +155,6 @@ const locale = {
|
|
|
157
155
|
"Format": "Format",
|
|
158
156
|
"From zoom": "Del zoom",
|
|
159
157
|
"full backup": "còpia de seguretat completa",
|
|
160
|
-
"Generic": "Generic",
|
|
161
158
|
"GeoRSS (only link)": "GeoRSS (només enllaç)",
|
|
162
159
|
"GeoRSS (title + image)": "GeoRSS (títol i imatge)",
|
|
163
160
|
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
@@ -175,7 +172,7 @@ const locale = {
|
|
|
175
172
|
"icon opacity": "opacitat de la icona",
|
|
176
173
|
"Icon shape": "forma de la icona",
|
|
177
174
|
"Icon symbol": "Imatge de la icona",
|
|
178
|
-
"If false, the polygon or line will act as a part of the underlying map.": "
|
|
175
|
+
"If false, the polygon or line will act as a part of the underlying map.": "Si és fals, el polígon o la línia actuaran com a part del mapa subjacent.",
|
|
179
176
|
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe amb alçada personalitzada (height en px): {{{https://iframe.url.com|height}}}",
|
|
180
177
|
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe amb alçada i amplada personalitzada (height i width en px): {{{https://iframe.url.com|height*width}}}",
|
|
181
178
|
"iframe": "iframe",
|
|
@@ -188,7 +185,7 @@ const locale = {
|
|
|
188
185
|
"Include full screen link?": "Voleu incloure l'enllaç a pantalla completa?",
|
|
189
186
|
"Inherit": "Hereta",
|
|
190
187
|
"inherit": "heretat",
|
|
191
|
-
"Interaction options": "
|
|
188
|
+
"Interaction options": "Opcions d'interacció",
|
|
192
189
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
193
190
|
"Invalid umap data in {filename}": "Invalid umap data in {filename}",
|
|
194
191
|
"Invalid umap data": "Invalid umap data",
|
|
@@ -273,7 +270,6 @@ const locale = {
|
|
|
273
270
|
"Please be sure the licence is compliant with your use.": "Assegureu-vos que la llicència és compatible amb l'ús que en feu.",
|
|
274
271
|
"Please choose a format": "Please choose a format",
|
|
275
272
|
"Please enter the name of the property": "Introduïu el nom de la propietat",
|
|
276
|
-
"Please enter the new name of this property": "Introduïu el nom d'aquesta propietat",
|
|
277
273
|
"Please save the map first": "Abans deseu el mapa",
|
|
278
274
|
"Popup (large)": "Finestra emergent (gran)",
|
|
279
275
|
"Popup content style": "Estil del contingut de la finestra emergent",
|
|
@@ -325,7 +321,7 @@ const locale = {
|
|
|
325
321
|
"Street": "Street",
|
|
326
322
|
"stroke": "línia",
|
|
327
323
|
"Supported scheme": "Esquema suportat",
|
|
328
|
-
"Supported variables that will be dynamically replaced": "
|
|
324
|
+
"Supported variables that will be dynamically replaced": "Variables compatibles que es substituiran dinàmicament",
|
|
329
325
|
"Symbol": "Symbol",
|
|
330
326
|
"Table": "Taula",
|
|
331
327
|
"Text color for the cluster label": "Text color for the cluster label",
|
|
@@ -334,7 +330,7 @@ const locale = {
|
|
|
334
330
|
"The name of the property to use as feature unique identifier.": "El nom de la propietat que s'utilitzarà com a identificador únic de la característica",
|
|
335
331
|
"The zoom and center have been modified.": "L'escala i el centre s'han modificat.",
|
|
336
332
|
"TMS format": "Format TMS",
|
|
337
|
-
"To use if remote server doesn't allow cross domain (slower)": "
|
|
333
|
+
"To use if remote server doesn't allow cross domain (slower)": "Per utilitzar si el servidor remot no permet l'interdomini (cross domain) ((més lent))",
|
|
338
334
|
"To zoom": "A l'escala",
|
|
339
335
|
"Toggle edit mode (⇧+Click)": "Activa o desactiva el mode d'edició (⇧+clic)",
|
|
340
336
|
"Toggle edit mode": "Activa o desactiva el mode d'edició",
|
|
@@ -406,7 +402,6 @@ const locale = {
|
|
|
406
402
|
"Until": "Until",
|
|
407
403
|
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Exemple: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
408
404
|
"Edit in OpenStreetMap": "Edita a OpenStreetMap",
|
|
409
|
-
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
410
405
|
"Back to layers": "Back to layers",
|
|
411
406
|
"Filters": "Filtres",
|
|
412
407
|
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
|
|
@@ -524,7 +519,7 @@ const locale = {
|
|
|
524
519
|
"Default latitude": "Latitud predeterminada",
|
|
525
520
|
"Default longitude": "Longitud predeterminada",
|
|
526
521
|
"Edit map default view": "Edita la visualització predeterminada del mapa",
|
|
527
|
-
"Use current center and zoom": "
|
|
522
|
+
"Use current center and zoom": "Utilitza el centre actual i fes zoom",
|
|
528
523
|
"Layer permalink": "Layer permalink",
|
|
529
524
|
"Back to home": "Back to home",
|
|
530
525
|
"Home logo": "Home logo",
|
|
@@ -543,7 +538,49 @@ const locale = {
|
|
|
543
538
|
"Back to list": "Back to list",
|
|
544
539
|
"Toggle rule": "Toggle rule",
|
|
545
540
|
"Delete rule": "Delete rule",
|
|
546
|
-
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
541
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes.",
|
|
542
|
+
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.",
|
|
543
|
+
"More help resources": "More help resources",
|
|
544
|
+
"This map is a template": "This map is a template",
|
|
545
|
+
"Add text along path": "Add text along path",
|
|
546
|
+
"Text color": "Text color",
|
|
547
|
+
"Text offset": "Text offset",
|
|
548
|
+
"Text position": "Text position",
|
|
549
|
+
"start": "start",
|
|
550
|
+
"center": "center",
|
|
551
|
+
"end": "end",
|
|
552
|
+
"Text repeat": "Text repeat",
|
|
553
|
+
"Text rotate": "Text rotate",
|
|
554
|
+
"Text size": "Text size",
|
|
555
|
+
"Load map template": "Load map template",
|
|
556
|
+
"My templates": "My templates",
|
|
557
|
+
"From staff": "From staff",
|
|
558
|
+
"From community": "From community",
|
|
559
|
+
"You must select a template.": "You must select a template.",
|
|
560
|
+
"Line decoration": "Line decoration",
|
|
561
|
+
"Reuse this template": "Reuse this template",
|
|
562
|
+
"Create a new map using this template": "Create a new map using this template",
|
|
563
|
+
"Save template": "Save template",
|
|
564
|
+
"Load template": "Load template",
|
|
565
|
+
"Loading a template will apply predefined styles and settings to your map": "Loading a template will apply predefined styles and settings to your map",
|
|
566
|
+
"Load template with data": "Load template with data",
|
|
567
|
+
"You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".",
|
|
568
|
+
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.",
|
|
569
|
+
"There is no public template yet.": "There is no public template yet.",
|
|
570
|
+
"Explore": "Explore",
|
|
571
|
+
"Import data from public open data portals": "Import data from public open data portals",
|
|
572
|
+
"Choose a portal": "Choose a portal",
|
|
573
|
+
"Limit results to current map view": "Limit results to current map view",
|
|
574
|
+
"Please choose an instance first.": "Please choose an instance first.",
|
|
575
|
+
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
|
|
576
|
+
"Add a new field": "Add a new field",
|
|
577
|
+
"Are you sure you want to delete this field on all the features?": "Are you sure you want to delete this field on all the features?",
|
|
578
|
+
"Please enter the new name of this field": "Please enter the new name of this field",
|
|
579
|
+
"Cannot process MultiPoint": "Cannot process MultiPoint",
|
|
580
|
+
"Manage Fields": "Manage Fields",
|
|
581
|
+
"Rename this field": "Rename this field",
|
|
582
|
+
"Delete this field": "Delete this field",
|
|
583
|
+
"Double click to edit the name": "Double click to edit the name"
|
|
547
584
|
}
|
|
548
585
|
L.registerLocale("ca", locale)
|
|
549
586
|
L.setLocale("ca")
|
umap/static/umap/locale/ca.json
CHANGED
|
@@ -16,20 +16,18 @@
|
|
|
16
16
|
"Activate slideshow mode": "Activa el mode de presentació",
|
|
17
17
|
"Add a layer": "Afegeix una capa",
|
|
18
18
|
"Add a line to the current multi": "Add a line to the current multi",
|
|
19
|
-
"Add a new property": "Add a new property",
|
|
20
19
|
"Add a polygon to the current multi": "Add a polygon to the current multi",
|
|
21
20
|
"Add image URL": "Add image URL",
|
|
22
21
|
"Advanced actions": "Opcions avançades",
|
|
23
22
|
"Advanced properties": "Propietats avançades",
|
|
24
23
|
"All data and settings of the map": "Totes les dades i configuracions del mapa",
|
|
25
24
|
"All properties are imported.": "S'han importat totes les propietats",
|
|
26
|
-
"Allow interactions": "
|
|
25
|
+
"Allow interactions": "Permetre interaccions",
|
|
27
26
|
"Allow scroll wheel zoom?": "Voleu permetre el zoom amb la roda de desplaçament?",
|
|
28
27
|
"always": "sempre",
|
|
29
28
|
"Animated transitions": "Transicions animades",
|
|
30
29
|
"Are you sure you want to clone this map and all its datalayers?": "Esteu segur de voler clonar aquest mapa i totes les capes de dades?",
|
|
31
30
|
"Are you sure you want to delete this map?": "Esteu segur de voler suprimir aquest mapa?",
|
|
32
|
-
"Are you sure you want to delete this property on all the features?": "Are you sure you want to delete this property on all the features?",
|
|
33
31
|
"Are you sure you want to restore this version?": "Are you sure you want to restore this version?",
|
|
34
32
|
"Attach the map to my account": "Adjunta el mapa al meu compte",
|
|
35
33
|
"attribution": "atribució",
|
|
@@ -149,7 +147,7 @@
|
|
|
149
147
|
"Extract shape to separate feature": "Extract shape to separate feature",
|
|
150
148
|
"Feature identifier key": "Clau identificadora de element",
|
|
151
149
|
"Feature properties": "Feature properties",
|
|
152
|
-
"Fetch data each time map view changes.": "
|
|
150
|
+
"Fetch data each time map view changes.": "Obtén dades cada vegada que canvia la vista del mapa.",
|
|
153
151
|
"fill color": "emplena el color",
|
|
154
152
|
"fill opacity": "opacitat d'emplenament",
|
|
155
153
|
"fill": "emplena",
|
|
@@ -157,7 +155,6 @@
|
|
|
157
155
|
"Format": "Format",
|
|
158
156
|
"From zoom": "Del zoom",
|
|
159
157
|
"full backup": "còpia de seguretat completa",
|
|
160
|
-
"Generic": "Generic",
|
|
161
158
|
"GeoRSS (only link)": "GeoRSS (només enllaç)",
|
|
162
159
|
"GeoRSS (title + image)": "GeoRSS (títol i imatge)",
|
|
163
160
|
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
@@ -175,7 +172,7 @@
|
|
|
175
172
|
"icon opacity": "opacitat de la icona",
|
|
176
173
|
"Icon shape": "forma de la icona",
|
|
177
174
|
"Icon symbol": "Imatge de la icona",
|
|
178
|
-
"If false, the polygon or line will act as a part of the underlying map.": "
|
|
175
|
+
"If false, the polygon or line will act as a part of the underlying map.": "Si és fals, el polígon o la línia actuaran com a part del mapa subjacent.",
|
|
179
176
|
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe amb alçada personalitzada (height en px): {{{https://iframe.url.com|height}}}",
|
|
180
177
|
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe amb alçada i amplada personalitzada (height i width en px): {{{https://iframe.url.com|height*width}}}",
|
|
181
178
|
"iframe": "iframe",
|
|
@@ -188,7 +185,7 @@
|
|
|
188
185
|
"Include full screen link?": "Voleu incloure l'enllaç a pantalla completa?",
|
|
189
186
|
"Inherit": "Hereta",
|
|
190
187
|
"inherit": "heretat",
|
|
191
|
-
"Interaction options": "
|
|
188
|
+
"Interaction options": "Opcions d'interacció",
|
|
192
189
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
193
190
|
"Invalid umap data in {filename}": "Invalid umap data in {filename}",
|
|
194
191
|
"Invalid umap data": "Invalid umap data",
|
|
@@ -273,7 +270,6 @@
|
|
|
273
270
|
"Please be sure the licence is compliant with your use.": "Assegureu-vos que la llicència és compatible amb l'ús que en feu.",
|
|
274
271
|
"Please choose a format": "Please choose a format",
|
|
275
272
|
"Please enter the name of the property": "Introduïu el nom de la propietat",
|
|
276
|
-
"Please enter the new name of this property": "Introduïu el nom d'aquesta propietat",
|
|
277
273
|
"Please save the map first": "Abans deseu el mapa",
|
|
278
274
|
"Popup (large)": "Finestra emergent (gran)",
|
|
279
275
|
"Popup content style": "Estil del contingut de la finestra emergent",
|
|
@@ -325,7 +321,7 @@
|
|
|
325
321
|
"Street": "Street",
|
|
326
322
|
"stroke": "línia",
|
|
327
323
|
"Supported scheme": "Esquema suportat",
|
|
328
|
-
"Supported variables that will be dynamically replaced": "
|
|
324
|
+
"Supported variables that will be dynamically replaced": "Variables compatibles que es substituiran dinàmicament",
|
|
329
325
|
"Symbol": "Symbol",
|
|
330
326
|
"Table": "Taula",
|
|
331
327
|
"Text color for the cluster label": "Text color for the cluster label",
|
|
@@ -334,7 +330,7 @@
|
|
|
334
330
|
"The name of the property to use as feature unique identifier.": "El nom de la propietat que s'utilitzarà com a identificador únic de la característica",
|
|
335
331
|
"The zoom and center have been modified.": "L'escala i el centre s'han modificat.",
|
|
336
332
|
"TMS format": "Format TMS",
|
|
337
|
-
"To use if remote server doesn't allow cross domain (slower)": "
|
|
333
|
+
"To use if remote server doesn't allow cross domain (slower)": "Per utilitzar si el servidor remot no permet l'interdomini (cross domain) ((més lent))",
|
|
338
334
|
"To zoom": "A l'escala",
|
|
339
335
|
"Toggle edit mode (⇧+Click)": "Activa o desactiva el mode d'edició (⇧+clic)",
|
|
340
336
|
"Toggle edit mode": "Activa o desactiva el mode d'edició",
|
|
@@ -406,7 +402,6 @@
|
|
|
406
402
|
"Until": "Until",
|
|
407
403
|
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Exemple: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
408
404
|
"Edit in OpenStreetMap": "Edita a OpenStreetMap",
|
|
409
|
-
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
410
405
|
"Back to layers": "Back to layers",
|
|
411
406
|
"Filters": "Filtres",
|
|
412
407
|
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
|
|
@@ -524,7 +519,7 @@
|
|
|
524
519
|
"Default latitude": "Latitud predeterminada",
|
|
525
520
|
"Default longitude": "Longitud predeterminada",
|
|
526
521
|
"Edit map default view": "Edita la visualització predeterminada del mapa",
|
|
527
|
-
"Use current center and zoom": "
|
|
522
|
+
"Use current center and zoom": "Utilitza el centre actual i fes zoom",
|
|
528
523
|
"Layer permalink": "Layer permalink",
|
|
529
524
|
"Back to home": "Back to home",
|
|
530
525
|
"Home logo": "Home logo",
|
|
@@ -543,5 +538,47 @@
|
|
|
543
538
|
"Back to list": "Back to list",
|
|
544
539
|
"Toggle rule": "Toggle rule",
|
|
545
540
|
"Delete rule": "Delete rule",
|
|
546
|
-
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
541
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes.",
|
|
542
|
+
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.",
|
|
543
|
+
"More help resources": "More help resources",
|
|
544
|
+
"This map is a template": "This map is a template",
|
|
545
|
+
"Add text along path": "Add text along path",
|
|
546
|
+
"Text color": "Text color",
|
|
547
|
+
"Text offset": "Text offset",
|
|
548
|
+
"Text position": "Text position",
|
|
549
|
+
"start": "start",
|
|
550
|
+
"center": "center",
|
|
551
|
+
"end": "end",
|
|
552
|
+
"Text repeat": "Text repeat",
|
|
553
|
+
"Text rotate": "Text rotate",
|
|
554
|
+
"Text size": "Text size",
|
|
555
|
+
"Load map template": "Load map template",
|
|
556
|
+
"My templates": "My templates",
|
|
557
|
+
"From staff": "From staff",
|
|
558
|
+
"From community": "From community",
|
|
559
|
+
"You must select a template.": "You must select a template.",
|
|
560
|
+
"Line decoration": "Line decoration",
|
|
561
|
+
"Reuse this template": "Reuse this template",
|
|
562
|
+
"Create a new map using this template": "Create a new map using this template",
|
|
563
|
+
"Save template": "Save template",
|
|
564
|
+
"Load template": "Load template",
|
|
565
|
+
"Loading a template will apply predefined styles and settings to your map": "Loading a template will apply predefined styles and settings to your map",
|
|
566
|
+
"Load template with data": "Load template with data",
|
|
567
|
+
"You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".",
|
|
568
|
+
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.",
|
|
569
|
+
"There is no public template yet.": "There is no public template yet.",
|
|
570
|
+
"Explore": "Explore",
|
|
571
|
+
"Import data from public open data portals": "Import data from public open data portals",
|
|
572
|
+
"Choose a portal": "Choose a portal",
|
|
573
|
+
"Limit results to current map view": "Limit results to current map view",
|
|
574
|
+
"Please choose an instance first.": "Please choose an instance first.",
|
|
575
|
+
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
|
|
576
|
+
"Add a new field": "Add a new field",
|
|
577
|
+
"Are you sure you want to delete this field on all the features?": "Are you sure you want to delete this field on all the features?",
|
|
578
|
+
"Please enter the new name of this field": "Please enter the new name of this field",
|
|
579
|
+
"Cannot process MultiPoint": "Cannot process MultiPoint",
|
|
580
|
+
"Manage Fields": "Manage Fields",
|
|
581
|
+
"Rename this field": "Rename this field",
|
|
582
|
+
"Delete this field": "Delete this field",
|
|
583
|
+
"Double click to edit the name": "Double click to edit the name"
|
|
547
584
|
}
|
umap/static/umap/locale/cs_CZ.js
CHANGED
|
@@ -16,7 +16,6 @@ const locale = {
|
|
|
16
16
|
"Activate slideshow mode": "Aktivovat prezentační mód",
|
|
17
17
|
"Add a layer": "Přidat vrstvu",
|
|
18
18
|
"Add a line to the current multi": "Přidat čáru k současnému multi",
|
|
19
|
-
"Add a new property": "Přidat novou vlastnost",
|
|
20
19
|
"Add a polygon to the current multi": "Přidat polygon k současnému multi",
|
|
21
20
|
"Add image URL": "Přidat URL obrázku",
|
|
22
21
|
"Advanced actions": "Pokročilé akce",
|
|
@@ -29,7 +28,6 @@ const locale = {
|
|
|
29
28
|
"Animated transitions": "Animované přechody",
|
|
30
29
|
"Are you sure you want to clone this map and all its datalayers?": "Určitě chcete vytvořit kopii celé této mapy a všech jejich vrstev?",
|
|
31
30
|
"Are you sure you want to delete this map?": "Jste si jisti, že chcete vymazat tuto celou mapu?",
|
|
32
|
-
"Are you sure you want to delete this property on all the features?": "Určitě chcete smazat tuto vlastnost na všech objektech?",
|
|
33
31
|
"Are you sure you want to restore this version?": "Opravdu si přejete obnovit tuto verzi?",
|
|
34
32
|
"Attach the map to my account": "Připojte mapu k mému účtu",
|
|
35
33
|
"attribution": "autorství",
|
|
@@ -157,7 +155,6 @@ const locale = {
|
|
|
157
155
|
"Format": "Formát",
|
|
158
156
|
"From zoom": "Maximální oddálení",
|
|
159
157
|
"full backup": "plná záloha",
|
|
160
|
-
"Generic": "Generický",
|
|
161
158
|
"GeoRSS (only link)": "GeoRSS (jen odkaz)",
|
|
162
159
|
"GeoRSS (title + image)": "GeoRSS (titulek + obrázek)",
|
|
163
160
|
"Go to \"{coords}\"": "Přejít na „{coords}“",
|
|
@@ -273,7 +270,6 @@ const locale = {
|
|
|
273
270
|
"Please be sure the licence is compliant with your use.": "Prosíme ujistěte se, že licence je ve shodě s tím jak mapu používáte.",
|
|
274
271
|
"Please choose a format": "Zvolte formát",
|
|
275
272
|
"Please enter the name of the property": "Zadejte prosím název vlastnosti",
|
|
276
|
-
"Please enter the new name of this property": "Zadejte prosím nový název této vlastnosti",
|
|
277
273
|
"Please save the map first": "Prosím, nejprve uložte mapu",
|
|
278
274
|
"Popup (large)": "Popup (velký)",
|
|
279
275
|
"Popup content style": "Styl obsahu popupu",
|
|
@@ -406,7 +402,6 @@ const locale = {
|
|
|
406
402
|
"Until": "Dokud",
|
|
407
403
|
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Příklad: klíč1,klíč2|Popisek 2, klíč3|Popisek 3|checkbox",
|
|
408
404
|
"Edit in OpenStreetMap": "Upravit v OpenStreetMap",
|
|
409
|
-
"Cannot determine latitude and longitude columns.": "Nelze určit sloupce zeměpisné šířky a délky.",
|
|
410
405
|
"Back to layers": "Zpět na vrstvy",
|
|
411
406
|
"Filters": "Filtry",
|
|
412
407
|
"Comma separated list of properties to use when filtering features by text input": "Čárkami oddělený seznam vlastností pro filtrování objektů podle zadávání textu",
|
|
@@ -543,7 +538,49 @@ const locale = {
|
|
|
543
538
|
"Back to list": "Back to list",
|
|
544
539
|
"Toggle rule": "Toggle rule",
|
|
545
540
|
"Delete rule": "Delete rule",
|
|
546
|
-
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
541
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes.",
|
|
542
|
+
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.",
|
|
543
|
+
"More help resources": "More help resources",
|
|
544
|
+
"This map is a template": "This map is a template",
|
|
545
|
+
"Add text along path": "Add text along path",
|
|
546
|
+
"Text color": "Text color",
|
|
547
|
+
"Text offset": "Text offset",
|
|
548
|
+
"Text position": "Text position",
|
|
549
|
+
"start": "start",
|
|
550
|
+
"center": "center",
|
|
551
|
+
"end": "end",
|
|
552
|
+
"Text repeat": "Text repeat",
|
|
553
|
+
"Text rotate": "Text rotate",
|
|
554
|
+
"Text size": "Text size",
|
|
555
|
+
"Load map template": "Load map template",
|
|
556
|
+
"My templates": "My templates",
|
|
557
|
+
"From staff": "From staff",
|
|
558
|
+
"From community": "From community",
|
|
559
|
+
"You must select a template.": "You must select a template.",
|
|
560
|
+
"Line decoration": "Line decoration",
|
|
561
|
+
"Reuse this template": "Reuse this template",
|
|
562
|
+
"Create a new map using this template": "Create a new map using this template",
|
|
563
|
+
"Save template": "Save template",
|
|
564
|
+
"Load template": "Load template",
|
|
565
|
+
"Loading a template will apply predefined styles and settings to your map": "Loading a template will apply predefined styles and settings to your map",
|
|
566
|
+
"Load template with data": "Load template with data",
|
|
567
|
+
"You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".",
|
|
568
|
+
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.",
|
|
569
|
+
"There is no public template yet.": "There is no public template yet.",
|
|
570
|
+
"Explore": "Explore",
|
|
571
|
+
"Import data from public open data portals": "Import data from public open data portals",
|
|
572
|
+
"Choose a portal": "Choose a portal",
|
|
573
|
+
"Limit results to current map view": "Limit results to current map view",
|
|
574
|
+
"Please choose an instance first.": "Please choose an instance first.",
|
|
575
|
+
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
|
|
576
|
+
"Add a new field": "Add a new field",
|
|
577
|
+
"Are you sure you want to delete this field on all the features?": "Are you sure you want to delete this field on all the features?",
|
|
578
|
+
"Please enter the new name of this field": "Please enter the new name of this field",
|
|
579
|
+
"Cannot process MultiPoint": "Cannot process MultiPoint",
|
|
580
|
+
"Manage Fields": "Manage Fields",
|
|
581
|
+
"Rename this field": "Rename this field",
|
|
582
|
+
"Delete this field": "Delete this field",
|
|
583
|
+
"Double click to edit the name": "Double click to edit the name"
|
|
547
584
|
}
|
|
548
585
|
L.registerLocale("cs_CZ", locale)
|
|
549
586
|
L.setLocale("cs_CZ")
|