umap-project 1.4.3__py3-none-any.whl → 1.5.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.

Files changed (134) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/br/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/br/LC_MESSAGES/django.po +29 -28
  4. umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  5. umap/locale/cs_CZ/LC_MESSAGES/django.po +35 -35
  6. umap/locale/en/LC_MESSAGES/django.po +28 -28
  7. umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +23 -0
  8. umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +24 -0
  9. umap/models.py +10 -2
  10. umap/settings/base.py +2 -0
  11. umap/static/umap/base.css +4 -4
  12. umap/static/umap/img/16-white.svg +18 -3
  13. umap/static/umap/img/logo_small.svg +14 -0
  14. umap/static/umap/img/source/16-white.svg +19 -5
  15. umap/static/umap/js/umap.controls.js +122 -132
  16. umap/static/umap/js/umap.core.js +13 -6
  17. umap/static/umap/js/umap.features.js +41 -15
  18. umap/static/umap/js/umap.forms.js +55 -5
  19. umap/static/umap/js/umap.js +59 -100
  20. umap/static/umap/js/umap.layer.js +69 -26
  21. umap/static/umap/js/umap.permissions.js +5 -0
  22. umap/static/umap/js/umap.popup.js +3 -6
  23. umap/static/umap/js/umap.xhr.js +2 -1
  24. umap/static/umap/locale/am_ET.js +14 -7
  25. umap/static/umap/locale/am_ET.json +14 -7
  26. umap/static/umap/locale/ar.js +14 -7
  27. umap/static/umap/locale/ar.json +14 -7
  28. umap/static/umap/locale/ast.js +14 -7
  29. umap/static/umap/locale/ast.json +14 -7
  30. umap/static/umap/locale/bg.js +14 -7
  31. umap/static/umap/locale/bg.json +14 -7
  32. umap/static/umap/locale/br.js +149 -142
  33. umap/static/umap/locale/br.json +149 -142
  34. umap/static/umap/locale/ca.js +14 -7
  35. umap/static/umap/locale/ca.json +14 -7
  36. umap/static/umap/locale/cs_CZ.js +42 -35
  37. umap/static/umap/locale/cs_CZ.json +42 -35
  38. umap/static/umap/locale/da.js +14 -7
  39. umap/static/umap/locale/da.json +14 -7
  40. umap/static/umap/locale/de.js +14 -7
  41. umap/static/umap/locale/de.json +14 -7
  42. umap/static/umap/locale/el.js +14 -7
  43. umap/static/umap/locale/el.json +14 -7
  44. umap/static/umap/locale/en.js +14 -7
  45. umap/static/umap/locale/en.json +14 -7
  46. umap/static/umap/locale/en_US.json +14 -7
  47. umap/static/umap/locale/es.js +14 -7
  48. umap/static/umap/locale/es.json +14 -7
  49. umap/static/umap/locale/et.js +14 -7
  50. umap/static/umap/locale/et.json +14 -7
  51. umap/static/umap/locale/eu.js +7 -7
  52. umap/static/umap/locale/eu.json +7 -7
  53. umap/static/umap/locale/fa_IR.js +14 -7
  54. umap/static/umap/locale/fa_IR.json +14 -7
  55. umap/static/umap/locale/fi.js +14 -7
  56. umap/static/umap/locale/fi.json +14 -7
  57. umap/static/umap/locale/fr.js +14 -7
  58. umap/static/umap/locale/fr.json +14 -7
  59. umap/static/umap/locale/gl.js +14 -7
  60. umap/static/umap/locale/gl.json +14 -7
  61. umap/static/umap/locale/he.js +14 -7
  62. umap/static/umap/locale/he.json +14 -7
  63. umap/static/umap/locale/hr.js +14 -7
  64. umap/static/umap/locale/hr.json +14 -7
  65. umap/static/umap/locale/hu.js +14 -7
  66. umap/static/umap/locale/hu.json +14 -7
  67. umap/static/umap/locale/id.js +14 -7
  68. umap/static/umap/locale/id.json +14 -7
  69. umap/static/umap/locale/is.js +14 -7
  70. umap/static/umap/locale/is.json +14 -7
  71. umap/static/umap/locale/it.js +14 -7
  72. umap/static/umap/locale/it.json +14 -7
  73. umap/static/umap/locale/ja.js +14 -7
  74. umap/static/umap/locale/ja.json +14 -7
  75. umap/static/umap/locale/ko.js +14 -7
  76. umap/static/umap/locale/ko.json +14 -7
  77. umap/static/umap/locale/lt.js +14 -7
  78. umap/static/umap/locale/lt.json +14 -7
  79. umap/static/umap/locale/ms.js +14 -7
  80. umap/static/umap/locale/ms.json +14 -7
  81. umap/static/umap/locale/nl.js +14 -7
  82. umap/static/umap/locale/nl.json +14 -7
  83. umap/static/umap/locale/no.js +14 -7
  84. umap/static/umap/locale/no.json +14 -7
  85. umap/static/umap/locale/pl.js +14 -7
  86. umap/static/umap/locale/pl.json +14 -7
  87. umap/static/umap/locale/pl_PL.json +14 -7
  88. umap/static/umap/locale/pt.js +14 -7
  89. umap/static/umap/locale/pt.json +14 -7
  90. umap/static/umap/locale/pt_BR.js +14 -7
  91. umap/static/umap/locale/pt_BR.json +14 -7
  92. umap/static/umap/locale/pt_PT.js +14 -7
  93. umap/static/umap/locale/pt_PT.json +14 -7
  94. umap/static/umap/locale/ro.js +14 -7
  95. umap/static/umap/locale/ro.json +14 -7
  96. umap/static/umap/locale/ru.js +14 -7
  97. umap/static/umap/locale/ru.json +14 -7
  98. umap/static/umap/locale/sk_SK.js +14 -7
  99. umap/static/umap/locale/sk_SK.json +14 -7
  100. umap/static/umap/locale/sl.js +14 -7
  101. umap/static/umap/locale/sl.json +14 -7
  102. umap/static/umap/locale/sr.js +14 -7
  103. umap/static/umap/locale/sr.json +14 -7
  104. umap/static/umap/locale/sv.js +38 -31
  105. umap/static/umap/locale/sv.json +38 -31
  106. umap/static/umap/locale/th_TH.js +14 -7
  107. umap/static/umap/locale/th_TH.json +14 -7
  108. umap/static/umap/locale/tr.js +14 -7
  109. umap/static/umap/locale/tr.json +14 -7
  110. umap/static/umap/locale/uk_UA.js +14 -7
  111. umap/static/umap/locale/uk_UA.json +14 -7
  112. umap/static/umap/locale/vi.js +14 -7
  113. umap/static/umap/locale/vi.json +14 -7
  114. umap/static/umap/locale/vi_VN.json +14 -7
  115. umap/static/umap/locale/zh.js +14 -7
  116. umap/static/umap/locale/zh.json +14 -7
  117. umap/static/umap/locale/zh_CN.json +14 -7
  118. umap/static/umap/locale/zh_TW.Big5.json +14 -7
  119. umap/static/umap/locale/zh_TW.js +14 -7
  120. umap/static/umap/locale/zh_TW.json +14 -7
  121. umap/static/umap/map.css +119 -47
  122. umap/static/umap/test/DataLayer.js +32 -6
  123. umap/static/umap/test/Permissions.js +2 -2
  124. umap/static/umap/test/Util.js +26 -7
  125. umap/static/umap/vendors/leaflet/leaflet-src.js +7156 -7156
  126. umap/static/umap/vendors/togeojson/togeojson.js +2 -406
  127. umap/tests/test_map.py +16 -0
  128. umap/tests/test_views.py +18 -0
  129. umap/views.py +4 -2
  130. {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/METADATA +3 -3
  131. {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/RECORD +134 -131
  132. {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/WHEEL +0 -0
  133. {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/entry_points.txt +0 -0
  134. {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/licenses/LICENSE +0 -0
@@ -2,44 +2,44 @@ const locale = {
2
2
  "Add symbol": "Ouzhpennañ un arouez",
3
3
  "Allow scroll wheel zoom?": "Aotren ar zoum gant ar rodell?",
4
4
  "Automatic": "Emgefreek",
5
- "Ball": "Ball",
5
+ "Ball": "Spilhenn",
6
6
  "Cancel": "Nullañ",
7
7
  "Caption": "Alc'hwez",
8
8
  "Change symbol": "Cheñch arouez",
9
9
  "Choose the data format": "Diuzañ furmad ar roadennoù",
10
- "Choose the layer of the feature": "Choose the layer of the feature",
11
- "Circle": "Kelc'hiañ",
10
+ "Choose the layer of the feature": "Diuzañ gwiskad an elfenn",
11
+ "Circle": "Kelc'h",
12
12
  "Clustered": "Clustered",
13
13
  "Data browser": "Furchal ar roadennoù",
14
14
  "Default": "Dre ziouer",
15
- "Default zoom level": "Default zoom level",
15
+ "Default zoom level": "Live zoum dre ziouer",
16
16
  "Default: name": "Dre ziouer: anv",
17
17
  "Display label": "Diskouez un dikedenn",
18
- "Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
18
+ "Display the control to open OpenStreetMap editor": "Diskwel an afell evit digeriñ an aozer OpenStreetMap",
19
19
  "Display the data layers control": "Display the data layers control",
20
- "Display the embed control": "Display the embed control",
21
- "Display the fullscreen control": "Display the fullscreen control",
22
- "Display the locate control": "Display the locate control",
23
- "Display the measure control": "Display the measure control",
24
- "Display the search control": "Display the search control",
25
- "Display the tile layers control": "Display the tile layers control",
26
- "Display the zoom control": "Display the zoom control",
27
- "Do you want to display a caption bar?": "Do you want to display a caption bar?",
28
- "Do you want to display a minimap?": "Do you want to display a minimap?",
20
+ "Display the embed control": "Diskwel an afell \"enframmañ\"",
21
+ "Display the fullscreen control": "Diskwel an afell \"skramm a-bezh\"",
22
+ "Display the locate control": "Diskwel an afell \"lec'hiañ\"",
23
+ "Display the measure control": "Diskwel an afell muzuliañ",
24
+ "Display the search control": "Diskwel an afell \"klask\"",
25
+ "Display the tile layers control": "Diskwel an afell \"cheñch foñs ar gartenn\"",
26
+ "Display the zoom control": "Diskwel an afelloù \"zoumañ\" ha \"dizoumañ\"",
27
+ "Do you want to display a caption bar?": "Diskwel ur varrenn alc'hwez?",
28
+ "Do you want to display a minimap?": "Diskwel ur gartennig evit en em lec'hiañ?",
29
29
  "Do you want to display a panel on load?": "Do you want to display a panel on load?",
30
- "Do you want to display popup footer?": "Do you want to display popup footer?",
31
- "Do you want to display the scale control?": "Fellout a ra deoc'h diskouez skeul ar gartenn?",
32
- "Do you want to display the «more» control?": "Fellout a ra deoc'h diskwel an afell \"muioc'h\"?",
33
- "Drop": "Drop",
34
- "GeoRSS (only link)": "GeoRSS (only link)",
30
+ "Do you want to display popup footer?": "Diskwel an diflugell e traoñ ar bajenn?",
31
+ "Do you want to display the scale control?": "Diskwel skeul ar gartenn?",
32
+ "Do you want to display the «more» control?": "Diskwel an afell \"muioc'h\"?",
33
+ "Drop": "Takenn",
34
+ "GeoRSS (only link)": "GeoRSS (liamm hepken)",
35
35
  "GeoRSS (title + image)": "GeoRSS (titl + skeudenn)",
36
- "Heatmap": "Heatmap",
36
+ "Heatmap": "Kartenn dermek",
37
37
  "Icon shape": "Furm an ikon",
38
38
  "Icon symbol": "Arouez an ikon",
39
- "Inherit": "Inherit",
39
+ "Inherit": "Heritañ",
40
40
  "Label direction": "Durc'hadur an dikedenn",
41
- "Label key": "Label key",
42
- "Labels are clickable": "Labels are clickable",
41
+ "Label key": "Alc'hwez an dikedenn",
42
+ "Labels are clickable": "An dikedennoù a c'haller klikañ",
43
43
  "None": "Hini ebet",
44
44
  "On the bottom": "D'an traoñ",
45
45
  "On the left": "A-gleiz",
@@ -48,23 +48,23 @@ const locale = {
48
48
  "Popup content template": "Popup content template",
49
49
  "Set symbol": "Termenañ an arouez",
50
50
  "Side panel": "Panell gostez",
51
- "Simplify": "Simplify",
51
+ "Simplify": "Eeunaat",
52
52
  "Symbol or url": "Arouez pe URL",
53
53
  "Table": "Taolenn",
54
54
  "always": "bepred",
55
55
  "clear": "skarzhañ",
56
- "collapsed": "collapsed",
56
+ "collapsed": "serret",
57
57
  "color": "liv",
58
- "dash array": "dash array",
58
+ "dash array": "Barrennoùigoù",
59
59
  "define": "termenañ",
60
60
  "description": "deskrivadur",
61
- "expanded": "expanded",
61
+ "expanded": "digor",
62
62
  "fill": "leuniañ",
63
63
  "fill color": "liv leuniañ",
64
- "fill opacity": "fill opacity",
64
+ "fill opacity": "demerez al leuniañ",
65
65
  "hidden": "kuzhet",
66
66
  "iframe": "iframe",
67
- "inherit": "inherit",
67
+ "inherit": "heritañ",
68
68
  "name": "anv",
69
69
  "never": "morse",
70
70
  "new window": "prenestr nevez",
@@ -72,150 +72,149 @@ const locale = {
72
72
  "on hover": "on hover",
73
73
  "opacity": "demerez",
74
74
  "parent window": "prenestr kar",
75
- "stroke": "stroke",
75
+ "stroke": "tres",
76
76
  "weight": "tevder",
77
77
  "yes": "ya",
78
78
  "{delay} seconds": "{delay} segondenn",
79
- "# one hash for main heading": "# one hash for main heading",
80
- "## two hashes for second heading": "## two hashes for second heading",
81
- "### three hashes for third heading": "### three hashes for third heading",
79
+ "# one hash for main heading": "# un diezenn evit an titl pennañ",
80
+ "## two hashes for second heading": "## div ziezenn evit an eil titl",
81
+ "### three hashes for third heading": "### teir diezenn evit an trede titl",
82
82
  "**double star for bold**": "**div steredennig evit tevaat**",
83
83
  "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".",
84
84
  "About": "Diwar-benn",
85
- "Action not allowed :(": "Action not allowed :(",
86
- "Activate slideshow mode": "Activate slideshow mode",
85
+ "Action not allowed :(": "N'oc'h ket aotreet d'ober-se :(",
86
+ "Activate slideshow mode": "Gweredekaat ar mod diaporama",
87
87
  "Add a layer": "Ouzhpennañ ur gwiskad",
88
88
  "Add a line to the current multi": "Add a line to the current multi",
89
89
  "Add a new property": "Ouzhpennañ ur perzh nevez",
90
90
  "Add a polygon to the current multi": "Add a polygon to the current multi",
91
91
  "Advanced actions": "Oberoù araokaet",
92
92
  "Advanced properties": "Perzhioù araokaet",
93
- "All properties are imported.": "All properties are imported.",
93
+ "All properties are imported.": "Enporzhiet eo bet an holl berzhioù.",
94
94
  "Allow interactions": "Allow interactions",
95
- "An error occured": "Ur fazi zo bet",
95
+ "An error occured": "Ur fazi ez eus bet",
96
96
  "Are you sure you want to cancel your changes?": "Ha sur oc'h e faot deoc'h nullañ ho kemmoù?",
97
- "Are you sure you want to clone this map and all its datalayers?": "Are you sure you want to clone this map and all its datalayers?",
97
+ "Are you sure you want to clone this map and all its datalayers?": "Ha sur oc'h e faot deoc'h arredaoliñ ar gartenn-mañ hag he holl wiskadoù roadennoù?",
98
98
  "Are you sure you want to delete the feature?": "Ha sur oc'h e faot deoc'h dilemel an elfenn-mañ?",
99
99
  "Are you sure you want to delete this layer?": "Ha sur oc'h e faot deoc'h dilemel ar gwiskad-mañ?",
100
100
  "Are you sure you want to delete this map?": "Ha sur oc'h e faot deoc'h dilemel ar gartenn-mañ?",
101
101
  "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ù?",
102
102
  "Are you sure you want to restore this version?": "Ha sur oc'h e faot deoc'h adsevel ar stumm-mañ?",
103
103
  "Attach the map to my account": "Stagañ ar gartenn d'am c'hont",
104
- "Auto": "Auto",
105
- "Autostart when map is loaded": "Autostart when map is loaded",
106
- "Bring feature to center": "Bring feature to center",
104
+ "Auto": "Emgefre",
105
+ "Autostart when map is loaded": "Loc'hañ pa vez karget ar gartenn",
106
+ "Bring feature to center": "Kreizañ ar gartenn war an elfenn-mañ",
107
107
  "Browse data": "Furchal ar roadennoù",
108
108
  "Cancel edits": "Nullañ ar c'hemmoù",
109
- "Center map on your location": "Center map on your location",
109
+ "Center map on your location": "Kreizañ ar gartenn war al lec'h m'emaoc'h",
110
110
  "Change map background": "Cheñch foñs ar gartenn",
111
111
  "Change tilelayers": "Cheñch foñs ar gartenn",
112
- "Choose a preset": "Choose a preset",
113
- "Choose the format of the data to import": "Choose the format of the data to import",
114
- "Choose the layer to import in": "Choose the layer to import in",
115
- "Click last point to finish shape": "Click last point to finish shape",
112
+ "Choose a preset": "Diuzañ ur rakdibab",
113
+ "Choose the format of the data to import": "Diuzañ furmad ar roadennoù da enporzhiañ",
114
+ "Choose the layer to import in": "Diuzañ ar gwiskad evit enporzhiañ e-barzh",
115
+ "Click last point to finish shape": "Klikañ war ar poent diwezhañ evit echuiñ an tres",
116
116
  "Click to add a marker": "Klikañ evit ouzhpennañ ur valizenn",
117
- "Click to continue drawing": "Click to continue drawing",
117
+ "Click to continue drawing": "Klikañ evit kenderc'hel da dresañ",
118
118
  "Click to edit": "Klikañ evit aozañ",
119
119
  "Click to start drawing a line": "Klikañ evit tresañ ul linenn",
120
120
  "Click to start drawing a polygon": "Klikañ evit tresañ ul lieskorn",
121
121
  "Clone": "Arredaoliñ",
122
- "Clone of {name}": "Clone of {name}",
122
+ "Clone of {name}": "Eilenn eus {name}",
123
123
  "Clone this feature": "Arredaoliñ an elfenn-mañ",
124
124
  "Clone this map": "Arredaoliñ ar gartenn-mañ",
125
125
  "Close": "Serriñ",
126
126
  "Clustering radius": "Clustering radius",
127
127
  "Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
128
128
  "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.",
129
- "Continue line": "Kenderc'hel al liamm",
129
+ "Continue line": "Kenderc'hel al linenn",
130
130
  "Continue line (Ctrl+Click)": "Kenderc'hel al linenn (Reol+Klikañ)",
131
131
  "Coordinates": "Daveennoù",
132
132
  "Credits": "Kredadoù",
133
- "Current view instead of default map view?": "Current view instead of default map view?",
133
+ "Current view instead of default map view?": "Gwel a-vremañ e-lec'h ar gwel dre ziouer?",
134
134
  "Custom background": "Foñs personelaet",
135
- "Data is browsable": "Data is browsable",
135
+ "Data is browsable": "Ar roadennoù a c'haller merdeiñ",
136
136
  "Default interaction options": "Default interaction options",
137
137
  "Default properties": "Perzhioù dre ziouer",
138
138
  "Default shape properties": "Default shape properties",
139
139
  "Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
140
- "Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
140
+ "Delay between two transitions when in play mode": "Dale etre daou dremen pa vez e mod lenn",
141
141
  "Delete": "Dilemel",
142
142
  "Delete all layers": "Dilemel kement gwiskad",
143
143
  "Delete layer": "Dilemel ar gwiskad",
144
144
  "Delete this feature": "Dilemel an elfenn-mañ",
145
145
  "Delete this property on all the features": "Dilemel ar perzh-mañ",
146
- "Delete this shape": "Delete this shape",
146
+ "Delete this shape": "Dilemel an tres-mañ",
147
147
  "Delete this vertex (Alt+Click)": "Dilemel ar poent-mañ (Erl+Klik)",
148
- "Directions from here": "Directions from here",
149
- "Disable editing": "Disable editing",
148
+ "Directions from here": "Heñchadurioù adalek amañ",
149
+ "Disable editing": "Paouez da aozañ",
150
150
  "Display measure": "Diskouez ar muzulioù",
151
- "Display on load": "Display on load",
151
+ "Display on load": "Diskwel en ur gargañ",
152
152
  "Download": "Pellgargañ",
153
153
  "Download data": "Pellgargañ ar roadennoù",
154
- "Drag to reorder": "Drag to reorder",
154
+ "Drag to reorder": "Riklañ evit adurzhiañ",
155
155
  "Draw a line": "Tresañ ul linenn",
156
156
  "Draw a marker": "Ouzhpennañ ur valizenn",
157
157
  "Draw a polygon": "Tresañ ul lieskorn",
158
158
  "Draw a polyline": "Tresañ ul linenn",
159
- "Dynamic": "Dynamic",
160
- "Dynamic properties": "Dynamic properties",
159
+ "Dynamic": "Buhezek",
160
+ "Dynamic properties": "Perzhioù buhezek",
161
161
  "Edit": "Aozañ",
162
- "Edit feature's layer": "Edit feature's layer",
162
+ "Edit feature's layer": "Kemmañ gwiskad an elfenn",
163
163
  "Edit map properties": "Aozañ perzhioù ar gartenn",
164
164
  "Edit map settings": "Kemmañ arventennoù ar gartenn",
165
165
  "Edit properties in a table": "Aozañ ar perzhioù en un daolenn",
166
166
  "Edit this feature": "Kemmañ an elfenn-mañ",
167
- "Editing": "Oc'h aozañ",
168
167
  "Embed and share this map": "Ezporzhiañ ha rannañ ar gartenn",
169
168
  "Embed the map": "Enframmañ ar gartenn",
170
169
  "Empty": "Goullonderiñ",
171
- "Enable editing": "Enable editing",
172
- "Error in the tilelayer URL": "Error in the tilelayer URL",
173
- "Error while fetching {url}": "Error while fetching {url}",
170
+ "Enable editing": "Kregiñ da aozañ",
171
+ "Error in the tilelayer URL": "Ur fazi zo en URL foñs ar gartenn",
172
+ "Error while fetching {url}": "Ur fazi ez eus bet en ur c'hervel an URL {url}",
174
173
  "Exit Fullscreen": "Kuitaat ar mod skramm a-bezh",
175
174
  "Extract shape to separate feature": "Extract shape to separate feature",
176
175
  "Fetch data each time map view changes.": "Fetch data each time map view changes.",
177
176
  "Filter keys": "Filter keys",
178
177
  "Filter…": "Silañ...",
179
178
  "Format": "Furmad",
180
- "From zoom": "From zoom",
179
+ "From zoom": "Adalek ar zoum",
181
180
  "Full map data": "Roadennoù klok ar gartenn",
182
181
  "Go to «{feature}»": "Mont da «{feature}»",
183
182
  "Heatmap intensity property": "Heatmap intensity property",
184
- "Heatmap radius": "Heatmap radius",
183
+ "Heatmap radius": "Skin ar gartenn dermek",
185
184
  "Help": "Skoazell",
186
- "Hide controls": "Hide controls",
185
+ "Hide controls": "Kuzhat ar binvioù",
187
186
  "Home": "Degemer",
188
187
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
189
188
  "If false, the polygon will act as a part of the underlying map.": "If false, the polygon will act as a part of the underlying map.",
190
- "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}",
191
- "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}",
189
+ "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe gant uhelder personelaet (e pikselioù): {{{http://iframe.url.com|height}}}",
190
+ "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe gant mentoù personelaet (e pikselioù): {{{http://iframe.url.com|height*width}}}",
192
191
  "Iframe: {{{http://iframe.url.com}}}": "Iframe: {{{http://iframe.url.com}}}",
193
- "Image with custom width (in px): {{http://image.url.com|width}}": "Image with custom width (in px): {{http://image.url.com|width}}",
192
+ "Image with custom width (in px): {{http://image.url.com|width}}": "Skeudenn gant ledander personelaet (e pikselioù): {{http://image.url.com|width}}",
194
193
  "Image: {{http://image.url.com}}": "Skeudenn: {{http://image.url.com}}",
195
194
  "Import": "Enporzhiañ",
196
195
  "Import data": "Enporzhiañ roadennoù",
197
196
  "Import in a new layer": "Enporzhiañ ur gwiskad nevez",
198
- "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
199
- "Include full screen link?": "Include full screen link?",
197
+ "Imports all umap data, including layers and settings.": "Enporzhiañ an holl roadennoù ar gartenn, ar gwiskadoù hag an arventennoù en o zouez.",
198
+ "Include full screen link?": "Lakaat ul liamm \"skramm a-bezh\" e-barzh?",
200
199
  "Interaction options": "Interaction options",
201
200
  "Invalid umap data": "Roadennoù umap direizh",
202
201
  "Invalid umap data in {filename}": "Roadennoù umap direizh e-barzh {filename}",
203
- "Keep current visible layers": "Keep current visible layers",
202
+ "Keep current visible layers": "Derc'hel ar gwiskadoù a c'haller gwelet bremañ",
204
203
  "Latitude": "Ledred",
205
204
  "Layer": "Gwiskad",
206
205
  "Layer properties": "Perzhioù ar gwiskad",
207
206
  "Licence": "Aotre-implijout",
208
- "Limit bounds": "Limit bounds",
207
+ "Limit bounds": "Bevennoù geografek",
209
208
  "Link to…": "Liamm etrezek...",
210
209
  "Link with text: [[http://example.com|text of the link]]": "Liamm gant testenn: [[http://skouer.bzh|testenn al liamm]]",
211
210
  "Long credits": "Kredadoù hir",
212
211
  "Longitude": "Hedred",
213
- "Make main shape": "Make main shape",
212
+ "Make main shape": "Tres pennañ",
214
213
  "Manage layers": "Merañ ar gwiskadoù",
215
- "Map background credits": "Map background credits",
214
+ "Map background credits": "Kredadoù foñs ar gartenn",
216
215
  "Map has been attached to your account": "Staget eo bet ar gartenn d'ho kont",
217
- "Map has been saved!": "Enrollet eo bet ar gartenn",
218
- "Map user content has been published under licence": "Map user content has been published under licence",
216
+ "Map has been saved!": "Enrollet eo bet ar gartenn!",
217
+ "Map user content has been published under licence": "Endalc'had ar gartenn zo bet embannet gant an aotre-implijout",
219
218
  "Map's editors": "Aozerien ar gartenn",
220
219
  "Map's owner": "Perc'henner ar gartenn",
221
220
  "Merge lines": "Kendeuziñ al linennoù",
@@ -224,40 +223,40 @@ const locale = {
224
223
  "No licence has been set": "Aotre-implijout ebet bet termenet",
225
224
  "No results": "Disoc'h ebet",
226
225
  "Only visible features will be downloaded.": "An elfennoù hewel hepken a vo pellgarget.",
227
- "Open download panel": "Open download panel",
226
+ "Open download panel": "Digeriñ prenestr ar pellgargadurioù",
228
227
  "Open link in…": "Digeriñ al liamm e...",
229
228
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
230
229
  "Optional intensity property for heatmap": "Optional intensity property for heatmap",
231
- "Optional. Same as color if not set.": "Optional. Same as color if not set.",
230
+ "Optional. Same as color if not set.": "Diret. Al liv pennañ a vo implijet ma ne vez ket termenet.",
232
231
  "Override clustering radius (default 80)": "Override clustering radius (default 80)",
233
232
  "Override heatmap radius (default 25)": "Override heatmap radius (default 25)",
234
- "Please be sure the licence is compliant with your use.": "Please be sure the licence is compliant with your use.",
233
+ "Please be sure the licence is compliant with your use.": "Gwiriit m'az oc'h aotreet da implijout ar roadennoù-mañ mar plij.",
235
234
  "Please choose a format": "Diuzit ur furmad mar plij",
236
- "Please enter the name of the property": "Please enter the name of the property",
237
- "Please enter the new name of this property": "Please enter the new name of this property",
238
- "Problem in the response": "Problem in the response",
239
- "Problem in the response format": "Problem in the response format",
240
- "Properties imported:": "Properties imported:",
241
- "Provide an URL here": "Provide an URL here",
242
- "Proxy request": "Proxy request",
243
- "Remote data": "Remote data",
235
+ "Please enter the name of the property": "Enankit anv ar perzh mar plij",
236
+ "Please enter the new name of this property": "Enankit anv nevez ar perzh-mañ mar plij",
237
+ "Problem in the response": "Kudenn e respont ar servijer",
238
+ "Problem in the response format": "Kudenn gant furmadiñ ar respont",
239
+ "Properties imported:": "Perzhioù enporzhiet:",
240
+ "Provide an URL here": "Pourchas un URL amañ",
241
+ "Proxy request": "Reked proksi",
242
+ "Remote data": "Rouedadoù a-bell",
244
243
  "Remove shape from the multi": "Remove shape from the multi",
245
244
  "Rename this property on all the features": "Adenvel ar perzh-mañ",
246
- "Replace layer content": "Replace layer content",
245
+ "Replace layer content": "Erlec'hiañ endalc'had ar gwiskad",
247
246
  "Restore this version": "Adsevel ar stumm-mañ?",
248
247
  "Save": "Enrollañ",
249
248
  "Save anyway": "Enrollañ evelkent",
250
- "Save current edits": "Save current edits",
249
+ "Save current edits": "Enrollañ ar c'hemmoù a-vremañ ",
251
250
  "Save this center and zoom": "Save this center and zoom",
252
- "Save this location as new feature": "Save this location as new feature",
251
+ "Save this location as new feature": "Enrollañ al lec'h-mañ evel un elfenn nevez",
253
252
  "Search a place name": "Klask un anv-lec'h ",
254
- "Search location": "Search location",
255
- "Secret edit link is:<br>{link}": "Secret edit link is:<br>{link}",
253
+ "Search location": "Klask ul lec'h",
254
+ "Secret edit link is:<br>{link}": "Liamm aozañ kuzh:<br>{link}",
256
255
  "See all": "Gwelet pep tra",
257
256
  "See data layers": "Diskouez ar gwiskadoù",
258
257
  "See full screen": "Gwelet e skramm a-bezh",
259
- "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…",
260
- "Shape properties": "Shape properties",
258
+ "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Diweredekaat evit kuzhat ar gwiskad-mañ ouzh an diaporama, ar merdeer roadennoù...",
259
+ "Shape properties": "Perzhioù ar furm",
261
260
  "Short URL": "URL berr",
262
261
  "Short credits": "Kredadoù berr",
263
262
  "Show/hide layer": "Diskouez/kuzhat ar gwiskad",
@@ -270,47 +269,47 @@ const locale = {
270
269
  "Start slideshow": "Lenn",
271
270
  "Stop editing": "Paouez da aozañ",
272
271
  "Stop slideshow": "Ehan",
273
- "Supported scheme": "Supported scheme",
272
+ "Supported scheme": "Steuñv skoret",
274
273
  "Supported variables that will be dynamically replaced": "Supported variables that will be dynamically replaced",
275
274
  "TMS format": "Furmad TMS",
276
275
  "Text color for the cluster label": "Text color for the cluster label",
277
276
  "Text formatting": "Furmaozañ an destenn",
278
277
  "To use if remote server doesn't allow cross domain (slower)": "To use if remote server doesn't allow cross domain (slower)",
279
- "To zoom": "To zoom",
278
+ "To zoom": "Betek ar zoum",
280
279
  "Transfer shape to edited feature": "Transfer shape to edited feature",
281
- "Transform to lines": "Transform to lines",
282
- "Transform to polygon": "Transform to polygon",
280
+ "Transform to lines": "Treiñ da linennoù",
281
+ "Transform to polygon": "Treiñ d'ul lieskorn",
283
282
  "Type of layer": "Seurt ar gwiskad",
284
283
  "Unable to detect format of file {filename}": "N'haller ket anavezout furmad ar restr {filename}",
285
284
  "Untitled layer": "Gwiskad dizanv",
286
285
  "Untitled map": "Kartenn dizanv",
287
286
  "Update permissions": "Kemmañ an aotreoù",
288
287
  "Update permissions and editors": "Kemmañ an aotreoù hag an aozerien",
289
- "Url": "Url",
290
- "Use current bounds": "Use current bounds",
288
+ "Url": "URL",
289
+ "Use current bounds": "Implij ar gwel a-vremañ",
291
290
  "Use placeholders with feature properties between brackets, eg. &#123;name&#125;, they will be dynamically replaced by the corresponding values.": "Use placeholders with feature properties between brackets, eg. &#123;name&#125;, they will be dynamically replaced by the corresponding values.",
292
- "User content credits": "User content credits",
291
+ "User content credits": "Kredadoù evit danvez an implijer",
293
292
  "User interface options": "Dibarzhioù etrefas an implijer",
294
293
  "Versions": "Stummoù",
295
294
  "View Fullscreen": "Mont e mod skramm a-bezh",
296
- "Where do we go from here?": "Where do we go from here?",
297
- "Whether to display or not polygons paths.": "Whether to display or not polygons paths.",
298
- "Whether to fill polygons with color.": "Whether to fill polygons with color.",
295
+ "Where do we go from here?": "Dre belec'h ez eomp adalek amañ?",
296
+ "Whether to display or not polygons paths.": "Diskouez trolinennoù al lieskornoù",
297
+ "Whether to fill polygons with color.": "Leuniañ al lieskornoù gant liv",
299
298
  "Who can edit": "Piv a c'hall aozañ",
300
299
  "Who can view": "Piv a c'hall gwelet",
301
- "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
302
- "Will be visible in the caption of the map": "Will be visible in the caption of the map",
300
+ "Will be displayed in the bottom right corner of the map": "Diskwelet e vo e traoñ a-zehoù ar gartenn",
301
+ "Will be visible in the caption of the map": "Gwelus e vo en alc'hwez ar gartenn",
303
302
  "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Chaous! Seblant a ra ez eus bet kemmet ar gartenn gant unan bennak all. Gallout a rit enrollañ koulskoude, kollet e vo e roadennoù avat.",
304
303
  "You have unsaved changes.": "N'ho peus ket enrollet ho kemmoù.",
305
304
  "Zoom in": "Zoumañ",
306
- "Zoom level for automatic zooms": "Zoom level for automatic zooms",
305
+ "Zoom level for automatic zooms": "Live ar zoum emgefreek",
307
306
  "Zoom out": "Dizoumañ",
308
- "Zoom to layer extent": "Zoom to layer extent",
307
+ "Zoom to layer extent": "Zoumañ evit gwelet ar gwiskad en e bezh",
309
308
  "Zoom to the next": "War-lerc'h",
310
309
  "Zoom to the previous": "Kent",
311
- "Zoom to this feature": "Zoom to this feature",
310
+ "Zoom to this feature": "Zoumañ war an elfenn-mañ",
312
311
  "Zoom to this place": "Zoumañ war al lec'h-mañ",
313
- "attribution": "attribution",
312
+ "attribution": "deroadur",
314
313
  "by": "gant",
315
314
  "display name": "anv diskwel",
316
315
  "height": "uhelder",
@@ -319,48 +318,44 @@ const locale = {
319
318
  "max North": "bevenn norzhañ",
320
319
  "max South": "bevenn suañ",
321
320
  "max West": "bevenn gornôgañ",
322
- "max zoom": "max zoom",
323
- "min zoom": "min zoom",
321
+ "max zoom": "zoum brasañ",
322
+ "min zoom": "zoum bihanañ",
324
323
  "next": "war-lerc'h",
325
324
  "previous": "kent",
326
325
  "width": "ledander",
327
326
  "{count} errors during import: {message}": "{count} fazi zo bet en ur enporzhiañ: {message}",
328
327
  "Measure distances": "Muzuliañ pellderioù",
329
- "NM": "milmor",
328
+ "NM": "NM",
330
329
  "kilometers": "kilometroù",
331
330
  "km": "km",
332
331
  "mi": "mi",
333
332
  "miles": "miltirioù",
334
- "nautical miles": "milmor",
333
+ "nautical miles": "milmorioù",
335
334
  "1 day": "1 deiz",
336
335
  "1 hour": "1 eur",
337
336
  "5 min": "5 min",
338
337
  "Cache proxied request": "Cache proxied request",
339
338
  "No cache": "No cache",
340
- "Popup": "Popup",
341
- "Popup (large)": "Popup (large)",
342
- "Popup content style": "Popup content style",
343
- "Popup shape": "Popup shape",
344
- "Skipping unknown geometry.type: {type}": "Skipping unknown geometry.type: {type}",
339
+ "Popup": "Diflugell",
340
+ "Popup (large)": "Diflugell (vras)",
341
+ "Popup content style": "Neuz endalc'had an diflugell",
342
+ "Popup shape": "Stumm an diflugell",
343
+ "Skipping unknown geometry.type: {type}": "Tremen e-bioù tikedenn geometry.type dianav: {type}",
345
344
  "Optional.": "Diret.",
346
345
  "Paste your data here": "Pegit ho roadennoù amañ",
347
346
  "Please save the map first": "Ret eo deoc'h enrollañ ar gartenn da gentañ",
348
- "Feature identifier key": "Feature identifier key",
347
+ "Feature identifier key": "Alc'hwez anaout un elfenn",
349
348
  "Open current feature on load": "Open current feature on load",
350
349
  "Permalink": "Liamm pad",
351
350
  "The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
352
- "Advanced filter keys": "Advanced filter keys",
353
- "Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
354
- "Data filters": "Silañ ar roadennoù",
355
- "Do you want to display caption menus?": "Do you want to display caption menus?",
351
+ "Do you want to display caption menus?": "Diskwel lañser an alc'hwezioù?",
356
352
  "Example: key1,key2,key3": "Skouer: key1,key2,key3",
357
353
  "Invalid latitude or longitude": "Hedred pe ledred direizh",
358
- "Invalide property name: {name}": "Invalide property name: {name}",
359
- "No results for these filters": "Disoc'h ebet evit ar siloù-mañ",
360
- "Permanent credits": "Permanent credits",
354
+ "Invalide property name: {name}": "Anv ar perzh direizh: {name}",
355
+ "Permanent credits": "Kredadoù padus",
361
356
  "Permanent credits background": "Permanent credits background",
362
357
  "Select data": "Diuzañ ar roadennoù",
363
- "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
358
+ "Will be permanently visible in the bottom left corner of the map": "Diskwel dalc'hmat e traoñ a-gleiz ar gartenn",
364
359
  "{area}&#8239;acres": "{area} erv",
365
360
  "{area}&#8239;ha": "{area} ha",
366
361
  "{area}&#8239;m&sup2;": "{area} m&sup2;",
@@ -372,33 +367,45 @@ const locale = {
372
367
  "{distance}&#8239;miles": "{distance} miltir",
373
368
  "{distance}&#8239;yd": "{distance} yd",
374
369
  " (area: {measure})": "(gorread: {measure})",
375
- " (length: {measure})": "(hirder: {measure})",
376
- "Animated transitions": "Animated transitions",
377
- "Background overlay url": "Background overlay url",
378
- "Custom overlay": "Custom overlay",
370
+ " (length: {measure})": "(pellder: {measure})",
371
+ "Animated transitions": "Tremenoù buhezek",
372
+ "Background overlay url": "URL ar foñs",
373
+ "Custom overlay": "Gwiskad personelaet",
379
374
  "Display the star map button": "Diskouez an afell evit spilhennañ ar gartenn",
380
- "Error in the overlay URL": "Error in the overlay URL",
375
+ "Error in the overlay URL": "URL foñs ar gartenn direizh",
381
376
  "Map has been starred": "Spilhennet eo bet ar gartenn",
382
377
  "Map has been unstarred": "Dispilhennet eo bet ar gartenn",
383
378
  "Opacity": "Demerez",
384
379
  "Star this map": "Spilhennañ ar gartenn-mañ",
385
380
  "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
386
381
  "Direct link": "Liamm eeun",
387
- "Export options": "Ezporzhiañ an dibarzhioù",
382
+ "Export options": "Dibarzhioù ezporzhiañ",
388
383
  "The zoom and center have been modified.": "The zoom and center have been modified.",
389
384
  "Congratulations, your map has been created!": "Gourc'hemennoù, ho kartenn zo bet krouet!",
390
385
  "Copy link": "Eilañ an ere",
391
386
  "Email": "Postel",
392
- "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
387
+ "Secret edit link copied to clipboard!": "Liamm aozañ kuzh eilet er golver!",
393
388
  "Send me the link": "Kas al liamm din",
394
- "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
389
+ "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Krouet eo bet ho kartenn! Peogwir n'oc'h ket kevreet, setu al liamm kuzh evit aozañ ar gartenn diwezhatoc'h, diwallit mat anezhañ !",
395
390
  "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.",
396
- "Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
397
- "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
391
+ "Toggle edit mode (⇧+Click)": "Gweredekaat ar mod aozañ (⇧+Click)",
398
392
  "icon opacity": "Demerez an ikon",
399
393
  "*single star for italic*": "*ur steredennig simpl evit italek*",
400
- "--- for a horizontal rule": "--- for a horizontal rule",
401
- "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
394
+ "--- for a horizontal rule": "--- evit ul linenn-disparti a-blaen",
395
+ "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
396
+ "Cancel all": "Cancel all",
397
+ "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)",
398
+ "Default view": "Default view",
399
+ "Facet keys": "Facet keys",
400
+ "Facet search": "Facet search",
401
+ "Feature properties": "Feature properties",
402
+ "Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
403
+ "Latest feature": "Latest feature",
404
+ "Layers bounds": "Layers bounds",
405
+ "No results for these facets": "No results for these facets",
406
+ "Saved center and zoom": "Saved center and zoom",
407
+ "User location": "User location",
408
+ "Visibility: {status}": "Visibility: {status}"
402
409
  }
403
410
  L.registerLocale("br", locale)
404
411
  L.setLocale("br")