geovisio 2.7.1__py3-none-any.whl → 2.8.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 +10 -2
- geovisio/admin_cli/__init__.py +3 -1
- geovisio/admin_cli/user.py +75 -0
- geovisio/config_app.py +87 -4
- geovisio/templates/main.html +2 -2
- geovisio/templates/viewer.html +3 -3
- geovisio/translations/da/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/da/LC_MESSAGES/messages.po +850 -0
- geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/de/LC_MESSAGES/messages.po +97 -1
- geovisio/translations/el/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/en/LC_MESSAGES/messages.po +210 -127
- geovisio/translations/eo/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/eo/LC_MESSAGES/messages.po +790 -0
- geovisio/translations/es/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/fi/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/fr/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/fr/LC_MESSAGES/messages.po +39 -2
- geovisio/translations/hu/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/it/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/it/LC_MESSAGES/messages.po +875 -0
- geovisio/translations/ja/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/ja/LC_MESSAGES/messages.po +719 -0
- geovisio/translations/ko/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/messages.pot +191 -122
- geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/pl/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/pl/LC_MESSAGES/messages.po +727 -0
- geovisio/translations/zh_Hant/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/zh_Hant/LC_MESSAGES/messages.po +719 -0
- geovisio/utils/auth.py +80 -8
- geovisio/utils/link.py +3 -2
- geovisio/utils/model_query.py +55 -0
- geovisio/utils/pictures.py +12 -43
- geovisio/utils/semantics.py +120 -0
- geovisio/utils/sequences.py +10 -1
- geovisio/utils/tokens.py +5 -3
- geovisio/utils/upload_set.py +50 -15
- geovisio/utils/website.py +50 -0
- geovisio/web/annotations.py +17 -0
- geovisio/web/auth.py +9 -5
- geovisio/web/collections.py +217 -61
- geovisio/web/configuration.py +17 -1
- geovisio/web/docs.py +64 -53
- geovisio/web/items.py +220 -96
- geovisio/web/map.py +48 -18
- geovisio/web/pages.py +240 -0
- geovisio/web/params.py +17 -0
- geovisio/web/prepare.py +165 -0
- geovisio/web/stac.py +17 -4
- geovisio/web/tokens.py +14 -4
- geovisio/web/upload_set.py +10 -4
- geovisio/web/users.py +176 -44
- geovisio/workers/runner_pictures.py +61 -22
- {geovisio-2.7.1.dist-info → geovisio-2.8.0.dist-info}/METADATA +5 -4
- geovisio-2.8.0.dist-info/RECORD +89 -0
- geovisio-2.7.1.dist-info/RECORD +0 -70
- {geovisio-2.7.1.dist-info → geovisio-2.8.0.dist-info}/LICENSE +0 -0
- {geovisio-2.7.1.dist-info → geovisio-2.8.0.dist-info}/WHEEL +0 -0
|
Binary file
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
# Translations template for PROJECT.
|
|
2
|
-
# Copyright (C)
|
|
2
|
+
# Copyright (C) 2025 ORGANIZATION
|
|
3
3
|
# This file is distributed under the same license as the PROJECT project.
|
|
4
|
-
# FIRST AUTHOR <EMAIL@ADDRESS>,
|
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
|
|
5
5
|
#
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: PROJECT VERSION\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
|
11
|
-
"POT-Creation-Date:
|
|
11
|
+
"POT-Creation-Date: 2025-01-28 15:02+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.16.0\n"
|
|
19
19
|
|
|
20
20
|
#: geovisio/templates/main.html:45
|
|
21
21
|
msgid "Simple 360° geolocated pictures hosting"
|
|
@@ -69,11 +69,18 @@ msgstr ""
|
|
|
69
69
|
msgid "You need to enable JavaScript to run this app."
|
|
70
70
|
msgstr ""
|
|
71
71
|
|
|
72
|
-
#: geovisio/utils/auth.py:
|
|
72
|
+
#: geovisio/utils/auth.py:257
|
|
73
73
|
msgid "Authentication is mandatory"
|
|
74
74
|
msgstr ""
|
|
75
75
|
|
|
76
|
-
#: geovisio/utils/auth.py:
|
|
76
|
+
#: geovisio/utils/auth.py:283
|
|
77
|
+
#, python-format
|
|
78
|
+
msgid ""
|
|
79
|
+
"You need to accept the terms of service before uploading any pictures. "
|
|
80
|
+
"You can do so by validating them here: %(url)s"
|
|
81
|
+
msgstr ""
|
|
82
|
+
|
|
83
|
+
#: geovisio/utils/auth.py:400
|
|
77
84
|
msgid "Only Bearer token are supported"
|
|
78
85
|
msgstr ""
|
|
79
86
|
|
|
@@ -81,53 +88,54 @@ msgstr ""
|
|
|
81
88
|
msgid "Impossible to find excluded area"
|
|
82
89
|
msgstr ""
|
|
83
90
|
|
|
84
|
-
#: geovisio/utils/pictures.py:
|
|
91
|
+
#: geovisio/utils/pictures.py:304
|
|
85
92
|
#, python-format
|
|
86
93
|
msgid ""
|
|
87
94
|
"Invalid '%(format)s' format for image, only the following formats are "
|
|
88
95
|
"available: %(allowed_formats)s"
|
|
89
96
|
msgstr ""
|
|
90
97
|
|
|
91
|
-
#: geovisio/utils/pictures.py:
|
|
98
|
+
#: geovisio/utils/pictures.py:418
|
|
92
99
|
msgid "Picture can't be found, you may check its ID"
|
|
93
100
|
msgstr ""
|
|
94
101
|
|
|
95
|
-
#: geovisio/utils/pictures.py:
|
|
102
|
+
#: geovisio/utils/pictures.py:421
|
|
96
103
|
msgid "Picture is not available (either hidden by admin or processing)"
|
|
97
104
|
msgstr ""
|
|
98
105
|
|
|
99
|
-
#: geovisio/utils/pictures.py:
|
|
106
|
+
#: geovisio/utils/pictures.py:429
|
|
100
107
|
msgid "HD Picture file is not available"
|
|
101
108
|
msgstr ""
|
|
102
109
|
|
|
103
|
-
#: geovisio/utils/pictures.py:
|
|
110
|
+
#: geovisio/utils/pictures.py:448
|
|
104
111
|
msgid "Picture derivates file are not available"
|
|
105
112
|
msgstr ""
|
|
106
113
|
|
|
107
|
-
#: geovisio/utils/pictures.py:
|
|
114
|
+
#: geovisio/utils/pictures.py:465 geovisio/web/pictures.py:53
|
|
108
115
|
#: geovisio/web/pictures.py:98 geovisio/web/pictures.py:208
|
|
109
116
|
msgid "Unable to read picture on filesystem"
|
|
110
117
|
msgstr ""
|
|
111
118
|
|
|
112
|
-
#: geovisio/utils/reports.py:142 geovisio/utils/upload_set.py:
|
|
119
|
+
#: geovisio/utils/reports.py:142 geovisio/utils/upload_set.py:367
|
|
113
120
|
#: geovisio/web/params.py:356
|
|
114
121
|
msgid "Unsupported filter parameter"
|
|
115
122
|
msgstr ""
|
|
116
123
|
|
|
117
|
-
#: geovisio/utils/sequences.py:
|
|
124
|
+
#: geovisio/utils/sequences.py:388
|
|
118
125
|
msgid ""
|
|
119
126
|
"Sort by file date is not possible on this sequence (no file date "
|
|
120
127
|
"information available on pictures)"
|
|
121
128
|
msgstr ""
|
|
122
129
|
|
|
123
|
-
#: geovisio/utils/sequences.py:
|
|
130
|
+
#: geovisio/utils/sequences.py:413
|
|
124
131
|
#, python-format
|
|
125
132
|
msgid ""
|
|
126
133
|
"Sort using %(sort)s is not possible on this sequence, picture %(pic)s is "
|
|
127
134
|
"missing mandatory metadata"
|
|
128
135
|
msgstr ""
|
|
129
136
|
|
|
130
|
-
#: geovisio/utils/sequences.py:
|
|
137
|
+
#: geovisio/utils/sequences.py:605 geovisio/web/collections.py:690
|
|
138
|
+
#: geovisio/web/prepare.py:148
|
|
131
139
|
#, python-format
|
|
132
140
|
msgid "Collection %(c)s wasn't found in database"
|
|
133
141
|
msgstr ""
|
|
@@ -146,24 +154,30 @@ msgid ""
|
|
|
146
154
|
"token or generate a new one"
|
|
147
155
|
msgstr ""
|
|
148
156
|
|
|
149
|
-
#: geovisio/utils/upload_set.py:
|
|
157
|
+
#: geovisio/utils/upload_set.py:177
|
|
150
158
|
msgid ""
|
|
151
159
|
"The picture is too similar to another one (nearby and taken almost at the"
|
|
152
160
|
" same time)"
|
|
153
161
|
msgstr ""
|
|
154
162
|
|
|
155
|
-
#: geovisio/utils/upload_set.py:
|
|
163
|
+
#: geovisio/utils/upload_set.py:180
|
|
156
164
|
msgid "The sent file is not a valid JPEG"
|
|
157
165
|
msgstr ""
|
|
158
166
|
|
|
159
|
-
#: geovisio/utils/upload_set.py:
|
|
167
|
+
#: geovisio/utils/upload_set.py:183
|
|
160
168
|
msgid "The picture has invalid EXIF or XMP metadata, making it impossible to use"
|
|
161
169
|
msgstr ""
|
|
162
170
|
|
|
163
|
-
#: geovisio/utils/upload_set.py:
|
|
171
|
+
#: geovisio/utils/upload_set.py:186
|
|
164
172
|
msgid "Something went very wrong, but not due to the picture itself"
|
|
165
173
|
msgstr ""
|
|
166
174
|
|
|
175
|
+
#: geovisio/utils/upload_set.py:600
|
|
176
|
+
msgid ""
|
|
177
|
+
"A different picture with the same name has already been added to this "
|
|
178
|
+
"uploadset"
|
|
179
|
+
msgstr ""
|
|
180
|
+
|
|
167
181
|
#: geovisio/web/auth.py:60
|
|
168
182
|
msgid "Impossible to finish authentication flow"
|
|
169
183
|
msgstr ""
|
|
@@ -174,70 +188,80 @@ msgid ""
|
|
|
174
188
|
"contact your instance administrator."
|
|
175
189
|
msgstr ""
|
|
176
190
|
|
|
177
|
-
#: geovisio/web/collections.py:
|
|
191
|
+
#: geovisio/web/collections.py:309
|
|
178
192
|
#, python-format
|
|
179
193
|
msgid "There is no collection created after %(d)s"
|
|
180
194
|
msgstr ""
|
|
181
195
|
|
|
182
|
-
#: geovisio/web/collections.py:
|
|
196
|
+
#: geovisio/web/collections.py:311
|
|
183
197
|
#, python-format
|
|
184
198
|
msgid "There is no collection created before %(d)s"
|
|
185
199
|
msgstr ""
|
|
186
200
|
|
|
187
|
-
#: geovisio/web/collections.py:
|
|
201
|
+
#: geovisio/web/collections.py:431 geovisio/web/items.py:406
|
|
188
202
|
msgid "Collection doesn't exist"
|
|
189
203
|
msgstr ""
|
|
190
204
|
|
|
191
|
-
#: geovisio/web/collections.py:
|
|
205
|
+
#: geovisio/web/collections.py:490
|
|
192
206
|
msgid "Impossible to find a thumbnail for the collection"
|
|
193
207
|
msgstr ""
|
|
194
208
|
|
|
195
|
-
#: geovisio/web/collections.py:
|
|
209
|
+
#: geovisio/web/collections.py:594 geovisio/web/items.py:1198
|
|
196
210
|
msgid ""
|
|
197
211
|
"Picture visibility parameter (visible) should be either unset, true or "
|
|
198
212
|
"false"
|
|
199
213
|
msgstr ""
|
|
200
214
|
|
|
201
|
-
#: geovisio/web/collections.py:
|
|
202
|
-
msgid ""
|
|
203
|
-
"Sequence title is not valid, should be a string with a max of 250 "
|
|
204
|
-
"characters"
|
|
205
|
-
msgstr ""
|
|
206
|
-
|
|
207
|
-
#: geovisio/web/collections.py:590
|
|
215
|
+
#: geovisio/web/collections.py:601
|
|
208
216
|
msgid "Sort order parameter is invalid"
|
|
209
217
|
msgstr ""
|
|
210
218
|
|
|
211
|
-
#: geovisio/web/collections.py:
|
|
219
|
+
#: geovisio/web/collections.py:614
|
|
212
220
|
msgid ""
|
|
213
221
|
"Relative heading is not valid, should be an integer in degrees from -180 "
|
|
214
222
|
"to 180"
|
|
215
223
|
msgstr ""
|
|
216
224
|
|
|
217
|
-
#: geovisio/web/collections.py:
|
|
218
|
-
|
|
225
|
+
#: geovisio/web/collections.py:674 geovisio/web/items.py:1298
|
|
226
|
+
#: geovisio/web/prepare.py:62 geovisio/web/prepare.py:128
|
|
227
|
+
#: geovisio/web/reports.py:349 geovisio/web/reports.py:392
|
|
228
|
+
#: geovisio/web/upload_set.py:272 geovisio/web/upload_set.py:392
|
|
229
|
+
#: geovisio/web/users.py:369
|
|
230
|
+
msgid "Impossible to parse parameters"
|
|
231
|
+
msgstr ""
|
|
232
|
+
|
|
233
|
+
#: geovisio/web/collections.py:697
|
|
234
|
+
msgid ""
|
|
235
|
+
"You're not authorized to edit those fields for this sequence. Only the "
|
|
236
|
+
"owner can change the visibility and the title"
|
|
237
|
+
msgstr ""
|
|
238
|
+
|
|
239
|
+
#: geovisio/web/collections.py:707
|
|
240
|
+
msgid ""
|
|
241
|
+
"You're not authorized to edit this sequence, collaborative editing is not"
|
|
242
|
+
" allowed"
|
|
219
243
|
msgstr ""
|
|
220
244
|
|
|
221
|
-
#: geovisio/web/collections.py:
|
|
245
|
+
#: geovisio/web/collections.py:719
|
|
222
246
|
#, python-format
|
|
223
247
|
msgid "Sequence %(c)s is in %(s)s state, its visibility can't be changed for now"
|
|
224
248
|
msgstr ""
|
|
225
249
|
|
|
226
|
-
#: geovisio/web/collections.py:
|
|
250
|
+
#: geovisio/web/collections.py:858
|
|
227
251
|
msgid "Sequence doesn't exists"
|
|
228
252
|
msgstr ""
|
|
229
253
|
|
|
230
|
-
#: geovisio/web/collections.py:
|
|
254
|
+
#: geovisio/web/collections.py:1027 geovisio/web/stac.py:347
|
|
231
255
|
#, python-format
|
|
232
256
|
msgid "Impossible to find user %(u)s"
|
|
233
257
|
msgstr ""
|
|
234
258
|
|
|
235
|
-
#: geovisio/web/collections.py:
|
|
259
|
+
#: geovisio/web/collections.py:1062 geovisio/web/stac.py:357
|
|
236
260
|
#, python-format
|
|
237
261
|
msgid "No data loaded for user %(u)s"
|
|
238
262
|
msgstr ""
|
|
239
263
|
|
|
240
|
-
#: geovisio/web/collections.py:
|
|
264
|
+
#: geovisio/web/collections.py:1064
|
|
241
265
|
msgid "No matching sequences found"
|
|
242
266
|
msgstr ""
|
|
243
267
|
|
|
@@ -274,187 +298,243 @@ msgstr ""
|
|
|
274
298
|
msgid "You must be logged-in as admin to delete excluded areas"
|
|
275
299
|
msgstr ""
|
|
276
300
|
|
|
277
|
-
#: geovisio/web/items.py:
|
|
301
|
+
#: geovisio/web/items.py:369
|
|
278
302
|
msgid "limit parameter should be an integer between 1 and 10000"
|
|
279
303
|
msgstr ""
|
|
280
304
|
|
|
281
|
-
#: geovisio/web/items.py:
|
|
305
|
+
#: geovisio/web/items.py:371
|
|
282
306
|
msgid "limit parameter should be a valid, positive integer (between 1 and 10000)"
|
|
283
307
|
msgstr ""
|
|
284
308
|
|
|
285
|
-
#: geovisio/web/items.py:
|
|
309
|
+
#: geovisio/web/items.py:376
|
|
286
310
|
msgid "`startAfterRank` and `withPicture` are mutually exclusive parameters"
|
|
287
311
|
msgstr ""
|
|
288
312
|
|
|
289
|
-
#: geovisio/web/items.py:
|
|
313
|
+
#: geovisio/web/items.py:383
|
|
290
314
|
msgid "startAfterRank parameter should be a positive integer (starting from 1)"
|
|
291
315
|
msgstr ""
|
|
292
316
|
|
|
293
|
-
#: geovisio/web/items.py:
|
|
317
|
+
#: geovisio/web/items.py:385
|
|
294
318
|
msgid "startAfterRank parameter should be a valid, positive integer"
|
|
295
319
|
msgstr ""
|
|
296
320
|
|
|
297
|
-
#: geovisio/web/items.py:
|
|
321
|
+
#: geovisio/web/items.py:412
|
|
298
322
|
#, python-format
|
|
299
323
|
msgid "No more items in this collection (last available rank is %(r)s)"
|
|
300
324
|
msgstr ""
|
|
301
325
|
|
|
302
|
-
#: geovisio/web/items.py:
|
|
326
|
+
#: geovisio/web/items.py:422
|
|
303
327
|
#, python-format
|
|
304
328
|
msgid "Picture with id %(p)s does not exists"
|
|
305
329
|
msgstr ""
|
|
306
330
|
|
|
307
|
-
#: geovisio/web/items.py:
|
|
331
|
+
#: geovisio/web/items.py:726
|
|
308
332
|
msgid "Item doesn't exist"
|
|
309
333
|
msgstr ""
|
|
310
334
|
|
|
311
|
-
#: geovisio/web/items.py:
|
|
335
|
+
#: geovisio/web/items.py:785
|
|
312
336
|
msgid "Search using POST method should have a JSON body"
|
|
313
337
|
msgstr ""
|
|
314
338
|
|
|
315
|
-
#: geovisio/web/items.py:
|
|
339
|
+
#: geovisio/web/items.py:794
|
|
316
340
|
msgid "Parameter limit must be either empty or a number between 1 and 10000"
|
|
317
341
|
msgstr ""
|
|
318
342
|
|
|
319
|
-
#: geovisio/web/items.py:
|
|
343
|
+
#: geovisio/web/items.py:850
|
|
320
344
|
msgid ""
|
|
321
345
|
"Parameter place_fov_tolerance must be either empty or a number between 2 "
|
|
322
346
|
"and 180"
|
|
323
347
|
msgstr ""
|
|
324
348
|
|
|
325
|
-
#: geovisio/web/items.py:
|
|
349
|
+
#: geovisio/web/items.py:872
|
|
326
350
|
msgid ""
|
|
327
351
|
"Parameter intersects should contain a valid GeoJSON Geometry (not a "
|
|
328
352
|
"Feature)"
|
|
329
353
|
msgstr ""
|
|
330
354
|
|
|
331
|
-
#: geovisio/web/items.py:
|
|
355
|
+
#: geovisio/web/items.py:888
|
|
332
356
|
msgid "Parameter ids should be a JSON array of strings"
|
|
333
357
|
msgstr ""
|
|
334
358
|
|
|
335
|
-
#: geovisio/web/items.py:
|
|
359
|
+
#: geovisio/web/items.py:900
|
|
336
360
|
msgid "Parameter collections should be a JSON array of strings"
|
|
337
361
|
msgstr ""
|
|
338
362
|
|
|
339
|
-
#: geovisio/web/items.py:
|
|
363
|
+
#: geovisio/web/items.py:911
|
|
340
364
|
msgid "Picture doesn't exist"
|
|
341
365
|
msgstr ""
|
|
342
366
|
|
|
343
|
-
#: geovisio/web/items.py:
|
|
367
|
+
#: geovisio/web/items.py:1023 geovisio/web/upload_set.py:534
|
|
344
368
|
msgid "Content type should be multipart/form-data"
|
|
345
369
|
msgstr ""
|
|
346
370
|
|
|
347
|
-
#: geovisio/web/items.py:
|
|
371
|
+
#: geovisio/web/items.py:1027
|
|
348
372
|
msgid "Missing \"position\" parameter"
|
|
349
373
|
msgstr ""
|
|
350
374
|
|
|
351
|
-
#: geovisio/web/items.py:
|
|
375
|
+
#: geovisio/web/items.py:1034
|
|
352
376
|
msgid "Position in sequence should be a positive integer"
|
|
353
377
|
msgstr ""
|
|
354
378
|
|
|
355
|
-
#: geovisio/web/items.py:
|
|
379
|
+
#: geovisio/web/items.py:1048 geovisio/web/upload_set.py:343
|
|
356
380
|
msgid ""
|
|
357
381
|
"Longitude cannot be overridden alone, override_latitude also needs to be "
|
|
358
382
|
"set"
|
|
359
383
|
msgstr ""
|
|
360
384
|
|
|
361
|
-
#: geovisio/web/items.py:
|
|
385
|
+
#: geovisio/web/items.py:1050 geovisio/web/upload_set.py:345
|
|
362
386
|
msgid ""
|
|
363
387
|
"Latitude cannot be overridden alone, override_longitude also needs to be "
|
|
364
388
|
"set"
|
|
365
389
|
msgstr ""
|
|
366
390
|
|
|
367
|
-
#: geovisio/web/items.py:
|
|
391
|
+
#: geovisio/web/items.py:1051 geovisio/web/upload_set.py:318
|
|
368
392
|
#, python-format
|
|
369
393
|
msgid "For parameter `override_longitude`, `%(v)s` is not a valid longitude"
|
|
370
394
|
msgstr ""
|
|
371
395
|
|
|
372
|
-
#: geovisio/web/items.py:
|
|
396
|
+
#: geovisio/web/items.py:1052 geovisio/web/upload_set.py:323
|
|
373
397
|
#, python-format
|
|
374
398
|
msgid "For parameter `override_latitude`, `%(v)s` is not a valid latitude"
|
|
375
399
|
msgstr ""
|
|
376
400
|
|
|
377
|
-
#: geovisio/web/items.py:
|
|
401
|
+
#: geovisio/web/items.py:1071
|
|
378
402
|
msgid "Picture blur status should be either unset, true or false"
|
|
379
403
|
msgstr ""
|
|
380
404
|
|
|
381
|
-
#: geovisio/web/items.py:
|
|
405
|
+
#: geovisio/web/items.py:1075
|
|
382
406
|
msgid "No picture file was sent"
|
|
383
407
|
msgstr ""
|
|
384
408
|
|
|
385
|
-
#: geovisio/web/items.py:
|
|
409
|
+
#: geovisio/web/items.py:1081 geovisio/web/upload_set.py:384
|
|
386
410
|
msgid "Picture file is either missing or in an unsupported format (should be jpg)"
|
|
387
411
|
msgstr ""
|
|
388
412
|
|
|
389
|
-
#: geovisio/web/items.py:
|
|
413
|
+
#: geovisio/web/items.py:1088
|
|
390
414
|
#, python-format
|
|
391
415
|
msgid "Collection %(s)s wasn't found in database"
|
|
392
416
|
msgstr ""
|
|
393
417
|
|
|
394
|
-
#: geovisio/web/items.py:
|
|
418
|
+
#: geovisio/web/items.py:1092
|
|
395
419
|
msgid "You're not authorized to add picture to this collection"
|
|
396
420
|
msgstr ""
|
|
397
421
|
|
|
398
|
-
#: geovisio/web/items.py:
|
|
422
|
+
#: geovisio/web/items.py:1097
|
|
399
423
|
msgid "The collection has been deleted, impossible to add pictures to it"
|
|
400
424
|
msgstr ""
|
|
401
425
|
|
|
402
|
-
#: geovisio/web/items.py:
|
|
426
|
+
#: geovisio/web/items.py:1127
|
|
403
427
|
msgid "Picture at given position already exist"
|
|
404
428
|
msgstr ""
|
|
405
429
|
|
|
406
|
-
#: geovisio/web/items.py:
|
|
430
|
+
#: geovisio/web/items.py:1129 geovisio/web/upload_set.py:620
|
|
407
431
|
msgid "Impossible to parse picture metadata"
|
|
408
432
|
msgstr ""
|
|
409
433
|
|
|
410
|
-
#: geovisio/web/items.py:
|
|
434
|
+
#: geovisio/web/items.py:1131 geovisio/web/upload_set.py:627
|
|
411
435
|
msgid "Picture has invalid metadata"
|
|
412
436
|
msgstr ""
|
|
413
437
|
|
|
414
|
-
#: geovisio/web/items.py:
|
|
438
|
+
#: geovisio/web/items.py:1139 geovisio/web/upload_set.py:653
|
|
415
439
|
msgid "Picture wasn't correctly saved in filesystem"
|
|
416
440
|
msgstr ""
|
|
417
441
|
|
|
418
|
-
#: geovisio/web/items.py:
|
|
442
|
+
#: geovisio/web/items.py:1208
|
|
419
443
|
msgid ""
|
|
420
|
-
"
|
|
421
|
-
"
|
|
444
|
+
"Parameter `capture_time` is not a valid datetime, it should be an iso "
|
|
445
|
+
"formated datetime (like '2017-07-21T17:32:28Z')."
|
|
446
|
+
msgstr ""
|
|
447
|
+
|
|
448
|
+
#: geovisio/web/items.py:1216
|
|
449
|
+
#, python-format
|
|
450
|
+
msgid "For parameter `longitude`, `%(v)s` is not a valid longitude"
|
|
422
451
|
msgstr ""
|
|
423
452
|
|
|
424
|
-
#: geovisio/web/items.py:
|
|
453
|
+
#: geovisio/web/items.py:1221
|
|
454
|
+
#, python-format
|
|
455
|
+
msgid "For parameter `latitude`, `%(v)s` is not a valid latitude"
|
|
456
|
+
msgstr ""
|
|
457
|
+
|
|
458
|
+
#: geovisio/web/items.py:1226
|
|
459
|
+
msgid "Longitude cannot be overridden alone, latitude also needs to be set"
|
|
460
|
+
msgstr ""
|
|
461
|
+
|
|
462
|
+
#: geovisio/web/items.py:1228
|
|
463
|
+
msgid "Latitude cannot be overridden alone, longitude also needs to be set"
|
|
464
|
+
msgstr ""
|
|
465
|
+
|
|
466
|
+
#: geovisio/web/items.py:1311 geovisio/web/items.py:1421
|
|
467
|
+
#: geovisio/web/prepare.py:84
|
|
425
468
|
#, python-format
|
|
426
469
|
msgid "Picture %(p)s wasn't found in database"
|
|
427
470
|
msgstr ""
|
|
428
471
|
|
|
429
|
-
#: geovisio/web/items.py:
|
|
430
|
-
msgid "
|
|
472
|
+
#: geovisio/web/items.py:1318
|
|
473
|
+
msgid ""
|
|
474
|
+
"You're not authorized to edit the visibility of this picture. Only the "
|
|
475
|
+
"owner can change this."
|
|
431
476
|
msgstr ""
|
|
432
477
|
|
|
433
|
-
#: geovisio/web/items.py:
|
|
478
|
+
#: geovisio/web/items.py:1325
|
|
479
|
+
msgid ""
|
|
480
|
+
"You're not authorized to edit this picture, collaborative editing is not "
|
|
481
|
+
"allowed"
|
|
482
|
+
msgstr ""
|
|
483
|
+
|
|
484
|
+
#: geovisio/web/items.py:1336
|
|
434
485
|
#, python-format
|
|
435
486
|
msgid "Picture %(p)s is in %(s)s state, its visibility can't be changed for now"
|
|
436
487
|
msgstr ""
|
|
437
488
|
|
|
438
|
-
#: geovisio/web/
|
|
489
|
+
#: geovisio/web/items.py:1425
|
|
490
|
+
msgid "You're not authorized to edit this picture"
|
|
491
|
+
msgstr ""
|
|
492
|
+
|
|
493
|
+
#: geovisio/web/map.py:165
|
|
439
494
|
msgid "One of required parameter is empty"
|
|
440
495
|
msgstr ""
|
|
441
496
|
|
|
442
|
-
#: geovisio/web/map.py:
|
|
497
|
+
#: geovisio/web/map.py:167
|
|
443
498
|
msgid "Tile format is invalid, should be either pbf or mvt"
|
|
444
499
|
msgstr ""
|
|
445
500
|
|
|
446
|
-
#: geovisio/web/map.py:
|
|
501
|
+
#: geovisio/web/map.py:171 geovisio/web/map.py:173
|
|
447
502
|
msgid "X or Y parameter is out of bounds"
|
|
448
503
|
msgstr ""
|
|
449
504
|
|
|
450
|
-
#: geovisio/web/map.py:
|
|
505
|
+
#: geovisio/web/map.py:175
|
|
451
506
|
msgid "Z parameter is out of bounds (should be 0-15)"
|
|
452
507
|
msgstr ""
|
|
453
508
|
|
|
454
|
-
#: geovisio/web/map.py:
|
|
509
|
+
#: geovisio/web/map.py:186
|
|
455
510
|
msgid "Impossible to get tile"
|
|
456
511
|
msgstr ""
|
|
457
512
|
|
|
513
|
+
#: geovisio/web/pages.py:44
|
|
514
|
+
msgid "Page name is not recognized"
|
|
515
|
+
msgstr ""
|
|
516
|
+
|
|
517
|
+
#: geovisio/web/pages.py:126 geovisio/web/pages.py:235
|
|
518
|
+
#, python-format
|
|
519
|
+
msgid "Page not available in language %(l)s"
|
|
520
|
+
msgstr ""
|
|
521
|
+
|
|
522
|
+
#: geovisio/web/pages.py:175 geovisio/web/pages.py:229
|
|
523
|
+
msgid "You must be logged-in as admin to edit pages"
|
|
524
|
+
msgstr ""
|
|
525
|
+
|
|
526
|
+
#: geovisio/web/pages.py:177
|
|
527
|
+
msgid "Page content must be HTML (with Content-Type: text/html header set)"
|
|
528
|
+
msgstr ""
|
|
529
|
+
|
|
530
|
+
#: geovisio/web/pages.py:191
|
|
531
|
+
msgid "Could not update page content"
|
|
532
|
+
msgstr ""
|
|
533
|
+
|
|
534
|
+
#: geovisio/web/pages.py:237
|
|
535
|
+
msgid "Could not delete page content"
|
|
536
|
+
msgstr ""
|
|
537
|
+
|
|
458
538
|
#: geovisio/web/params.py:98
|
|
459
539
|
msgid "Parameter datetime should contain one or two dates"
|
|
460
540
|
msgstr ""
|
|
@@ -501,29 +581,35 @@ msgstr ""
|
|
|
501
581
|
msgid "Parameter %(p)s must be a valid list"
|
|
502
582
|
msgstr ""
|
|
503
583
|
|
|
504
|
-
#: geovisio/web/params.py:
|
|
584
|
+
#: geovisio/web/params.py:371
|
|
585
|
+
msgid ""
|
|
586
|
+
"Heading is not valid, should be an integer in degrees from 0° to 360°. "
|
|
587
|
+
"North is 0°, East = 90°, South = 180° and West = 270°."
|
|
588
|
+
msgstr ""
|
|
589
|
+
|
|
590
|
+
#: geovisio/web/params.py:458
|
|
505
591
|
msgid "Unsupported sortby parameter: invalid column name"
|
|
506
592
|
msgstr ""
|
|
507
593
|
|
|
508
|
-
#: geovisio/web/params.py:
|
|
594
|
+
#: geovisio/web/params.py:466
|
|
509
595
|
msgid "Unsupported sortby parameter: syntax isn't correct"
|
|
510
596
|
msgstr ""
|
|
511
597
|
|
|
512
|
-
#: geovisio/web/params.py:
|
|
598
|
+
#: geovisio/web/params.py:492
|
|
513
599
|
#, python-format
|
|
514
600
|
msgid "limit parameter should be a valid, positive integer (between 1 and %(v)s)"
|
|
515
601
|
msgstr ""
|
|
516
602
|
|
|
517
|
-
#: geovisio/web/params.py:
|
|
603
|
+
#: geovisio/web/params.py:495
|
|
518
604
|
#, python-format
|
|
519
605
|
msgid "limit parameter should be an integer between 1 and %(v)s"
|
|
520
606
|
msgstr ""
|
|
521
607
|
|
|
522
|
-
#: geovisio/web/params.py:
|
|
608
|
+
#: geovisio/web/params.py:506
|
|
523
609
|
msgid "longitude needs to be between -180 and 180"
|
|
524
610
|
msgstr ""
|
|
525
611
|
|
|
526
|
-
#: geovisio/web/params.py:
|
|
612
|
+
#: geovisio/web/params.py:516
|
|
527
613
|
msgid "latitude needs to be between -90 and 90"
|
|
528
614
|
msgstr ""
|
|
529
615
|
|
|
@@ -579,11 +665,6 @@ msgstr ""
|
|
|
579
665
|
msgid "Parameter for editing the Report should be a valid JSON"
|
|
580
666
|
msgstr ""
|
|
581
667
|
|
|
582
|
-
#: geovisio/web/reports.py:349 geovisio/web/reports.py:392
|
|
583
|
-
#: geovisio/web/upload_set.py:265 geovisio/web/upload_set.py:385
|
|
584
|
-
msgid "Impossible to parse parameters"
|
|
585
|
-
msgstr ""
|
|
586
|
-
|
|
587
668
|
#: geovisio/web/reports.py:352
|
|
588
669
|
msgid "You're not authorized to list reports"
|
|
589
670
|
msgstr ""
|
|
@@ -593,14 +674,6 @@ msgstr ""
|
|
|
593
674
|
msgid "Sequence \"%(name)s\" by \"%(user)s\" was captured on %(date)s."
|
|
594
675
|
msgstr ""
|
|
595
676
|
|
|
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
|
-
|
|
604
677
|
#: geovisio/web/rss.py:49
|
|
605
678
|
msgid "GeoVisio collections"
|
|
606
679
|
msgstr ""
|
|
@@ -622,67 +695,63 @@ msgstr ""
|
|
|
622
695
|
msgid "Token already claimed by another account"
|
|
623
696
|
msgstr ""
|
|
624
697
|
|
|
625
|
-
#: geovisio/web/upload_set.py:
|
|
698
|
+
#: geovisio/web/upload_set.py:134
|
|
626
699
|
msgid "Impossible to create an UploadSet"
|
|
627
700
|
msgstr ""
|
|
628
701
|
|
|
629
|
-
#: geovisio/web/upload_set.py:
|
|
702
|
+
#: geovisio/web/upload_set.py:136
|
|
630
703
|
msgid "Parameter for creating an UploadSet should be a valid JSON"
|
|
631
704
|
msgstr ""
|
|
632
705
|
|
|
633
|
-
#: geovisio/web/upload_set.py:
|
|
634
|
-
#: geovisio/web/upload_set.py:
|
|
706
|
+
#: geovisio/web/upload_set.py:182 geovisio/web/upload_set.py:216
|
|
707
|
+
#: geovisio/web/upload_set.py:735
|
|
635
708
|
msgid "UploadSet doesn't exist"
|
|
636
709
|
msgstr ""
|
|
637
710
|
|
|
638
|
-
#: geovisio/web/upload_set.py:
|
|
639
|
-
msgid "You're not authorized to list pictures in this upload set"
|
|
640
|
-
msgstr ""
|
|
641
|
-
|
|
642
|
-
#: geovisio/web/upload_set.py:303
|
|
711
|
+
#: geovisio/web/upload_set.py:310
|
|
643
712
|
msgid ""
|
|
644
713
|
"Parameter `override_capture_time` is not a valid datetime, it should be "
|
|
645
714
|
"an iso formated datetime (like '2017-07-21T17:32:28Z')."
|
|
646
715
|
msgstr ""
|
|
647
716
|
|
|
648
|
-
#: geovisio/web/upload_set.py:
|
|
717
|
+
#: geovisio/web/upload_set.py:377
|
|
649
718
|
msgid "No file was sent"
|
|
650
719
|
msgstr ""
|
|
651
720
|
|
|
652
|
-
#: geovisio/web/upload_set.py:
|
|
721
|
+
#: geovisio/web/upload_set.py:541 geovisio/web/upload_set.py:721
|
|
653
722
|
#, python-format
|
|
654
723
|
msgid "UploadSet %(u)s does not exist"
|
|
655
724
|
msgstr ""
|
|
656
725
|
|
|
657
|
-
#: geovisio/web/upload_set.py:
|
|
726
|
+
#: geovisio/web/upload_set.py:545
|
|
658
727
|
msgid "You're not authorized to add picture to this upload set"
|
|
659
728
|
msgstr ""
|
|
660
729
|
|
|
661
|
-
#: geovisio/web/upload_set.py:
|
|
730
|
+
#: geovisio/web/upload_set.py:585
|
|
662
731
|
msgid "The item has already been added to this upload set"
|
|
663
732
|
msgstr ""
|
|
664
733
|
|
|
665
|
-
#: geovisio/web/upload_set.py:
|
|
734
|
+
#: geovisio/web/upload_set.py:592
|
|
666
735
|
msgid "The same picture has already been sent in a past upload"
|
|
667
736
|
msgstr ""
|
|
668
737
|
|
|
669
|
-
#: geovisio/web/upload_set.py:
|
|
738
|
+
#: geovisio/web/upload_set.py:635
|
|
670
739
|
msgid "Impossible to open file as image. The only supported image format is jpg."
|
|
671
740
|
msgstr ""
|
|
672
741
|
|
|
673
|
-
#: geovisio/web/upload_set.py:
|
|
742
|
+
#: geovisio/web/upload_set.py:725
|
|
674
743
|
msgid "You're not authorized to complete this upload set"
|
|
675
744
|
msgstr ""
|
|
676
745
|
|
|
677
|
-
#: geovisio/web/upload_set.py:
|
|
746
|
+
#: geovisio/web/upload_set.py:770
|
|
678
747
|
msgid "You're not authorized to delete this upload set"
|
|
679
748
|
msgstr ""
|
|
680
749
|
|
|
681
|
-
#: geovisio/web/users.py:
|
|
750
|
+
#: geovisio/web/users.py:110
|
|
682
751
|
msgid "Impossible to find user"
|
|
683
752
|
msgstr ""
|
|
684
753
|
|
|
685
|
-
#: geovisio/web/users.py:
|
|
754
|
+
#: geovisio/web/users.py:213
|
|
686
755
|
msgid ""
|
|
687
756
|
"No search parameter given, you should provide `q=<pattern>` as query "
|
|
688
757
|
"parameter"
|