umap-project 1.12.1__py3-none-any.whl → 1.13.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- umap/__init__.py +1 -1
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +82 -54
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +82 -54
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +86 -58
- umap/locale/en/LC_MESSAGES/django.po +79 -51
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +82 -54
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +84 -56
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +108 -80
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +82 -54
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +82 -54
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +82 -54
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +82 -54
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +86 -58
- umap/models.py +29 -0
- umap/static/umap/base.css +33 -5
- umap/static/umap/content.css +41 -2
- umap/static/umap/img/16.svg +12 -2
- umap/static/umap/img/source/16.svg +165 -820
- umap/static/umap/js/umap.browser.js +9 -3
- umap/static/umap/js/umap.controls.js +60 -222
- umap/static/umap/js/umap.core.js +66 -30
- umap/static/umap/js/umap.forms.js +18 -31
- umap/static/umap/js/umap.icon.js +44 -21
- umap/static/umap/js/umap.js +11 -27
- umap/static/umap/js/umap.layer.js +68 -25
- umap/static/umap/js/umap.popup.js +87 -0
- umap/static/umap/js/umap.share.js +254 -0
- umap/static/umap/js/umap.ui.js +4 -2
- umap/static/umap/locale/am_ET.js +19 -9
- umap/static/umap/locale/am_ET.json +19 -9
- umap/static/umap/locale/ar.js +19 -9
- umap/static/umap/locale/ar.json +19 -9
- umap/static/umap/locale/ast.js +19 -9
- umap/static/umap/locale/ast.json +19 -9
- umap/static/umap/locale/bg.js +19 -9
- umap/static/umap/locale/bg.json +19 -9
- umap/static/umap/locale/br.js +22 -12
- umap/static/umap/locale/br.json +22 -12
- umap/static/umap/locale/ca.js +19 -9
- umap/static/umap/locale/ca.json +19 -9
- umap/static/umap/locale/cs_CZ.js +19 -9
- umap/static/umap/locale/cs_CZ.json +19 -9
- umap/static/umap/locale/da.js +19 -9
- umap/static/umap/locale/da.json +19 -9
- umap/static/umap/locale/de.js +30 -20
- umap/static/umap/locale/de.json +30 -20
- umap/static/umap/locale/el.js +19 -9
- umap/static/umap/locale/el.json +19 -9
- umap/static/umap/locale/en.js +19 -9
- umap/static/umap/locale/en.json +19 -9
- umap/static/umap/locale/en_US.json +19 -9
- umap/static/umap/locale/es.js +19 -9
- umap/static/umap/locale/es.json +19 -9
- umap/static/umap/locale/et.js +19 -9
- umap/static/umap/locale/et.json +19 -9
- umap/static/umap/locale/fa_IR.js +19 -9
- umap/static/umap/locale/fa_IR.json +19 -9
- umap/static/umap/locale/fi.js +19 -9
- umap/static/umap/locale/fi.json +19 -9
- umap/static/umap/locale/fr.js +21 -11
- umap/static/umap/locale/fr.json +21 -11
- umap/static/umap/locale/gl.js +19 -9
- umap/static/umap/locale/gl.json +19 -9
- umap/static/umap/locale/he.js +19 -9
- umap/static/umap/locale/he.json +19 -9
- umap/static/umap/locale/hr.js +19 -9
- umap/static/umap/locale/hr.json +19 -9
- umap/static/umap/locale/hu.js +19 -9
- umap/static/umap/locale/hu.json +19 -9
- umap/static/umap/locale/id.js +19 -9
- umap/static/umap/locale/id.json +19 -9
- umap/static/umap/locale/is.js +19 -9
- umap/static/umap/locale/is.json +19 -9
- umap/static/umap/locale/it.js +19 -9
- umap/static/umap/locale/it.json +19 -9
- umap/static/umap/locale/ja.js +19 -9
- umap/static/umap/locale/ja.json +19 -9
- umap/static/umap/locale/ko.js +19 -9
- umap/static/umap/locale/ko.json +19 -9
- umap/static/umap/locale/lt.js +19 -9
- umap/static/umap/locale/lt.json +19 -9
- umap/static/umap/locale/ms.js +19 -9
- umap/static/umap/locale/ms.json +19 -9
- umap/static/umap/locale/nl.js +20 -10
- umap/static/umap/locale/nl.json +20 -10
- umap/static/umap/locale/no.js +19 -9
- umap/static/umap/locale/no.json +19 -9
- umap/static/umap/locale/pl.js +19 -9
- umap/static/umap/locale/pl.json +19 -9
- umap/static/umap/locale/pl_PL.json +19 -9
- umap/static/umap/locale/pt.js +19 -9
- umap/static/umap/locale/pt.json +19 -9
- umap/static/umap/locale/pt_BR.js +19 -9
- umap/static/umap/locale/pt_BR.json +19 -9
- umap/static/umap/locale/pt_PT.js +19 -9
- umap/static/umap/locale/pt_PT.json +19 -9
- umap/static/umap/locale/ro.js +19 -9
- umap/static/umap/locale/ro.json +19 -9
- umap/static/umap/locale/ru.js +19 -9
- umap/static/umap/locale/ru.json +19 -9
- umap/static/umap/locale/sk_SK.js +19 -9
- umap/static/umap/locale/sk_SK.json +19 -9
- umap/static/umap/locale/sl.js +19 -9
- umap/static/umap/locale/sl.json +19 -9
- umap/static/umap/locale/sr.js +19 -9
- umap/static/umap/locale/sr.json +19 -9
- umap/static/umap/locale/sv.js +19 -9
- umap/static/umap/locale/sv.json +19 -9
- umap/static/umap/locale/th_TH.js +19 -9
- umap/static/umap/locale/th_TH.json +19 -9
- umap/static/umap/locale/tr.js +19 -9
- umap/static/umap/locale/tr.json +19 -9
- umap/static/umap/locale/uk_UA.js +19 -9
- umap/static/umap/locale/uk_UA.json +19 -9
- umap/static/umap/locale/vi.js +19 -9
- umap/static/umap/locale/vi.json +19 -9
- umap/static/umap/locale/vi_VN.json +19 -9
- umap/static/umap/locale/zh.js +19 -9
- umap/static/umap/locale/zh.json +19 -9
- umap/static/umap/locale/zh_CN.json +19 -9
- umap/static/umap/locale/zh_TW.Big5.json +19 -9
- umap/static/umap/locale/zh_TW.js +55 -45
- umap/static/umap/locale/zh_TW.json +55 -45
- umap/static/umap/map.css +77 -10
- umap/static/umap/test/Map.Export.js +3 -3
- umap/static/umap/test/Polygon.js +2 -2
- umap/static/umap/test/Polyline.js +2 -0
- umap/static/umap/test/index.html +1 -0
- umap/static/umap/vendors/leaflet/leaflet-src.esm.js +7055 -7054
- umap/static/umap/vendors/leaflet/leaflet-src.js +7144 -7144
- umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +1 -1
- umap/templates/auth/user_form.html +1 -1
- umap/templates/umap/content.html +1 -1
- umap/templates/umap/js.html +1 -0
- umap/templates/umap/map_list.html +1 -1
- umap/templates/umap/map_table.html +67 -35
- umap/templates/umap/user_dashboard.html +23 -1
- umap/templatetags/umap_tags.py +7 -27
- umap/tests/integration/test_edit_datalayer.py +45 -0
- umap/tests/integration/test_export_map.py +2 -3
- umap/tests/integration/test_facets_browser.py +86 -0
- umap/utils.py +17 -0
- umap/views.py +7 -18
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/METADATA +4 -11
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/RECORD +159 -156
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/WHEEL +0 -0
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -17,7 +17,7 @@ msgid ""
|
|
|
17
17
|
msgstr ""
|
|
18
18
|
"Project-Id-Version: uMap\n"
|
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
|
20
|
-
"POT-Creation-Date:
|
|
20
|
+
"POT-Creation-Date: 2024-01-08 12:33+0000\n"
|
|
21
21
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
22
22
|
"Last-Translator: Bartosz Racławski <bartosz.raclawski@openstreetmap.pl>, 2023\n"
|
|
23
23
|
"Language-Team: Polish (http://app.transifex.com/openstreetmap/umap/language/pl/)\n"
|
|
@@ -35,115 +35,115 @@ msgstr "Edycja możliwa tylko z sekretnym odnośnikiem"
|
|
|
35
35
|
msgid "Everyone can edit"
|
|
36
36
|
msgstr "Wszyscy mogą edytować"
|
|
37
37
|
|
|
38
|
-
#: forms.py:69 models.py:
|
|
38
|
+
#: forms.py:69 models.py:349
|
|
39
39
|
msgid "Inherit"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
|
-
#: middleware.py:
|
|
42
|
+
#: middleware.py:13
|
|
43
43
|
msgid "Site is readonly for maintenance"
|
|
44
44
|
msgstr "Strona jest w trybie tylko do odczytu z powodu prac konserwacyjnych"
|
|
45
45
|
|
|
46
|
-
#: models.py:
|
|
46
|
+
#: models.py:49
|
|
47
47
|
msgid "name"
|
|
48
48
|
msgstr "nazwa"
|
|
49
49
|
|
|
50
|
-
#: models.py:
|
|
50
|
+
#: models.py:80
|
|
51
51
|
msgid "details"
|
|
52
52
|
msgstr "szczegóły"
|
|
53
53
|
|
|
54
|
-
#: models.py:
|
|
54
|
+
#: models.py:81
|
|
55
55
|
msgid "Link to a page where the licence is detailed."
|
|
56
56
|
msgstr "Odnośnik do strony ze szczegółowym opisem licencji."
|
|
57
57
|
|
|
58
|
-
#: models.py:
|
|
58
|
+
#: models.py:91
|
|
59
59
|
msgid "URL template using OSM tile format"
|
|
60
60
|
msgstr "Szablon URL używający formatu kafelków OSM"
|
|
61
61
|
|
|
62
|
-
#: models.py:
|
|
62
|
+
#: models.py:97
|
|
63
63
|
msgid "Order of the tilelayers in the edit box"
|
|
64
64
|
msgstr "Kolejność podkładów w oknie edycji"
|
|
65
65
|
|
|
66
|
-
#: models.py:
|
|
66
|
+
#: models.py:143 models.py:350
|
|
67
67
|
msgid "Everyone"
|
|
68
68
|
msgstr "Każdy"
|
|
69
69
|
|
|
70
|
-
#: models.py:
|
|
70
|
+
#: models.py:144 models.py:150 models.py:351
|
|
71
71
|
msgid "Editors only"
|
|
72
72
|
msgstr "Tylko edytorzy"
|
|
73
73
|
|
|
74
|
-
#: models.py:
|
|
74
|
+
#: models.py:145 models.py:352
|
|
75
75
|
msgid "Owner only"
|
|
76
76
|
msgstr "Tylko właściciel"
|
|
77
77
|
|
|
78
|
-
#: models.py:
|
|
78
|
+
#: models.py:148
|
|
79
79
|
msgid "Everyone (public)"
|
|
80
80
|
msgstr "Każdy (publiczne)"
|
|
81
81
|
|
|
82
|
-
#: models.py:
|
|
82
|
+
#: models.py:149
|
|
83
83
|
msgid "Anyone with link"
|
|
84
84
|
msgstr "Każdy z linkiem"
|
|
85
85
|
|
|
86
|
-
#: models.py:
|
|
86
|
+
#: models.py:151
|
|
87
87
|
msgid "Blocked"
|
|
88
88
|
msgstr "Zablokowane"
|
|
89
89
|
|
|
90
|
-
#: models.py:
|
|
90
|
+
#: models.py:154 models.py:356
|
|
91
91
|
msgid "description"
|
|
92
92
|
msgstr "opis"
|
|
93
93
|
|
|
94
|
-
#: models.py:
|
|
94
|
+
#: models.py:155
|
|
95
95
|
msgid "center"
|
|
96
96
|
msgstr "środek"
|
|
97
97
|
|
|
98
|
-
#: models.py:
|
|
98
|
+
#: models.py:156
|
|
99
99
|
msgid "zoom"
|
|
100
100
|
msgstr "przybliżenie"
|
|
101
101
|
|
|
102
|
-
#: models.py:
|
|
102
|
+
#: models.py:158
|
|
103
103
|
msgid "locate"
|
|
104
104
|
msgstr "lokalizuj"
|
|
105
105
|
|
|
106
|
-
#: models.py:
|
|
106
|
+
#: models.py:158
|
|
107
107
|
msgid "Locate user on load?"
|
|
108
108
|
msgstr "Lokalizować użytkownika po załadowaniu?"
|
|
109
109
|
|
|
110
|
-
#: models.py:
|
|
110
|
+
#: models.py:162
|
|
111
111
|
msgid "Choose the map licence."
|
|
112
112
|
msgstr "Wybierz licencję mapy."
|
|
113
113
|
|
|
114
|
-
#: models.py:
|
|
114
|
+
#: models.py:163
|
|
115
115
|
msgid "licence"
|
|
116
116
|
msgstr "licencja"
|
|
117
117
|
|
|
118
|
-
#: models.py:
|
|
118
|
+
#: models.py:174
|
|
119
119
|
msgid "owner"
|
|
120
120
|
msgstr "właściciel"
|
|
121
121
|
|
|
122
|
-
#: models.py:
|
|
122
|
+
#: models.py:178
|
|
123
123
|
msgid "editors"
|
|
124
124
|
msgstr "edytorzy"
|
|
125
125
|
|
|
126
|
-
#: models.py:
|
|
126
|
+
#: models.py:183 models.py:370
|
|
127
127
|
msgid "edit status"
|
|
128
128
|
msgstr "status edycji"
|
|
129
129
|
|
|
130
|
-
#: models.py:
|
|
130
|
+
#: models.py:188
|
|
131
131
|
msgid "share status"
|
|
132
132
|
msgstr "udostępnij status"
|
|
133
133
|
|
|
134
|
-
#: models.py:
|
|
134
|
+
#: models.py:191 models.py:365
|
|
135
135
|
msgid "settings"
|
|
136
136
|
msgstr "ustawienia"
|
|
137
137
|
|
|
138
|
-
#: models.py:
|
|
138
|
+
#: models.py:298
|
|
139
139
|
msgid "Clone of"
|
|
140
140
|
msgstr "Kopia"
|
|
141
141
|
|
|
142
|
-
#: models.py:
|
|
142
|
+
#: models.py:360
|
|
143
143
|
msgid "display on load"
|
|
144
144
|
msgstr "wyświetl po załadowaniu"
|
|
145
145
|
|
|
146
|
-
#: models.py:
|
|
146
|
+
#: models.py:361
|
|
147
147
|
msgid "Display this layer on load."
|
|
148
148
|
msgstr "Wyświetl tę warstwę po załadowaniu."
|
|
149
149
|
|
|
@@ -300,50 +300,78 @@ msgstr "Zainspiruj się, przejrzyj mapy"
|
|
|
300
300
|
msgid "You are logged in. Continuing..."
|
|
301
301
|
msgstr "Jesteś zalogowany. Kontynuowanie..."
|
|
302
302
|
|
|
303
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
303
|
+
#: templates/umap/map_list.html:9 views.py:296
|
|
304
304
|
msgid "by"
|
|
305
305
|
msgstr "przez"
|
|
306
306
|
|
|
307
|
-
#: templates/umap/map_list.html:17
|
|
307
|
+
#: templates/umap/map_list.html:17
|
|
308
308
|
msgid "More"
|
|
309
309
|
msgstr "Więcej"
|
|
310
310
|
|
|
311
|
-
#: templates/umap/map_table.html:
|
|
312
|
-
msgid "Map"
|
|
313
|
-
msgstr "Mapa"
|
|
314
|
-
|
|
315
|
-
#: templates/umap/map_table.html:7
|
|
311
|
+
#: templates/umap/map_table.html:5
|
|
316
312
|
msgid "Name"
|
|
317
313
|
msgstr "Nazwa"
|
|
318
314
|
|
|
319
|
-
#: templates/umap/map_table.html:
|
|
315
|
+
#: templates/umap/map_table.html:6
|
|
316
|
+
msgid "Preview"
|
|
317
|
+
msgstr ""
|
|
318
|
+
|
|
319
|
+
#: templates/umap/map_table.html:7
|
|
320
320
|
msgid "Who can see / edit"
|
|
321
321
|
msgstr "Kto może zobaczyć / edytować"
|
|
322
322
|
|
|
323
|
-
#: templates/umap/map_table.html:
|
|
323
|
+
#: templates/umap/map_table.html:8
|
|
324
324
|
msgid "Last save"
|
|
325
325
|
msgstr "Ostatni zapis"
|
|
326
326
|
|
|
327
|
-
#: templates/umap/map_table.html:
|
|
327
|
+
#: templates/umap/map_table.html:9
|
|
328
328
|
msgid "Owner"
|
|
329
329
|
msgstr "Właściciel"
|
|
330
330
|
|
|
331
|
-
#: templates/umap/map_table.html:
|
|
331
|
+
#: templates/umap/map_table.html:10
|
|
332
332
|
msgid "Actions"
|
|
333
333
|
msgstr "Akcje"
|
|
334
334
|
|
|
335
|
-
#: templates/umap/map_table.html:
|
|
335
|
+
#: templates/umap/map_table.html:22
|
|
336
|
+
msgid "Open preview"
|
|
337
|
+
msgstr ""
|
|
338
|
+
|
|
339
|
+
#: templates/umap/map_table.html:38
|
|
336
340
|
msgid "Share"
|
|
337
341
|
msgstr "Udostępnij"
|
|
338
342
|
|
|
339
|
-
#: templates/umap/map_table.html:
|
|
343
|
+
#: templates/umap/map_table.html:39
|
|
340
344
|
msgid "Edit"
|
|
341
345
|
msgstr "Edytuj"
|
|
342
346
|
|
|
343
|
-
#: templates/umap/map_table.html:
|
|
347
|
+
#: templates/umap/map_table.html:40
|
|
344
348
|
msgid "Download"
|
|
345
349
|
msgstr "Pobierz"
|
|
346
350
|
|
|
351
|
+
#: templates/umap/map_table.html:49
|
|
352
|
+
msgid "first"
|
|
353
|
+
msgstr ""
|
|
354
|
+
|
|
355
|
+
#: templates/umap/map_table.html:50
|
|
356
|
+
msgid "previous"
|
|
357
|
+
msgstr ""
|
|
358
|
+
|
|
359
|
+
#: templates/umap/map_table.html:59
|
|
360
|
+
#, python-format
|
|
361
|
+
msgid ""
|
|
362
|
+
"\n"
|
|
363
|
+
" Page %(maps_number)s of %(num_pages)s\n"
|
|
364
|
+
" "
|
|
365
|
+
msgstr ""
|
|
366
|
+
|
|
367
|
+
#: templates/umap/map_table.html:65
|
|
368
|
+
msgid "next"
|
|
369
|
+
msgstr ""
|
|
370
|
+
|
|
371
|
+
#: templates/umap/map_table.html:66
|
|
372
|
+
msgid "last"
|
|
373
|
+
msgstr ""
|
|
374
|
+
|
|
347
375
|
#: templates/umap/navigation.html:15
|
|
348
376
|
msgid "Starred maps"
|
|
349
377
|
msgstr "Mapy oznaczone gwiazdką"
|
|
@@ -443,52 +471,52 @@ msgstr "Mój profil"
|
|
|
443
471
|
msgid "You have no map yet."
|
|
444
472
|
msgstr "Nie masz jeszcze żadnej mapy."
|
|
445
473
|
|
|
446
|
-
#: views.py:
|
|
474
|
+
#: views.py:301
|
|
447
475
|
msgid "View the map"
|
|
448
476
|
msgstr "Zobacz mapę"
|
|
449
477
|
|
|
450
|
-
#: views.py:
|
|
478
|
+
#: views.py:660
|
|
451
479
|
msgid "Map has been updated!"
|
|
452
480
|
msgstr "Mapa została zaktualizowana!"
|
|
453
481
|
|
|
454
|
-
#: views.py:
|
|
482
|
+
#: views.py:685
|
|
455
483
|
msgid "Map editors updated with success!"
|
|
456
484
|
msgstr "Edytorzy mapy zaktualizowani pomyślnie!"
|
|
457
485
|
|
|
458
|
-
#: views.py:
|
|
486
|
+
#: views.py:723
|
|
459
487
|
#, python-format
|
|
460
488
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
461
489
|
msgstr "Link uMap do edytowania twojej mapy: %(map_name)s"
|
|
462
490
|
|
|
463
|
-
#: views.py:
|
|
491
|
+
#: views.py:726
|
|
464
492
|
#, python-format
|
|
465
493
|
msgid "Here is your secret edit link: %(link)s"
|
|
466
494
|
msgstr "Oto twój sekretny link do edycji: %(link)s"
|
|
467
495
|
|
|
468
|
-
#: views.py:
|
|
496
|
+
#: views.py:732
|
|
469
497
|
#, python-format
|
|
470
498
|
msgid "Email sent to %(email)s"
|
|
471
499
|
msgstr "Email wysłany do %(email)s"
|
|
472
500
|
|
|
473
|
-
#: views.py:
|
|
501
|
+
#: views.py:743
|
|
474
502
|
msgid "Only its owner can delete the map."
|
|
475
503
|
msgstr "Tylko właściciel może usunąć mapę."
|
|
476
504
|
|
|
477
|
-
#: views.py:
|
|
505
|
+
#: views.py:766
|
|
478
506
|
#, python-format
|
|
479
507
|
msgid ""
|
|
480
508
|
"Your map has been cloned! If you want to edit this map from another "
|
|
481
509
|
"computer, please use this link: %(anonymous_url)s"
|
|
482
510
|
msgstr "Twoja mapa została skopiowana! Jeśli chcesz edytować ją z innego komputera, użyj odnośnika: %(anonymous_url)s"
|
|
483
511
|
|
|
484
|
-
#: views.py:
|
|
512
|
+
#: views.py:771
|
|
485
513
|
msgid "Congratulations, your map has been cloned!"
|
|
486
514
|
msgstr "Gratulacje, twoja mapa została skopiowana!"
|
|
487
515
|
|
|
488
|
-
#: views.py:
|
|
516
|
+
#: views.py:1007
|
|
489
517
|
msgid "Layer successfully deleted."
|
|
490
518
|
msgstr "Warstwa usunięta pomyślnie."
|
|
491
519
|
|
|
492
|
-
#: views.py:
|
|
520
|
+
#: views.py:1029
|
|
493
521
|
msgid "Permissions updated with success!"
|
|
494
522
|
msgstr ""
|
|
Binary file
|
|
@@ -11,7 +11,7 @@ msgid ""
|
|
|
11
11
|
msgstr ""
|
|
12
12
|
"Project-Id-Version: uMap\n"
|
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
|
14
|
-
"POT-Creation-Date:
|
|
14
|
+
"POT-Creation-Date: 2024-01-08 12:33+0000\n"
|
|
15
15
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
16
16
|
"Last-Translator: carlbacker, 2020,2023\n"
|
|
17
17
|
"Language-Team: Swedish (http://app.transifex.com/openstreetmap/umap/language/sv/)\n"
|
|
@@ -29,115 +29,115 @@ msgstr "Redigering är bara tillåten med privat redigeringslänk"
|
|
|
29
29
|
msgid "Everyone can edit"
|
|
30
30
|
msgstr "Alla kan redigera"
|
|
31
31
|
|
|
32
|
-
#: forms.py:69 models.py:
|
|
32
|
+
#: forms.py:69 models.py:349
|
|
33
33
|
msgid "Inherit"
|
|
34
34
|
msgstr ""
|
|
35
35
|
|
|
36
|
-
#: middleware.py:
|
|
36
|
+
#: middleware.py:13
|
|
37
37
|
msgid "Site is readonly for maintenance"
|
|
38
38
|
msgstr "Webbplatsen är skrivskyddad för underhållsarbete."
|
|
39
39
|
|
|
40
|
-
#: models.py:
|
|
40
|
+
#: models.py:49
|
|
41
41
|
msgid "name"
|
|
42
42
|
msgstr "namn"
|
|
43
43
|
|
|
44
|
-
#: models.py:
|
|
44
|
+
#: models.py:80
|
|
45
45
|
msgid "details"
|
|
46
46
|
msgstr "detaljer"
|
|
47
47
|
|
|
48
|
-
#: models.py:
|
|
48
|
+
#: models.py:81
|
|
49
49
|
msgid "Link to a page where the licence is detailed."
|
|
50
50
|
msgstr "Länk till sida med detaljerad licens information."
|
|
51
51
|
|
|
52
|
-
#: models.py:
|
|
52
|
+
#: models.py:91
|
|
53
53
|
msgid "URL template using OSM tile format"
|
|
54
54
|
msgstr "URL-mall med OSM:s tile-format"
|
|
55
55
|
|
|
56
|
-
#: models.py:
|
|
56
|
+
#: models.py:97
|
|
57
57
|
msgid "Order of the tilelayers in the edit box"
|
|
58
58
|
msgstr "Ordningen för tile-lager i redigeringsrutan"
|
|
59
59
|
|
|
60
|
-
#: models.py:
|
|
60
|
+
#: models.py:143 models.py:350
|
|
61
61
|
msgid "Everyone"
|
|
62
62
|
msgstr "Alla"
|
|
63
63
|
|
|
64
|
-
#: models.py:
|
|
64
|
+
#: models.py:144 models.py:150 models.py:351
|
|
65
65
|
msgid "Editors only"
|
|
66
66
|
msgstr "Enbart redaktörer"
|
|
67
67
|
|
|
68
|
-
#: models.py:
|
|
68
|
+
#: models.py:145 models.py:352
|
|
69
69
|
msgid "Owner only"
|
|
70
70
|
msgstr "Enbart ägaren "
|
|
71
71
|
|
|
72
|
-
#: models.py:
|
|
72
|
+
#: models.py:148
|
|
73
73
|
msgid "Everyone (public)"
|
|
74
74
|
msgstr "Alla (publik)"
|
|
75
75
|
|
|
76
|
-
#: models.py:
|
|
76
|
+
#: models.py:149
|
|
77
77
|
msgid "Anyone with link"
|
|
78
78
|
msgstr "Alla med en länk"
|
|
79
79
|
|
|
80
|
-
#: models.py:
|
|
80
|
+
#: models.py:151
|
|
81
81
|
msgid "Blocked"
|
|
82
82
|
msgstr "Låst"
|
|
83
83
|
|
|
84
|
-
#: models.py:
|
|
84
|
+
#: models.py:154 models.py:356
|
|
85
85
|
msgid "description"
|
|
86
86
|
msgstr "beskrivning"
|
|
87
87
|
|
|
88
|
-
#: models.py:
|
|
88
|
+
#: models.py:155
|
|
89
89
|
msgid "center"
|
|
90
90
|
msgstr "centrera"
|
|
91
91
|
|
|
92
|
-
#: models.py:
|
|
92
|
+
#: models.py:156
|
|
93
93
|
msgid "zoom"
|
|
94
94
|
msgstr "zooma"
|
|
95
95
|
|
|
96
|
-
#: models.py:
|
|
96
|
+
#: models.py:158
|
|
97
97
|
msgid "locate"
|
|
98
98
|
msgstr "lokalisera"
|
|
99
99
|
|
|
100
|
-
#: models.py:
|
|
100
|
+
#: models.py:158
|
|
101
101
|
msgid "Locate user on load?"
|
|
102
102
|
msgstr "Lokalisera användaren vid uppstart?"
|
|
103
103
|
|
|
104
|
-
#: models.py:
|
|
104
|
+
#: models.py:162
|
|
105
105
|
msgid "Choose the map licence."
|
|
106
106
|
msgstr "Välj licens för kartan."
|
|
107
107
|
|
|
108
|
-
#: models.py:
|
|
108
|
+
#: models.py:163
|
|
109
109
|
msgid "licence"
|
|
110
110
|
msgstr "licens"
|
|
111
111
|
|
|
112
|
-
#: models.py:
|
|
112
|
+
#: models.py:174
|
|
113
113
|
msgid "owner"
|
|
114
114
|
msgstr "ägare"
|
|
115
115
|
|
|
116
|
-
#: models.py:
|
|
116
|
+
#: models.py:178
|
|
117
117
|
msgid "editors"
|
|
118
118
|
msgstr "redaktörer"
|
|
119
119
|
|
|
120
|
-
#: models.py:
|
|
120
|
+
#: models.py:183 models.py:370
|
|
121
121
|
msgid "edit status"
|
|
122
122
|
msgstr "redigeringsstatus"
|
|
123
123
|
|
|
124
|
-
#: models.py:
|
|
124
|
+
#: models.py:188
|
|
125
125
|
msgid "share status"
|
|
126
126
|
msgstr "delningsstatus"
|
|
127
127
|
|
|
128
|
-
#: models.py:
|
|
128
|
+
#: models.py:191 models.py:365
|
|
129
129
|
msgid "settings"
|
|
130
130
|
msgstr "inställningar"
|
|
131
131
|
|
|
132
|
-
#: models.py:
|
|
132
|
+
#: models.py:298
|
|
133
133
|
msgid "Clone of"
|
|
134
134
|
msgstr "Kopia av"
|
|
135
135
|
|
|
136
|
-
#: models.py:
|
|
136
|
+
#: models.py:360
|
|
137
137
|
msgid "display on load"
|
|
138
138
|
msgstr "visa vid uppstart"
|
|
139
139
|
|
|
140
|
-
#: models.py:
|
|
140
|
+
#: models.py:361
|
|
141
141
|
msgid "Display this layer on load."
|
|
142
142
|
msgstr "Visa detta lager från start."
|
|
143
143
|
|
|
@@ -294,50 +294,78 @@ msgstr "Inspireras av andra kartor"
|
|
|
294
294
|
msgid "You are logged in. Continuing..."
|
|
295
295
|
msgstr "Du är nu inloggad. Fortsätter..."
|
|
296
296
|
|
|
297
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
297
|
+
#: templates/umap/map_list.html:9 views.py:296
|
|
298
298
|
msgid "by"
|
|
299
299
|
msgstr "av"
|
|
300
300
|
|
|
301
|
-
#: templates/umap/map_list.html:17
|
|
301
|
+
#: templates/umap/map_list.html:17
|
|
302
302
|
msgid "More"
|
|
303
303
|
msgstr "Mer"
|
|
304
304
|
|
|
305
|
-
#: templates/umap/map_table.html:
|
|
306
|
-
msgid "Map"
|
|
307
|
-
msgstr "Karta"
|
|
308
|
-
|
|
309
|
-
#: templates/umap/map_table.html:7
|
|
305
|
+
#: templates/umap/map_table.html:5
|
|
310
306
|
msgid "Name"
|
|
311
307
|
msgstr "Namn"
|
|
312
308
|
|
|
313
|
-
#: templates/umap/map_table.html:
|
|
309
|
+
#: templates/umap/map_table.html:6
|
|
310
|
+
msgid "Preview"
|
|
311
|
+
msgstr ""
|
|
312
|
+
|
|
313
|
+
#: templates/umap/map_table.html:7
|
|
314
314
|
msgid "Who can see / edit"
|
|
315
315
|
msgstr "Vem kan se/redigera"
|
|
316
316
|
|
|
317
|
-
#: templates/umap/map_table.html:
|
|
317
|
+
#: templates/umap/map_table.html:8
|
|
318
318
|
msgid "Last save"
|
|
319
319
|
msgstr "Senast sparad "
|
|
320
320
|
|
|
321
|
-
#: templates/umap/map_table.html:
|
|
321
|
+
#: templates/umap/map_table.html:9
|
|
322
322
|
msgid "Owner"
|
|
323
323
|
msgstr "Ägare"
|
|
324
324
|
|
|
325
|
-
#: templates/umap/map_table.html:
|
|
325
|
+
#: templates/umap/map_table.html:10
|
|
326
326
|
msgid "Actions"
|
|
327
327
|
msgstr "Åtgärder"
|
|
328
328
|
|
|
329
|
-
#: templates/umap/map_table.html:
|
|
329
|
+
#: templates/umap/map_table.html:22
|
|
330
|
+
msgid "Open preview"
|
|
331
|
+
msgstr ""
|
|
332
|
+
|
|
333
|
+
#: templates/umap/map_table.html:38
|
|
330
334
|
msgid "Share"
|
|
331
335
|
msgstr "Dela"
|
|
332
336
|
|
|
333
|
-
#: templates/umap/map_table.html:
|
|
337
|
+
#: templates/umap/map_table.html:39
|
|
334
338
|
msgid "Edit"
|
|
335
339
|
msgstr "Redigera"
|
|
336
340
|
|
|
337
|
-
#: templates/umap/map_table.html:
|
|
341
|
+
#: templates/umap/map_table.html:40
|
|
338
342
|
msgid "Download"
|
|
339
343
|
msgstr "Ladda ned"
|
|
340
344
|
|
|
345
|
+
#: templates/umap/map_table.html:49
|
|
346
|
+
msgid "first"
|
|
347
|
+
msgstr ""
|
|
348
|
+
|
|
349
|
+
#: templates/umap/map_table.html:50
|
|
350
|
+
msgid "previous"
|
|
351
|
+
msgstr ""
|
|
352
|
+
|
|
353
|
+
#: templates/umap/map_table.html:59
|
|
354
|
+
#, python-format
|
|
355
|
+
msgid ""
|
|
356
|
+
"\n"
|
|
357
|
+
" Page %(maps_number)s of %(num_pages)s\n"
|
|
358
|
+
" "
|
|
359
|
+
msgstr ""
|
|
360
|
+
|
|
361
|
+
#: templates/umap/map_table.html:65
|
|
362
|
+
msgid "next"
|
|
363
|
+
msgstr ""
|
|
364
|
+
|
|
365
|
+
#: templates/umap/map_table.html:66
|
|
366
|
+
msgid "last"
|
|
367
|
+
msgstr ""
|
|
368
|
+
|
|
341
369
|
#: templates/umap/navigation.html:15
|
|
342
370
|
msgid "Starred maps"
|
|
343
371
|
msgstr "Stjärnmärkta kartor "
|
|
@@ -435,52 +463,52 @@ msgstr ""
|
|
|
435
463
|
msgid "You have no map yet."
|
|
436
464
|
msgstr "Du har ingen karta än. "
|
|
437
465
|
|
|
438
|
-
#: views.py:
|
|
466
|
+
#: views.py:301
|
|
439
467
|
msgid "View the map"
|
|
440
468
|
msgstr "Se kartan"
|
|
441
469
|
|
|
442
|
-
#: views.py:
|
|
470
|
+
#: views.py:660
|
|
443
471
|
msgid "Map has been updated!"
|
|
444
472
|
msgstr "Kartan har uppdaterats!"
|
|
445
473
|
|
|
446
|
-
#: views.py:
|
|
474
|
+
#: views.py:685
|
|
447
475
|
msgid "Map editors updated with success!"
|
|
448
476
|
msgstr "Kartans redaktörer har uppdaterats!"
|
|
449
477
|
|
|
450
|
-
#: views.py:
|
|
478
|
+
#: views.py:723
|
|
451
479
|
#, python-format
|
|
452
480
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
453
481
|
msgstr "Redigeringslänken för din uMap-karta: %(map_name)s"
|
|
454
482
|
|
|
455
|
-
#: views.py:
|
|
483
|
+
#: views.py:726
|
|
456
484
|
#, python-format
|
|
457
485
|
msgid "Here is your secret edit link: %(link)s"
|
|
458
486
|
msgstr "Här är din hemliga redigeringslänk: %(link)s"
|
|
459
487
|
|
|
460
|
-
#: views.py:
|
|
488
|
+
#: views.py:732
|
|
461
489
|
#, python-format
|
|
462
490
|
msgid "Email sent to %(email)s"
|
|
463
491
|
msgstr "Ett mejl har skickats till %(email)s"
|
|
464
492
|
|
|
465
|
-
#: views.py:
|
|
493
|
+
#: views.py:743
|
|
466
494
|
msgid "Only its owner can delete the map."
|
|
467
495
|
msgstr "Bara ägaren kan radera kartan."
|
|
468
496
|
|
|
469
|
-
#: views.py:
|
|
497
|
+
#: views.py:766
|
|
470
498
|
#, python-format
|
|
471
499
|
msgid ""
|
|
472
500
|
"Your map has been cloned! If you want to edit this map from another "
|
|
473
501
|
"computer, please use this link: %(anonymous_url)s"
|
|
474
502
|
msgstr "Din karta har kopierats! Om du vill redigera den här kartan från en annan dator, använd denna länk: %(anonymous_url)s"
|
|
475
503
|
|
|
476
|
-
#: views.py:
|
|
504
|
+
#: views.py:771
|
|
477
505
|
msgid "Congratulations, your map has been cloned!"
|
|
478
506
|
msgstr "Grattis, din karta har kopierats!"
|
|
479
507
|
|
|
480
|
-
#: views.py:
|
|
508
|
+
#: views.py:1007
|
|
481
509
|
msgid "Layer successfully deleted."
|
|
482
510
|
msgstr "Lagret har raderats."
|
|
483
511
|
|
|
484
|
-
#: views.py:
|
|
512
|
+
#: views.py:1029
|
|
485
513
|
msgid "Permissions updated with success!"
|
|
486
514
|
msgstr ""
|
|
Binary file
|