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
|
@@ -0,0 +1,778 @@
|
|
|
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-10-02 09:07+0000\n"
|
|
12
|
+
"Last-Translator: DaniCS <daniel.callejas.sevilla@gmail.com>\n"
|
|
13
|
+
"Language-Team: Spanish <http://weblate.panoramax.xyz/projects/panoramax/api/"
|
|
14
|
+
"es/>\n"
|
|
15
|
+
"Language: es\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 "Alojamiento sencillo para imágenes 360° geolocalizadas"
|
|
26
|
+
|
|
27
|
+
#: geovisio/templates/main.html:47
|
|
28
|
+
msgid "Full page version"
|
|
29
|
+
msgstr "Versión de página completa"
|
|
30
|
+
|
|
31
|
+
#: geovisio/templates/main.html:51
|
|
32
|
+
msgid "Viewer"
|
|
33
|
+
msgstr "Visor"
|
|
34
|
+
|
|
35
|
+
#: geovisio/templates/main.html:52
|
|
36
|
+
msgid "Embed pre-configured viewer"
|
|
37
|
+
msgstr "Incrustar visor pre-configurado"
|
|
38
|
+
|
|
39
|
+
#: geovisio/templates/main.html:53
|
|
40
|
+
msgid "Easiest way to have a working GeoVisio viewer on your website"
|
|
41
|
+
msgstr "La forma más fácil de incluir un visor GeoVisio en tu página web"
|
|
42
|
+
|
|
43
|
+
#: geovisio/templates/main.html:59
|
|
44
|
+
msgid "Use JS library"
|
|
45
|
+
msgstr "Usar biblioteca JS"
|
|
46
|
+
|
|
47
|
+
#: geovisio/templates/main.html:60
|
|
48
|
+
msgid "A completely configurable viewer for your website"
|
|
49
|
+
msgstr "Un visor completamente configurable para tu página web"
|
|
50
|
+
|
|
51
|
+
#: geovisio/templates/main.html:82
|
|
52
|
+
msgid "Links"
|
|
53
|
+
msgstr "Enlaces"
|
|
54
|
+
|
|
55
|
+
#: geovisio/templates/main.html:84
|
|
56
|
+
msgid "Pictures viewer"
|
|
57
|
+
msgstr "Visor de imágenes"
|
|
58
|
+
|
|
59
|
+
#: geovisio/templates/main.html:86
|
|
60
|
+
msgid "API docs"
|
|
61
|
+
msgstr "Documentación de la API"
|
|
62
|
+
|
|
63
|
+
#: geovisio/templates/main.html:88
|
|
64
|
+
msgid "JS library docs"
|
|
65
|
+
msgstr "Documentación de la biblioteca JS"
|
|
66
|
+
|
|
67
|
+
#: geovisio/templates/main.html:90
|
|
68
|
+
msgid "Repositories"
|
|
69
|
+
msgstr "Repositorios"
|
|
70
|
+
|
|
71
|
+
#: geovisio/templates/viewer.html:22
|
|
72
|
+
msgid "You need to enable JavaScript to run this app."
|
|
73
|
+
msgstr "Debes activar JavaScript para poder ver esta aplicación."
|
|
74
|
+
|
|
75
|
+
#: geovisio/utils/auth.py:164
|
|
76
|
+
msgid "Authentication is mandatory"
|
|
77
|
+
msgstr "Es obligatorio autenticarse"
|
|
78
|
+
|
|
79
|
+
#: geovisio/utils/auth.py:292
|
|
80
|
+
msgid "Only Bearer token are supported"
|
|
81
|
+
msgstr "Sólo se admite token Bearer"
|
|
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
|
+
"Formato '%(format)s' inválido para la imagen, solo están disponibles los "
|
|
90
|
+
"siguientes formatos: %(allowed_formats)s"
|
|
91
|
+
|
|
92
|
+
#: geovisio/utils/pictures.py:421
|
|
93
|
+
msgid "Picture can't be found, you may check its ID"
|
|
94
|
+
msgstr "No se encuentra la imagen, puedes comprobar su ID"
|
|
95
|
+
|
|
96
|
+
#: geovisio/utils/pictures.py:424
|
|
97
|
+
msgid "Picture is not available (either hidden by admin or processing)"
|
|
98
|
+
msgstr ""
|
|
99
|
+
"La imagen no está disponible (ocultada por un administrador, o todavía está "
|
|
100
|
+
"procesándose)"
|
|
101
|
+
|
|
102
|
+
#: geovisio/utils/pictures.py:432
|
|
103
|
+
msgid "HD Picture file is not available"
|
|
104
|
+
msgstr "El fichero imagen de alta calidad no está disponible"
|
|
105
|
+
|
|
106
|
+
#: geovisio/utils/pictures.py:451
|
|
107
|
+
msgid "Picture derivates file are not available"
|
|
108
|
+
msgstr "Ficheros de imágenes derivadas no disponibles"
|
|
109
|
+
|
|
110
|
+
#: geovisio/utils/pictures.py:468 geovisio/web/pictures.py:59
|
|
111
|
+
#: geovisio/web/pictures.py:108 geovisio/web/pictures.py:226
|
|
112
|
+
msgid "Unable to read picture on filesystem"
|
|
113
|
+
msgstr "Imposible leer el fichero desde el sistema de ficheros"
|
|
114
|
+
|
|
115
|
+
#: geovisio/utils/sequences.py:372
|
|
116
|
+
msgid ""
|
|
117
|
+
"Sort by file date is not possible on this sequence (no file date "
|
|
118
|
+
"information available on pictures)"
|
|
119
|
+
msgstr ""
|
|
120
|
+
"No se puede ordenar por fecha de fichero en esta secuencia (las imágenes no "
|
|
121
|
+
"tienen información de fecha)"
|
|
122
|
+
|
|
123
|
+
#: geovisio/utils/sequences.py:391
|
|
124
|
+
#, python-format
|
|
125
|
+
msgid ""
|
|
126
|
+
"Sort using %(sort)s is not possible on this sequence, picture %(pic)s is "
|
|
127
|
+
"missing mandatory metadata"
|
|
128
|
+
msgstr ""
|
|
129
|
+
"No se puede ordenar por %(sort)s en esta secuencia, la imagen %(pic)s no "
|
|
130
|
+
"contiene los metadatos necesarios"
|
|
131
|
+
|
|
132
|
+
#: geovisio/utils/tokens.py:43
|
|
133
|
+
msgid "JWT token signature does not match"
|
|
134
|
+
msgstr "La firma del JWT no coincide"
|
|
135
|
+
|
|
136
|
+
#: geovisio/utils/tokens.py:59
|
|
137
|
+
msgid "Token does not exist anymore"
|
|
138
|
+
msgstr "El token ya no existe"
|
|
139
|
+
|
|
140
|
+
#: geovisio/utils/tokens.py:63
|
|
141
|
+
msgid ""
|
|
142
|
+
"Token not yet claimed, this token cannot be used yet. Either claim this "
|
|
143
|
+
"token or generate a new one"
|
|
144
|
+
msgstr ""
|
|
145
|
+
"El token no ha sido reclamado aún, no puede utilizarse. Reclama el token, o "
|
|
146
|
+
"bien genera uno nuevo"
|
|
147
|
+
|
|
148
|
+
#: geovisio/utils/upload_set.py:143 geovisio/web/params.py:359
|
|
149
|
+
msgid "Unsupported filter parameter"
|
|
150
|
+
msgstr "Parámetro de filtro no admitido"
|
|
151
|
+
|
|
152
|
+
#: geovisio/web/auth.py:62
|
|
153
|
+
msgid "Impossible to finish authentication flow"
|
|
154
|
+
msgstr "No se pudo completar el proceso de autenticación"
|
|
155
|
+
|
|
156
|
+
#: geovisio/web/auth.py:66
|
|
157
|
+
msgid ""
|
|
158
|
+
"You can try to clear your cookies and retry. If the problem persists, "
|
|
159
|
+
"contact your instance administrator."
|
|
160
|
+
msgstr ""
|
|
161
|
+
"Puedes probar a borrar las cookies y reintentar. Si el problema persiste, "
|
|
162
|
+
"ponte en contacto con el administrador de la instancia."
|
|
163
|
+
|
|
164
|
+
#: geovisio/web/collections.py:263
|
|
165
|
+
#, python-format
|
|
166
|
+
msgid "There is no collection created after %(d)s"
|
|
167
|
+
msgstr "No hay colecciones creadas después del %(d)s"
|
|
168
|
+
|
|
169
|
+
#: geovisio/web/collections.py:265
|
|
170
|
+
#, python-format
|
|
171
|
+
msgid "There is no collection created before %(d)s"
|
|
172
|
+
msgstr "No hay colecciones creadas antes del %(d)s"
|
|
173
|
+
|
|
174
|
+
#: geovisio/web/collections.py:372 geovisio/web/items.py:372
|
|
175
|
+
msgid "Collection doesn't exist"
|
|
176
|
+
msgstr "La colección no existe"
|
|
177
|
+
|
|
178
|
+
#: geovisio/web/collections.py:431
|
|
179
|
+
msgid "Impossible to find a thumbnail for the collection"
|
|
180
|
+
msgstr "No se encuentra vista previa de la colección"
|
|
181
|
+
|
|
182
|
+
#: geovisio/web/collections.py:544 geovisio/web/items.py:1142
|
|
183
|
+
msgid ""
|
|
184
|
+
"Picture visibility parameter (visible) should be either unset, true or "
|
|
185
|
+
"false"
|
|
186
|
+
msgstr ""
|
|
187
|
+
"El parámetro de visibilidad de la imagen (visible) debe ser true, false, o "
|
|
188
|
+
"no definirse"
|
|
189
|
+
|
|
190
|
+
#: geovisio/web/collections.py:550
|
|
191
|
+
msgid ""
|
|
192
|
+
"Sequence title is not valid, should be a string with a max of 250 "
|
|
193
|
+
"characters"
|
|
194
|
+
msgstr ""
|
|
195
|
+
"El título de la secuencia no es válido, debería ser una cadena de 250 "
|
|
196
|
+
"caracteres como máximo"
|
|
197
|
+
|
|
198
|
+
#: geovisio/web/collections.py:556
|
|
199
|
+
msgid "Sort order parameter is invalid"
|
|
200
|
+
msgstr "El parámetro de ordenación no es válido"
|
|
201
|
+
|
|
202
|
+
#: geovisio/web/collections.py:567
|
|
203
|
+
msgid ""
|
|
204
|
+
"Relative heading is not valid, should be an integer in degrees from -180 "
|
|
205
|
+
"to 180"
|
|
206
|
+
msgstr ""
|
|
207
|
+
"La orientación relativa no es válida, debería ser un número entero en grados "
|
|
208
|
+
"entre -180 y 180"
|
|
209
|
+
|
|
210
|
+
#: geovisio/web/collections.py:584
|
|
211
|
+
#, python-format
|
|
212
|
+
msgid "Sequence %(c)s wasn't found in database"
|
|
213
|
+
msgstr ""
|
|
214
|
+
|
|
215
|
+
#: geovisio/web/collections.py:588
|
|
216
|
+
msgid "You're not authorized to edit this sequence"
|
|
217
|
+
msgstr "No tienes autorización para modificar esta secuencia"
|
|
218
|
+
|
|
219
|
+
#: geovisio/web/collections.py:597
|
|
220
|
+
#, python-format
|
|
221
|
+
msgid "Sequence %(c)s is in %(s)s state, its visibility can't be changed for now"
|
|
222
|
+
msgstr ""
|
|
223
|
+
"La secuencia %(c)s está en estado %(s)s, su visibilidad no puede modificarse "
|
|
224
|
+
"por el momento"
|
|
225
|
+
|
|
226
|
+
#: geovisio/web/collections.py:696
|
|
227
|
+
#, python-format
|
|
228
|
+
msgid "Collection %(c)s wasn't found in database"
|
|
229
|
+
msgstr "La colección %(c)s no se encontró en la base de datos"
|
|
230
|
+
|
|
231
|
+
#: geovisio/web/collections.py:793
|
|
232
|
+
msgid "Sequence doesn't exists"
|
|
233
|
+
msgstr "La secuencia no existe"
|
|
234
|
+
|
|
235
|
+
#: geovisio/web/collections.py:938 geovisio/web/stac.py:340
|
|
236
|
+
#, python-format
|
|
237
|
+
msgid "Impossible to find user %(u)s"
|
|
238
|
+
msgstr "No se encuentra el usuario %(u)s"
|
|
239
|
+
|
|
240
|
+
#: geovisio/web/collections.py:969 geovisio/web/stac.py:350
|
|
241
|
+
#, python-format
|
|
242
|
+
msgid "No data loaded for user %(u)s"
|
|
243
|
+
msgstr "No se pudieron cargar datos del usuario %(u)s"
|
|
244
|
+
|
|
245
|
+
#: geovisio/web/collections.py:971
|
|
246
|
+
msgid "No matching sequences found"
|
|
247
|
+
msgstr "No se encuentran secuencias correspondientes"
|
|
248
|
+
|
|
249
|
+
#: geovisio/web/items.py:335
|
|
250
|
+
msgid "limit parameter should be an integer between 1 and 10000"
|
|
251
|
+
msgstr "el parámetro de límite debe ser un número entero entre 1 y 10000"
|
|
252
|
+
|
|
253
|
+
#: geovisio/web/items.py:337
|
|
254
|
+
msgid "limit parameter should be a valid, positive integer (between 1 and 10000)"
|
|
255
|
+
msgstr ""
|
|
256
|
+
"el parámetro debe ser un número entero, positivo y válido (entre 1 y 10000)"
|
|
257
|
+
|
|
258
|
+
#: geovisio/web/items.py:342
|
|
259
|
+
msgid "`startAfterRank` and `withPicture` are mutually exclusive parameters"
|
|
260
|
+
msgstr "`startAfterRank` y `withPicture` son mutuamente excluyentes"
|
|
261
|
+
|
|
262
|
+
#: geovisio/web/items.py:349
|
|
263
|
+
msgid "startAfterRank parameter should be a positive integer (starting from 1)"
|
|
264
|
+
msgstr "El parámetro startAfterRank debe ser un número entero (empezando por 1)"
|
|
265
|
+
|
|
266
|
+
#: geovisio/web/items.py:351
|
|
267
|
+
msgid "startAfterRank parameter should be a valid, positive integer"
|
|
268
|
+
msgstr "El parámetro startAfterRank debe ser un número entero positivo"
|
|
269
|
+
|
|
270
|
+
#: geovisio/web/items.py:378
|
|
271
|
+
#, python-format
|
|
272
|
+
msgid "No more items in this collection (last available rank is %(r)s)"
|
|
273
|
+
msgstr "No hay más elementos en esta colección (el último índice es %(r)s)"
|
|
274
|
+
|
|
275
|
+
#: geovisio/web/items.py:388
|
|
276
|
+
#, python-format
|
|
277
|
+
msgid "Picture with id %(p)s does not exists"
|
|
278
|
+
msgstr "La imagen con id %(p)s no existe"
|
|
279
|
+
|
|
280
|
+
#: geovisio/web/items.py:674
|
|
281
|
+
msgid "Item doesn't exist"
|
|
282
|
+
msgstr "El elemento no existe"
|
|
283
|
+
|
|
284
|
+
#: geovisio/web/items.py:733
|
|
285
|
+
msgid "Search using POST method should have a JSON body"
|
|
286
|
+
msgstr "La búsqueda con método POST debe incluir un cuerpo en formato JSON"
|
|
287
|
+
|
|
288
|
+
#: geovisio/web/items.py:742
|
|
289
|
+
msgid "Parameter limit must be either empty or a number between 1 and 10000"
|
|
290
|
+
msgstr ""
|
|
291
|
+
"El parámetro limit debe estar vacío, o bien ser un número entero entre 1 y "
|
|
292
|
+
"10000"
|
|
293
|
+
|
|
294
|
+
#: geovisio/web/items.py:798
|
|
295
|
+
msgid ""
|
|
296
|
+
"Parameter place_fov_tolerance must be either empty or a number between 2 "
|
|
297
|
+
"and 180"
|
|
298
|
+
msgstr ""
|
|
299
|
+
"El parámetro place_fov_tolerance debe estar vacío o ser un número entre 2 y "
|
|
300
|
+
"180"
|
|
301
|
+
|
|
302
|
+
#: geovisio/web/items.py:820
|
|
303
|
+
msgid ""
|
|
304
|
+
"Parameter intersects should contain a valid GeoJSON Geometry (not a "
|
|
305
|
+
"Feature)"
|
|
306
|
+
msgstr ""
|
|
307
|
+
"El parámetro intersects debe contener una entrada Geometry GeoJSON válida ("
|
|
308
|
+
"no una Feature)"
|
|
309
|
+
|
|
310
|
+
#: geovisio/web/items.py:836
|
|
311
|
+
msgid "Parameter ids should be a JSON array of strings"
|
|
312
|
+
msgstr "El parámetro ids debe ser una lista JSON de cadenas"
|
|
313
|
+
|
|
314
|
+
#: geovisio/web/items.py:848
|
|
315
|
+
msgid "Parameter collections should be a JSON array of strings"
|
|
316
|
+
msgstr "El parámetro collections debe ser una lista JSON de cadenas"
|
|
317
|
+
|
|
318
|
+
#: geovisio/web/items.py:859
|
|
319
|
+
msgid "Picture doesn't exist"
|
|
320
|
+
msgstr "La imagen no existe"
|
|
321
|
+
|
|
322
|
+
#: geovisio/web/items.py:962 geovisio/web/upload_set.py:447
|
|
323
|
+
msgid "Content type should be multipart/form-data"
|
|
324
|
+
msgstr "El Content-Type debe ser multipart/form-data"
|
|
325
|
+
|
|
326
|
+
#: geovisio/web/items.py:966
|
|
327
|
+
msgid "Missing \"position\" parameter"
|
|
328
|
+
msgstr "Falta el parámetro \"position\""
|
|
329
|
+
|
|
330
|
+
#: geovisio/web/items.py:973
|
|
331
|
+
msgid "Position in sequence should be a positive integer"
|
|
332
|
+
msgstr "La posición en secuencia debe ser un número entero positivo"
|
|
333
|
+
|
|
334
|
+
#: geovisio/web/items.py:987 geovisio/web/upload_set.py:340
|
|
335
|
+
msgid ""
|
|
336
|
+
"Longitude cannot be overridden alone, override_latitude also needs to be "
|
|
337
|
+
"set"
|
|
338
|
+
msgstr ""
|
|
339
|
+
"La longitud no se puede forzar sola, hay que forzar la latitud también con "
|
|
340
|
+
"override_latitude"
|
|
341
|
+
|
|
342
|
+
#: geovisio/web/items.py:989 geovisio/web/upload_set.py:342
|
|
343
|
+
msgid ""
|
|
344
|
+
"Latitude cannot be overridden alone, override_longitude also needs to be "
|
|
345
|
+
"set"
|
|
346
|
+
msgstr ""
|
|
347
|
+
"La latitud no se puede forzar sola, hay que forzar la longitud también con "
|
|
348
|
+
"override_longitude"
|
|
349
|
+
|
|
350
|
+
#: geovisio/web/items.py:990 geovisio/web/upload_set.py:315
|
|
351
|
+
#, python-format
|
|
352
|
+
msgid "For parameter `override_longitude`, `%(v)s` is not a valid longitude"
|
|
353
|
+
msgstr ""
|
|
354
|
+
"Para el parámetro `override_longitude`, `%(v)s` no es una longitud válida"
|
|
355
|
+
|
|
356
|
+
#: geovisio/web/items.py:991 geovisio/web/upload_set.py:320
|
|
357
|
+
#, python-format
|
|
358
|
+
msgid "For parameter `override_latitude`, `%(v)s` is not a valid latitude"
|
|
359
|
+
msgstr "Para el parámetro `override_latitude`, `%(v)s` no es una latitud válida"
|
|
360
|
+
|
|
361
|
+
#: geovisio/web/items.py:1010
|
|
362
|
+
msgid "Picture blur status should be either unset, true or false"
|
|
363
|
+
msgstr ""
|
|
364
|
+
"El estado de difuminado de la imagen debe ser true, false, o no estar "
|
|
365
|
+
"definido"
|
|
366
|
+
|
|
367
|
+
#: geovisio/web/items.py:1014
|
|
368
|
+
msgid "No picture file was sent"
|
|
369
|
+
msgstr "No se envió ningún fichero de imagen"
|
|
370
|
+
|
|
371
|
+
#: geovisio/web/items.py:1020 geovisio/web/upload_set.py:365
|
|
372
|
+
msgid "Picture file is either missing or in an unsupported format (should be jpg)"
|
|
373
|
+
msgstr ""
|
|
374
|
+
"El fichero de imagen falta o está en un formato no admitido (debe ser jpg)"
|
|
375
|
+
|
|
376
|
+
#: geovisio/web/items.py:1027
|
|
377
|
+
#, python-format
|
|
378
|
+
msgid "Sequence %(s)s wasn't found in database"
|
|
379
|
+
msgstr ""
|
|
380
|
+
|
|
381
|
+
#: geovisio/web/items.py:1061
|
|
382
|
+
msgid "Picture at given position already exist"
|
|
383
|
+
msgstr "Ya existe una imagen en la posición dada"
|
|
384
|
+
|
|
385
|
+
#: geovisio/web/items.py:1063 geovisio/web/upload_set.py:521
|
|
386
|
+
msgid "Impossible to parse picture metadata"
|
|
387
|
+
msgstr "No se pueden leer los metadatos de la imagen"
|
|
388
|
+
|
|
389
|
+
#: geovisio/web/items.py:1071 geovisio/web/upload_set.py:529
|
|
390
|
+
msgid "Picture wasn't correctly saved in filesystem"
|
|
391
|
+
msgstr "La imagen no se guardó correctamente en el sistema de ficheros"
|
|
392
|
+
|
|
393
|
+
#: geovisio/web/items.py:1154
|
|
394
|
+
msgid ""
|
|
395
|
+
"Heading is not valid, should be an integer in degrees from 0° to 360°. "
|
|
396
|
+
"North is 0°, East = 90°, South = 180° and West = 270°."
|
|
397
|
+
msgstr ""
|
|
398
|
+
"La orientación no es válida, debería ser un número entero en grados, de 0° "
|
|
399
|
+
"to 360°. El norte es 0°, este = 90°, sur = 180° y oeste = 270°."
|
|
400
|
+
|
|
401
|
+
#: geovisio/web/items.py:1171 geovisio/web/items.py:1262
|
|
402
|
+
#, python-format
|
|
403
|
+
msgid "Picture %(p)s wasn't found in database"
|
|
404
|
+
msgstr "La imagen %(p)s no se encuentra en la base de datos"
|
|
405
|
+
|
|
406
|
+
#: geovisio/web/items.py:1175 geovisio/web/items.py:1266
|
|
407
|
+
msgid "You're not authorized to edit this picture"
|
|
408
|
+
msgstr "No estás autorizado a modificar esta imagen"
|
|
409
|
+
|
|
410
|
+
#: geovisio/web/items.py:1185
|
|
411
|
+
#, python-format
|
|
412
|
+
msgid "Picture %(p)s is in %(s)s state, its visibility can't be changed for now"
|
|
413
|
+
msgstr ""
|
|
414
|
+
"La imagen %(p)s está en estado %(s)s, su visibilidad no puede modificarse "
|
|
415
|
+
"por ahora"
|
|
416
|
+
|
|
417
|
+
#: geovisio/web/map.py:124
|
|
418
|
+
msgid "One of required parameter is empty"
|
|
419
|
+
msgstr "Está vacío uno de los parámetros obligatorios"
|
|
420
|
+
|
|
421
|
+
#: geovisio/web/map.py:126
|
|
422
|
+
msgid "Tile format is invalid, should be either pbf or mvt"
|
|
423
|
+
msgstr "El formato de mosaico de teselas no es válido, debe ser pbf o mvt"
|
|
424
|
+
|
|
425
|
+
#: geovisio/web/map.py:130 geovisio/web/map.py:132
|
|
426
|
+
msgid "X or Y parameter is out of bounds"
|
|
427
|
+
msgstr "X o Y están fuera de rango"
|
|
428
|
+
|
|
429
|
+
#: geovisio/web/map.py:134
|
|
430
|
+
msgid "Z parameter is out of bounds (should be 0-15)"
|
|
431
|
+
msgstr "El parámetro Z está fuera de rango (debe estar entre 0 y 15)"
|
|
432
|
+
|
|
433
|
+
#: geovisio/web/map.py:145
|
|
434
|
+
msgid "Impossible to get tile"
|
|
435
|
+
msgstr "Imposible recuperar la tesela"
|
|
436
|
+
|
|
437
|
+
#: geovisio/web/params.py:101
|
|
438
|
+
msgid "Parameter datetime should contain one or two dates"
|
|
439
|
+
msgstr "El parámetro datetime debe contener una o dos fechas"
|
|
440
|
+
|
|
441
|
+
#: geovisio/web/params.py:171
|
|
442
|
+
msgid ""
|
|
443
|
+
"Parameter bbox must contain valid longitude (-180 to 180) and latitude "
|
|
444
|
+
"(-90 to 90) values"
|
|
445
|
+
msgstr ""
|
|
446
|
+
"El parámetro bbox debe contener valores válidos de longitud (entre -180 y "
|
|
447
|
+
"180) y latitud (entre -90 y 90)"
|
|
448
|
+
|
|
449
|
+
#: geovisio/web/params.py:176
|
|
450
|
+
msgid "Parameter bbox must be in format [minX, minY, maxX, maxY]"
|
|
451
|
+
msgstr "El parámetro bbox debe seguir el formato [mínX, mínY, máxX, máxY]"
|
|
452
|
+
|
|
453
|
+
#: geovisio/web/params.py:213
|
|
454
|
+
#, python-format
|
|
455
|
+
msgid "Parameter %(p)s must be coordinates in lat,lon format"
|
|
456
|
+
msgstr "El parámetro %(p)s debe seguir el formato de coordenadas lat,lon"
|
|
457
|
+
|
|
458
|
+
#: geovisio/web/params.py:216
|
|
459
|
+
#, python-format
|
|
460
|
+
msgid "Longitude in parameter %(p)s is not valid (should be between -180 and 180)"
|
|
461
|
+
msgstr ""
|
|
462
|
+
"La longitud en el parámetro %(p)s no es válida (debe estar entre -180 y 180)"
|
|
463
|
+
|
|
464
|
+
#: geovisio/web/params.py:217
|
|
465
|
+
#, python-format
|
|
466
|
+
msgid "Latitude in parameter %(p)s is not valid (should be between -90 and 90)"
|
|
467
|
+
msgstr ""
|
|
468
|
+
"La latitud en el parámetro %(p)s no es válida (debe estar entre -90 y 90)"
|
|
469
|
+
|
|
470
|
+
#: geovisio/web/params.py:240 geovisio/web/params.py:253
|
|
471
|
+
#, python-format
|
|
472
|
+
msgid ""
|
|
473
|
+
"Parameter %(p)s is invalid (should be a distance range in meters like "
|
|
474
|
+
"\"5-15\")"
|
|
475
|
+
msgstr ""
|
|
476
|
+
"El parámetro %(p)s no es válido (debería ser un rango de distancias en "
|
|
477
|
+
"metros, como «5-15»)"
|
|
478
|
+
|
|
479
|
+
#: geovisio/web/params.py:246
|
|
480
|
+
#, python-format
|
|
481
|
+
msgid "Parameter %(p)s has a min value greater than its max value"
|
|
482
|
+
msgstr "El parámetro %(p)s tiene un valor mínimo más grande que su valor máximo"
|
|
483
|
+
|
|
484
|
+
#: geovisio/web/params.py:320
|
|
485
|
+
#, python-format
|
|
486
|
+
msgid "Parameter %(p)s must be a valid list"
|
|
487
|
+
msgstr "El parámetro %(p)s debe ser una lista válida"
|
|
488
|
+
|
|
489
|
+
#: geovisio/web/params.py:444
|
|
490
|
+
msgid "Unsupported sortby parameter: invalid column name"
|
|
491
|
+
msgstr "Nombre de columna inválido para el parámetro sortby"
|
|
492
|
+
|
|
493
|
+
#: geovisio/web/params.py:452
|
|
494
|
+
msgid "Unsupported sortby parameter: syntax isn't correct"
|
|
495
|
+
msgstr "Parámetro sortby inválido: la sintaxis no es correcta"
|
|
496
|
+
|
|
497
|
+
#: geovisio/web/params.py:478
|
|
498
|
+
#, python-format
|
|
499
|
+
msgid "limit parameter should be a valid, positive integer (between 1 and %(v)s)"
|
|
500
|
+
msgstr ""
|
|
501
|
+
"El parámetro limit debe ser un número entero y positivo (entre 1 y %(v)s)"
|
|
502
|
+
|
|
503
|
+
#: geovisio/web/params.py:481
|
|
504
|
+
#, python-format
|
|
505
|
+
msgid "limit parameter should be an integer between 1 and %(v)s"
|
|
506
|
+
msgstr "El parámetro limit debe ser un número entero entre 1 y %(v)s"
|
|
507
|
+
|
|
508
|
+
#: geovisio/web/params.py:492
|
|
509
|
+
msgid "longitude needs to be between -180 and 180"
|
|
510
|
+
msgstr "La longitud ha de estar entre -180 y 180"
|
|
511
|
+
|
|
512
|
+
#: geovisio/web/params.py:502
|
|
513
|
+
msgid "latitude needs to be between -90 and 90"
|
|
514
|
+
msgstr "La latitud ha de estar entre -90 y 90"
|
|
515
|
+
|
|
516
|
+
#: geovisio/web/pictures.py:205
|
|
517
|
+
msgid "Tiles are not available for flat pictures"
|
|
518
|
+
msgstr "No hay teselas para las imágenes planas"
|
|
519
|
+
|
|
520
|
+
#: geovisio/web/pictures.py:210
|
|
521
|
+
msgid "Column parameter is invalid, should be an integer"
|
|
522
|
+
msgstr "El parámetro de columna no es válido, debe ser un número entero"
|
|
523
|
+
|
|
524
|
+
#: geovisio/web/pictures.py:213
|
|
525
|
+
msgid "Column parameter is invalid"
|
|
526
|
+
msgstr "El parámetro de columna no es válido"
|
|
527
|
+
|
|
528
|
+
#: geovisio/web/pictures.py:218
|
|
529
|
+
msgid "Row parameter is invalid, should be an integer"
|
|
530
|
+
msgstr "El parámetro de fila no es válido, debe ser un número entero"
|
|
531
|
+
|
|
532
|
+
#: geovisio/web/pictures.py:221
|
|
533
|
+
msgid "Row parameter is invalid"
|
|
534
|
+
msgstr "El parámetro de fila no es válido"
|
|
535
|
+
|
|
536
|
+
#: geovisio/web/rss.py:22
|
|
537
|
+
#, python-format
|
|
538
|
+
msgid "Sequence \"%(name)s\" by \"%(user)s\" was captured on %(date)s."
|
|
539
|
+
msgstr ""
|
|
540
|
+
"La secuencia «%(name)s» del usuario «%(user)s» fue tomada en fecha de "
|
|
541
|
+
"%(date)s."
|
|
542
|
+
|
|
543
|
+
#: geovisio/web/rss.py:49
|
|
544
|
+
msgid "GeoVisio collections"
|
|
545
|
+
msgstr "Colecciones GeoVisio"
|
|
546
|
+
|
|
547
|
+
#: geovisio/web/rss.py:51
|
|
548
|
+
msgid "List of collections from this GeoVisio server"
|
|
549
|
+
msgstr "Lista de colecciones de este servidor GeoVisio"
|
|
550
|
+
|
|
551
|
+
#: geovisio/web/tokens.py:101 geovisio/web/tokens.py:144
|
|
552
|
+
#: geovisio/web/tokens.py:232
|
|
553
|
+
msgid "Impossible to find token"
|
|
554
|
+
msgstr "Token no encontrado"
|
|
555
|
+
|
|
556
|
+
#: geovisio/web/tokens.py:182
|
|
557
|
+
msgid "Impossible to generate a new token"
|
|
558
|
+
msgstr "No se puede generar un token nuevo"
|
|
559
|
+
|
|
560
|
+
#: geovisio/web/tokens.py:237
|
|
561
|
+
msgid "Token already claimed by another account"
|
|
562
|
+
msgstr "El token ha sido reclamado por otra cuenta"
|
|
563
|
+
|
|
564
|
+
#: geovisio/web/upload_set.py:173
|
|
565
|
+
msgid "Impossible to create an UploadSet"
|
|
566
|
+
msgstr "No se puede crear un UploadSet"
|
|
567
|
+
|
|
568
|
+
#: geovisio/web/upload_set.py:175
|
|
569
|
+
msgid "Parameter for creating an UploadSet should be a valid JSON"
|
|
570
|
+
msgstr ""
|
|
571
|
+
"Los parámetros para crear un UploadSet han de estar en formato JSON válido"
|
|
572
|
+
|
|
573
|
+
#: geovisio/web/upload_set.py:221 geovisio/web/upload_set.py:719
|
|
574
|
+
msgid "UploadSet doesn't exist"
|
|
575
|
+
msgstr "El UploadSet no existe"
|
|
576
|
+
|
|
577
|
+
#: geovisio/web/upload_set.py:269 geovisio/web/upload_set.py:370
|
|
578
|
+
msgid "Impossible to parse parameters"
|
|
579
|
+
msgstr "No se pueden leer los parámetros"
|
|
580
|
+
|
|
581
|
+
#: geovisio/web/upload_set.py:307
|
|
582
|
+
msgid ""
|
|
583
|
+
"Parameter `override_capture_time` is not a valid datetime, it should be "
|
|
584
|
+
"an iso formated datetime (like '2017-07-21T17:32:28Z')."
|
|
585
|
+
msgstr ""
|
|
586
|
+
"El parámetro `override_capture_time` no es una combinación válida de fecha y "
|
|
587
|
+
"hora, debe estar en formato ISO 8601 (por ejemplo, '2017-07-21T17:32:28Z')."
|
|
588
|
+
|
|
589
|
+
#: geovisio/web/upload_set.py:359
|
|
590
|
+
msgid "No file was sent"
|
|
591
|
+
msgstr "No se envió ningún fichero"
|
|
592
|
+
|
|
593
|
+
#: geovisio/web/upload_set.py:456 geovisio/web/upload_set.py:702
|
|
594
|
+
#, python-format
|
|
595
|
+
msgid "UploadSet %(u)s does not exist"
|
|
596
|
+
msgstr "El UploadSet %(u)s no existe"
|
|
597
|
+
|
|
598
|
+
#: geovisio/web/upload_set.py:460
|
|
599
|
+
msgid "You're not authorized to add picture to this upload set"
|
|
600
|
+
msgstr "No tienes autorización para añadir imágenes a este UploadSet"
|
|
601
|
+
|
|
602
|
+
#: geovisio/web/upload_set.py:464
|
|
603
|
+
msgid "The upload set is already completed, files cannot be pushed to it"
|
|
604
|
+
msgstr ""
|
|
605
|
+
|
|
606
|
+
#: geovisio/web/upload_set.py:491
|
|
607
|
+
msgid "The item has already been added to this upload set"
|
|
608
|
+
msgstr "Este elemento ya había sido añadido a este UploadSet"
|
|
609
|
+
|
|
610
|
+
#: geovisio/web/upload_set.py:497
|
|
611
|
+
msgid "The same picture has already been sent in a past upload"
|
|
612
|
+
msgstr "Ya se había subido la misma imagen en una subida anterior"
|
|
613
|
+
|
|
614
|
+
#: geovisio/web/upload_set.py:575
|
|
615
|
+
msgid "UploadSet doesn't exists"
|
|
616
|
+
msgstr ""
|
|
617
|
+
|
|
618
|
+
#: geovisio/web/upload_set.py:706
|
|
619
|
+
msgid "You're not authorized to complete this upload set"
|
|
620
|
+
msgstr "No tienes autorización para completar este UploadSet"
|
|
621
|
+
|
|
622
|
+
#: geovisio/web/upload_set.py:711
|
|
623
|
+
msgid ""
|
|
624
|
+
"The upload set is already completed, cannot complete it several times for"
|
|
625
|
+
" the moment"
|
|
626
|
+
msgstr ""
|
|
627
|
+
|
|
628
|
+
#: geovisio/web/users.py:82
|
|
629
|
+
msgid "Impossible to find user"
|
|
630
|
+
msgstr "No se encuentra el usuario"
|
|
631
|
+
|
|
632
|
+
#: geovisio/web/users.py:158
|
|
633
|
+
msgid ""
|
|
634
|
+
"No search parameter given, you should provide `q=<pattern>` as query "
|
|
635
|
+
"parameter"
|
|
636
|
+
msgstr ""
|
|
637
|
+
"No se proporcionó ningún parámetro de búsqueda, debes incluir el parámetro `"
|
|
638
|
+
"q=<patrón de búsqueda>` en la peetición"
|
|
639
|
+
|
|
640
|
+
#: geovisio/web/utils.py:51
|
|
641
|
+
msgid "No default account defined, please contact your instance administrator"
|
|
642
|
+
msgstr ""
|
|
643
|
+
"No se ha definido cuenta por defecto, por favor ponte en contacto con el "
|
|
644
|
+
"administrador de la instancia"
|
|
645
|
+
|
|
646
|
+
#: geovisio/utils/excluded_areas.py:82
|
|
647
|
+
msgid "Impossible to find excluded area"
|
|
648
|
+
msgstr "No se encuentra el área de exclusión"
|
|
649
|
+
|
|
650
|
+
#: geovisio/utils/upload_set.py:158
|
|
651
|
+
msgid ""
|
|
652
|
+
"The picture is too similar to another one (nearby and taken almost at the "
|
|
653
|
+
"same time)"
|
|
654
|
+
msgstr ""
|
|
655
|
+
"La imagen es demasiado similar a otra (cercana y tomada casi en el mismo "
|
|
656
|
+
"instante)"
|
|
657
|
+
|
|
658
|
+
#: geovisio/utils/upload_set.py:164
|
|
659
|
+
msgid ""
|
|
660
|
+
"The picture has invalid EXIF or XMP metadata, making it impossible to use"
|
|
661
|
+
msgstr "El fichero contiene metadatos EXIF o XMP inválidos, que impiden su uso"
|
|
662
|
+
|
|
663
|
+
#: geovisio/web/excluded_areas.py:134
|
|
664
|
+
msgid "You must be logged-in as admin to access all excluded areas"
|
|
665
|
+
msgstr ""
|
|
666
|
+
"Has de autenticarte como administrador para acceder a todas las áreas de "
|
|
667
|
+
"exclusión"
|
|
668
|
+
|
|
669
|
+
#: geovisio/web/excluded_areas.py:173 geovisio/web/excluded_areas.py:183
|
|
670
|
+
#: geovisio/web/excluded_areas.py:337 geovisio/web/excluded_areas.py:344
|
|
671
|
+
msgid "Impossible to create an Excluded Area"
|
|
672
|
+
msgstr "No se puede crear un Área de Exclusión"
|
|
673
|
+
|
|
674
|
+
#: geovisio/web/excluded_areas.py:175 geovisio/web/excluded_areas.py:339
|
|
675
|
+
msgid "Parameter for creating an Excluded Area should be a valid JSON"
|
|
676
|
+
msgstr ""
|
|
677
|
+
"Los parámetros de creación de un Área de Exclusión deben estar en formato "
|
|
678
|
+
"JSON válido"
|
|
679
|
+
|
|
680
|
+
#: geovisio/web/excluded_areas.py:178 geovisio/web/excluded_areas.py:236
|
|
681
|
+
msgid "You must be logged-in as admin to edit excluded areas"
|
|
682
|
+
msgstr ""
|
|
683
|
+
"Has de autenticarte como administrador para modificar áreas de exclusión"
|
|
684
|
+
|
|
685
|
+
#: geovisio/web/excluded_areas.py:273
|
|
686
|
+
msgid "You must be logged-in as admin to delete excluded areas"
|
|
687
|
+
msgstr "Has de autenticarte como administrador para borrar áreas de exclusión"
|
|
688
|
+
|
|
689
|
+
#: geovisio/utils/upload_set.py:161
|
|
690
|
+
msgid "The sent file is not a valid JPEG"
|
|
691
|
+
msgstr "El fichero enviado no es un fichero JPEG válido"
|
|
692
|
+
|
|
693
|
+
#: geovisio/web/reports.py:352
|
|
694
|
+
msgid "You're not authorized to list reports"
|
|
695
|
+
msgstr "No tienes autorización para listar las denuncias"
|
|
696
|
+
|
|
697
|
+
#: geovisio/web/upload_set.py:216
|
|
698
|
+
msgid "You're not authorized to list pictures in this upload set"
|
|
699
|
+
msgstr "No tienes autorización para listar imágenes de este UploadSet"
|
|
700
|
+
|
|
701
|
+
#: geovisio/web/excluded_areas.py:233
|
|
702
|
+
msgid "Parameter for replacing all Excluded Areas should be a valid JSON"
|
|
703
|
+
msgstr ""
|
|
704
|
+
"El parámetro para reemplazar todas las Áreas de Exclusión debe estar en "
|
|
705
|
+
"formato JSON válido"
|
|
706
|
+
|
|
707
|
+
#: geovisio/utils/upload_set.py:167
|
|
708
|
+
msgid "Something went very wrong, but not due to the picture itself"
|
|
709
|
+
msgstr "Algo se rompió de mala manera, pero el problema no viene de la imagen"
|
|
710
|
+
|
|
711
|
+
#: geovisio/web/excluded_areas.py:231 geovisio/web/excluded_areas.py:243
|
|
712
|
+
msgid "Impossible to replace all Excluded Areas"
|
|
713
|
+
msgstr "No se pueden reemplazar todas las Áreas de Exclusión"
|
|
714
|
+
|
|
715
|
+
#: geovisio/web/items.py:1048
|
|
716
|
+
#, python-format
|
|
717
|
+
msgid "Collection %(s)s wasn't found in database"
|
|
718
|
+
msgstr "La colección %(s)s no se encuentra en la base de datos"
|
|
719
|
+
|
|
720
|
+
#: geovisio/web/items.py:1052
|
|
721
|
+
msgid "You're not authorized to add picture to this collection"
|
|
722
|
+
msgstr "No estás autorizado a añadir imágenes a esta colección"
|
|
723
|
+
|
|
724
|
+
#: geovisio/web/items.py:1057
|
|
725
|
+
msgid "The collection has been deleted, impossible to add pictures to it"
|
|
726
|
+
msgstr "La colección ha sido borrada, no se le pueden añadir imágenes"
|
|
727
|
+
|
|
728
|
+
#: geovisio/web/items.py:1091 geovisio/web/upload_set.py:622
|
|
729
|
+
msgid "Picture has invalid metadata"
|
|
730
|
+
msgstr "La imagen tiene metadatos inválidos"
|
|
731
|
+
|
|
732
|
+
#: geovisio/web/reports.py:89 geovisio/web/reports.py:99
|
|
733
|
+
msgid "Impossible to create a Report"
|
|
734
|
+
msgstr "No se puede crear una denuncia"
|
|
735
|
+
|
|
736
|
+
#: geovisio/web/reports.py:91
|
|
737
|
+
msgid "Parameter for creating a Report should be a valid JSON"
|
|
738
|
+
msgstr ""
|
|
739
|
+
"Los parámetros para crear una denuncia deben estar en formato JSON válido"
|
|
740
|
+
|
|
741
|
+
#: geovisio/web/reports.py:144
|
|
742
|
+
msgid "Only authenticated users can access reports"
|
|
743
|
+
msgstr "Solo pueden acceder a las denuncias los usuarios autenticados"
|
|
744
|
+
|
|
745
|
+
#: geovisio/web/reports.py:148 geovisio/web/reports.py:266
|
|
746
|
+
msgid "Report doesn't exist"
|
|
747
|
+
msgstr "La denuncia no existe"
|
|
748
|
+
|
|
749
|
+
#: geovisio/web/reports.py:157
|
|
750
|
+
msgid "You're not authorized to access this report"
|
|
751
|
+
msgstr "No estás autorizado para acceder a esta denuncia"
|
|
752
|
+
|
|
753
|
+
#: geovisio/web/excluded_areas.py:136
|
|
754
|
+
msgid "You're not authorized to access all excluded areas"
|
|
755
|
+
msgstr "No tienes autorización para acceder a todas las áreas de exclusión"
|
|
756
|
+
|
|
757
|
+
#: geovisio/web/reports.py:277
|
|
758
|
+
msgid "You're not authorized to edit this Report"
|
|
759
|
+
msgstr "No estás autorizado para editar esta denuncia"
|
|
760
|
+
|
|
761
|
+
#: geovisio/web/reports.py:284
|
|
762
|
+
msgid "Impossible to edit the Report"
|
|
763
|
+
msgstr "No se puede editar la denuncia"
|
|
764
|
+
|
|
765
|
+
#: geovisio/web/reports.py:286
|
|
766
|
+
msgid "Parameter for editing the Report should be a valid JSON"
|
|
767
|
+
msgstr "El parámetro para editar la denuncia debe estar en formato JSON válido"
|
|
768
|
+
|
|
769
|
+
#: geovisio/web/upload_set.py:630
|
|
770
|
+
msgid ""
|
|
771
|
+
"Impossible to open file as image. The only supported image format is jpg."
|
|
772
|
+
msgstr ""
|
|
773
|
+
"Imposible abrir el fichero en tanto que imagen. El único formato admitido es "
|
|
774
|
+
"jpg."
|
|
775
|
+
|
|
776
|
+
#: geovisio/web/upload_set.py:763
|
|
777
|
+
msgid "You're not authorized to delete this upload set"
|
|
778
|
+
msgstr "No tienes autorización para borrar este UploadSet"
|