umap-project 2.2.2__py3-none-any.whl → 2.3.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/static/umap/base.css +83 -44
- umap/static/umap/css/icon.css +6 -0
- umap/static/umap/css/panel.css +9 -4
- umap/static/umap/img/16.svg +2 -2
- umap/static/umap/img/source/16.svg +3 -3
- umap/static/umap/js/modules/browser.js +63 -22
- umap/static/umap/js/modules/facets.js +14 -39
- umap/static/umap/js/modules/orderable.js +1 -1
- umap/static/umap/js/modules/schema.js +4 -4
- umap/static/umap/js/modules/urls.js +1 -1
- umap/static/umap/js/modules/utils.js +9 -1
- umap/static/umap/js/umap.controls.js +15 -11
- umap/static/umap/js/umap.core.js +17 -15
- umap/static/umap/js/umap.features.js +8 -2
- umap/static/umap/js/umap.forms.js +92 -33
- umap/static/umap/js/umap.js +19 -24
- umap/static/umap/js/umap.layer.js +3 -6
- umap/static/umap/locale/am_ET.js +11 -12
- umap/static/umap/locale/am_ET.json +11 -12
- umap/static/umap/locale/ar.js +11 -12
- umap/static/umap/locale/ar.json +11 -12
- umap/static/umap/locale/ast.js +11 -12
- umap/static/umap/locale/ast.json +11 -12
- umap/static/umap/locale/bg.js +11 -12
- umap/static/umap/locale/bg.json +11 -12
- umap/static/umap/locale/br.js +11 -12
- umap/static/umap/locale/br.json +11 -12
- umap/static/umap/locale/ca.js +11 -12
- umap/static/umap/locale/ca.json +11 -12
- umap/static/umap/locale/cs_CZ.js +11 -12
- umap/static/umap/locale/cs_CZ.json +11 -12
- umap/static/umap/locale/da.js +11 -12
- umap/static/umap/locale/da.json +11 -12
- umap/static/umap/locale/de.js +11 -12
- umap/static/umap/locale/de.json +11 -12
- umap/static/umap/locale/el.js +11 -12
- umap/static/umap/locale/el.json +11 -12
- umap/static/umap/locale/en.js +11 -12
- umap/static/umap/locale/en.json +11 -12
- umap/static/umap/locale/en_US.json +11 -12
- umap/static/umap/locale/es.js +11 -12
- umap/static/umap/locale/es.json +11 -12
- umap/static/umap/locale/et.js +11 -12
- umap/static/umap/locale/et.json +11 -12
- umap/static/umap/locale/eu.js +27 -16
- umap/static/umap/locale/eu.json +27 -16
- umap/static/umap/locale/fa_IR.js +11 -12
- umap/static/umap/locale/fa_IR.json +11 -12
- umap/static/umap/locale/fi.js +11 -12
- umap/static/umap/locale/fi.json +11 -12
- umap/static/umap/locale/fr.js +11 -12
- umap/static/umap/locale/fr.json +11 -12
- umap/static/umap/locale/gl.js +11 -12
- umap/static/umap/locale/gl.json +11 -12
- umap/static/umap/locale/he.js +11 -12
- umap/static/umap/locale/he.json +11 -12
- umap/static/umap/locale/hr.js +11 -12
- umap/static/umap/locale/hr.json +11 -12
- umap/static/umap/locale/hu.js +29 -30
- umap/static/umap/locale/hu.json +29 -30
- umap/static/umap/locale/id.js +11 -12
- umap/static/umap/locale/id.json +11 -12
- umap/static/umap/locale/is.js +11 -12
- umap/static/umap/locale/is.json +11 -12
- umap/static/umap/locale/it.js +11 -12
- umap/static/umap/locale/it.json +11 -12
- umap/static/umap/locale/ja.js +11 -12
- umap/static/umap/locale/ja.json +11 -12
- umap/static/umap/locale/ko.js +11 -12
- umap/static/umap/locale/ko.json +11 -12
- umap/static/umap/locale/lt.js +11 -12
- umap/static/umap/locale/lt.json +11 -12
- umap/static/umap/locale/ms.js +20 -21
- umap/static/umap/locale/ms.json +20 -21
- umap/static/umap/locale/nl.js +11 -12
- umap/static/umap/locale/nl.json +11 -12
- umap/static/umap/locale/no.js +11 -12
- umap/static/umap/locale/no.json +11 -12
- umap/static/umap/locale/pl.js +11 -12
- umap/static/umap/locale/pl.json +11 -12
- umap/static/umap/locale/pl_PL.json +11 -12
- umap/static/umap/locale/pt.js +11 -12
- umap/static/umap/locale/pt.json +11 -12
- umap/static/umap/locale/pt_BR.js +11 -12
- umap/static/umap/locale/pt_BR.json +11 -12
- umap/static/umap/locale/pt_PT.js +11 -12
- umap/static/umap/locale/pt_PT.json +11 -12
- umap/static/umap/locale/ro.js +11 -12
- umap/static/umap/locale/ro.json +11 -12
- umap/static/umap/locale/ru.js +11 -12
- umap/static/umap/locale/ru.json +11 -12
- umap/static/umap/locale/si.js +240 -227
- umap/static/umap/locale/si.json +240 -227
- umap/static/umap/locale/sk_SK.js +11 -12
- umap/static/umap/locale/sk_SK.json +11 -12
- umap/static/umap/locale/sl.js +11 -12
- umap/static/umap/locale/sl.json +11 -12
- umap/static/umap/locale/sr.js +11 -12
- umap/static/umap/locale/sr.json +11 -12
- umap/static/umap/locale/sv.js +11 -12
- umap/static/umap/locale/sv.json +11 -12
- umap/static/umap/locale/th_TH.js +11 -12
- umap/static/umap/locale/th_TH.json +11 -12
- umap/static/umap/locale/tr.js +11 -12
- umap/static/umap/locale/tr.json +11 -12
- umap/static/umap/locale/uk_UA.js +11 -12
- umap/static/umap/locale/uk_UA.json +11 -12
- umap/static/umap/locale/vi.js +11 -12
- umap/static/umap/locale/vi.json +11 -12
- umap/static/umap/locale/vi_VN.json +11 -12
- umap/static/umap/locale/zh.js +11 -12
- umap/static/umap/locale/zh.json +11 -12
- umap/static/umap/locale/zh_CN.json +11 -12
- umap/static/umap/locale/zh_TW.Big5.json +11 -12
- umap/static/umap/locale/zh_TW.js +11 -12
- umap/static/umap/locale/zh_TW.json +11 -12
- umap/static/umap/map.css +17 -2
- umap/static/umap/unittests/utils.js +7 -0
- umap/static/umap/vars.css +10 -0
- umap/static/umap/vendors/dompurify/purify.es.js +54 -5
- umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
- umap/tests/integration/conftest.py +5 -4
- umap/tests/integration/test_browser.py +7 -0
- umap/tests/integration/test_choropleth.py +1 -1
- umap/tests/integration/test_draw_polygon.py +6 -0
- umap/tests/integration/test_draw_polyline.py +6 -0
- umap/tests/integration/test_edit_datalayer.py +5 -5
- umap/tests/integration/test_edit_map.py +4 -4
- umap/tests/integration/test_edit_marker.py +6 -6
- umap/tests/integration/test_edit_polygon.py +6 -6
- umap/tests/integration/test_facets_browser.py +82 -13
- {umap_project-2.2.2.dist-info → umap_project-2.3.0.dist-info}/METADATA +8 -7
- {umap_project-2.2.2.dist-info → umap_project-2.3.0.dist-info}/RECORD +137 -144
- {umap_project-2.2.2.dist-info → umap_project-2.3.0.dist-info}/WHEEL +1 -1
- umap/.DS_Store +0 -0
- umap/static/.DS_Store +0 -0
- umap/static/umap/.DS_Store +0 -0
- umap/static/umap/favicons/.DS_Store +0 -0
- umap/static/umap/fonts/.DS_Store +0 -0
- umap/tests/.DS_Store +0 -0
- umap/tests/integration/.DS_Store +0 -0
- {umap_project-2.2.2.dist-info → umap_project-2.3.0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.2.2.dist-info → umap_project-2.3.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/es.js
CHANGED
|
@@ -83,7 +83,6 @@ const locale = {
|
|
|
83
83
|
"color": "color",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Lista de números separados por comas, incluidos los valores mínimo y máximo.",
|
|
85
85
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista separada por comas de las propiedades que se utilizarán para ordenar las características. Para invertir la ordenación, anteponga un signo menos (-). Ej. miclave,-otraclave.",
|
|
86
|
-
"Comma separated list of properties to use when filtering features": "Lista separada por comas de las propiedades a utilizar al filtrar los elementos",
|
|
87
86
|
"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.": "Valores separados por coma, tabulador o punto y coma. SRS WGS84 está implícito. Solo se importan las geometrías de los puntos. La importación buscará en los encabezados de las columnas cualquier mención de «lat» y «lon» al principio del encabezado, sin distinción de mayúsculas y minúsculas. Todas las demás columnas se importan como propiedades.",
|
|
88
87
|
"Congratulations, your map has been created!": "Enhorabuena, ¡su mapa ha sido creado!",
|
|
89
88
|
"Continue line": "Línea continua",
|
|
@@ -96,7 +95,6 @@ const locale = {
|
|
|
96
95
|
"Custom background": "Fondo personalizado",
|
|
97
96
|
"Custom overlay": "Superposición personalizada",
|
|
98
97
|
"dash array": "serie de guiones",
|
|
99
|
-
"Data browser": "Navegador de datos",
|
|
100
98
|
"Data is browsable": "Los datos son navegables",
|
|
101
99
|
"Datalayers": "Capas de datos",
|
|
102
100
|
"Default interaction options": "Opciones de interacción predeterminados",
|
|
@@ -165,16 +163,12 @@ const locale = {
|
|
|
165
163
|
"Exit Fullscreen": "Salir de la pantalla completa",
|
|
166
164
|
"expanded": "expandido",
|
|
167
165
|
"Extract shape to separate feature": "Extraer la figura a un elemento separado",
|
|
168
|
-
"Facet keys": "Claves de facetas",
|
|
169
|
-
"Facet search": "Búsqueda de faceta",
|
|
170
166
|
"Feature identifier key": "Clave de identificación del elemento",
|
|
171
167
|
"Feature properties": "Propiedades de las funciones",
|
|
172
168
|
"Fetch data each time map view changes.": "Traer datos cada vez que la vista del mapa cambie.",
|
|
173
169
|
"fill color": "color de relleno",
|
|
174
170
|
"fill opacity": "opacidad del relleno",
|
|
175
171
|
"fill": "rellenar",
|
|
176
|
-
"Filter keys": "Claves de filtrado",
|
|
177
|
-
"Filter": "Filter",
|
|
178
172
|
"Fit all data": "Ajustar todos los datos",
|
|
179
173
|
"Format": "Formato",
|
|
180
174
|
"From zoom": "Desde el acercamiento",
|
|
@@ -267,7 +261,6 @@ const locale = {
|
|
|
267
261
|
"NM": "NM",
|
|
268
262
|
"No cache": "Sin caché",
|
|
269
263
|
"No licence has been set": "Ninguna licencia se ha establecida",
|
|
270
|
-
"No results for these facets": "No hay resultados para estas facetas",
|
|
271
264
|
"No results": "Sin resultados",
|
|
272
265
|
"no": "no",
|
|
273
266
|
"No.": "No.",
|
|
@@ -332,7 +325,6 @@ const locale = {
|
|
|
332
325
|
"See layers": "See layers",
|
|
333
326
|
"See full screen": "Ver pantalla completa",
|
|
334
327
|
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
335
|
-
"Select data": "Select data",
|
|
336
328
|
"Send me the link": "Envíeme el enlace",
|
|
337
329
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Establecer en falso para ocultar esta capa de la presentación de diapositivas, el navegador de datos, la navegación emergente...",
|
|
338
330
|
"settings": "settings",
|
|
@@ -434,9 +426,7 @@ const locale = {
|
|
|
434
426
|
"Edit map details": "Edit map details",
|
|
435
427
|
"Back to browser": "Back to browser",
|
|
436
428
|
"Toggle size": "Toggle size",
|
|
437
|
-
"Layers": "Layers",
|
|
438
429
|
"Display the caption control": "Display the caption control",
|
|
439
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
440
430
|
"<empty value>": "<empty value>",
|
|
441
431
|
"Min": "Min",
|
|
442
432
|
"Max": "Max",
|
|
@@ -446,8 +436,17 @@ const locale = {
|
|
|
446
436
|
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
447
437
|
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
448
438
|
"Back to layers": "Back to layers",
|
|
449
|
-
"
|
|
450
|
-
"
|
|
439
|
+
"Filters": "Filters",
|
|
440
|
+
"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",
|
|
441
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"Search keys": "Search keys",
|
|
443
|
+
"Filters keys": "Filters keys",
|
|
444
|
+
"Filter data": "Filter data",
|
|
445
|
+
"Search map features…": "Search map features…",
|
|
446
|
+
"Reset all": "Reset all",
|
|
447
|
+
"Browser in data mode": "Browser in data mode",
|
|
448
|
+
"Browser in layers mode": "Browser in layers mode",
|
|
449
|
+
"Browser in filters mode": "Browser in filters mode"
|
|
451
450
|
}
|
|
452
451
|
L.registerLocale("es", locale)
|
|
453
452
|
L.setLocale("es")
|
umap/static/umap/locale/es.json
CHANGED
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"color": "color",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Lista de números separados por comas, incluidos los valores mínimo y máximo.",
|
|
85
85
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista separada por comas de las propiedades que se utilizarán para ordenar las características. Para invertir la ordenación, anteponga un signo menos (-). Ej. miclave,-otraclave.",
|
|
86
|
-
"Comma separated list of properties to use when filtering features": "Lista separada por comas de las propiedades a utilizar al filtrar los elementos",
|
|
87
86
|
"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.": "Valores separados por coma, tabulador o punto y coma. SRS WGS84 está implícito. Solo se importan las geometrías de los puntos. La importación buscará en los encabezados de las columnas cualquier mención de «lat» y «lon» al principio del encabezado, sin distinción de mayúsculas y minúsculas. Todas las demás columnas se importan como propiedades.",
|
|
88
87
|
"Congratulations, your map has been created!": "Enhorabuena, ¡su mapa ha sido creado!",
|
|
89
88
|
"Continue line": "Línea continua",
|
|
@@ -96,7 +95,6 @@
|
|
|
96
95
|
"Custom background": "Fondo personalizado",
|
|
97
96
|
"Custom overlay": "Superposición personalizada",
|
|
98
97
|
"dash array": "serie de guiones",
|
|
99
|
-
"Data browser": "Navegador de datos",
|
|
100
98
|
"Data is browsable": "Los datos son navegables",
|
|
101
99
|
"Datalayers": "Capas de datos",
|
|
102
100
|
"Default interaction options": "Opciones de interacción predeterminados",
|
|
@@ -165,16 +163,12 @@
|
|
|
165
163
|
"Exit Fullscreen": "Salir de la pantalla completa",
|
|
166
164
|
"expanded": "expandido",
|
|
167
165
|
"Extract shape to separate feature": "Extraer la figura a un elemento separado",
|
|
168
|
-
"Facet keys": "Claves de facetas",
|
|
169
|
-
"Facet search": "Búsqueda de faceta",
|
|
170
166
|
"Feature identifier key": "Clave de identificación del elemento",
|
|
171
167
|
"Feature properties": "Propiedades de las funciones",
|
|
172
168
|
"Fetch data each time map view changes.": "Traer datos cada vez que la vista del mapa cambie.",
|
|
173
169
|
"fill color": "color de relleno",
|
|
174
170
|
"fill opacity": "opacidad del relleno",
|
|
175
171
|
"fill": "rellenar",
|
|
176
|
-
"Filter keys": "Claves de filtrado",
|
|
177
|
-
"Filter": "Filter",
|
|
178
172
|
"Fit all data": "Ajustar todos los datos",
|
|
179
173
|
"Format": "Formato",
|
|
180
174
|
"From zoom": "Desde el acercamiento",
|
|
@@ -267,7 +261,6 @@
|
|
|
267
261
|
"NM": "NM",
|
|
268
262
|
"No cache": "Sin caché",
|
|
269
263
|
"No licence has been set": "Ninguna licencia se ha establecida",
|
|
270
|
-
"No results for these facets": "No hay resultados para estas facetas",
|
|
271
264
|
"No results": "Sin resultados",
|
|
272
265
|
"no": "no",
|
|
273
266
|
"No.": "No.",
|
|
@@ -332,7 +325,6 @@
|
|
|
332
325
|
"See layers": "See layers",
|
|
333
326
|
"See full screen": "Ver pantalla completa",
|
|
334
327
|
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
335
|
-
"Select data": "Select data",
|
|
336
328
|
"Send me the link": "Envíeme el enlace",
|
|
337
329
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Establecer en falso para ocultar esta capa de la presentación de diapositivas, el navegador de datos, la navegación emergente...",
|
|
338
330
|
"settings": "settings",
|
|
@@ -434,9 +426,7 @@
|
|
|
434
426
|
"Edit map details": "Edit map details",
|
|
435
427
|
"Back to browser": "Back to browser",
|
|
436
428
|
"Toggle size": "Toggle size",
|
|
437
|
-
"Layers": "Layers",
|
|
438
429
|
"Display the caption control": "Display the caption control",
|
|
439
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
440
430
|
"<empty value>": "<empty value>",
|
|
441
431
|
"Min": "Min",
|
|
442
432
|
"Max": "Max",
|
|
@@ -446,6 +436,15 @@
|
|
|
446
436
|
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
447
437
|
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
448
438
|
"Back to layers": "Back to layers",
|
|
449
|
-
"
|
|
450
|
-
"
|
|
439
|
+
"Filters": "Filters",
|
|
440
|
+
"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",
|
|
441
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"Search keys": "Search keys",
|
|
443
|
+
"Filters keys": "Filters keys",
|
|
444
|
+
"Filter data": "Filter data",
|
|
445
|
+
"Search map features…": "Search map features…",
|
|
446
|
+
"Reset all": "Reset all",
|
|
447
|
+
"Browser in data mode": "Browser in data mode",
|
|
448
|
+
"Browser in layers mode": "Browser in layers mode",
|
|
449
|
+
"Browser in filters mode": "Browser in filters mode"
|
|
451
450
|
}
|
umap/static/umap/locale/et.js
CHANGED
|
@@ -83,7 +83,6 @@ const locale = {
|
|
|
83
83
|
"color": "Värv",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
85
85
|
"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.",
|
|
86
|
-
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
|
|
87
86
|
"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.",
|
|
88
87
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
89
88
|
"Continue line": "Jätka joont",
|
|
@@ -96,7 +95,6 @@ const locale = {
|
|
|
96
95
|
"Custom background": "Kohandatud taust",
|
|
97
96
|
"Custom overlay": "Custom overlay",
|
|
98
97
|
"dash array": "katkendjoon",
|
|
99
|
-
"Data browser": "Andmete sirvimine",
|
|
100
98
|
"Data is browsable": "Andmed on sirvitavad",
|
|
101
99
|
"Datalayers": "Datalayers",
|
|
102
100
|
"Default interaction options": "Interaktsiooni vaikesuvandid",
|
|
@@ -165,16 +163,12 @@ const locale = {
|
|
|
165
163
|
"Exit Fullscreen": "Välju täisekraanist",
|
|
166
164
|
"expanded": "laiendatud",
|
|
167
165
|
"Extract shape to separate feature": "Ekstrakti kujund eraldi elemendiks",
|
|
168
|
-
"Facet keys": "Facet keys",
|
|
169
|
-
"Facet search": "Facet search",
|
|
170
166
|
"Feature identifier key": "Feature identifier key",
|
|
171
167
|
"Feature properties": "Feature properties",
|
|
172
168
|
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
|
173
169
|
"fill color": "täitevärv",
|
|
174
170
|
"fill opacity": "täite läbipaistvus",
|
|
175
171
|
"fill": "täide",
|
|
176
|
-
"Filter keys": "Filtri võtmed",
|
|
177
|
-
"Filter": "Filter",
|
|
178
172
|
"Fit all data": "Fit all data",
|
|
179
173
|
"Format": "Vorming",
|
|
180
174
|
"From zoom": "Suurendusastmest",
|
|
@@ -267,7 +261,6 @@ const locale = {
|
|
|
267
261
|
"NM": "NM",
|
|
268
262
|
"No cache": "No cache",
|
|
269
263
|
"No licence has been set": "Litsentsi pole määratud",
|
|
270
|
-
"No results for these facets": "No results for these facets",
|
|
271
264
|
"No results": "Tulemused puuduvad",
|
|
272
265
|
"no": "ei",
|
|
273
266
|
"No.": "No.",
|
|
@@ -332,7 +325,6 @@ const locale = {
|
|
|
332
325
|
"See layers": "See layers",
|
|
333
326
|
"See full screen": "Täisekraanvaade",
|
|
334
327
|
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
335
|
-
"Select data": "Select data",
|
|
336
328
|
"Send me the link": "Send me the link",
|
|
337
329
|
"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…",
|
|
338
330
|
"settings": "settings",
|
|
@@ -434,9 +426,7 @@ const locale = {
|
|
|
434
426
|
"Edit map details": "Edit map details",
|
|
435
427
|
"Back to browser": "Back to browser",
|
|
436
428
|
"Toggle size": "Toggle size",
|
|
437
|
-
"Layers": "Layers",
|
|
438
429
|
"Display the caption control": "Display the caption control",
|
|
439
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
440
430
|
"<empty value>": "<empty value>",
|
|
441
431
|
"Min": "Min",
|
|
442
432
|
"Max": "Max",
|
|
@@ -446,8 +436,17 @@ const locale = {
|
|
|
446
436
|
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
447
437
|
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
448
438
|
"Back to layers": "Back to layers",
|
|
449
|
-
"
|
|
450
|
-
"
|
|
439
|
+
"Filters": "Filters",
|
|
440
|
+
"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",
|
|
441
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"Search keys": "Search keys",
|
|
443
|
+
"Filters keys": "Filters keys",
|
|
444
|
+
"Filter data": "Filter data",
|
|
445
|
+
"Search map features…": "Search map features…",
|
|
446
|
+
"Reset all": "Reset all",
|
|
447
|
+
"Browser in data mode": "Browser in data mode",
|
|
448
|
+
"Browser in layers mode": "Browser in layers mode",
|
|
449
|
+
"Browser in filters mode": "Browser in filters mode"
|
|
451
450
|
}
|
|
452
451
|
L.registerLocale("et", locale)
|
|
453
452
|
L.setLocale("et")
|
umap/static/umap/locale/et.json
CHANGED
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"color": "Värv",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
85
85
|
"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.",
|
|
86
|
-
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
|
|
87
86
|
"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.",
|
|
88
87
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
89
88
|
"Continue line": "Jätka joont",
|
|
@@ -96,7 +95,6 @@
|
|
|
96
95
|
"Custom background": "Kohandatud taust",
|
|
97
96
|
"Custom overlay": "Custom overlay",
|
|
98
97
|
"dash array": "katkendjoon",
|
|
99
|
-
"Data browser": "Andmete sirvimine",
|
|
100
98
|
"Data is browsable": "Andmed on sirvitavad",
|
|
101
99
|
"Datalayers": "Datalayers",
|
|
102
100
|
"Default interaction options": "Interaktsiooni vaikesuvandid",
|
|
@@ -165,16 +163,12 @@
|
|
|
165
163
|
"Exit Fullscreen": "Välju täisekraanist",
|
|
166
164
|
"expanded": "laiendatud",
|
|
167
165
|
"Extract shape to separate feature": "Ekstrakti kujund eraldi elemendiks",
|
|
168
|
-
"Facet keys": "Facet keys",
|
|
169
|
-
"Facet search": "Facet search",
|
|
170
166
|
"Feature identifier key": "Feature identifier key",
|
|
171
167
|
"Feature properties": "Feature properties",
|
|
172
168
|
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
|
173
169
|
"fill color": "täitevärv",
|
|
174
170
|
"fill opacity": "täite läbipaistvus",
|
|
175
171
|
"fill": "täide",
|
|
176
|
-
"Filter keys": "Filtri võtmed",
|
|
177
|
-
"Filter": "Filter",
|
|
178
172
|
"Fit all data": "Fit all data",
|
|
179
173
|
"Format": "Vorming",
|
|
180
174
|
"From zoom": "Suurendusastmest",
|
|
@@ -267,7 +261,6 @@
|
|
|
267
261
|
"NM": "NM",
|
|
268
262
|
"No cache": "No cache",
|
|
269
263
|
"No licence has been set": "Litsentsi pole määratud",
|
|
270
|
-
"No results for these facets": "No results for these facets",
|
|
271
264
|
"No results": "Tulemused puuduvad",
|
|
272
265
|
"no": "ei",
|
|
273
266
|
"No.": "No.",
|
|
@@ -332,7 +325,6 @@
|
|
|
332
325
|
"See layers": "See layers",
|
|
333
326
|
"See full screen": "Täisekraanvaade",
|
|
334
327
|
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
335
|
-
"Select data": "Select data",
|
|
336
328
|
"Send me the link": "Send me the link",
|
|
337
329
|
"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…",
|
|
338
330
|
"settings": "settings",
|
|
@@ -434,9 +426,7 @@
|
|
|
434
426
|
"Edit map details": "Edit map details",
|
|
435
427
|
"Back to browser": "Back to browser",
|
|
436
428
|
"Toggle size": "Toggle size",
|
|
437
|
-
"Layers": "Layers",
|
|
438
429
|
"Display the caption control": "Display the caption control",
|
|
439
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
440
430
|
"<empty value>": "<empty value>",
|
|
441
431
|
"Min": "Min",
|
|
442
432
|
"Max": "Max",
|
|
@@ -446,6 +436,15 @@
|
|
|
446
436
|
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
447
437
|
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
448
438
|
"Back to layers": "Back to layers",
|
|
449
|
-
"
|
|
450
|
-
"
|
|
439
|
+
"Filters": "Filters",
|
|
440
|
+
"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",
|
|
441
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"Search keys": "Search keys",
|
|
443
|
+
"Filters keys": "Filters keys",
|
|
444
|
+
"Filter data": "Filter data",
|
|
445
|
+
"Search map features…": "Search map features…",
|
|
446
|
+
"Reset all": "Reset all",
|
|
447
|
+
"Browser in data mode": "Browser in data mode",
|
|
448
|
+
"Browser in layers mode": "Browser in layers mode",
|
|
449
|
+
"Browser in filters mode": "Browser in filters mode"
|
|
451
450
|
}
|
umap/static/umap/locale/eu.js
CHANGED
|
@@ -82,12 +82,9 @@ const locale = {
|
|
|
82
82
|
"collapsed": "collapsed",
|
|
83
83
|
"color": "color",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
85
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
86
85
|
"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.",
|
|
87
|
-
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
|
|
88
86
|
"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.",
|
|
89
87
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
90
|
-
"Continue line (Ctrl+Click)": "Continue line (Ctrl+Click)",
|
|
91
88
|
"Continue line": "Continue line",
|
|
92
89
|
"Coordinates": "Coordinates",
|
|
93
90
|
"Copy link": "Copy link",
|
|
@@ -98,7 +95,6 @@ const locale = {
|
|
|
98
95
|
"Custom background": "Custom background",
|
|
99
96
|
"Custom overlay": "Custom overlay",
|
|
100
97
|
"dash array": "dash array",
|
|
101
|
-
"Data browser": "Datu-ikuslea",
|
|
102
98
|
"Data is browsable": "Data is browsable",
|
|
103
99
|
"Datalayers": "Datalayers",
|
|
104
100
|
"Default interaction options": "Default interaction options",
|
|
@@ -152,7 +148,6 @@ const locale = {
|
|
|
152
148
|
"Dynamic properties": "Dynamic properties",
|
|
153
149
|
"Dynamic": "Dynamic",
|
|
154
150
|
"Edit feature's layer": "Edit feature's layer",
|
|
155
|
-
"Edit map properties": "Edit map properties",
|
|
156
151
|
"Edit properties in a table": "Edit properties in a table",
|
|
157
152
|
"Edit the title of the map": "Edit the title of the map",
|
|
158
153
|
"Edit this feature": "Edit this feature",
|
|
@@ -165,21 +160,15 @@ const locale = {
|
|
|
165
160
|
"Equidistant": "Equidistant",
|
|
166
161
|
"Error in the overlay URL": "Error in the overlay URL",
|
|
167
162
|
"Error in the tilelayer URL": "Error in the tilelayer URL",
|
|
168
|
-
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
169
163
|
"Exit Fullscreen": "Exit Fullscreen",
|
|
170
164
|
"expanded": "expanded",
|
|
171
165
|
"Extract shape to separate feature": "Extract shape to separate feature",
|
|
172
|
-
"Facet keys": "Facet keys",
|
|
173
|
-
"Facet search": "Facet search",
|
|
174
166
|
"Feature identifier key": "Feature identifier key",
|
|
175
167
|
"Feature properties": "Feature properties",
|
|
176
|
-
"Features in this layer: {count}": "Features in this layer: {count}",
|
|
177
168
|
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
|
178
169
|
"fill color": "fill color",
|
|
179
170
|
"fill opacity": "fill opacity",
|
|
180
171
|
"fill": "fill",
|
|
181
|
-
"Filter keys": "Filter keys",
|
|
182
|
-
"Filter": "Filter",
|
|
183
172
|
"Fit all data": "Fit all data",
|
|
184
173
|
"Format": "Format",
|
|
185
174
|
"From zoom": "From zoom",
|
|
@@ -272,7 +261,6 @@ const locale = {
|
|
|
272
261
|
"NM": "NM",
|
|
273
262
|
"No cache": "No cache",
|
|
274
263
|
"No licence has been set": "No licence has been set",
|
|
275
|
-
"No results for these facets": "No results for these facets",
|
|
276
264
|
"No results": "No results",
|
|
277
265
|
"no": "ez",
|
|
278
266
|
"No.": "No.",
|
|
@@ -334,11 +322,9 @@ const locale = {
|
|
|
334
322
|
"Search": "Search",
|
|
335
323
|
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
|
336
324
|
"Secret edit link:": "Secret edit link:",
|
|
337
|
-
"See all": "See all",
|
|
338
325
|
"See layers": "See layers",
|
|
339
326
|
"See full screen": "See full screen",
|
|
340
327
|
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
341
|
-
"Select data": "Select data",
|
|
342
328
|
"Send me the link": "Send me the link",
|
|
343
329
|
"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…",
|
|
344
330
|
"settings": "settings",
|
|
@@ -365,7 +351,6 @@ const locale = {
|
|
|
365
351
|
"stroke": "stroke",
|
|
366
352
|
"Supported scheme": "Supported scheme",
|
|
367
353
|
"Supported variables that will be dynamically replaced": "Supported variables that will be dynamically replaced",
|
|
368
|
-
"Switch to edit mode": "Switch to edit mode",
|
|
369
354
|
"Symbol": "Symbol",
|
|
370
355
|
"Table": "Table",
|
|
371
356
|
"Text color for the cluster label": "Text color for the cluster label",
|
|
@@ -435,7 +420,33 @@ const locale = {
|
|
|
435
420
|
"{distance} m": "{distance} m",
|
|
436
421
|
"{distance} miles": "{distance} miles",
|
|
437
422
|
"{distance} NM": "{distance} NM",
|
|
438
|
-
"{distance} yd": "{distance} yd"
|
|
423
|
+
"{distance} yd": "{distance} yd",
|
|
424
|
+
"Edit map name and caption": "Edit map name and caption",
|
|
425
|
+
"Map advanced properties": "Map advanced properties",
|
|
426
|
+
"Edit map details": "Edit map details",
|
|
427
|
+
"Back to browser": "Back to browser",
|
|
428
|
+
"Toggle size": "Toggle size",
|
|
429
|
+
"Display the caption control": "Display the caption control",
|
|
430
|
+
"<empty value>": "<empty value>",
|
|
431
|
+
"Min": "Min",
|
|
432
|
+
"Max": "Max",
|
|
433
|
+
"From": "From",
|
|
434
|
+
"Until": "Until",
|
|
435
|
+
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
436
|
+
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
437
|
+
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
438
|
+
"Back to layers": "Back to layers",
|
|
439
|
+
"Filters": "Filters",
|
|
440
|
+
"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",
|
|
441
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"Search keys": "Search keys",
|
|
443
|
+
"Filters keys": "Filters keys",
|
|
444
|
+
"Filter data": "Filter data",
|
|
445
|
+
"Search map features…": "Search map features…",
|
|
446
|
+
"Reset all": "Reset all",
|
|
447
|
+
"Browser in data mode": "Browser in data mode",
|
|
448
|
+
"Browser in layers mode": "Browser in layers mode",
|
|
449
|
+
"Browser in filters mode": "Browser in filters mode"
|
|
439
450
|
}
|
|
440
451
|
L.registerLocale("eu", locale)
|
|
441
452
|
L.setLocale("eu")
|
umap/static/umap/locale/eu.json
CHANGED
|
@@ -82,12 +82,9 @@
|
|
|
82
82
|
"collapsed": "collapsed",
|
|
83
83
|
"color": "color",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
85
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
86
85
|
"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.",
|
|
87
|
-
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
|
|
88
86
|
"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.",
|
|
89
87
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
90
|
-
"Continue line (Ctrl+Click)": "Continue line (Ctrl+Click)",
|
|
91
88
|
"Continue line": "Continue line",
|
|
92
89
|
"Coordinates": "Coordinates",
|
|
93
90
|
"Copy link": "Copy link",
|
|
@@ -98,7 +95,6 @@
|
|
|
98
95
|
"Custom background": "Custom background",
|
|
99
96
|
"Custom overlay": "Custom overlay",
|
|
100
97
|
"dash array": "dash array",
|
|
101
|
-
"Data browser": "Datu-ikuslea",
|
|
102
98
|
"Data is browsable": "Data is browsable",
|
|
103
99
|
"Datalayers": "Datalayers",
|
|
104
100
|
"Default interaction options": "Default interaction options",
|
|
@@ -152,7 +148,6 @@
|
|
|
152
148
|
"Dynamic properties": "Dynamic properties",
|
|
153
149
|
"Dynamic": "Dynamic",
|
|
154
150
|
"Edit feature's layer": "Edit feature's layer",
|
|
155
|
-
"Edit map properties": "Edit map properties",
|
|
156
151
|
"Edit properties in a table": "Edit properties in a table",
|
|
157
152
|
"Edit the title of the map": "Edit the title of the map",
|
|
158
153
|
"Edit this feature": "Edit this feature",
|
|
@@ -165,21 +160,15 @@
|
|
|
165
160
|
"Equidistant": "Equidistant",
|
|
166
161
|
"Error in the overlay URL": "Error in the overlay URL",
|
|
167
162
|
"Error in the tilelayer URL": "Error in the tilelayer URL",
|
|
168
|
-
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
169
163
|
"Exit Fullscreen": "Exit Fullscreen",
|
|
170
164
|
"expanded": "expanded",
|
|
171
165
|
"Extract shape to separate feature": "Extract shape to separate feature",
|
|
172
|
-
"Facet keys": "Facet keys",
|
|
173
|
-
"Facet search": "Facet search",
|
|
174
166
|
"Feature identifier key": "Feature identifier key",
|
|
175
167
|
"Feature properties": "Feature properties",
|
|
176
|
-
"Features in this layer: {count}": "Features in this layer: {count}",
|
|
177
168
|
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
|
178
169
|
"fill color": "fill color",
|
|
179
170
|
"fill opacity": "fill opacity",
|
|
180
171
|
"fill": "fill",
|
|
181
|
-
"Filter keys": "Filter keys",
|
|
182
|
-
"Filter": "Filter",
|
|
183
172
|
"Fit all data": "Fit all data",
|
|
184
173
|
"Format": "Format",
|
|
185
174
|
"From zoom": "From zoom",
|
|
@@ -272,7 +261,6 @@
|
|
|
272
261
|
"NM": "NM",
|
|
273
262
|
"No cache": "No cache",
|
|
274
263
|
"No licence has been set": "No licence has been set",
|
|
275
|
-
"No results for these facets": "No results for these facets",
|
|
276
264
|
"No results": "No results",
|
|
277
265
|
"no": "ez",
|
|
278
266
|
"No.": "No.",
|
|
@@ -334,11 +322,9 @@
|
|
|
334
322
|
"Search": "Search",
|
|
335
323
|
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
|
336
324
|
"Secret edit link:": "Secret edit link:",
|
|
337
|
-
"See all": "See all",
|
|
338
325
|
"See layers": "See layers",
|
|
339
326
|
"See full screen": "See full screen",
|
|
340
327
|
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
341
|
-
"Select data": "Select data",
|
|
342
328
|
"Send me the link": "Send me the link",
|
|
343
329
|
"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…",
|
|
344
330
|
"settings": "settings",
|
|
@@ -365,7 +351,6 @@
|
|
|
365
351
|
"stroke": "stroke",
|
|
366
352
|
"Supported scheme": "Supported scheme",
|
|
367
353
|
"Supported variables that will be dynamically replaced": "Supported variables that will be dynamically replaced",
|
|
368
|
-
"Switch to edit mode": "Switch to edit mode",
|
|
369
354
|
"Symbol": "Symbol",
|
|
370
355
|
"Table": "Table",
|
|
371
356
|
"Text color for the cluster label": "Text color for the cluster label",
|
|
@@ -435,5 +420,31 @@
|
|
|
435
420
|
"{distance} m": "{distance} m",
|
|
436
421
|
"{distance} miles": "{distance} miles",
|
|
437
422
|
"{distance} NM": "{distance} NM",
|
|
438
|
-
"{distance} yd": "{distance} yd"
|
|
423
|
+
"{distance} yd": "{distance} yd",
|
|
424
|
+
"Edit map name and caption": "Edit map name and caption",
|
|
425
|
+
"Map advanced properties": "Map advanced properties",
|
|
426
|
+
"Edit map details": "Edit map details",
|
|
427
|
+
"Back to browser": "Back to browser",
|
|
428
|
+
"Toggle size": "Toggle size",
|
|
429
|
+
"Display the caption control": "Display the caption control",
|
|
430
|
+
"<empty value>": "<empty value>",
|
|
431
|
+
"Min": "Min",
|
|
432
|
+
"Max": "Max",
|
|
433
|
+
"From": "From",
|
|
434
|
+
"Until": "Until",
|
|
435
|
+
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
436
|
+
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
437
|
+
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
438
|
+
"Back to layers": "Back to layers",
|
|
439
|
+
"Filters": "Filters",
|
|
440
|
+
"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",
|
|
441
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"Search keys": "Search keys",
|
|
443
|
+
"Filters keys": "Filters keys",
|
|
444
|
+
"Filter data": "Filter data",
|
|
445
|
+
"Search map features…": "Search map features…",
|
|
446
|
+
"Reset all": "Reset all",
|
|
447
|
+
"Browser in data mode": "Browser in data mode",
|
|
448
|
+
"Browser in layers mode": "Browser in layers mode",
|
|
449
|
+
"Browser in filters mode": "Browser in filters mode"
|
|
439
450
|
}
|
umap/static/umap/locale/fa_IR.js
CHANGED
|
@@ -83,7 +83,6 @@ const locale = {
|
|
|
83
83
|
"color": "رنگ",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
85
85
|
"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.",
|
|
86
|
-
"Comma separated list of properties to use when filtering features": "لیستی از خواص جدا شده با کاما برای فیلتر کردن ویژگی ها",
|
|
87
86
|
"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.": "مقادیر جدا شده با کاما، برگه یا نیمه کولون. SRS WGS84 ضمنی است. فقط هندسه نقطه وارد می شود. واردات به سربرگهای ستون برای ذکر هرگونه عبارت «lat» و «lon» در ابتدای سرصفحه، بدون حساس به حروف، نگاه می کند. همه ستون های دیگر به عنوان ویژگی وارد می شوند.",
|
|
88
87
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
89
88
|
"Continue line": "ادامه خط",
|
|
@@ -96,7 +95,6 @@ const locale = {
|
|
|
96
95
|
"Custom background": "پس زمینه سفارشی",
|
|
97
96
|
"Custom overlay": "Custom overlay",
|
|
98
97
|
"dash array": "آرایه خط تیره",
|
|
99
|
-
"Data browser": "مرورگر داده",
|
|
100
98
|
"Data is browsable": "داده ها قابل مرور هستند",
|
|
101
99
|
"Datalayers": "Datalayers",
|
|
102
100
|
"Default interaction options": "گزینه های پیش فرض تعامل",
|
|
@@ -165,16 +163,12 @@ const locale = {
|
|
|
165
163
|
"Exit Fullscreen": "خروج از تمام صفحه",
|
|
166
164
|
"expanded": "منبسط",
|
|
167
165
|
"Extract shape to separate feature": "استخراج شکل به ویژگی جدا",
|
|
168
|
-
"Facet keys": "Facet keys",
|
|
169
|
-
"Facet search": "Facet search",
|
|
170
166
|
"Feature identifier key": "کلید شناسایی ویژگی",
|
|
171
167
|
"Feature properties": "Feature properties",
|
|
172
168
|
"Fetch data each time map view changes.": "هر بار که نمای نقشه تغییر می کند، داده ها را واکشی کنید.",
|
|
173
169
|
"fill color": "پر کردن رنگ",
|
|
174
170
|
"fill opacity": "تاری/کِدِری را پر کنید",
|
|
175
171
|
"fill": "پر کردن",
|
|
176
|
-
"Filter keys": "کلیدهای فیلتر",
|
|
177
|
-
"Filter": "Filter",
|
|
178
172
|
"Fit all data": "Fit all data",
|
|
179
173
|
"Format": "قالب",
|
|
180
174
|
"From zoom": "از زوم",
|
|
@@ -267,7 +261,6 @@ const locale = {
|
|
|
267
261
|
"NM": "NM",
|
|
268
262
|
"No cache": "بدون حافظه پنهان",
|
|
269
263
|
"No licence has been set": "هیچ مجوزی تنظیم نشده است",
|
|
270
|
-
"No results for these facets": "No results for these facets",
|
|
271
264
|
"No results": "بدون نتیجه",
|
|
272
265
|
"no": "نه",
|
|
273
266
|
"No.": "No.",
|
|
@@ -332,7 +325,6 @@ const locale = {
|
|
|
332
325
|
"See layers": "See layers",
|
|
333
326
|
"See full screen": "تمام صفحه را مشاهده کنید",
|
|
334
327
|
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
335
|
-
"Select data": "دادهها را انتخاب کنید",
|
|
336
328
|
"Send me the link": "Send me the link",
|
|
337
329
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "آن را روی غلط/false تنظیم کنید تا این لایه از نمایش اسلاید، مرورگر داده، ناوبری بازشو پنهان شود…",
|
|
338
330
|
"settings": "settings",
|
|
@@ -434,9 +426,7 @@ const locale = {
|
|
|
434
426
|
"Edit map details": "Edit map details",
|
|
435
427
|
"Back to browser": "Back to browser",
|
|
436
428
|
"Toggle size": "Toggle size",
|
|
437
|
-
"Layers": "Layers",
|
|
438
429
|
"Display the caption control": "Display the caption control",
|
|
439
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
440
430
|
"<empty value>": "<empty value>",
|
|
441
431
|
"Min": "Min",
|
|
442
432
|
"Max": "Max",
|
|
@@ -446,8 +436,17 @@ const locale = {
|
|
|
446
436
|
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
447
437
|
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
448
438
|
"Back to layers": "Back to layers",
|
|
449
|
-
"
|
|
450
|
-
"
|
|
439
|
+
"Filters": "Filters",
|
|
440
|
+
"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",
|
|
441
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"Search keys": "Search keys",
|
|
443
|
+
"Filters keys": "Filters keys",
|
|
444
|
+
"Filter data": "Filter data",
|
|
445
|
+
"Search map features…": "Search map features…",
|
|
446
|
+
"Reset all": "Reset all",
|
|
447
|
+
"Browser in data mode": "Browser in data mode",
|
|
448
|
+
"Browser in layers mode": "Browser in layers mode",
|
|
449
|
+
"Browser in filters mode": "Browser in filters mode"
|
|
451
450
|
}
|
|
452
451
|
L.registerLocale("fa_IR", locale)
|
|
453
452
|
L.setLocale("fa_IR")
|