umap-project 2.8.2__py3-none-any.whl → 2.9.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/admin.py +15 -2
- umap/asgi.py +12 -7
- umap/context_processors.py +1 -0
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +111 -67
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +110 -66
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +129 -85
- umap/locale/en/LC_MESSAGES/django.po +103 -60
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +114 -69
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +105 -61
- umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- umap/locale/gl/LC_MESSAGES/django.po +216 -171
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +142 -98
- umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- umap/locale/nl/LC_MESSAGES/django.po +196 -151
- umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- umap/locale/pt/LC_MESSAGES/django.po +115 -71
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +109 -65
- umap/management/commands/empty_trash.py +12 -1
- umap/migrations/0026_datalayer_modified_at_datalayer_share_status.py +26 -0
- umap/models.py +43 -13
- umap/settings/base.py +5 -2
- umap/static/umap/base.css +5 -2
- umap/static/umap/content.css +2 -22
- umap/static/umap/css/bar.css +39 -10
- umap/static/umap/css/contextmenu.css +14 -2
- umap/static/umap/css/form.css +33 -39
- umap/static/umap/css/icon.css +47 -5
- umap/static/umap/css/panel.css +20 -2
- umap/static/umap/css/popup.css +0 -1
- umap/static/umap/css/tooltip.css +33 -31
- umap/static/umap/img/16-white.svg +5 -3
- umap/static/umap/img/16.svg +1 -1
- umap/static/umap/img/24-white.svg +17 -16
- umap/static/umap/img/24.svg +29 -18
- umap/static/umap/img/providers/bitbucket.png +0 -0
- umap/static/umap/img/providers/github.png +0 -0
- umap/static/umap/img/providers/keycloak.png +0 -0
- umap/static/umap/img/providers/openstreetmap-oauth2.png +0 -0
- umap/static/umap/img/providers/twitter-oauth2.png +0 -0
- umap/static/umap/img/source/16-white.svg +6 -4
- umap/static/umap/img/source/16.svg +1 -1
- umap/static/umap/img/source/24-white.svg +20 -18
- umap/static/umap/img/source/24.svg +30 -19
- umap/static/umap/js/components/alerts/alert.js +4 -1
- umap/static/umap/js/modules/browser.js +8 -8
- umap/static/umap/js/modules/caption.js +30 -7
- umap/static/umap/js/modules/data/features.js +101 -56
- umap/static/umap/js/modules/data/layer.js +108 -83
- umap/static/umap/js/modules/form/builder.js +242 -0
- umap/static/umap/js/modules/form/fields.js +1346 -0
- umap/static/umap/js/modules/formatter.js +9 -8
- umap/static/umap/js/modules/help.js +20 -24
- umap/static/umap/js/modules/importer.js +6 -3
- umap/static/umap/js/modules/permissions.js +11 -6
- umap/static/umap/js/modules/rendering/icon.js +5 -1
- umap/static/umap/js/modules/rendering/layers/classified.js +12 -8
- umap/static/umap/js/modules/rendering/layers/cluster.js +11 -1
- umap/static/umap/js/modules/rendering/map.js +1 -23
- umap/static/umap/js/modules/rendering/ui.js +20 -38
- umap/static/umap/js/modules/rules.js +3 -2
- umap/static/umap/js/modules/saving.js +5 -0
- umap/static/umap/js/modules/schema.js +8 -6
- umap/static/umap/js/modules/share.js +3 -3
- umap/static/umap/js/modules/sync/engine.js +56 -26
- umap/static/umap/js/modules/sync/updaters.js +15 -6
- umap/static/umap/js/modules/sync/websocket.js +50 -37
- umap/static/umap/js/modules/tableeditor.js +3 -2
- umap/static/umap/js/modules/ui/bar.js +101 -9
- umap/static/umap/js/modules/ui/base.js +7 -24
- umap/static/umap/js/modules/ui/contextmenu.js +9 -2
- umap/static/umap/js/modules/ui/panel.js +5 -1
- umap/static/umap/js/modules/ui/tooltip.js +19 -11
- umap/static/umap/js/modules/umap.js +121 -68
- umap/static/umap/js/modules/utils.js +196 -12
- umap/static/umap/js/umap.controls.js +11 -353
- umap/static/umap/locale/am_ET.js +17 -5
- umap/static/umap/locale/am_ET.json +17 -5
- umap/static/umap/locale/ar.js +17 -5
- umap/static/umap/locale/ar.json +17 -5
- umap/static/umap/locale/ast.js +17 -5
- umap/static/umap/locale/ast.json +17 -5
- umap/static/umap/locale/bg.js +17 -5
- umap/static/umap/locale/bg.json +17 -5
- umap/static/umap/locale/br.js +33 -20
- umap/static/umap/locale/br.json +33 -20
- umap/static/umap/locale/ca.js +17 -5
- umap/static/umap/locale/ca.json +17 -5
- umap/static/umap/locale/cs_CZ.js +15 -5
- umap/static/umap/locale/cs_CZ.json +15 -5
- umap/static/umap/locale/da.js +17 -5
- umap/static/umap/locale/da.json +17 -5
- umap/static/umap/locale/de.js +17 -5
- umap/static/umap/locale/de.json +17 -5
- umap/static/umap/locale/el.js +63 -51
- umap/static/umap/locale/el.json +63 -51
- umap/static/umap/locale/en.js +15 -5
- umap/static/umap/locale/en.json +15 -5
- umap/static/umap/locale/en_US.json +17 -5
- umap/static/umap/locale/es.js +25 -13
- umap/static/umap/locale/es.json +25 -13
- umap/static/umap/locale/et.js +17 -5
- umap/static/umap/locale/et.json +17 -5
- umap/static/umap/locale/eu.js +17 -5
- umap/static/umap/locale/eu.json +17 -5
- umap/static/umap/locale/fa_IR.js +17 -5
- umap/static/umap/locale/fa_IR.json +17 -5
- umap/static/umap/locale/fi.js +17 -5
- umap/static/umap/locale/fi.json +17 -5
- umap/static/umap/locale/fr.js +16 -6
- umap/static/umap/locale/fr.json +16 -6
- umap/static/umap/locale/gl.js +357 -345
- umap/static/umap/locale/gl.json +357 -345
- umap/static/umap/locale/he.js +17 -5
- umap/static/umap/locale/he.json +17 -5
- umap/static/umap/locale/hr.js +17 -5
- umap/static/umap/locale/hr.json +17 -5
- umap/static/umap/locale/hu.js +14 -5
- umap/static/umap/locale/hu.json +14 -5
- umap/static/umap/locale/id.js +17 -5
- umap/static/umap/locale/id.json +17 -5
- umap/static/umap/locale/is.js +17 -5
- umap/static/umap/locale/is.json +17 -5
- umap/static/umap/locale/it.js +125 -113
- umap/static/umap/locale/it.json +125 -113
- umap/static/umap/locale/ja.js +17 -5
- umap/static/umap/locale/ja.json +17 -5
- umap/static/umap/locale/ko.js +17 -5
- umap/static/umap/locale/ko.json +17 -5
- umap/static/umap/locale/lt.js +17 -5
- umap/static/umap/locale/lt.json +17 -5
- umap/static/umap/locale/ms.js +17 -5
- umap/static/umap/locale/ms.json +17 -5
- umap/static/umap/locale/nl.js +132 -119
- umap/static/umap/locale/nl.json +132 -119
- umap/static/umap/locale/no.js +17 -5
- umap/static/umap/locale/no.json +17 -5
- umap/static/umap/locale/pl.js +17 -5
- umap/static/umap/locale/pl.json +17 -5
- umap/static/umap/locale/pl_PL.json +17 -5
- umap/static/umap/locale/pt.js +38 -25
- umap/static/umap/locale/pt.json +38 -25
- umap/static/umap/locale/pt_BR.js +17 -5
- umap/static/umap/locale/pt_BR.json +17 -5
- umap/static/umap/locale/pt_PT.js +17 -5
- umap/static/umap/locale/pt_PT.json +17 -5
- umap/static/umap/locale/ro.js +17 -5
- umap/static/umap/locale/ro.json +17 -5
- umap/static/umap/locale/ru.js +17 -5
- umap/static/umap/locale/ru.json +17 -5
- umap/static/umap/locale/sk_SK.js +17 -5
- umap/static/umap/locale/sk_SK.json +17 -5
- umap/static/umap/locale/sl.js +17 -5
- umap/static/umap/locale/sl.json +17 -5
- umap/static/umap/locale/sr.js +17 -5
- umap/static/umap/locale/sr.json +17 -5
- umap/static/umap/locale/sv.js +17 -5
- umap/static/umap/locale/sv.json +17 -5
- umap/static/umap/locale/th_TH.js +17 -5
- umap/static/umap/locale/th_TH.json +17 -5
- umap/static/umap/locale/tr.js +17 -5
- umap/static/umap/locale/tr.json +17 -5
- umap/static/umap/locale/uk_UA.js +17 -5
- umap/static/umap/locale/uk_UA.json +17 -5
- umap/static/umap/locale/vi.js +17 -5
- umap/static/umap/locale/vi.json +17 -5
- umap/static/umap/locale/vi_VN.json +17 -5
- umap/static/umap/locale/zh.js +17 -5
- umap/static/umap/locale/zh.json +17 -5
- umap/static/umap/locale/zh_CN.json +17 -5
- umap/static/umap/locale/zh_TW.Big5.json +17 -5
- umap/static/umap/locale/zh_TW.js +15 -5
- umap/static/umap/locale/zh_TW.json +15 -5
- umap/static/umap/map.css +29 -76
- umap/static/umap/nav.css +6 -3
- umap/static/umap/unittests/utils.js +14 -0
- umap/static/umap/vars.css +3 -0
- umap/static/umap/vendors/dompurify/purify.es.js +138 -354
- umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
- umap/static/umap/vendors/editable/Leaflet.Editable.js +1 -0
- umap/sync/__init__.py +0 -0
- umap/sync/app.py +187 -0
- umap/sync/payloads.py +56 -0
- umap/templates/auth/user_detail.html +4 -0
- umap/templates/auth/user_form.html +9 -6
- umap/templates/auth/user_stars.html +4 -0
- umap/templates/base.html +1 -1
- umap/templates/registration/login.html +2 -5
- umap/templates/umap/about.html +5 -0
- umap/templates/umap/about_summary.html +2 -2
- umap/templates/umap/components/provider.html +8 -0
- umap/templates/umap/content_footer.html +1 -1
- umap/templates/umap/css.html +0 -2
- umap/templates/umap/js.html +0 -4
- umap/templates/umap/map_detail.html +1 -1
- umap/templates/umap/password_change.html +4 -0
- umap/templates/umap/password_change_done.html +4 -0
- umap/templates/umap/search.html +4 -0
- umap/templates/umap/search_bar.html +1 -0
- umap/templates/umap/team_confirm_delete.html +4 -0
- umap/templates/umap/team_detail.html +4 -0
- umap/templates/umap/team_form.html +4 -0
- umap/templates/umap/user_dashboard.html +1 -1
- umap/templates/umap/user_teams.html +4 -0
- umap/tests/base.py +3 -1
- umap/tests/integration/conftest.py +16 -23
- umap/tests/integration/test_anonymous_owned_map.py +2 -2
- umap/tests/integration/test_basics.py +4 -7
- umap/tests/integration/test_caption.py +1 -0
- umap/tests/integration/test_categorized_layer.py +4 -8
- umap/tests/integration/test_choropleth.py +1 -1
- umap/tests/integration/test_conditional_rules.py +3 -3
- umap/tests/integration/test_draw_polygon.py +14 -22
- umap/tests/integration/test_draw_polyline.py +6 -14
- umap/tests/integration/test_edit_datalayer.py +11 -11
- umap/tests/integration/test_edit_map.py +30 -4
- umap/tests/integration/test_edit_marker.py +5 -5
- umap/tests/integration/test_edit_polygon.py +6 -6
- umap/tests/integration/test_features_id_generation.py +2 -6
- umap/tests/integration/test_import.py +115 -29
- umap/tests/integration/test_optimistic_merge.py +1 -0
- umap/tests/integration/test_owned_map.py +1 -1
- umap/tests/integration/test_picto.py +8 -8
- umap/tests/integration/test_save.py +3 -2
- umap/tests/integration/test_star.py +13 -9
- umap/tests/integration/test_tableeditor.py +8 -7
- umap/tests/integration/test_view_marker.py +10 -0
- umap/tests/integration/test_websocket_sync.py +239 -64
- umap/tests/settings.py +2 -0
- umap/tests/test_datalayer.py +2 -3
- umap/tests/test_datalayer_views.py +20 -1
- umap/tests/test_empty_trash.py +10 -3
- umap/tests/test_map_views.py +11 -0
- umap/utils.py +27 -11
- umap/views.py +37 -6
- {umap_project-2.8.2.dist-info → umap_project-2.9.0.dist-info}/METADATA +22 -22
- {umap_project-2.8.2.dist-info → umap_project-2.9.0.dist-info}/RECORD +247 -248
- {umap_project-2.8.2.dist-info → umap_project-2.9.0.dist-info}/WHEEL +1 -1
- umap/management/commands/run_websocket_server.py +0 -23
- umap/settings/local_s3.py +0 -45
- umap/static/umap/bitbucket.png +0 -0
- umap/static/umap/github.png +0 -0
- umap/static/umap/js/umap.forms.js +0 -1242
- umap/static/umap/keycloak.png +0 -0
- umap/static/umap/openstreetmap.png +0 -0
- umap/static/umap/twitter.png +0 -0
- umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +0 -468
- umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -1
- umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -1
- umap/tests/test_websocket_server.py +0 -22
- umap/websocket_server.py +0 -202
- {umap_project-2.8.2.dist-info → umap_project-2.9.0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.8.2.dist-info → umap_project-2.9.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
# Jakub A. Tesinsky, 2014
|
|
8
8
|
# Jakub A. Tesinsky, 2014
|
|
9
9
|
# Jiří Podhorecký, 2018-2019
|
|
10
|
-
# Jiří Podhorecký <jirka.p@volny.cz>, 2018-2019,2023-
|
|
10
|
+
# Jiří Podhorecký <jirka.p@volny.cz>, 2018-2019,2023-2025
|
|
11
11
|
# Jiří Podhorecký <jirka.p@volny.cz>, 2019
|
|
12
12
|
# Jiří Podhorecký <jirka.p@volny.cz>, 2018
|
|
13
13
|
# Jiří Podhorecký <jirka.p@volny.cz>, 2018
|
|
@@ -16,9 +16,9 @@ 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: 2025-03-03 14:11+0000\n"
|
|
20
20
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
21
|
-
"Last-Translator:
|
|
21
|
+
"Last-Translator: Jiří Podhorecký <jirka.p@volny.cz>, 2018-2019,2023-2025\n"
|
|
22
22
|
"Language-Team: Czech (Czech Republic) (http://app.transifex.com/openstreetmap/umap/language/cs_CZ/)\n"
|
|
23
23
|
"MIME-Version: 1.0\n"
|
|
24
24
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -32,7 +32,7 @@ msgstr "CSV Export"
|
|
|
32
32
|
|
|
33
33
|
#: decorators.py:60
|
|
34
34
|
msgid "This map is not publicly available"
|
|
35
|
-
msgstr ""
|
|
35
|
+
msgstr "Tato mapa není veřejně dostupná"
|
|
36
36
|
|
|
37
37
|
#: middleware.py:13
|
|
38
38
|
msgid "Site is readonly for maintenance"
|
|
@@ -42,7 +42,7 @@ msgstr "Stránka je jen ke čtení kvůli údržbě"
|
|
|
42
42
|
msgid "name"
|
|
43
43
|
msgstr "název"
|
|
44
44
|
|
|
45
|
-
#: models.py:62 models.py:
|
|
45
|
+
#: models.py:62 models.py:485
|
|
46
46
|
msgid "description"
|
|
47
47
|
msgstr "popis"
|
|
48
48
|
|
|
@@ -62,23 +62,23 @@ msgstr "Vzor URL ve formátu pro dlaždice OSM "
|
|
|
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:175 models.py:
|
|
65
|
+
#: models.py:175 models.py:479
|
|
66
66
|
msgid "Only editable with secret edit link"
|
|
67
67
|
msgstr "Lze upravovat jen pomocí tajného odkazu"
|
|
68
68
|
|
|
69
|
-
#: models.py:176 models.py:
|
|
69
|
+
#: models.py:176 models.py:480
|
|
70
70
|
msgid "Everyone can edit"
|
|
71
71
|
msgstr "Kdokoli může editovat"
|
|
72
72
|
|
|
73
|
-
#: models.py:179 models.py:
|
|
73
|
+
#: models.py:179 models.py:473
|
|
74
74
|
msgid "Everyone"
|
|
75
75
|
msgstr "Kdokoli"
|
|
76
76
|
|
|
77
|
-
#: models.py:180 models.py:189 models.py:
|
|
77
|
+
#: models.py:180 models.py:189 models.py:474
|
|
78
78
|
msgid "Editors and team only"
|
|
79
79
|
msgstr "Pouze pro editory a tým"
|
|
80
80
|
|
|
81
|
-
#: models.py:181 models.py:
|
|
81
|
+
#: models.py:181 models.py:475
|
|
82
82
|
msgid "Owner only"
|
|
83
83
|
msgstr "Jen vlastník"
|
|
84
84
|
|
|
@@ -98,7 +98,7 @@ msgstr "Kdokoli kdo má odkaz"
|
|
|
98
98
|
msgid "Blocked"
|
|
99
99
|
msgstr "Blokováno"
|
|
100
100
|
|
|
101
|
-
#: models.py:191
|
|
101
|
+
#: models.py:191 models.py:469
|
|
102
102
|
msgid "Deleted"
|
|
103
103
|
msgstr "Smazáno"
|
|
104
104
|
|
|
@@ -138,31 +138,31 @@ msgstr "přispěvovatelé"
|
|
|
138
138
|
msgid "team"
|
|
139
139
|
msgstr "tým"
|
|
140
140
|
|
|
141
|
-
#: models.py:229 models.py:
|
|
141
|
+
#: models.py:229 models.py:501
|
|
142
142
|
msgid "edit status"
|
|
143
143
|
msgstr "kdo může provádět úpravy"
|
|
144
144
|
|
|
145
|
-
#: models.py:234
|
|
145
|
+
#: models.py:234 models.py:506
|
|
146
146
|
msgid "share status"
|
|
147
147
|
msgstr "nastavení sdílení"
|
|
148
148
|
|
|
149
|
-
#: models.py:237 models.py:
|
|
149
|
+
#: models.py:237 models.py:496
|
|
150
150
|
msgid "settings"
|
|
151
151
|
msgstr "nastavení"
|
|
152
152
|
|
|
153
|
-
#: models.py:
|
|
153
|
+
#: models.py:407
|
|
154
154
|
msgid "Clone of"
|
|
155
155
|
msgstr "Kopie"
|
|
156
156
|
|
|
157
|
-
#: models.py:
|
|
157
|
+
#: models.py:468 models.py:472 models.py:478
|
|
158
158
|
msgid "Inherit"
|
|
159
159
|
msgstr "Zdědit"
|
|
160
160
|
|
|
161
|
-
#: models.py:
|
|
161
|
+
#: models.py:491
|
|
162
162
|
msgid "display on load"
|
|
163
163
|
msgstr "zobrazit při startu"
|
|
164
164
|
|
|
165
|
-
#: models.py:
|
|
165
|
+
#: models.py:492
|
|
166
166
|
msgid "Display this layer on load."
|
|
167
167
|
msgstr "Zobrazit tuto vrstvu na startu."
|
|
168
168
|
|
|
@@ -171,50 +171,64 @@ msgid ""
|
|
|
171
171
|
"<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
|
|
172
172
|
"target=\"_blank\">Find out here the documentation</a> on how to manage map’s"
|
|
173
173
|
" permissions."
|
|
174
|
-
msgstr ""
|
|
174
|
+
msgstr "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" target=\"_blank\">Zde naleznete dokumentaci</a> ke správě oprávnění mapy."
|
|
175
175
|
|
|
176
176
|
#: templates/403.html:10 templates/404.html:8
|
|
177
177
|
msgid "← Go to the homepage"
|
|
178
|
-
msgstr ""
|
|
178
|
+
msgstr "← Přejít na domovskou stránku"
|
|
179
179
|
|
|
180
180
|
#: templates/404.html:7
|
|
181
181
|
msgid "404 Page Not Found"
|
|
182
|
-
msgstr ""
|
|
182
|
+
msgstr "404 Stránka nenalezena"
|
|
183
183
|
|
|
184
|
-
#: templates/auth/user_detail.html:
|
|
184
|
+
#: templates/auth/user_detail.html:6
|
|
185
|
+
#, python-format
|
|
186
|
+
msgid "%(current_user)s’s maps"
|
|
187
|
+
msgstr "mapy %(current_user)s"
|
|
188
|
+
|
|
189
|
+
#: templates/auth/user_detail.html:12
|
|
185
190
|
#, python-format
|
|
186
191
|
msgid "Browse %(current_user)s's maps"
|
|
187
192
|
msgstr "Prohlížej si mapy uživatele %(current_user)s'"
|
|
188
193
|
|
|
189
|
-
#: templates/auth/user_detail.html:
|
|
194
|
+
#: templates/auth/user_detail.html:21
|
|
190
195
|
#, python-format
|
|
191
196
|
msgid "%(current_user)s has no maps."
|
|
192
197
|
msgstr "%(current_user)s nemá mapy."
|
|
193
198
|
|
|
194
|
-
#: templates/auth/user_form.html:
|
|
199
|
+
#: templates/auth/user_form.html:6
|
|
200
|
+
msgid "My Profile"
|
|
201
|
+
msgstr "Můj profil"
|
|
202
|
+
|
|
203
|
+
#: templates/auth/user_form.html:24 templates/umap/team_form.html:25
|
|
195
204
|
msgid "Save"
|
|
196
205
|
msgstr "Uložit"
|
|
197
206
|
|
|
198
|
-
#: templates/auth/user_form.html:
|
|
207
|
+
#: templates/auth/user_form.html:30
|
|
199
208
|
msgid "Your current providers"
|
|
200
209
|
msgstr "Vaši současní poskytovatelé"
|
|
201
210
|
|
|
202
|
-
#: templates/auth/user_form.html:
|
|
211
|
+
#: templates/auth/user_form.html:44
|
|
203
212
|
msgid "Connect to another provider"
|
|
204
213
|
msgstr "Připojit se k jinému poskytovateli"
|
|
205
214
|
|
|
206
|
-
#: templates/auth/user_form.html:
|
|
215
|
+
#: templates/auth/user_form.html:47
|
|
207
216
|
msgid ""
|
|
208
217
|
"It's a good habit to connect your account to more than one provider, in case"
|
|
209
218
|
" one provider becomes unavailable, temporarily or even permanently."
|
|
210
219
|
msgstr "Je dobrým zvykem připojit svůj účet k více poskytovatelům pro případ, že by jeden z nich byl dočasně nebo dokonce trvale nedostupný."
|
|
211
220
|
|
|
212
|
-
#: templates/auth/user_stars.html:
|
|
221
|
+
#: templates/auth/user_stars.html:6
|
|
222
|
+
#, python-format
|
|
223
|
+
msgid "%(current_user)s’s starred maps"
|
|
224
|
+
msgstr "mapy s hvězdičkami %(current_user)s"
|
|
225
|
+
|
|
226
|
+
#: templates/auth/user_stars.html:12
|
|
213
227
|
#, python-format
|
|
214
228
|
msgid "Browse %(current_user)s's starred maps"
|
|
215
229
|
msgstr "Prohlížet mapy označené hvězdičkou uživatele %(current_user)s"
|
|
216
230
|
|
|
217
|
-
#: templates/auth/user_stars.html:
|
|
231
|
+
#: templates/auth/user_stars.html:21
|
|
218
232
|
#, python-format
|
|
219
233
|
msgid "%(current_user)s has no starred maps yet."
|
|
220
234
|
msgstr "%(current_user)s nemá zatím žádné mapy označené hvězdičkou."
|
|
@@ -249,6 +263,10 @@ msgstr "Heslo"
|
|
|
249
263
|
msgid "Please choose a provider:"
|
|
250
264
|
msgstr "Vyberte poskytovatele mapy:"
|
|
251
265
|
|
|
266
|
+
#: templates/umap/about.html:5 templates/umap/navigation.html:22
|
|
267
|
+
msgid "About"
|
|
268
|
+
msgstr "O uMap"
|
|
269
|
+
|
|
252
270
|
#: templates/umap/about_summary.html:12
|
|
253
271
|
#, python-format
|
|
254
272
|
msgid ""
|
|
@@ -416,7 +434,7 @@ msgstr ", autor:"
|
|
|
416
434
|
msgid "More"
|
|
417
435
|
msgstr "Více"
|
|
418
436
|
|
|
419
|
-
#: templates/umap/map_table.html:8 templates/umap/user_teams.html:
|
|
437
|
+
#: templates/umap/map_table.html:8 templates/umap/user_teams.html:18
|
|
420
438
|
msgid "Name"
|
|
421
439
|
msgstr "Název"
|
|
422
440
|
|
|
@@ -440,7 +458,7 @@ msgstr "Poslední uložení"
|
|
|
440
458
|
msgid "Owner"
|
|
441
459
|
msgstr "Vlastník"
|
|
442
460
|
|
|
443
|
-
#: templates/umap/map_table.html:26 templates/umap/user_teams.html:
|
|
461
|
+
#: templates/umap/map_table.html:26 templates/umap/user_teams.html:24
|
|
444
462
|
msgid "Actions"
|
|
445
463
|
msgstr "Akce"
|
|
446
464
|
|
|
@@ -453,7 +471,7 @@ msgid "Share"
|
|
|
453
471
|
msgstr "Sdílet"
|
|
454
472
|
|
|
455
473
|
#: templates/umap/map_table.html:78 templates/umap/map_table.html:80
|
|
456
|
-
#: templates/umap/user_teams.html:
|
|
474
|
+
#: templates/umap/user_teams.html:42 templates/umap/user_teams.html:44
|
|
457
475
|
msgid "Edit"
|
|
458
476
|
msgstr "Upravit"
|
|
459
477
|
|
|
@@ -516,10 +534,6 @@ msgstr "Přihlásit se"
|
|
|
516
534
|
msgid "Sign in"
|
|
517
535
|
msgstr "Registrovat"
|
|
518
536
|
|
|
519
|
-
#: templates/umap/navigation.html:22
|
|
520
|
-
msgid "About"
|
|
521
|
-
msgstr "O uMap"
|
|
522
|
-
|
|
523
537
|
#: templates/umap/navigation.html:30
|
|
524
538
|
msgid "Change password"
|
|
525
539
|
msgstr "Změnit heslo"
|
|
@@ -528,41 +542,47 @@ msgstr "Změnit heslo"
|
|
|
528
542
|
msgid "Log out"
|
|
529
543
|
msgstr "Odhlásit se"
|
|
530
544
|
|
|
531
|
-
#: templates/umap/password_change.html:
|
|
545
|
+
#: templates/umap/password_change.html:6
|
|
546
|
+
#: templates/umap/password_change.html:11
|
|
532
547
|
msgid "Password change"
|
|
533
548
|
msgstr "Změna hesla"
|
|
534
549
|
|
|
535
|
-
#: templates/umap/password_change.html:
|
|
550
|
+
#: templates/umap/password_change.html:14
|
|
536
551
|
msgid ""
|
|
537
552
|
"Please enter your old password, for security's sake, and then enter your new"
|
|
538
553
|
" password twice so we can verify you typed it in correctly."
|
|
539
554
|
msgstr "Z bezpečnostních důvodů zadejte své staré heslo a dvakrát zadejte nové heslo, abychom mohli ověřit, že jste jej zadali správně."
|
|
540
555
|
|
|
541
|
-
#: templates/umap/password_change.html:
|
|
556
|
+
#: templates/umap/password_change.html:21
|
|
542
557
|
msgid "Old password"
|
|
543
558
|
msgstr "Staré heslo"
|
|
544
559
|
|
|
545
|
-
#: templates/umap/password_change.html:
|
|
560
|
+
#: templates/umap/password_change.html:26
|
|
546
561
|
msgid "New password"
|
|
547
562
|
msgstr "Nové heslo"
|
|
548
563
|
|
|
549
|
-
#: templates/umap/password_change.html:
|
|
564
|
+
#: templates/umap/password_change.html:30
|
|
550
565
|
msgid "New password confirmation"
|
|
551
566
|
msgstr "Potvrzení nového hesla"
|
|
552
567
|
|
|
553
|
-
#: templates/umap/password_change.html:
|
|
568
|
+
#: templates/umap/password_change.html:31
|
|
554
569
|
msgid "Change my password"
|
|
555
570
|
msgstr "Změnit moje heslo"
|
|
556
571
|
|
|
557
|
-
#: templates/umap/password_change_done.html:
|
|
572
|
+
#: templates/umap/password_change_done.html:6
|
|
573
|
+
#: templates/umap/password_change_done.html:11
|
|
558
574
|
msgid "Password change successful"
|
|
559
575
|
msgstr "Změna hesla byla úspěšná"
|
|
560
576
|
|
|
561
|
-
#: templates/umap/password_change_done.html:
|
|
577
|
+
#: templates/umap/password_change_done.html:14
|
|
562
578
|
msgid "Your password was changed."
|
|
563
579
|
msgstr "Vaše heslo bylo změněno."
|
|
564
580
|
|
|
565
|
-
#: templates/umap/search.html:
|
|
581
|
+
#: templates/umap/search.html:6
|
|
582
|
+
msgid "Explore maps"
|
|
583
|
+
msgstr "Prozkoumat mapy"
|
|
584
|
+
|
|
585
|
+
#: templates/umap/search.html:19
|
|
566
586
|
#, python-format
|
|
567
587
|
msgid "%(count)s map found:"
|
|
568
588
|
msgid_plural "%(count)s maps found:"
|
|
@@ -571,11 +591,11 @@ msgstr[1] "%(count)s nalezené mapy:"
|
|
|
571
591
|
msgstr[2] "%(count)s nalezené mapy:"
|
|
572
592
|
msgstr[3] "%(count)s nalezených map:"
|
|
573
593
|
|
|
574
|
-
#: templates/umap/search.html:
|
|
594
|
+
#: templates/umap/search.html:28
|
|
575
595
|
msgid "No map found."
|
|
576
596
|
msgstr "Mapa nenalezena."
|
|
577
597
|
|
|
578
|
-
#: templates/umap/search.html:
|
|
598
|
+
#: templates/umap/search.html:33
|
|
579
599
|
msgid "Latest created maps"
|
|
580
600
|
msgstr "Nedávno vytvořené mapy"
|
|
581
601
|
|
|
@@ -583,25 +603,38 @@ msgstr "Nedávno vytvořené mapy"
|
|
|
583
603
|
msgid "Search maps"
|
|
584
604
|
msgstr "Prohledávejte mapy"
|
|
585
605
|
|
|
586
|
-
#: templates/umap/search_bar.html:
|
|
606
|
+
#: templates/umap/search_bar.html:16
|
|
587
607
|
msgid "Search"
|
|
588
608
|
msgstr "Hledej"
|
|
589
609
|
|
|
590
|
-
#: templates/umap/
|
|
610
|
+
#: templates/umap/team_confirm_delete.html:6
|
|
611
|
+
msgid "Team deletion"
|
|
612
|
+
msgstr "Smazání týmu"
|
|
613
|
+
|
|
614
|
+
#: templates/umap/team_detail.html:6
|
|
615
|
+
#, python-format
|
|
616
|
+
msgid "%(current_team)s’s maps"
|
|
617
|
+
msgstr "mapy %(current_team)s"
|
|
618
|
+
|
|
619
|
+
#: templates/umap/team_detail.html:14
|
|
591
620
|
#, python-format
|
|
592
621
|
msgid "Browse %(current_team)s's maps"
|
|
593
622
|
msgstr "Prohlížet mapy týmu %(current_team)s"
|
|
594
623
|
|
|
595
|
-
#: templates/umap/team_detail.html:
|
|
624
|
+
#: templates/umap/team_detail.html:26
|
|
596
625
|
#, python-format
|
|
597
626
|
msgid "%(current_team)s has no public maps."
|
|
598
627
|
msgstr "%(current_team)s nemá veřejné mapy."
|
|
599
628
|
|
|
600
|
-
#: templates/umap/team_form.html:
|
|
629
|
+
#: templates/umap/team_form.html:6
|
|
630
|
+
msgid "Create or edit a team"
|
|
631
|
+
msgstr "Vytvořit nebo upravit tým"
|
|
632
|
+
|
|
633
|
+
#: templates/umap/team_form.html:28
|
|
601
634
|
msgid "Delete this team"
|
|
602
635
|
msgstr "Smazat tento tým"
|
|
603
636
|
|
|
604
|
-
#: templates/umap/team_form.html:
|
|
637
|
+
#: templates/umap/team_form.html:51
|
|
605
638
|
msgid "Add user"
|
|
606
639
|
msgstr "Přidat uživatele"
|
|
607
640
|
|
|
@@ -622,11 +655,15 @@ msgstr "Stáhnout %(count)s map"
|
|
|
622
655
|
msgid "You have no map yet."
|
|
623
656
|
msgstr "Zatím nemáte žádnou mapu."
|
|
624
657
|
|
|
625
|
-
#: templates/umap/user_teams.html:
|
|
658
|
+
#: templates/umap/user_teams.html:6
|
|
659
|
+
msgid "My Teams"
|
|
660
|
+
msgstr "Moje Týmy"
|
|
661
|
+
|
|
662
|
+
#: templates/umap/user_teams.html:21
|
|
626
663
|
msgid "Users"
|
|
627
664
|
msgstr "Uživatelé"
|
|
628
665
|
|
|
629
|
-
#: templates/umap/user_teams.html:
|
|
666
|
+
#: templates/umap/user_teams.html:52
|
|
630
667
|
msgid "New team"
|
|
631
668
|
msgstr "Nový tým"
|
|
632
669
|
|
|
@@ -643,57 +680,64 @@ msgstr "Tým \"%(name)s\" byl smazán"
|
|
|
643
680
|
msgid "View the map"
|
|
644
681
|
msgstr "Prohlídnout si tuto mapu"
|
|
645
682
|
|
|
646
|
-
#: views.py:
|
|
683
|
+
#: views.py:838
|
|
647
684
|
msgid "See full screen"
|
|
648
685
|
msgstr "Zobrazit celou obrazovku"
|
|
649
686
|
|
|
650
|
-
#: views.py:
|
|
687
|
+
#: views.py:981
|
|
651
688
|
msgid "Map editors updated with success!"
|
|
652
689
|
msgstr "Seznam přispěvovatelů byl úspěšně upraven!"
|
|
653
690
|
|
|
654
|
-
#: views.py:
|
|
691
|
+
#: views.py:1017
|
|
655
692
|
#, python-format
|
|
656
693
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
657
694
|
msgstr "Odkaz na úpravu uMap pro vaši mapu: %(map_name)s"
|
|
658
695
|
|
|
659
|
-
#: views.py:
|
|
696
|
+
#: views.py:1020
|
|
660
697
|
#, python-format
|
|
661
698
|
msgid "Here is your secret edit link: %(link)s"
|
|
662
699
|
msgstr "Zde je váš tajný odkaz na úpravu: %(link)s"
|
|
663
700
|
|
|
664
|
-
#: views.py:
|
|
701
|
+
#: views.py:1027
|
|
665
702
|
#, python-format
|
|
666
703
|
msgid "Can't send email to %(email)s"
|
|
667
704
|
msgstr "Nelze odeslat e-mail na %(email)s"
|
|
668
705
|
|
|
669
|
-
#: views.py:
|
|
706
|
+
#: views.py:1030
|
|
670
707
|
#, python-format
|
|
671
708
|
msgid "Email sent to %(email)s"
|
|
672
709
|
msgstr "E-mail odeslán na %(email)s"
|
|
673
710
|
|
|
674
|
-
#: views.py:
|
|
711
|
+
#: views.py:1041
|
|
675
712
|
msgid "Only its owner can delete the map."
|
|
676
713
|
msgstr "Jen vlastník může vymzat tuto mapu."
|
|
677
714
|
|
|
678
|
-
#: views.py:
|
|
715
|
+
#: views.py:1044
|
|
679
716
|
msgid "Map successfully deleted."
|
|
680
717
|
msgstr "Mapa byla úspěšně smazána."
|
|
681
718
|
|
|
682
|
-
#: views.py:
|
|
719
|
+
#: views.py:1070
|
|
683
720
|
#, python-format
|
|
684
721
|
msgid ""
|
|
685
722
|
"Your map has been cloned! If you want to edit this map from another "
|
|
686
723
|
"computer, please use this link: %(anonymous_url)s"
|
|
687
724
|
msgstr "Byla vytvořena kopie mapy! Pokud chcete upravovat tuto mapu z jiného počítače, použijte tento odkaz: %(anonymous_url)s"
|
|
688
725
|
|
|
689
|
-
#: views.py:
|
|
726
|
+
#: views.py:1075
|
|
690
727
|
msgid "Congratulations, your map has been cloned!"
|
|
691
728
|
msgstr "Gratulujeme, byla vytvořena kopie mapy!"
|
|
692
729
|
|
|
693
|
-
#: views.py:
|
|
730
|
+
#: views.py:1329
|
|
694
731
|
msgid "Layer successfully deleted."
|
|
695
732
|
msgstr "Vrstva úspěšně vymazána."
|
|
696
733
|
|
|
697
|
-
#: views.py:
|
|
734
|
+
#: views.py:1351
|
|
698
735
|
msgid "Permissions updated with success!"
|
|
699
736
|
msgstr "Oprávnění úspěšně aktualizována!"
|
|
737
|
+
|
|
738
|
+
#: views.py:1430
|
|
739
|
+
#, python-format
|
|
740
|
+
msgid ""
|
|
741
|
+
"Using “%(name)s” to authenticate is deprecated. Please configure another "
|
|
742
|
+
"provider in your profile page."
|
|
743
|
+
msgstr "Použití \"%(name)s\" k ověření je zastaralé. Nakonfigurujte prosím jiného poskytovatele na stránce svého profilu."
|
|
Binary file
|