geovisio 2.9.0__py3-none-any.whl → 2.11.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 +8 -1
- geovisio/admin_cli/user.py +7 -2
- geovisio/config_app.py +26 -12
- geovisio/translations/ar/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/ar/LC_MESSAGES/messages.po +818 -0
- geovisio/translations/be/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/be/LC_MESSAGES/messages.po +886 -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 +96 -4
- geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/de/LC_MESSAGES/messages.po +214 -122
- 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 +234 -157
- geovisio/translations/eo/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/eo/LC_MESSAGES/messages.po +55 -5
- 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 +92 -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 +216 -139
- geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/nl/LC_MESSAGES/messages.po +333 -62
- geovisio/translations/oc/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/oc/LC_MESSAGES/messages.po +821 -0
- geovisio/translations/pl/LC_MESSAGES/messages.po +1 -1
- geovisio/translations/pt/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/pt/LC_MESSAGES/messages.po +944 -0
- geovisio/translations/pt_BR/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/pt_BR/LC_MESSAGES/messages.po +942 -0
- 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/tr/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/tr/LC_MESSAGES/messages.po +927 -0
- geovisio/translations/uk/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/uk/LC_MESSAGES/messages.po +920 -0
- geovisio/translations/zh_Hant/LC_MESSAGES/messages.po +1 -1
- geovisio/utils/annotations.py +21 -21
- geovisio/utils/auth.py +47 -13
- geovisio/utils/cql2.py +22 -5
- 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 +127 -36
- geovisio/utils/semantics.py +32 -3
- geovisio/utils/sentry.py +1 -1
- geovisio/utils/sequences.py +155 -109
- geovisio/utils/upload_set.py +303 -206
- geovisio/utils/users.py +18 -0
- geovisio/utils/website.py +1 -1
- geovisio/web/annotations.py +303 -69
- geovisio/web/auth.py +1 -1
- geovisio/web/collections.py +194 -97
- geovisio/web/configuration.py +36 -4
- geovisio/web/docs.py +109 -13
- geovisio/web/items.py +319 -186
- geovisio/web/map.py +92 -54
- geovisio/web/pages.py +48 -4
- geovisio/web/params.py +100 -42
- geovisio/web/pictures.py +37 -3
- geovisio/web/prepare.py +4 -2
- geovisio/web/queryables.py +57 -0
- geovisio/web/stac.py +8 -2
- geovisio/web/tokens.py +49 -1
- geovisio/web/upload_set.py +226 -51
- geovisio/web/users.py +89 -8
- geovisio/web/utils.py +26 -8
- geovisio/workers/runner_pictures.py +128 -23
- {geovisio-2.9.0.dist-info → geovisio-2.11.0.dist-info}/METADATA +15 -14
- geovisio-2.11.0.dist-info/RECORD +117 -0
- geovisio-2.9.0.dist-info/RECORD +0 -98
- {geovisio-2.9.0.dist-info → geovisio-2.11.0.dist-info}/WHEEL +0 -0
- {geovisio-2.9.0.dist-info → geovisio-2.11.0.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-10-28 10:15+0100\n"
|
|
11
|
-
"PO-Revision-Date: 2025-
|
|
11
|
+
"PO-Revision-Date: 2025-11-19 03:39+0000\n"
|
|
12
12
|
"Last-Translator: ERYpTION <eryption.ar9q2@slmail.me>\n"
|
|
13
13
|
"Language-Team: Danish <http://weblate.panoramax.xyz/projects/panoramax/api/"
|
|
14
14
|
"da/>\n"
|
|
@@ -338,7 +338,7 @@ msgstr ""
|
|
|
338
338
|
|
|
339
339
|
#: geovisio/web/items.py:413
|
|
340
340
|
#, python-format
|
|
341
|
-
msgid "Picture with id %(p)s does not
|
|
341
|
+
msgid "Picture with id %(p)s does not exist"
|
|
342
342
|
msgstr "Billede med id %(p)s findes ikke"
|
|
343
343
|
|
|
344
344
|
#: geovisio/web/items.py:699
|
|
@@ -654,11 +654,11 @@ msgstr "Sekvens \"%(name)s\" af \"%(user)s\" blev optaget %(date)s."
|
|
|
654
654
|
|
|
655
655
|
#: geovisio/web/rss.py:40
|
|
656
656
|
msgid "View on the map"
|
|
657
|
-
msgstr ""
|
|
657
|
+
msgstr "Vis på kortet"
|
|
658
658
|
|
|
659
659
|
#: geovisio/web/rss.py:40
|
|
660
660
|
msgid "JSON metadata"
|
|
661
|
-
msgstr ""
|
|
661
|
+
msgstr "JSON-metadata"
|
|
662
662
|
|
|
663
663
|
#: geovisio/web/rss.py:49
|
|
664
664
|
msgid "GeoVisio collections"
|
|
@@ -857,3 +857,95 @@ msgid ""
|
|
|
857
857
|
msgstr ""
|
|
858
858
|
"Du skal acceptere servicevilkårene, før du uploader billeder. Det kan du "
|
|
859
859
|
"gøre ved at validere dem her: %(url)s"
|
|
860
|
+
|
|
861
|
+
#: geovisio/web/annotations.py:202
|
|
862
|
+
msgid "Parameter for updating an annotation should be a valid JSON"
|
|
863
|
+
msgstr "Parameteren til opdatering af en annotation skal være en gyldig JSON"
|
|
864
|
+
|
|
865
|
+
#: geovisio/web/collections.py:928
|
|
866
|
+
msgid "CSV export does not support filters"
|
|
867
|
+
msgstr "CSV-eksport understøtter ikke filtre"
|
|
868
|
+
|
|
869
|
+
#: geovisio/web/annotations.py:76
|
|
870
|
+
msgid "Parameter for creating an annotation should be a valid JSON"
|
|
871
|
+
msgstr "Parameter til oprettelse af en annotation skal være en gyldig JSON"
|
|
872
|
+
|
|
873
|
+
#: geovisio/web/annotations.py:200
|
|
874
|
+
msgid "Impossible to patch annotation, invalid parameters"
|
|
875
|
+
msgstr "Ikke muligt at rette annotation, ugyldige parametre"
|
|
876
|
+
|
|
877
|
+
#: geovisio/web/annotations.py:74
|
|
878
|
+
msgid "Impossible to create an annotation"
|
|
879
|
+
msgstr "Ikke muligt at oprette en annotation"
|
|
880
|
+
|
|
881
|
+
#: geovisio/web/collections.py:926
|
|
882
|
+
msgid "CSV export does not support pagination"
|
|
883
|
+
msgstr "CSV-eksport understøtter ikke sideopdeling"
|
|
884
|
+
|
|
885
|
+
#: geovisio/web/collections.py:935
|
|
886
|
+
msgid "CSV export does not support sorting by anything but creation date"
|
|
887
|
+
msgstr "CSV-eksport understøtter ikke sortering efter andet end oprettelsesdato"
|
|
888
|
+
|
|
889
|
+
#: geovisio/web/items.py:1163
|
|
890
|
+
msgid "There is already a picture with the same index in the sequence"
|
|
891
|
+
msgstr "Der er allerede et billede med samme indeks i sekvensen"
|
|
892
|
+
|
|
893
|
+
#: geovisio/web/params.py:468
|
|
894
|
+
msgid "Unsupported sortby parameter: invalid field"
|
|
895
|
+
msgstr "Ikke-understøttet sortby-parameter: ugyldigt felt"
|
|
896
|
+
|
|
897
|
+
#: geovisio/web/annotations.py:134 geovisio/web/annotations.py:208
|
|
898
|
+
#, python-format
|
|
899
|
+
msgid "Annotation %(p)s not found"
|
|
900
|
+
msgstr "Annotation %(p)s ikke fundet"
|
|
901
|
+
|
|
902
|
+
#: geovisio/web/upload_set.py:245
|
|
903
|
+
msgid "Impossible to update the UploadSet"
|
|
904
|
+
msgstr "Ikke muligt at opdatere UploadSet"
|
|
905
|
+
|
|
906
|
+
#: geovisio/web/upload_set.py:247
|
|
907
|
+
msgid "Parameter for updating an UploadSet should be a valid JSON"
|
|
908
|
+
msgstr "Parameteren til opdatering af et UploadSet skal være en gyldig JSON"
|
|
909
|
+
|
|
910
|
+
#: geovisio/web/upload_set.py:255
|
|
911
|
+
msgid "You are not allowed to update this upload set"
|
|
912
|
+
msgstr "Du må ikke opdatere dette uploadsæt"
|
|
913
|
+
|
|
914
|
+
#: geovisio/utils/pictures.py:464
|
|
915
|
+
msgid "Picture is not available (currently in processing)"
|
|
916
|
+
msgstr "Billede er ikke tilgængeligt (behandles i øjeblikket)"
|
|
917
|
+
|
|
918
|
+
#: geovisio/utils/upload_set.py:730
|
|
919
|
+
msgid "Impossible to add the picture to this uploadset"
|
|
920
|
+
msgstr "Det er ikke muligt at tilføje billedet til dette upload-sæt"
|
|
921
|
+
|
|
922
|
+
#: geovisio/web/collections.py:314
|
|
923
|
+
msgid "RSS format does not support deleted sequences"
|
|
924
|
+
msgstr "RSS-formatet understøtter ikke slettede sekvenser"
|
|
925
|
+
|
|
926
|
+
#: geovisio/web/collections.py:702 geovisio/web/items.py:1352
|
|
927
|
+
msgid "Visibility and visible parameters are mutually exclusive parameters"
|
|
928
|
+
msgstr "Synlighed og synlige parametre er gensidigt udelukkende parametre"
|
|
929
|
+
|
|
930
|
+
#: geovisio/web/params.py:353
|
|
931
|
+
msgid ""
|
|
932
|
+
"The status filter is not supported anymore, use the `visibility` filter "
|
|
933
|
+
"instead"
|
|
934
|
+
msgstr ""
|
|
935
|
+
"Statusfilteret understøttes ikke længere. Brug i stedet filteret `visibility`"
|
|
936
|
+
|
|
937
|
+
#: geovisio/web/params.py:358
|
|
938
|
+
msgid ""
|
|
939
|
+
"The status filter is not supported anymore, use the `show_deleted` parameter "
|
|
940
|
+
"instead if you need to query deleted collections"
|
|
941
|
+
msgstr ""
|
|
942
|
+
"Statusfilteret understøttes ikke længere. Brug i stedet parameteren "
|
|
943
|
+
"`show_deleted`, hvis du har brug for at søge i slettede samlinger"
|
|
944
|
+
|
|
945
|
+
#: geovisio/web/users.py:388
|
|
946
|
+
msgid ""
|
|
947
|
+
"The logged-only visibility is not allowed on this instance since anybody can "
|
|
948
|
+
"create an account"
|
|
949
|
+
msgstr ""
|
|
950
|
+
"Kun-loggede synligheden er ikke tilladt på denne instans, da alle kan "
|
|
951
|
+
"oprette en konto"
|
|
Binary file
|