geovisio 2.10.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.
- geovisio/__init__.py +3 -1
- geovisio/admin_cli/user.py +7 -2
- geovisio/config_app.py +21 -7
- geovisio/translations/be/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/be/LC_MESSAGES/messages.po +886 -0
- geovisio/translations/da/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/da/LC_MESSAGES/messages.po +96 -5
- geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/de/LC_MESSAGES/messages.po +171 -132
- geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/en/LC_MESSAGES/messages.po +169 -146
- geovisio/translations/eo/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/eo/LC_MESSAGES/messages.po +3 -2
- geovisio/translations/fr/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/fr/LC_MESSAGES/messages.po +3 -2
- geovisio/translations/it/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/it/LC_MESSAGES/messages.po +1 -1
- geovisio/translations/messages.pot +159 -138
- geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/nl/LC_MESSAGES/messages.po +44 -2
- geovisio/translations/oc/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/oc/LC_MESSAGES/messages.po +9 -6
- geovisio/translations/pt/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/pt/LC_MESSAGES/messages.po +944 -0
- geovisio/translations/pt_BR/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/pt_BR/LC_MESSAGES/messages.po +942 -0
- geovisio/translations/sv/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/sv/LC_MESSAGES/messages.po +1 -1
- geovisio/translations/tr/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/tr/LC_MESSAGES/messages.po +927 -0
- geovisio/translations/uk/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/uk/LC_MESSAGES/messages.po +920 -0
- geovisio/utils/annotations.py +7 -4
- geovisio/utils/auth.py +33 -0
- geovisio/utils/cql2.py +20 -3
- geovisio/utils/pictures.py +16 -18
- geovisio/utils/sequences.py +104 -75
- geovisio/utils/upload_set.py +20 -10
- geovisio/utils/users.py +18 -0
- geovisio/web/annotations.py +96 -3
- geovisio/web/collections.py +169 -76
- geovisio/web/configuration.py +12 -0
- geovisio/web/docs.py +17 -3
- geovisio/web/items.py +129 -72
- geovisio/web/map.py +92 -54
- geovisio/web/pages.py +48 -4
- geovisio/web/params.py +56 -11
- geovisio/web/pictures.py +3 -3
- geovisio/web/prepare.py +4 -2
- geovisio/web/queryables.py +57 -0
- geovisio/web/stac.py +8 -2
- geovisio/web/upload_set.py +83 -26
- geovisio/web/users.py +85 -4
- geovisio/web/utils.py +24 -6
- {geovisio-2.10.0.dist-info → geovisio-2.11.0.dist-info}/METADATA +3 -2
- {geovisio-2.10.0.dist-info → geovisio-2.11.0.dist-info}/RECORD +58 -46
- {geovisio-2.10.0.dist-info → geovisio-2.11.0.dist-info}/WHEEL +0 -0
- {geovisio-2.10.0.dist-info → geovisio-2.11.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: PROJECT VERSION\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
|
11
|
-
"POT-Creation-Date: 2025-
|
|
11
|
+
"POT-Creation-Date: 2025-11-10 15:55+0100\n"
|
|
12
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
@@ -69,18 +69,18 @@ msgstr ""
|
|
|
69
69
|
msgid "You need to enable JavaScript to run this app."
|
|
70
70
|
msgstr ""
|
|
71
71
|
|
|
72
|
-
#: geovisio/utils/auth.py:
|
|
72
|
+
#: geovisio/utils/auth.py:279
|
|
73
73
|
msgid "Authentication is mandatory"
|
|
74
74
|
msgstr ""
|
|
75
75
|
|
|
76
|
-
#: geovisio/utils/auth.py:
|
|
76
|
+
#: geovisio/utils/auth.py:306
|
|
77
77
|
#, python-format
|
|
78
78
|
msgid ""
|
|
79
79
|
"You need to accept the terms of service before uploading any pictures. "
|
|
80
80
|
"You can do so by validating them here: %(url)s"
|
|
81
81
|
msgstr ""
|
|
82
82
|
|
|
83
|
-
#: geovisio/utils/auth.py:
|
|
83
|
+
#: geovisio/utils/auth.py:436
|
|
84
84
|
msgid "Only Bearer token are supported"
|
|
85
85
|
msgstr ""
|
|
86
86
|
|
|
@@ -92,49 +92,55 @@ msgstr ""
|
|
|
92
92
|
msgid "Impossible to find excluded area"
|
|
93
93
|
msgstr ""
|
|
94
94
|
|
|
95
|
-
#: geovisio/utils/
|
|
95
|
+
#: geovisio/utils/fields.py:111
|
|
96
|
+
msgid ""
|
|
97
|
+
"Relative heading is not valid, should be an integer in degrees from -180 "
|
|
98
|
+
"to 180"
|
|
99
|
+
msgstr ""
|
|
100
|
+
|
|
101
|
+
#: geovisio/utils/pictures.py:347
|
|
96
102
|
#, python-format
|
|
97
103
|
msgid ""
|
|
98
104
|
"Invalid '%(format)s' format for image, only the following formats are "
|
|
99
105
|
"available: %(allowed_formats)s"
|
|
100
106
|
msgstr ""
|
|
101
107
|
|
|
102
|
-
#: geovisio/utils/pictures.py:
|
|
108
|
+
#: geovisio/utils/pictures.py:461
|
|
103
109
|
msgid "Picture can't be found, you may check its ID"
|
|
104
110
|
msgstr ""
|
|
105
111
|
|
|
106
|
-
#: geovisio/utils/pictures.py:
|
|
107
|
-
msgid "Picture is not available (
|
|
112
|
+
#: geovisio/utils/pictures.py:464
|
|
113
|
+
msgid "Picture is not available (currently in processing)"
|
|
108
114
|
msgstr ""
|
|
109
115
|
|
|
110
|
-
#: geovisio/utils/pictures.py:
|
|
116
|
+
#: geovisio/utils/pictures.py:472
|
|
111
117
|
msgid "HD Picture file is not available"
|
|
112
118
|
msgstr ""
|
|
113
119
|
|
|
114
|
-
#: geovisio/utils/pictures.py:
|
|
120
|
+
#: geovisio/utils/pictures.py:491
|
|
115
121
|
msgid "Picture derivates file are not available"
|
|
116
122
|
msgstr ""
|
|
117
123
|
|
|
118
|
-
#: geovisio/utils/pictures.py:
|
|
124
|
+
#: geovisio/utils/pictures.py:508 geovisio/web/pictures.py:53
|
|
119
125
|
#: geovisio/web/pictures.py:98 geovisio/web/pictures.py:208
|
|
120
126
|
msgid "Unable to read picture on filesystem"
|
|
121
127
|
msgstr ""
|
|
122
128
|
|
|
123
|
-
#: geovisio/utils/sequences.py:
|
|
129
|
+
#: geovisio/utils/sequences.py:504
|
|
124
130
|
msgid ""
|
|
125
131
|
"Sort by file date is not possible on this sequence (no file date "
|
|
126
132
|
"information available on pictures)"
|
|
127
133
|
msgstr ""
|
|
128
134
|
|
|
129
|
-
#: geovisio/utils/sequences.py:
|
|
135
|
+
#: geovisio/utils/sequences.py:530
|
|
130
136
|
#, python-format
|
|
131
137
|
msgid ""
|
|
132
138
|
"Sort using %(sort)s is not possible on this sequence, picture %(pic)s is "
|
|
133
139
|
"missing mandatory metadata"
|
|
134
140
|
msgstr ""
|
|
135
141
|
|
|
136
|
-
#: geovisio/utils/sequences.py:
|
|
137
|
-
#: geovisio/web/prepare.py:
|
|
142
|
+
#: geovisio/utils/sequences.py:732 geovisio/web/collections.py:794
|
|
143
|
+
#: geovisio/web/prepare.py:150
|
|
138
144
|
#, python-format
|
|
139
145
|
msgid "Collection %(c)s wasn't found in database"
|
|
140
146
|
msgstr ""
|
|
@@ -153,54 +159,60 @@ msgid ""
|
|
|
153
159
|
"token or generate a new one"
|
|
154
160
|
msgstr ""
|
|
155
161
|
|
|
156
|
-
#: geovisio/utils/upload_set.py:
|
|
162
|
+
#: geovisio/utils/upload_set.py:188
|
|
157
163
|
msgid ""
|
|
158
164
|
"The picture is too similar to another one (nearby and taken almost at the"
|
|
159
165
|
" same time)"
|
|
160
166
|
msgstr ""
|
|
161
167
|
|
|
162
|
-
#: geovisio/utils/upload_set.py:
|
|
168
|
+
#: geovisio/utils/upload_set.py:191
|
|
163
169
|
msgid "The sent file is not a valid JPEG"
|
|
164
170
|
msgstr ""
|
|
165
171
|
|
|
166
|
-
#: geovisio/utils/upload_set.py:
|
|
172
|
+
#: geovisio/utils/upload_set.py:194
|
|
167
173
|
msgid "The picture has invalid EXIF or XMP metadata, making it impossible to use"
|
|
168
174
|
msgstr ""
|
|
169
175
|
|
|
170
|
-
#: geovisio/utils/upload_set.py:
|
|
176
|
+
#: geovisio/utils/upload_set.py:197
|
|
171
177
|
msgid "Something went very wrong, but not due to the picture itself"
|
|
172
178
|
msgstr ""
|
|
173
179
|
|
|
174
|
-
#: geovisio/utils/upload_set.py:
|
|
180
|
+
#: geovisio/utils/upload_set.py:695
|
|
175
181
|
msgid ""
|
|
176
182
|
"A different picture with the same name has already been added to this "
|
|
177
183
|
"uploadset"
|
|
178
184
|
msgstr ""
|
|
179
185
|
|
|
180
|
-
#: geovisio/
|
|
181
|
-
|
|
186
|
+
#: geovisio/utils/upload_set.py:730
|
|
187
|
+
msgid "Impossible to add the picture to this uploadset"
|
|
188
|
+
msgstr ""
|
|
189
|
+
|
|
190
|
+
#: geovisio/web/annotations.py:83 geovisio/web/items.py:1401
|
|
191
|
+
#: geovisio/web/items.py:1555 geovisio/web/prepare.py:86
|
|
182
192
|
#, python-format
|
|
183
193
|
msgid "Picture %(p)s wasn't found in database"
|
|
184
194
|
msgstr ""
|
|
185
195
|
|
|
186
|
-
#: geovisio/web/annotations.py:
|
|
196
|
+
#: geovisio/web/annotations.py:89
|
|
187
197
|
msgid "Impossible to create an annotation"
|
|
188
198
|
msgstr ""
|
|
189
199
|
|
|
190
|
-
#: geovisio/web/annotations.py:
|
|
200
|
+
#: geovisio/web/annotations.py:91
|
|
191
201
|
msgid "Parameter for creating an annotation should be a valid JSON"
|
|
192
202
|
msgstr ""
|
|
193
203
|
|
|
194
|
-
#: geovisio/web/annotations.py:
|
|
204
|
+
#: geovisio/web/annotations.py:198 geovisio/web/annotations.py:233
|
|
205
|
+
#: geovisio/web/annotations.py:302 geovisio/web/annotations.py:397
|
|
206
|
+
#: geovisio/web/annotations.py:444
|
|
195
207
|
#, python-format
|
|
196
208
|
msgid "Annotation %(p)s not found"
|
|
197
209
|
msgstr ""
|
|
198
210
|
|
|
199
|
-
#: geovisio/web/annotations.py:
|
|
211
|
+
#: geovisio/web/annotations.py:294
|
|
200
212
|
msgid "Impossible to patch annotation, invalid parameters"
|
|
201
213
|
msgstr ""
|
|
202
214
|
|
|
203
|
-
#: geovisio/web/annotations.py:
|
|
215
|
+
#: geovisio/web/annotations.py:296
|
|
204
216
|
msgid "Parameter for updating an annotation should be a valid JSON"
|
|
205
217
|
msgstr ""
|
|
206
218
|
|
|
@@ -215,91 +227,96 @@ msgid ""
|
|
|
215
227
|
msgstr ""
|
|
216
228
|
|
|
217
229
|
#: geovisio/web/collections.py:316
|
|
230
|
+
msgid "RSS format does not support deleted sequences"
|
|
231
|
+
msgstr ""
|
|
232
|
+
|
|
233
|
+
#: geovisio/web/collections.py:378
|
|
218
234
|
#, python-format
|
|
219
235
|
msgid "There is no collection created after %(d)s"
|
|
220
236
|
msgstr ""
|
|
221
237
|
|
|
222
|
-
#: geovisio/web/collections.py:
|
|
238
|
+
#: geovisio/web/collections.py:380
|
|
223
239
|
#, python-format
|
|
224
240
|
msgid "There is no collection created before %(d)s"
|
|
225
241
|
msgstr ""
|
|
226
242
|
|
|
227
|
-
#: geovisio/web/collections.py:
|
|
243
|
+
#: geovisio/web/collections.py:506 geovisio/web/items.py:425
|
|
228
244
|
msgid "Collection doesn't exist"
|
|
229
245
|
msgstr ""
|
|
230
246
|
|
|
231
|
-
#: geovisio/web/collections.py:
|
|
247
|
+
#: geovisio/web/collections.py:564
|
|
232
248
|
msgid "Impossible to find a thumbnail for the collection"
|
|
233
249
|
msgstr ""
|
|
234
250
|
|
|
235
|
-
#: geovisio/web/collections.py:
|
|
251
|
+
#: geovisio/web/collections.py:686 geovisio/web/items.py:1318
|
|
236
252
|
msgid ""
|
|
237
253
|
"Picture visibility parameter (visible) should be either unset, true or "
|
|
238
254
|
"false"
|
|
239
255
|
msgstr ""
|
|
240
256
|
|
|
241
|
-
#: geovisio/web/collections.py:
|
|
257
|
+
#: geovisio/web/collections.py:693
|
|
242
258
|
msgid "Sort order parameter is invalid"
|
|
243
259
|
msgstr ""
|
|
244
260
|
|
|
245
|
-
#: geovisio/web/collections.py:
|
|
261
|
+
#: geovisio/web/collections.py:704 geovisio/web/items.py:1350
|
|
262
|
+
msgid "Visibility and visible parameters are mutually exclusive parameters"
|
|
263
|
+
msgstr ""
|
|
264
|
+
|
|
265
|
+
#: geovisio/web/collections.py:718 geovisio/web/items.py:1364
|
|
266
|
+
#: geovisio/web/upload_set.py:104 geovisio/web/upload_set.py:171
|
|
267
|
+
#: geovisio/web/users.py:364
|
|
246
268
|
msgid ""
|
|
247
|
-
"
|
|
248
|
-
"
|
|
269
|
+
"The logged-only visibility is not allowed on this instance since anybody "
|
|
270
|
+
"can create an account"
|
|
249
271
|
msgstr ""
|
|
250
272
|
|
|
251
|
-
#: geovisio/web/collections.py:
|
|
252
|
-
#: geovisio/web/prepare.py:62 geovisio/web/prepare.py:
|
|
273
|
+
#: geovisio/web/collections.py:777 geovisio/web/items.py:1381
|
|
274
|
+
#: geovisio/web/prepare.py:62 geovisio/web/prepare.py:130
|
|
253
275
|
#: geovisio/web/reports.py:349 geovisio/web/reports.py:392
|
|
254
|
-
#: geovisio/web/upload_set.py:
|
|
255
|
-
#: geovisio/web/users.py:
|
|
276
|
+
#: geovisio/web/upload_set.py:524 geovisio/web/upload_set.py:646
|
|
277
|
+
#: geovisio/web/users.py:400
|
|
256
278
|
msgid "Impossible to parse parameters"
|
|
257
279
|
msgstr ""
|
|
258
280
|
|
|
259
|
-
#: geovisio/web/collections.py:
|
|
281
|
+
#: geovisio/web/collections.py:802
|
|
260
282
|
msgid ""
|
|
261
283
|
"You're not authorized to edit those fields for this sequence. Only the "
|
|
262
284
|
"owner can change the visibility and the title"
|
|
263
285
|
msgstr ""
|
|
264
286
|
|
|
265
|
-
#: geovisio/web/collections.py:
|
|
287
|
+
#: geovisio/web/collections.py:811
|
|
266
288
|
msgid ""
|
|
267
289
|
"You're not authorized to edit this sequence, collaborative editing is not"
|
|
268
290
|
" allowed"
|
|
269
291
|
msgstr ""
|
|
270
292
|
|
|
271
|
-
#: geovisio/web/collections.py:
|
|
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
|
|
293
|
+
#: geovisio/web/collections.py:947
|
|
277
294
|
msgid "Sequence doesn't exists"
|
|
278
295
|
msgstr ""
|
|
279
296
|
|
|
280
|
-
#: geovisio/web/collections.py:
|
|
297
|
+
#: geovisio/web/collections.py:1015
|
|
281
298
|
msgid "CSV export does not support pagination"
|
|
282
299
|
msgstr ""
|
|
283
300
|
|
|
284
|
-
#: geovisio/web/collections.py:
|
|
301
|
+
#: geovisio/web/collections.py:1017
|
|
285
302
|
msgid "CSV export does not support filters"
|
|
286
303
|
msgstr ""
|
|
287
304
|
|
|
288
|
-
#: geovisio/web/collections.py:
|
|
305
|
+
#: geovisio/web/collections.py:1024
|
|
289
306
|
msgid "CSV export does not support sorting by anything but creation date"
|
|
290
307
|
msgstr ""
|
|
291
308
|
|
|
292
|
-
#: geovisio/web/collections.py:
|
|
309
|
+
#: geovisio/web/collections.py:1181 geovisio/web/stac.py:355
|
|
293
310
|
#, python-format
|
|
294
311
|
msgid "Impossible to find user %(u)s"
|
|
295
312
|
msgstr ""
|
|
296
313
|
|
|
297
|
-
#: geovisio/web/collections.py:
|
|
314
|
+
#: geovisio/web/collections.py:1214 geovisio/web/stac.py:368
|
|
298
315
|
#, python-format
|
|
299
316
|
msgid "No data loaded for user %(u)s"
|
|
300
317
|
msgstr ""
|
|
301
318
|
|
|
302
|
-
#: geovisio/web/collections.py:
|
|
319
|
+
#: geovisio/web/collections.py:1216
|
|
303
320
|
msgid "No matching sequences found"
|
|
304
321
|
msgstr ""
|
|
305
322
|
|
|
@@ -336,189 +353,180 @@ msgstr ""
|
|
|
336
353
|
msgid "You must be logged-in as admin to delete excluded areas"
|
|
337
354
|
msgstr ""
|
|
338
355
|
|
|
339
|
-
#: geovisio/web/items.py:
|
|
356
|
+
#: geovisio/web/items.py:388
|
|
340
357
|
msgid "limit parameter should be an integer between 1 and 10000"
|
|
341
358
|
msgstr ""
|
|
342
359
|
|
|
343
|
-
#: geovisio/web/items.py:
|
|
360
|
+
#: geovisio/web/items.py:390
|
|
344
361
|
msgid "limit parameter should be a valid, positive integer (between 1 and 10000)"
|
|
345
362
|
msgstr ""
|
|
346
363
|
|
|
347
|
-
#: geovisio/web/items.py:
|
|
364
|
+
#: geovisio/web/items.py:395
|
|
348
365
|
msgid "`startAfterRank` and `withPicture` are mutually exclusive parameters"
|
|
349
366
|
msgstr ""
|
|
350
367
|
|
|
351
|
-
#: geovisio/web/items.py:
|
|
368
|
+
#: geovisio/web/items.py:402
|
|
352
369
|
msgid "startAfterRank parameter should be a positive integer (starting from 1)"
|
|
353
370
|
msgstr ""
|
|
354
371
|
|
|
355
|
-
#: geovisio/web/items.py:
|
|
372
|
+
#: geovisio/web/items.py:404
|
|
356
373
|
msgid "startAfterRank parameter should be a valid, positive integer"
|
|
357
374
|
msgstr ""
|
|
358
375
|
|
|
359
|
-
#: geovisio/web/items.py:
|
|
376
|
+
#: geovisio/web/items.py:431
|
|
360
377
|
#, python-format
|
|
361
378
|
msgid "No more items in this collection (last available rank is %(r)s)"
|
|
362
379
|
msgstr ""
|
|
363
380
|
|
|
364
|
-
#: geovisio/web/items.py:
|
|
381
|
+
#: geovisio/web/items.py:441
|
|
365
382
|
#, python-format
|
|
366
383
|
msgid "Picture with id %(p)s does not exist"
|
|
367
384
|
msgstr ""
|
|
368
385
|
|
|
369
|
-
#: geovisio/web/items.py:
|
|
386
|
+
#: geovisio/web/items.py:743
|
|
370
387
|
msgid "Item doesn't exist"
|
|
371
388
|
msgstr ""
|
|
372
389
|
|
|
373
|
-
#: geovisio/web/items.py:
|
|
390
|
+
#: geovisio/web/items.py:809
|
|
374
391
|
msgid "Search using POST method should have a JSON body"
|
|
375
392
|
msgstr ""
|
|
376
393
|
|
|
377
|
-
#: geovisio/web/items.py:
|
|
394
|
+
#: geovisio/web/items.py:821
|
|
378
395
|
msgid "Parameter limit must be either empty or a number between 1 and 10000"
|
|
379
396
|
msgstr ""
|
|
380
397
|
|
|
381
|
-
#: geovisio/web/items.py:
|
|
398
|
+
#: geovisio/web/items.py:885
|
|
382
399
|
msgid ""
|
|
383
400
|
"Parameter place_fov_tolerance must be either empty or a number between 2 "
|
|
384
401
|
"and 180"
|
|
385
402
|
msgstr ""
|
|
386
403
|
|
|
387
|
-
#: geovisio/web/items.py:
|
|
404
|
+
#: geovisio/web/items.py:916
|
|
388
405
|
msgid ""
|
|
389
406
|
"Parameter intersects should contain a valid GeoJSON Geometry (not a "
|
|
390
407
|
"Feature)"
|
|
391
408
|
msgstr ""
|
|
392
409
|
|
|
393
|
-
#: geovisio/web/items.py:
|
|
410
|
+
#: geovisio/web/items.py:941
|
|
394
411
|
msgid "Parameter ids should be a JSON array of strings"
|
|
395
412
|
msgstr ""
|
|
396
413
|
|
|
397
|
-
#: geovisio/web/items.py:
|
|
414
|
+
#: geovisio/web/items.py:953
|
|
398
415
|
msgid "Parameter collections should be a JSON array of strings"
|
|
399
416
|
msgstr ""
|
|
400
417
|
|
|
401
|
-
#: geovisio/web/items.py:
|
|
402
|
-
msgid "Picture doesn't exist"
|
|
403
|
-
msgstr ""
|
|
404
|
-
|
|
405
|
-
#: geovisio/web/items.py:1059 geovisio/web/upload_set.py:647
|
|
418
|
+
#: geovisio/web/items.py:1129 geovisio/web/upload_set.py:788
|
|
406
419
|
msgid "Content type should be multipart/form-data"
|
|
407
420
|
msgstr ""
|
|
408
421
|
|
|
409
|
-
#: geovisio/web/items.py:
|
|
422
|
+
#: geovisio/web/items.py:1133
|
|
410
423
|
msgid "Missing \"position\" parameter"
|
|
411
424
|
msgstr ""
|
|
412
425
|
|
|
413
|
-
#: geovisio/web/items.py:
|
|
426
|
+
#: geovisio/web/items.py:1140
|
|
414
427
|
msgid "Position in sequence should be a positive integer"
|
|
415
428
|
msgstr ""
|
|
416
429
|
|
|
417
|
-
#: geovisio/web/items.py:
|
|
430
|
+
#: geovisio/web/items.py:1154 geovisio/web/upload_set.py:597
|
|
418
431
|
msgid ""
|
|
419
432
|
"Longitude cannot be overridden alone, override_latitude also needs to be "
|
|
420
433
|
"set"
|
|
421
434
|
msgstr ""
|
|
422
435
|
|
|
423
|
-
#: geovisio/web/items.py:
|
|
436
|
+
#: geovisio/web/items.py:1156 geovisio/web/upload_set.py:599
|
|
424
437
|
msgid ""
|
|
425
438
|
"Latitude cannot be overridden alone, override_longitude also needs to be "
|
|
426
439
|
"set"
|
|
427
440
|
msgstr ""
|
|
428
441
|
|
|
429
|
-
#: geovisio/web/items.py:
|
|
442
|
+
#: geovisio/web/items.py:1157 geovisio/web/upload_set.py:572
|
|
430
443
|
#, python-format
|
|
431
444
|
msgid "For parameter `override_longitude`, `%(v)s` is not a valid longitude"
|
|
432
445
|
msgstr ""
|
|
433
446
|
|
|
434
|
-
#: geovisio/web/items.py:
|
|
447
|
+
#: geovisio/web/items.py:1158 geovisio/web/upload_set.py:577
|
|
435
448
|
#, python-format
|
|
436
449
|
msgid "For parameter `override_latitude`, `%(v)s` is not a valid latitude"
|
|
437
450
|
msgstr ""
|
|
438
451
|
|
|
439
|
-
#: geovisio/web/items.py:
|
|
452
|
+
#: geovisio/web/items.py:1177
|
|
440
453
|
msgid "Picture blur status should be either unset, true or false"
|
|
441
454
|
msgstr ""
|
|
442
455
|
|
|
443
|
-
#: geovisio/web/items.py:
|
|
456
|
+
#: geovisio/web/items.py:1181
|
|
444
457
|
msgid "No picture file was sent"
|
|
445
458
|
msgstr ""
|
|
446
459
|
|
|
447
|
-
#: geovisio/web/items.py:
|
|
460
|
+
#: geovisio/web/items.py:1187 geovisio/web/upload_set.py:638
|
|
448
461
|
msgid "Picture file is either missing or in an unsupported format (should be jpg)"
|
|
449
462
|
msgstr ""
|
|
450
463
|
|
|
451
|
-
#: geovisio/web/items.py:
|
|
464
|
+
#: geovisio/web/items.py:1194
|
|
452
465
|
#, python-format
|
|
453
466
|
msgid "Collection %(s)s wasn't found in database"
|
|
454
467
|
msgstr ""
|
|
455
468
|
|
|
456
|
-
#: geovisio/web/items.py:
|
|
469
|
+
#: geovisio/web/items.py:1198
|
|
457
470
|
msgid "You're not authorized to add picture to this collection"
|
|
458
471
|
msgstr ""
|
|
459
472
|
|
|
460
|
-
#: geovisio/web/items.py:
|
|
473
|
+
#: geovisio/web/items.py:1203
|
|
461
474
|
msgid "The collection has been deleted, impossible to add pictures to it"
|
|
462
475
|
msgstr ""
|
|
463
476
|
|
|
464
|
-
#: geovisio/web/items.py:
|
|
477
|
+
#: geovisio/web/items.py:1233
|
|
465
478
|
msgid "There is already a picture with the same index in the sequence"
|
|
466
479
|
msgstr ""
|
|
467
480
|
|
|
468
|
-
#: geovisio/web/items.py:
|
|
481
|
+
#: geovisio/web/items.py:1235 geovisio/web/upload_set.py:874
|
|
469
482
|
msgid "Impossible to parse picture metadata"
|
|
470
483
|
msgstr ""
|
|
471
484
|
|
|
472
|
-
#: geovisio/web/items.py:
|
|
485
|
+
#: geovisio/web/items.py:1237 geovisio/web/upload_set.py:881
|
|
473
486
|
msgid "Picture has invalid metadata"
|
|
474
487
|
msgstr ""
|
|
475
488
|
|
|
476
|
-
#: geovisio/web/items.py:
|
|
489
|
+
#: geovisio/web/items.py:1245 geovisio/web/upload_set.py:907
|
|
477
490
|
msgid "Picture wasn't correctly saved in filesystem"
|
|
478
491
|
msgstr ""
|
|
479
492
|
|
|
480
|
-
#: geovisio/web/items.py:
|
|
493
|
+
#: geovisio/web/items.py:1329
|
|
481
494
|
msgid ""
|
|
482
495
|
"Parameter `capture_time` is not a valid datetime, it should be an iso "
|
|
483
496
|
"formated datetime (like '2017-07-21T17:32:28Z')."
|
|
484
497
|
msgstr ""
|
|
485
498
|
|
|
486
|
-
#: geovisio/web/items.py:
|
|
499
|
+
#: geovisio/web/items.py:1336
|
|
487
500
|
#, python-format
|
|
488
501
|
msgid "For parameter `longitude`, `%(v)s` is not a valid longitude"
|
|
489
502
|
msgstr ""
|
|
490
503
|
|
|
491
|
-
#: geovisio/web/items.py:
|
|
504
|
+
#: geovisio/web/items.py:1341
|
|
492
505
|
#, python-format
|
|
493
506
|
msgid "For parameter `latitude`, `%(v)s` is not a valid latitude"
|
|
494
507
|
msgstr ""
|
|
495
508
|
|
|
496
|
-
#: geovisio/web/items.py:
|
|
509
|
+
#: geovisio/web/items.py:1346
|
|
497
510
|
msgid "Longitude cannot be overridden alone, latitude also needs to be set"
|
|
498
511
|
msgstr ""
|
|
499
512
|
|
|
500
|
-
#: geovisio/web/items.py:
|
|
513
|
+
#: geovisio/web/items.py:1348
|
|
501
514
|
msgid "Latitude cannot be overridden alone, longitude also needs to be set"
|
|
502
515
|
msgstr ""
|
|
503
516
|
|
|
504
|
-
#: geovisio/web/items.py:
|
|
517
|
+
#: geovisio/web/items.py:1408
|
|
505
518
|
msgid ""
|
|
506
519
|
"You're not authorized to edit the visibility of this picture. Only the "
|
|
507
520
|
"owner can change this."
|
|
508
521
|
msgstr ""
|
|
509
522
|
|
|
510
|
-
#: geovisio/web/items.py:
|
|
523
|
+
#: geovisio/web/items.py:1415
|
|
511
524
|
msgid ""
|
|
512
525
|
"You're not authorized to edit this picture, collaborative editing is not "
|
|
513
526
|
"allowed"
|
|
514
527
|
msgstr ""
|
|
515
528
|
|
|
516
|
-
#: geovisio/web/items.py:
|
|
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
|
|
529
|
+
#: geovisio/web/items.py:1559
|
|
522
530
|
msgid "You're not authorized to edit this picture"
|
|
523
531
|
msgstr ""
|
|
524
532
|
|
|
@@ -567,85 +575,97 @@ msgstr ""
|
|
|
567
575
|
msgid "Could not delete page content"
|
|
568
576
|
msgstr ""
|
|
569
577
|
|
|
570
|
-
#: geovisio/web/params.py:
|
|
578
|
+
#: geovisio/web/params.py:98
|
|
571
579
|
msgid "Parameter datetime should contain one or two dates"
|
|
572
580
|
msgstr ""
|
|
573
581
|
|
|
574
|
-
#: geovisio/web/params.py:
|
|
582
|
+
#: geovisio/web/params.py:168
|
|
575
583
|
msgid ""
|
|
576
584
|
"Parameter bbox must contain valid longitude (-180 to 180) and latitude "
|
|
577
585
|
"(-90 to 90) values"
|
|
578
586
|
msgstr ""
|
|
579
587
|
|
|
580
|
-
#: geovisio/web/params.py:
|
|
588
|
+
#: geovisio/web/params.py:173
|
|
581
589
|
msgid "Parameter bbox must be in format [minX, minY, maxX, maxY]"
|
|
582
590
|
msgstr ""
|
|
583
591
|
|
|
584
|
-
#: geovisio/web/params.py:
|
|
592
|
+
#: geovisio/web/params.py:210
|
|
585
593
|
#, python-format
|
|
586
594
|
msgid "Parameter %(p)s must be coordinates in lat,lon format"
|
|
587
595
|
msgstr ""
|
|
588
596
|
|
|
589
|
-
#: geovisio/web/params.py:
|
|
597
|
+
#: geovisio/web/params.py:213
|
|
590
598
|
#, python-format
|
|
591
599
|
msgid "Longitude in parameter %(p)s is not valid (should be between -180 and 180)"
|
|
592
600
|
msgstr ""
|
|
593
601
|
|
|
594
|
-
#: geovisio/web/params.py:
|
|
602
|
+
#: geovisio/web/params.py:214
|
|
595
603
|
#, python-format
|
|
596
604
|
msgid "Latitude in parameter %(p)s is not valid (should be between -90 and 90)"
|
|
597
605
|
msgstr ""
|
|
598
606
|
|
|
599
|
-
#: geovisio/web/params.py:
|
|
607
|
+
#: geovisio/web/params.py:237 geovisio/web/params.py:250
|
|
600
608
|
#, python-format
|
|
601
609
|
msgid ""
|
|
602
610
|
"Parameter %(p)s is invalid (should be a distance range in meters like "
|
|
603
611
|
"\"5-15\")"
|
|
604
612
|
msgstr ""
|
|
605
613
|
|
|
606
|
-
#: geovisio/web/params.py:
|
|
614
|
+
#: geovisio/web/params.py:243
|
|
607
615
|
#, python-format
|
|
608
616
|
msgid "Parameter %(p)s has a min value greater than its max value"
|
|
609
617
|
msgstr ""
|
|
610
618
|
|
|
611
|
-
#: geovisio/web/params.py:
|
|
619
|
+
#: geovisio/web/params.py:317
|
|
612
620
|
#, python-format
|
|
613
621
|
msgid "Parameter %(p)s must be a valid list"
|
|
614
622
|
msgstr ""
|
|
615
623
|
|
|
616
|
-
#: geovisio/web/params.py:
|
|
624
|
+
#: geovisio/web/params.py:354
|
|
625
|
+
msgid ""
|
|
626
|
+
"The status filter is not supported anymore, use the `visibility` filter "
|
|
627
|
+
"instead"
|
|
628
|
+
msgstr ""
|
|
629
|
+
|
|
630
|
+
#: geovisio/web/params.py:359
|
|
631
|
+
msgid ""
|
|
632
|
+
"The status filter is not supported anymore, use the `show_deleted` "
|
|
633
|
+
"parameter instead if you need to query deleted collections"
|
|
634
|
+
msgstr ""
|
|
635
|
+
|
|
636
|
+
#: geovisio/web/params.py:377
|
|
617
637
|
msgid ""
|
|
618
638
|
"Heading is not valid, should be an integer in degrees from 0° to 360°. "
|
|
619
639
|
"North is 0°, East = 90°, South = 180° and West = 270°."
|
|
620
640
|
msgstr ""
|
|
621
641
|
|
|
622
|
-
#: geovisio/web/params.py:
|
|
642
|
+
#: geovisio/web/params.py:429
|
|
623
643
|
msgid "Unsupported sortby parameter: syntax isn't correct"
|
|
624
644
|
msgstr ""
|
|
625
645
|
|
|
626
|
-
#: geovisio/web/params.py:
|
|
646
|
+
#: geovisio/web/params.py:484
|
|
627
647
|
msgid "Unsupported sortby parameter: invalid column name"
|
|
628
648
|
msgstr ""
|
|
629
649
|
|
|
630
|
-
#: geovisio/web/params.py:
|
|
650
|
+
#: geovisio/web/params.py:494
|
|
631
651
|
msgid "Unsupported sortby parameter: invalid field"
|
|
632
652
|
msgstr ""
|
|
633
653
|
|
|
634
|
-
#: geovisio/web/params.py:
|
|
654
|
+
#: geovisio/web/params.py:521
|
|
635
655
|
#, python-format
|
|
636
656
|
msgid "limit parameter should be a valid, positive integer (between 1 and %(v)s)"
|
|
637
657
|
msgstr ""
|
|
638
658
|
|
|
639
|
-
#: geovisio/web/params.py:
|
|
659
|
+
#: geovisio/web/params.py:524
|
|
640
660
|
#, python-format
|
|
641
661
|
msgid "limit parameter should be an integer between 1 and %(v)s"
|
|
642
662
|
msgstr ""
|
|
643
663
|
|
|
644
|
-
#: geovisio/web/params.py:
|
|
664
|
+
#: geovisio/web/params.py:535
|
|
645
665
|
msgid "longitude needs to be between -180 and 180"
|
|
646
666
|
msgstr ""
|
|
647
667
|
|
|
648
|
-
#: geovisio/web/params.py:
|
|
668
|
+
#: geovisio/web/params.py:545
|
|
649
669
|
msgid "latitude needs to be between -90 and 90"
|
|
650
670
|
msgstr ""
|
|
651
671
|
|
|
@@ -731,7 +751,7 @@ msgstr ""
|
|
|
731
751
|
msgid "Impossible to find token"
|
|
732
752
|
msgstr ""
|
|
733
753
|
|
|
734
|
-
#: geovisio/web/tokens.py:181
|
|
754
|
+
#: geovisio/web/tokens.py:181 geovisio/web/tokens.py:292
|
|
735
755
|
msgid "Impossible to generate a new token"
|
|
736
756
|
msgstr ""
|
|
737
757
|
|
|
@@ -739,81 +759,82 @@ msgstr ""
|
|
|
739
759
|
msgid "Token already claimed by another account"
|
|
740
760
|
msgstr ""
|
|
741
761
|
|
|
742
|
-
#: geovisio/web/upload_set.py:
|
|
762
|
+
#: geovisio/web/upload_set.py:323
|
|
743
763
|
msgid "Impossible to create an UploadSet"
|
|
744
764
|
msgstr ""
|
|
745
765
|
|
|
746
|
-
#: geovisio/web/upload_set.py:
|
|
766
|
+
#: geovisio/web/upload_set.py:325
|
|
747
767
|
msgid "Parameter for creating an UploadSet should be a valid JSON"
|
|
748
768
|
msgstr ""
|
|
749
769
|
|
|
750
|
-
#: geovisio/web/upload_set.py:
|
|
770
|
+
#: geovisio/web/upload_set.py:383
|
|
751
771
|
msgid "Impossible to update the UploadSet"
|
|
752
772
|
msgstr ""
|
|
753
773
|
|
|
754
|
-
#: geovisio/web/upload_set.py:
|
|
774
|
+
#: geovisio/web/upload_set.py:385
|
|
755
775
|
msgid "Parameter for updating an UploadSet should be a valid JSON"
|
|
756
776
|
msgstr ""
|
|
757
777
|
|
|
758
|
-
#: geovisio/web/upload_set.py:
|
|
759
|
-
#: geovisio/web/upload_set.py:
|
|
778
|
+
#: geovisio/web/upload_set.py:390 geovisio/web/upload_set.py:434
|
|
779
|
+
#: geovisio/web/upload_set.py:468 geovisio/web/upload_set.py:989
|
|
760
780
|
msgid "UploadSet doesn't exist"
|
|
761
781
|
msgstr ""
|
|
762
782
|
|
|
763
|
-
#: geovisio/web/upload_set.py:
|
|
783
|
+
#: geovisio/web/upload_set.py:394
|
|
764
784
|
msgid "You are not allowed to update this upload set"
|
|
765
785
|
msgstr ""
|
|
766
786
|
|
|
767
|
-
#: geovisio/web/upload_set.py:
|
|
787
|
+
#: geovisio/web/upload_set.py:565
|
|
768
788
|
msgid ""
|
|
769
789
|
"Parameter `override_capture_time` is not a valid datetime, it should be "
|
|
770
790
|
"an iso formated datetime (like '2017-07-21T17:32:28Z')."
|
|
771
791
|
msgstr ""
|
|
772
792
|
|
|
773
|
-
#: geovisio/web/upload_set.py:
|
|
793
|
+
#: geovisio/web/upload_set.py:631
|
|
774
794
|
msgid "No file was sent"
|
|
775
795
|
msgstr ""
|
|
776
796
|
|
|
777
|
-
#: geovisio/web/upload_set.py:
|
|
797
|
+
#: geovisio/web/upload_set.py:795 geovisio/web/upload_set.py:975
|
|
798
|
+
#: geovisio/web/upload_set.py:1023
|
|
778
799
|
#, python-format
|
|
779
800
|
msgid "UploadSet %(u)s does not exist"
|
|
780
801
|
msgstr ""
|
|
781
802
|
|
|
782
|
-
#: geovisio/web/upload_set.py:
|
|
803
|
+
#: geovisio/web/upload_set.py:799
|
|
783
804
|
msgid "You're not authorized to add picture to this upload set"
|
|
784
805
|
msgstr ""
|
|
785
806
|
|
|
786
|
-
#: geovisio/web/upload_set.py:
|
|
807
|
+
#: geovisio/web/upload_set.py:839
|
|
787
808
|
msgid "The item has already been added to this upload set"
|
|
788
809
|
msgstr ""
|
|
789
810
|
|
|
790
|
-
#: geovisio/web/upload_set.py:
|
|
811
|
+
#: geovisio/web/upload_set.py:846
|
|
791
812
|
msgid "The same picture has already been sent in a past upload"
|
|
792
813
|
msgstr ""
|
|
793
814
|
|
|
794
|
-
#: geovisio/web/upload_set.py:
|
|
815
|
+
#: geovisio/web/upload_set.py:889
|
|
795
816
|
msgid "Impossible to open file as image. The only supported image format is jpg."
|
|
796
817
|
msgstr ""
|
|
797
818
|
|
|
798
|
-
#: geovisio/web/upload_set.py:
|
|
819
|
+
#: geovisio/web/upload_set.py:979
|
|
799
820
|
msgid "You're not authorized to complete this upload set"
|
|
800
821
|
msgstr ""
|
|
801
822
|
|
|
802
|
-
#: geovisio/web/upload_set.py:
|
|
823
|
+
#: geovisio/web/upload_set.py:1026
|
|
803
824
|
msgid "You're not authorized to delete this upload set"
|
|
804
825
|
msgstr ""
|
|
805
826
|
|
|
806
|
-
#: geovisio/web/users.py:
|
|
827
|
+
#: geovisio/web/users.py:138
|
|
807
828
|
msgid "Impossible to find user"
|
|
808
829
|
msgstr ""
|
|
809
830
|
|
|
810
|
-
#: geovisio/web/users.py:
|
|
831
|
+
#: geovisio/web/users.py:231
|
|
811
832
|
msgid ""
|
|
812
833
|
"No search parameter given, you should provide `q=<pattern>` as query "
|
|
813
834
|
"parameter"
|
|
814
835
|
msgstr ""
|
|
815
836
|
|
|
816
|
-
#: geovisio/web/utils.py:
|
|
837
|
+
#: geovisio/web/utils.py:69
|
|
817
838
|
msgid "No default account defined, please contact your instance administrator"
|
|
818
839
|
msgstr ""
|
|
819
840
|
|