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