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.
Files changed (82) hide show
  1. geovisio/__init__.py +8 -1
  2. geovisio/admin_cli/user.py +7 -2
  3. geovisio/config_app.py +26 -12
  4. geovisio/translations/ar/LC_MESSAGES/messages.mo +0 -0
  5. geovisio/translations/ar/LC_MESSAGES/messages.po +818 -0
  6. geovisio/translations/be/LC_MESSAGES/messages.mo +0 -0
  7. geovisio/translations/be/LC_MESSAGES/messages.po +886 -0
  8. geovisio/translations/br/LC_MESSAGES/messages.po +1 -1
  9. geovisio/translations/da/LC_MESSAGES/messages.mo +0 -0
  10. geovisio/translations/da/LC_MESSAGES/messages.po +96 -4
  11. geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
  12. geovisio/translations/de/LC_MESSAGES/messages.po +214 -122
  13. geovisio/translations/el/LC_MESSAGES/messages.po +1 -1
  14. geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
  15. geovisio/translations/en/LC_MESSAGES/messages.po +234 -157
  16. geovisio/translations/eo/LC_MESSAGES/messages.mo +0 -0
  17. geovisio/translations/eo/LC_MESSAGES/messages.po +55 -5
  18. geovisio/translations/es/LC_MESSAGES/messages.po +1 -1
  19. geovisio/translations/fi/LC_MESSAGES/messages.po +1 -1
  20. geovisio/translations/fr/LC_MESSAGES/messages.mo +0 -0
  21. geovisio/translations/fr/LC_MESSAGES/messages.po +92 -3
  22. geovisio/translations/hu/LC_MESSAGES/messages.po +1 -1
  23. geovisio/translations/it/LC_MESSAGES/messages.mo +0 -0
  24. geovisio/translations/it/LC_MESSAGES/messages.po +63 -3
  25. geovisio/translations/ja/LC_MESSAGES/messages.po +1 -1
  26. geovisio/translations/ko/LC_MESSAGES/messages.po +1 -1
  27. geovisio/translations/messages.pot +216 -139
  28. geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
  29. geovisio/translations/nl/LC_MESSAGES/messages.po +333 -62
  30. geovisio/translations/oc/LC_MESSAGES/messages.mo +0 -0
  31. geovisio/translations/oc/LC_MESSAGES/messages.po +821 -0
  32. geovisio/translations/pl/LC_MESSAGES/messages.po +1 -1
  33. geovisio/translations/pt/LC_MESSAGES/messages.mo +0 -0
  34. geovisio/translations/pt/LC_MESSAGES/messages.po +944 -0
  35. geovisio/translations/pt_BR/LC_MESSAGES/messages.mo +0 -0
  36. geovisio/translations/pt_BR/LC_MESSAGES/messages.po +942 -0
  37. geovisio/translations/sv/LC_MESSAGES/messages.mo +0 -0
  38. geovisio/translations/sv/LC_MESSAGES/messages.po +4 -3
  39. geovisio/translations/ti/LC_MESSAGES/messages.mo +0 -0
  40. geovisio/translations/ti/LC_MESSAGES/messages.po +762 -0
  41. geovisio/translations/tr/LC_MESSAGES/messages.mo +0 -0
  42. geovisio/translations/tr/LC_MESSAGES/messages.po +927 -0
  43. geovisio/translations/uk/LC_MESSAGES/messages.mo +0 -0
  44. geovisio/translations/uk/LC_MESSAGES/messages.po +920 -0
  45. geovisio/translations/zh_Hant/LC_MESSAGES/messages.po +1 -1
  46. geovisio/utils/annotations.py +21 -21
  47. geovisio/utils/auth.py +47 -13
  48. geovisio/utils/cql2.py +22 -5
  49. geovisio/utils/fields.py +14 -2
  50. geovisio/utils/items.py +44 -0
  51. geovisio/utils/model_query.py +2 -2
  52. geovisio/utils/pic_shape.py +1 -1
  53. geovisio/utils/pictures.py +127 -36
  54. geovisio/utils/semantics.py +32 -3
  55. geovisio/utils/sentry.py +1 -1
  56. geovisio/utils/sequences.py +155 -109
  57. geovisio/utils/upload_set.py +303 -206
  58. geovisio/utils/users.py +18 -0
  59. geovisio/utils/website.py +1 -1
  60. geovisio/web/annotations.py +303 -69
  61. geovisio/web/auth.py +1 -1
  62. geovisio/web/collections.py +194 -97
  63. geovisio/web/configuration.py +36 -4
  64. geovisio/web/docs.py +109 -13
  65. geovisio/web/items.py +319 -186
  66. geovisio/web/map.py +92 -54
  67. geovisio/web/pages.py +48 -4
  68. geovisio/web/params.py +100 -42
  69. geovisio/web/pictures.py +37 -3
  70. geovisio/web/prepare.py +4 -2
  71. geovisio/web/queryables.py +57 -0
  72. geovisio/web/stac.py +8 -2
  73. geovisio/web/tokens.py +49 -1
  74. geovisio/web/upload_set.py +226 -51
  75. geovisio/web/users.py +89 -8
  76. geovisio/web/utils.py +26 -8
  77. geovisio/workers/runner_pictures.py +128 -23
  78. {geovisio-2.9.0.dist-info → geovisio-2.11.0.dist-info}/METADATA +15 -14
  79. geovisio-2.11.0.dist-info/RECORD +117 -0
  80. geovisio-2.9.0.dist-info/RECORD +0 -98
  81. {geovisio-2.9.0.dist-info → geovisio-2.11.0.dist-info}/WHEEL +0 -0
  82. {geovisio-2.9.0.dist-info → geovisio-2.11.0.dist-info}/licenses/LICENSE +0 -0
@@ -325,7 +325,7 @@ msgstr ""
325
325
 
326
326
  #: geovisio/web/items.py:422
327
327
  #, python-format
328
- msgid "Picture with id %(p)s does not exists"
328
+ msgid "Picture with id %(p)s does not exist"
329
329
  msgstr ""
330
330
 
331
331
  #: geovisio/web/items.py:726
@@ -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-02-28 13:32+0000\n"
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 exists"
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"