geovisio 2.7.1__py3-none-any.whl → 2.8.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 +25 -4
- geovisio/admin_cli/__init__.py +3 -1
- geovisio/admin_cli/user.py +75 -0
- geovisio/config_app.py +86 -4
- geovisio/templates/main.html +2 -2
- geovisio/templates/viewer.html +3 -3
- geovisio/translations/br/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/br/LC_MESSAGES/messages.po +762 -0
- geovisio/translations/da/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/da/LC_MESSAGES/messages.po +859 -0
- geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/de/LC_MESSAGES/messages.po +106 -1
- geovisio/translations/el/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/en/LC_MESSAGES/messages.po +218 -133
- geovisio/translations/eo/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/eo/LC_MESSAGES/messages.po +856 -0
- geovisio/translations/es/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/es/LC_MESSAGES/messages.po +4 -3
- geovisio/translations/fi/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/fr/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/fr/LC_MESSAGES/messages.po +66 -3
- geovisio/translations/hu/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/hu/LC_MESSAGES/messages.po +4 -3
- geovisio/translations/it/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/it/LC_MESSAGES/messages.po +884 -0
- geovisio/translations/ja/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/ja/LC_MESSAGES/messages.po +807 -0
- geovisio/translations/ko/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/messages.pot +191 -122
- geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/pl/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/pl/LC_MESSAGES/messages.po +728 -0
- geovisio/translations/zh_Hant/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/zh_Hant/LC_MESSAGES/messages.po +719 -0
- geovisio/utils/auth.py +80 -8
- geovisio/utils/link.py +3 -2
- geovisio/utils/loggers.py +14 -0
- geovisio/utils/model_query.py +55 -0
- geovisio/utils/params.py +7 -4
- geovisio/utils/pictures.py +12 -43
- geovisio/utils/semantics.py +120 -0
- geovisio/utils/sequences.py +10 -1
- geovisio/utils/tokens.py +5 -3
- geovisio/utils/upload_set.py +71 -22
- geovisio/utils/website.py +53 -0
- geovisio/web/annotations.py +17 -0
- geovisio/web/auth.py +11 -6
- geovisio/web/collections.py +217 -61
- geovisio/web/configuration.py +17 -1
- geovisio/web/docs.py +67 -67
- geovisio/web/items.py +220 -96
- geovisio/web/map.py +48 -18
- geovisio/web/pages.py +240 -0
- geovisio/web/params.py +17 -0
- geovisio/web/prepare.py +165 -0
- geovisio/web/stac.py +17 -4
- geovisio/web/tokens.py +14 -4
- geovisio/web/upload_set.py +108 -14
- geovisio/web/users.py +203 -44
- geovisio/workers/runner_pictures.py +61 -22
- {geovisio-2.7.1.dist-info → geovisio-2.8.1.dist-info}/METADATA +8 -6
- geovisio-2.8.1.dist-info/RECORD +92 -0
- {geovisio-2.7.1.dist-info → geovisio-2.8.1.dist-info}/WHEEL +1 -1
- geovisio-2.7.1.dist-info/RECORD +0 -70
- {geovisio-2.7.1.dist-info → geovisio-2.8.1.dist-info/licenses}/LICENSE +0 -0
|
Binary file
|
|
@@ -8,8 +8,8 @@ msgstr ""
|
|
|
8
8
|
"Project-Id-Version: PROJECT VERSION\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
|
10
10
|
"POT-Creation-Date: 2024-07-16 11:13+0200\n"
|
|
11
|
-
"PO-Revision-Date:
|
|
12
|
-
"Last-Translator:
|
|
11
|
+
"PO-Revision-Date: 2025-02-27 12:32+0000\n"
|
|
12
|
+
"Last-Translator: PanierAvide <adrien@pavie.info>\n"
|
|
13
13
|
"Language-Team: Spanish <http://weblate.panoramax.xyz/projects/panoramax/api/"
|
|
14
14
|
"es/>\n"
|
|
15
15
|
"Language: es\n"
|
|
@@ -229,6 +229,7 @@ msgid "Collection %(c)s wasn't found in database"
|
|
|
229
229
|
msgstr "La colección %(c)s no se encontró en la base de datos"
|
|
230
230
|
|
|
231
231
|
#: geovisio/web/collections.py:793
|
|
232
|
+
#, fuzzy
|
|
232
233
|
msgid "Sequence doesn't exists"
|
|
233
234
|
msgstr "La secuencia no existe"
|
|
234
235
|
|
|
@@ -273,7 +274,7 @@ msgid "No more items in this collection (last available rank is %(r)s)"
|
|
|
273
274
|
msgstr "No hay más elementos en esta colección (el último índice es %(r)s)"
|
|
274
275
|
|
|
275
276
|
#: geovisio/web/items.py:388
|
|
276
|
-
#, python-format
|
|
277
|
+
#, fuzzy, python-format
|
|
277
278
|
msgid "Picture with id %(p)s does not exists"
|
|
278
279
|
msgstr "La imagen con id %(p)s no existe"
|
|
279
280
|
|
|
Binary file
|
|
Binary file
|
|
@@ -8,8 +8,8 @@ msgstr ""
|
|
|
8
8
|
"Project-Id-Version: PROJECT VERSION\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
|
10
10
|
"POT-Creation-Date: 2024-06-25 17:01+0200\n"
|
|
11
|
-
"PO-Revision-Date:
|
|
12
|
-
"Last-Translator:
|
|
11
|
+
"PO-Revision-Date: 2025-03-08 14:06+0000\n"
|
|
12
|
+
"Last-Translator: Koreller <koreller@proton.me>\n"
|
|
13
13
|
"Language-Team: French <http://weblate.panoramax.xyz/projects/panoramax/api/"
|
|
14
14
|
"fr/>\n"
|
|
15
15
|
"Language: fr\n"
|
|
@@ -225,6 +225,7 @@ msgid "Collection %(c)s wasn't found in database"
|
|
|
225
225
|
msgstr "La séquence %(c)s n'a pas été trouvée en base"
|
|
226
226
|
|
|
227
227
|
#: geovisio/web/collections.py:793
|
|
228
|
+
#, fuzzy
|
|
228
229
|
msgid "Sequence doesn't exists"
|
|
229
230
|
msgstr "La séquence n'existe pas"
|
|
230
231
|
|
|
@@ -274,7 +275,7 @@ msgid "No more items in this collection (last available rank is %(r)s)"
|
|
|
274
275
|
msgstr "Plus de photos dans cette séquence (dernier rang disponible : %(r)s)"
|
|
275
276
|
|
|
276
277
|
#: geovisio/web/items.py:386
|
|
277
|
-
#, python-format
|
|
278
|
+
#, fuzzy, python-format
|
|
278
279
|
msgid "Picture with id %(p)s does not exists"
|
|
279
280
|
msgstr "La photo %(p)s n'existe pas"
|
|
280
281
|
|
|
@@ -812,3 +813,65 @@ msgstr ""
|
|
|
812
813
|
#: geovisio/web/upload_set.py:763
|
|
813
814
|
msgid "You're not authorized to delete this upload set"
|
|
814
815
|
msgstr "Vous n'avez pas l'autorisation de supprimer cet UploadSet"
|
|
816
|
+
|
|
817
|
+
#: geovisio/utils/upload_set.py:587
|
|
818
|
+
msgid ""
|
|
819
|
+
"A different picture with the same name has already been added to this "
|
|
820
|
+
"uploadset"
|
|
821
|
+
msgstr ""
|
|
822
|
+
"Une photo différente ayant le même nom a déjà été ajoutée à cet uploadset"
|
|
823
|
+
|
|
824
|
+
#: geovisio/web/items.py:1181
|
|
825
|
+
#, python-format
|
|
826
|
+
msgid "For parameter `longitude`, `%(v)s` is not a valid longitude"
|
|
827
|
+
msgstr "Pour le paramètre `longitude`, `%(v)s` n'est pas une longitude correcte"
|
|
828
|
+
|
|
829
|
+
#: geovisio/web/items.py:1186
|
|
830
|
+
#, python-format
|
|
831
|
+
msgid "For parameter `latitude`, `%(v)s` is not a valid latitude"
|
|
832
|
+
msgstr "Pour le paramètre `latitude`, `%(v)s`n'est pas une correct latitude"
|
|
833
|
+
|
|
834
|
+
#: geovisio/web/items.py:1173
|
|
835
|
+
msgid ""
|
|
836
|
+
"Parameter `capture_time` is not a valid datetime, it should be an iso "
|
|
837
|
+
"formated datetime (like '2017-07-21T17:32:28Z')."
|
|
838
|
+
msgstr ""
|
|
839
|
+
"Le paramètre`capture_time` n'est pas un correct datetime, il est préférable "
|
|
840
|
+
"d'utiliser le format ISO (comme '2017-07-21T17:32:28Z')."
|
|
841
|
+
|
|
842
|
+
#: geovisio/web/items.py:1191
|
|
843
|
+
msgid "Longitude cannot be overridden alone, latitude also needs to be set"
|
|
844
|
+
msgstr ""
|
|
845
|
+
"La longitude ne peut pas être renseignée seule, la latitude doit être "
|
|
846
|
+
"également renseignée"
|
|
847
|
+
|
|
848
|
+
#: geovisio/web/items.py:1193
|
|
849
|
+
msgid "Latitude cannot be overridden alone, longitude also needs to be set"
|
|
850
|
+
msgstr ""
|
|
851
|
+
"La latitude ne peut pas être indiquée seule, la longitude doit être "
|
|
852
|
+
"également indiquée"
|
|
853
|
+
|
|
854
|
+
#: geovisio/utils/auth.py:283
|
|
855
|
+
#, python-format
|
|
856
|
+
msgid ""
|
|
857
|
+
"You need to accept the terms of service before uploading any pictures. You "
|
|
858
|
+
"can do so by validating them here: %(url)s"
|
|
859
|
+
msgstr ""
|
|
860
|
+
"Vous devez accepter les conditions d'utilisation du service avant d'uploader "
|
|
861
|
+
"des images. Vous pouvez le faire en les validant ici : %(url)s"
|
|
862
|
+
|
|
863
|
+
#: geovisio/web/collections.py:697
|
|
864
|
+
msgid ""
|
|
865
|
+
"You're not authorized to edit those fields for this sequence. Only the owner "
|
|
866
|
+
"can change the visibility and the title"
|
|
867
|
+
msgstr ""
|
|
868
|
+
"Vous n'êtes pas autorisé à modifier ces champs pour cette séquence. Seul le "
|
|
869
|
+
"propriétaire peut modifier la visibilité et le titre"
|
|
870
|
+
|
|
871
|
+
#: geovisio/web/collections.py:707
|
|
872
|
+
msgid ""
|
|
873
|
+
"You're not authorized to edit this sequence, collaborative editing is not "
|
|
874
|
+
"allowed"
|
|
875
|
+
msgstr ""
|
|
876
|
+
"Vous n'êtes pas autorisé à éditer cette séquence, l'édition collaborative "
|
|
877
|
+
"n'est pas autorisée"
|
|
Binary file
|
|
@@ -8,8 +8,8 @@ msgstr ""
|
|
|
8
8
|
"Project-Id-Version: PROJECT VERSION\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
|
10
10
|
"POT-Creation-Date: 2024-09-17 14:45+0200\n"
|
|
11
|
-
"PO-Revision-Date:
|
|
12
|
-
"Last-Translator:
|
|
11
|
+
"PO-Revision-Date: 2025-02-27 12:32+0000\n"
|
|
12
|
+
"Last-Translator: PanierAvide <adrien@pavie.info>\n"
|
|
13
13
|
"Language-Team: Hungarian <http://weblate.panoramax.xyz/projects/panoramax/"
|
|
14
14
|
"api/hu/>\n"
|
|
15
15
|
"Language: hu\n"
|
|
@@ -251,6 +251,7 @@ msgstr ""
|
|
|
251
251
|
"%(c)s sorozat állapota %(s)s, ezért láthatósága egyelőre nem módosítható"
|
|
252
252
|
|
|
253
253
|
#: geovisio/web/collections.py:768
|
|
254
|
+
#, fuzzy
|
|
254
255
|
msgid "Sequence doesn't exists"
|
|
255
256
|
msgstr "A sorozat nem létezik"
|
|
256
257
|
|
|
@@ -340,7 +341,7 @@ msgid "No more items in this collection (last available rank is %(r)s)"
|
|
|
340
341
|
msgstr "Nincs több elem a gyűjteményben (az utolsó elérhető rangsorhely %(r)s)"
|
|
341
342
|
|
|
342
343
|
#: geovisio/web/items.py:409
|
|
343
|
-
#, python-format
|
|
344
|
+
#, fuzzy, python-format
|
|
344
345
|
msgid "Picture with id %(p)s does not exists"
|
|
345
346
|
msgstr "Nincs %(p)s azonosítójú kép"
|
|
346
347
|
|
|
Binary file
|