umap-project 1.12.2__py3-none-any.whl → 1.13.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- umap/__init__.py +1 -1
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +82 -54
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +82 -54
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +86 -58
- umap/locale/en/LC_MESSAGES/django.po +79 -51
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +82 -54
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +84 -56
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +108 -80
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +82 -54
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +82 -54
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +82 -54
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +82 -54
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +86 -58
- umap/models.py +29 -0
- umap/static/umap/base.css +33 -5
- umap/static/umap/content.css +41 -2
- umap/static/umap/img/16.svg +12 -2
- umap/static/umap/img/source/16.svg +165 -820
- umap/static/umap/js/umap.browser.js +9 -3
- umap/static/umap/js/umap.controls.js +45 -217
- umap/static/umap/js/umap.core.js +66 -30
- umap/static/umap/js/umap.forms.js +18 -31
- umap/static/umap/js/umap.icon.js +44 -21
- umap/static/umap/js/umap.js +5 -26
- umap/static/umap/js/umap.layer.js +68 -25
- umap/static/umap/js/umap.popup.js +87 -0
- umap/static/umap/js/umap.share.js +254 -0
- umap/static/umap/js/umap.ui.js +4 -2
- umap/static/umap/locale/am_ET.js +19 -9
- umap/static/umap/locale/am_ET.json +19 -9
- umap/static/umap/locale/ar.js +19 -9
- umap/static/umap/locale/ar.json +19 -9
- umap/static/umap/locale/ast.js +19 -9
- umap/static/umap/locale/ast.json +19 -9
- umap/static/umap/locale/bg.js +19 -9
- umap/static/umap/locale/bg.json +19 -9
- umap/static/umap/locale/br.js +22 -12
- umap/static/umap/locale/br.json +22 -12
- umap/static/umap/locale/ca.js +19 -9
- umap/static/umap/locale/ca.json +19 -9
- umap/static/umap/locale/cs_CZ.js +19 -9
- umap/static/umap/locale/cs_CZ.json +19 -9
- umap/static/umap/locale/da.js +19 -9
- umap/static/umap/locale/da.json +19 -9
- umap/static/umap/locale/de.js +19 -9
- umap/static/umap/locale/de.json +19 -9
- umap/static/umap/locale/el.js +19 -9
- umap/static/umap/locale/el.json +19 -9
- umap/static/umap/locale/en.js +19 -9
- umap/static/umap/locale/en.json +19 -9
- umap/static/umap/locale/en_US.json +19 -9
- umap/static/umap/locale/es.js +19 -9
- umap/static/umap/locale/es.json +19 -9
- umap/static/umap/locale/et.js +19 -9
- umap/static/umap/locale/et.json +19 -9
- umap/static/umap/locale/fa_IR.js +19 -9
- umap/static/umap/locale/fa_IR.json +19 -9
- umap/static/umap/locale/fi.js +19 -9
- umap/static/umap/locale/fi.json +19 -9
- umap/static/umap/locale/fr.js +19 -9
- umap/static/umap/locale/fr.json +19 -9
- umap/static/umap/locale/gl.js +19 -9
- umap/static/umap/locale/gl.json +19 -9
- umap/static/umap/locale/he.js +19 -9
- umap/static/umap/locale/he.json +19 -9
- umap/static/umap/locale/hr.js +19 -9
- umap/static/umap/locale/hr.json +19 -9
- umap/static/umap/locale/hu.js +19 -9
- umap/static/umap/locale/hu.json +19 -9
- umap/static/umap/locale/id.js +19 -9
- umap/static/umap/locale/id.json +19 -9
- umap/static/umap/locale/is.js +19 -9
- umap/static/umap/locale/is.json +19 -9
- umap/static/umap/locale/it.js +19 -9
- umap/static/umap/locale/it.json +19 -9
- umap/static/umap/locale/ja.js +19 -9
- umap/static/umap/locale/ja.json +19 -9
- umap/static/umap/locale/ko.js +19 -9
- umap/static/umap/locale/ko.json +19 -9
- umap/static/umap/locale/lt.js +19 -9
- umap/static/umap/locale/lt.json +19 -9
- umap/static/umap/locale/ms.js +19 -9
- umap/static/umap/locale/ms.json +19 -9
- umap/static/umap/locale/nl.js +19 -9
- umap/static/umap/locale/nl.json +19 -9
- umap/static/umap/locale/no.js +19 -9
- umap/static/umap/locale/no.json +19 -9
- umap/static/umap/locale/pl.js +19 -9
- umap/static/umap/locale/pl.json +19 -9
- umap/static/umap/locale/pl_PL.json +19 -9
- umap/static/umap/locale/pt.js +19 -9
- umap/static/umap/locale/pt.json +19 -9
- umap/static/umap/locale/pt_BR.js +19 -9
- umap/static/umap/locale/pt_BR.json +19 -9
- umap/static/umap/locale/pt_PT.js +19 -9
- umap/static/umap/locale/pt_PT.json +19 -9
- umap/static/umap/locale/ro.js +19 -9
- umap/static/umap/locale/ro.json +19 -9
- umap/static/umap/locale/ru.js +19 -9
- umap/static/umap/locale/ru.json +19 -9
- umap/static/umap/locale/sk_SK.js +19 -9
- umap/static/umap/locale/sk_SK.json +19 -9
- umap/static/umap/locale/sl.js +19 -9
- umap/static/umap/locale/sl.json +19 -9
- umap/static/umap/locale/sr.js +19 -9
- umap/static/umap/locale/sr.json +19 -9
- umap/static/umap/locale/sv.js +19 -9
- umap/static/umap/locale/sv.json +19 -9
- umap/static/umap/locale/th_TH.js +19 -9
- umap/static/umap/locale/th_TH.json +19 -9
- umap/static/umap/locale/tr.js +19 -9
- umap/static/umap/locale/tr.json +19 -9
- umap/static/umap/locale/uk_UA.js +19 -9
- umap/static/umap/locale/uk_UA.json +19 -9
- umap/static/umap/locale/vi.js +19 -9
- umap/static/umap/locale/vi.json +19 -9
- umap/static/umap/locale/vi_VN.json +19 -9
- umap/static/umap/locale/zh.js +19 -9
- umap/static/umap/locale/zh.json +19 -9
- umap/static/umap/locale/zh_CN.json +19 -9
- umap/static/umap/locale/zh_TW.Big5.json +19 -9
- umap/static/umap/locale/zh_TW.js +55 -45
- umap/static/umap/locale/zh_TW.json +55 -45
- umap/static/umap/map.css +76 -9
- umap/static/umap/test/Map.Export.js +3 -3
- umap/static/umap/test/Polygon.js +2 -2
- umap/static/umap/test/Polyline.js +2 -0
- umap/static/umap/test/index.html +1 -0
- umap/static/umap/vendors/leaflet/leaflet-src.esm.js +7055 -7054
- umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +1 -1
- umap/templates/auth/user_form.html +1 -1
- umap/templates/umap/content.html +1 -1
- umap/templates/umap/js.html +1 -0
- umap/templates/umap/map_list.html +1 -1
- umap/templates/umap/map_table.html +67 -35
- umap/templates/umap/user_dashboard.html +23 -1
- umap/templatetags/umap_tags.py +7 -27
- umap/tests/integration/test_edit_datalayer.py +45 -0
- umap/tests/integration/test_export_map.py +2 -3
- umap/tests/integration/test_facets_browser.py +86 -0
- umap/utils.py +17 -0
- umap/views.py +7 -18
- {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/METADATA +4 -11
- {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/RECORD +158 -155
- {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/WHEEL +0 -0
- {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/licenses/LICENSE +0 -0
umap/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
VERSION = "1.
|
|
1
|
+
VERSION = "1.13.0"
|
|
Binary file
|
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
10
10
|
msgstr ""
|
|
11
11
|
"Project-Id-Version: uMap\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
|
13
|
-
"POT-Creation-Date:
|
|
13
|
+
"POT-Creation-Date: 2024-01-08 12:33+0000\n"
|
|
14
14
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
15
15
|
"Last-Translator: Dren ar Frankig <hadrienlouque@gmail.com>, 2023\n"
|
|
16
16
|
"Language-Team: Breton (http://app.transifex.com/openstreetmap/umap/language/br/)\n"
|
|
@@ -28,115 +28,115 @@ msgstr "N'haller he c'hemmañ nemet gant ul liamm aozañ kuzh"
|
|
|
28
28
|
msgid "Everyone can edit"
|
|
29
29
|
msgstr "An holl a c'hall kemmañ"
|
|
30
30
|
|
|
31
|
-
#: forms.py:69 models.py:
|
|
31
|
+
#: forms.py:69 models.py:349
|
|
32
32
|
msgid "Inherit"
|
|
33
33
|
msgstr "Dre ziouer"
|
|
34
34
|
|
|
35
|
-
#: middleware.py:
|
|
35
|
+
#: middleware.py:13
|
|
36
36
|
msgid "Site is readonly for maintenance"
|
|
37
37
|
msgstr "Al lec'hienn zo da lenn hepken rak emeur ouzh he c'hempenn"
|
|
38
38
|
|
|
39
|
-
#: models.py:
|
|
39
|
+
#: models.py:49
|
|
40
40
|
msgid "name"
|
|
41
41
|
msgstr "anv"
|
|
42
42
|
|
|
43
|
-
#: models.py:
|
|
43
|
+
#: models.py:80
|
|
44
44
|
msgid "details"
|
|
45
45
|
msgstr "munudoù"
|
|
46
46
|
|
|
47
|
-
#: models.py:
|
|
47
|
+
#: models.py:81
|
|
48
48
|
msgid "Link to a page where the licence is detailed."
|
|
49
49
|
msgstr "Liamm war-zu ur bajenn a zispleg an aotre-implijout."
|
|
50
50
|
|
|
51
|
-
#: models.py:
|
|
51
|
+
#: models.py:91
|
|
52
52
|
msgid "URL template using OSM tile format"
|
|
53
53
|
msgstr "Patrom URL a implij furmad teol OSM"
|
|
54
54
|
|
|
55
|
-
#: models.py:
|
|
55
|
+
#: models.py:97
|
|
56
56
|
msgid "Order of the tilelayers in the edit box"
|
|
57
57
|
msgstr ""
|
|
58
58
|
|
|
59
|
-
#: models.py:
|
|
59
|
+
#: models.py:143 models.py:350
|
|
60
60
|
msgid "Everyone"
|
|
61
61
|
msgstr "An holl"
|
|
62
62
|
|
|
63
|
-
#: models.py:
|
|
63
|
+
#: models.py:144 models.py:150 models.py:351
|
|
64
64
|
msgid "Editors only"
|
|
65
65
|
msgstr "Aozerien nemetken"
|
|
66
66
|
|
|
67
|
-
#: models.py:
|
|
67
|
+
#: models.py:145 models.py:352
|
|
68
68
|
msgid "Owner only"
|
|
69
69
|
msgstr "Ar perc'henner hepken"
|
|
70
70
|
|
|
71
|
-
#: models.py:
|
|
71
|
+
#: models.py:148
|
|
72
72
|
msgid "Everyone (public)"
|
|
73
73
|
msgstr "An holl (publik)"
|
|
74
74
|
|
|
75
|
-
#: models.py:
|
|
75
|
+
#: models.py:149
|
|
76
76
|
msgid "Anyone with link"
|
|
77
77
|
msgstr "Piv bennak en deus ul liamm"
|
|
78
78
|
|
|
79
|
-
#: models.py:
|
|
79
|
+
#: models.py:151
|
|
80
80
|
msgid "Blocked"
|
|
81
81
|
msgstr "Stanket"
|
|
82
82
|
|
|
83
|
-
#: models.py:
|
|
83
|
+
#: models.py:154 models.py:356
|
|
84
84
|
msgid "description"
|
|
85
85
|
msgstr "deskrivadur"
|
|
86
86
|
|
|
87
|
-
#: models.py:
|
|
87
|
+
#: models.py:155
|
|
88
88
|
msgid "center"
|
|
89
89
|
msgstr "kreizañ"
|
|
90
90
|
|
|
91
|
-
#: models.py:
|
|
91
|
+
#: models.py:156
|
|
92
92
|
msgid "zoom"
|
|
93
93
|
msgstr "zoumañ"
|
|
94
94
|
|
|
95
|
-
#: models.py:
|
|
95
|
+
#: models.py:158
|
|
96
96
|
msgid "locate"
|
|
97
97
|
msgstr "lec'hiañ"
|
|
98
98
|
|
|
99
|
-
#: models.py:
|
|
99
|
+
#: models.py:158
|
|
100
100
|
msgid "Locate user on load?"
|
|
101
101
|
msgstr "Lec'hiañ an implijer en ur gargañ?"
|
|
102
102
|
|
|
103
|
-
#: models.py:
|
|
103
|
+
#: models.py:162
|
|
104
104
|
msgid "Choose the map licence."
|
|
105
105
|
msgstr "Dibabit aotre-implijout ar gartenn."
|
|
106
106
|
|
|
107
|
-
#: models.py:
|
|
107
|
+
#: models.py:163
|
|
108
108
|
msgid "licence"
|
|
109
109
|
msgstr "aotre"
|
|
110
110
|
|
|
111
|
-
#: models.py:
|
|
111
|
+
#: models.py:174
|
|
112
112
|
msgid "owner"
|
|
113
113
|
msgstr "perc'henner"
|
|
114
114
|
|
|
115
|
-
#: models.py:
|
|
115
|
+
#: models.py:178
|
|
116
116
|
msgid "editors"
|
|
117
117
|
msgstr "aozerien"
|
|
118
118
|
|
|
119
|
-
#: models.py:
|
|
119
|
+
#: models.py:183 models.py:370
|
|
120
120
|
msgid "edit status"
|
|
121
121
|
msgstr "statud aozañ"
|
|
122
122
|
|
|
123
|
-
#: models.py:
|
|
123
|
+
#: models.py:188
|
|
124
124
|
msgid "share status"
|
|
125
125
|
msgstr "digor da biv?"
|
|
126
126
|
|
|
127
|
-
#: models.py:
|
|
127
|
+
#: models.py:191 models.py:365
|
|
128
128
|
msgid "settings"
|
|
129
129
|
msgstr "arventennoù"
|
|
130
130
|
|
|
131
|
-
#: models.py:
|
|
131
|
+
#: models.py:298
|
|
132
132
|
msgid "Clone of"
|
|
133
133
|
msgstr "Eilenn eus"
|
|
134
134
|
|
|
135
|
-
#: models.py:
|
|
135
|
+
#: models.py:360
|
|
136
136
|
msgid "display on load"
|
|
137
137
|
msgstr "diskwel pa vez karget"
|
|
138
138
|
|
|
139
|
-
#: models.py:
|
|
139
|
+
#: models.py:361
|
|
140
140
|
msgid "Display this layer on load."
|
|
141
141
|
msgstr "Diskwel ar gwiskad-mañ pa vez karget"
|
|
142
142
|
|
|
@@ -293,50 +293,78 @@ msgstr "Bezit awenet en ur furchal kartennoù"
|
|
|
293
293
|
msgid "You are logged in. Continuing..."
|
|
294
294
|
msgstr "Kevreet oc'h. Gortozit ur pennadig..."
|
|
295
295
|
|
|
296
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
296
|
+
#: templates/umap/map_list.html:9 views.py:296
|
|
297
297
|
msgid "by"
|
|
298
298
|
msgstr "gant"
|
|
299
299
|
|
|
300
|
-
#: templates/umap/map_list.html:17
|
|
300
|
+
#: templates/umap/map_list.html:17
|
|
301
301
|
msgid "More"
|
|
302
302
|
msgstr "Muioc'h"
|
|
303
303
|
|
|
304
|
-
#: templates/umap/map_table.html:
|
|
305
|
-
msgid "Map"
|
|
306
|
-
msgstr "Kartenn"
|
|
307
|
-
|
|
308
|
-
#: templates/umap/map_table.html:7
|
|
304
|
+
#: templates/umap/map_table.html:5
|
|
309
305
|
msgid "Name"
|
|
310
306
|
msgstr "Anv"
|
|
311
307
|
|
|
312
|
-
#: templates/umap/map_table.html:
|
|
308
|
+
#: templates/umap/map_table.html:6
|
|
309
|
+
msgid "Preview"
|
|
310
|
+
msgstr ""
|
|
311
|
+
|
|
312
|
+
#: templates/umap/map_table.html:7
|
|
313
313
|
msgid "Who can see / edit"
|
|
314
314
|
msgstr "Piv a c'hall gwelet / aozañ"
|
|
315
315
|
|
|
316
|
-
#: templates/umap/map_table.html:
|
|
316
|
+
#: templates/umap/map_table.html:8
|
|
317
317
|
msgid "Last save"
|
|
318
318
|
msgstr "Enrollet da ziwezhañ"
|
|
319
319
|
|
|
320
|
-
#: templates/umap/map_table.html:
|
|
320
|
+
#: templates/umap/map_table.html:9
|
|
321
321
|
msgid "Owner"
|
|
322
322
|
msgstr "Perc'henner"
|
|
323
323
|
|
|
324
|
-
#: templates/umap/map_table.html:
|
|
324
|
+
#: templates/umap/map_table.html:10
|
|
325
325
|
msgid "Actions"
|
|
326
326
|
msgstr "Oberoù"
|
|
327
327
|
|
|
328
|
-
#: templates/umap/map_table.html:
|
|
328
|
+
#: templates/umap/map_table.html:22
|
|
329
|
+
msgid "Open preview"
|
|
330
|
+
msgstr ""
|
|
331
|
+
|
|
332
|
+
#: templates/umap/map_table.html:38
|
|
329
333
|
msgid "Share"
|
|
330
334
|
msgstr "Rannañ"
|
|
331
335
|
|
|
332
|
-
#: templates/umap/map_table.html:
|
|
336
|
+
#: templates/umap/map_table.html:39
|
|
333
337
|
msgid "Edit"
|
|
334
338
|
msgstr "Aozañ"
|
|
335
339
|
|
|
336
|
-
#: templates/umap/map_table.html:
|
|
340
|
+
#: templates/umap/map_table.html:40
|
|
337
341
|
msgid "Download"
|
|
338
342
|
msgstr "Pellgargañ"
|
|
339
343
|
|
|
344
|
+
#: templates/umap/map_table.html:49
|
|
345
|
+
msgid "first"
|
|
346
|
+
msgstr ""
|
|
347
|
+
|
|
348
|
+
#: templates/umap/map_table.html:50
|
|
349
|
+
msgid "previous"
|
|
350
|
+
msgstr ""
|
|
351
|
+
|
|
352
|
+
#: templates/umap/map_table.html:59
|
|
353
|
+
#, python-format
|
|
354
|
+
msgid ""
|
|
355
|
+
"\n"
|
|
356
|
+
" Page %(maps_number)s of %(num_pages)s\n"
|
|
357
|
+
" "
|
|
358
|
+
msgstr ""
|
|
359
|
+
|
|
360
|
+
#: templates/umap/map_table.html:65
|
|
361
|
+
msgid "next"
|
|
362
|
+
msgstr ""
|
|
363
|
+
|
|
364
|
+
#: templates/umap/map_table.html:66
|
|
365
|
+
msgid "last"
|
|
366
|
+
msgstr ""
|
|
367
|
+
|
|
340
368
|
#: templates/umap/navigation.html:15
|
|
341
369
|
msgid "Starred maps"
|
|
342
370
|
msgstr "Kartennoù spilhennet"
|
|
@@ -437,52 +465,52 @@ msgstr "Ma frofil"
|
|
|
437
465
|
msgid "You have no map yet."
|
|
438
466
|
msgstr "N'ho peus kartenn ebet c'hoazh."
|
|
439
467
|
|
|
440
|
-
#: views.py:
|
|
468
|
+
#: views.py:301
|
|
441
469
|
msgid "View the map"
|
|
442
470
|
msgstr "Diskouez ar gartenn"
|
|
443
471
|
|
|
444
|
-
#: views.py:
|
|
472
|
+
#: views.py:660
|
|
445
473
|
msgid "Map has been updated!"
|
|
446
474
|
msgstr "Hizivaet eo bet ar gartenn!"
|
|
447
475
|
|
|
448
|
-
#: views.py:
|
|
476
|
+
#: views.py:685
|
|
449
477
|
msgid "Map editors updated with success!"
|
|
450
478
|
msgstr "Aozerien ar gartenn bet hizivaet gant berzh!"
|
|
451
479
|
|
|
452
|
-
#: views.py:
|
|
480
|
+
#: views.py:723
|
|
453
481
|
#, python-format
|
|
454
482
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
455
483
|
msgstr "Al liamm uMap evit aozañ ho kartenn: %(map_name)s"
|
|
456
484
|
|
|
457
|
-
#: views.py:
|
|
485
|
+
#: views.py:726
|
|
458
486
|
#, python-format
|
|
459
487
|
msgid "Here is your secret edit link: %(link)s"
|
|
460
488
|
msgstr "Setu ho liamm aozañ kuzh: %(link)s"
|
|
461
489
|
|
|
462
|
-
#: views.py:
|
|
490
|
+
#: views.py:732
|
|
463
491
|
#, python-format
|
|
464
492
|
msgid "Email sent to %(email)s"
|
|
465
493
|
msgstr "Postel kaset da %(email)s"
|
|
466
494
|
|
|
467
|
-
#: views.py:
|
|
495
|
+
#: views.py:743
|
|
468
496
|
msgid "Only its owner can delete the map."
|
|
469
497
|
msgstr "N'eus nemet perc'henner ar gartenn a c'hall he dilemel."
|
|
470
498
|
|
|
471
|
-
#: views.py:
|
|
499
|
+
#: views.py:766
|
|
472
500
|
#, python-format
|
|
473
501
|
msgid ""
|
|
474
502
|
"Your map has been cloned! If you want to edit this map from another "
|
|
475
503
|
"computer, please use this link: %(anonymous_url)s"
|
|
476
504
|
msgstr "Eilet eo bet ho kartenn! M'ho peus c'hoant d'he c'hemmañ diwar un urzhiataer all, implijit al liamm-mañ: %(anonymous_url)s"
|
|
477
505
|
|
|
478
|
-
#: views.py:
|
|
506
|
+
#: views.py:771
|
|
479
507
|
msgid "Congratulations, your map has been cloned!"
|
|
480
508
|
msgstr "Eilet eo bet ho kartenn gant berzh!"
|
|
481
509
|
|
|
482
|
-
#: views.py:
|
|
510
|
+
#: views.py:1007
|
|
483
511
|
msgid "Layer successfully deleted."
|
|
484
512
|
msgstr "Gwiskad dilamet gant berzh."
|
|
485
513
|
|
|
486
|
-
#: views.py:
|
|
514
|
+
#: views.py:1029
|
|
487
515
|
msgid "Permissions updated with success!"
|
|
488
516
|
msgstr "Aotreoù hizivaet gant berzh!"
|
|
Binary file
|
|
@@ -16,7 +16,7 @@ msgid ""
|
|
|
16
16
|
msgstr ""
|
|
17
17
|
"Project-Id-Version: uMap\n"
|
|
18
18
|
"Report-Msgid-Bugs-To: \n"
|
|
19
|
-
"POT-Creation-Date:
|
|
19
|
+
"POT-Creation-Date: 2024-01-08 12:33+0000\n"
|
|
20
20
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
21
21
|
"Last-Translator: Jiří Podhorecký, 2023\n"
|
|
22
22
|
"Language-Team: Czech (Czech Republic) (http://app.transifex.com/openstreetmap/umap/language/cs_CZ/)\n"
|
|
@@ -34,115 +34,115 @@ msgstr "Lze upravovat jen pomocí tajného odkazu"
|
|
|
34
34
|
msgid "Everyone can edit"
|
|
35
35
|
msgstr "Kdokoli může editovat"
|
|
36
36
|
|
|
37
|
-
#: forms.py:69 models.py:
|
|
37
|
+
#: forms.py:69 models.py:349
|
|
38
38
|
msgid "Inherit"
|
|
39
39
|
msgstr "Zdědit"
|
|
40
40
|
|
|
41
|
-
#: middleware.py:
|
|
41
|
+
#: middleware.py:13
|
|
42
42
|
msgid "Site is readonly for maintenance"
|
|
43
43
|
msgstr "Stránka je jen ke čtení kvůli údržbě"
|
|
44
44
|
|
|
45
|
-
#: models.py:
|
|
45
|
+
#: models.py:49
|
|
46
46
|
msgid "name"
|
|
47
47
|
msgstr "název"
|
|
48
48
|
|
|
49
|
-
#: models.py:
|
|
49
|
+
#: models.py:80
|
|
50
50
|
msgid "details"
|
|
51
51
|
msgstr "podrobnosti"
|
|
52
52
|
|
|
53
|
-
#: models.py:
|
|
53
|
+
#: models.py:81
|
|
54
54
|
msgid "Link to a page where the licence is detailed."
|
|
55
55
|
msgstr "Odkaz na stránku s podrobnějším popisem licence."
|
|
56
56
|
|
|
57
|
-
#: models.py:
|
|
57
|
+
#: models.py:91
|
|
58
58
|
msgid "URL template using OSM tile format"
|
|
59
59
|
msgstr "Vzor URL ve formátu pro dlaždice OSM "
|
|
60
60
|
|
|
61
|
-
#: models.py:
|
|
61
|
+
#: models.py:97
|
|
62
62
|
msgid "Order of the tilelayers in the edit box"
|
|
63
63
|
msgstr "Pořadí vrstev při editaci"
|
|
64
64
|
|
|
65
|
-
#: models.py:
|
|
65
|
+
#: models.py:143 models.py:350
|
|
66
66
|
msgid "Everyone"
|
|
67
67
|
msgstr "Kdokoli"
|
|
68
68
|
|
|
69
|
-
#: models.py:
|
|
69
|
+
#: models.py:144 models.py:150 models.py:351
|
|
70
70
|
msgid "Editors only"
|
|
71
71
|
msgstr "Jen přispěvatelé"
|
|
72
72
|
|
|
73
|
-
#: models.py:
|
|
73
|
+
#: models.py:145 models.py:352
|
|
74
74
|
msgid "Owner only"
|
|
75
75
|
msgstr "Jen vlastník"
|
|
76
76
|
|
|
77
|
-
#: models.py:
|
|
77
|
+
#: models.py:148
|
|
78
78
|
msgid "Everyone (public)"
|
|
79
79
|
msgstr "Kdokoli (veřejná)"
|
|
80
80
|
|
|
81
|
-
#: models.py:
|
|
81
|
+
#: models.py:149
|
|
82
82
|
msgid "Anyone with link"
|
|
83
83
|
msgstr "Kdokoli kdo má odkaz"
|
|
84
84
|
|
|
85
|
-
#: models.py:
|
|
85
|
+
#: models.py:151
|
|
86
86
|
msgid "Blocked"
|
|
87
87
|
msgstr "Blokováno"
|
|
88
88
|
|
|
89
|
-
#: models.py:
|
|
89
|
+
#: models.py:154 models.py:356
|
|
90
90
|
msgid "description"
|
|
91
91
|
msgstr "popis"
|
|
92
92
|
|
|
93
|
-
#: models.py:
|
|
93
|
+
#: models.py:155
|
|
94
94
|
msgid "center"
|
|
95
95
|
msgstr "střed"
|
|
96
96
|
|
|
97
|
-
#: models.py:
|
|
97
|
+
#: models.py:156
|
|
98
98
|
msgid "zoom"
|
|
99
99
|
msgstr "přiblížení"
|
|
100
100
|
|
|
101
|
-
#: models.py:
|
|
101
|
+
#: models.py:158
|
|
102
102
|
msgid "locate"
|
|
103
103
|
msgstr "lokalizuj"
|
|
104
104
|
|
|
105
|
-
#: models.py:
|
|
105
|
+
#: models.py:158
|
|
106
106
|
msgid "Locate user on load?"
|
|
107
107
|
msgstr "Najdi poluhu uživatele na startu?"
|
|
108
108
|
|
|
109
|
-
#: models.py:
|
|
109
|
+
#: models.py:162
|
|
110
110
|
msgid "Choose the map licence."
|
|
111
111
|
msgstr "Vyberte si licenci mapy."
|
|
112
112
|
|
|
113
|
-
#: models.py:
|
|
113
|
+
#: models.py:163
|
|
114
114
|
msgid "licence"
|
|
115
115
|
msgstr "licence"
|
|
116
116
|
|
|
117
|
-
#: models.py:
|
|
117
|
+
#: models.py:174
|
|
118
118
|
msgid "owner"
|
|
119
119
|
msgstr "vlastník"
|
|
120
120
|
|
|
121
|
-
#: models.py:
|
|
121
|
+
#: models.py:178
|
|
122
122
|
msgid "editors"
|
|
123
123
|
msgstr "přispěvovatelé"
|
|
124
124
|
|
|
125
|
-
#: models.py:
|
|
125
|
+
#: models.py:183 models.py:370
|
|
126
126
|
msgid "edit status"
|
|
127
127
|
msgstr "kdo může provádět úpravy"
|
|
128
128
|
|
|
129
|
-
#: models.py:
|
|
129
|
+
#: models.py:188
|
|
130
130
|
msgid "share status"
|
|
131
131
|
msgstr "nastavení sdílení"
|
|
132
132
|
|
|
133
|
-
#: models.py:
|
|
133
|
+
#: models.py:191 models.py:365
|
|
134
134
|
msgid "settings"
|
|
135
135
|
msgstr "nastavení"
|
|
136
136
|
|
|
137
|
-
#: models.py:
|
|
137
|
+
#: models.py:298
|
|
138
138
|
msgid "Clone of"
|
|
139
139
|
msgstr "Kopie"
|
|
140
140
|
|
|
141
|
-
#: models.py:
|
|
141
|
+
#: models.py:360
|
|
142
142
|
msgid "display on load"
|
|
143
143
|
msgstr "zobrazit při startu"
|
|
144
144
|
|
|
145
|
-
#: models.py:
|
|
145
|
+
#: models.py:361
|
|
146
146
|
msgid "Display this layer on load."
|
|
147
147
|
msgstr "Zobrazit tuto vrstvu na startu."
|
|
148
148
|
|
|
@@ -299,50 +299,78 @@ msgstr "Inspirujte se, koukněte na mapy jiných"
|
|
|
299
299
|
msgid "You are logged in. Continuing..."
|
|
300
300
|
msgstr "Jste přihlášeni. Jedeme dál ..."
|
|
301
301
|
|
|
302
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
302
|
+
#: templates/umap/map_list.html:9 views.py:296
|
|
303
303
|
msgid "by"
|
|
304
304
|
msgstr ", autor:"
|
|
305
305
|
|
|
306
|
-
#: templates/umap/map_list.html:17
|
|
306
|
+
#: templates/umap/map_list.html:17
|
|
307
307
|
msgid "More"
|
|
308
308
|
msgstr "Více"
|
|
309
309
|
|
|
310
|
-
#: templates/umap/map_table.html:
|
|
311
|
-
msgid "Map"
|
|
312
|
-
msgstr "Mapa"
|
|
313
|
-
|
|
314
|
-
#: templates/umap/map_table.html:7
|
|
310
|
+
#: templates/umap/map_table.html:5
|
|
315
311
|
msgid "Name"
|
|
316
312
|
msgstr "Název"
|
|
317
313
|
|
|
318
|
-
#: templates/umap/map_table.html:
|
|
314
|
+
#: templates/umap/map_table.html:6
|
|
315
|
+
msgid "Preview"
|
|
316
|
+
msgstr ""
|
|
317
|
+
|
|
318
|
+
#: templates/umap/map_table.html:7
|
|
319
319
|
msgid "Who can see / edit"
|
|
320
320
|
msgstr "Kdo může zobrazit / upravit"
|
|
321
321
|
|
|
322
|
-
#: templates/umap/map_table.html:
|
|
322
|
+
#: templates/umap/map_table.html:8
|
|
323
323
|
msgid "Last save"
|
|
324
324
|
msgstr "Poslední uložení"
|
|
325
325
|
|
|
326
|
-
#: templates/umap/map_table.html:
|
|
326
|
+
#: templates/umap/map_table.html:9
|
|
327
327
|
msgid "Owner"
|
|
328
328
|
msgstr "Vlastník"
|
|
329
329
|
|
|
330
|
-
#: templates/umap/map_table.html:
|
|
330
|
+
#: templates/umap/map_table.html:10
|
|
331
331
|
msgid "Actions"
|
|
332
332
|
msgstr "Akce"
|
|
333
333
|
|
|
334
|
-
#: templates/umap/map_table.html:
|
|
334
|
+
#: templates/umap/map_table.html:22
|
|
335
|
+
msgid "Open preview"
|
|
336
|
+
msgstr ""
|
|
337
|
+
|
|
338
|
+
#: templates/umap/map_table.html:38
|
|
335
339
|
msgid "Share"
|
|
336
340
|
msgstr "Sdílet"
|
|
337
341
|
|
|
338
|
-
#: templates/umap/map_table.html:
|
|
342
|
+
#: templates/umap/map_table.html:39
|
|
339
343
|
msgid "Edit"
|
|
340
344
|
msgstr "Upravit"
|
|
341
345
|
|
|
342
|
-
#: templates/umap/map_table.html:
|
|
346
|
+
#: templates/umap/map_table.html:40
|
|
343
347
|
msgid "Download"
|
|
344
348
|
msgstr "Stažení"
|
|
345
349
|
|
|
350
|
+
#: templates/umap/map_table.html:49
|
|
351
|
+
msgid "first"
|
|
352
|
+
msgstr ""
|
|
353
|
+
|
|
354
|
+
#: templates/umap/map_table.html:50
|
|
355
|
+
msgid "previous"
|
|
356
|
+
msgstr ""
|
|
357
|
+
|
|
358
|
+
#: templates/umap/map_table.html:59
|
|
359
|
+
#, python-format
|
|
360
|
+
msgid ""
|
|
361
|
+
"\n"
|
|
362
|
+
" Page %(maps_number)s of %(num_pages)s\n"
|
|
363
|
+
" "
|
|
364
|
+
msgstr ""
|
|
365
|
+
|
|
366
|
+
#: templates/umap/map_table.html:65
|
|
367
|
+
msgid "next"
|
|
368
|
+
msgstr ""
|
|
369
|
+
|
|
370
|
+
#: templates/umap/map_table.html:66
|
|
371
|
+
msgid "last"
|
|
372
|
+
msgstr ""
|
|
373
|
+
|
|
346
374
|
#: templates/umap/navigation.html:15
|
|
347
375
|
msgid "Starred maps"
|
|
348
376
|
msgstr "Mapy označené hvězdičkou"
|
|
@@ -442,52 +470,52 @@ msgstr "Můj profil"
|
|
|
442
470
|
msgid "You have no map yet."
|
|
443
471
|
msgstr "Zatím nemáte žádnou mapu."
|
|
444
472
|
|
|
445
|
-
#: views.py:
|
|
473
|
+
#: views.py:301
|
|
446
474
|
msgid "View the map"
|
|
447
475
|
msgstr "Prohlídnout si tuto mapu"
|
|
448
476
|
|
|
449
|
-
#: views.py:
|
|
477
|
+
#: views.py:660
|
|
450
478
|
msgid "Map has been updated!"
|
|
451
479
|
msgstr "Mapa byla aktualizována!"
|
|
452
480
|
|
|
453
|
-
#: views.py:
|
|
481
|
+
#: views.py:685
|
|
454
482
|
msgid "Map editors updated with success!"
|
|
455
483
|
msgstr "Seznam přispěvovatelů byl úspěšně upraven!"
|
|
456
484
|
|
|
457
|
-
#: views.py:
|
|
485
|
+
#: views.py:723
|
|
458
486
|
#, python-format
|
|
459
487
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
460
488
|
msgstr "Odkaz na úpravu uMap pro vaši mapu: %(map_name)s"
|
|
461
489
|
|
|
462
|
-
#: views.py:
|
|
490
|
+
#: views.py:726
|
|
463
491
|
#, python-format
|
|
464
492
|
msgid "Here is your secret edit link: %(link)s"
|
|
465
493
|
msgstr "Zde je váš tajný odkaz na úpravu: %(link)s"
|
|
466
494
|
|
|
467
|
-
#: views.py:
|
|
495
|
+
#: views.py:732
|
|
468
496
|
#, python-format
|
|
469
497
|
msgid "Email sent to %(email)s"
|
|
470
498
|
msgstr "E-mail odeslán na %(email)s"
|
|
471
499
|
|
|
472
|
-
#: views.py:
|
|
500
|
+
#: views.py:743
|
|
473
501
|
msgid "Only its owner can delete the map."
|
|
474
502
|
msgstr "Jen vlastník může vymzat tuto mapu."
|
|
475
503
|
|
|
476
|
-
#: views.py:
|
|
504
|
+
#: views.py:766
|
|
477
505
|
#, python-format
|
|
478
506
|
msgid ""
|
|
479
507
|
"Your map has been cloned! If you want to edit this map from another "
|
|
480
508
|
"computer, please use this link: %(anonymous_url)s"
|
|
481
509
|
msgstr "Byla vytvořena kopie mapy! Pokud chcete upravovat tuto mapu z jiného počítače, použijte tento odkaz: %(anonymous_url)s"
|
|
482
510
|
|
|
483
|
-
#: views.py:
|
|
511
|
+
#: views.py:771
|
|
484
512
|
msgid "Congratulations, your map has been cloned!"
|
|
485
513
|
msgstr "Gratulujeme, byla vytvořena kopie mapy!"
|
|
486
514
|
|
|
487
|
-
#: views.py:
|
|
515
|
+
#: views.py:1007
|
|
488
516
|
msgid "Layer successfully deleted."
|
|
489
517
|
msgstr "Vrstva úspěšně vymazána."
|
|
490
518
|
|
|
491
|
-
#: views.py:
|
|
519
|
+
#: views.py:1029
|
|
492
520
|
msgid "Permissions updated with success!"
|
|
493
521
|
msgstr "Oprávnění úspěšně aktualizována!"
|
|
Binary file
|