geovisio 2.10.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 +3 -1
- geovisio/admin_cli/user.py +7 -2
- geovisio/config_app.py +21 -7
- geovisio/translations/be/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/be/LC_MESSAGES/messages.po +886 -0
- geovisio/translations/da/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/da/LC_MESSAGES/messages.po +96 -5
- geovisio/translations/de/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/de/LC_MESSAGES/messages.po +171 -132
- geovisio/translations/en/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/en/LC_MESSAGES/messages.po +169 -146
- geovisio/translations/eo/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/eo/LC_MESSAGES/messages.po +3 -2
- geovisio/translations/fr/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/fr/LC_MESSAGES/messages.po +3 -2
- geovisio/translations/it/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/it/LC_MESSAGES/messages.po +1 -1
- geovisio/translations/messages.pot +159 -138
- geovisio/translations/nl/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/nl/LC_MESSAGES/messages.po +44 -2
- geovisio/translations/oc/LC_MESSAGES/messages.mo +0 -0
- geovisio/translations/oc/LC_MESSAGES/messages.po +9 -6
- 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 +1 -1
- 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/utils/annotations.py +7 -4
- geovisio/utils/auth.py +33 -0
- geovisio/utils/cql2.py +20 -3
- geovisio/utils/pictures.py +16 -18
- geovisio/utils/sequences.py +104 -75
- geovisio/utils/upload_set.py +20 -10
- geovisio/utils/users.py +18 -0
- geovisio/web/annotations.py +96 -3
- geovisio/web/collections.py +169 -76
- geovisio/web/configuration.py +12 -0
- geovisio/web/docs.py +17 -3
- geovisio/web/items.py +129 -72
- geovisio/web/map.py +92 -54
- geovisio/web/pages.py +48 -4
- geovisio/web/params.py +56 -11
- geovisio/web/pictures.py +3 -3
- geovisio/web/prepare.py +4 -2
- geovisio/web/queryables.py +57 -0
- geovisio/web/stac.py +8 -2
- geovisio/web/upload_set.py +83 -26
- geovisio/web/users.py +85 -4
- geovisio/web/utils.py +24 -6
- {geovisio-2.10.0.dist-info → geovisio-2.11.0.dist-info}/METADATA +3 -2
- {geovisio-2.10.0.dist-info → geovisio-2.11.0.dist-info}/RECORD +58 -46
- {geovisio-2.10.0.dist-info → geovisio-2.11.0.dist-info}/WHEEL +0 -0
- {geovisio-2.10.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-07-10 14:10+0200\n"
|
|
11
|
-
"PO-Revision-Date: 2025-
|
|
11
|
+
"PO-Revision-Date: 2025-11-25 18:15+0000\n"
|
|
12
12
|
"Last-Translator: Luna <luna@queerthoughts.org>\n"
|
|
13
13
|
"Language-Team: Dutch <http://weblate.panoramax.xyz/projects/panoramax/api/nl/"
|
|
14
14
|
">\n"
|
|
@@ -227,7 +227,7 @@ msgstr "Sequentie %(c)s werd niet gevonden in de database"
|
|
|
227
227
|
|
|
228
228
|
#: geovisio/web/collections.py:792
|
|
229
229
|
msgid "Sequence doesn't exists"
|
|
230
|
-
msgstr "
|
|
230
|
+
msgstr "Sequentie bestaat niet"
|
|
231
231
|
|
|
232
232
|
#: geovisio/web/collections.py:937 geovisio/web/stac.py:340
|
|
233
233
|
#, python-format
|
|
@@ -935,3 +935,45 @@ msgstr ""
|
|
|
935
935
|
#: geovisio/web/items.py:1163
|
|
936
936
|
msgid "There is already a picture with the same index in the sequence"
|
|
937
937
|
msgstr "Er is al een foto met dezelfde index in de sequentie"
|
|
938
|
+
|
|
939
|
+
#: geovisio/web/params.py:359
|
|
940
|
+
msgid ""
|
|
941
|
+
"The status filter is not supported anymore, use the `show_deleted` parameter "
|
|
942
|
+
"instead if you need to query deleted collections"
|
|
943
|
+
msgstr ""
|
|
944
|
+
"De statusfilter wordt niet meer ondersteund, gebruik in de plaats de "
|
|
945
|
+
"`toon_verwijderd`-parameter indien je verwijderde collecties moet doorzoeken"
|
|
946
|
+
|
|
947
|
+
#: geovisio/web/params.py:354
|
|
948
|
+
msgid ""
|
|
949
|
+
"The status filter is not supported anymore, use the `visibility` filter "
|
|
950
|
+
"instead"
|
|
951
|
+
msgstr ""
|
|
952
|
+
"De statusfilter wordt niet meer ondersteund, gebruik in de plaats de "
|
|
953
|
+
"`zichtbaarheid`-filter"
|
|
954
|
+
|
|
955
|
+
#: geovisio/web/collections.py:704 geovisio/web/items.py:1350
|
|
956
|
+
msgid "Visibility and visible parameters are mutually exclusive parameters"
|
|
957
|
+
msgstr "Zichtbaarheid en zichtbare parameters kunnen niet samen gebruikt worden"
|
|
958
|
+
|
|
959
|
+
#: geovisio/web/collections.py:718 geovisio/web/items.py:1364
|
|
960
|
+
#: geovisio/web/upload_set.py:104 geovisio/web/upload_set.py:171
|
|
961
|
+
#: geovisio/web/users.py:364
|
|
962
|
+
msgid ""
|
|
963
|
+
"The logged-only visibility is not allowed on this instance since anybody can "
|
|
964
|
+
"create an account"
|
|
965
|
+
msgstr ""
|
|
966
|
+
"De “alleen ingelogd”-zichtbaarheid is niet toegelaten op deze instantie, "
|
|
967
|
+
"aangezien iedereen een account kan aanmaken"
|
|
968
|
+
|
|
969
|
+
#: geovisio/utils/pictures.py:464
|
|
970
|
+
msgid "Picture is not available (currently in processing)"
|
|
971
|
+
msgstr "Afbeelding is niet beschikbaar (momenteel in verwerking)"
|
|
972
|
+
|
|
973
|
+
#: geovisio/utils/upload_set.py:730
|
|
974
|
+
msgid "Impossible to add the picture to this uploadset"
|
|
975
|
+
msgstr "Afbeelding kan niet worden toegevoegd aan deze uploadset"
|
|
976
|
+
|
|
977
|
+
#: geovisio/web/collections.py:316
|
|
978
|
+
msgid "RSS format does not support deleted sequences"
|
|
979
|
+
msgstr "Het RSS-formaat ondersteund geen verwijderde sequenties"
|
|
Binary file
|
|
@@ -8,26 +8,29 @@ msgstr ""
|
|
|
8
8
|
"Project-Id-Version: PROJECT VERSION\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
|
10
10
|
"POT-Creation-Date: 2025-06-16 14:08+0200\n"
|
|
11
|
-
"PO-Revision-Date:
|
|
12
|
-
"Last-Translator:
|
|
13
|
-
"Language-Team:
|
|
11
|
+
"PO-Revision-Date: 2025-08-27 17:13+0000\n"
|
|
12
|
+
"Last-Translator: amelie crepin <amel.crepin@laposte.net>\n"
|
|
13
|
+
"Language-Team: Occitan <http://weblate.panoramax.xyz/projects/panoramax/api/"
|
|
14
|
+
"oc/>\n"
|
|
14
15
|
"Language: oc\n"
|
|
15
16
|
"MIME-Version: 1.0\n"
|
|
16
17
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
17
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
|
+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
20
|
+
"X-Generator: Weblate 5.4.3\n"
|
|
18
21
|
"Generated-By: Babel 2.17.0\n"
|
|
19
22
|
|
|
20
23
|
#: geovisio/templates/main.html:45
|
|
21
24
|
msgid "Simple 360° geolocated pictures hosting"
|
|
22
|
-
msgstr ""
|
|
25
|
+
msgstr "Estocatge simple de fòtos 360° geolocalizadas"
|
|
23
26
|
|
|
24
27
|
#: geovisio/templates/main.html:47
|
|
25
28
|
msgid "Full page version"
|
|
26
|
-
msgstr ""
|
|
29
|
+
msgstr "Version de pagina plena"
|
|
27
30
|
|
|
28
31
|
#: geovisio/templates/main.html:51
|
|
29
32
|
msgid "Viewer"
|
|
30
|
-
msgstr ""
|
|
33
|
+
msgstr "Visionària"
|
|
31
34
|
|
|
32
35
|
#: geovisio/templates/main.html:52
|
|
33
36
|
msgid "Embed pre-configured viewer"
|
|
Binary file
|