geovisio 2.9.0__py3-none-any.whl → 2.10.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.
Files changed (65) hide show
  1. geovisio/__init__.py +6 -1
  2. geovisio/config_app.py +5 -5
  3. geovisio/translations/ar/LC_MESSAGES/messages.mo +0 -0
  4. geovisio/translations/ar/LC_MESSAGES/messages.po +818 -0
  5. geovisio/translations/br/LC_MESSAGES/messages.po +1 -1
  6. geovisio/translations/da/LC_MESSAGES/messages.mo +0 -0
  7. geovisio/translations/da/LC_MESSAGES/messages.po +4 -3
  8. geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
  9. geovisio/translations/de/LC_MESSAGES/messages.po +55 -2
  10. geovisio/translations/el/LC_MESSAGES/messages.po +1 -1
  11. geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
  12. geovisio/translations/en/LC_MESSAGES/messages.po +193 -139
  13. geovisio/translations/eo/LC_MESSAGES/messages.mo +0 -0
  14. geovisio/translations/eo/LC_MESSAGES/messages.po +53 -4
  15. geovisio/translations/es/LC_MESSAGES/messages.po +1 -1
  16. geovisio/translations/fi/LC_MESSAGES/messages.po +1 -1
  17. geovisio/translations/fr/LC_MESSAGES/messages.mo +0 -0
  18. geovisio/translations/fr/LC_MESSAGES/messages.po +91 -3
  19. geovisio/translations/hu/LC_MESSAGES/messages.po +1 -1
  20. geovisio/translations/it/LC_MESSAGES/messages.mo +0 -0
  21. geovisio/translations/it/LC_MESSAGES/messages.po +63 -3
  22. geovisio/translations/ja/LC_MESSAGES/messages.po +1 -1
  23. geovisio/translations/ko/LC_MESSAGES/messages.po +1 -1
  24. geovisio/translations/messages.pot +185 -129
  25. geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
  26. geovisio/translations/nl/LC_MESSAGES/messages.po +292 -63
  27. geovisio/translations/oc/LC_MESSAGES/messages.mo +0 -0
  28. geovisio/translations/oc/LC_MESSAGES/messages.po +818 -0
  29. geovisio/translations/pl/LC_MESSAGES/messages.po +1 -1
  30. geovisio/translations/sv/LC_MESSAGES/messages.mo +0 -0
  31. geovisio/translations/sv/LC_MESSAGES/messages.po +4 -3
  32. geovisio/translations/ti/LC_MESSAGES/messages.mo +0 -0
  33. geovisio/translations/ti/LC_MESSAGES/messages.po +762 -0
  34. geovisio/translations/zh_Hant/LC_MESSAGES/messages.po +1 -1
  35. geovisio/utils/annotations.py +14 -17
  36. geovisio/utils/auth.py +14 -13
  37. geovisio/utils/cql2.py +2 -2
  38. geovisio/utils/fields.py +14 -2
  39. geovisio/utils/items.py +44 -0
  40. geovisio/utils/model_query.py +2 -2
  41. geovisio/utils/pic_shape.py +1 -1
  42. geovisio/utils/pictures.py +111 -18
  43. geovisio/utils/semantics.py +32 -3
  44. geovisio/utils/sentry.py +1 -1
  45. geovisio/utils/sequences.py +51 -34
  46. geovisio/utils/upload_set.py +285 -198
  47. geovisio/utils/website.py +1 -1
  48. geovisio/web/annotations.py +209 -68
  49. geovisio/web/auth.py +1 -1
  50. geovisio/web/collections.py +26 -22
  51. geovisio/web/configuration.py +24 -4
  52. geovisio/web/docs.py +93 -11
  53. geovisio/web/items.py +197 -121
  54. geovisio/web/params.py +44 -31
  55. geovisio/web/pictures.py +34 -0
  56. geovisio/web/tokens.py +49 -1
  57. geovisio/web/upload_set.py +150 -32
  58. geovisio/web/users.py +4 -4
  59. geovisio/web/utils.py +2 -2
  60. geovisio/workers/runner_pictures.py +128 -23
  61. {geovisio-2.9.0.dist-info → geovisio-2.10.0.dist-info}/METADATA +13 -13
  62. geovisio-2.10.0.dist-info/RECORD +105 -0
  63. geovisio-2.9.0.dist-info/RECORD +0 -98
  64. {geovisio-2.9.0.dist-info → geovisio-2.10.0.dist-info}/WHEEL +0 -0
  65. {geovisio-2.9.0.dist-info → geovisio-2.10.0.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,818 @@
1
+ # Translations template for PROJECT.
2
+ # Copyright (C) 2025 ORGANIZATION
3
+ # This file is distributed under the same license as the PROJECT project.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PROJECT VERSION\n"
9
+ "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10
+ "POT-Creation-Date: 2025-06-16 14:08+0200\n"
11
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
+ "Last-Translator: Automatically generated\n"
13
+ "Language-Team: none\n"
14
+ "Language: oc\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=utf-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Generated-By: Babel 2.17.0\n"
19
+
20
+ #: geovisio/templates/main.html:45
21
+ msgid "Simple 360° geolocated pictures hosting"
22
+ msgstr ""
23
+
24
+ #: geovisio/templates/main.html:47
25
+ msgid "Full page version"
26
+ msgstr ""
27
+
28
+ #: geovisio/templates/main.html:51
29
+ msgid "Viewer"
30
+ msgstr ""
31
+
32
+ #: geovisio/templates/main.html:52
33
+ msgid "Embed pre-configured viewer"
34
+ msgstr ""
35
+
36
+ #: geovisio/templates/main.html:53
37
+ msgid "Easiest way to have a working GeoVisio viewer on your website"
38
+ msgstr ""
39
+
40
+ #: geovisio/templates/main.html:59
41
+ msgid "Use JS library"
42
+ msgstr ""
43
+
44
+ #: geovisio/templates/main.html:60
45
+ msgid "A completely configurable viewer for your website"
46
+ msgstr ""
47
+
48
+ #: geovisio/templates/main.html:82
49
+ msgid "Links"
50
+ msgstr ""
51
+
52
+ #: geovisio/templates/main.html:84
53
+ msgid "Pictures viewer"
54
+ msgstr ""
55
+
56
+ #: geovisio/templates/main.html:86
57
+ msgid "API docs"
58
+ msgstr ""
59
+
60
+ #: geovisio/templates/main.html:88
61
+ msgid "JS library docs"
62
+ msgstr ""
63
+
64
+ #: geovisio/templates/main.html:90
65
+ msgid "Repositories"
66
+ msgstr ""
67
+
68
+ #: geovisio/templates/viewer.html:22
69
+ msgid "You need to enable JavaScript to run this app."
70
+ msgstr ""
71
+
72
+ #: geovisio/utils/auth.py:259
73
+ msgid "Authentication is mandatory"
74
+ msgstr ""
75
+
76
+ #: geovisio/utils/auth.py:286
77
+ #, python-format
78
+ msgid ""
79
+ "You need to accept the terms of service before uploading any pictures. "
80
+ "You can do so by validating them here: %(url)s"
81
+ msgstr ""
82
+
83
+ #: geovisio/utils/auth.py:402
84
+ msgid "Only Bearer token are supported"
85
+ msgstr ""
86
+
87
+ #: geovisio/utils/cql2.py:33
88
+ msgid "Unsupported filter parameter"
89
+ msgstr ""
90
+
91
+ #: geovisio/utils/excluded_areas.py:82
92
+ msgid "Impossible to find excluded area"
93
+ msgstr ""
94
+
95
+ #: geovisio/utils/pictures.py:348
96
+ #, python-format
97
+ msgid ""
98
+ "Invalid '%(format)s' format for image, only the following formats are "
99
+ "available: %(allowed_formats)s"
100
+ msgstr ""
101
+
102
+ #: geovisio/utils/pictures.py:464
103
+ msgid "Picture can't be found, you may check its ID"
104
+ msgstr ""
105
+
106
+ #: geovisio/utils/pictures.py:467
107
+ msgid "Picture is not available (either hidden by admin or processing)"
108
+ msgstr ""
109
+
110
+ #: geovisio/utils/pictures.py:475
111
+ msgid "HD Picture file is not available"
112
+ msgstr ""
113
+
114
+ #: geovisio/utils/pictures.py:494
115
+ msgid "Picture derivates file are not available"
116
+ msgstr ""
117
+
118
+ #: geovisio/utils/pictures.py:511 geovisio/web/pictures.py:53
119
+ #: geovisio/web/pictures.py:98 geovisio/web/pictures.py:208
120
+ msgid "Unable to read picture on filesystem"
121
+ msgstr ""
122
+
123
+ #: geovisio/utils/sequences.py:474
124
+ msgid ""
125
+ "Sort by file date is not possible on this sequence (no file date "
126
+ "information available on pictures)"
127
+ msgstr ""
128
+
129
+ #: geovisio/utils/sequences.py:500
130
+ #, python-format
131
+ msgid ""
132
+ "Sort using %(sort)s is not possible on this sequence, picture %(pic)s is "
133
+ "missing mandatory metadata"
134
+ msgstr ""
135
+
136
+ #: geovisio/utils/sequences.py:686 geovisio/web/collections.py:696
137
+ #: geovisio/web/prepare.py:148
138
+ #, python-format
139
+ msgid "Collection %(c)s wasn't found in database"
140
+ msgstr ""
141
+
142
+ #: geovisio/utils/tokens.py:42
143
+ msgid "JWT token signature does not match"
144
+ msgstr ""
145
+
146
+ #: geovisio/utils/tokens.py:56
147
+ msgid "Token does not exist anymore"
148
+ msgstr ""
149
+
150
+ #: geovisio/utils/tokens.py:60
151
+ msgid ""
152
+ "Token not yet claimed, this token cannot be used yet. Either claim this "
153
+ "token or generate a new one"
154
+ msgstr ""
155
+
156
+ #: geovisio/utils/upload_set.py:181
157
+ msgid ""
158
+ "The picture is too similar to another one (nearby and taken almost at the"
159
+ " same time)"
160
+ msgstr ""
161
+
162
+ #: geovisio/utils/upload_set.py:184
163
+ msgid "The sent file is not a valid JPEG"
164
+ msgstr ""
165
+
166
+ #: geovisio/utils/upload_set.py:187
167
+ msgid "The picture has invalid EXIF or XMP metadata, making it impossible to use"
168
+ msgstr ""
169
+
170
+ #: geovisio/utils/upload_set.py:190
171
+ msgid "Something went very wrong, but not due to the picture itself"
172
+ msgstr ""
173
+
174
+ #: geovisio/utils/upload_set.py:621
175
+ msgid ""
176
+ "A different picture with the same name has already been added to this "
177
+ "uploadset"
178
+ msgstr ""
179
+
180
+ #: geovisio/web/annotations.py:68 geovisio/web/items.py:1347
181
+ #: geovisio/web/items.py:1457 geovisio/web/prepare.py:84
182
+ #, python-format
183
+ msgid "Picture %(p)s wasn't found in database"
184
+ msgstr ""
185
+
186
+ #: geovisio/web/annotations.py:74
187
+ msgid "Impossible to create an annotation"
188
+ msgstr ""
189
+
190
+ #: geovisio/web/annotations.py:76
191
+ msgid "Parameter for creating an annotation should be a valid JSON"
192
+ msgstr ""
193
+
194
+ #: geovisio/web/annotations.py:134 geovisio/web/annotations.py:208
195
+ #, python-format
196
+ msgid "Annotation %(p)s not found"
197
+ msgstr ""
198
+
199
+ #: geovisio/web/annotations.py:200
200
+ msgid "Impossible to patch annotation, invalid parameters"
201
+ msgstr ""
202
+
203
+ #: geovisio/web/annotations.py:202
204
+ msgid "Parameter for updating an annotation should be a valid JSON"
205
+ msgstr ""
206
+
207
+ #: geovisio/web/auth.py:60
208
+ msgid "Impossible to finish authentication flow"
209
+ msgstr ""
210
+
211
+ #: geovisio/web/auth.py:64
212
+ msgid ""
213
+ "You can try to clear your cookies and retry. If the problem persists, "
214
+ "contact your instance administrator."
215
+ msgstr ""
216
+
217
+ #: geovisio/web/collections.py:316
218
+ #, python-format
219
+ msgid "There is no collection created after %(d)s"
220
+ msgstr ""
221
+
222
+ #: geovisio/web/collections.py:318
223
+ #, python-format
224
+ msgid "There is no collection created before %(d)s"
225
+ msgstr ""
226
+
227
+ #: geovisio/web/collections.py:437 geovisio/web/items.py:413
228
+ msgid "Collection doesn't exist"
229
+ msgstr ""
230
+
231
+ #: geovisio/web/collections.py:496
232
+ msgid "Impossible to find a thumbnail for the collection"
233
+ msgstr ""
234
+
235
+ #: geovisio/web/collections.py:600 geovisio/web/items.py:1234
236
+ msgid ""
237
+ "Picture visibility parameter (visible) should be either unset, true or "
238
+ "false"
239
+ msgstr ""
240
+
241
+ #: geovisio/web/collections.py:607
242
+ msgid "Sort order parameter is invalid"
243
+ msgstr ""
244
+
245
+ #: geovisio/web/collections.py:620
246
+ msgid ""
247
+ "Relative heading is not valid, should be an integer in degrees from -180 "
248
+ "to 180"
249
+ msgstr ""
250
+
251
+ #: geovisio/web/collections.py:680 geovisio/web/items.py:1334
252
+ #: geovisio/web/prepare.py:62 geovisio/web/prepare.py:128
253
+ #: geovisio/web/reports.py:349 geovisio/web/reports.py:392
254
+ #: geovisio/web/upload_set.py:385 geovisio/web/upload_set.py:505
255
+ #: geovisio/web/users.py:386
256
+ msgid "Impossible to parse parameters"
257
+ msgstr ""
258
+
259
+ #: geovisio/web/collections.py:704
260
+ msgid ""
261
+ "You're not authorized to edit those fields for this sequence. Only the "
262
+ "owner can change the visibility and the title"
263
+ msgstr ""
264
+
265
+ #: geovisio/web/collections.py:713
266
+ msgid ""
267
+ "You're not authorized to edit this sequence, collaborative editing is not"
268
+ " allowed"
269
+ msgstr ""
270
+
271
+ #: geovisio/web/collections.py:725
272
+ #, python-format
273
+ msgid "Sequence %(c)s is in %(s)s state, its visibility can't be changed for now"
274
+ msgstr ""
275
+
276
+ #: geovisio/web/collections.py:858
277
+ msgid "Sequence doesn't exists"
278
+ msgstr ""
279
+
280
+ #: geovisio/web/collections.py:926
281
+ msgid "CSV export does not support pagination"
282
+ msgstr ""
283
+
284
+ #: geovisio/web/collections.py:928
285
+ msgid "CSV export does not support filters"
286
+ msgstr ""
287
+
288
+ #: geovisio/web/collections.py:935
289
+ msgid "CSV export does not support sorting by anything but creation date"
290
+ msgstr ""
291
+
292
+ #: geovisio/web/collections.py:1090 geovisio/web/stac.py:356
293
+ #, python-format
294
+ msgid "Impossible to find user %(u)s"
295
+ msgstr ""
296
+
297
+ #: geovisio/web/collections.py:1123 geovisio/web/stac.py:368
298
+ #, python-format
299
+ msgid "No data loaded for user %(u)s"
300
+ msgstr ""
301
+
302
+ #: geovisio/web/collections.py:1125
303
+ msgid "No matching sequences found"
304
+ msgstr ""
305
+
306
+ #: geovisio/web/excluded_areas.py:133
307
+ msgid "You must be logged-in as admin to access all excluded areas"
308
+ msgstr ""
309
+
310
+ #: geovisio/web/excluded_areas.py:135
311
+ msgid "You're not authorized to access all excluded areas"
312
+ msgstr ""
313
+
314
+ #: geovisio/web/excluded_areas.py:172 geovisio/web/excluded_areas.py:182
315
+ #: geovisio/web/excluded_areas.py:336 geovisio/web/excluded_areas.py:343
316
+ msgid "Impossible to create an Excluded Area"
317
+ msgstr ""
318
+
319
+ #: geovisio/web/excluded_areas.py:174 geovisio/web/excluded_areas.py:338
320
+ msgid "Parameter for creating an Excluded Area should be a valid JSON"
321
+ msgstr ""
322
+
323
+ #: geovisio/web/excluded_areas.py:177 geovisio/web/excluded_areas.py:235
324
+ msgid "You must be logged-in as admin to edit excluded areas"
325
+ msgstr ""
326
+
327
+ #: geovisio/web/excluded_areas.py:230 geovisio/web/excluded_areas.py:242
328
+ msgid "Impossible to replace all Excluded Areas"
329
+ msgstr ""
330
+
331
+ #: geovisio/web/excluded_areas.py:232
332
+ msgid "Parameter for replacing all Excluded Areas should be a valid JSON"
333
+ msgstr ""
334
+
335
+ #: geovisio/web/excluded_areas.py:272
336
+ msgid "You must be logged-in as admin to delete excluded areas"
337
+ msgstr ""
338
+
339
+ #: geovisio/web/items.py:376
340
+ msgid "limit parameter should be an integer between 1 and 10000"
341
+ msgstr ""
342
+
343
+ #: geovisio/web/items.py:378
344
+ msgid "limit parameter should be a valid, positive integer (between 1 and 10000)"
345
+ msgstr ""
346
+
347
+ #: geovisio/web/items.py:383
348
+ msgid "`startAfterRank` and `withPicture` are mutually exclusive parameters"
349
+ msgstr ""
350
+
351
+ #: geovisio/web/items.py:390
352
+ msgid "startAfterRank parameter should be a positive integer (starting from 1)"
353
+ msgstr ""
354
+
355
+ #: geovisio/web/items.py:392
356
+ msgid "startAfterRank parameter should be a valid, positive integer"
357
+ msgstr ""
358
+
359
+ #: geovisio/web/items.py:419
360
+ #, python-format
361
+ msgid "No more items in this collection (last available rank is %(r)s)"
362
+ msgstr ""
363
+
364
+ #: geovisio/web/items.py:429
365
+ #, python-format
366
+ msgid "Picture with id %(p)s does not exist"
367
+ msgstr ""
368
+
369
+ #: geovisio/web/items.py:719
370
+ msgid "Item doesn't exist"
371
+ msgstr ""
372
+
373
+ #: geovisio/web/items.py:783
374
+ msgid "Search using POST method should have a JSON body"
375
+ msgstr ""
376
+
377
+ #: geovisio/web/items.py:795
378
+ msgid "Parameter limit must be either empty or a number between 1 and 10000"
379
+ msgstr ""
380
+
381
+ #: geovisio/web/items.py:859
382
+ msgid ""
383
+ "Parameter place_fov_tolerance must be either empty or a number between 2 "
384
+ "and 180"
385
+ msgstr ""
386
+
387
+ #: geovisio/web/items.py:890
388
+ msgid ""
389
+ "Parameter intersects should contain a valid GeoJSON Geometry (not a "
390
+ "Feature)"
391
+ msgstr ""
392
+
393
+ #: geovisio/web/items.py:915
394
+ msgid "Parameter ids should be a JSON array of strings"
395
+ msgstr ""
396
+
397
+ #: geovisio/web/items.py:927
398
+ msgid "Parameter collections should be a JSON array of strings"
399
+ msgstr ""
400
+
401
+ #: geovisio/web/items.py:938
402
+ msgid "Picture doesn't exist"
403
+ msgstr ""
404
+
405
+ #: geovisio/web/items.py:1059 geovisio/web/upload_set.py:647
406
+ msgid "Content type should be multipart/form-data"
407
+ msgstr ""
408
+
409
+ #: geovisio/web/items.py:1063
410
+ msgid "Missing \"position\" parameter"
411
+ msgstr ""
412
+
413
+ #: geovisio/web/items.py:1070
414
+ msgid "Position in sequence should be a positive integer"
415
+ msgstr ""
416
+
417
+ #: geovisio/web/items.py:1084 geovisio/web/upload_set.py:456
418
+ msgid ""
419
+ "Longitude cannot be overridden alone, override_latitude also needs to be "
420
+ "set"
421
+ msgstr ""
422
+
423
+ #: geovisio/web/items.py:1086 geovisio/web/upload_set.py:458
424
+ msgid ""
425
+ "Latitude cannot be overridden alone, override_longitude also needs to be "
426
+ "set"
427
+ msgstr ""
428
+
429
+ #: geovisio/web/items.py:1087 geovisio/web/upload_set.py:431
430
+ #, python-format
431
+ msgid "For parameter `override_longitude`, `%(v)s` is not a valid longitude"
432
+ msgstr ""
433
+
434
+ #: geovisio/web/items.py:1088 geovisio/web/upload_set.py:436
435
+ #, python-format
436
+ msgid "For parameter `override_latitude`, `%(v)s` is not a valid latitude"
437
+ msgstr ""
438
+
439
+ #: geovisio/web/items.py:1107
440
+ msgid "Picture blur status should be either unset, true or false"
441
+ msgstr ""
442
+
443
+ #: geovisio/web/items.py:1111
444
+ msgid "No picture file was sent"
445
+ msgstr ""
446
+
447
+ #: geovisio/web/items.py:1117 geovisio/web/upload_set.py:497
448
+ msgid "Picture file is either missing or in an unsupported format (should be jpg)"
449
+ msgstr ""
450
+
451
+ #: geovisio/web/items.py:1124
452
+ #, python-format
453
+ msgid "Collection %(s)s wasn't found in database"
454
+ msgstr ""
455
+
456
+ #: geovisio/web/items.py:1128
457
+ msgid "You're not authorized to add picture to this collection"
458
+ msgstr ""
459
+
460
+ #: geovisio/web/items.py:1133
461
+ msgid "The collection has been deleted, impossible to add pictures to it"
462
+ msgstr ""
463
+
464
+ #: geovisio/web/items.py:1163
465
+ msgid "There is already a picture with the same index in the sequence"
466
+ msgstr ""
467
+
468
+ #: geovisio/web/items.py:1165 geovisio/web/upload_set.py:733
469
+ msgid "Impossible to parse picture metadata"
470
+ msgstr ""
471
+
472
+ #: geovisio/web/items.py:1167 geovisio/web/upload_set.py:740
473
+ msgid "Picture has invalid metadata"
474
+ msgstr ""
475
+
476
+ #: geovisio/web/items.py:1175 geovisio/web/upload_set.py:766
477
+ msgid "Picture wasn't correctly saved in filesystem"
478
+ msgstr ""
479
+
480
+ #: geovisio/web/items.py:1245
481
+ msgid ""
482
+ "Parameter `capture_time` is not a valid datetime, it should be an iso "
483
+ "formated datetime (like '2017-07-21T17:32:28Z')."
484
+ msgstr ""
485
+
486
+ #: geovisio/web/items.py:1252
487
+ #, python-format
488
+ msgid "For parameter `longitude`, `%(v)s` is not a valid longitude"
489
+ msgstr ""
490
+
491
+ #: geovisio/web/items.py:1257
492
+ #, python-format
493
+ msgid "For parameter `latitude`, `%(v)s` is not a valid latitude"
494
+ msgstr ""
495
+
496
+ #: geovisio/web/items.py:1262
497
+ msgid "Longitude cannot be overridden alone, latitude also needs to be set"
498
+ msgstr ""
499
+
500
+ #: geovisio/web/items.py:1264
501
+ msgid "Latitude cannot be overridden alone, longitude also needs to be set"
502
+ msgstr ""
503
+
504
+ #: geovisio/web/items.py:1354
505
+ msgid ""
506
+ "You're not authorized to edit the visibility of this picture. Only the "
507
+ "owner can change this."
508
+ msgstr ""
509
+
510
+ #: geovisio/web/items.py:1361
511
+ msgid ""
512
+ "You're not authorized to edit this picture, collaborative editing is not "
513
+ "allowed"
514
+ msgstr ""
515
+
516
+ #: geovisio/web/items.py:1373
517
+ #, python-format
518
+ msgid "Picture %(p)s is in %(s)s state, its visibility can't be changed for now"
519
+ msgstr ""
520
+
521
+ #: geovisio/web/items.py:1461
522
+ msgid "You're not authorized to edit this picture"
523
+ msgstr ""
524
+
525
+ #: geovisio/web/map.py:165
526
+ msgid "One of required parameter is empty"
527
+ msgstr ""
528
+
529
+ #: geovisio/web/map.py:167
530
+ msgid "Tile format is invalid, should be either pbf or mvt"
531
+ msgstr ""
532
+
533
+ #: geovisio/web/map.py:171 geovisio/web/map.py:173
534
+ msgid "X or Y parameter is out of bounds"
535
+ msgstr ""
536
+
537
+ #: geovisio/web/map.py:175
538
+ msgid "Z parameter is out of bounds (should be 0-15)"
539
+ msgstr ""
540
+
541
+ #: geovisio/web/map.py:186
542
+ msgid "Impossible to get tile"
543
+ msgstr ""
544
+
545
+ #: geovisio/web/pages.py:45
546
+ msgid "Page name is not recognized"
547
+ msgstr ""
548
+
549
+ #: geovisio/web/pages.py:127 geovisio/web/pages.py:236
550
+ #, python-format
551
+ msgid "Page not available in language %(l)s"
552
+ msgstr ""
553
+
554
+ #: geovisio/web/pages.py:176 geovisio/web/pages.py:230
555
+ msgid "You must be logged-in as admin to edit pages"
556
+ msgstr ""
557
+
558
+ #: geovisio/web/pages.py:178
559
+ msgid "Page content must be HTML (with Content-Type: text/html header set)"
560
+ msgstr ""
561
+
562
+ #: geovisio/web/pages.py:192
563
+ msgid "Could not update page content"
564
+ msgstr ""
565
+
566
+ #: geovisio/web/pages.py:238
567
+ msgid "Could not delete page content"
568
+ msgstr ""
569
+
570
+ #: geovisio/web/params.py:99
571
+ msgid "Parameter datetime should contain one or two dates"
572
+ msgstr ""
573
+
574
+ #: geovisio/web/params.py:169
575
+ msgid ""
576
+ "Parameter bbox must contain valid longitude (-180 to 180) and latitude "
577
+ "(-90 to 90) values"
578
+ msgstr ""
579
+
580
+ #: geovisio/web/params.py:174
581
+ msgid "Parameter bbox must be in format [minX, minY, maxX, maxY]"
582
+ msgstr ""
583
+
584
+ #: geovisio/web/params.py:211
585
+ #, python-format
586
+ msgid "Parameter %(p)s must be coordinates in lat,lon format"
587
+ msgstr ""
588
+
589
+ #: geovisio/web/params.py:214
590
+ #, python-format
591
+ msgid "Longitude in parameter %(p)s is not valid (should be between -180 and 180)"
592
+ msgstr ""
593
+
594
+ #: geovisio/web/params.py:215
595
+ #, python-format
596
+ msgid "Latitude in parameter %(p)s is not valid (should be between -90 and 90)"
597
+ msgstr ""
598
+
599
+ #: geovisio/web/params.py:238 geovisio/web/params.py:251
600
+ #, python-format
601
+ msgid ""
602
+ "Parameter %(p)s is invalid (should be a distance range in meters like "
603
+ "\"5-15\")"
604
+ msgstr ""
605
+
606
+ #: geovisio/web/params.py:244
607
+ #, python-format
608
+ msgid "Parameter %(p)s has a min value greater than its max value"
609
+ msgstr ""
610
+
611
+ #: geovisio/web/params.py:318
612
+ #, python-format
613
+ msgid "Parameter %(p)s must be a valid list"
614
+ msgstr ""
615
+
616
+ #: geovisio/web/params.py:363
617
+ msgid ""
618
+ "Heading is not valid, should be an integer in degrees from 0° to 360°. "
619
+ "North is 0°, East = 90°, South = 180° and West = 270°."
620
+ msgstr ""
621
+
622
+ #: geovisio/web/params.py:409
623
+ msgid "Unsupported sortby parameter: syntax isn't correct"
624
+ msgstr ""
625
+
626
+ #: geovisio/web/params.py:458
627
+ msgid "Unsupported sortby parameter: invalid column name"
628
+ msgstr ""
629
+
630
+ #: geovisio/web/params.py:468
631
+ msgid "Unsupported sortby parameter: invalid field"
632
+ msgstr ""
633
+
634
+ #: geovisio/web/params.py:495
635
+ #, python-format
636
+ msgid "limit parameter should be a valid, positive integer (between 1 and %(v)s)"
637
+ msgstr ""
638
+
639
+ #: geovisio/web/params.py:498
640
+ #, python-format
641
+ msgid "limit parameter should be an integer between 1 and %(v)s"
642
+ msgstr ""
643
+
644
+ #: geovisio/web/params.py:509
645
+ msgid "longitude needs to be between -180 and 180"
646
+ msgstr ""
647
+
648
+ #: geovisio/web/params.py:519
649
+ msgid "latitude needs to be between -90 and 90"
650
+ msgstr ""
651
+
652
+ #: geovisio/web/pictures.py:187
653
+ msgid "Tiles are not available for flat pictures"
654
+ msgstr ""
655
+
656
+ #: geovisio/web/pictures.py:192
657
+ msgid "Column parameter is invalid, should be an integer"
658
+ msgstr ""
659
+
660
+ #: geovisio/web/pictures.py:195
661
+ msgid "Column parameter is invalid"
662
+ msgstr ""
663
+
664
+ #: geovisio/web/pictures.py:200
665
+ msgid "Row parameter is invalid, should be an integer"
666
+ msgstr ""
667
+
668
+ #: geovisio/web/pictures.py:203
669
+ msgid "Row parameter is invalid"
670
+ msgstr ""
671
+
672
+ #: geovisio/web/reports.py:89 geovisio/web/reports.py:99
673
+ msgid "Impossible to create a Report"
674
+ msgstr ""
675
+
676
+ #: geovisio/web/reports.py:91
677
+ msgid "Parameter for creating a Report should be a valid JSON"
678
+ msgstr ""
679
+
680
+ #: geovisio/web/reports.py:144
681
+ msgid "Only authenticated users can access reports"
682
+ msgstr ""
683
+
684
+ #: geovisio/web/reports.py:148 geovisio/web/reports.py:266
685
+ msgid "Report doesn't exist"
686
+ msgstr ""
687
+
688
+ #: geovisio/web/reports.py:157
689
+ msgid "You're not authorized to access this report"
690
+ msgstr ""
691
+
692
+ #: geovisio/web/reports.py:277
693
+ msgid "You're not authorized to edit this Report"
694
+ msgstr ""
695
+
696
+ #: geovisio/web/reports.py:284
697
+ msgid "Impossible to edit the Report"
698
+ msgstr ""
699
+
700
+ #: geovisio/web/reports.py:286
701
+ msgid "Parameter for editing the Report should be a valid JSON"
702
+ msgstr ""
703
+
704
+ #: geovisio/web/reports.py:352
705
+ msgid "You're not authorized to list reports"
706
+ msgstr ""
707
+
708
+ #: geovisio/web/rss.py:19
709
+ #, python-format
710
+ msgid "Sequence \"%(name)s\" by \"%(user)s\" was captured on %(date)s."
711
+ msgstr ""
712
+
713
+ #: geovisio/web/rss.py:40
714
+ msgid "View on the map"
715
+ msgstr ""
716
+
717
+ #: geovisio/web/rss.py:40
718
+ msgid "JSON metadata"
719
+ msgstr ""
720
+
721
+ #: geovisio/web/rss.py:49
722
+ msgid "GeoVisio collections"
723
+ msgstr ""
724
+
725
+ #: geovisio/web/rss.py:51
726
+ msgid "List of collections from this GeoVisio server"
727
+ msgstr ""
728
+
729
+ #: geovisio/web/tokens.py:100 geovisio/web/tokens.py:143
730
+ #: geovisio/web/tokens.py:229
731
+ msgid "Impossible to find token"
732
+ msgstr ""
733
+
734
+ #: geovisio/web/tokens.py:181
735
+ msgid "Impossible to generate a new token"
736
+ msgstr ""
737
+
738
+ #: geovisio/web/tokens.py:234
739
+ msgid "Token already claimed by another account"
740
+ msgstr ""
741
+
742
+ #: geovisio/web/upload_set.py:187
743
+ msgid "Impossible to create an UploadSet"
744
+ msgstr ""
745
+
746
+ #: geovisio/web/upload_set.py:189
747
+ msgid "Parameter for creating an UploadSet should be a valid JSON"
748
+ msgstr ""
749
+
750
+ #: geovisio/web/upload_set.py:245
751
+ msgid "Impossible to update the UploadSet"
752
+ msgstr ""
753
+
754
+ #: geovisio/web/upload_set.py:247
755
+ msgid "Parameter for updating an UploadSet should be a valid JSON"
756
+ msgstr ""
757
+
758
+ #: geovisio/web/upload_set.py:252 geovisio/web/upload_set.py:295
759
+ #: geovisio/web/upload_set.py:329 geovisio/web/upload_set.py:848
760
+ msgid "UploadSet doesn't exist"
761
+ msgstr ""
762
+
763
+ #: geovisio/web/upload_set.py:255
764
+ msgid "You are not allowed to update this upload set"
765
+ msgstr ""
766
+
767
+ #: geovisio/web/upload_set.py:424
768
+ msgid ""
769
+ "Parameter `override_capture_time` is not a valid datetime, it should be "
770
+ "an iso formated datetime (like '2017-07-21T17:32:28Z')."
771
+ msgstr ""
772
+
773
+ #: geovisio/web/upload_set.py:490
774
+ msgid "No file was sent"
775
+ msgstr ""
776
+
777
+ #: geovisio/web/upload_set.py:654 geovisio/web/upload_set.py:834
778
+ #, python-format
779
+ msgid "UploadSet %(u)s does not exist"
780
+ msgstr ""
781
+
782
+ #: geovisio/web/upload_set.py:658
783
+ msgid "You're not authorized to add picture to this upload set"
784
+ msgstr ""
785
+
786
+ #: geovisio/web/upload_set.py:698
787
+ msgid "The item has already been added to this upload set"
788
+ msgstr ""
789
+
790
+ #: geovisio/web/upload_set.py:705
791
+ msgid "The same picture has already been sent in a past upload"
792
+ msgstr ""
793
+
794
+ #: geovisio/web/upload_set.py:748
795
+ msgid "Impossible to open file as image. The only supported image format is jpg."
796
+ msgstr ""
797
+
798
+ #: geovisio/web/upload_set.py:838
799
+ msgid "You're not authorized to complete this upload set"
800
+ msgstr ""
801
+
802
+ #: geovisio/web/upload_set.py:883
803
+ msgid "You're not authorized to delete this upload set"
804
+ msgstr ""
805
+
806
+ #: geovisio/web/users.py:137
807
+ msgid "Impossible to find user"
808
+ msgstr ""
809
+
810
+ #: geovisio/web/users.py:230
811
+ msgid ""
812
+ "No search parameter given, you should provide `q=<pattern>` as query "
813
+ "parameter"
814
+ msgstr ""
815
+
816
+ #: geovisio/web/utils.py:51
817
+ msgid "No default account defined, please contact your instance administrator"
818
+ msgstr ""