@eeacms/volto-cca-policy 0.3.89 → 0.3.91

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 (36) hide show
  1. package/CHANGELOG.md +29 -2
  2. package/locales/bg/LC_MESSAGES/volto.po +8 -1
  3. package/locales/cs/LC_MESSAGES/volto.po +8 -1
  4. package/locales/da/LC_MESSAGES/volto.po +8 -1
  5. package/locales/de/LC_MESSAGES/volto.po +8 -1
  6. package/locales/eea.climateadapt.pot +3 -0
  7. package/locales/el/LC_MESSAGES/volto.po +8 -1
  8. package/locales/en/LC_MESSAGES/volto.po +8 -0
  9. package/locales/es/LC_MESSAGES/volto.po +8 -1
  10. package/locales/et/LC_MESSAGES/volto.po +8 -1
  11. package/locales/fi/LC_MESSAGES/volto.po +8 -1
  12. package/locales/fr/LC_MESSAGES/volto.po +31 -24
  13. package/locales/ga/LC_MESSAGES/volto.po +8 -1
  14. package/locales/hr/LC_MESSAGES/volto.po +8 -1
  15. package/locales/hu/LC_MESSAGES/volto.po +8 -1
  16. package/locales/is/LC_MESSAGES/volto.po +8 -1
  17. package/locales/it/LC_MESSAGES/volto.po +8 -1
  18. package/locales/lt/LC_MESSAGES/volto.po +8 -1
  19. package/locales/lv/LC_MESSAGES/volto.po +20 -13
  20. package/locales/mt/LC_MESSAGES/volto.po +8 -1
  21. package/locales/nl/LC_MESSAGES/volto.po +9 -2
  22. package/locales/nn/LC_MESSAGES/volto.po +8 -1
  23. package/locales/pl/LC_MESSAGES/volto.po +8 -1
  24. package/locales/pt/LC_MESSAGES/volto.po +8 -1
  25. package/locales/ro/LC_MESSAGES/volto.po +9 -2
  26. package/locales/sk/LC_MESSAGES/volto.po +8 -1
  27. package/locales/sl/LC_MESSAGES/volto.po +8 -1
  28. package/locales/sv/LC_MESSAGES/volto.po +8 -1
  29. package/locales/tr/LC_MESSAGES/volto.po +8 -1
  30. package/locales/volto.pot +4 -1
  31. package/package.json +1 -1
  32. package/src/components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters.jsx +5 -5
  33. package/src/components/manage/Blocks/Listing/OrganisationCardsListingView.jsx +12 -4
  34. package/src/components/manage/Blocks/Listing/styles.less +0 -6
  35. package/src/index.js +1 -1
  36. package/src/messages.js +96 -0
package/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
- ### [0.3.89](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.1...0.3.89) - 18 November 2025
7
+ ### [0.3.91](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.1...0.3.91) - 2 December 2025
8
8
 
9
9
  #### :rocket: Dependency updates
10
10
 
@@ -26,6 +26,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
26
26
 
27
27
  #### :nail_care: Enhancements
28
28
 
29
+ - change: update menu layout - refs #294274 [kreafox - [`984cbdf`](https://github.com/eea/volto-cca-policy/commit/984cbdfd8694f52416199a1bfef064fc22ad7ea9)]
29
30
  - change: cleanup, css fix [kreafox - [`cd1f97f`](https://github.com/eea/volto-cca-policy/commit/cd1f97f65b0549188ec336820c517e45ea728f47)]
30
31
  - change: remove website and contribution links from organisation cards, use semantic cards - refs #294273 [kreafox - [`7cffbca`](https://github.com/eea/volto-cca-policy/commit/7cffbca5cc2d422120b08fd683d5235f368256ce)]
31
32
  - change(mission): update download fields for CSV export for mission funding search - refs #293691 [kreafox - [`7451c66`](https://github.com/eea/volto-cca-policy/commit/7451c6698a4160e580e39cb4b38a87cf38dd49d8)]
@@ -42,6 +43,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
42
43
 
43
44
  #### :house: Internal changes
44
45
 
46
+ - style: improve organisation cards [kreafox - [`6ddd344`](https://github.com/eea/volto-cca-policy/commit/6ddd344ec2486355c15866e51fd33fc4e00c3ba9)]
45
47
  - style: Automated code fix [eea-jenkins - [`ef718da`](https://github.com/eea/volto-cca-policy/commit/ef718da674d72d1f3614593f7381fb422792eece)]
46
48
  - style: cleanup [kreafox - [`142f706`](https://github.com/eea/volto-cca-policy/commit/142f7069f84d1b8460cc6b133e0864f85ad6bc41)]
47
49
  - style: Automated code fix [eea-jenkins - [`654e225`](https://github.com/eea/volto-cca-policy/commit/654e2256d7b0e96d14ae48ae2e7fbe22ab5c9098)]
@@ -53,6 +55,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
53
55
 
54
56
  #### :hammer_and_wrench: Others
55
57
 
58
+ - Refs #290863 - update message key [iugin - [`871b61c`](https://github.com/eea/volto-cca-policy/commit/871b61cea7070ff5ca6d303dcf5ecaf2fdd4e965)]
59
+ - Refs #290863 - add translations [iugin - [`63dfc08`](https://github.com/eea/volto-cca-policy/commit/63dfc08243aa19dec5c92d800b22ed739f2f0f75)]
56
60
  - test: try to use specific version for plone-backend [kreafox - [`79c542e`](https://github.com/eea/volto-cca-policy/commit/79c542e8d55d2f1663b768c555880599634ae527)]
57
61
  - test(mission): add unit tests for NoDataReported and StatisticSection components [kreafox - [`36c6e36`](https://github.com/eea/volto-cca-policy/commit/36c6e36278124759240c896786f2ac0c20674730)]
58
62
  - test: resolve Jest errors in component tests [kreafox - [`6dbb735`](https://github.com/eea/volto-cca-policy/commit/6dbb73540e8301fcb42a4d52db7004f5a42db4d8)]
@@ -143,7 +147,30 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
143
147
  - Add some loadable for components [Tiberiu Ichim - [`1793962`](https://github.com/eea/volto-cca-policy/commit/179396211c66a6a2465b2d1b6c0f2afc40fc7189)]
144
148
  - Refs #284961 - test [Tripon Eugen - [`c989f1f`](https://github.com/eea/volto-cca-policy/commit/c989f1f8638c0c5233c5c49f8673c9a2cdc7937e)]
145
149
  - Refs #284961 - add translations [Tripon Eugen - [`04ee988`](https://github.com/eea/volto-cca-policy/commit/04ee988c086d393b9b37ce1ea8d24f5e84f266aa)]
146
- ### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.88...1.0.0-alpha.0) - 15 July 2025
150
+ ### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.90...1.0.0-alpha.0) - 15 July 2025
151
+
152
+ ### [0.3.90](https://github.com/eea/volto-cca-policy/compare/0.3.89...0.3.90) - 20 November 2025
153
+
154
+ #### :nail_care: Enhancements
155
+
156
+ - change: update menu layout - refs #294274 [kreafox - [`984cbdf`](https://github.com/eea/volto-cca-policy/commit/984cbdfd8694f52416199a1bfef064fc22ad7ea9)]
157
+
158
+ #### :house: Internal changes
159
+
160
+ - style: improve organisation cards [kreafox - [`6ddd344`](https://github.com/eea/volto-cca-policy/commit/6ddd344ec2486355c15866e51fd33fc4e00c3ba9)]
161
+
162
+ ### [0.3.89](https://github.com/eea/volto-cca-policy/compare/0.3.88...0.3.89) - 19 November 2025
163
+
164
+ #### :nail_care: Enhancements
165
+
166
+ - change: cleanup, css fix [kreafox - [`cd1f97f`](https://github.com/eea/volto-cca-policy/commit/cd1f97f65b0549188ec336820c517e45ea728f47)]
167
+ - change: remove website and contribution links from organisation cards, use semantic cards - refs #294273 [kreafox - [`7cffbca`](https://github.com/eea/volto-cca-policy/commit/7cffbca5cc2d422120b08fd683d5235f368256ce)]
168
+
169
+ #### :house: Internal changes
170
+
171
+ - style: Automated code fix [eea-jenkins - [`ef718da`](https://github.com/eea/volto-cca-policy/commit/ef718da674d72d1f3614593f7381fb422792eece)]
172
+ - style: cleanup [kreafox - [`142f706`](https://github.com/eea/volto-cca-policy/commit/142f7069f84d1b8460cc6b133e0864f85ad6bc41)]
173
+ - style: Automated code fix [eea-jenkins - [`654e225`](https://github.com/eea/volto-cca-policy/commit/654e2256d7b0e96d14ae48ae2e7fbe22ab5c9098)]
147
174
 
148
175
  ### [0.3.88](https://github.com/eea/volto-cca-policy/compare/0.3.87...0.3.88) - 10 November 2025
149
176
 
@@ -1,4 +1,3 @@
1
- #.
2
1
  msgid ""
3
2
  msgstr ""
4
3
  "Project-Id-Version: \n"
@@ -799,16 +798,19 @@ msgid "Replace existing file"
799
798
  msgstr "Замяна на съществуващ файл"
800
799
 
801
800
  #. Default: "Search the Climate-ADAPT database"
801
+ #: index
802
802
  #: messages
803
803
  msgid "Search the Climate-ADAPT database"
804
804
  msgstr "Търсете в базата данни Climate-ADAPT"
805
805
 
806
806
  #. Default: "Search the EU Mission on Adaptation"
807
+ #: index
807
808
  #: messages
808
809
  msgid "Search the EU Mission on Adaptation"
809
810
  msgstr "Потърсете в Мисията на ЕС за адаптация"
810
811
 
811
812
  #. Default: "Search the Observatory Resource Catalogue..."
813
+ #: index
812
814
  #: messages
813
815
  msgid "Search the Observatory Resource Catalogue..."
814
816
  msgstr "Търсете в каталога с ресурси на обсерваторията..."
@@ -4036,3 +4038,8 @@ msgstr "сортиране_по"
4036
4038
  #: ../../climateadapt/browser/pt-overrides/plone.app.search.search.pt:541
4037
4039
  msgid "text_searchitem_location"
4038
4040
  msgstr "text_searchitem_location"
4041
+
4042
+ #. undefined
4043
+
4044
+ msgid "Biodiversity protection"
4045
+ msgstr "Защита на биоразнообразието"
@@ -1,4 +1,3 @@
1
- #.
2
1
  msgid ""
3
2
  msgstr ""
4
3
  "Project-Id-Version: \n"
@@ -799,16 +798,19 @@ msgid "Replace existing file"
799
798
  msgstr "Nahradit existující soubor"
800
799
 
801
800
  #. Default: "Search the Climate-ADAPT database"
801
+ #: index
802
802
  #: messages
803
803
  msgid "Search the Climate-ADAPT database"
804
804
  msgstr "Prohledejte databázi Climate-ADAPT"
805
805
 
806
806
  #. Default: "Search the EU Mission on Adaptation"
807
+ #: index
807
808
  #: messages
808
809
  msgid "Search the EU Mission on Adaptation"
809
810
  msgstr "Hledejte misi EU pro přizpůsobení"
810
811
 
811
812
  #. Default: "Search the Observatory Resource Catalogue..."
813
+ #: index
812
814
  #: messages
813
815
  msgid "Search the Observatory Resource Catalogue..."
814
816
  msgstr "Prohledejte katalog zdrojů observatoře..."
@@ -4036,3 +4038,8 @@ msgstr "sort_by"
4036
4038
  #: ../../climateadapt/browser/pt-overrides/plone.app.search.search.pt:541
4037
4039
  msgid "text_searchitem_location"
4038
4040
  msgstr ""
4041
+
4042
+ #. undefined
4043
+
4044
+ msgid "Biodiversity protection"
4045
+ msgstr "Ochrana biodiverzity"
@@ -1,4 +1,3 @@
1
- #.
2
1
  msgid ""
3
2
  msgstr ""
4
3
  "Project-Id-Version: \n"
@@ -799,16 +798,19 @@ msgid "Replace existing file"
799
798
  msgstr "Erstat eksisterende fil"
800
799
 
801
800
  #. Default: "Search the Climate-ADAPT database"
801
+ #: index
802
802
  #: messages
803
803
  msgid "Search the Climate-ADAPT database"
804
804
  msgstr "Søg i Climate-ADAPT-databasen"
805
805
 
806
806
  #. Default: "Search the EU Mission on Adaptation"
807
+ #: index
807
808
  #: messages
808
809
  msgid "Search the EU Mission on Adaptation"
809
810
  msgstr "Søg i EU's mission for tilpasning"
810
811
 
811
812
  #. Default: "Search the Observatory Resource Catalogue..."
813
+ #: index
812
814
  #: messages
813
815
  msgid "Search the Observatory Resource Catalogue..."
814
816
  msgstr "Søg i Observatory Resource Catalogue..."
@@ -4036,3 +4038,8 @@ msgstr "sorter_efter"
4036
4038
  #: ../../climateadapt/browser/pt-overrides/plone.app.search.search.pt:541
4037
4039
  msgid "text_searchitem_location"
4038
4040
  msgstr "text_searchitem_location"
4041
+
4042
+ #. undefined
4043
+
4044
+ msgid "Biodiversity protection"
4045
+ msgstr "Beskyttelse af biodiversitet"
@@ -1,4 +1,3 @@
1
- #.
2
1
  msgid ""
3
2
  msgstr ""
4
3
  "Project-Id-Version: \n"
@@ -799,16 +798,19 @@ msgid "Replace existing file"
799
798
  msgstr "Vorhandene Datei ersetzen"
800
799
 
801
800
  #. Default: "Search the Climate-ADAPT database"
801
+ #: index
802
802
  #: messages
803
803
  msgid "Search the Climate-ADAPT database"
804
804
  msgstr "Durchsuchen Sie die Climate-ADAPT-Datenbank"
805
805
 
806
806
  #. Default: "Search the EU Mission on Adaptation"
807
+ #: index
807
808
  #: messages
808
809
  msgid "Search the EU Mission on Adaptation"
809
810
  msgstr "Durchsuchen Sie die EU-Mission zur Anpassung"
810
811
 
811
812
  #. Default: "Search the Observatory Resource Catalogue..."
813
+ #: index
812
814
  #: messages
813
815
  msgid "Search the Observatory Resource Catalogue..."
814
816
  msgstr "Durchsuchen Sie den Ressourcenkatalog des Observatoriums..."
@@ -4036,3 +4038,8 @@ msgstr "Sortieren nach"
4036
4038
  #: ../../climateadapt/browser/pt-overrides/plone.app.search.search.pt:541
4037
4039
  msgid "text_searchitem_location"
4038
4040
  msgstr "text_searchitem_location"
4041
+
4042
+ #. undefined
4043
+
4044
+ msgid "Biodiversity protection"
4045
+ msgstr "Schutz der biologischen Vielfalt"
@@ -1898,3 +1898,6 @@ msgstr ""
1898
1898
  #: ../../climateadapt/browser/pt-overrides/plone.app.search.search.pt:541
1899
1899
  msgid "text_searchitem_location"
1900
1900
  msgstr ""
1901
+
1902
+ msgid "Biodiversity protection"
1903
+ msgstr ""
@@ -1,4 +1,3 @@
1
- #.
2
1
  msgid ""
3
2
  msgstr ""
4
3
  "Project-Id-Version: \n"
@@ -799,16 +798,19 @@ msgid "Replace existing file"
799
798
  msgstr "Αντικατάσταση υπάρχοντος αρχείου"
800
799
 
801
800
  #. Default: "Search the Climate-ADAPT database"
801
+ #: index
802
802
  #: messages
803
803
  msgid "Search the Climate-ADAPT database"
804
804
  msgstr "Αναζητήστε τη βάση δεδομένων Climate-ADAPT"
805
805
 
806
806
  #. Default: "Search the EU Mission on Adaptation"
807
+ #: index
807
808
  #: messages
808
809
  msgid "Search the EU Mission on Adaptation"
809
810
  msgstr "Αναζητήστε την αποστολή της ΕΕ για την προσαρμογή"
810
811
 
811
812
  #. Default: "Search the Observatory Resource Catalogue..."
813
+ #: index
812
814
  #: messages
813
815
  msgid "Search the Observatory Resource Catalogue..."
814
816
  msgstr "Αναζήτηση στον Κατάλογο Πόρων του Παρατηρητηρίου..."
@@ -4036,3 +4038,8 @@ msgstr "ταξινόμηση_κατά"
4036
4038
  #: ../../climateadapt/browser/pt-overrides/plone.app.search.search.pt:541
4037
4039
  msgid "text_searchitem_location"
4038
4040
  msgstr "text_searchitem_location"
4041
+
4042
+ #. undefined
4043
+
4044
+ msgid "Biodiversity protection"
4045
+ msgstr "Προστασία της βιοποικιλότητας"
@@ -798,16 +798,19 @@ msgid "Replace existing file"
798
798
  msgstr ""
799
799
 
800
800
  #. Default: "Search the Climate-ADAPT database"
801
+ #: index
801
802
  #: messages
802
803
  msgid "Search the Climate-ADAPT database"
803
804
  msgstr ""
804
805
 
805
806
  #. Default: "Search the EU Mission on Adaptation"
807
+ #: index
806
808
  #: messages
807
809
  msgid "Search the EU Mission on Adaptation"
808
810
  msgstr ""
809
811
 
810
812
  #. Default: "Search the Observatory Resource Catalogue..."
813
+ #: index
811
814
  #: messages
812
815
  msgid "Search the Observatory Resource Catalogue..."
813
816
  msgstr ""
@@ -4035,3 +4038,8 @@ msgstr ""
4035
4038
  #: ../../climateadapt/browser/pt-overrides/plone.app.search.search.pt:541
4036
4039
  msgid "text_searchitem_location"
4037
4040
  msgstr ""
4041
+
4042
+ #. undefined
4043
+
4044
+ msgid "Biodiversity protection"
4045
+ msgstr ""
@@ -1,4 +1,3 @@
1
- #.
2
1
  msgid ""
3
2
  msgstr ""
4
3
  "Project-Id-Version: \n"
@@ -799,16 +798,19 @@ msgid "Replace existing file"
799
798
  msgstr "Reemplazar archivo existente"
800
799
 
801
800
  #. Default: "Search the Climate-ADAPT database"
801
+ #: index
802
802
  #: messages
803
803
  msgid "Search the Climate-ADAPT database"
804
804
  msgstr "Buscar en la base de datos Climate-ADAPT"
805
805
 
806
806
  #. Default: "Search the EU Mission on Adaptation"
807
+ #: index
807
808
  #: messages
808
809
  msgid "Search the EU Mission on Adaptation"
809
810
  msgstr "Buscar la Misión de la UE sobre Adaptación"
810
811
 
811
812
  #. Default: "Search the Observatory Resource Catalogue..."
813
+ #: index
812
814
  #: messages
813
815
  msgid "Search the Observatory Resource Catalogue..."
814
816
  msgstr "Busque en el catálogo de recursos del Observatorio..."
@@ -4036,3 +4038,8 @@ msgstr "Ordenar por"
4036
4038
  #: ../../climateadapt/browser/pt-overrides/plone.app.search.search.pt:541
4037
4039
  msgid "text_searchitem_location"
4038
4040
  msgstr "ubicación_del_artículo_búsqueda_texto"
4041
+
4042
+ #. undefined
4043
+
4044
+ msgid "Biodiversity protection"
4045
+ msgstr "Protección de la biodiversidad"
@@ -1,4 +1,3 @@
1
- #.
2
1
  msgid ""
3
2
  msgstr ""
4
3
  "Project-Id-Version: \n"
@@ -799,16 +798,19 @@ msgid "Replace existing file"
799
798
  msgstr "Asenda olemasolev fail"
800
799
 
801
800
  #. Default: "Search the Climate-ADAPT database"
801
+ #: index
802
802
  #: messages
803
803
  msgid "Search the Climate-ADAPT database"
804
804
  msgstr "Otsige Climate-ADAPT andmebaasist"
805
805
 
806
806
  #. Default: "Search the EU Mission on Adaptation"
807
+ #: index
807
808
  #: messages
808
809
  msgid "Search the EU Mission on Adaptation"
809
810
  msgstr "Otsige ELi kohanemismissioonist"
810
811
 
811
812
  #. Default: "Search the Observatory Resource Catalogue..."
813
+ #: index
812
814
  #: messages
813
815
  msgid "Search the Observatory Resource Catalogue..."
814
816
  msgstr "Otsige observatooriumi ressursside kataloogist..."
@@ -4036,3 +4038,8 @@ msgstr "sort_by"
4036
4038
  #: ../../climateadapt/browser/pt-overrides/plone.app.search.search.pt:541
4037
4039
  msgid "text_searchitem_location"
4038
4040
  msgstr "text_searchitem_location"
4041
+
4042
+ #. undefined
4043
+
4044
+ msgid "Biodiversity protection"
4045
+ msgstr "Bioloogilise mitmekesisuse kaitse"
@@ -1,4 +1,3 @@
1
- #.
2
1
  msgid ""
3
2
  msgstr ""
4
3
  "Project-Id-Version: \n"
@@ -799,16 +798,19 @@ msgid "Replace existing file"
799
798
  msgstr "Korvaa olemassa oleva tiedosto"
800
799
 
801
800
  #. Default: "Search the Climate-ADAPT database"
801
+ #: index
802
802
  #: messages
803
803
  msgid "Search the Climate-ADAPT database"
804
804
  msgstr "Hae Climate-ADAPT-tietokannasta"
805
805
 
806
806
  #. Default: "Search the EU Mission on Adaptation"
807
+ #: index
807
808
  #: messages
808
809
  msgid "Search the EU Mission on Adaptation"
809
810
  msgstr "Hae EU:n sopeutumisoperaatiosta"
810
811
 
811
812
  #. Default: "Search the Observatory Resource Catalogue..."
813
+ #: index
812
814
  #: messages
813
815
  msgid "Search the Observatory Resource Catalogue..."
814
816
  msgstr "Hae observatorion resurssiluettelosta..."
@@ -4036,3 +4038,8 @@ msgstr "lajittelu_by"
4036
4038
  #: ../../climateadapt/browser/pt-overrides/plone.app.search.search.pt:541
4037
4039
  msgid "text_searchitem_location"
4038
4040
  msgstr "text_searchitem_location"
4041
+
4042
+ #. undefined
4043
+
4044
+ msgid "Biodiversity protection"
4045
+ msgstr "Luonnon monimuotoisuuden suojelu"
@@ -1,4 +1,3 @@
1
- #.
2
1
  msgid ""
3
2
  msgstr ""
4
3
  "Project-Id-Version: \n"
@@ -28,7 +27,7 @@ msgstr "Approches d'adaptation"
28
27
  #. Default: "Adaptation Approaches:"
29
28
  #: helpers/ContentMetadata
30
29
  msgid "Adaptation Approaches:"
31
- msgstr "Approches d’adaptation :"
30
+ msgstr "Approches d’adaptation :"
32
31
 
33
32
  #. Default: "Adaptation Details"
34
33
  #: components/theme/Views/AdaptationOptionView
@@ -86,7 +85,7 @@ msgstr "Informations générales"
86
85
  #. Default: "Biogeographical regions:"
87
86
  #: helpers/ContentMetadata
88
87
  msgid "Biogeographical regions:"
89
- msgstr "Régions biogéographiques :"
88
+ msgstr "Régions biogéographiques :"
90
89
 
91
90
  #. Default: "Blue options"
92
91
  #: messages
@@ -116,7 +115,7 @@ msgstr "Illustrations d’études de cas"
116
115
  #. Default: "Case studies related to this option:"
117
116
  #: helpers/ContentMetadata
118
117
  msgid "Case studies related to this option:"
119
- msgstr "Études de cas liées à cette option :"
118
+ msgstr "Études de cas liées à cette option :"
120
119
 
121
120
  #. Default: "Category"
122
121
  #: components/theme/Views/AdaptationOptionView
@@ -141,7 +140,7 @@ msgstr "Choisissez une région"
141
140
  #. Default: "Choose thematic map:"
142
141
  #: components/manage/Blocks/CountryMapHeatIndex/Filter
143
142
  msgid "Choose thematic map:"
144
- msgstr "Choisissez une carte thématique :"
143
+ msgstr "Choisissez une carte thématique :"
145
144
 
146
145
  #. Default: "City:"
147
146
  #: helpers/ContentMetadata
@@ -168,7 +167,7 @@ msgstr "Impacts climatiques"
168
167
  #. Default: "Climate impacts:"
169
168
  #: helpers/ContentMetadata
170
169
  msgid "Climate impacts:"
171
- msgstr "Impacts climatiques :"
170
+ msgstr "Impacts climatiques :"
172
171
 
173
172
  #. Default: "Climate-ADAPT case studies"
174
173
  #: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
@@ -217,7 +216,7 @@ msgstr "Pays"
217
216
  #. Default: "Countries:"
218
217
  #: helpers/ContentMetadata
219
218
  msgid "Countries:"
220
- msgstr "Pays :"
219
+ msgstr "Pays :"
221
220
 
222
221
  #. Default: "Date of creation:"
223
222
  #: helpers/ContentMetadata
@@ -227,7 +226,7 @@ msgstr "Date de création :"
227
226
  #. Default: "Date of publication:"
228
227
  #: helpers/ContentMetadata
229
228
  msgid "Date of publication:"
230
- msgstr "Date de parution :"
229
+ msgstr "Date de parution :"
231
230
 
232
231
  #. Default: "Date of release:"
233
232
  #: helpers/ContentMetadata
@@ -354,7 +353,7 @@ msgstr "Programme de financement"
354
353
  #. Default: "Funding Programme:"
355
354
  #: helpers/ContentMetadata
356
355
  msgid "Funding Programme:"
357
- msgstr "Programme de financement :"
356
+ msgstr "Programme de financement :"
358
357
 
359
358
  #. Default: "Geographic characterisation:"
360
359
  #: helpers/ContentMetadata
@@ -384,7 +383,7 @@ msgstr "Gouvernance et Institutionnel"
384
383
  #. Default: "Governance level:"
385
384
  #: helpers/ContentMetadata
386
385
  msgid "Governance level:"
387
- msgstr "Niveau de gouvernance :"
386
+ msgstr "Niveau de gouvernance :"
388
387
 
389
388
  #. Default: "Green options"
390
389
  #: messages
@@ -414,7 +413,7 @@ msgstr "Impacts sur la santé"
414
413
  #. Default: "Health impact:"
415
414
  #: helpers/ContentMetadata
416
415
  msgid "Health impact:"
417
- msgstr "Impact sur la santé :"
416
+ msgstr "Impact sur la santé :"
418
417
 
419
418
  #. Default: "Health impacts"
420
419
  #: search/health_observatory/facets-health
@@ -434,7 +433,7 @@ msgstr "Systèmes d’alerte sanitaire en matière de chaleur (HHWS)"
434
433
  #. Default: "IPCC adaptation options categories:"
435
434
  #: helpers/ContentMetadata
436
435
  msgid "IPCC adaptation options categories:"
437
- msgstr "Catégories d’options d’adaptation du GIEC :"
436
+ msgstr "Catégories d’options d’adaptation du GIEC :"
438
437
 
439
438
  #. Default: "IPCC categories"
440
439
  #: components/theme/Views/AdaptationOptionView
@@ -501,7 +500,7 @@ msgstr "Type de clé Mesure"
501
500
  #. Default: "Key Type Measures:"
502
501
  #: helpers/ContentMetadata
503
502
  msgid "Key Type Measures:"
504
- msgstr "Mesures de type clé :"
503
+ msgstr "Mesures de type clé :"
505
504
 
506
505
  #. Default: "Key activities within climate change and health"
507
506
  #: components/theme/Views/DatabaseItemView
@@ -516,7 +515,7 @@ msgstr "Mesures de type clé"
516
515
  #. Default: "Keywords:"
517
516
  #: helpers/ContentMetadata
518
517
  msgid "Keywords:"
519
- msgstr "Mots-clés :"
518
+ msgstr "Mots-clés :"
520
519
 
521
520
  #. Default: "Knowledge and behavioural change"
522
521
  #: messages
@@ -603,7 +602,7 @@ msgstr "Vous cherchez plus d’informations ?"
603
602
  #. Default: "Macro-Transnational region:"
604
603
  #: helpers/ContentMetadata
605
604
  msgid "Macro-Transnational region:"
606
- msgstr "Région macro-transnationale :"
605
+ msgstr "Région macro-transnationale :"
607
606
 
608
607
  #. Default: "Management and planning"
609
608
  #: messages
@@ -776,7 +775,7 @@ msgstr "Références"
776
775
  #. Default: "Region's countries:"
777
776
  #: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
778
777
  msgid "Region's countries:"
779
- msgstr "Pays de la région :"
778
+ msgstr "Pays de la région :"
780
779
 
781
780
  #. Default: "Regions"
782
781
  #: components/manage/Blocks/ECDEIndicators/ECDEIndicatorsView
@@ -786,7 +785,7 @@ msgstr "Régions"
786
785
  #. Default: "Related content:"
787
786
  #: helpers/Utils
788
787
  msgid "Related content:"
789
- msgstr "Contenu associé :"
788
+ msgstr "Contenu associé :"
790
789
 
791
790
  #. Default: "Related documents and presentations"
792
791
  #: components/theme/Views/DatabaseItemView
@@ -799,16 +798,19 @@ msgid "Replace existing file"
799
798
  msgstr "Remplacer le fichier existant"
800
799
 
801
800
  #. Default: "Search the Climate-ADAPT database"
801
+ #: index
802
802
  #: messages
803
803
  msgid "Search the Climate-ADAPT database"
804
804
  msgstr "Rechercher dans la base de données Climate-ADAPT"
805
805
 
806
806
  #. Default: "Search the EU Mission on Adaptation"
807
+ #: index
807
808
  #: messages
808
809
  msgid "Search the EU Mission on Adaptation"
809
810
  msgstr "Rechercher la mission de l'UE sur l'adaptation"
810
811
 
811
812
  #. Default: "Search the Observatory Resource Catalogue..."
813
+ #: index
812
814
  #: messages
813
815
  msgid "Search the Observatory Resource Catalogue..."
814
816
  msgstr "Rechercher dans le catalogue de ressources de l'Observatoire..."
@@ -892,7 +894,7 @@ msgstr "Participation des parties prenantes"
892
894
  #. Default: "Sub Nationals:"
893
895
  #: helpers/ContentMetadata
894
896
  msgid "Sub Nationals:"
895
- msgstr "Sous-nationaux :"
897
+ msgstr "Sous-nationaux :"
896
898
 
897
899
  #. Default: "Subnational or local"
898
900
  #: components/manage/Blocks/CountryMapHeatIndex/Filter
@@ -939,7 +941,7 @@ msgstr "Cet objet a été archivé car son contenu est obsolète. Vous pouvez to
939
941
  #: components/Result/ClusterHorizontalCardItem
940
942
  #: components/Result/HealthHorizontalCardItem
941
943
  msgid "Topics:"
942
- msgstr "Sujets :"
944
+ msgstr "Sujets :"
943
945
 
944
946
  #. Default: "Transnational regions"
945
947
  #: search/cca/facets
@@ -1001,7 +1003,7 @@ msgstr "Sites Web"
1001
1003
  #. Default: "Websites:"
1002
1004
  #: helpers/Utils
1003
1005
  msgid "Websites:"
1004
- msgstr "Sites Web :"
1006
+ msgstr "Sites Web :"
1005
1007
 
1006
1008
  #. Default: "When"
1007
1009
  #: helpers/Utils
@@ -3338,7 +3340,7 @@ msgstr "Santé et bien-être"
3338
3340
  #. undefined
3339
3341
  #: ../../climateadapt/browser/pt/countries-heat-index.pt:105
3340
3342
  msgid "Heat index of HHWS:"
3341
- msgstr "Indice de chaleur de HHWS :"
3343
+ msgstr "Indice de chaleur de HHWS :"
3342
3344
 
3343
3345
  #. undefined
3344
3346
  #: ../../climateadapt/image_scales/interfaces.py:79
@@ -3439,12 +3441,12 @@ msgstr "Mesures de type clé"
3439
3441
  #. undefined
3440
3442
  #: ../../climateadapt/browser/admin.py:562
3441
3443
  msgid "Keyword succesfully deleted: ${kw_old}."
3442
- msgstr "Mot clé supprimé avec succès : ${kw_old}."
3444
+ msgstr "Mot clé supprimé avec succès : ${kw_old}."
3443
3445
 
3444
3446
  #. undefined
3445
3447
  #: ../../climateadapt/browser/admin.py:592
3446
3448
  msgid "Keyword succesfully renamed: ${kw_old} to ${kw_new}."
3447
- msgstr "Mot clé renommé avec succès : ${kw_old} en ${kw_new}."
3449
+ msgstr "Mot clé renommé avec succès : ${kw_old} en ${kw_new}."
3448
3450
 
3449
3451
  #. undefined
3450
3452
  #: ../../climateadapt/browser/pt/aceitem_view.pt:65
@@ -3825,7 +3827,7 @@ msgstr "Social: information"
3825
3827
  #. undefined
3826
3828
  #: ../../climateadapt/image_scales/interfaces.py:43
3827
3829
  msgid "Specify all allowed maximum image dimensions, one per line. The required format is <name> <width>:<height>."
3828
- msgstr "Spécifiez toutes les dimensions maximales autorisées de l’image, une par ligne. Le format requis est <nom> <largeur> :<hauteur>."
3830
+ msgstr "Spécifiez toutes les dimensions maximales autorisées de l’image, une par ligne. Le format requis est <nom> <largeur> :<hauteur>."
3829
3831
 
3830
3832
  #. undefined
3831
3833
  #: ../../climateadapt/browser/pt/casestudy_view.pt:76
@@ -4036,3 +4038,8 @@ msgstr "Trier par"
4036
4038
  #: ../../climateadapt/browser/pt-overrides/plone.app.search.search.pt:541
4037
4039
  msgid "text_searchitem_location"
4038
4040
  msgstr "text_searchitem_location"
4041
+
4042
+ #. undefined
4043
+
4044
+ msgid "Biodiversity protection"
4045
+ msgstr "Protection de la biodiversité"
@@ -1,4 +1,3 @@
1
- #.
2
1
  msgid ""
3
2
  msgstr ""
4
3
  "Project-Id-Version: \n"
@@ -799,16 +798,19 @@ msgid "Replace existing file"
799
798
  msgstr "Ionadaigh an comhad atá ann cheana"
800
799
 
801
800
  #. Default: "Search the Climate-ADAPT database"
801
+ #: index
802
802
  #: messages
803
803
  msgid "Search the Climate-ADAPT database"
804
804
  msgstr "Cuardaigh an bunachar sonraí Climate-ADAPT"
805
805
 
806
806
  #. Default: "Search the EU Mission on Adaptation"
807
+ #: index
807
808
  #: messages
808
809
  msgid "Search the EU Mission on Adaptation"
809
810
  msgstr "Cuardaigh Misean an AE um Oiriúnú"
810
811
 
811
812
  #. Default: "Search the Observatory Resource Catalogue..."
813
+ #: index
812
814
  #: messages
813
815
  msgid "Search the Observatory Resource Catalogue..."
814
816
  msgstr "Cuardaigh an Chatalóg Acmhainní Réadlann..."
@@ -4036,3 +4038,8 @@ msgstr "sórtáil_de réir"
4036
4038
  #: ../../climateadapt/browser/pt-overrides/plone.app.search.search.pt:541
4037
4039
  msgid "text_searchitem_location"
4038
4040
  msgstr ""
4041
+
4042
+ #. undefined
4043
+
4044
+ msgid "Biodiversity protection"
4045
+ msgstr "Cosaint na bithéagsúlachta"
@@ -1,4 +1,3 @@
1
- #.
2
1
  msgid ""
3
2
  msgstr ""
4
3
  "Project-Id-Version: \n"
@@ -799,16 +798,19 @@ msgid "Replace existing file"
799
798
  msgstr "Zamijenite postojeću datoteku"
800
799
 
801
800
  #. Default: "Search the Climate-ADAPT database"
801
+ #: index
802
802
  #: messages
803
803
  msgid "Search the Climate-ADAPT database"
804
804
  msgstr "Pretražite bazu podataka Climate-ADAPT"
805
805
 
806
806
  #. Default: "Search the EU Mission on Adaptation"
807
+ #: index
807
808
  #: messages
808
809
  msgid "Search the EU Mission on Adaptation"
809
810
  msgstr "Pretražite Misiju EU za prilagodbu"
810
811
 
811
812
  #. Default: "Search the Observatory Resource Catalogue..."
813
+ #: index
812
814
  #: messages
813
815
  msgid "Search the Observatory Resource Catalogue..."
814
816
  msgstr "Pretražite katalog izvora zvjezdarnice..."
@@ -4036,3 +4038,8 @@ msgstr "sort_by"
4036
4038
  #: ../../climateadapt/browser/pt-overrides/plone.app.search.search.pt:541
4037
4039
  msgid "text_searchitem_location"
4038
4040
  msgstr "text_searchitem_location"
4041
+
4042
+ #. undefined
4043
+
4044
+ msgid "Biodiversity protection"
4045
+ msgstr "Zaštita bioraznolikosti"