geovisio 2.6.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 +36 -7
- geovisio/admin_cli/cleanup.py +2 -2
- geovisio/admin_cli/db.py +1 -4
- geovisio/config_app.py +40 -1
- geovisio/db_migrations.py +24 -3
- geovisio/templates/main.html +13 -13
- geovisio/templates/viewer.html +3 -3
- geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/de/LC_MESSAGES/messages.po +804 -0
- 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 +738 -0
- geovisio/translations/es/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/es/LC_MESSAGES/messages.po +778 -0
- geovisio/translations/fi/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/fi/LC_MESSAGES/messages.po +589 -0
- geovisio/translations/fr/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/fr/LC_MESSAGES/messages.po +814 -0
- geovisio/translations/hu/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/hu/LC_MESSAGES/messages.po +773 -0
- geovisio/translations/ko/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/ko/LC_MESSAGES/messages.po +685 -0
- geovisio/translations/messages.pot +694 -0
- geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/nl/LC_MESSAGES/messages.po +602 -0
- geovisio/utils/__init__.py +1 -1
- geovisio/utils/auth.py +50 -11
- geovisio/utils/db.py +65 -0
- geovisio/utils/excluded_areas.py +83 -0
- geovisio/utils/extent.py +30 -0
- geovisio/utils/fields.py +1 -1
- geovisio/utils/filesystems.py +0 -1
- geovisio/utils/link.py +14 -0
- geovisio/utils/params.py +20 -0
- geovisio/utils/pictures.py +110 -88
- geovisio/utils/reports.py +171 -0
- geovisio/utils/sequences.py +262 -126
- geovisio/utils/tokens.py +37 -42
- geovisio/utils/upload_set.py +642 -0
- geovisio/web/auth.py +37 -37
- geovisio/web/collections.py +304 -304
- geovisio/web/configuration.py +14 -0
- geovisio/web/docs.py +276 -15
- geovisio/web/excluded_areas.py +377 -0
- geovisio/web/items.py +169 -112
- geovisio/web/map.py +104 -36
- geovisio/web/params.py +69 -26
- geovisio/web/pictures.py +14 -31
- geovisio/web/reports.py +399 -0
- geovisio/web/rss.py +13 -7
- geovisio/web/stac.py +129 -134
- geovisio/web/tokens.py +98 -109
- geovisio/web/upload_set.py +771 -0
- geovisio/web/users.py +100 -73
- geovisio/web/utils.py +28 -9
- geovisio/workers/runner_pictures.py +241 -207
- {geovisio-2.6.0.dist-info → geovisio-2.7.1.dist-info}/METADATA +17 -14
- geovisio-2.7.1.dist-info/RECORD +70 -0
- {geovisio-2.6.0.dist-info → geovisio-2.7.1.dist-info}/WHEEL +1 -1
- geovisio-2.6.0.dist-info/RECORD +0 -41
- {geovisio-2.6.0.dist-info → geovisio-2.7.1.dist-info}/LICENSE +0 -0
|
Binary file
|
|
@@ -0,0 +1,589 @@
|
|
|
1
|
+
# Translations template for PROJECT.
|
|
2
|
+
# Copyright (C) 2024 ORGANIZATION
|
|
3
|
+
# This file is distributed under the same license as the PROJECT project.
|
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
|
|
5
|
+
#
|
|
6
|
+
msgid ""
|
|
7
|
+
msgstr ""
|
|
8
|
+
"Project-Id-Version: PROJECT VERSION\n"
|
|
9
|
+
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
|
10
|
+
"POT-Creation-Date: 2024-07-16 11:13+0200\n"
|
|
11
|
+
"PO-Revision-Date: 2024-09-06 08:07+0000\n"
|
|
12
|
+
"Last-Translator: unnerving duck <ojarasam@protonmail.com>\n"
|
|
13
|
+
"Language-Team: Finnish <http://weblate.panoramax.xyz/projects/panoramax/api/"
|
|
14
|
+
"fi/>\n"
|
|
15
|
+
"Language: fi\n"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=utf-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
19
|
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
20
|
+
"X-Generator: Weblate 5.4.3\n"
|
|
21
|
+
"Generated-By: Babel 2.15.0\n"
|
|
22
|
+
|
|
23
|
+
#: geovisio/templates/main.html:45
|
|
24
|
+
msgid "Simple 360° geolocated pictures hosting"
|
|
25
|
+
msgstr ""
|
|
26
|
+
|
|
27
|
+
#: geovisio/templates/main.html:47
|
|
28
|
+
msgid "Full page version"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
#: geovisio/templates/main.html:51
|
|
32
|
+
msgid "Viewer"
|
|
33
|
+
msgstr ""
|
|
34
|
+
|
|
35
|
+
#: geovisio/templates/main.html:52
|
|
36
|
+
msgid "Embed pre-configured viewer"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
#: geovisio/templates/main.html:53
|
|
40
|
+
msgid "Easiest way to have a working GeoVisio viewer on your website"
|
|
41
|
+
msgstr ""
|
|
42
|
+
|
|
43
|
+
#: geovisio/templates/main.html:59
|
|
44
|
+
msgid "Use JS library"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
#: geovisio/templates/main.html:60
|
|
48
|
+
msgid "A completely configurable viewer for your website"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
51
|
+
#: geovisio/templates/main.html:82
|
|
52
|
+
msgid "Links"
|
|
53
|
+
msgstr "Linkit"
|
|
54
|
+
|
|
55
|
+
#: geovisio/templates/main.html:84
|
|
56
|
+
msgid "Pictures viewer"
|
|
57
|
+
msgstr "Kuvakatselin"
|
|
58
|
+
|
|
59
|
+
#: geovisio/templates/main.html:86
|
|
60
|
+
msgid "API docs"
|
|
61
|
+
msgstr "API dokumentaatio"
|
|
62
|
+
|
|
63
|
+
#: geovisio/templates/main.html:88
|
|
64
|
+
msgid "JS library docs"
|
|
65
|
+
msgstr ""
|
|
66
|
+
|
|
67
|
+
#: geovisio/templates/main.html:90
|
|
68
|
+
msgid "Repositories"
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
71
|
+
#: geovisio/templates/viewer.html:22
|
|
72
|
+
msgid "You need to enable JavaScript to run this app."
|
|
73
|
+
msgstr ""
|
|
74
|
+
|
|
75
|
+
#: geovisio/utils/auth.py:164
|
|
76
|
+
msgid "Authentication is mandatory"
|
|
77
|
+
msgstr ""
|
|
78
|
+
|
|
79
|
+
#: geovisio/utils/auth.py:292
|
|
80
|
+
msgid "Only Bearer token are supported"
|
|
81
|
+
msgstr ""
|
|
82
|
+
|
|
83
|
+
#: geovisio/utils/pictures.py:305
|
|
84
|
+
#, python-format
|
|
85
|
+
msgid ""
|
|
86
|
+
"Invalid '%(format)s' format for image, only the following formats are "
|
|
87
|
+
"available: %(allowed_formats)s"
|
|
88
|
+
msgstr ""
|
|
89
|
+
|
|
90
|
+
#: geovisio/utils/pictures.py:421
|
|
91
|
+
msgid "Picture can't be found, you may check its ID"
|
|
92
|
+
msgstr ""
|
|
93
|
+
|
|
94
|
+
#: geovisio/utils/pictures.py:424
|
|
95
|
+
msgid "Picture is not available (either hidden by admin or processing)"
|
|
96
|
+
msgstr ""
|
|
97
|
+
|
|
98
|
+
#: geovisio/utils/pictures.py:432
|
|
99
|
+
msgid "HD Picture file is not available"
|
|
100
|
+
msgstr ""
|
|
101
|
+
|
|
102
|
+
#: geovisio/utils/pictures.py:451
|
|
103
|
+
msgid "Picture derivates file are not available"
|
|
104
|
+
msgstr ""
|
|
105
|
+
|
|
106
|
+
#: geovisio/utils/pictures.py:468 geovisio/web/pictures.py:59
|
|
107
|
+
#: geovisio/web/pictures.py:108 geovisio/web/pictures.py:226
|
|
108
|
+
msgid "Unable to read picture on filesystem"
|
|
109
|
+
msgstr ""
|
|
110
|
+
|
|
111
|
+
#: geovisio/utils/sequences.py:372
|
|
112
|
+
msgid ""
|
|
113
|
+
"Sort by file date is not possible on this sequence (no file date "
|
|
114
|
+
"information available on pictures)"
|
|
115
|
+
msgstr ""
|
|
116
|
+
|
|
117
|
+
#: geovisio/utils/sequences.py:391
|
|
118
|
+
#, python-format
|
|
119
|
+
msgid ""
|
|
120
|
+
"Sort using %(sort)s is not possible on this sequence, picture %(pic)s is "
|
|
121
|
+
"missing mandatory metadata"
|
|
122
|
+
msgstr ""
|
|
123
|
+
|
|
124
|
+
#: geovisio/utils/tokens.py:43
|
|
125
|
+
msgid "JWT token signature does not match"
|
|
126
|
+
msgstr ""
|
|
127
|
+
|
|
128
|
+
#: geovisio/utils/tokens.py:59
|
|
129
|
+
msgid "Token does not exist anymore"
|
|
130
|
+
msgstr ""
|
|
131
|
+
|
|
132
|
+
#: geovisio/utils/tokens.py:63
|
|
133
|
+
msgid ""
|
|
134
|
+
"Token not yet claimed, this token cannot be used yet. Either claim this "
|
|
135
|
+
"token or generate a new one"
|
|
136
|
+
msgstr ""
|
|
137
|
+
|
|
138
|
+
#: geovisio/utils/upload_set.py:143 geovisio/web/params.py:359
|
|
139
|
+
msgid "Unsupported filter parameter"
|
|
140
|
+
msgstr ""
|
|
141
|
+
|
|
142
|
+
#: geovisio/web/auth.py:62
|
|
143
|
+
msgid "Impossible to finish authentication flow"
|
|
144
|
+
msgstr ""
|
|
145
|
+
|
|
146
|
+
#: geovisio/web/auth.py:66
|
|
147
|
+
msgid ""
|
|
148
|
+
"You can try to clear your cookies and retry. If the problem persists, "
|
|
149
|
+
"contact your instance administrator."
|
|
150
|
+
msgstr ""
|
|
151
|
+
|
|
152
|
+
#: geovisio/web/collections.py:263
|
|
153
|
+
#, python-format
|
|
154
|
+
msgid "There is no collection created after %(d)s"
|
|
155
|
+
msgstr ""
|
|
156
|
+
|
|
157
|
+
#: geovisio/web/collections.py:265
|
|
158
|
+
#, python-format
|
|
159
|
+
msgid "There is no collection created before %(d)s"
|
|
160
|
+
msgstr ""
|
|
161
|
+
|
|
162
|
+
#: geovisio/web/collections.py:372 geovisio/web/items.py:372
|
|
163
|
+
msgid "Collection doesn't exist"
|
|
164
|
+
msgstr ""
|
|
165
|
+
|
|
166
|
+
#: geovisio/web/collections.py:431
|
|
167
|
+
msgid "Impossible to find a thumbnail for the collection"
|
|
168
|
+
msgstr ""
|
|
169
|
+
|
|
170
|
+
#: geovisio/web/collections.py:544 geovisio/web/items.py:1142
|
|
171
|
+
msgid ""
|
|
172
|
+
"Picture visibility parameter (visible) should be either unset, true or "
|
|
173
|
+
"false"
|
|
174
|
+
msgstr ""
|
|
175
|
+
|
|
176
|
+
#: geovisio/web/collections.py:550
|
|
177
|
+
msgid ""
|
|
178
|
+
"Sequence title is not valid, should be a string with a max of 250 "
|
|
179
|
+
"characters"
|
|
180
|
+
msgstr ""
|
|
181
|
+
|
|
182
|
+
#: geovisio/web/collections.py:556
|
|
183
|
+
msgid "Sort order parameter is invalid"
|
|
184
|
+
msgstr ""
|
|
185
|
+
|
|
186
|
+
#: geovisio/web/collections.py:567
|
|
187
|
+
msgid ""
|
|
188
|
+
"Relative heading is not valid, should be an integer in degrees from -180 "
|
|
189
|
+
"to 180"
|
|
190
|
+
msgstr ""
|
|
191
|
+
|
|
192
|
+
#: geovisio/web/collections.py:584
|
|
193
|
+
#, python-format
|
|
194
|
+
msgid "Sequence %(c)s wasn't found in database"
|
|
195
|
+
msgstr ""
|
|
196
|
+
|
|
197
|
+
#: geovisio/web/collections.py:588
|
|
198
|
+
msgid "You're not authorized to edit this sequence"
|
|
199
|
+
msgstr ""
|
|
200
|
+
|
|
201
|
+
#: geovisio/web/collections.py:597
|
|
202
|
+
#, python-format
|
|
203
|
+
msgid "Sequence %(c)s is in %(s)s state, its visibility can't be changed for now"
|
|
204
|
+
msgstr ""
|
|
205
|
+
|
|
206
|
+
#: geovisio/web/collections.py:696
|
|
207
|
+
#, python-format
|
|
208
|
+
msgid "Collection %(c)s wasn't found in database"
|
|
209
|
+
msgstr ""
|
|
210
|
+
|
|
211
|
+
#: geovisio/web/collections.py:793
|
|
212
|
+
msgid "Sequence doesn't exists"
|
|
213
|
+
msgstr ""
|
|
214
|
+
|
|
215
|
+
#: geovisio/web/collections.py:938 geovisio/web/stac.py:340
|
|
216
|
+
#, python-format
|
|
217
|
+
msgid "Impossible to find user %(u)s"
|
|
218
|
+
msgstr ""
|
|
219
|
+
|
|
220
|
+
#: geovisio/web/collections.py:969 geovisio/web/stac.py:350
|
|
221
|
+
#, python-format
|
|
222
|
+
msgid "No data loaded for user %(u)s"
|
|
223
|
+
msgstr ""
|
|
224
|
+
|
|
225
|
+
#: geovisio/web/collections.py:971
|
|
226
|
+
msgid "No matching sequences found"
|
|
227
|
+
msgstr ""
|
|
228
|
+
|
|
229
|
+
#: geovisio/web/items.py:335
|
|
230
|
+
msgid "limit parameter should be an integer between 1 and 10000"
|
|
231
|
+
msgstr ""
|
|
232
|
+
|
|
233
|
+
#: geovisio/web/items.py:337
|
|
234
|
+
msgid "limit parameter should be a valid, positive integer (between 1 and 10000)"
|
|
235
|
+
msgstr ""
|
|
236
|
+
|
|
237
|
+
#: geovisio/web/items.py:342
|
|
238
|
+
msgid "`startAfterRank` and `withPicture` are mutually exclusive parameters"
|
|
239
|
+
msgstr ""
|
|
240
|
+
|
|
241
|
+
#: geovisio/web/items.py:349
|
|
242
|
+
msgid "startAfterRank parameter should be a positive integer (starting from 1)"
|
|
243
|
+
msgstr ""
|
|
244
|
+
|
|
245
|
+
#: geovisio/web/items.py:351
|
|
246
|
+
msgid "startAfterRank parameter should be a valid, positive integer"
|
|
247
|
+
msgstr ""
|
|
248
|
+
|
|
249
|
+
#: geovisio/web/items.py:378
|
|
250
|
+
#, python-format
|
|
251
|
+
msgid "No more items in this collection (last available rank is %(r)s)"
|
|
252
|
+
msgstr ""
|
|
253
|
+
|
|
254
|
+
#: geovisio/web/items.py:388
|
|
255
|
+
#, python-format
|
|
256
|
+
msgid "Picture with id %(p)s does not exists"
|
|
257
|
+
msgstr ""
|
|
258
|
+
|
|
259
|
+
#: geovisio/web/items.py:674
|
|
260
|
+
msgid "Item doesn't exist"
|
|
261
|
+
msgstr ""
|
|
262
|
+
|
|
263
|
+
#: geovisio/web/items.py:733
|
|
264
|
+
msgid "Search using POST method should have a JSON body"
|
|
265
|
+
msgstr ""
|
|
266
|
+
|
|
267
|
+
#: geovisio/web/items.py:742
|
|
268
|
+
msgid "Parameter limit must be either empty or a number between 1 and 10000"
|
|
269
|
+
msgstr ""
|
|
270
|
+
|
|
271
|
+
#: geovisio/web/items.py:798
|
|
272
|
+
msgid ""
|
|
273
|
+
"Parameter place_fov_tolerance must be either empty or a number between 2 "
|
|
274
|
+
"and 180"
|
|
275
|
+
msgstr ""
|
|
276
|
+
|
|
277
|
+
#: geovisio/web/items.py:820
|
|
278
|
+
msgid ""
|
|
279
|
+
"Parameter intersects should contain a valid GeoJSON Geometry (not a "
|
|
280
|
+
"Feature)"
|
|
281
|
+
msgstr ""
|
|
282
|
+
|
|
283
|
+
#: geovisio/web/items.py:836
|
|
284
|
+
msgid "Parameter ids should be a JSON array of strings"
|
|
285
|
+
msgstr ""
|
|
286
|
+
|
|
287
|
+
#: geovisio/web/items.py:848
|
|
288
|
+
msgid "Parameter collections should be a JSON array of strings"
|
|
289
|
+
msgstr ""
|
|
290
|
+
|
|
291
|
+
#: geovisio/web/items.py:859
|
|
292
|
+
msgid "Picture doesn't exist"
|
|
293
|
+
msgstr ""
|
|
294
|
+
|
|
295
|
+
#: geovisio/web/items.py:962 geovisio/web/upload_set.py:447
|
|
296
|
+
msgid "Content type should be multipart/form-data"
|
|
297
|
+
msgstr ""
|
|
298
|
+
|
|
299
|
+
#: geovisio/web/items.py:966
|
|
300
|
+
msgid "Missing \"position\" parameter"
|
|
301
|
+
msgstr ""
|
|
302
|
+
|
|
303
|
+
#: geovisio/web/items.py:973
|
|
304
|
+
msgid "Position in sequence should be a positive integer"
|
|
305
|
+
msgstr ""
|
|
306
|
+
|
|
307
|
+
#: geovisio/web/items.py:987 geovisio/web/upload_set.py:340
|
|
308
|
+
msgid ""
|
|
309
|
+
"Longitude cannot be overridden alone, override_latitude also needs to be "
|
|
310
|
+
"set"
|
|
311
|
+
msgstr ""
|
|
312
|
+
|
|
313
|
+
#: geovisio/web/items.py:989 geovisio/web/upload_set.py:342
|
|
314
|
+
msgid ""
|
|
315
|
+
"Latitude cannot be overridden alone, override_longitude also needs to be "
|
|
316
|
+
"set"
|
|
317
|
+
msgstr ""
|
|
318
|
+
|
|
319
|
+
#: geovisio/web/items.py:990 geovisio/web/upload_set.py:315
|
|
320
|
+
#, python-format
|
|
321
|
+
msgid "For parameter `override_longitude`, `%(v)s` is not a valid longitude"
|
|
322
|
+
msgstr ""
|
|
323
|
+
|
|
324
|
+
#: geovisio/web/items.py:991 geovisio/web/upload_set.py:320
|
|
325
|
+
#, python-format
|
|
326
|
+
msgid "For parameter `override_latitude`, `%(v)s` is not a valid latitude"
|
|
327
|
+
msgstr ""
|
|
328
|
+
|
|
329
|
+
#: geovisio/web/items.py:1010
|
|
330
|
+
msgid "Picture blur status should be either unset, true or false"
|
|
331
|
+
msgstr ""
|
|
332
|
+
|
|
333
|
+
#: geovisio/web/items.py:1014
|
|
334
|
+
msgid "No picture file was sent"
|
|
335
|
+
msgstr ""
|
|
336
|
+
|
|
337
|
+
#: geovisio/web/items.py:1020 geovisio/web/upload_set.py:365
|
|
338
|
+
msgid "Picture file is either missing or in an unsupported format (should be jpg)"
|
|
339
|
+
msgstr ""
|
|
340
|
+
|
|
341
|
+
#: geovisio/web/items.py:1027
|
|
342
|
+
#, python-format
|
|
343
|
+
msgid "Sequence %(s)s wasn't found in database"
|
|
344
|
+
msgstr ""
|
|
345
|
+
|
|
346
|
+
#: geovisio/web/items.py:1061
|
|
347
|
+
msgid "Picture at given position already exist"
|
|
348
|
+
msgstr ""
|
|
349
|
+
|
|
350
|
+
#: geovisio/web/items.py:1063 geovisio/web/upload_set.py:521
|
|
351
|
+
msgid "Impossible to parse picture metadata"
|
|
352
|
+
msgstr ""
|
|
353
|
+
|
|
354
|
+
#: geovisio/web/items.py:1071 geovisio/web/upload_set.py:529
|
|
355
|
+
msgid "Picture wasn't correctly saved in filesystem"
|
|
356
|
+
msgstr ""
|
|
357
|
+
|
|
358
|
+
#: geovisio/web/items.py:1154
|
|
359
|
+
msgid ""
|
|
360
|
+
"Heading is not valid, should be an integer in degrees from 0° to 360°. "
|
|
361
|
+
"North is 0°, East = 90°, South = 180° and West = 270°."
|
|
362
|
+
msgstr ""
|
|
363
|
+
|
|
364
|
+
#: geovisio/web/items.py:1171 geovisio/web/items.py:1262
|
|
365
|
+
#, python-format
|
|
366
|
+
msgid "Picture %(p)s wasn't found in database"
|
|
367
|
+
msgstr ""
|
|
368
|
+
|
|
369
|
+
#: geovisio/web/items.py:1175 geovisio/web/items.py:1266
|
|
370
|
+
msgid "You're not authorized to edit this picture"
|
|
371
|
+
msgstr ""
|
|
372
|
+
|
|
373
|
+
#: geovisio/web/items.py:1185
|
|
374
|
+
#, python-format
|
|
375
|
+
msgid "Picture %(p)s is in %(s)s state, its visibility can't be changed for now"
|
|
376
|
+
msgstr ""
|
|
377
|
+
|
|
378
|
+
#: geovisio/web/map.py:124
|
|
379
|
+
msgid "One of required parameter is empty"
|
|
380
|
+
msgstr ""
|
|
381
|
+
|
|
382
|
+
#: geovisio/web/map.py:126
|
|
383
|
+
msgid "Tile format is invalid, should be either pbf or mvt"
|
|
384
|
+
msgstr ""
|
|
385
|
+
|
|
386
|
+
#: geovisio/web/map.py:130 geovisio/web/map.py:132
|
|
387
|
+
msgid "X or Y parameter is out of bounds"
|
|
388
|
+
msgstr ""
|
|
389
|
+
|
|
390
|
+
#: geovisio/web/map.py:134
|
|
391
|
+
msgid "Z parameter is out of bounds (should be 0-15)"
|
|
392
|
+
msgstr ""
|
|
393
|
+
|
|
394
|
+
#: geovisio/web/map.py:145
|
|
395
|
+
msgid "Impossible to get tile"
|
|
396
|
+
msgstr ""
|
|
397
|
+
|
|
398
|
+
#: geovisio/web/params.py:101
|
|
399
|
+
msgid "Parameter datetime should contain one or two dates"
|
|
400
|
+
msgstr ""
|
|
401
|
+
|
|
402
|
+
#: geovisio/web/params.py:171
|
|
403
|
+
msgid ""
|
|
404
|
+
"Parameter bbox must contain valid longitude (-180 to 180) and latitude "
|
|
405
|
+
"(-90 to 90) values"
|
|
406
|
+
msgstr ""
|
|
407
|
+
|
|
408
|
+
#: geovisio/web/params.py:176
|
|
409
|
+
msgid "Parameter bbox must be in format [minX, minY, maxX, maxY]"
|
|
410
|
+
msgstr ""
|
|
411
|
+
|
|
412
|
+
#: geovisio/web/params.py:213
|
|
413
|
+
#, python-format
|
|
414
|
+
msgid "Parameter %(p)s must be coordinates in lat,lon format"
|
|
415
|
+
msgstr ""
|
|
416
|
+
|
|
417
|
+
#: geovisio/web/params.py:216
|
|
418
|
+
#, python-format
|
|
419
|
+
msgid "Longitude in parameter %(p)s is not valid (should be between -180 and 180)"
|
|
420
|
+
msgstr ""
|
|
421
|
+
|
|
422
|
+
#: geovisio/web/params.py:217
|
|
423
|
+
#, python-format
|
|
424
|
+
msgid "Latitude in parameter %(p)s is not valid (should be between -90 and 90)"
|
|
425
|
+
msgstr ""
|
|
426
|
+
|
|
427
|
+
#: geovisio/web/params.py:240 geovisio/web/params.py:253
|
|
428
|
+
#, python-format
|
|
429
|
+
msgid ""
|
|
430
|
+
"Parameter %(p)s is invalid (should be a distance range in meters like "
|
|
431
|
+
"\"5-15\")"
|
|
432
|
+
msgstr ""
|
|
433
|
+
|
|
434
|
+
#: geovisio/web/params.py:246
|
|
435
|
+
#, python-format
|
|
436
|
+
msgid "Parameter %(p)s has a min value greater than its max value"
|
|
437
|
+
msgstr ""
|
|
438
|
+
|
|
439
|
+
#: geovisio/web/params.py:320
|
|
440
|
+
#, python-format
|
|
441
|
+
msgid "Parameter %(p)s must be a valid list"
|
|
442
|
+
msgstr ""
|
|
443
|
+
|
|
444
|
+
#: geovisio/web/params.py:444
|
|
445
|
+
msgid "Unsupported sortby parameter: invalid column name"
|
|
446
|
+
msgstr ""
|
|
447
|
+
|
|
448
|
+
#: geovisio/web/params.py:452
|
|
449
|
+
msgid "Unsupported sortby parameter: syntax isn't correct"
|
|
450
|
+
msgstr ""
|
|
451
|
+
|
|
452
|
+
#: geovisio/web/params.py:478
|
|
453
|
+
#, python-format
|
|
454
|
+
msgid "limit parameter should be a valid, positive integer (between 1 and %(v)s)"
|
|
455
|
+
msgstr ""
|
|
456
|
+
|
|
457
|
+
#: geovisio/web/params.py:481
|
|
458
|
+
#, python-format
|
|
459
|
+
msgid "limit parameter should be an integer between 1 and %(v)s"
|
|
460
|
+
msgstr ""
|
|
461
|
+
|
|
462
|
+
#: geovisio/web/params.py:492
|
|
463
|
+
msgid "longitude needs to be between -180 and 180"
|
|
464
|
+
msgstr ""
|
|
465
|
+
|
|
466
|
+
#: geovisio/web/params.py:502
|
|
467
|
+
msgid "latitude needs to be between -90 and 90"
|
|
468
|
+
msgstr ""
|
|
469
|
+
|
|
470
|
+
#: geovisio/web/pictures.py:205
|
|
471
|
+
msgid "Tiles are not available for flat pictures"
|
|
472
|
+
msgstr ""
|
|
473
|
+
|
|
474
|
+
#: geovisio/web/pictures.py:210
|
|
475
|
+
msgid "Column parameter is invalid, should be an integer"
|
|
476
|
+
msgstr ""
|
|
477
|
+
|
|
478
|
+
#: geovisio/web/pictures.py:213
|
|
479
|
+
msgid "Column parameter is invalid"
|
|
480
|
+
msgstr ""
|
|
481
|
+
|
|
482
|
+
#: geovisio/web/pictures.py:218
|
|
483
|
+
msgid "Row parameter is invalid, should be an integer"
|
|
484
|
+
msgstr ""
|
|
485
|
+
|
|
486
|
+
#: geovisio/web/pictures.py:221
|
|
487
|
+
msgid "Row parameter is invalid"
|
|
488
|
+
msgstr ""
|
|
489
|
+
|
|
490
|
+
#: geovisio/web/rss.py:22
|
|
491
|
+
#, python-format
|
|
492
|
+
msgid "Sequence \"%(name)s\" by \"%(user)s\" was captured on %(date)s."
|
|
493
|
+
msgstr ""
|
|
494
|
+
|
|
495
|
+
#: geovisio/web/rss.py:49
|
|
496
|
+
msgid "GeoVisio collections"
|
|
497
|
+
msgstr ""
|
|
498
|
+
|
|
499
|
+
#: geovisio/web/rss.py:51
|
|
500
|
+
msgid "List of collections from this GeoVisio server"
|
|
501
|
+
msgstr ""
|
|
502
|
+
|
|
503
|
+
#: geovisio/web/tokens.py:101 geovisio/web/tokens.py:144
|
|
504
|
+
#: geovisio/web/tokens.py:232
|
|
505
|
+
msgid "Impossible to find token"
|
|
506
|
+
msgstr ""
|
|
507
|
+
|
|
508
|
+
#: geovisio/web/tokens.py:182
|
|
509
|
+
msgid "Impossible to generate a new token"
|
|
510
|
+
msgstr ""
|
|
511
|
+
|
|
512
|
+
#: geovisio/web/tokens.py:237
|
|
513
|
+
msgid "Token already claimed by another account"
|
|
514
|
+
msgstr ""
|
|
515
|
+
|
|
516
|
+
#: geovisio/web/upload_set.py:173
|
|
517
|
+
msgid "Impossible to create an UploadSet"
|
|
518
|
+
msgstr ""
|
|
519
|
+
|
|
520
|
+
#: geovisio/web/upload_set.py:175
|
|
521
|
+
msgid "Parameter for creating an UploadSet should be a valid JSON"
|
|
522
|
+
msgstr ""
|
|
523
|
+
|
|
524
|
+
#: geovisio/web/upload_set.py:221 geovisio/web/upload_set.py:719
|
|
525
|
+
msgid "UploadSet doesn't exist"
|
|
526
|
+
msgstr ""
|
|
527
|
+
|
|
528
|
+
#: geovisio/web/upload_set.py:269 geovisio/web/upload_set.py:370
|
|
529
|
+
msgid "Impossible to parse parameters"
|
|
530
|
+
msgstr ""
|
|
531
|
+
|
|
532
|
+
#: geovisio/web/upload_set.py:307
|
|
533
|
+
msgid ""
|
|
534
|
+
"Parameter `override_capture_time` is not a valid datetime, it should be "
|
|
535
|
+
"an iso formated datetime (like '2017-07-21T17:32:28Z')."
|
|
536
|
+
msgstr ""
|
|
537
|
+
|
|
538
|
+
#: geovisio/web/upload_set.py:359
|
|
539
|
+
msgid "No file was sent"
|
|
540
|
+
msgstr ""
|
|
541
|
+
|
|
542
|
+
#: geovisio/web/upload_set.py:456 geovisio/web/upload_set.py:702
|
|
543
|
+
#, python-format
|
|
544
|
+
msgid "UploadSet %(u)s does not exist"
|
|
545
|
+
msgstr ""
|
|
546
|
+
|
|
547
|
+
#: geovisio/web/upload_set.py:460
|
|
548
|
+
msgid "You're not authorized to add picture to this upload set"
|
|
549
|
+
msgstr ""
|
|
550
|
+
|
|
551
|
+
#: geovisio/web/upload_set.py:464
|
|
552
|
+
msgid "The upload set is already completed, files cannot be pushed to it"
|
|
553
|
+
msgstr ""
|
|
554
|
+
|
|
555
|
+
#: geovisio/web/upload_set.py:491
|
|
556
|
+
msgid "The item has already been added to this upload set"
|
|
557
|
+
msgstr ""
|
|
558
|
+
|
|
559
|
+
#: geovisio/web/upload_set.py:497
|
|
560
|
+
msgid "The same picture has already been sent in a past upload"
|
|
561
|
+
msgstr ""
|
|
562
|
+
|
|
563
|
+
#: geovisio/web/upload_set.py:575
|
|
564
|
+
msgid "UploadSet doesn't exists"
|
|
565
|
+
msgstr ""
|
|
566
|
+
|
|
567
|
+
#: geovisio/web/upload_set.py:706
|
|
568
|
+
msgid "You're not authorized to complete this upload set"
|
|
569
|
+
msgstr ""
|
|
570
|
+
|
|
571
|
+
#: geovisio/web/upload_set.py:711
|
|
572
|
+
msgid ""
|
|
573
|
+
"The upload set is already completed, cannot complete it several times for"
|
|
574
|
+
" the moment"
|
|
575
|
+
msgstr ""
|
|
576
|
+
|
|
577
|
+
#: geovisio/web/users.py:82
|
|
578
|
+
msgid "Impossible to find user"
|
|
579
|
+
msgstr ""
|
|
580
|
+
|
|
581
|
+
#: geovisio/web/users.py:158
|
|
582
|
+
msgid ""
|
|
583
|
+
"No search parameter given, you should provide `q=<pattern>` as query "
|
|
584
|
+
"parameter"
|
|
585
|
+
msgstr ""
|
|
586
|
+
|
|
587
|
+
#: geovisio/web/utils.py:51
|
|
588
|
+
msgid "No default account defined, please contact your instance administrator"
|
|
589
|
+
msgstr ""
|
|
Binary file
|