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
|
@@ -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: 2024-
|
|
11
|
+
"POT-Creation-Date: 2024-10-28 10:15+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"
|
|
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.15.0\n"
|
|
19
19
|
|
|
20
20
|
#: geovisio/templates/main.html:45
|
|
21
21
|
msgid "Simple 360° geolocated pictures hosting"
|
|
@@ -81,66 +81,66 @@ msgstr ""
|
|
|
81
81
|
msgid "Impossible to find excluded area"
|
|
82
82
|
msgstr ""
|
|
83
83
|
|
|
84
|
-
#: geovisio/utils/pictures.py:
|
|
84
|
+
#: geovisio/utils/pictures.py:303
|
|
85
85
|
#, python-format
|
|
86
86
|
msgid ""
|
|
87
87
|
"Invalid '%(format)s' format for image, only the following formats are "
|
|
88
88
|
"available: %(allowed_formats)s"
|
|
89
89
|
msgstr ""
|
|
90
90
|
|
|
91
|
-
#: geovisio/utils/pictures.py:
|
|
91
|
+
#: geovisio/utils/pictures.py:417
|
|
92
92
|
msgid "Picture can't be found, you may check its ID"
|
|
93
93
|
msgstr ""
|
|
94
94
|
|
|
95
|
-
#: geovisio/utils/pictures.py:
|
|
95
|
+
#: geovisio/utils/pictures.py:420
|
|
96
96
|
msgid "Picture is not available (either hidden by admin or processing)"
|
|
97
97
|
msgstr ""
|
|
98
98
|
|
|
99
|
-
#: geovisio/utils/pictures.py:
|
|
99
|
+
#: geovisio/utils/pictures.py:428
|
|
100
100
|
msgid "HD Picture file is not available"
|
|
101
101
|
msgstr ""
|
|
102
102
|
|
|
103
|
-
#: geovisio/utils/pictures.py:
|
|
103
|
+
#: geovisio/utils/pictures.py:447
|
|
104
104
|
msgid "Picture derivates file are not available"
|
|
105
105
|
msgstr ""
|
|
106
106
|
|
|
107
|
-
#: geovisio/utils/pictures.py:
|
|
108
|
-
#: geovisio/web/pictures.py:
|
|
107
|
+
#: geovisio/utils/pictures.py:464 geovisio/web/pictures.py:53
|
|
108
|
+
#: geovisio/web/pictures.py:98 geovisio/web/pictures.py:208
|
|
109
109
|
msgid "Unable to read picture on filesystem"
|
|
110
110
|
msgstr ""
|
|
111
111
|
|
|
112
112
|
#: geovisio/utils/reports.py:142 geovisio/utils/upload_set.py:352
|
|
113
|
-
#: geovisio/web/params.py:
|
|
113
|
+
#: geovisio/web/params.py:356
|
|
114
114
|
msgid "Unsupported filter parameter"
|
|
115
115
|
msgstr ""
|
|
116
116
|
|
|
117
|
-
#: geovisio/utils/sequences.py:
|
|
117
|
+
#: geovisio/utils/sequences.py:377
|
|
118
118
|
msgid ""
|
|
119
119
|
"Sort by file date is not possible on this sequence (no file date "
|
|
120
120
|
"information available on pictures)"
|
|
121
121
|
msgstr ""
|
|
122
122
|
|
|
123
|
-
#: geovisio/utils/sequences.py:
|
|
123
|
+
#: geovisio/utils/sequences.py:402
|
|
124
124
|
#, python-format
|
|
125
125
|
msgid ""
|
|
126
126
|
"Sort using %(sort)s is not possible on this sequence, picture %(pic)s is "
|
|
127
127
|
"missing mandatory metadata"
|
|
128
128
|
msgstr ""
|
|
129
129
|
|
|
130
|
-
#: geovisio/utils/sequences.py:
|
|
130
|
+
#: geovisio/utils/sequences.py:590 geovisio/web/collections.py:618
|
|
131
131
|
#, python-format
|
|
132
132
|
msgid "Collection %(c)s wasn't found in database"
|
|
133
133
|
msgstr ""
|
|
134
134
|
|
|
135
|
-
#: geovisio/utils/tokens.py:
|
|
135
|
+
#: geovisio/utils/tokens.py:42
|
|
136
136
|
msgid "JWT token signature does not match"
|
|
137
137
|
msgstr ""
|
|
138
138
|
|
|
139
|
-
#: geovisio/utils/tokens.py:
|
|
139
|
+
#: geovisio/utils/tokens.py:56
|
|
140
140
|
msgid "Token does not exist anymore"
|
|
141
141
|
msgstr ""
|
|
142
142
|
|
|
143
|
-
#: geovisio/utils/tokens.py:
|
|
143
|
+
#: geovisio/utils/tokens.py:60
|
|
144
144
|
msgid ""
|
|
145
145
|
"Token not yet claimed, this token cannot be used yet. Either claim this "
|
|
146
146
|
"token or generate a new one"
|
|
@@ -164,386 +164,386 @@ msgstr ""
|
|
|
164
164
|
msgid "Something went very wrong, but not due to the picture itself"
|
|
165
165
|
msgstr ""
|
|
166
166
|
|
|
167
|
-
#: geovisio/web/auth.py:
|
|
167
|
+
#: geovisio/web/auth.py:60
|
|
168
168
|
msgid "Impossible to finish authentication flow"
|
|
169
169
|
msgstr ""
|
|
170
170
|
|
|
171
|
-
#: geovisio/web/auth.py:
|
|
171
|
+
#: geovisio/web/auth.py:64
|
|
172
172
|
msgid ""
|
|
173
173
|
"You can try to clear your cookies and retry. If the problem persists, "
|
|
174
174
|
"contact your instance administrator."
|
|
175
175
|
msgstr ""
|
|
176
176
|
|
|
177
|
-
#: geovisio/web/collections.py:
|
|
177
|
+
#: geovisio/web/collections.py:288
|
|
178
178
|
#, python-format
|
|
179
179
|
msgid "There is no collection created after %(d)s"
|
|
180
180
|
msgstr ""
|
|
181
181
|
|
|
182
|
-
#: geovisio/web/collections.py:
|
|
182
|
+
#: geovisio/web/collections.py:290
|
|
183
183
|
#, python-format
|
|
184
184
|
msgid "There is no collection created before %(d)s"
|
|
185
185
|
msgstr ""
|
|
186
186
|
|
|
187
|
-
#: geovisio/web/collections.py:
|
|
187
|
+
#: geovisio/web/collections.py:399 geovisio/web/items.py:397
|
|
188
188
|
msgid "Collection doesn't exist"
|
|
189
189
|
msgstr ""
|
|
190
190
|
|
|
191
|
-
#: geovisio/web/collections.py:
|
|
191
|
+
#: geovisio/web/collections.py:458
|
|
192
192
|
msgid "Impossible to find a thumbnail for the collection"
|
|
193
193
|
msgstr ""
|
|
194
194
|
|
|
195
|
-
#: geovisio/web/collections.py:
|
|
195
|
+
#: geovisio/web/collections.py:578 geovisio/web/items.py:1174
|
|
196
196
|
msgid ""
|
|
197
197
|
"Picture visibility parameter (visible) should be either unset, true or "
|
|
198
198
|
"false"
|
|
199
199
|
msgstr ""
|
|
200
200
|
|
|
201
|
-
#: geovisio/web/collections.py:
|
|
201
|
+
#: geovisio/web/collections.py:584
|
|
202
202
|
msgid ""
|
|
203
203
|
"Sequence title is not valid, should be a string with a max of 250 "
|
|
204
204
|
"characters"
|
|
205
205
|
msgstr ""
|
|
206
206
|
|
|
207
|
-
#: geovisio/web/collections.py:
|
|
207
|
+
#: geovisio/web/collections.py:590
|
|
208
208
|
msgid "Sort order parameter is invalid"
|
|
209
209
|
msgstr ""
|
|
210
210
|
|
|
211
|
-
#: geovisio/web/collections.py:
|
|
211
|
+
#: geovisio/web/collections.py:601
|
|
212
212
|
msgid ""
|
|
213
213
|
"Relative heading is not valid, should be an integer in degrees from -180 "
|
|
214
214
|
"to 180"
|
|
215
215
|
msgstr ""
|
|
216
216
|
|
|
217
|
-
#: geovisio/web/collections.py:
|
|
217
|
+
#: geovisio/web/collections.py:622
|
|
218
218
|
msgid "You're not authorized to edit this sequence"
|
|
219
219
|
msgstr ""
|
|
220
220
|
|
|
221
|
-
#: geovisio/web/collections.py:
|
|
221
|
+
#: geovisio/web/collections.py:631
|
|
222
222
|
#, python-format
|
|
223
223
|
msgid "Sequence %(c)s is in %(s)s state, its visibility can't be changed for now"
|
|
224
224
|
msgstr ""
|
|
225
225
|
|
|
226
|
-
#: geovisio/web/collections.py:
|
|
226
|
+
#: geovisio/web/collections.py:766
|
|
227
227
|
msgid "Sequence doesn't exists"
|
|
228
228
|
msgstr ""
|
|
229
229
|
|
|
230
|
-
#: geovisio/web/collections.py:
|
|
230
|
+
#: geovisio/web/collections.py:911 geovisio/web/stac.py:337
|
|
231
231
|
#, python-format
|
|
232
232
|
msgid "Impossible to find user %(u)s"
|
|
233
233
|
msgstr ""
|
|
234
234
|
|
|
235
|
-
#: geovisio/web/collections.py:
|
|
235
|
+
#: geovisio/web/collections.py:943 geovisio/web/stac.py:347
|
|
236
236
|
#, python-format
|
|
237
237
|
msgid "No data loaded for user %(u)s"
|
|
238
238
|
msgstr ""
|
|
239
239
|
|
|
240
|
-
#: geovisio/web/collections.py:
|
|
240
|
+
#: geovisio/web/collections.py:945
|
|
241
241
|
msgid "No matching sequences found"
|
|
242
242
|
msgstr ""
|
|
243
243
|
|
|
244
|
-
#: geovisio/web/excluded_areas.py:
|
|
244
|
+
#: geovisio/web/excluded_areas.py:133
|
|
245
245
|
msgid "You must be logged-in as admin to access all excluded areas"
|
|
246
246
|
msgstr ""
|
|
247
247
|
|
|
248
|
-
#: geovisio/web/excluded_areas.py:
|
|
248
|
+
#: geovisio/web/excluded_areas.py:135
|
|
249
249
|
msgid "You're not authorized to access all excluded areas"
|
|
250
250
|
msgstr ""
|
|
251
251
|
|
|
252
|
-
#: geovisio/web/excluded_areas.py:
|
|
253
|
-
#: geovisio/web/excluded_areas.py:
|
|
252
|
+
#: geovisio/web/excluded_areas.py:172 geovisio/web/excluded_areas.py:182
|
|
253
|
+
#: geovisio/web/excluded_areas.py:336 geovisio/web/excluded_areas.py:343
|
|
254
254
|
msgid "Impossible to create an Excluded Area"
|
|
255
255
|
msgstr ""
|
|
256
256
|
|
|
257
|
-
#: geovisio/web/excluded_areas.py:
|
|
257
|
+
#: geovisio/web/excluded_areas.py:174 geovisio/web/excluded_areas.py:338
|
|
258
258
|
msgid "Parameter for creating an Excluded Area should be a valid JSON"
|
|
259
259
|
msgstr ""
|
|
260
260
|
|
|
261
|
-
#: geovisio/web/excluded_areas.py:
|
|
261
|
+
#: geovisio/web/excluded_areas.py:177 geovisio/web/excluded_areas.py:235
|
|
262
262
|
msgid "You must be logged-in as admin to edit excluded areas"
|
|
263
263
|
msgstr ""
|
|
264
264
|
|
|
265
|
-
#: geovisio/web/excluded_areas.py:
|
|
265
|
+
#: geovisio/web/excluded_areas.py:230 geovisio/web/excluded_areas.py:242
|
|
266
266
|
msgid "Impossible to replace all Excluded Areas"
|
|
267
267
|
msgstr ""
|
|
268
268
|
|
|
269
|
-
#: geovisio/web/excluded_areas.py:
|
|
269
|
+
#: geovisio/web/excluded_areas.py:232
|
|
270
270
|
msgid "Parameter for replacing all Excluded Areas should be a valid JSON"
|
|
271
271
|
msgstr ""
|
|
272
272
|
|
|
273
|
-
#: geovisio/web/excluded_areas.py:
|
|
273
|
+
#: geovisio/web/excluded_areas.py:272
|
|
274
274
|
msgid "You must be logged-in as admin to delete excluded areas"
|
|
275
275
|
msgstr ""
|
|
276
276
|
|
|
277
|
-
#: geovisio/web/items.py:
|
|
277
|
+
#: geovisio/web/items.py:360
|
|
278
278
|
msgid "limit parameter should be an integer between 1 and 10000"
|
|
279
279
|
msgstr ""
|
|
280
280
|
|
|
281
|
-
#: geovisio/web/items.py:
|
|
281
|
+
#: geovisio/web/items.py:362
|
|
282
282
|
msgid "limit parameter should be a valid, positive integer (between 1 and 10000)"
|
|
283
283
|
msgstr ""
|
|
284
284
|
|
|
285
|
-
#: geovisio/web/items.py:
|
|
285
|
+
#: geovisio/web/items.py:367
|
|
286
286
|
msgid "`startAfterRank` and `withPicture` are mutually exclusive parameters"
|
|
287
287
|
msgstr ""
|
|
288
288
|
|
|
289
|
-
#: geovisio/web/items.py:
|
|
289
|
+
#: geovisio/web/items.py:374
|
|
290
290
|
msgid "startAfterRank parameter should be a positive integer (starting from 1)"
|
|
291
291
|
msgstr ""
|
|
292
292
|
|
|
293
|
-
#: geovisio/web/items.py:
|
|
293
|
+
#: geovisio/web/items.py:376
|
|
294
294
|
msgid "startAfterRank parameter should be a valid, positive integer"
|
|
295
295
|
msgstr ""
|
|
296
296
|
|
|
297
|
-
#: geovisio/web/items.py:
|
|
297
|
+
#: geovisio/web/items.py:403
|
|
298
298
|
#, python-format
|
|
299
299
|
msgid "No more items in this collection (last available rank is %(r)s)"
|
|
300
300
|
msgstr ""
|
|
301
301
|
|
|
302
|
-
#: geovisio/web/items.py:
|
|
302
|
+
#: geovisio/web/items.py:413
|
|
303
303
|
#, python-format
|
|
304
304
|
msgid "Picture with id %(p)s does not exists"
|
|
305
305
|
msgstr ""
|
|
306
306
|
|
|
307
|
-
#: geovisio/web/items.py:
|
|
307
|
+
#: geovisio/web/items.py:699
|
|
308
308
|
msgid "Item doesn't exist"
|
|
309
309
|
msgstr ""
|
|
310
310
|
|
|
311
|
-
#: geovisio/web/items.py:
|
|
311
|
+
#: geovisio/web/items.py:758
|
|
312
312
|
msgid "Search using POST method should have a JSON body"
|
|
313
313
|
msgstr ""
|
|
314
314
|
|
|
315
|
-
#: geovisio/web/items.py:
|
|
315
|
+
#: geovisio/web/items.py:767
|
|
316
316
|
msgid "Parameter limit must be either empty or a number between 1 and 10000"
|
|
317
317
|
msgstr ""
|
|
318
318
|
|
|
319
|
-
#: geovisio/web/items.py:
|
|
319
|
+
#: geovisio/web/items.py:823
|
|
320
320
|
msgid ""
|
|
321
321
|
"Parameter place_fov_tolerance must be either empty or a number between 2 "
|
|
322
322
|
"and 180"
|
|
323
323
|
msgstr ""
|
|
324
324
|
|
|
325
|
-
#: geovisio/web/items.py:
|
|
325
|
+
#: geovisio/web/items.py:845
|
|
326
326
|
msgid ""
|
|
327
327
|
"Parameter intersects should contain a valid GeoJSON Geometry (not a "
|
|
328
328
|
"Feature)"
|
|
329
329
|
msgstr ""
|
|
330
330
|
|
|
331
|
-
#: geovisio/web/items.py:
|
|
331
|
+
#: geovisio/web/items.py:861
|
|
332
332
|
msgid "Parameter ids should be a JSON array of strings"
|
|
333
333
|
msgstr ""
|
|
334
334
|
|
|
335
|
-
#: geovisio/web/items.py:
|
|
335
|
+
#: geovisio/web/items.py:873
|
|
336
336
|
msgid "Parameter collections should be a JSON array of strings"
|
|
337
337
|
msgstr ""
|
|
338
338
|
|
|
339
|
-
#: geovisio/web/items.py:
|
|
339
|
+
#: geovisio/web/items.py:884
|
|
340
340
|
msgid "Picture doesn't exist"
|
|
341
341
|
msgstr ""
|
|
342
342
|
|
|
343
|
-
#: geovisio/web/items.py:
|
|
343
|
+
#: geovisio/web/items.py:987 geovisio/web/upload_set.py:527
|
|
344
344
|
msgid "Content type should be multipart/form-data"
|
|
345
345
|
msgstr ""
|
|
346
346
|
|
|
347
|
-
#: geovisio/web/items.py:
|
|
347
|
+
#: geovisio/web/items.py:991
|
|
348
348
|
msgid "Missing \"position\" parameter"
|
|
349
349
|
msgstr ""
|
|
350
350
|
|
|
351
|
-
#: geovisio/web/items.py:
|
|
351
|
+
#: geovisio/web/items.py:998
|
|
352
352
|
msgid "Position in sequence should be a positive integer"
|
|
353
353
|
msgstr ""
|
|
354
354
|
|
|
355
|
-
#: geovisio/web/items.py:
|
|
355
|
+
#: geovisio/web/items.py:1012 geovisio/web/upload_set.py:336
|
|
356
356
|
msgid ""
|
|
357
357
|
"Longitude cannot be overridden alone, override_latitude also needs to be "
|
|
358
358
|
"set"
|
|
359
359
|
msgstr ""
|
|
360
360
|
|
|
361
|
-
#: geovisio/web/items.py:
|
|
361
|
+
#: geovisio/web/items.py:1014 geovisio/web/upload_set.py:338
|
|
362
362
|
msgid ""
|
|
363
363
|
"Latitude cannot be overridden alone, override_longitude also needs to be "
|
|
364
364
|
"set"
|
|
365
365
|
msgstr ""
|
|
366
366
|
|
|
367
|
-
#: geovisio/web/items.py:
|
|
367
|
+
#: geovisio/web/items.py:1015 geovisio/web/upload_set.py:311
|
|
368
368
|
#, python-format
|
|
369
369
|
msgid "For parameter `override_longitude`, `%(v)s` is not a valid longitude"
|
|
370
370
|
msgstr ""
|
|
371
371
|
|
|
372
|
-
#: geovisio/web/items.py:
|
|
372
|
+
#: geovisio/web/items.py:1016 geovisio/web/upload_set.py:316
|
|
373
373
|
#, python-format
|
|
374
374
|
msgid "For parameter `override_latitude`, `%(v)s` is not a valid latitude"
|
|
375
375
|
msgstr ""
|
|
376
376
|
|
|
377
|
-
#: geovisio/web/items.py:
|
|
377
|
+
#: geovisio/web/items.py:1035
|
|
378
378
|
msgid "Picture blur status should be either unset, true or false"
|
|
379
379
|
msgstr ""
|
|
380
380
|
|
|
381
|
-
#: geovisio/web/items.py:
|
|
381
|
+
#: geovisio/web/items.py:1039
|
|
382
382
|
msgid "No picture file was sent"
|
|
383
383
|
msgstr ""
|
|
384
384
|
|
|
385
|
-
#: geovisio/web/items.py:
|
|
385
|
+
#: geovisio/web/items.py:1045 geovisio/web/upload_set.py:377
|
|
386
386
|
msgid "Picture file is either missing or in an unsupported format (should be jpg)"
|
|
387
387
|
msgstr ""
|
|
388
388
|
|
|
389
|
-
#: geovisio/web/items.py:
|
|
389
|
+
#: geovisio/web/items.py:1052
|
|
390
390
|
#, python-format
|
|
391
391
|
msgid "Collection %(s)s wasn't found in database"
|
|
392
392
|
msgstr ""
|
|
393
393
|
|
|
394
|
-
#: geovisio/web/items.py:
|
|
394
|
+
#: geovisio/web/items.py:1056
|
|
395
395
|
msgid "You're not authorized to add picture to this collection"
|
|
396
396
|
msgstr ""
|
|
397
397
|
|
|
398
|
-
#: geovisio/web/items.py:
|
|
398
|
+
#: geovisio/web/items.py:1061
|
|
399
399
|
msgid "The collection has been deleted, impossible to add pictures to it"
|
|
400
400
|
msgstr ""
|
|
401
401
|
|
|
402
|
-
#: geovisio/web/items.py:
|
|
402
|
+
#: geovisio/web/items.py:1091
|
|
403
403
|
msgid "Picture at given position already exist"
|
|
404
404
|
msgstr ""
|
|
405
405
|
|
|
406
|
-
#: geovisio/web/items.py:
|
|
406
|
+
#: geovisio/web/items.py:1093 geovisio/web/upload_set.py:613
|
|
407
407
|
msgid "Impossible to parse picture metadata"
|
|
408
408
|
msgstr ""
|
|
409
409
|
|
|
410
|
-
#: geovisio/web/items.py:
|
|
410
|
+
#: geovisio/web/items.py:1095 geovisio/web/upload_set.py:620
|
|
411
411
|
msgid "Picture has invalid metadata"
|
|
412
412
|
msgstr ""
|
|
413
413
|
|
|
414
|
-
#: geovisio/web/items.py:
|
|
414
|
+
#: geovisio/web/items.py:1103 geovisio/web/upload_set.py:646
|
|
415
415
|
msgid "Picture wasn't correctly saved in filesystem"
|
|
416
416
|
msgstr ""
|
|
417
417
|
|
|
418
|
-
#: geovisio/web/items.py:
|
|
418
|
+
#: geovisio/web/items.py:1186
|
|
419
419
|
msgid ""
|
|
420
420
|
"Heading is not valid, should be an integer in degrees from 0° to 360°. "
|
|
421
421
|
"North is 0°, East = 90°, South = 180° and West = 270°."
|
|
422
422
|
msgstr ""
|
|
423
423
|
|
|
424
|
-
#: geovisio/web/items.py:
|
|
424
|
+
#: geovisio/web/items.py:1203 geovisio/web/items.py:1294
|
|
425
425
|
#, python-format
|
|
426
426
|
msgid "Picture %(p)s wasn't found in database"
|
|
427
427
|
msgstr ""
|
|
428
428
|
|
|
429
|
-
#: geovisio/web/items.py:
|
|
429
|
+
#: geovisio/web/items.py:1207 geovisio/web/items.py:1298
|
|
430
430
|
msgid "You're not authorized to edit this picture"
|
|
431
431
|
msgstr ""
|
|
432
432
|
|
|
433
|
-
#: geovisio/web/items.py:
|
|
433
|
+
#: geovisio/web/items.py:1217
|
|
434
434
|
#, python-format
|
|
435
435
|
msgid "Picture %(p)s is in %(s)s state, its visibility can't be changed for now"
|
|
436
436
|
msgstr ""
|
|
437
437
|
|
|
438
|
-
#: geovisio/web/map.py:
|
|
438
|
+
#: geovisio/web/map.py:143
|
|
439
439
|
msgid "One of required parameter is empty"
|
|
440
440
|
msgstr ""
|
|
441
441
|
|
|
442
|
-
#: geovisio/web/map.py:
|
|
442
|
+
#: geovisio/web/map.py:145
|
|
443
443
|
msgid "Tile format is invalid, should be either pbf or mvt"
|
|
444
444
|
msgstr ""
|
|
445
445
|
|
|
446
|
-
#: geovisio/web/map.py:
|
|
446
|
+
#: geovisio/web/map.py:149 geovisio/web/map.py:151
|
|
447
447
|
msgid "X or Y parameter is out of bounds"
|
|
448
448
|
msgstr ""
|
|
449
449
|
|
|
450
|
-
#: geovisio/web/map.py:
|
|
450
|
+
#: geovisio/web/map.py:153
|
|
451
451
|
msgid "Z parameter is out of bounds (should be 0-15)"
|
|
452
452
|
msgstr ""
|
|
453
453
|
|
|
454
|
-
#: geovisio/web/map.py:
|
|
454
|
+
#: geovisio/web/map.py:164
|
|
455
455
|
msgid "Impossible to get tile"
|
|
456
456
|
msgstr ""
|
|
457
457
|
|
|
458
|
-
#: geovisio/web/params.py:
|
|
458
|
+
#: geovisio/web/params.py:98
|
|
459
459
|
msgid "Parameter datetime should contain one or two dates"
|
|
460
460
|
msgstr ""
|
|
461
461
|
|
|
462
|
-
#: geovisio/web/params.py:
|
|
462
|
+
#: geovisio/web/params.py:168
|
|
463
463
|
msgid ""
|
|
464
464
|
"Parameter bbox must contain valid longitude (-180 to 180) and latitude "
|
|
465
465
|
"(-90 to 90) values"
|
|
466
466
|
msgstr ""
|
|
467
467
|
|
|
468
|
-
#: geovisio/web/params.py:
|
|
468
|
+
#: geovisio/web/params.py:173
|
|
469
469
|
msgid "Parameter bbox must be in format [minX, minY, maxX, maxY]"
|
|
470
470
|
msgstr ""
|
|
471
471
|
|
|
472
|
-
#: geovisio/web/params.py:
|
|
472
|
+
#: geovisio/web/params.py:210
|
|
473
473
|
#, python-format
|
|
474
474
|
msgid "Parameter %(p)s must be coordinates in lat,lon format"
|
|
475
475
|
msgstr ""
|
|
476
476
|
|
|
477
|
-
#: geovisio/web/params.py:
|
|
477
|
+
#: geovisio/web/params.py:213
|
|
478
478
|
#, python-format
|
|
479
479
|
msgid "Longitude in parameter %(p)s is not valid (should be between -180 and 180)"
|
|
480
480
|
msgstr ""
|
|
481
481
|
|
|
482
|
-
#: geovisio/web/params.py:
|
|
482
|
+
#: geovisio/web/params.py:214
|
|
483
483
|
#, python-format
|
|
484
484
|
msgid "Latitude in parameter %(p)s is not valid (should be between -90 and 90)"
|
|
485
485
|
msgstr ""
|
|
486
486
|
|
|
487
|
-
#: geovisio/web/params.py:
|
|
487
|
+
#: geovisio/web/params.py:237 geovisio/web/params.py:250
|
|
488
488
|
#, python-format
|
|
489
489
|
msgid ""
|
|
490
490
|
"Parameter %(p)s is invalid (should be a distance range in meters like "
|
|
491
491
|
"\"5-15\")"
|
|
492
492
|
msgstr ""
|
|
493
493
|
|
|
494
|
-
#: geovisio/web/params.py:
|
|
494
|
+
#: geovisio/web/params.py:243
|
|
495
495
|
#, python-format
|
|
496
496
|
msgid "Parameter %(p)s has a min value greater than its max value"
|
|
497
497
|
msgstr ""
|
|
498
498
|
|
|
499
|
-
#: geovisio/web/params.py:
|
|
499
|
+
#: geovisio/web/params.py:317
|
|
500
500
|
#, python-format
|
|
501
501
|
msgid "Parameter %(p)s must be a valid list"
|
|
502
502
|
msgstr ""
|
|
503
503
|
|
|
504
|
-
#: geovisio/web/params.py:
|
|
504
|
+
#: geovisio/web/params.py:441
|
|
505
505
|
msgid "Unsupported sortby parameter: invalid column name"
|
|
506
506
|
msgstr ""
|
|
507
507
|
|
|
508
|
-
#: geovisio/web/params.py:
|
|
508
|
+
#: geovisio/web/params.py:449
|
|
509
509
|
msgid "Unsupported sortby parameter: syntax isn't correct"
|
|
510
510
|
msgstr ""
|
|
511
511
|
|
|
512
|
-
#: geovisio/web/params.py:
|
|
512
|
+
#: geovisio/web/params.py:475
|
|
513
513
|
#, python-format
|
|
514
514
|
msgid "limit parameter should be a valid, positive integer (between 1 and %(v)s)"
|
|
515
515
|
msgstr ""
|
|
516
516
|
|
|
517
|
-
#: geovisio/web/params.py:
|
|
517
|
+
#: geovisio/web/params.py:478
|
|
518
518
|
#, python-format
|
|
519
519
|
msgid "limit parameter should be an integer between 1 and %(v)s"
|
|
520
520
|
msgstr ""
|
|
521
521
|
|
|
522
|
-
#: geovisio/web/params.py:
|
|
522
|
+
#: geovisio/web/params.py:489
|
|
523
523
|
msgid "longitude needs to be between -180 and 180"
|
|
524
524
|
msgstr ""
|
|
525
525
|
|
|
526
|
-
#: geovisio/web/params.py:
|
|
526
|
+
#: geovisio/web/params.py:499
|
|
527
527
|
msgid "latitude needs to be between -90 and 90"
|
|
528
528
|
msgstr ""
|
|
529
529
|
|
|
530
|
-
#: geovisio/web/pictures.py:
|
|
530
|
+
#: geovisio/web/pictures.py:187
|
|
531
531
|
msgid "Tiles are not available for flat pictures"
|
|
532
532
|
msgstr ""
|
|
533
533
|
|
|
534
|
-
#: geovisio/web/pictures.py:
|
|
534
|
+
#: geovisio/web/pictures.py:192
|
|
535
535
|
msgid "Column parameter is invalid, should be an integer"
|
|
536
536
|
msgstr ""
|
|
537
537
|
|
|
538
|
-
#: geovisio/web/pictures.py:
|
|
538
|
+
#: geovisio/web/pictures.py:195
|
|
539
539
|
msgid "Column parameter is invalid"
|
|
540
540
|
msgstr ""
|
|
541
541
|
|
|
542
|
-
#: geovisio/web/pictures.py:
|
|
542
|
+
#: geovisio/web/pictures.py:200
|
|
543
543
|
msgid "Row parameter is invalid, should be an integer"
|
|
544
544
|
msgstr ""
|
|
545
545
|
|
|
546
|
-
#: geovisio/web/pictures.py:
|
|
546
|
+
#: geovisio/web/pictures.py:203
|
|
547
547
|
msgid "Row parameter is invalid"
|
|
548
548
|
msgstr ""
|
|
549
549
|
|
|
@@ -593,6 +593,14 @@ msgstr ""
|
|
|
593
593
|
msgid "Sequence \"%(name)s\" by \"%(user)s\" was captured on %(date)s."
|
|
594
594
|
msgstr ""
|
|
595
595
|
|
|
596
|
+
#: geovisio/web/rss.py:40
|
|
597
|
+
msgid "View on the map"
|
|
598
|
+
msgstr ""
|
|
599
|
+
|
|
600
|
+
#: geovisio/web/rss.py:40
|
|
601
|
+
msgid "JSON metadata"
|
|
602
|
+
msgstr ""
|
|
603
|
+
|
|
596
604
|
#: geovisio/web/rss.py:49
|
|
597
605
|
msgid "GeoVisio collections"
|
|
598
606
|
msgstr ""
|
|
@@ -601,16 +609,16 @@ msgstr ""
|
|
|
601
609
|
msgid "List of collections from this GeoVisio server"
|
|
602
610
|
msgstr ""
|
|
603
611
|
|
|
604
|
-
#: geovisio/web/tokens.py:
|
|
605
|
-
#: geovisio/web/tokens.py:
|
|
612
|
+
#: geovisio/web/tokens.py:100 geovisio/web/tokens.py:143
|
|
613
|
+
#: geovisio/web/tokens.py:231
|
|
606
614
|
msgid "Impossible to find token"
|
|
607
615
|
msgstr ""
|
|
608
616
|
|
|
609
|
-
#: geovisio/web/tokens.py:
|
|
617
|
+
#: geovisio/web/tokens.py:181
|
|
610
618
|
msgid "Impossible to generate a new token"
|
|
611
619
|
msgstr ""
|
|
612
620
|
|
|
613
|
-
#: geovisio/web/tokens.py:
|
|
621
|
+
#: geovisio/web/tokens.py:236
|
|
614
622
|
msgid "Token already claimed by another account"
|
|
615
623
|
msgstr ""
|
|
616
624
|
|
|
@@ -623,7 +631,7 @@ msgid "Parameter for creating an UploadSet should be a valid JSON"
|
|
|
623
631
|
msgstr ""
|
|
624
632
|
|
|
625
633
|
#: geovisio/web/upload_set.py:181 geovisio/web/upload_set.py:214
|
|
626
|
-
#: geovisio/web/upload_set.py:
|
|
634
|
+
#: geovisio/web/upload_set.py:724
|
|
627
635
|
msgid "UploadSet doesn't exist"
|
|
628
636
|
msgstr ""
|
|
629
637
|
|
|
@@ -641,46 +649,46 @@ msgstr ""
|
|
|
641
649
|
msgid "No file was sent"
|
|
642
650
|
msgstr ""
|
|
643
651
|
|
|
644
|
-
#: geovisio/web/upload_set.py:
|
|
652
|
+
#: geovisio/web/upload_set.py:534 geovisio/web/upload_set.py:710
|
|
645
653
|
#, python-format
|
|
646
654
|
msgid "UploadSet %(u)s does not exist"
|
|
647
655
|
msgstr ""
|
|
648
656
|
|
|
649
|
-
#: geovisio/web/upload_set.py:
|
|
657
|
+
#: geovisio/web/upload_set.py:538
|
|
650
658
|
msgid "You're not authorized to add picture to this upload set"
|
|
651
659
|
msgstr ""
|
|
652
660
|
|
|
653
|
-
#: geovisio/web/upload_set.py:
|
|
661
|
+
#: geovisio/web/upload_set.py:578
|
|
654
662
|
msgid "The item has already been added to this upload set"
|
|
655
663
|
msgstr ""
|
|
656
664
|
|
|
657
|
-
#: geovisio/web/upload_set.py:
|
|
665
|
+
#: geovisio/web/upload_set.py:585
|
|
658
666
|
msgid "The same picture has already been sent in a past upload"
|
|
659
667
|
msgstr ""
|
|
660
668
|
|
|
661
|
-
#: geovisio/web/upload_set.py:
|
|
669
|
+
#: geovisio/web/upload_set.py:628
|
|
662
670
|
msgid "Impossible to open file as image. The only supported image format is jpg."
|
|
663
671
|
msgstr ""
|
|
664
672
|
|
|
665
|
-
#: geovisio/web/upload_set.py:
|
|
673
|
+
#: geovisio/web/upload_set.py:714
|
|
666
674
|
msgid "You're not authorized to complete this upload set"
|
|
667
675
|
msgstr ""
|
|
668
676
|
|
|
669
|
-
#: geovisio/web/upload_set.py:
|
|
677
|
+
#: geovisio/web/upload_set.py:759
|
|
670
678
|
msgid "You're not authorized to delete this upload set"
|
|
671
679
|
msgstr ""
|
|
672
680
|
|
|
673
|
-
#: geovisio/web/users.py:
|
|
681
|
+
#: geovisio/web/users.py:84
|
|
674
682
|
msgid "Impossible to find user"
|
|
675
683
|
msgstr ""
|
|
676
684
|
|
|
677
|
-
#: geovisio/web/users.py:
|
|
685
|
+
#: geovisio/web/users.py:160
|
|
678
686
|
msgid ""
|
|
679
687
|
"No search parameter given, you should provide `q=<pattern>` as query "
|
|
680
688
|
"parameter"
|
|
681
689
|
msgstr ""
|
|
682
690
|
|
|
683
|
-
#: geovisio/web/utils.py:
|
|
691
|
+
#: geovisio/web/utils.py:51
|
|
684
692
|
msgid "No default account defined, please contact your instance administrator"
|
|
685
693
|
msgstr ""
|
|
686
694
|
|
|
Binary file
|