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,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:
|
|
11
|
+
"PO-Revision-Date: 2025-02-28 13:32+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"
|
|
@@ -802,3 +802,108 @@ msgstr ""
|
|
|
802
802
|
msgid "Parameter for editing the Report should be a valid JSON"
|
|
803
803
|
msgstr ""
|
|
804
804
|
"Parameter für die Bearbeitung des Berichts sollte ein gültiges JSON sein"
|
|
805
|
+
|
|
806
|
+
#: geovisio/utils/upload_set.py:587
|
|
807
|
+
msgid ""
|
|
808
|
+
"A different picture with the same name has already been added to this "
|
|
809
|
+
"uploadset"
|
|
810
|
+
msgstr ""
|
|
811
|
+
"Ein anderes Bild mit dem selben Namen wurde bereits zu diesem Uploadset "
|
|
812
|
+
"hinzugefügt"
|
|
813
|
+
|
|
814
|
+
#: geovisio/web/items.py:1173
|
|
815
|
+
msgid ""
|
|
816
|
+
"Parameter `capture_time` is not a valid datetime, it should be an iso "
|
|
817
|
+
"formated datetime (like '2017-07-21T17:32:28Z')."
|
|
818
|
+
msgstr ""
|
|
819
|
+
"Parameter `capture_time` ist kein valider Zeitstempel, sollte ISO-formatiert "
|
|
820
|
+
"sein (z.B. '2017-07-21T17:32:28Z')."
|
|
821
|
+
|
|
822
|
+
#: geovisio/web/items.py:1181
|
|
823
|
+
#, python-format
|
|
824
|
+
msgid "For parameter `longitude`, `%(v)s` is not a valid longitude"
|
|
825
|
+
msgstr "Parameter `longitude`, `%(v)s` ist kein valider Längengrad"
|
|
826
|
+
|
|
827
|
+
#: geovisio/web/items.py:1186
|
|
828
|
+
#, python-format
|
|
829
|
+
msgid "For parameter `latitude`, `%(v)s` is not a valid latitude"
|
|
830
|
+
msgstr "Parameter `latitude`, `%(v)s` ist kein valider Breitengrad"
|
|
831
|
+
|
|
832
|
+
#: geovisio/web/items.py:1191
|
|
833
|
+
msgid "Longitude cannot be overridden alone, latitude also needs to be set"
|
|
834
|
+
msgstr ""
|
|
835
|
+
"Längengrad kann nicht alleine überschrieben werden, Breitengrad muss also "
|
|
836
|
+
"gesetzt werden"
|
|
837
|
+
|
|
838
|
+
#: geovisio/web/items.py:1193
|
|
839
|
+
msgid "Latitude cannot be overridden alone, longitude also needs to be set"
|
|
840
|
+
msgstr ""
|
|
841
|
+
"Breitengrad kann nicht alleine überschrieben werden, Längengrad muss also "
|
|
842
|
+
"gesetzt werden"
|
|
843
|
+
|
|
844
|
+
#: geovisio/web/collections.py:697
|
|
845
|
+
msgid ""
|
|
846
|
+
"You're not authorized to edit those fields for this sequence. Only the owner "
|
|
847
|
+
"can change the visibility and the title"
|
|
848
|
+
msgstr ""
|
|
849
|
+
"Du bist nicht berechtigt, diese Felder für diese Sequenz zu bearbeiten. Nur "
|
|
850
|
+
"der Eigentümer kann die Sichtbarkeit und den Titel ändern"
|
|
851
|
+
|
|
852
|
+
#: geovisio/web/collections.py:707
|
|
853
|
+
msgid ""
|
|
854
|
+
"You're not authorized to edit this sequence, collaborative editing is not "
|
|
855
|
+
"allowed"
|
|
856
|
+
msgstr ""
|
|
857
|
+
"Du bist nicht befugt, diese Sequenz zu bearbeiten, gemeinschaftliche "
|
|
858
|
+
"Bearbeitung ist nicht erlaubt"
|
|
859
|
+
|
|
860
|
+
#: geovisio/web/items.py:1318
|
|
861
|
+
msgid ""
|
|
862
|
+
"You're not authorized to edit the visibility of this picture. Only the owner "
|
|
863
|
+
"can change this."
|
|
864
|
+
msgstr ""
|
|
865
|
+
"Du bist nicht berechtigt, die Sichtbarkeit dieses Bildes zu bearbeiten. Nur "
|
|
866
|
+
"der Eigentümer kann dies ändern."
|
|
867
|
+
|
|
868
|
+
#: geovisio/web/items.py:1325
|
|
869
|
+
msgid ""
|
|
870
|
+
"You're not authorized to edit this picture, collaborative editing is not "
|
|
871
|
+
"allowed"
|
|
872
|
+
msgstr ""
|
|
873
|
+
"Du bist nicht befugt, dieses Bild zu bearbeiten, kollaborative Bearbeitung "
|
|
874
|
+
"ist nicht erlaubt"
|
|
875
|
+
|
|
876
|
+
#: geovisio/web/pages.py:44
|
|
877
|
+
msgid "Page name is not recognized"
|
|
878
|
+
msgstr "Der Seitenname wird nicht erkannt"
|
|
879
|
+
|
|
880
|
+
#: geovisio/web/pages.py:126 geovisio/web/pages.py:235
|
|
881
|
+
#, python-format
|
|
882
|
+
msgid "Page not available in language %(l)s"
|
|
883
|
+
msgstr "Seite nicht verfügbar in Sprache %(l)s"
|
|
884
|
+
|
|
885
|
+
#: geovisio/web/pages.py:175 geovisio/web/pages.py:229
|
|
886
|
+
msgid "You must be logged-in as admin to edit pages"
|
|
887
|
+
msgstr "Du musst als Administrator eingeloggt sein, um Seiten zu bearbeiten"
|
|
888
|
+
|
|
889
|
+
#: geovisio/web/pages.py:177
|
|
890
|
+
msgid "Page content must be HTML (with Content-Type: text/html header set)"
|
|
891
|
+
msgstr ""
|
|
892
|
+
"Der Seiteninhalt muss HTML sein (mit dem Header Content-Type: text/html)"
|
|
893
|
+
|
|
894
|
+
#: geovisio/web/pages.py:191
|
|
895
|
+
msgid "Could not update page content"
|
|
896
|
+
msgstr "Seiteninhalt konnte nicht aktualisiert werden"
|
|
897
|
+
|
|
898
|
+
#: geovisio/web/pages.py:237
|
|
899
|
+
msgid "Could not delete page content"
|
|
900
|
+
msgstr "Seiteninhalt konnte nicht gelöscht werden"
|
|
901
|
+
|
|
902
|
+
#: geovisio/utils/auth.py:283
|
|
903
|
+
#, python-format
|
|
904
|
+
msgid ""
|
|
905
|
+
"You need to accept the terms of service before uploading any pictures. You "
|
|
906
|
+
"can do so by validating them here: %(url)s"
|
|
907
|
+
msgstr ""
|
|
908
|
+
"Bevor du Bilder hochlädst, musst du die Nutzungsbedingungen akzeptieren. "
|
|
909
|
+
"Dies kannst du hier tun: %(url)s"
|
|
Binary file
|
|
Binary file
|