Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Handle HD point of view images for Treks, Sites and POIs #3298

Merged
merged 115 commits into from
Jan 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
115 commits
Select commit Hold shift + click to select a range
9587c76
Support python 3.8 and use django-large-image
Chatewgne Oct 17, 2022
83796ca
CI - Install python 3.8 on bionic
Chatewgne Oct 17, 2022
3f6cd39
CI - Install python 3.8 on bionic
Chatewgne Oct 17, 2022
b6c388e
Remove PPA deadsnake from CI
Chatewgne Oct 18, 2022
2e3a381
Add HD View Point model
Chatewgne Oct 19, 2022
76d1593
Implement HDViewPoint creation and detail view
Chatewgne Oct 19, 2022
68ada02
Link HD View Point with Trek
Chatewgne Oct 19, 2022
11df531
Implement Update, Delete, and Detail views for HD View Points
Chatewgne Oct 19, 2022
0c95fee
Enable django-large-image
Chatewgne Oct 20, 2022
84db9c7
Display tiled image in HDViewPoint detail view
Chatewgne Oct 20, 2022
41eaa07
Rename GeoJS viewer
Chatewgne Oct 20, 2022
1e5a837
Remove creator for HDViewPoint model
Chatewgne Oct 20, 2022
eea5d7f
Improve list of HDViewPoints in related object detail view
Chatewgne Oct 20, 2022
8c62f89
Do not display table headers when no rows
Chatewgne Oct 24, 2022
d421319
Fix error 400 on tile endpoints
Chatewgne Nov 2, 2022
a35e917
Add HDViewPoints to APIv2
Chatewgne Nov 7, 2022
44a7aef
Schedule viewer load after map and add spinner
Chatewgne Nov 9, 2022
32c9436
Improve HDViewPoint viewer
Chatewgne Nov 21, 2022
ca1dddb
Use display name for related object in HD View Point detail page
Chatewgne Nov 22, 2022
1894017
Merge branch 'master' into dev_verticality
Chatewgne Nov 22, 2022
07551fe
Fix merge
Chatewgne Nov 22, 2022
66efcb0
Fix error 500 on metadata
Chatewgne Nov 22, 2022
ca291a1
Draft for annotations widget
Chatewgne Nov 22, 2022
2b54914
Merge branch 'master' into dev_verticality
Chatewgne Nov 23, 2022
e67bff9
Clean annotations widget script
Chatewgne Nov 23, 2022
7acee20
Align widget edit pictograms
Chatewgne Nov 23, 2022
b93bfe1
Displayed stored annotations on HD View Point viewer
Chatewgne Nov 23, 2022
9fddf21
Codestyle
Chatewgne Nov 23, 2022
31b1e3b
Update APIv2 trek list test with view points
Chatewgne Nov 23, 2022
97e4a0c
Use settings SRID in migration
Chatewgne Nov 23, 2022
7d58d68
Add test for HDViewPoint creation
Chatewgne Nov 24, 2022
cbf4207
Add tests for APIv2 HDViewPoint
Chatewgne Nov 24, 2022
011ccaa
Add tests for APIv2 HDViewPoint update and delete
Chatewgne Nov 28, 2022
3761d83
Handle permissions on HD Views
Chatewgne Nov 29, 2022
2fdab2d
Delete form for HD Views redirects to related object
Chatewgne Nov 30, 2022
b9897ca
Handle permissions on HD Views tiles endpoint
Chatewgne Dec 1, 2022
7e9ad65
Merge branch 'master' into dev_verticality
Chatewgne Dec 2, 2022
bcc508f
Update date_update on HD View Points related objects when modified
Chatewgne Dec 2, 2022
6c76d0b
Add test for trek date_update changes on HD Views modification
Chatewgne Dec 2, 2022
a10acf9
Add libvips to debian dependencies
Chatewgne Dec 2, 2022
5bd7bea
Add test image
Chatewgne Dec 2, 2022
4e615c0
Merge branch 'master' into dev_verticality
Chatewgne Dec 2, 2022
168b9b3
Add libvips to CI
Chatewgne Dec 5, 2022
9b56536
Add icons for HD view points
Chatewgne Dec 5, 2022
f276868
Diminish HD view point viewer size
Chatewgne Dec 5, 2022
3e18a82
Add admin list view for HD view points
Chatewgne Dec 5, 2022
df966a9
Clean
Chatewgne Dec 5, 2022
f688fe9
Clean, add tests
Chatewgne Dec 5, 2022
439c199
Add test for HD Views admin list
Chatewgne Dec 6, 2022
42a2380
Code review
Chatewgne Dec 6, 2022
034c794
Remove unused import
Chatewgne Dec 6, 2022
a71a712
Try removing manual install of packages in dependencies
Chatewgne Dec 6, 2022
0e319db
Update tests
Chatewgne Dec 6, 2022
6629799
Add HD views to sites
Chatewgne Dec 8, 2022
999ef0c
Add APIv2 test for HD views
Chatewgne Dec 8, 2022
d92645a
Fix add HD views to sites and POIs in API
Chatewgne Dec 8, 2022
1339a26
Merge branch 'master' into dev_verticality
Chatewgne Dec 8, 2022
624d1cd
Fix merge
Chatewgne Dec 8, 2022
8454af5
Create form for annotations on HD Views
Chatewgne Dec 9, 2022
846054c
Remove unused imports
Chatewgne Dec 9, 2022
956b8f9
:art: Style annotations form
Chatewgne Dec 12, 2022
05cf2ca
:recycle: Move GeoJS script to dedicated file
Chatewgne Dec 12, 2022
85f535d
:sparkles: Display HD views count in navigation tabs
Chatewgne Dec 12, 2022
081e028
:dizzy: Open HD View detail page in same tab
Chatewgne Dec 12, 2022
4df8679
:sparkles: Add tooltip for HD views explanation (with placeholder text)
Chatewgne Dec 12, 2022
e5f2236
:dizzy: Ensure history tab pictogram for HD views is always displayed
Chatewgne Dec 12, 2022
2cb0bca
:lipstick: Click anywhere on annotation row to edit name
Chatewgne Dec 12, 2022
9974fdd
:dizzy: Display proper title in HD Views annotation form page
Chatewgne Dec 13, 2022
6d6cf6a
:sparkles: Replace tooltip placeholder with actual text
Chatewgne Dec 14, 2022
c6a2f61
:sparkles: Add HD Views thumbnail url to APIv2
Chatewgne Dec 14, 2022
e3df9d1
:white_check_mark: Add test for Annotation Form
Chatewgne Dec 14, 2022
57e446a
:white_check_mark: Add test for HD Views icons
Chatewgne Dec 14, 2022
e96e444
:white_check_mark: Add test for HD Views annotation view
Chatewgne Dec 14, 2022
1d93a90
:sparkles: Serve right URL for HD Views generic tiles in APIv2
Chatewgne Dec 14, 2022
ab1bdf7
:twisted_rightwards_arrows: Merge branch 'master' into dev_verticality
Chatewgne Dec 14, 2022
f762555
:white_check_mark: Add APIv2 test for HD Views linked to Site
Chatewgne Dec 14, 2022
490ba7d
:white_check_mark: Add test for HD Views same structure check
Chatewgne Dec 14, 2022
902f940
:fire: Remove unused check
Chatewgne Dec 15, 2022
c84acf4
:white_check_mark: Add test for HD Views detail page access
Chatewgne Dec 15, 2022
f210b9e
:globe_with_meridians: Register translation fields for HD Views
Chatewgne Dec 15, 2022
f2c0227
:white_check_mark: Add test for HD Views API ViewSet
Chatewgne Dec 15, 2022
caf3e91
:zap: Add prefetch_related for HD Views querysets
Chatewgne Dec 16, 2022
6b81c8b
:memo: Add changelog
Chatewgne Dec 16, 2022
f9c72d9
:dizzy: Update nginx conf to allow uploading big image files
Chatewgne Dec 19, 2022
f64da3c
:memo: Update changelog with issue number
Chatewgne Dec 19, 2022
ee8f124
:art: Code review
Chatewgne Dec 19, 2022
1f1576c
:dizzy: Display HD views annotation form buttons above viewer
Chatewgne Dec 19, 2022
8bf8316
:art: Merge migrations
Chatewgne Dec 19, 2022
96e6103
:recycle: Refactor APIv2 serializers for `date_insert` and `date_update`
Chatewgne Dec 19, 2022
a8b4297
:dizzy: Display HD views annotation form buttons above viewer
Chatewgne Dec 19, 2022
fb5cf9c
:dizzy: Add link to detail page in HD Views fragment
Chatewgne Dec 19, 2022
6dcdbb9
:lipstick: Validate geometry changes in annotations form
Chatewgne Dec 20, 2022
2efcb97
:memo: Update changelog with nginx changes
Chatewgne Dec 20, 2022
e9e84c5
:recycle: Refactor HD Views using `MapEntityMixin`
Chatewgne Dec 20, 2022
22da976
:recycle: Refactor HD Views using `MapEntityMixin`
Chatewgne Dec 20, 2022
96a5748
:recycle: Refactor HD Views using `MapEntityMixin`
Chatewgne Dec 20, 2022
ba0199d
:globe_with_meridians: Update translations
Chatewgne Dec 15, 2022
1f139c1
:globe_with_meridians: Update translations
Chatewgne Dec 15, 2022
54ddddc
:globe_with_meridians: Update translations
Chatewgne Dec 16, 2022
9ff745e
:twisted_rightwards_arrows: Fix merge
Chatewgne Dec 20, 2022
7715b12
:twisted_rightwards_arrows: Fix merge
Chatewgne Dec 20, 2022
21fbe26
:white_check_mark: Add tests for HD Views API ViewSet and Serializer
Chatewgne Dec 21, 2022
0adaaea
:white_check_mark: Add tests for HD Views API ViewSet and Serializer
Chatewgne Dec 21, 2022
239da32
:twisted_rightwards_arrows: Merge branch 'master' into dev_verticality
Chatewgne Dec 21, 2022
323e5d2
:twisted_rightwards_arrows: Merge branch 'dev_verticality' into trans…
Chatewgne Dec 21, 2022
06acf58
:art: Codestyle
Chatewgne Dec 21, 2022
2f5ed04
:twisted_rightwards_arrows: Merge branch 'dev_verticality' into trans…
Chatewgne Dec 21, 2022
e166638
:twisted_rightwards_arrows: Fix merge
Chatewgne Dec 21, 2022
dcda6cd
:sparkles: Update SQL defaults file for HD Views
Chatewgne Jan 3, 2023
c65a6c9
:sparkles: Add setting to disable HD Views in templates
Chatewgne Jan 4, 2023
b054ff5
:memo: Update changelog with nginx warning
Chatewgne Jan 16, 2023
0c3ef7f
Merge branch 'master' into dev_verticality
Chatewgne Jan 31, 2023
21246a3
Merge branch 'dev_verticality' into trans_dev_verticality
Chatewgne Jan 31, 2023
dc51fec
Merge pull request #3367 from GeotrekCE/trans_dev_verticality
Chatewgne Jan 31, 2023
9fe81ad
:arrow_up: Update requirements
Chatewgne Jan 31, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf/nginx.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ server {
access_log /var/log/nginx/geotrek_access.log;
error_log /var/log/nginx/geotrek_error.log;

client_max_body_size 10M;
client_max_body_size 200M;

location /static {
expires 1d;
Expand Down
13 changes: 11 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ CHANGELOG
2.95.0+dev (XXXX-XX-XX)
-----------------------

**Minor improvements**
**New feature**

- APIDAE Trek Parser output now shows APIDAE IDs of entities triggering warnings during import
- Handle very high resolution images (HD Views) that will automatically be tiled, for ``Trek``, ``POI`` and ``Site`` (#3378)
- Handle annotations on HD Views (points, lines, polygons and text)
Chatewgne marked this conversation as resolved.
Show resolved Hide resolved

**Improvements**

- APIDAE Trek Parser output now shows APIDAE IDs of entities triggering warnings during import
- Update maximum request size in Nginx from 10M to 200M to allow uploading HD pictures (#3378)

**Bug fixes**

Expand All @@ -25,6 +30,10 @@ CHANGELOG
- Dependency graph is now checked in CI (see docs/contribute/development to how add a new dependency).
- New git pre-commit hook to check all is alright before commit (see docs/contribute/development).

**Warning**

- The default Nginx configuration template has been improved (https://github.com/GeotrekCE/Geotrek-admin/pull/3298/commits/f9c72d95c1fd7eee2dee26dc73a5927966a812bf) to allow uploading big images. It is highly recommanded to apply changes to your Nginx configuration template (in /opt/geotrek-admin/var/conf/nginx.conf.in).


2.95.0 (2023-01-24)
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion geotrek/altimetry/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-03 13:51+0000\n"
"POT-Creation-Date: 2022-12-16 09:52+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion geotrek/altimetry/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-03 13:51+0000\n"
"POT-Creation-Date: 2022-12-16 09:52+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion geotrek/altimetry/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-03 13:51+0000\n"
"POT-Creation-Date: 2022-12-16 09:52+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion geotrek/altimetry/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-03 13:51+0000\n"
"POT-Creation-Date: 2022-12-16 09:52+0000\n"
"PO-Revision-Date: 2015-10-06 12:11+0100\n"
"Language-Team: \n"
"Language: fr\n"
Expand Down
2 changes: 1 addition & 1 deletion geotrek/altimetry/locale/it/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-03 13:51+0000\n"
"POT-Creation-Date: 2022-12-16 09:52+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion geotrek/altimetry/locale/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-03 13:51+0000\n"
"POT-Creation-Date: 2022-12-16 09:52+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
10 changes: 5 additions & 5 deletions geotrek/api/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-03 13:51+0000\n"
"POT-Creation-Date: 2022-12-16 09:52+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -230,7 +230,7 @@ msgid "Trek"
msgstr ""

msgid ""
"Filter by a trek id. It will show only the sensitive areas related to this "
"Filter by a trek id. It will show only the sensitive areas intersecting this "
"trek."
msgstr ""

Expand Down Expand Up @@ -338,13 +338,13 @@ msgstr ""
msgid "Filter by one or more category id, comma-separated."
msgstr ""

msgid "Filter events on bookable boolean : true/false expected"
msgid "Filter by one or more Place id, comma-separated."
msgstr ""

msgid "Filter events on cancelled boolean : true/false expected"
msgid "Filter events on bookable boolean : true/false expected"
msgstr ""

msgid "Filter by one or more Place id, comma-separated."
msgid "Filter events on cancelled boolean : true/false expected"
msgstr ""

msgid "Dates before"
Expand Down
10 changes: 5 additions & 5 deletions geotrek/api/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-03 13:51+0000\n"
"POT-Creation-Date: 2022-12-16 09:52+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -230,7 +230,7 @@ msgid "Trek"
msgstr ""

msgid ""
"Filter by a trek id. It will show only the sensitive areas related to this "
"Filter by a trek id. It will show only the sensitive areas intersecting this "
"trek."
msgstr ""

Expand Down Expand Up @@ -338,13 +338,13 @@ msgstr ""
msgid "Filter by one or more category id, comma-separated."
msgstr ""

msgid "Filter events on bookable boolean : true/false expected"
msgid "Filter by one or more Place id, comma-separated."
msgstr ""

msgid "Filter events on cancelled boolean : true/false expected"
msgid "Filter events on bookable boolean : true/false expected"
msgstr ""

msgid "Filter by one or more Place id, comma-separated."
msgid "Filter events on cancelled boolean : true/false expected"
msgstr ""

msgid "Dates before"
Expand Down
10 changes: 5 additions & 5 deletions geotrek/api/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-03 13:51+0000\n"
"POT-Creation-Date: 2022-12-16 09:52+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -230,7 +230,7 @@ msgid "Trek"
msgstr ""

msgid ""
"Filter by a trek id. It will show only the sensitive areas related to this "
"Filter by a trek id. It will show only the sensitive areas intersecting this "
"trek."
msgstr ""

Expand Down Expand Up @@ -338,13 +338,13 @@ msgstr ""
msgid "Filter by one or more category id, comma-separated."
msgstr ""

msgid "Filter events on bookable boolean : true/false expected"
msgid "Filter by one or more Place id, comma-separated."
msgstr ""

msgid "Filter events on cancelled boolean : true/false expected"
msgid "Filter events on bookable boolean : true/false expected"
msgstr ""

msgid "Filter by one or more Place id, comma-separated."
msgid "Filter events on cancelled boolean : true/false expected"
msgstr ""

msgid "Dates before"
Expand Down
19 changes: 12 additions & 7 deletions geotrek/api/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-03 13:51+0000\n"
"POT-Creation-Date: 2022-12-16 09:52+0000\n"
"PO-Revision-Date: 2020-10-20 16:33+0000\n"
"Last-Translator: Bastien Potiron <[email protected]>\n"
"Language-Team: French <https://weblate.makina-corpus.net/projects/geotrek-"
Expand Down Expand Up @@ -243,7 +243,7 @@ msgid "Trek"
msgstr "Itinéraire"

msgid ""
"Filter by a trek id. It will show only the sensitive areas related to this "
"Filter by a trek id. It will show only the sensitive areas intersecting this "
"trek."
msgstr ""
"Filtrer par l'id d'un itinéraire. Le filtre n'affichera que les zones "
Expand Down Expand Up @@ -374,15 +374,16 @@ msgstr "Catégories"
msgid "Filter by one or more category id, comma-separated."
msgstr "Filtrer par un ou plusieurs id de catégorie, séparés par des virgules."

msgid "Filter by one or more Place id, comma-separated."
msgstr ""
"Filtrer par un ou plusieurs id de lieu d'évènement, séparés par des virgules."

msgid "Filter events on bookable boolean : true/false expected"
msgstr "Filtre les évènements réservables : true/false attendu"

msgid "Filter events on cancelled boolean : true/false expected"
msgstr "Filtre sur les évènements annulés : true/false attendu"

msgid "Filter by one or more Place id, comma-separated."
msgstr "Filtrer par un ou plusieurs id de lieu d'évènement, séparés par des virgules."

msgid "Dates before"
msgstr ""

Expand Down Expand Up @@ -616,9 +617,13 @@ msgstr "Données altimétriques non disponibles"
msgid ""
"This field is deprecated and will be removed in next releases. Please start "
"using 'start_time'"
msgstr "Ce champ est déprécié et sera retiré dans de prochaines releases, merci d'utiliser 'start_time' à la place."
msgstr ""
"Ce champ est déprécié et sera retiré dans de prochaines releases, merci "
"d'utiliser 'start_time' à la place."

msgid ""
"This field is deprecated and will be removed in next releases. Please start "
"using 'capacity'"
msgstr "Ce champ est déprécié et sera retiré dans de prochaines releases, merci d'utiliser 'capacity' à la place."
msgstr ""
"Ce champ est déprécié et sera retiré dans de prochaines releases, merci "
"d'utiliser 'capacity' à la place."
10 changes: 5 additions & 5 deletions geotrek/api/locale/it/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-03 13:51+0000\n"
"POT-Creation-Date: 2022-12-16 09:52+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -230,7 +230,7 @@ msgid "Trek"
msgstr ""

msgid ""
"Filter by a trek id. It will show only the sensitive areas related to this "
"Filter by a trek id. It will show only the sensitive areas intersecting this "
"trek."
msgstr ""

Expand Down Expand Up @@ -338,13 +338,13 @@ msgstr ""
msgid "Filter by one or more category id, comma-separated."
msgstr ""

msgid "Filter events on bookable boolean : true/false expected"
msgid "Filter by one or more Place id, comma-separated."
msgstr ""

msgid "Filter events on cancelled boolean : true/false expected"
msgid "Filter events on bookable boolean : true/false expected"
msgstr ""

msgid "Filter by one or more Place id, comma-separated."
msgid "Filter events on cancelled boolean : true/false expected"
msgstr ""

msgid "Dates before"
Expand Down
10 changes: 5 additions & 5 deletions geotrek/api/locale/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-03 13:51+0000\n"
"POT-Creation-Date: 2022-12-16 09:52+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -230,7 +230,7 @@ msgid "Trek"
msgstr ""

msgid ""
"Filter by a trek id. It will show only the sensitive areas related to this "
"Filter by a trek id. It will show only the sensitive areas intersecting this "
"trek."
msgstr ""

Expand Down Expand Up @@ -338,13 +338,13 @@ msgstr ""
msgid "Filter by one or more category id, comma-separated."
msgstr ""

msgid "Filter events on bookable boolean : true/false expected"
msgid "Filter by one or more Place id, comma-separated."
msgstr ""

msgid "Filter events on cancelled boolean : true/false expected"
msgid "Filter events on bookable boolean : true/false expected"
msgstr ""

msgid "Filter by one or more Place id, comma-separated."
msgid "Filter events on cancelled boolean : true/false expected"
msgstr ""

msgid "Dates before"
Expand Down
Loading