geovisio 2.7.0__py3-none-any.whl → 2.7.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- geovisio/__init__.py +2 -2
- geovisio/admin_cli/cleanup.py +2 -2
- geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/de/LC_MESSAGES/messages.po +139 -2
- geovisio/translations/el/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/el/LC_MESSAGES/messages.po +685 -0
- geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/en/LC_MESSAGES/messages.po +126 -118
- geovisio/translations/fr/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/fr/LC_MESSAGES/messages.po +1 -1
- geovisio/translations/hu/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/hu/LC_MESSAGES/messages.po +773 -0
- geovisio/translations/messages.pot +125 -117
- geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/nl/LC_MESSAGES/messages.po +24 -16
- geovisio/utils/pictures.py +18 -20
- geovisio/utils/sequences.py +21 -23
- geovisio/utils/upload_set.py +40 -52
- geovisio/web/collections.py +19 -3
- geovisio/web/docs.py +35 -1
- geovisio/web/items.py +15 -6
- geovisio/web/map.py +86 -18
- geovisio/web/upload_set.py +9 -6
- geovisio/workers/runner_pictures.py +19 -33
- {geovisio-2.7.0.dist-info → geovisio-2.7.1.dist-info}/METADATA +2 -2
- {geovisio-2.7.0.dist-info → geovisio-2.7.1.dist-info}/RECORD +28 -24
- {geovisio-2.7.0.dist-info → geovisio-2.7.1.dist-info}/WHEEL +1 -1
- {geovisio-2.7.0.dist-info → geovisio-2.7.1.dist-info}/LICENSE +0 -0
|
@@ -7,14 +7,14 @@ msgid ""
|
|
|
7
7
|
msgstr ""
|
|
8
8
|
"Project-Id-Version: PROJECT VERSION\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
|
10
|
-
"POT-Creation-Date: 2024-
|
|
11
|
-
"PO-Revision-Date: 2024-
|
|
10
|
+
"POT-Creation-Date: 2024-10-28 10:15+0100\n"
|
|
11
|
+
"PO-Revision-Date: 2024-10-28 10:15+0100\n"
|
|
12
12
|
"Last-Translator: Automatically generated\n"
|
|
13
13
|
"Language-Team: none\n"
|
|
14
14
|
"MIME-Version: 1.0\n"
|
|
15
15
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
16
16
|
"Content-Transfer-Encoding: 8bit\n"
|
|
17
|
-
"Generated-By: Babel 2.
|
|
17
|
+
"Generated-By: Babel 2.15.0\n"
|
|
18
18
|
"Language: en\n"
|
|
19
19
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
20
20
|
|
|
@@ -82,7 +82,7 @@ msgstr "Only Bearer token are supported"
|
|
|
82
82
|
msgid "Impossible to find excluded area"
|
|
83
83
|
msgstr "Impossible to find excluded area"
|
|
84
84
|
|
|
85
|
-
#: geovisio/utils/pictures.py:
|
|
85
|
+
#: geovisio/utils/pictures.py:303
|
|
86
86
|
#, python-format
|
|
87
87
|
msgid ""
|
|
88
88
|
"Invalid '%(format)s' format for image, only the following formats are "
|
|
@@ -91,33 +91,33 @@ msgstr ""
|
|
|
91
91
|
"Invalid '%(format)s' format for image, only the following formats are "
|
|
92
92
|
"available: %(allowed_formats)s"
|
|
93
93
|
|
|
94
|
-
#: geovisio/utils/pictures.py:
|
|
94
|
+
#: geovisio/utils/pictures.py:417
|
|
95
95
|
msgid "Picture can't be found, you may check its ID"
|
|
96
96
|
msgstr "Picture can't be found, you may check its ID"
|
|
97
97
|
|
|
98
|
-
#: geovisio/utils/pictures.py:
|
|
98
|
+
#: geovisio/utils/pictures.py:420
|
|
99
99
|
msgid "Picture is not available (either hidden by admin or processing)"
|
|
100
100
|
msgstr "Picture is not available (either hidden by admin or processing)"
|
|
101
101
|
|
|
102
|
-
#: geovisio/utils/pictures.py:
|
|
102
|
+
#: geovisio/utils/pictures.py:428
|
|
103
103
|
msgid "HD Picture file is not available"
|
|
104
104
|
msgstr "HD Picture file is not available"
|
|
105
105
|
|
|
106
|
-
#: geovisio/utils/pictures.py:
|
|
106
|
+
#: geovisio/utils/pictures.py:447
|
|
107
107
|
msgid "Picture derivates file are not available"
|
|
108
108
|
msgstr "Picture derivates file are not available"
|
|
109
109
|
|
|
110
|
-
#: geovisio/utils/pictures.py:
|
|
111
|
-
#: geovisio/web/pictures.py:
|
|
110
|
+
#: geovisio/utils/pictures.py:464 geovisio/web/pictures.py:53
|
|
111
|
+
#: geovisio/web/pictures.py:98 geovisio/web/pictures.py:208
|
|
112
112
|
msgid "Unable to read picture on filesystem"
|
|
113
113
|
msgstr "Unable to read picture on filesystem"
|
|
114
114
|
|
|
115
115
|
#: geovisio/utils/reports.py:142 geovisio/utils/upload_set.py:352
|
|
116
|
-
#: geovisio/web/params.py:
|
|
116
|
+
#: geovisio/web/params.py:356
|
|
117
117
|
msgid "Unsupported filter parameter"
|
|
118
118
|
msgstr "Unsupported filter parameter"
|
|
119
119
|
|
|
120
|
-
#: geovisio/utils/sequences.py:
|
|
120
|
+
#: geovisio/utils/sequences.py:377
|
|
121
121
|
msgid ""
|
|
122
122
|
"Sort by file date is not possible on this sequence (no file date information "
|
|
123
123
|
"available on pictures)"
|
|
@@ -125,7 +125,7 @@ msgstr ""
|
|
|
125
125
|
"Sort by file date is not possible on this sequence (no file date information "
|
|
126
126
|
"available on pictures)"
|
|
127
127
|
|
|
128
|
-
#: geovisio/utils/sequences.py:
|
|
128
|
+
#: geovisio/utils/sequences.py:402
|
|
129
129
|
#, python-format
|
|
130
130
|
msgid ""
|
|
131
131
|
"Sort using %(sort)s is not possible on this sequence, picture %(pic)s is "
|
|
@@ -134,20 +134,20 @@ msgstr ""
|
|
|
134
134
|
"Sort using %(sort)s is not possible on this sequence, picture %(pic)s is "
|
|
135
135
|
"missing mandatory metadata"
|
|
136
136
|
|
|
137
|
-
#: geovisio/utils/sequences.py:
|
|
137
|
+
#: geovisio/utils/sequences.py:590 geovisio/web/collections.py:618
|
|
138
138
|
#, python-format
|
|
139
139
|
msgid "Collection %(c)s wasn't found in database"
|
|
140
140
|
msgstr "Collection %(c)s wasn't found in database"
|
|
141
141
|
|
|
142
|
-
#: geovisio/utils/tokens.py:
|
|
142
|
+
#: geovisio/utils/tokens.py:42
|
|
143
143
|
msgid "JWT token signature does not match"
|
|
144
144
|
msgstr "JWT token signature does not match"
|
|
145
145
|
|
|
146
|
-
#: geovisio/utils/tokens.py:
|
|
146
|
+
#: geovisio/utils/tokens.py:56
|
|
147
147
|
msgid "Token does not exist anymore"
|
|
148
148
|
msgstr "Token does not exist anymore"
|
|
149
149
|
|
|
150
|
-
#: geovisio/utils/tokens.py:
|
|
150
|
+
#: geovisio/utils/tokens.py:60
|
|
151
151
|
msgid ""
|
|
152
152
|
"Token not yet claimed, this token cannot be used yet. Either claim this "
|
|
153
153
|
"token or generate a new one"
|
|
@@ -177,11 +177,11 @@ msgstr ""
|
|
|
177
177
|
msgid "Something went very wrong, but not due to the picture itself"
|
|
178
178
|
msgstr "Something went very wrong, but not due to the picture itself"
|
|
179
179
|
|
|
180
|
-
#: geovisio/web/auth.py:
|
|
180
|
+
#: geovisio/web/auth.py:60
|
|
181
181
|
msgid "Impossible to finish authentication flow"
|
|
182
182
|
msgstr "Impossible to finish authentication flow"
|
|
183
183
|
|
|
184
|
-
#: geovisio/web/auth.py:
|
|
184
|
+
#: geovisio/web/auth.py:64
|
|
185
185
|
msgid ""
|
|
186
186
|
"You can try to clear your cookies and retry. If the problem persists, "
|
|
187
187
|
"contact your instance administrator."
|
|
@@ -189,41 +189,41 @@ msgstr ""
|
|
|
189
189
|
"You can try to clear your cookies and retry. If the problem persists, "
|
|
190
190
|
"contact your instance administrator."
|
|
191
191
|
|
|
192
|
-
#: geovisio/web/collections.py:
|
|
192
|
+
#: geovisio/web/collections.py:288
|
|
193
193
|
#, python-format
|
|
194
194
|
msgid "There is no collection created after %(d)s"
|
|
195
195
|
msgstr "There is no collection created after %(d)s"
|
|
196
196
|
|
|
197
|
-
#: geovisio/web/collections.py:
|
|
197
|
+
#: geovisio/web/collections.py:290
|
|
198
198
|
#, python-format
|
|
199
199
|
msgid "There is no collection created before %(d)s"
|
|
200
200
|
msgstr "There is no collection created before %(d)s"
|
|
201
201
|
|
|
202
|
-
#: geovisio/web/collections.py:
|
|
202
|
+
#: geovisio/web/collections.py:399 geovisio/web/items.py:397
|
|
203
203
|
msgid "Collection doesn't exist"
|
|
204
204
|
msgstr "Collection doesn't exist"
|
|
205
205
|
|
|
206
|
-
#: geovisio/web/collections.py:
|
|
206
|
+
#: geovisio/web/collections.py:458
|
|
207
207
|
msgid "Impossible to find a thumbnail for the collection"
|
|
208
208
|
msgstr "Impossible to find a thumbnail for the collection"
|
|
209
209
|
|
|
210
|
-
#: geovisio/web/collections.py:
|
|
210
|
+
#: geovisio/web/collections.py:578 geovisio/web/items.py:1174
|
|
211
211
|
msgid ""
|
|
212
212
|
"Picture visibility parameter (visible) should be either unset, true or false"
|
|
213
213
|
msgstr ""
|
|
214
214
|
"Picture visibility parameter (visible) should be either unset, true or false"
|
|
215
215
|
|
|
216
|
-
#: geovisio/web/collections.py:
|
|
216
|
+
#: geovisio/web/collections.py:584
|
|
217
217
|
msgid ""
|
|
218
218
|
"Sequence title is not valid, should be a string with a max of 250 characters"
|
|
219
219
|
msgstr ""
|
|
220
220
|
"Sequence title is not valid, should be a string with a max of 250 characters"
|
|
221
221
|
|
|
222
|
-
#: geovisio/web/collections.py:
|
|
222
|
+
#: geovisio/web/collections.py:590
|
|
223
223
|
msgid "Sort order parameter is invalid"
|
|
224
224
|
msgstr "Sort order parameter is invalid"
|
|
225
225
|
|
|
226
|
-
#: geovisio/web/collections.py:
|
|
226
|
+
#: geovisio/web/collections.py:601
|
|
227
227
|
msgid ""
|
|
228
228
|
"Relative heading is not valid, should be an integer in degrees from -180 to "
|
|
229
229
|
"180"
|
|
@@ -231,114 +231,114 @@ msgstr ""
|
|
|
231
231
|
"Relative heading is not valid, should be an integer in degrees from -180 to "
|
|
232
232
|
"180"
|
|
233
233
|
|
|
234
|
-
#: geovisio/web/collections.py:
|
|
234
|
+
#: geovisio/web/collections.py:622
|
|
235
235
|
msgid "You're not authorized to edit this sequence"
|
|
236
236
|
msgstr "You're not authorized to edit this sequence"
|
|
237
237
|
|
|
238
|
-
#: geovisio/web/collections.py:
|
|
238
|
+
#: geovisio/web/collections.py:631
|
|
239
239
|
#, python-format
|
|
240
240
|
msgid ""
|
|
241
241
|
"Sequence %(c)s is in %(s)s state, its visibility can't be changed for now"
|
|
242
242
|
msgstr ""
|
|
243
243
|
"Sequence %(c)s is in %(s)s state, its visibility can't be changed for now"
|
|
244
244
|
|
|
245
|
-
#: geovisio/web/collections.py:
|
|
245
|
+
#: geovisio/web/collections.py:766
|
|
246
246
|
msgid "Sequence doesn't exists"
|
|
247
247
|
msgstr "Sequence doesn't exists"
|
|
248
248
|
|
|
249
|
-
#: geovisio/web/collections.py:
|
|
249
|
+
#: geovisio/web/collections.py:911 geovisio/web/stac.py:337
|
|
250
250
|
#, python-format
|
|
251
251
|
msgid "Impossible to find user %(u)s"
|
|
252
252
|
msgstr "Impossible to find user %(u)s"
|
|
253
253
|
|
|
254
|
-
#: geovisio/web/collections.py:
|
|
254
|
+
#: geovisio/web/collections.py:943 geovisio/web/stac.py:347
|
|
255
255
|
#, python-format
|
|
256
256
|
msgid "No data loaded for user %(u)s"
|
|
257
257
|
msgstr "No data loaded for user %(u)s"
|
|
258
258
|
|
|
259
|
-
#: geovisio/web/collections.py:
|
|
259
|
+
#: geovisio/web/collections.py:945
|
|
260
260
|
msgid "No matching sequences found"
|
|
261
261
|
msgstr "No matching sequences found"
|
|
262
262
|
|
|
263
|
-
#: geovisio/web/excluded_areas.py:
|
|
263
|
+
#: geovisio/web/excluded_areas.py:133
|
|
264
264
|
msgid "You must be logged-in as admin to access all excluded areas"
|
|
265
265
|
msgstr "You must be logged-in as admin to access all excluded areas"
|
|
266
266
|
|
|
267
|
-
#: geovisio/web/excluded_areas.py:
|
|
267
|
+
#: geovisio/web/excluded_areas.py:135
|
|
268
268
|
msgid "You're not authorized to access all excluded areas"
|
|
269
269
|
msgstr "You're not authorized to access all excluded areas"
|
|
270
270
|
|
|
271
|
-
#: geovisio/web/excluded_areas.py:
|
|
272
|
-
#: geovisio/web/excluded_areas.py:
|
|
271
|
+
#: geovisio/web/excluded_areas.py:172 geovisio/web/excluded_areas.py:182
|
|
272
|
+
#: geovisio/web/excluded_areas.py:336 geovisio/web/excluded_areas.py:343
|
|
273
273
|
msgid "Impossible to create an Excluded Area"
|
|
274
274
|
msgstr "Impossible to create an Excluded Area"
|
|
275
275
|
|
|
276
|
-
#: geovisio/web/excluded_areas.py:
|
|
276
|
+
#: geovisio/web/excluded_areas.py:174 geovisio/web/excluded_areas.py:338
|
|
277
277
|
msgid "Parameter for creating an Excluded Area should be a valid JSON"
|
|
278
278
|
msgstr "Parameter for creating an Excluded Area should be a valid JSON"
|
|
279
279
|
|
|
280
|
-
#: geovisio/web/excluded_areas.py:
|
|
280
|
+
#: geovisio/web/excluded_areas.py:177 geovisio/web/excluded_areas.py:235
|
|
281
281
|
msgid "You must be logged-in as admin to edit excluded areas"
|
|
282
282
|
msgstr "You must be logged-in as admin to edit excluded areas"
|
|
283
283
|
|
|
284
|
-
#: geovisio/web/excluded_areas.py:
|
|
284
|
+
#: geovisio/web/excluded_areas.py:230 geovisio/web/excluded_areas.py:242
|
|
285
285
|
msgid "Impossible to replace all Excluded Areas"
|
|
286
286
|
msgstr "Impossible to replace all Excluded Areas"
|
|
287
287
|
|
|
288
|
-
#: geovisio/web/excluded_areas.py:
|
|
288
|
+
#: geovisio/web/excluded_areas.py:232
|
|
289
289
|
msgid "Parameter for replacing all Excluded Areas should be a valid JSON"
|
|
290
290
|
msgstr "Parameter for replacing all Excluded Areas should be a valid JSON"
|
|
291
291
|
|
|
292
|
-
#: geovisio/web/excluded_areas.py:
|
|
292
|
+
#: geovisio/web/excluded_areas.py:272
|
|
293
293
|
msgid "You must be logged-in as admin to delete excluded areas"
|
|
294
294
|
msgstr "You must be logged-in as admin to delete excluded areas"
|
|
295
295
|
|
|
296
|
-
#: geovisio/web/items.py:
|
|
296
|
+
#: geovisio/web/items.py:360
|
|
297
297
|
msgid "limit parameter should be an integer between 1 and 10000"
|
|
298
298
|
msgstr "limit parameter should be an integer between 1 and 10000"
|
|
299
299
|
|
|
300
|
-
#: geovisio/web/items.py:
|
|
300
|
+
#: geovisio/web/items.py:362
|
|
301
301
|
msgid ""
|
|
302
302
|
"limit parameter should be a valid, positive integer (between 1 and 10000)"
|
|
303
303
|
msgstr ""
|
|
304
304
|
"limit parameter should be a valid, positive integer (between 1 and 10000)"
|
|
305
305
|
|
|
306
|
-
#: geovisio/web/items.py:
|
|
306
|
+
#: geovisio/web/items.py:367
|
|
307
307
|
msgid "`startAfterRank` and `withPicture` are mutually exclusive parameters"
|
|
308
308
|
msgstr "`startAfterRank` and `withPicture` are mutually exclusive parameters"
|
|
309
309
|
|
|
310
|
-
#: geovisio/web/items.py:
|
|
310
|
+
#: geovisio/web/items.py:374
|
|
311
311
|
msgid "startAfterRank parameter should be a positive integer (starting from 1)"
|
|
312
312
|
msgstr ""
|
|
313
313
|
"startAfterRank parameter should be a positive integer (starting from 1)"
|
|
314
314
|
|
|
315
|
-
#: geovisio/web/items.py:
|
|
315
|
+
#: geovisio/web/items.py:376
|
|
316
316
|
msgid "startAfterRank parameter should be a valid, positive integer"
|
|
317
317
|
msgstr "startAfterRank parameter should be a valid, positive integer"
|
|
318
318
|
|
|
319
|
-
#: geovisio/web/items.py:
|
|
319
|
+
#: geovisio/web/items.py:403
|
|
320
320
|
#, python-format
|
|
321
321
|
msgid "No more items in this collection (last available rank is %(r)s)"
|
|
322
322
|
msgstr "No more items in this collection (last available rank is %(r)s)"
|
|
323
323
|
|
|
324
|
-
#: geovisio/web/items.py:
|
|
324
|
+
#: geovisio/web/items.py:413
|
|
325
325
|
#, python-format
|
|
326
326
|
msgid "Picture with id %(p)s does not exists"
|
|
327
327
|
msgstr "Picture with id %(p)s does not exists"
|
|
328
328
|
|
|
329
|
-
#: geovisio/web/items.py:
|
|
329
|
+
#: geovisio/web/items.py:699
|
|
330
330
|
msgid "Item doesn't exist"
|
|
331
331
|
msgstr "Item doesn't exist"
|
|
332
332
|
|
|
333
|
-
#: geovisio/web/items.py:
|
|
333
|
+
#: geovisio/web/items.py:758
|
|
334
334
|
msgid "Search using POST method should have a JSON body"
|
|
335
335
|
msgstr "Search using POST method should have a JSON body"
|
|
336
336
|
|
|
337
|
-
#: geovisio/web/items.py:
|
|
337
|
+
#: geovisio/web/items.py:767
|
|
338
338
|
msgid "Parameter limit must be either empty or a number between 1 and 10000"
|
|
339
339
|
msgstr "Parameter limit must be either empty or a number between 1 and 10000"
|
|
340
340
|
|
|
341
|
-
#: geovisio/web/items.py:
|
|
341
|
+
#: geovisio/web/items.py:823
|
|
342
342
|
msgid ""
|
|
343
343
|
"Parameter place_fov_tolerance must be either empty or a number between 2 and "
|
|
344
344
|
"180"
|
|
@@ -346,102 +346,102 @@ msgstr ""
|
|
|
346
346
|
"Parameter place_fov_tolerance must be either empty or a number between 2 and "
|
|
347
347
|
"180"
|
|
348
348
|
|
|
349
|
-
#: geovisio/web/items.py:
|
|
349
|
+
#: geovisio/web/items.py:845
|
|
350
350
|
msgid ""
|
|
351
351
|
"Parameter intersects should contain a valid GeoJSON Geometry (not a Feature)"
|
|
352
352
|
msgstr ""
|
|
353
353
|
"Parameter intersects should contain a valid GeoJSON Geometry (not a Feature)"
|
|
354
354
|
|
|
355
|
-
#: geovisio/web/items.py:
|
|
355
|
+
#: geovisio/web/items.py:861
|
|
356
356
|
msgid "Parameter ids should be a JSON array of strings"
|
|
357
357
|
msgstr "Parameter ids should be a JSON array of strings"
|
|
358
358
|
|
|
359
|
-
#: geovisio/web/items.py:
|
|
359
|
+
#: geovisio/web/items.py:873
|
|
360
360
|
msgid "Parameter collections should be a JSON array of strings"
|
|
361
361
|
msgstr "Parameter collections should be a JSON array of strings"
|
|
362
362
|
|
|
363
|
-
#: geovisio/web/items.py:
|
|
363
|
+
#: geovisio/web/items.py:884
|
|
364
364
|
msgid "Picture doesn't exist"
|
|
365
365
|
msgstr "Picture doesn't exist"
|
|
366
366
|
|
|
367
|
-
#: geovisio/web/items.py:
|
|
367
|
+
#: geovisio/web/items.py:987 geovisio/web/upload_set.py:527
|
|
368
368
|
msgid "Content type should be multipart/form-data"
|
|
369
369
|
msgstr "Content type should be multipart/form-data"
|
|
370
370
|
|
|
371
|
-
#: geovisio/web/items.py:
|
|
371
|
+
#: geovisio/web/items.py:991
|
|
372
372
|
msgid "Missing \"position\" parameter"
|
|
373
373
|
msgstr "Missing \"position\" parameter"
|
|
374
374
|
|
|
375
|
-
#: geovisio/web/items.py:
|
|
375
|
+
#: geovisio/web/items.py:998
|
|
376
376
|
msgid "Position in sequence should be a positive integer"
|
|
377
377
|
msgstr "Position in sequence should be a positive integer"
|
|
378
378
|
|
|
379
|
-
#: geovisio/web/items.py:
|
|
379
|
+
#: geovisio/web/items.py:1012 geovisio/web/upload_set.py:336
|
|
380
380
|
msgid ""
|
|
381
381
|
"Longitude cannot be overridden alone, override_latitude also needs to be set"
|
|
382
382
|
msgstr ""
|
|
383
383
|
"Longitude cannot be overridden alone, override_latitude also needs to be set"
|
|
384
384
|
|
|
385
|
-
#: geovisio/web/items.py:
|
|
385
|
+
#: geovisio/web/items.py:1014 geovisio/web/upload_set.py:338
|
|
386
386
|
msgid ""
|
|
387
387
|
"Latitude cannot be overridden alone, override_longitude also needs to be set"
|
|
388
388
|
msgstr ""
|
|
389
389
|
"Latitude cannot be overridden alone, override_longitude also needs to be set"
|
|
390
390
|
|
|
391
|
-
#: geovisio/web/items.py:
|
|
391
|
+
#: geovisio/web/items.py:1015 geovisio/web/upload_set.py:311
|
|
392
392
|
#, python-format
|
|
393
393
|
msgid "For parameter `override_longitude`, `%(v)s` is not a valid longitude"
|
|
394
394
|
msgstr "For parameter `override_longitude`, `%(v)s` is not a valid longitude"
|
|
395
395
|
|
|
396
|
-
#: geovisio/web/items.py:
|
|
396
|
+
#: geovisio/web/items.py:1016 geovisio/web/upload_set.py:316
|
|
397
397
|
#, python-format
|
|
398
398
|
msgid "For parameter `override_latitude`, `%(v)s` is not a valid latitude"
|
|
399
399
|
msgstr "For parameter `override_latitude`, `%(v)s` is not a valid latitude"
|
|
400
400
|
|
|
401
|
-
#: geovisio/web/items.py:
|
|
401
|
+
#: geovisio/web/items.py:1035
|
|
402
402
|
msgid "Picture blur status should be either unset, true or false"
|
|
403
403
|
msgstr "Picture blur status should be either unset, true or false"
|
|
404
404
|
|
|
405
|
-
#: geovisio/web/items.py:
|
|
405
|
+
#: geovisio/web/items.py:1039
|
|
406
406
|
msgid "No picture file was sent"
|
|
407
407
|
msgstr "No picture file was sent"
|
|
408
408
|
|
|
409
|
-
#: geovisio/web/items.py:
|
|
409
|
+
#: geovisio/web/items.py:1045 geovisio/web/upload_set.py:377
|
|
410
410
|
msgid ""
|
|
411
411
|
"Picture file is either missing or in an unsupported format (should be jpg)"
|
|
412
412
|
msgstr ""
|
|
413
413
|
"Picture file is either missing or in an unsupported format (should be jpg)"
|
|
414
414
|
|
|
415
|
-
#: geovisio/web/items.py:
|
|
415
|
+
#: geovisio/web/items.py:1052
|
|
416
416
|
#, python-format
|
|
417
417
|
msgid "Collection %(s)s wasn't found in database"
|
|
418
418
|
msgstr "Collection %(s)s wasn't found in database"
|
|
419
419
|
|
|
420
|
-
#: geovisio/web/items.py:
|
|
420
|
+
#: geovisio/web/items.py:1056
|
|
421
421
|
msgid "You're not authorized to add picture to this collection"
|
|
422
422
|
msgstr "You're not authorized to add picture to this collection"
|
|
423
423
|
|
|
424
|
-
#: geovisio/web/items.py:
|
|
424
|
+
#: geovisio/web/items.py:1061
|
|
425
425
|
msgid "The collection has been deleted, impossible to add pictures to it"
|
|
426
426
|
msgstr "The collection has been deleted, impossible to add pictures to it"
|
|
427
427
|
|
|
428
|
-
#: geovisio/web/items.py:
|
|
428
|
+
#: geovisio/web/items.py:1091
|
|
429
429
|
msgid "Picture at given position already exist"
|
|
430
430
|
msgstr "Picture at given position already exist"
|
|
431
431
|
|
|
432
|
-
#: geovisio/web/items.py:
|
|
432
|
+
#: geovisio/web/items.py:1093 geovisio/web/upload_set.py:613
|
|
433
433
|
msgid "Impossible to parse picture metadata"
|
|
434
434
|
msgstr "Impossible to parse picture metadata"
|
|
435
435
|
|
|
436
|
-
#: geovisio/web/items.py:
|
|
436
|
+
#: geovisio/web/items.py:1095 geovisio/web/upload_set.py:620
|
|
437
437
|
msgid "Picture has invalid metadata"
|
|
438
438
|
msgstr "Picture has invalid metadata"
|
|
439
439
|
|
|
440
|
-
#: geovisio/web/items.py:
|
|
440
|
+
#: geovisio/web/items.py:1103 geovisio/web/upload_set.py:646
|
|
441
441
|
msgid "Picture wasn't correctly saved in filesystem"
|
|
442
442
|
msgstr "Picture wasn't correctly saved in filesystem"
|
|
443
443
|
|
|
444
|
-
#: geovisio/web/items.py:
|
|
444
|
+
#: geovisio/web/items.py:1186
|
|
445
445
|
msgid ""
|
|
446
446
|
"Heading is not valid, should be an integer in degrees from 0° to 360°. North "
|
|
447
447
|
"is 0°, East = 90°, South = 180° and West = 270°."
|
|
@@ -449,47 +449,47 @@ msgstr ""
|
|
|
449
449
|
"Heading is not valid, should be an integer in degrees from 0° to 360°. North "
|
|
450
450
|
"is 0°, East = 90°, South = 180° and West = 270°."
|
|
451
451
|
|
|
452
|
-
#: geovisio/web/items.py:
|
|
452
|
+
#: geovisio/web/items.py:1203 geovisio/web/items.py:1294
|
|
453
453
|
#, python-format
|
|
454
454
|
msgid "Picture %(p)s wasn't found in database"
|
|
455
455
|
msgstr "Picture %(p)s wasn't found in database"
|
|
456
456
|
|
|
457
|
-
#: geovisio/web/items.py:
|
|
457
|
+
#: geovisio/web/items.py:1207 geovisio/web/items.py:1298
|
|
458
458
|
msgid "You're not authorized to edit this picture"
|
|
459
459
|
msgstr "You're not authorized to edit this picture"
|
|
460
460
|
|
|
461
|
-
#: geovisio/web/items.py:
|
|
461
|
+
#: geovisio/web/items.py:1217
|
|
462
462
|
#, python-format
|
|
463
463
|
msgid ""
|
|
464
464
|
"Picture %(p)s is in %(s)s state, its visibility can't be changed for now"
|
|
465
465
|
msgstr ""
|
|
466
466
|
"Picture %(p)s is in %(s)s state, its visibility can't be changed for now"
|
|
467
467
|
|
|
468
|
-
#: geovisio/web/map.py:
|
|
468
|
+
#: geovisio/web/map.py:143
|
|
469
469
|
msgid "One of required parameter is empty"
|
|
470
470
|
msgstr "One of required parameter is empty"
|
|
471
471
|
|
|
472
|
-
#: geovisio/web/map.py:
|
|
472
|
+
#: geovisio/web/map.py:145
|
|
473
473
|
msgid "Tile format is invalid, should be either pbf or mvt"
|
|
474
474
|
msgstr "Tile format is invalid, should be either pbf or mvt"
|
|
475
475
|
|
|
476
|
-
#: geovisio/web/map.py:
|
|
476
|
+
#: geovisio/web/map.py:149 geovisio/web/map.py:151
|
|
477
477
|
msgid "X or Y parameter is out of bounds"
|
|
478
478
|
msgstr "X or Y parameter is out of bounds"
|
|
479
479
|
|
|
480
|
-
#: geovisio/web/map.py:
|
|
480
|
+
#: geovisio/web/map.py:153
|
|
481
481
|
msgid "Z parameter is out of bounds (should be 0-15)"
|
|
482
482
|
msgstr "Z parameter is out of bounds (should be 0-15)"
|
|
483
483
|
|
|
484
|
-
#: geovisio/web/map.py:
|
|
484
|
+
#: geovisio/web/map.py:164
|
|
485
485
|
msgid "Impossible to get tile"
|
|
486
486
|
msgstr "Impossible to get tile"
|
|
487
487
|
|
|
488
|
-
#: geovisio/web/params.py:
|
|
488
|
+
#: geovisio/web/params.py:98
|
|
489
489
|
msgid "Parameter datetime should contain one or two dates"
|
|
490
490
|
msgstr "Parameter datetime should contain one or two dates"
|
|
491
491
|
|
|
492
|
-
#: geovisio/web/params.py:
|
|
492
|
+
#: geovisio/web/params.py:168
|
|
493
493
|
msgid ""
|
|
494
494
|
"Parameter bbox must contain valid longitude (-180 to 180) and latitude (-90 "
|
|
495
495
|
"to 90) values"
|
|
@@ -497,29 +497,29 @@ msgstr ""
|
|
|
497
497
|
"Parameter bbox must contain valid longitude (-180 to 180) and latitude (-90 "
|
|
498
498
|
"to 90) values"
|
|
499
499
|
|
|
500
|
-
#: geovisio/web/params.py:
|
|
500
|
+
#: geovisio/web/params.py:173
|
|
501
501
|
msgid "Parameter bbox must be in format [minX, minY, maxX, maxY]"
|
|
502
502
|
msgstr "Parameter bbox must be in format [minX, minY, maxX, maxY]"
|
|
503
503
|
|
|
504
|
-
#: geovisio/web/params.py:
|
|
504
|
+
#: geovisio/web/params.py:210
|
|
505
505
|
#, python-format
|
|
506
506
|
msgid "Parameter %(p)s must be coordinates in lat,lon format"
|
|
507
507
|
msgstr "Parameter %(p)s must be coordinates in lat,lon format"
|
|
508
508
|
|
|
509
|
-
#: geovisio/web/params.py:
|
|
509
|
+
#: geovisio/web/params.py:213
|
|
510
510
|
#, python-format
|
|
511
511
|
msgid ""
|
|
512
512
|
"Longitude in parameter %(p)s is not valid (should be between -180 and 180)"
|
|
513
513
|
msgstr ""
|
|
514
514
|
"Longitude in parameter %(p)s is not valid (should be between -180 and 180)"
|
|
515
515
|
|
|
516
|
-
#: geovisio/web/params.py:
|
|
516
|
+
#: geovisio/web/params.py:214
|
|
517
517
|
#, python-format
|
|
518
518
|
msgid "Latitude in parameter %(p)s is not valid (should be between -90 and 90)"
|
|
519
519
|
msgstr ""
|
|
520
520
|
"Latitude in parameter %(p)s is not valid (should be between -90 and 90)"
|
|
521
521
|
|
|
522
|
-
#: geovisio/web/params.py:
|
|
522
|
+
#: geovisio/web/params.py:237 geovisio/web/params.py:250
|
|
523
523
|
#, python-format
|
|
524
524
|
msgid ""
|
|
525
525
|
"Parameter %(p)s is invalid (should be a distance range in meters like "
|
|
@@ -528,61 +528,61 @@ msgstr ""
|
|
|
528
528
|
"Parameter %(p)s is invalid (should be a distance range in meters like "
|
|
529
529
|
"\"5-15\")"
|
|
530
530
|
|
|
531
|
-
#: geovisio/web/params.py:
|
|
531
|
+
#: geovisio/web/params.py:243
|
|
532
532
|
#, python-format
|
|
533
533
|
msgid "Parameter %(p)s has a min value greater than its max value"
|
|
534
534
|
msgstr "Parameter %(p)s has a min value greater than its max value"
|
|
535
535
|
|
|
536
|
-
#: geovisio/web/params.py:
|
|
536
|
+
#: geovisio/web/params.py:317
|
|
537
537
|
#, python-format
|
|
538
538
|
msgid "Parameter %(p)s must be a valid list"
|
|
539
539
|
msgstr "Parameter %(p)s must be a valid list"
|
|
540
540
|
|
|
541
|
-
#: geovisio/web/params.py:
|
|
541
|
+
#: geovisio/web/params.py:441
|
|
542
542
|
msgid "Unsupported sortby parameter: invalid column name"
|
|
543
543
|
msgstr "Unsupported sortby parameter: invalid column name"
|
|
544
544
|
|
|
545
|
-
#: geovisio/web/params.py:
|
|
545
|
+
#: geovisio/web/params.py:449
|
|
546
546
|
msgid "Unsupported sortby parameter: syntax isn't correct"
|
|
547
547
|
msgstr "Unsupported sortby parameter: syntax isn't correct"
|
|
548
548
|
|
|
549
|
-
#: geovisio/web/params.py:
|
|
549
|
+
#: geovisio/web/params.py:475
|
|
550
550
|
#, python-format
|
|
551
551
|
msgid ""
|
|
552
552
|
"limit parameter should be a valid, positive integer (between 1 and %(v)s)"
|
|
553
553
|
msgstr ""
|
|
554
554
|
"limit parameter should be a valid, positive integer (between 1 and %(v)s)"
|
|
555
555
|
|
|
556
|
-
#: geovisio/web/params.py:
|
|
556
|
+
#: geovisio/web/params.py:478
|
|
557
557
|
#, python-format
|
|
558
558
|
msgid "limit parameter should be an integer between 1 and %(v)s"
|
|
559
559
|
msgstr "limit parameter should be an integer between 1 and %(v)s"
|
|
560
560
|
|
|
561
|
-
#: geovisio/web/params.py:
|
|
561
|
+
#: geovisio/web/params.py:489
|
|
562
562
|
msgid "longitude needs to be between -180 and 180"
|
|
563
563
|
msgstr "longitude needs to be between -180 and 180"
|
|
564
564
|
|
|
565
|
-
#: geovisio/web/params.py:
|
|
565
|
+
#: geovisio/web/params.py:499
|
|
566
566
|
msgid "latitude needs to be between -90 and 90"
|
|
567
567
|
msgstr "latitude needs to be between -90 and 90"
|
|
568
568
|
|
|
569
|
-
#: geovisio/web/pictures.py:
|
|
569
|
+
#: geovisio/web/pictures.py:187
|
|
570
570
|
msgid "Tiles are not available for flat pictures"
|
|
571
571
|
msgstr "Tiles are not available for flat pictures"
|
|
572
572
|
|
|
573
|
-
#: geovisio/web/pictures.py:
|
|
573
|
+
#: geovisio/web/pictures.py:192
|
|
574
574
|
msgid "Column parameter is invalid, should be an integer"
|
|
575
575
|
msgstr "Column parameter is invalid, should be an integer"
|
|
576
576
|
|
|
577
|
-
#: geovisio/web/pictures.py:
|
|
577
|
+
#: geovisio/web/pictures.py:195
|
|
578
578
|
msgid "Column parameter is invalid"
|
|
579
579
|
msgstr "Column parameter is invalid"
|
|
580
580
|
|
|
581
|
-
#: geovisio/web/pictures.py:
|
|
581
|
+
#: geovisio/web/pictures.py:200
|
|
582
582
|
msgid "Row parameter is invalid, should be an integer"
|
|
583
583
|
msgstr "Row parameter is invalid, should be an integer"
|
|
584
584
|
|
|
585
|
-
#: geovisio/web/pictures.py:
|
|
585
|
+
#: geovisio/web/pictures.py:203
|
|
586
586
|
msgid "Row parameter is invalid"
|
|
587
587
|
msgstr "Row parameter is invalid"
|
|
588
588
|
|
|
@@ -632,6 +632,14 @@ msgstr "You're not authorized to list reports"
|
|
|
632
632
|
msgid "Sequence \"%(name)s\" by \"%(user)s\" was captured on %(date)s."
|
|
633
633
|
msgstr "Sequence \"%(name)s\" by \"%(user)s\" was captured on %(date)s."
|
|
634
634
|
|
|
635
|
+
#: geovisio/web/rss.py:40
|
|
636
|
+
msgid "View on the map"
|
|
637
|
+
msgstr "View on the map"
|
|
638
|
+
|
|
639
|
+
#: geovisio/web/rss.py:40
|
|
640
|
+
msgid "JSON metadata"
|
|
641
|
+
msgstr "JSON metadata"
|
|
642
|
+
|
|
635
643
|
#: geovisio/web/rss.py:49
|
|
636
644
|
msgid "GeoVisio collections"
|
|
637
645
|
msgstr "GeoVisio collections"
|
|
@@ -640,16 +648,16 @@ msgstr "GeoVisio collections"
|
|
|
640
648
|
msgid "List of collections from this GeoVisio server"
|
|
641
649
|
msgstr "List of collections from this GeoVisio server"
|
|
642
650
|
|
|
643
|
-
#: geovisio/web/tokens.py:
|
|
644
|
-
#: geovisio/web/tokens.py:
|
|
651
|
+
#: geovisio/web/tokens.py:100 geovisio/web/tokens.py:143
|
|
652
|
+
#: geovisio/web/tokens.py:231
|
|
645
653
|
msgid "Impossible to find token"
|
|
646
654
|
msgstr "Impossible to find token"
|
|
647
655
|
|
|
648
|
-
#: geovisio/web/tokens.py:
|
|
656
|
+
#: geovisio/web/tokens.py:181
|
|
649
657
|
msgid "Impossible to generate a new token"
|
|
650
658
|
msgstr "Impossible to generate a new token"
|
|
651
659
|
|
|
652
|
-
#: geovisio/web/tokens.py:
|
|
660
|
+
#: geovisio/web/tokens.py:236
|
|
653
661
|
msgid "Token already claimed by another account"
|
|
654
662
|
msgstr "Token already claimed by another account"
|
|
655
663
|
|
|
@@ -662,7 +670,7 @@ msgid "Parameter for creating an UploadSet should be a valid JSON"
|
|
|
662
670
|
msgstr "Parameter for creating an UploadSet should be a valid JSON"
|
|
663
671
|
|
|
664
672
|
#: geovisio/web/upload_set.py:181 geovisio/web/upload_set.py:214
|
|
665
|
-
#: geovisio/web/upload_set.py:
|
|
673
|
+
#: geovisio/web/upload_set.py:724
|
|
666
674
|
msgid "UploadSet doesn't exist"
|
|
667
675
|
msgstr "UploadSet doesn't exist"
|
|
668
676
|
|
|
@@ -682,42 +690,42 @@ msgstr ""
|
|
|
682
690
|
msgid "No file was sent"
|
|
683
691
|
msgstr "No file was sent"
|
|
684
692
|
|
|
685
|
-
#: geovisio/web/upload_set.py:
|
|
693
|
+
#: geovisio/web/upload_set.py:534 geovisio/web/upload_set.py:710
|
|
686
694
|
#, python-format
|
|
687
695
|
msgid "UploadSet %(u)s does not exist"
|
|
688
696
|
msgstr "UploadSet %(u)s does not exist"
|
|
689
697
|
|
|
690
|
-
#: geovisio/web/upload_set.py:
|
|
698
|
+
#: geovisio/web/upload_set.py:538
|
|
691
699
|
msgid "You're not authorized to add picture to this upload set"
|
|
692
700
|
msgstr "You're not authorized to add picture to this upload set"
|
|
693
701
|
|
|
694
|
-
#: geovisio/web/upload_set.py:
|
|
702
|
+
#: geovisio/web/upload_set.py:578
|
|
695
703
|
msgid "The item has already been added to this upload set"
|
|
696
704
|
msgstr "The item has already been added to this upload set"
|
|
697
705
|
|
|
698
|
-
#: geovisio/web/upload_set.py:
|
|
706
|
+
#: geovisio/web/upload_set.py:585
|
|
699
707
|
msgid "The same picture has already been sent in a past upload"
|
|
700
708
|
msgstr "The same picture has already been sent in a past upload"
|
|
701
709
|
|
|
702
|
-
#: geovisio/web/upload_set.py:
|
|
710
|
+
#: geovisio/web/upload_set.py:628
|
|
703
711
|
msgid ""
|
|
704
712
|
"Impossible to open file as image. The only supported image format is jpg."
|
|
705
713
|
msgstr ""
|
|
706
714
|
"Impossible to open file as image. The only supported image format is jpg."
|
|
707
715
|
|
|
708
|
-
#: geovisio/web/upload_set.py:
|
|
716
|
+
#: geovisio/web/upload_set.py:714
|
|
709
717
|
msgid "You're not authorized to complete this upload set"
|
|
710
718
|
msgstr "You're not authorized to complete this upload set"
|
|
711
719
|
|
|
712
|
-
#: geovisio/web/upload_set.py:
|
|
720
|
+
#: geovisio/web/upload_set.py:759
|
|
713
721
|
msgid "You're not authorized to delete this upload set"
|
|
714
722
|
msgstr "You're not authorized to delete this upload set"
|
|
715
723
|
|
|
716
|
-
#: geovisio/web/users.py:
|
|
724
|
+
#: geovisio/web/users.py:84
|
|
717
725
|
msgid "Impossible to find user"
|
|
718
726
|
msgstr "Impossible to find user"
|
|
719
727
|
|
|
720
|
-
#: geovisio/web/users.py:
|
|
728
|
+
#: geovisio/web/users.py:160
|
|
721
729
|
msgid ""
|
|
722
730
|
"No search parameter given, you should provide `q=<pattern>` as query "
|
|
723
731
|
"parameter"
|
|
@@ -725,6 +733,6 @@ msgstr ""
|
|
|
725
733
|
"No search parameter given, you should provide `q=<pattern>` as query "
|
|
726
734
|
"parameter"
|
|
727
735
|
|
|
728
|
-
#: geovisio/web/utils.py:
|
|
736
|
+
#: geovisio/web/utils.py:51
|
|
729
737
|
msgid "No default account defined, please contact your instance administrator"
|
|
730
738
|
msgstr "No default account defined, please contact your instance administrator"
|