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