umap-project 2.9.0b0__py3-none-any.whl → 2.9.2__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 (205) hide show
  1. umap/__init__.py +1 -1
  2. umap/admin.py +15 -2
  3. umap/locale/br/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/br/LC_MESSAGES/django.po +111 -67
  5. umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/cs_CZ/LC_MESSAGES/django.po +112 -67
  7. umap/locale/el/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/el/LC_MESSAGES/django.po +132 -87
  9. umap/locale/en/LC_MESSAGES/django.po +11 -10
  10. umap/locale/es/LC_MESSAGES/django.mo +0 -0
  11. umap/locale/es/LC_MESSAGES/django.po +117 -71
  12. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  13. umap/locale/fr/LC_MESSAGES/django.po +11 -10
  14. umap/locale/gl/LC_MESSAGES/django.mo +0 -0
  15. umap/locale/gl/LC_MESSAGES/django.po +219 -173
  16. umap/locale/it/LC_MESSAGES/django.mo +0 -0
  17. umap/locale/it/LC_MESSAGES/django.po +145 -100
  18. umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  19. umap/locale/nl/LC_MESSAGES/django.po +198 -152
  20. umap/locale/pt/LC_MESSAGES/django.mo +0 -0
  21. umap/locale/pt/LC_MESSAGES/django.po +118 -73
  22. umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
  23. umap/locale/zh_TW/LC_MESSAGES/django.po +112 -67
  24. umap/middleware.py +30 -1
  25. umap/models.py +20 -10
  26. umap/settings/base.py +2 -1
  27. umap/static/umap/base.css +4 -1
  28. umap/static/umap/css/bar.css +32 -0
  29. umap/static/umap/css/contextmenu.css +14 -2
  30. umap/static/umap/css/form.css +5 -10
  31. umap/static/umap/css/icon.css +39 -3
  32. umap/static/umap/css/panel.css +18 -1
  33. umap/static/umap/css/popup.css +0 -1
  34. umap/static/umap/img/16-white.svg +3 -3
  35. umap/static/umap/img/16.svg +1 -1
  36. umap/static/umap/img/24-white.svg +17 -16
  37. umap/static/umap/img/24.svg +29 -18
  38. umap/static/umap/img/providers/twitter-oauth2.png +0 -0
  39. umap/static/umap/img/source/16-white.svg +4 -4
  40. umap/static/umap/img/source/16.svg +1 -1
  41. umap/static/umap/img/source/24-white.svg +20 -18
  42. umap/static/umap/img/source/24.svg +30 -19
  43. umap/static/umap/js/modules/browser.js +2 -2
  44. umap/static/umap/js/modules/caption.js +4 -4
  45. umap/static/umap/js/modules/data/features.js +80 -32
  46. umap/static/umap/js/modules/data/layer.js +37 -50
  47. umap/static/umap/js/modules/form/builder.js +23 -22
  48. umap/static/umap/js/modules/form/fields.js +13 -5
  49. umap/static/umap/js/modules/formatter.js +6 -2
  50. umap/static/umap/js/modules/help.js +17 -23
  51. umap/static/umap/js/modules/importer.js +5 -2
  52. umap/static/umap/js/modules/permissions.js +6 -2
  53. umap/static/umap/js/modules/rendering/layers/classified.js +1 -1
  54. umap/static/umap/js/modules/rendering/map.js +1 -21
  55. umap/static/umap/js/modules/rendering/ui.js +20 -38
  56. umap/static/umap/js/modules/rules.js +1 -1
  57. umap/static/umap/js/modules/saving.js +5 -0
  58. umap/static/umap/js/modules/schema.js +4 -1
  59. umap/static/umap/js/modules/sync/engine.js +39 -14
  60. umap/static/umap/js/modules/sync/updaters.js +7 -6
  61. umap/static/umap/js/modules/sync/websocket.js +48 -40
  62. umap/static/umap/js/modules/ui/bar.js +84 -0
  63. umap/static/umap/js/modules/ui/base.js +11 -0
  64. umap/static/umap/js/modules/ui/contextmenu.js +9 -2
  65. umap/static/umap/js/modules/ui/panel.js +5 -1
  66. umap/static/umap/js/modules/umap.js +85 -44
  67. umap/static/umap/js/umap.controls.js +11 -341
  68. umap/static/umap/locale/am_ET.js +17 -5
  69. umap/static/umap/locale/am_ET.json +17 -5
  70. umap/static/umap/locale/ar.js +17 -5
  71. umap/static/umap/locale/ar.json +17 -5
  72. umap/static/umap/locale/ast.js +17 -5
  73. umap/static/umap/locale/ast.json +17 -5
  74. umap/static/umap/locale/bg.js +17 -5
  75. umap/static/umap/locale/bg.json +17 -5
  76. umap/static/umap/locale/br.js +20 -15
  77. umap/static/umap/locale/br.json +20 -15
  78. umap/static/umap/locale/ca.js +8 -4
  79. umap/static/umap/locale/ca.json +8 -4
  80. umap/static/umap/locale/cs_CZ.js +8 -4
  81. umap/static/umap/locale/cs_CZ.json +8 -4
  82. umap/static/umap/locale/da.js +17 -5
  83. umap/static/umap/locale/da.json +17 -5
  84. umap/static/umap/locale/de.js +8 -4
  85. umap/static/umap/locale/de.json +8 -4
  86. umap/static/umap/locale/el.js +54 -50
  87. umap/static/umap/locale/el.json +54 -50
  88. umap/static/umap/locale/en.js +9 -4
  89. umap/static/umap/locale/en.json +9 -4
  90. umap/static/umap/locale/en_US.json +17 -5
  91. umap/static/umap/locale/es.js +13 -9
  92. umap/static/umap/locale/es.json +13 -9
  93. umap/static/umap/locale/et.js +17 -5
  94. umap/static/umap/locale/et.json +17 -5
  95. umap/static/umap/locale/eu.js +8 -4
  96. umap/static/umap/locale/eu.json +8 -4
  97. umap/static/umap/locale/fa_IR.js +8 -4
  98. umap/static/umap/locale/fa_IR.json +8 -4
  99. umap/static/umap/locale/fi.js +17 -5
  100. umap/static/umap/locale/fi.json +17 -5
  101. umap/static/umap/locale/fr.js +9 -4
  102. umap/static/umap/locale/fr.json +9 -4
  103. umap/static/umap/locale/gl.js +13 -9
  104. umap/static/umap/locale/gl.json +13 -9
  105. umap/static/umap/locale/he.js +17 -5
  106. umap/static/umap/locale/he.json +17 -5
  107. umap/static/umap/locale/hr.js +17 -5
  108. umap/static/umap/locale/hr.json +17 -5
  109. umap/static/umap/locale/hu.js +8 -4
  110. umap/static/umap/locale/hu.json +8 -4
  111. umap/static/umap/locale/id.js +17 -5
  112. umap/static/umap/locale/id.json +17 -5
  113. umap/static/umap/locale/is.js +17 -5
  114. umap/static/umap/locale/is.json +17 -5
  115. umap/static/umap/locale/it.js +31 -27
  116. umap/static/umap/locale/it.json +31 -27
  117. umap/static/umap/locale/ja.js +17 -5
  118. umap/static/umap/locale/ja.json +17 -5
  119. umap/static/umap/locale/ko.js +17 -5
  120. umap/static/umap/locale/ko.json +17 -5
  121. umap/static/umap/locale/lt.js +17 -5
  122. umap/static/umap/locale/lt.json +17 -5
  123. umap/static/umap/locale/ms.js +8 -4
  124. umap/static/umap/locale/ms.json +8 -4
  125. umap/static/umap/locale/nl.js +132 -127
  126. umap/static/umap/locale/nl.json +132 -127
  127. umap/static/umap/locale/no.js +17 -5
  128. umap/static/umap/locale/no.json +17 -5
  129. umap/static/umap/locale/pl.js +8 -4
  130. umap/static/umap/locale/pl.json +8 -4
  131. umap/static/umap/locale/pl_PL.json +17 -5
  132. umap/static/umap/locale/pt.js +38 -33
  133. umap/static/umap/locale/pt.json +38 -33
  134. umap/static/umap/locale/pt_BR.js +17 -5
  135. umap/static/umap/locale/pt_BR.json +17 -5
  136. umap/static/umap/locale/pt_PT.js +8 -4
  137. umap/static/umap/locale/pt_PT.json +8 -4
  138. umap/static/umap/locale/ro.js +17 -5
  139. umap/static/umap/locale/ro.json +17 -5
  140. umap/static/umap/locale/ru.js +17 -5
  141. umap/static/umap/locale/ru.json +17 -5
  142. umap/static/umap/locale/sk_SK.js +17 -5
  143. umap/static/umap/locale/sk_SK.json +17 -5
  144. umap/static/umap/locale/sl.js +17 -5
  145. umap/static/umap/locale/sl.json +17 -5
  146. umap/static/umap/locale/sr.js +17 -5
  147. umap/static/umap/locale/sr.json +17 -5
  148. umap/static/umap/locale/sv.js +17 -5
  149. umap/static/umap/locale/sv.json +17 -5
  150. umap/static/umap/locale/th_TH.js +8 -4
  151. umap/static/umap/locale/th_TH.json +8 -4
  152. umap/static/umap/locale/tr.js +17 -5
  153. umap/static/umap/locale/tr.json +17 -5
  154. umap/static/umap/locale/uk_UA.js +17 -5
  155. umap/static/umap/locale/uk_UA.json +17 -5
  156. umap/static/umap/locale/vi.js +17 -5
  157. umap/static/umap/locale/vi.json +17 -5
  158. umap/static/umap/locale/vi_VN.json +17 -5
  159. umap/static/umap/locale/zh.js +17 -5
  160. umap/static/umap/locale/zh.json +17 -5
  161. umap/static/umap/locale/zh_CN.json +17 -5
  162. umap/static/umap/locale/zh_TW.Big5.json +17 -5
  163. umap/static/umap/locale/zh_TW.js +14 -10
  164. umap/static/umap/locale/zh_TW.json +14 -10
  165. umap/static/umap/map.css +17 -68
  166. umap/static/umap/nav.css +4 -0
  167. umap/static/umap/vars.css +1 -0
  168. umap/static/umap/vendors/dompurify/purify.es.js +138 -354
  169. umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
  170. umap/static/umap/vendors/editable/Leaflet.Editable.js +1 -0
  171. umap/sync/app.py +19 -13
  172. umap/sync/payloads.py +8 -1
  173. umap/templates/auth/user_form.html +2 -2
  174. umap/templates/umap/content_footer.html +1 -1
  175. umap/templates/umap/css.html +0 -2
  176. umap/templates/umap/js.html +0 -1
  177. umap/templates/umap/messages.html +5 -1
  178. umap/templates/umap/search_bar.html +1 -0
  179. umap/tests/integration/test_anonymous_owned_map.py +2 -2
  180. umap/tests/integration/test_basics.py +2 -5
  181. umap/tests/integration/test_categorized_layer.py +4 -8
  182. umap/tests/integration/test_choropleth.py +1 -1
  183. umap/tests/integration/test_conditional_rules.py +3 -3
  184. umap/tests/integration/test_draw_polygon.py +11 -19
  185. umap/tests/integration/test_draw_polyline.py +6 -14
  186. umap/tests/integration/test_edit_datalayer.py +10 -10
  187. umap/tests/integration/test_edit_map.py +27 -1
  188. umap/tests/integration/test_edit_marker.py +5 -5
  189. umap/tests/integration/test_edit_polygon.py +5 -5
  190. umap/tests/integration/test_features_id_generation.py +2 -6
  191. umap/tests/integration/test_import.py +93 -29
  192. umap/tests/integration/test_owned_map.py +1 -1
  193. umap/tests/integration/test_save.py +2 -2
  194. umap/tests/integration/test_tableeditor.py +7 -7
  195. umap/tests/integration/test_view_marker.py +10 -0
  196. umap/tests/integration/test_websocket_sync.py +128 -32
  197. umap/utils.py +4 -1
  198. umap/views.py +1 -10
  199. {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/METADATA +13 -13
  200. {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/RECORD +203 -205
  201. umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -1
  202. umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -1
  203. {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/WHEEL +0 -0
  204. {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/entry_points.txt +0 -0
  205. {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.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-2024
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: 2024-12-24 08:39+0000\n"
19
+ "POT-Creation-Date: 2025-03-03 17:36+0000\n"
20
20
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
21
- "Last-Translator: Aleš Fiala <f.ales1@seznam.cz>, 2023-2024\n"
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,17 +32,25 @@ 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
- #: middleware.py:13
37
+ #: middleware.py:19
38
38
  msgid "Site is readonly for maintenance"
39
39
  msgstr "Stránka je jen ke čtení kvůli údržbě"
40
40
 
41
+ #: middleware.py:34
42
+ #, python-format
43
+ msgid ""
44
+ "Using “%(name)s” to authenticate is deprecated and will be removed soon. "
45
+ "Please configure another provider below before losing access to your account"
46
+ " and maps."
47
+ msgstr ""
48
+
41
49
  #: models.py:60 models.py:79
42
50
  msgid "name"
43
51
  msgstr "název"
44
52
 
45
- #: models.py:62 models.py:475
53
+ #: models.py:62 models.py:485
46
54
  msgid "description"
47
55
  msgstr "popis"
48
56
 
@@ -62,23 +70,23 @@ msgstr "Vzor URL ve formátu pro dlaždice OSM "
62
70
  msgid "Order of the tilelayers in the edit box"
63
71
  msgstr "Pořadí vrstev při editaci"
64
72
 
65
- #: models.py:175 models.py:469
73
+ #: models.py:175 models.py:479
66
74
  msgid "Only editable with secret edit link"
67
75
  msgstr "Lze upravovat jen pomocí tajného odkazu"
68
76
 
69
- #: models.py:176 models.py:470
77
+ #: models.py:176 models.py:480
70
78
  msgid "Everyone can edit"
71
79
  msgstr "Kdokoli může editovat"
72
80
 
73
- #: models.py:179 models.py:463
81
+ #: models.py:179 models.py:473
74
82
  msgid "Everyone"
75
83
  msgstr "Kdokoli"
76
84
 
77
- #: models.py:180 models.py:189 models.py:464
85
+ #: models.py:180 models.py:189 models.py:474
78
86
  msgid "Editors and team only"
79
87
  msgstr "Pouze pro editory a tým"
80
88
 
81
- #: models.py:181 models.py:465
89
+ #: models.py:181 models.py:475
82
90
  msgid "Owner only"
83
91
  msgstr "Jen vlastník"
84
92
 
@@ -98,7 +106,7 @@ msgstr "Kdokoli kdo má odkaz"
98
106
  msgid "Blocked"
99
107
  msgstr "Blokováno"
100
108
 
101
- #: models.py:191
109
+ #: models.py:191 models.py:469
102
110
  msgid "Deleted"
103
111
  msgstr "Smazáno"
104
112
 
@@ -138,31 +146,31 @@ msgstr "přispěvovatelé"
138
146
  msgid "team"
139
147
  msgstr "tým"
140
148
 
141
- #: models.py:229 models.py:491
149
+ #: models.py:229 models.py:501
142
150
  msgid "edit status"
143
151
  msgstr "kdo může provádět úpravy"
144
152
 
145
- #: models.py:234
153
+ #: models.py:234 models.py:506
146
154
  msgid "share status"
147
155
  msgstr "nastavení sdílení"
148
156
 
149
- #: models.py:237 models.py:486
157
+ #: models.py:237 models.py:496
150
158
  msgid "settings"
151
159
  msgstr "nastavení"
152
160
 
153
- #: models.py:402
161
+ #: models.py:407
154
162
  msgid "Clone of"
155
163
  msgstr "Kopie"
156
164
 
157
- #: models.py:462 models.py:468
165
+ #: models.py:468 models.py:472 models.py:478
158
166
  msgid "Inherit"
159
167
  msgstr "Zdědit"
160
168
 
161
- #: models.py:481
169
+ #: models.py:491
162
170
  msgid "display on load"
163
171
  msgstr "zobrazit při startu"
164
172
 
165
- #: models.py:482
173
+ #: models.py:492
166
174
  msgid "Display this layer on load."
167
175
  msgstr "Zobrazit tuto vrstvu na startu."
168
176
 
@@ -171,50 +179,64 @@ msgid ""
171
179
  "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
172
180
  "target=\"_blank\">Find out here the documentation</a> on how to manage map’s"
173
181
  " permissions."
174
- msgstr ""
182
+ 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
183
 
176
184
  #: templates/403.html:10 templates/404.html:8
177
185
  msgid "← Go to the homepage"
178
- msgstr ""
186
+ msgstr "← Přejít na domovskou stránku"
179
187
 
180
188
  #: templates/404.html:7
181
189
  msgid "404 Page Not Found"
182
- msgstr ""
190
+ msgstr "404 Stránka nenalezena"
183
191
 
184
- #: templates/auth/user_detail.html:8
192
+ #: templates/auth/user_detail.html:6
193
+ #, python-format
194
+ msgid "%(current_user)s’s maps"
195
+ msgstr "mapy %(current_user)s"
196
+
197
+ #: templates/auth/user_detail.html:12
185
198
  #, python-format
186
199
  msgid "Browse %(current_user)s's maps"
187
200
  msgstr "Prohlížej si mapy uživatele %(current_user)s'"
188
201
 
189
- #: templates/auth/user_detail.html:17
202
+ #: templates/auth/user_detail.html:21
190
203
  #, python-format
191
204
  msgid "%(current_user)s has no maps."
192
205
  msgstr "%(current_user)s nemá mapy."
193
206
 
194
- #: templates/auth/user_form.html:21 templates/umap/team_form.html:21
207
+ #: templates/auth/user_form.html:6
208
+ msgid "My Profile"
209
+ msgstr "Můj profil"
210
+
211
+ #: templates/auth/user_form.html:24 templates/umap/team_form.html:25
195
212
  msgid "Save"
196
213
  msgstr "Uložit"
197
214
 
198
- #: templates/auth/user_form.html:27
215
+ #: templates/auth/user_form.html:30
199
216
  msgid "Your current providers"
200
217
  msgstr "Vaši současní poskytovatelé"
201
218
 
202
- #: templates/auth/user_form.html:39
219
+ #: templates/auth/user_form.html:44
203
220
  msgid "Connect to another provider"
204
221
  msgstr "Připojit se k jinému poskytovateli"
205
222
 
206
- #: templates/auth/user_form.html:42
223
+ #: templates/auth/user_form.html:47
207
224
  msgid ""
208
225
  "It's a good habit to connect your account to more than one provider, in case"
209
226
  " one provider becomes unavailable, temporarily or even permanently."
210
227
  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
228
 
212
- #: templates/auth/user_stars.html:8
229
+ #: templates/auth/user_stars.html:6
230
+ #, python-format
231
+ msgid "%(current_user)s’s starred maps"
232
+ msgstr "mapy s hvězdičkami %(current_user)s"
233
+
234
+ #: templates/auth/user_stars.html:12
213
235
  #, python-format
214
236
  msgid "Browse %(current_user)s's starred maps"
215
237
  msgstr "Prohlížet mapy označené hvězdičkou uživatele %(current_user)s"
216
238
 
217
- #: templates/auth/user_stars.html:17
239
+ #: templates/auth/user_stars.html:21
218
240
  #, python-format
219
241
  msgid "%(current_user)s has no starred maps yet."
220
242
  msgstr "%(current_user)s nemá zatím žádné mapy označené hvězdičkou."
@@ -249,6 +271,10 @@ msgstr "Heslo"
249
271
  msgid "Please choose a provider:"
250
272
  msgstr "Vyberte poskytovatele mapy:"
251
273
 
274
+ #: templates/umap/about.html:5 templates/umap/navigation.html:22
275
+ msgid "About"
276
+ msgstr "O uMap"
277
+
252
278
  #: templates/umap/about_summary.html:12
253
279
  #, python-format
254
280
  msgid ""
@@ -416,7 +442,7 @@ msgstr ", autor:"
416
442
  msgid "More"
417
443
  msgstr "Více"
418
444
 
419
- #: templates/umap/map_table.html:8 templates/umap/user_teams.html:14
445
+ #: templates/umap/map_table.html:8 templates/umap/user_teams.html:18
420
446
  msgid "Name"
421
447
  msgstr "Název"
422
448
 
@@ -440,7 +466,7 @@ msgstr "Poslední uložení"
440
466
  msgid "Owner"
441
467
  msgstr "Vlastník"
442
468
 
443
- #: templates/umap/map_table.html:26 templates/umap/user_teams.html:20
469
+ #: templates/umap/map_table.html:26 templates/umap/user_teams.html:24
444
470
  msgid "Actions"
445
471
  msgstr "Akce"
446
472
 
@@ -453,7 +479,7 @@ msgid "Share"
453
479
  msgstr "Sdílet"
454
480
 
455
481
  #: templates/umap/map_table.html:78 templates/umap/map_table.html:80
456
- #: templates/umap/user_teams.html:38 templates/umap/user_teams.html:40
482
+ #: templates/umap/user_teams.html:42 templates/umap/user_teams.html:44
457
483
  msgid "Edit"
458
484
  msgstr "Upravit"
459
485
 
@@ -516,10 +542,6 @@ msgstr "Přihlásit se"
516
542
  msgid "Sign in"
517
543
  msgstr "Registrovat"
518
544
 
519
- #: templates/umap/navigation.html:22
520
- msgid "About"
521
- msgstr "O uMap"
522
-
523
545
  #: templates/umap/navigation.html:30
524
546
  msgid "Change password"
525
547
  msgstr "Změnit heslo"
@@ -528,41 +550,47 @@ msgstr "Změnit heslo"
528
550
  msgid "Log out"
529
551
  msgstr "Odhlásit se"
530
552
 
531
- #: templates/umap/password_change.html:7
553
+ #: templates/umap/password_change.html:6
554
+ #: templates/umap/password_change.html:11
532
555
  msgid "Password change"
533
556
  msgstr "Změna hesla"
534
557
 
535
- #: templates/umap/password_change.html:10
558
+ #: templates/umap/password_change.html:14
536
559
  msgid ""
537
560
  "Please enter your old password, for security's sake, and then enter your new"
538
561
  " password twice so we can verify you typed it in correctly."
539
562
  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
563
 
541
- #: templates/umap/password_change.html:17
564
+ #: templates/umap/password_change.html:21
542
565
  msgid "Old password"
543
566
  msgstr "Staré heslo"
544
567
 
545
- #: templates/umap/password_change.html:22
568
+ #: templates/umap/password_change.html:26
546
569
  msgid "New password"
547
570
  msgstr "Nové heslo"
548
571
 
549
- #: templates/umap/password_change.html:26
572
+ #: templates/umap/password_change.html:30
550
573
  msgid "New password confirmation"
551
574
  msgstr "Potvrzení nového hesla"
552
575
 
553
- #: templates/umap/password_change.html:27
576
+ #: templates/umap/password_change.html:31
554
577
  msgid "Change my password"
555
578
  msgstr "Změnit moje heslo"
556
579
 
557
- #: templates/umap/password_change_done.html:7
580
+ #: templates/umap/password_change_done.html:6
581
+ #: templates/umap/password_change_done.html:11
558
582
  msgid "Password change successful"
559
583
  msgstr "Změna hesla byla úspěšná"
560
584
 
561
- #: templates/umap/password_change_done.html:10
585
+ #: templates/umap/password_change_done.html:14
562
586
  msgid "Your password was changed."
563
587
  msgstr "Vaše heslo bylo změněno."
564
588
 
565
- #: templates/umap/search.html:15
589
+ #: templates/umap/search.html:6
590
+ msgid "Explore maps"
591
+ msgstr "Prozkoumat mapy"
592
+
593
+ #: templates/umap/search.html:19
566
594
  #, python-format
567
595
  msgid "%(count)s map found:"
568
596
  msgid_plural "%(count)s maps found:"
@@ -571,11 +599,11 @@ msgstr[1] "%(count)s nalezené mapy:"
571
599
  msgstr[2] "%(count)s nalezené mapy:"
572
600
  msgstr[3] "%(count)s nalezených map:"
573
601
 
574
- #: templates/umap/search.html:24
602
+ #: templates/umap/search.html:28
575
603
  msgid "No map found."
576
604
  msgstr "Mapa nenalezena."
577
605
 
578
- #: templates/umap/search.html:29
606
+ #: templates/umap/search.html:33
579
607
  msgid "Latest created maps"
580
608
  msgstr "Nedávno vytvořené mapy"
581
609
 
@@ -583,25 +611,38 @@ msgstr "Nedávno vytvořené mapy"
583
611
  msgid "Search maps"
584
612
  msgstr "Prohledávejte mapy"
585
613
 
586
- #: templates/umap/search_bar.html:15
614
+ #: templates/umap/search_bar.html:16
587
615
  msgid "Search"
588
616
  msgstr "Hledej"
589
617
 
590
- #: templates/umap/team_detail.html:10
618
+ #: templates/umap/team_confirm_delete.html:6
619
+ msgid "Team deletion"
620
+ msgstr "Smazání týmu"
621
+
622
+ #: templates/umap/team_detail.html:6
623
+ #, python-format
624
+ msgid "%(current_team)s’s maps"
625
+ msgstr "mapy %(current_team)s"
626
+
627
+ #: templates/umap/team_detail.html:14
591
628
  #, python-format
592
629
  msgid "Browse %(current_team)s's maps"
593
630
  msgstr "Prohlížet mapy týmu %(current_team)s"
594
631
 
595
- #: templates/umap/team_detail.html:22
632
+ #: templates/umap/team_detail.html:26
596
633
  #, python-format
597
634
  msgid "%(current_team)s has no public maps."
598
635
  msgstr "%(current_team)s nemá veřejné mapy."
599
636
 
600
- #: templates/umap/team_form.html:24
637
+ #: templates/umap/team_form.html:6
638
+ msgid "Create or edit a team"
639
+ msgstr "Vytvořit nebo upravit tým"
640
+
641
+ #: templates/umap/team_form.html:28
601
642
  msgid "Delete this team"
602
643
  msgstr "Smazat tento tým"
603
644
 
604
- #: templates/umap/team_form.html:47
645
+ #: templates/umap/team_form.html:51
605
646
  msgid "Add user"
606
647
  msgstr "Přidat uživatele"
607
648
 
@@ -622,11 +663,15 @@ msgstr "Stáhnout %(count)s map"
622
663
  msgid "You have no map yet."
623
664
  msgstr "Zatím nemáte žádnou mapu."
624
665
 
625
- #: templates/umap/user_teams.html:17
666
+ #: templates/umap/user_teams.html:6
667
+ msgid "My Teams"
668
+ msgstr "Moje Týmy"
669
+
670
+ #: templates/umap/user_teams.html:21
626
671
  msgid "Users"
627
672
  msgstr "Uživatelé"
628
673
 
629
- #: templates/umap/user_teams.html:48
674
+ #: templates/umap/user_teams.html:52
630
675
  msgid "New team"
631
676
  msgstr "Nový tým"
632
677
 
@@ -643,57 +688,57 @@ msgstr "Tým \"%(name)s\" byl smazán"
643
688
  msgid "View the map"
644
689
  msgstr "Prohlídnout si tuto mapu"
645
690
 
646
- #: views.py:825
691
+ #: views.py:838
647
692
  msgid "See full screen"
648
693
  msgstr "Zobrazit celou obrazovku"
649
694
 
650
- #: views.py:968
695
+ #: views.py:981
651
696
  msgid "Map editors updated with success!"
652
697
  msgstr "Seznam přispěvovatelů byl úspěšně upraven!"
653
698
 
654
- #: views.py:1004
699
+ #: views.py:1017
655
700
  #, python-format
656
701
  msgid "The uMap edit link for your map: %(map_name)s"
657
702
  msgstr "Odkaz na úpravu uMap pro vaši mapu: %(map_name)s"
658
703
 
659
- #: views.py:1007
704
+ #: views.py:1020
660
705
  #, python-format
661
706
  msgid "Here is your secret edit link: %(link)s"
662
707
  msgstr "Zde je váš tajný odkaz na úpravu: %(link)s"
663
708
 
664
- #: views.py:1014
709
+ #: views.py:1027
665
710
  #, python-format
666
711
  msgid "Can't send email to %(email)s"
667
712
  msgstr "Nelze odeslat e-mail na %(email)s"
668
713
 
669
- #: views.py:1017
714
+ #: views.py:1030
670
715
  #, python-format
671
716
  msgid "Email sent to %(email)s"
672
717
  msgstr "E-mail odeslán na %(email)s"
673
718
 
674
- #: views.py:1028
719
+ #: views.py:1041
675
720
  msgid "Only its owner can delete the map."
676
721
  msgstr "Jen vlastník může vymzat tuto mapu."
677
722
 
678
- #: views.py:1031
723
+ #: views.py:1044
679
724
  msgid "Map successfully deleted."
680
725
  msgstr "Mapa byla úspěšně smazána."
681
726
 
682
- #: views.py:1057
727
+ #: views.py:1070
683
728
  #, python-format
684
729
  msgid ""
685
730
  "Your map has been cloned! If you want to edit this map from another "
686
731
  "computer, please use this link: %(anonymous_url)s"
687
732
  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
733
 
689
- #: views.py:1062
734
+ #: views.py:1075
690
735
  msgid "Congratulations, your map has been cloned!"
691
736
  msgstr "Gratulujeme, byla vytvořena kopie mapy!"
692
737
 
693
- #: views.py:1313
738
+ #: views.py:1329
694
739
  msgid "Layer successfully deleted."
695
740
  msgstr "Vrstva úspěšně vymazána."
696
741
 
697
- #: views.py:1335
742
+ #: views.py:1351
698
743
  msgid "Permissions updated with success!"
699
744
  msgstr "Oprávnění úspěšně aktualizována!"
Binary file