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