geovisio 2.9.0__py3-none-any.whl → 2.10.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 +6 -1
- geovisio/config_app.py +5 -5
- geovisio/translations/ar/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/ar/LC_MESSAGES/messages.po +818 -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 +4 -3
- geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/de/LC_MESSAGES/messages.po +55 -2
- 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 +193 -139
- geovisio/translations/eo/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/eo/LC_MESSAGES/messages.po +53 -4
- 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 +91 -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 +185 -129
- geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/nl/LC_MESSAGES/messages.po +292 -63
- geovisio/translations/oc/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/oc/LC_MESSAGES/messages.po +818 -0
- geovisio/translations/pl/LC_MESSAGES/messages.po +1 -1
- 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/zh_Hant/LC_MESSAGES/messages.po +1 -1
- geovisio/utils/annotations.py +14 -17
- geovisio/utils/auth.py +14 -13
- geovisio/utils/cql2.py +2 -2
- 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 +111 -18
- geovisio/utils/semantics.py +32 -3
- geovisio/utils/sentry.py +1 -1
- geovisio/utils/sequences.py +51 -34
- geovisio/utils/upload_set.py +285 -198
- geovisio/utils/website.py +1 -1
- geovisio/web/annotations.py +209 -68
- geovisio/web/auth.py +1 -1
- geovisio/web/collections.py +26 -22
- geovisio/web/configuration.py +24 -4
- geovisio/web/docs.py +93 -11
- geovisio/web/items.py +197 -121
- geovisio/web/params.py +44 -31
- geovisio/web/pictures.py +34 -0
- geovisio/web/tokens.py +49 -1
- geovisio/web/upload_set.py +150 -32
- geovisio/web/users.py +4 -4
- geovisio/web/utils.py +2 -2
- geovisio/workers/runner_pictures.py +128 -23
- {geovisio-2.9.0.dist-info → geovisio-2.10.0.dist-info}/METADATA +13 -13
- geovisio-2.10.0.dist-info/RECORD +105 -0
- geovisio-2.9.0.dist-info/RECORD +0 -98
- {geovisio-2.9.0.dist-info → geovisio-2.10.0.dist-info}/WHEEL +0 -0
- {geovisio-2.9.0.dist-info → geovisio-2.10.0.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-10-28 10:15+0100\n"
|
|
11
|
-
"PO-Revision-Date: 2025-02
|
|
12
|
-
"Last-Translator:
|
|
11
|
+
"PO-Revision-Date: 2025-06-02 15:37+0000\n"
|
|
12
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
|
13
13
|
"Language-Team: Danish <http://weblate.panoramax.xyz/projects/panoramax/api/"
|
|
14
14
|
"da/>\n"
|
|
15
15
|
"Language: da\n"
|
|
@@ -249,6 +249,7 @@ msgstr ""
|
|
|
249
249
|
"nuværende tidspunkt"
|
|
250
250
|
|
|
251
251
|
#: geovisio/web/collections.py:766
|
|
252
|
+
#, fuzzy
|
|
252
253
|
msgid "Sequence doesn't exists"
|
|
253
254
|
msgstr "Sekvens findes ikke"
|
|
254
255
|
|
|
@@ -338,7 +339,7 @@ msgstr ""
|
|
|
338
339
|
|
|
339
340
|
#: geovisio/web/items.py:413
|
|
340
341
|
#, python-format
|
|
341
|
-
msgid "Picture with id %(p)s does not
|
|
342
|
+
msgid "Picture with id %(p)s does not exist"
|
|
342
343
|
msgstr "Billede med id %(p)s findes ikke"
|
|
343
344
|
|
|
344
345
|
#: geovisio/web/items.py:699
|
|
Binary file
|
|
@@ -8,7 +8,7 @@ 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-10 14:10+0200\n"
|
|
11
|
-
"PO-Revision-Date: 2025-
|
|
11
|
+
"PO-Revision-Date: 2025-07-15 22:57+0000\n"
|
|
12
12
|
"Last-Translator: mcliquid <weblate@mcliquid.de>\n"
|
|
13
13
|
"Language-Team: German <http://weblate.panoramax.xyz/projects/panoramax/api/"
|
|
14
14
|
"de/>\n"
|
|
@@ -280,7 +280,7 @@ msgstr ""
|
|
|
280
280
|
|
|
281
281
|
#: geovisio/web/items.py:388
|
|
282
282
|
#, python-format
|
|
283
|
-
msgid "Picture with id %(p)s does not
|
|
283
|
+
msgid "Picture with id %(p)s does not exist"
|
|
284
284
|
msgstr "Foto mit der ID %(p)s existiert nicht"
|
|
285
285
|
|
|
286
286
|
#: geovisio/web/items.py:674
|
|
@@ -907,3 +907,56 @@ msgid ""
|
|
|
907
907
|
msgstr ""
|
|
908
908
|
"Bevor du Bilder hochlädst, musst du die Nutzungsbedingungen akzeptieren. "
|
|
909
909
|
"Dies kannst du hier tun: %(url)s"
|
|
910
|
+
|
|
911
|
+
#: geovisio/web/annotations.py:76
|
|
912
|
+
msgid "Parameter for creating an annotation should be a valid JSON"
|
|
913
|
+
msgstr "Parameter um eine Annotation zu erstellen sollte valides JSON sein"
|
|
914
|
+
|
|
915
|
+
#: geovisio/web/annotations.py:200
|
|
916
|
+
msgid "Impossible to patch annotation, invalid parameters"
|
|
917
|
+
msgstr "Patchen der Annotation unmöglich, invalide Parameter"
|
|
918
|
+
|
|
919
|
+
#: geovisio/web/annotations.py:134 geovisio/web/annotations.py:208
|
|
920
|
+
#, python-format
|
|
921
|
+
msgid "Annotation %(p)s not found"
|
|
922
|
+
msgstr "Annotation %(p)s nicht gefunden"
|
|
923
|
+
|
|
924
|
+
#: geovisio/web/annotations.py:202
|
|
925
|
+
msgid "Parameter for updating an annotation should be a valid JSON"
|
|
926
|
+
msgstr "Parameter zum Updaten der Annotation sollten valides JSON sein"
|
|
927
|
+
|
|
928
|
+
#: geovisio/web/collections.py:926
|
|
929
|
+
msgid "CSV export does not support pagination"
|
|
930
|
+
msgstr "CSV Export unterstützt keinen seitenweisen Export"
|
|
931
|
+
|
|
932
|
+
#: geovisio/web/collections.py:928
|
|
933
|
+
msgid "CSV export does not support filters"
|
|
934
|
+
msgstr "CSV Export unterstützt keine Filter"
|
|
935
|
+
|
|
936
|
+
#: geovisio/web/collections.py:935
|
|
937
|
+
msgid "CSV export does not support sorting by anything but creation date"
|
|
938
|
+
msgstr "CSV Export unterstützt keine Sortierung außer Erstellungsdatum"
|
|
939
|
+
|
|
940
|
+
#: geovisio/web/params.py:469
|
|
941
|
+
msgid "Unsupported sortby parameter: invalid field"
|
|
942
|
+
msgstr "Nicht unterstützter Sortierungsparameter: Invalides Feld"
|
|
943
|
+
|
|
944
|
+
#: geovisio/web/upload_set.py:245
|
|
945
|
+
msgid "Impossible to update the UploadSet"
|
|
946
|
+
msgstr "Updaten des Uploadsets ist nicht möglich"
|
|
947
|
+
|
|
948
|
+
#: geovisio/web/upload_set.py:247
|
|
949
|
+
msgid "Parameter for updating an UploadSet should be a valid JSON"
|
|
950
|
+
msgstr "Parameter zum aktualisieren des Uploadsets sollte valides JSON sein"
|
|
951
|
+
|
|
952
|
+
#: geovisio/web/upload_set.py:255
|
|
953
|
+
msgid "You are not allowed to update this upload set"
|
|
954
|
+
msgstr "Sie sind nicht berechtigt dieses Uploadset zu aktualisieren"
|
|
955
|
+
|
|
956
|
+
#: geovisio/web/annotations.py:74
|
|
957
|
+
msgid "Impossible to create an annotation"
|
|
958
|
+
msgstr "Annotation kann unmöglich erstellt werden"
|
|
959
|
+
|
|
960
|
+
#: geovisio/web/items.py:1163
|
|
961
|
+
msgid "There is already a picture with the same index in the sequence"
|
|
962
|
+
msgstr "Es gibt bereits ein Bild mit demselben Index in der Sequenz"
|
|
Binary file
|