geovisio 2.7.1__py3-none-any.whl → 2.8.1__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.
Files changed (66) hide show
  1. geovisio/__init__.py +25 -4
  2. geovisio/admin_cli/__init__.py +3 -1
  3. geovisio/admin_cli/user.py +75 -0
  4. geovisio/config_app.py +86 -4
  5. geovisio/templates/main.html +2 -2
  6. geovisio/templates/viewer.html +3 -3
  7. geovisio/translations/br/LC_MESSAGES/messages.mo +0 -0
  8. geovisio/translations/br/LC_MESSAGES/messages.po +762 -0
  9. geovisio/translations/da/LC_MESSAGES/messages.mo +0 -0
  10. geovisio/translations/da/LC_MESSAGES/messages.po +859 -0
  11. geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
  12. geovisio/translations/de/LC_MESSAGES/messages.po +106 -1
  13. geovisio/translations/el/LC_MESSAGES/messages.mo +0 -0
  14. geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
  15. geovisio/translations/en/LC_MESSAGES/messages.po +218 -133
  16. geovisio/translations/eo/LC_MESSAGES/messages.mo +0 -0
  17. geovisio/translations/eo/LC_MESSAGES/messages.po +856 -0
  18. geovisio/translations/es/LC_MESSAGES/messages.mo +0 -0
  19. geovisio/translations/es/LC_MESSAGES/messages.po +4 -3
  20. geovisio/translations/fi/LC_MESSAGES/messages.mo +0 -0
  21. geovisio/translations/fr/LC_MESSAGES/messages.mo +0 -0
  22. geovisio/translations/fr/LC_MESSAGES/messages.po +66 -3
  23. geovisio/translations/hu/LC_MESSAGES/messages.mo +0 -0
  24. geovisio/translations/hu/LC_MESSAGES/messages.po +4 -3
  25. geovisio/translations/it/LC_MESSAGES/messages.mo +0 -0
  26. geovisio/translations/it/LC_MESSAGES/messages.po +884 -0
  27. geovisio/translations/ja/LC_MESSAGES/messages.mo +0 -0
  28. geovisio/translations/ja/LC_MESSAGES/messages.po +807 -0
  29. geovisio/translations/ko/LC_MESSAGES/messages.mo +0 -0
  30. geovisio/translations/messages.pot +191 -122
  31. geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
  32. geovisio/translations/pl/LC_MESSAGES/messages.mo +0 -0
  33. geovisio/translations/pl/LC_MESSAGES/messages.po +728 -0
  34. geovisio/translations/zh_Hant/LC_MESSAGES/messages.mo +0 -0
  35. geovisio/translations/zh_Hant/LC_MESSAGES/messages.po +719 -0
  36. geovisio/utils/auth.py +80 -8
  37. geovisio/utils/link.py +3 -2
  38. geovisio/utils/loggers.py +14 -0
  39. geovisio/utils/model_query.py +55 -0
  40. geovisio/utils/params.py +7 -4
  41. geovisio/utils/pictures.py +12 -43
  42. geovisio/utils/semantics.py +120 -0
  43. geovisio/utils/sequences.py +10 -1
  44. geovisio/utils/tokens.py +5 -3
  45. geovisio/utils/upload_set.py +71 -22
  46. geovisio/utils/website.py +53 -0
  47. geovisio/web/annotations.py +17 -0
  48. geovisio/web/auth.py +11 -6
  49. geovisio/web/collections.py +217 -61
  50. geovisio/web/configuration.py +17 -1
  51. geovisio/web/docs.py +67 -67
  52. geovisio/web/items.py +220 -96
  53. geovisio/web/map.py +48 -18
  54. geovisio/web/pages.py +240 -0
  55. geovisio/web/params.py +17 -0
  56. geovisio/web/prepare.py +165 -0
  57. geovisio/web/stac.py +17 -4
  58. geovisio/web/tokens.py +14 -4
  59. geovisio/web/upload_set.py +108 -14
  60. geovisio/web/users.py +203 -44
  61. geovisio/workers/runner_pictures.py +61 -22
  62. {geovisio-2.7.1.dist-info → geovisio-2.8.1.dist-info}/METADATA +8 -6
  63. geovisio-2.8.1.dist-info/RECORD +92 -0
  64. {geovisio-2.7.1.dist-info → geovisio-2.8.1.dist-info}/WHEEL +1 -1
  65. geovisio-2.7.1.dist-info/RECORD +0 -70
  66. {geovisio-2.7.1.dist-info → geovisio-2.8.1.dist-info/licenses}/LICENSE +0 -0
@@ -0,0 +1,728 @@
1
+ # Translations template for PROJECT.
2
+ # Copyright (C) 2024 ORGANIZATION
3
+ # This file is distributed under the same license as the PROJECT project.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PROJECT VERSION\n"
9
+ "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10
+ "POT-Creation-Date: 2024-10-28 10:15+0100\n"
11
+ "PO-Revision-Date: 2025-02-27 12:32+0000\n"
12
+ "Last-Translator: PanierAvide <adrien@pavie.info>\n"
13
+ "Language-Team: Polish <http://weblate.panoramax.xyz/projects/panoramax/api/"
14
+ "pl/>\n"
15
+ "Language: pl\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=utf-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
20
+ "|| n%100>=20) ? 1 : 2;\n"
21
+ "X-Generator: Weblate 5.4.3\n"
22
+ "Generated-By: Babel 2.15.0\n"
23
+
24
+ #: geovisio/templates/main.html:45
25
+ msgid "Simple 360° geolocated pictures hosting"
26
+ msgstr "Prosty hosting zdjęć 360° z geolokalizacją"
27
+
28
+ #: geovisio/templates/main.html:47
29
+ msgid "Full page version"
30
+ msgstr "Wersja pełnoekranowa"
31
+
32
+ #: geovisio/templates/main.html:51
33
+ msgid "Viewer"
34
+ msgstr "Przeglądarka"
35
+
36
+ #: geovisio/templates/main.html:52
37
+ msgid "Embed pre-configured viewer"
38
+ msgstr "Osadź pre-konfigurowaną przeglądarkę"
39
+
40
+ #: geovisio/templates/main.html:53
41
+ msgid "Easiest way to have a working GeoVisio viewer on your website"
42
+ msgstr ""
43
+ "Najłatwiejszy sposób, aby mieć działającą przeglądarkę GeoVisio na Twojej "
44
+ "stronie internetowej"
45
+
46
+ #: geovisio/templates/main.html:59
47
+ msgid "Use JS library"
48
+ msgstr "Użyć biblioteki w JavaScript"
49
+
50
+ #: geovisio/templates/main.html:60
51
+ msgid "A completely configurable viewer for your website"
52
+ msgstr "Całkowicie konfigurowalna przeglądarka dla Twojej strony internetowej"
53
+
54
+ #: geovisio/templates/main.html:82
55
+ msgid "Links"
56
+ msgstr "Linki"
57
+
58
+ #: geovisio/templates/main.html:84
59
+ msgid "Pictures viewer"
60
+ msgstr "Przeglądarka zdjęć"
61
+
62
+ #: geovisio/templates/main.html:86
63
+ msgid "API docs"
64
+ msgstr "Dokumentacja API"
65
+
66
+ #: geovisio/templates/main.html:88
67
+ msgid "JS library docs"
68
+ msgstr "Dokumentacja biblioteki w JavaScript"
69
+
70
+ #: geovisio/templates/main.html:90
71
+ msgid "Repositories"
72
+ msgstr "Repozytoria"
73
+
74
+ #: geovisio/templates/viewer.html:22
75
+ msgid "You need to enable JavaScript to run this app."
76
+ msgstr "Musisz włączyć JavaScript, aby uruchomić tę aplikację."
77
+
78
+ #: geovisio/utils/auth.py:201
79
+ msgid "Authentication is mandatory"
80
+ msgstr "Uwierzytelnienie jest obowiązkowe"
81
+
82
+ #: geovisio/utils/auth.py:330
83
+ msgid "Only Bearer token are supported"
84
+ msgstr "Tylko tokeny Bearer są obługiwane"
85
+
86
+ #: geovisio/utils/excluded_areas.py:82
87
+ msgid "Impossible to find excluded area"
88
+ msgstr "Znalezienie wykluczonej strefy jest niemożliwe"
89
+
90
+ #: geovisio/utils/pictures.py:303
91
+ #, python-format
92
+ msgid ""
93
+ "Invalid '%(format)s' format for image, only the following formats are "
94
+ "available: %(allowed_formats)s"
95
+ msgstr ""
96
+ "Niepoprawny '%(format)s' format zdjęcia, tylko te formaty są dozwolone: "
97
+ "%(allowed_formats)s"
98
+
99
+ #: geovisio/utils/pictures.py:417
100
+ msgid "Picture can't be found, you may check its ID"
101
+ msgstr "Zdjęcie nie może być odnalezione, sprawdź jego ID"
102
+
103
+ #: geovisio/utils/pictures.py:420
104
+ msgid "Picture is not available (either hidden by admin or processing)"
105
+ msgstr ""
106
+ "Zdjęcie nie jest dostępne (schowane przez admina lub w trakcie przetwarzania)"
107
+
108
+ #: geovisio/utils/pictures.py:428
109
+ msgid "HD Picture file is not available"
110
+ msgstr "Zdjęcie w wysokiej rozdzielczości nie jest dostępne"
111
+
112
+ #: geovisio/utils/pictures.py:447
113
+ msgid "Picture derivates file are not available"
114
+ msgstr "Pliki pochodne obrazu nie są dostępne"
115
+
116
+ #: geovisio/utils/pictures.py:464 geovisio/web/pictures.py:53
117
+ #: geovisio/web/pictures.py:98 geovisio/web/pictures.py:208
118
+ msgid "Unable to read picture on filesystem"
119
+ msgstr "Nie można odczytać zdjęcia z systemu plików"
120
+
121
+ #: geovisio/utils/reports.py:142 geovisio/utils/upload_set.py:352
122
+ #: geovisio/web/params.py:356
123
+ msgid "Unsupported filter parameter"
124
+ msgstr "Nieobługiwany argument filtrowania"
125
+
126
+ #: geovisio/utils/sequences.py:377
127
+ msgid ""
128
+ "Sort by file date is not possible on this sequence (no file date "
129
+ "information available on pictures)"
130
+ msgstr ""
131
+ "Sortowanie po dacie pliku nie jest możliwe dla tej sekwencji (brak "
132
+ "informacji o datach w zdjęciach)"
133
+
134
+ #: geovisio/utils/sequences.py:402
135
+ #, python-format
136
+ msgid ""
137
+ "Sort using %(sort)s is not possible on this sequence, picture %(pic)s is "
138
+ "missing mandatory metadata"
139
+ msgstr ""
140
+ "Sortowanie %(sort)s nie jest możliwe dla tej sekwencji, zdjęcie %(pic)s nie "
141
+ "zawiera wymagach metadanych"
142
+
143
+ #: geovisio/utils/sequences.py:590 geovisio/web/collections.py:618
144
+ #, python-format
145
+ msgid "Collection %(c)s wasn't found in database"
146
+ msgstr "Kolekcja %(c)s nie została odnaleziona w bazie danych"
147
+
148
+ #: geovisio/utils/tokens.py:42
149
+ msgid "JWT token signature does not match"
150
+ msgstr "Podpis tokena JWT nie zgadza się"
151
+
152
+ #: geovisio/utils/tokens.py:56
153
+ msgid "Token does not exist anymore"
154
+ msgstr "Token już nie istnieje"
155
+
156
+ #: geovisio/utils/tokens.py:60
157
+ msgid ""
158
+ "Token not yet claimed, this token cannot be used yet. Either claim this "
159
+ "token or generate a new one"
160
+ msgstr ""
161
+ "Token nie został jeszcze odebrany, tego tokena nie można jeszcze użyć. "
162
+ "Odbierz ten token lub wygeneruj nowy"
163
+
164
+ #: geovisio/utils/upload_set.py:158
165
+ msgid ""
166
+ "The picture is too similar to another one (nearby and taken almost at the"
167
+ " same time)"
168
+ msgstr ""
169
+ "To zdjęcie jest zbyt podobny do innego (w pobliżu albo zrobione niemalże w "
170
+ "tym samym czasie)"
171
+
172
+ #: geovisio/utils/upload_set.py:161
173
+ msgid "The sent file is not a valid JPEG"
174
+ msgstr "Przesłany plik nie jest poprawnym JPEG"
175
+
176
+ #: geovisio/utils/upload_set.py:164
177
+ msgid "The picture has invalid EXIF or XMP metadata, making it impossible to use"
178
+ msgstr ""
179
+ "Zdjęcie ma nieprawidłowe metadane EXIF lub XMP, przez co nie da się go użyć"
180
+
181
+ #: geovisio/utils/upload_set.py:167
182
+ msgid "Something went very wrong, but not due to the picture itself"
183
+ msgstr "Coś poszło bardzo nie tak, ale nie ze względu na zdjęcie"
184
+
185
+ #: geovisio/web/auth.py:60
186
+ msgid "Impossible to finish authentication flow"
187
+ msgstr "Niemożliwe jest dokończenie procesu uwierzytelnienia"
188
+
189
+ #: geovisio/web/auth.py:64
190
+ msgid ""
191
+ "You can try to clear your cookies and retry. If the problem persists, "
192
+ "contact your instance administrator."
193
+ msgstr ""
194
+ "Możesz spróbować wyczyścić ciasteczka i powtórzyć. Jeżeli problem się "
195
+ "powtarza, skontaktuj administratora swojej instancji."
196
+
197
+ #: geovisio/web/collections.py:288
198
+ #, python-format
199
+ msgid "There is no collection created after %(d)s"
200
+ msgstr "Nie ma kolekcji stworzonej po %(d)s"
201
+
202
+ #: geovisio/web/collections.py:290
203
+ #, python-format
204
+ msgid "There is no collection created before %(d)s"
205
+ msgstr "Nie ma kolekcji stworzonej przed %(d)s"
206
+
207
+ #: geovisio/web/collections.py:399 geovisio/web/items.py:397
208
+ msgid "Collection doesn't exist"
209
+ msgstr "Kolekcja nie istnieje"
210
+
211
+ #: geovisio/web/collections.py:458
212
+ msgid "Impossible to find a thumbnail for the collection"
213
+ msgstr "Niemożliwe jest odnalezienie miniaturki dla kolekcji"
214
+
215
+ #: geovisio/web/collections.py:578 geovisio/web/items.py:1174
216
+ msgid ""
217
+ "Picture visibility parameter (visible) should be either unset, true or "
218
+ "false"
219
+ msgstr ""
220
+ "Parametr widoczności zdjęcia (\"visible\") powinien być nieustawiony, \"true"
221
+ "\" lub \"false\""
222
+
223
+ #: geovisio/web/collections.py:584
224
+ msgid ""
225
+ "Sequence title is not valid, should be a string with a max of 250 "
226
+ "characters"
227
+ msgstr ""
228
+ "Tytuł sekwencji nie jest prawidłowy, powinien to być napis o maksymalnie 250 "
229
+ "znakach"
230
+
231
+ #: geovisio/web/collections.py:590
232
+ msgid "Sort order parameter is invalid"
233
+ msgstr "Parametr kolejności sortowania jest nieprawidłowy"
234
+
235
+ #: geovisio/web/collections.py:601
236
+ msgid ""
237
+ "Relative heading is not valid, should be an integer in degrees from -180 "
238
+ "to 180"
239
+ msgstr ""
240
+ "Względny nagłówek nie jest poprawny, powinien być liczbą całkowitą w "
241
+ "stopniach od -180 do 180"
242
+
243
+ #: geovisio/web/collections.py:622
244
+ msgid "You're not authorized to edit this sequence"
245
+ msgstr "Nie masz dostępu do edycji tej sekwencji"
246
+
247
+ #: geovisio/web/collections.py:631
248
+ #, python-format
249
+ msgid "Sequence %(c)s is in %(s)s state, its visibility can't be changed for now"
250
+ msgstr ""
251
+
252
+ #: geovisio/web/collections.py:766
253
+ #, fuzzy
254
+ msgid "Sequence doesn't exists"
255
+ msgstr "Sekwencja nie istnieje"
256
+
257
+ #: geovisio/web/collections.py:911 geovisio/web/stac.py:337
258
+ #, python-format
259
+ msgid "Impossible to find user %(u)s"
260
+ msgstr "Nie udało się znaleźć użytkownika %(u)s"
261
+
262
+ #: geovisio/web/collections.py:943 geovisio/web/stac.py:347
263
+ #, python-format
264
+ msgid "No data loaded for user %(u)s"
265
+ msgstr "Brak danych załadowanych dla użytkownika %(u)s"
266
+
267
+ #: geovisio/web/collections.py:945
268
+ msgid "No matching sequences found"
269
+ msgstr "Nie odnaleziono pasujących sekwencji"
270
+
271
+ #: geovisio/web/excluded_areas.py:133
272
+ msgid "You must be logged-in as admin to access all excluded areas"
273
+ msgstr ""
274
+ "Musisz być zalogowany jako administrator, aby mieć dostęp do obszarów "
275
+ "zastrzeżonych"
276
+
277
+ #: geovisio/web/excluded_areas.py:135
278
+ msgid "You're not authorized to access all excluded areas"
279
+ msgstr "Nie masz dostępu do obszarów zastrzeżonych"
280
+
281
+ #: geovisio/web/excluded_areas.py:172 geovisio/web/excluded_areas.py:182
282
+ #: geovisio/web/excluded_areas.py:336 geovisio/web/excluded_areas.py:343
283
+ msgid "Impossible to create an Excluded Area"
284
+ msgstr "Nie udało się stworzyć obszaru zastrzeżonego"
285
+
286
+ #: geovisio/web/excluded_areas.py:174 geovisio/web/excluded_areas.py:338
287
+ msgid "Parameter for creating an Excluded Area should be a valid JSON"
288
+ msgstr ""
289
+ "Parametr do stworzenia obszaru zastrzeżonego powinien być poprawnym JSONem"
290
+
291
+ #: geovisio/web/excluded_areas.py:177 geovisio/web/excluded_areas.py:235
292
+ msgid "You must be logged-in as admin to edit excluded areas"
293
+ msgstr ""
294
+ "Musisz być zalogowany jako administrator, aby edytować obszary zastrzeżone"
295
+
296
+ #: geovisio/web/excluded_areas.py:230 geovisio/web/excluded_areas.py:242
297
+ msgid "Impossible to replace all Excluded Areas"
298
+ msgstr ""
299
+
300
+ #: geovisio/web/excluded_areas.py:232
301
+ msgid "Parameter for replacing all Excluded Areas should be a valid JSON"
302
+ msgstr ""
303
+
304
+ #: geovisio/web/excluded_areas.py:272
305
+ msgid "You must be logged-in as admin to delete excluded areas"
306
+ msgstr ""
307
+ "Musisz być zalogowany jako administrator, aby usuwać obszary zastrzeżone"
308
+
309
+ #: geovisio/web/items.py:360
310
+ msgid "limit parameter should be an integer between 1 and 10000"
311
+ msgstr "parametr limit powinien być liczbą całkowitą pomiędzy 1 i 10000"
312
+
313
+ #: geovisio/web/items.py:362
314
+ msgid "limit parameter should be a valid, positive integer (between 1 and 10000)"
315
+ msgstr ""
316
+ "parametr limit powinien być poprawną liczbą naturalną pomiędzy 1 i 10000"
317
+
318
+ #: geovisio/web/items.py:367
319
+ msgid "`startAfterRank` and `withPicture` are mutually exclusive parameters"
320
+ msgstr ""
321
+
322
+ #: geovisio/web/items.py:374
323
+ msgid "startAfterRank parameter should be a positive integer (starting from 1)"
324
+ msgstr ""
325
+
326
+ #: geovisio/web/items.py:376
327
+ msgid "startAfterRank parameter should be a valid, positive integer"
328
+ msgstr ""
329
+
330
+ #: geovisio/web/items.py:403
331
+ #, python-format
332
+ msgid "No more items in this collection (last available rank is %(r)s)"
333
+ msgstr ""
334
+
335
+ #: geovisio/web/items.py:413
336
+ #, fuzzy, python-format
337
+ msgid "Picture with id %(p)s does not exists"
338
+ msgstr "Zdjęcie z id %(p)s nie istnieje"
339
+
340
+ #: geovisio/web/items.py:699
341
+ msgid "Item doesn't exist"
342
+ msgstr ""
343
+
344
+ #: geovisio/web/items.py:758
345
+ msgid "Search using POST method should have a JSON body"
346
+ msgstr ""
347
+
348
+ #: geovisio/web/items.py:767
349
+ msgid "Parameter limit must be either empty or a number between 1 and 10000"
350
+ msgstr ""
351
+
352
+ #: geovisio/web/items.py:823
353
+ msgid ""
354
+ "Parameter place_fov_tolerance must be either empty or a number between 2 "
355
+ "and 180"
356
+ msgstr ""
357
+
358
+ #: geovisio/web/items.py:845
359
+ msgid ""
360
+ "Parameter intersects should contain a valid GeoJSON Geometry (not a "
361
+ "Feature)"
362
+ msgstr ""
363
+
364
+ #: geovisio/web/items.py:861
365
+ msgid "Parameter ids should be a JSON array of strings"
366
+ msgstr ""
367
+
368
+ #: geovisio/web/items.py:873
369
+ msgid "Parameter collections should be a JSON array of strings"
370
+ msgstr ""
371
+
372
+ #: geovisio/web/items.py:884
373
+ msgid "Picture doesn't exist"
374
+ msgstr "Zdjęcie nie istnieje"
375
+
376
+ #: geovisio/web/items.py:987 geovisio/web/upload_set.py:527
377
+ msgid "Content type should be multipart/form-data"
378
+ msgstr "Nagłówek Content-Type powinien być multipart/form-data"
379
+
380
+ #: geovisio/web/items.py:991
381
+ msgid "Missing \"position\" parameter"
382
+ msgstr "Brakujący parametr \"position\""
383
+
384
+ #: geovisio/web/items.py:998
385
+ msgid "Position in sequence should be a positive integer"
386
+ msgstr "Pozycja w sekwencji powinna być dodatnią liczbą całkowitą"
387
+
388
+ #: geovisio/web/items.py:1012 geovisio/web/upload_set.py:336
389
+ msgid ""
390
+ "Longitude cannot be overridden alone, override_latitude also needs to be "
391
+ "set"
392
+ msgstr ""
393
+
394
+ #: geovisio/web/items.py:1014 geovisio/web/upload_set.py:338
395
+ msgid ""
396
+ "Latitude cannot be overridden alone, override_longitude also needs to be "
397
+ "set"
398
+ msgstr ""
399
+
400
+ #: geovisio/web/items.py:1015 geovisio/web/upload_set.py:311
401
+ #, python-format
402
+ msgid "For parameter `override_longitude`, `%(v)s` is not a valid longitude"
403
+ msgstr ""
404
+
405
+ #: geovisio/web/items.py:1016 geovisio/web/upload_set.py:316
406
+ #, python-format
407
+ msgid "For parameter `override_latitude`, `%(v)s` is not a valid latitude"
408
+ msgstr ""
409
+
410
+ #: geovisio/web/items.py:1035
411
+ msgid "Picture blur status should be either unset, true or false"
412
+ msgstr ""
413
+
414
+ #: geovisio/web/items.py:1039
415
+ msgid "No picture file was sent"
416
+ msgstr ""
417
+
418
+ #: geovisio/web/items.py:1045 geovisio/web/upload_set.py:377
419
+ msgid "Picture file is either missing or in an unsupported format (should be jpg)"
420
+ msgstr ""
421
+
422
+ #: geovisio/web/items.py:1052
423
+ #, python-format
424
+ msgid "Collection %(s)s wasn't found in database"
425
+ msgstr ""
426
+
427
+ #: geovisio/web/items.py:1056
428
+ msgid "You're not authorized to add picture to this collection"
429
+ msgstr ""
430
+
431
+ #: geovisio/web/items.py:1061
432
+ msgid "The collection has been deleted, impossible to add pictures to it"
433
+ msgstr ""
434
+
435
+ #: geovisio/web/items.py:1091
436
+ msgid "Picture at given position already exist"
437
+ msgstr "Zdjęcie w danej lokalizacji już istnieje"
438
+
439
+ #: geovisio/web/items.py:1093 geovisio/web/upload_set.py:613
440
+ msgid "Impossible to parse picture metadata"
441
+ msgstr ""
442
+
443
+ #: geovisio/web/items.py:1095 geovisio/web/upload_set.py:620
444
+ msgid "Picture has invalid metadata"
445
+ msgstr "Zdjęcie ma nieprawidłowe metadane"
446
+
447
+ #: geovisio/web/items.py:1103 geovisio/web/upload_set.py:646
448
+ msgid "Picture wasn't correctly saved in filesystem"
449
+ msgstr "Zdjęcie nie zostało poprawnie zapisane w systemie plików"
450
+
451
+ #: geovisio/web/items.py:1186
452
+ msgid ""
453
+ "Heading is not valid, should be an integer in degrees from 0° to 360°. "
454
+ "North is 0°, East = 90°, South = 180° and West = 270°."
455
+ msgstr ""
456
+
457
+ #: geovisio/web/items.py:1203 geovisio/web/items.py:1294
458
+ #, python-format
459
+ msgid "Picture %(p)s wasn't found in database"
460
+ msgstr "Zdjęcie %(p)s nie zostało znalezione w bazie danych"
461
+
462
+ #: geovisio/web/items.py:1207 geovisio/web/items.py:1298
463
+ msgid "You're not authorized to edit this picture"
464
+ msgstr "Nie masz uprawnień do edycji tego zdjęcia"
465
+
466
+ #: geovisio/web/items.py:1217
467
+ #, python-format
468
+ msgid "Picture %(p)s is in %(s)s state, its visibility can't be changed for now"
469
+ msgstr ""
470
+
471
+ #: geovisio/web/map.py:143
472
+ msgid "One of required parameter is empty"
473
+ msgstr "Jeden z wymaganych parametrów był pusty"
474
+
475
+ #: geovisio/web/map.py:145
476
+ msgid "Tile format is invalid, should be either pbf or mvt"
477
+ msgstr ""
478
+
479
+ #: geovisio/web/map.py:149 geovisio/web/map.py:151
480
+ msgid "X or Y parameter is out of bounds"
481
+ msgstr "Parametr X lub Y był poza zakresem"
482
+
483
+ #: geovisio/web/map.py:153
484
+ msgid "Z parameter is out of bounds (should be 0-15)"
485
+ msgstr "Parametr Z jest poza zakresem (powinien być pomiędzy 0-15)"
486
+
487
+ #: geovisio/web/map.py:164
488
+ msgid "Impossible to get tile"
489
+ msgstr "Nie udało się pobrać kafelka"
490
+
491
+ #: geovisio/web/params.py:98
492
+ msgid "Parameter datetime should contain one or two dates"
493
+ msgstr ""
494
+
495
+ #: geovisio/web/params.py:168
496
+ msgid ""
497
+ "Parameter bbox must contain valid longitude (-180 to 180) and latitude "
498
+ "(-90 to 90) values"
499
+ msgstr ""
500
+
501
+ #: geovisio/web/params.py:173
502
+ msgid "Parameter bbox must be in format [minX, minY, maxX, maxY]"
503
+ msgstr ""
504
+
505
+ #: geovisio/web/params.py:210
506
+ #, python-format
507
+ msgid "Parameter %(p)s must be coordinates in lat,lon format"
508
+ msgstr ""
509
+
510
+ #: geovisio/web/params.py:213
511
+ #, python-format
512
+ msgid "Longitude in parameter %(p)s is not valid (should be between -180 and 180)"
513
+ msgstr ""
514
+
515
+ #: geovisio/web/params.py:214
516
+ #, python-format
517
+ msgid "Latitude in parameter %(p)s is not valid (should be between -90 and 90)"
518
+ msgstr ""
519
+
520
+ #: geovisio/web/params.py:237 geovisio/web/params.py:250
521
+ #, python-format
522
+ msgid ""
523
+ "Parameter %(p)s is invalid (should be a distance range in meters like "
524
+ "\"5-15\")"
525
+ msgstr ""
526
+
527
+ #: geovisio/web/params.py:243
528
+ #, python-format
529
+ msgid "Parameter %(p)s has a min value greater than its max value"
530
+ msgstr ""
531
+
532
+ #: geovisio/web/params.py:317
533
+ #, python-format
534
+ msgid "Parameter %(p)s must be a valid list"
535
+ msgstr ""
536
+
537
+ #: geovisio/web/params.py:441
538
+ msgid "Unsupported sortby parameter: invalid column name"
539
+ msgstr ""
540
+
541
+ #: geovisio/web/params.py:449
542
+ msgid "Unsupported sortby parameter: syntax isn't correct"
543
+ msgstr ""
544
+
545
+ #: geovisio/web/params.py:475
546
+ #, python-format
547
+ msgid "limit parameter should be a valid, positive integer (between 1 and %(v)s)"
548
+ msgstr ""
549
+
550
+ #: geovisio/web/params.py:478
551
+ #, python-format
552
+ msgid "limit parameter should be an integer between 1 and %(v)s"
553
+ msgstr ""
554
+
555
+ #: geovisio/web/params.py:489
556
+ msgid "longitude needs to be between -180 and 180"
557
+ msgstr ""
558
+
559
+ #: geovisio/web/params.py:499
560
+ msgid "latitude needs to be between -90 and 90"
561
+ msgstr ""
562
+
563
+ #: geovisio/web/pictures.py:187
564
+ msgid "Tiles are not available for flat pictures"
565
+ msgstr ""
566
+
567
+ #: geovisio/web/pictures.py:192
568
+ msgid "Column parameter is invalid, should be an integer"
569
+ msgstr ""
570
+
571
+ #: geovisio/web/pictures.py:195
572
+ msgid "Column parameter is invalid"
573
+ msgstr ""
574
+
575
+ #: geovisio/web/pictures.py:200
576
+ msgid "Row parameter is invalid, should be an integer"
577
+ msgstr ""
578
+
579
+ #: geovisio/web/pictures.py:203
580
+ msgid "Row parameter is invalid"
581
+ msgstr ""
582
+
583
+ #: geovisio/web/reports.py:89 geovisio/web/reports.py:99
584
+ msgid "Impossible to create a Report"
585
+ msgstr "Nie udało się stworzyć zgłoszenia"
586
+
587
+ #: geovisio/web/reports.py:91
588
+ msgid "Parameter for creating a Report should be a valid JSON"
589
+ msgstr ""
590
+
591
+ #: geovisio/web/reports.py:144
592
+ msgid "Only authenticated users can access reports"
593
+ msgstr "Tylko zalogowani użytkownicy mogą tworzyć zgłoszenia"
594
+
595
+ #: geovisio/web/reports.py:148 geovisio/web/reports.py:266
596
+ msgid "Report doesn't exist"
597
+ msgstr "Zgłoszenie nie istnieje"
598
+
599
+ #: geovisio/web/reports.py:157
600
+ msgid "You're not authorized to access this report"
601
+ msgstr "Nie masz dostępu do tego zgłoszenia"
602
+
603
+ #: geovisio/web/reports.py:277
604
+ msgid "You're not authorized to edit this Report"
605
+ msgstr "Nie masz uprawnień do edycji tego zgłoszenia"
606
+
607
+ #: geovisio/web/reports.py:284
608
+ msgid "Impossible to edit the Report"
609
+ msgstr "Nie udało się edytować zgłoszenia"
610
+
611
+ #: geovisio/web/reports.py:286
612
+ msgid "Parameter for editing the Report should be a valid JSON"
613
+ msgstr ""
614
+
615
+ #: geovisio/web/reports.py:349 geovisio/web/reports.py:392
616
+ #: geovisio/web/upload_set.py:265 geovisio/web/upload_set.py:385
617
+ msgid "Impossible to parse parameters"
618
+ msgstr "Nie udało się sparsować parametrów"
619
+
620
+ #: geovisio/web/reports.py:352
621
+ msgid "You're not authorized to list reports"
622
+ msgstr ""
623
+
624
+ #: geovisio/web/rss.py:22
625
+ #, python-format
626
+ msgid "Sequence \"%(name)s\" by \"%(user)s\" was captured on %(date)s."
627
+ msgstr ""
628
+
629
+ #: geovisio/web/rss.py:40
630
+ msgid "View on the map"
631
+ msgstr "Zobacz na mapie"
632
+
633
+ #: geovisio/web/rss.py:40
634
+ msgid "JSON metadata"
635
+ msgstr "Metadane JSON"
636
+
637
+ #: geovisio/web/rss.py:49
638
+ msgid "GeoVisio collections"
639
+ msgstr "Kolekcje GeoVisio"
640
+
641
+ #: geovisio/web/rss.py:51
642
+ msgid "List of collections from this GeoVisio server"
643
+ msgstr "Lista kolekcji na tym serwerze GeoVisio"
644
+
645
+ #: geovisio/web/tokens.py:100 geovisio/web/tokens.py:143
646
+ #: geovisio/web/tokens.py:231
647
+ msgid "Impossible to find token"
648
+ msgstr "Nie udało się znaleźć tokenu"
649
+
650
+ #: geovisio/web/tokens.py:181
651
+ msgid "Impossible to generate a new token"
652
+ msgstr "Nie udało się wygenerować nowego tokenu"
653
+
654
+ #: geovisio/web/tokens.py:236
655
+ msgid "Token already claimed by another account"
656
+ msgstr "Token został już odebrany przez inne konto"
657
+
658
+ #: geovisio/web/upload_set.py:133
659
+ msgid "Impossible to create an UploadSet"
660
+ msgstr ""
661
+
662
+ #: geovisio/web/upload_set.py:135
663
+ msgid "Parameter for creating an UploadSet should be a valid JSON"
664
+ msgstr ""
665
+
666
+ #: geovisio/web/upload_set.py:181 geovisio/web/upload_set.py:214
667
+ #: geovisio/web/upload_set.py:724
668
+ msgid "UploadSet doesn't exist"
669
+ msgstr ""
670
+
671
+ #: geovisio/web/upload_set.py:216
672
+ msgid "You're not authorized to list pictures in this upload set"
673
+ msgstr ""
674
+
675
+ #: geovisio/web/upload_set.py:303
676
+ msgid ""
677
+ "Parameter `override_capture_time` is not a valid datetime, it should be "
678
+ "an iso formated datetime (like '2017-07-21T17:32:28Z')."
679
+ msgstr ""
680
+
681
+ #: geovisio/web/upload_set.py:370
682
+ msgid "No file was sent"
683
+ msgstr "Żaden plik nie został przesłany"
684
+
685
+ #: geovisio/web/upload_set.py:534 geovisio/web/upload_set.py:710
686
+ #, python-format
687
+ msgid "UploadSet %(u)s does not exist"
688
+ msgstr ""
689
+
690
+ #: geovisio/web/upload_set.py:538
691
+ msgid "You're not authorized to add picture to this upload set"
692
+ msgstr ""
693
+
694
+ #: geovisio/web/upload_set.py:578
695
+ msgid "The item has already been added to this upload set"
696
+ msgstr ""
697
+
698
+ #: geovisio/web/upload_set.py:585
699
+ msgid "The same picture has already been sent in a past upload"
700
+ msgstr ""
701
+
702
+ #: geovisio/web/upload_set.py:628
703
+ msgid "Impossible to open file as image. The only supported image format is jpg."
704
+ msgstr ""
705
+
706
+ #: geovisio/web/upload_set.py:714
707
+ msgid "You're not authorized to complete this upload set"
708
+ msgstr ""
709
+
710
+ #: geovisio/web/upload_set.py:759
711
+ msgid "You're not authorized to delete this upload set"
712
+ msgstr ""
713
+
714
+ #: geovisio/web/users.py:84
715
+ msgid "Impossible to find user"
716
+ msgstr "Nie udało się znaleźć użytkownika"
717
+
718
+ #: geovisio/web/users.py:160
719
+ msgid ""
720
+ "No search parameter given, you should provide `q=<pattern>` as query "
721
+ "parameter"
722
+ msgstr ""
723
+
724
+ #: geovisio/web/utils.py:51
725
+ msgid "No default account defined, please contact your instance administrator"
726
+ msgstr ""
727
+ "Brak domyślnego konta zdefiniowanego, proszę skontaktuj się z "
728
+ "administratorem Twojej instancji"