@eeacms/volto-cca-policy 0.3.64 → 0.3.65

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 (38) hide show
  1. package/CHANGELOG.md +56 -0
  2. package/locales/bg/LC_MESSAGES/volto.po +31 -39
  3. package/locales/cs/LC_MESSAGES/volto.po +31 -39
  4. package/locales/da/LC_MESSAGES/volto.po +31 -39
  5. package/locales/de/LC_MESSAGES/volto.po +31 -39
  6. package/locales/el/LC_MESSAGES/volto.po +31 -39
  7. package/locales/en/LC_MESSAGES/volto.po +31 -38
  8. package/locales/es/LC_MESSAGES/volto.po +31 -39
  9. package/locales/et/LC_MESSAGES/volto.po +31 -39
  10. package/locales/fi/LC_MESSAGES/volto.po +31 -39
  11. package/locales/fr/LC_MESSAGES/volto.po +31 -39
  12. package/locales/ga/LC_MESSAGES/volto.po +31 -39
  13. package/locales/hr/LC_MESSAGES/volto.po +31 -39
  14. package/locales/hu/LC_MESSAGES/volto.po +31 -39
  15. package/locales/is/LC_MESSAGES/volto.po +31 -39
  16. package/locales/it/LC_MESSAGES/volto.po +31 -39
  17. package/locales/lt/LC_MESSAGES/volto.po +31 -39
  18. package/locales/lv/LC_MESSAGES/volto.po +31 -39
  19. package/locales/mt/LC_MESSAGES/volto.po +31 -39
  20. package/locales/nl/LC_MESSAGES/volto.po +31 -39
  21. package/locales/nn/LC_MESSAGES/volto.po +31 -39
  22. package/locales/pl/LC_MESSAGES/volto.po +31 -39
  23. package/locales/pt/LC_MESSAGES/volto.po +31 -39
  24. package/locales/ro/LC_MESSAGES/volto.po +31 -39
  25. package/locales/sk/LC_MESSAGES/volto.po +31 -39
  26. package/locales/sl/LC_MESSAGES/volto.po +31 -39
  27. package/locales/sv/LC_MESSAGES/volto.po +31 -39
  28. package/locales/tr/LC_MESSAGES/volto.po +309 -351
  29. package/locales/volto.pot +22 -39
  30. package/package.json +2 -2
  31. package/src/components/manage/Blocks/CaseStudyExplorer/CaseStudyMap.test.jsx +6 -6
  32. package/src/components/manage/Blocks/CaseStudyExplorer/FeatureDisplay.test.jsx +2 -2
  33. package/src/components/theme/Header/Header.jsx +45 -27
  34. package/src/components/theme/MissionSignatoryProfile/TabSections/PlanningTab.test.jsx +3 -2
  35. package/src/components/theme/PortalMessage/PortalMessage.jsx +6 -4
  36. package/src/components/theme/Widgets/PromotionalImageWidget.test.jsx +1 -1
  37. package/src/customizations/volto/components/theme/View/DefaultView.jsx +5 -1
  38. package/theme/extras/header.overrides +14 -0
package/CHANGELOG.md CHANGED
@@ -4,6 +4,62 @@ 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.65](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.0...0.3.65) - 16 July 2025
8
+
9
+ #### :rocket: Dependency updates
10
+
11
+ - Release @eeacms/volto-searchlib@2.1.0 [EEA Jenkins - [`e5fc813`](https://github.com/eea/volto-cca-policy/commit/e5fc813f97922df335be28673d6303cb81b3c888)]
12
+
13
+ #### :nail_care: Enhancements
14
+
15
+ - change(header): add sitemap link - refs #288920 [kreafox - [`0b51b76`](https://github.com/eea/volto-cca-policy/commit/0b51b7649a13f250390cc78e88f6946d370c4c59)]
16
+
17
+ ### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.64...1.0.0-alpha.0) - 15 July 2025
18
+
19
+ #### :bug: Bug Fixes
20
+
21
+ - fix: undefined blocksType [kreafox - [`a4ca312`](https://github.com/eea/volto-cca-policy/commit/a4ca312912c71678624905a781a6d1a46d642b76)]
22
+ - fix: add missing props for title block compatibility [kreafox - [`a2c0851`](https://github.com/eea/volto-cca-policy/commit/a2c08514226f85e7118621af7b8001ada0780874)]
23
+ - fix: add missing props for title block compatibility [kreafox - [`8c008ec`](https://github.com/eea/volto-cca-policy/commit/8c008ec3bd4469b271e4f93010e06b816c474c0e)]
24
+ - fix: eslint errors [kreafox - [`781eefd`](https://github.com/eea/volto-cca-policy/commit/781eefd1bc0014805bb4676051e52032e88ca868)]
25
+ - fix: eslint errors [kreafox - [`382767d`](https://github.com/eea/volto-cca-policy/commit/382767dc7d87fdb743f18b7da5cdfa9559c8d5ed)]
26
+ - fix: eslint errors [kreafox - [`7b6b040`](https://github.com/eea/volto-cca-policy/commit/7b6b040c78b1c1b6a9eaa153af3fbe876049127c)]
27
+ - fix: syntax error in package.json [kreafox - [`8341868`](https://github.com/eea/volto-cca-policy/commit/8341868d8e3660c6598368f552bbf7b45fb77961)]
28
+
29
+ #### :nail_care: Enhancements
30
+
31
+ - change: add archived info message on DefaultView - refs #289794 [kreafox - [`7005f0d`](https://github.com/eea/volto-cca-policy/commit/7005f0dcc653f2fd85713b12cb9fa75be97943c7)]
32
+ - change: add volto grid teaser block customization [kreafox - [`1523323`](https://github.com/eea/volto-cca-policy/commit/15233230a01fbc7b9ef9c6df7aeb069876811530)]
33
+ - change: update Header component [kreafox - [`8025ab9`](https://github.com/eea/volto-cca-policy/commit/8025ab9b2b5a19045dfe313cc3d4e7928a989771)]
34
+
35
+ #### :house: Internal changes
36
+
37
+ - chore: i18n [kreafox - [`5ffe66e`](https://github.com/eea/volto-cca-policy/commit/5ffe66e22b34f9451b01db1f4578037e03e1415f)]
38
+ - chore: code cleanup [kreafox - [`842419b`](https://github.com/eea/volto-cca-policy/commit/842419b1bce3dc624755c81c9dea672198cab9e2)]
39
+ - style: update teaser block styling [kreafox - [`1e0cad8`](https://github.com/eea/volto-cca-policy/commit/1e0cad8e1ed3ae827ee868dce8ad50b292a937ba)]
40
+ - chore: update Makefile, run yarn i18n [kreafox - [`61e6962`](https://github.com/eea/volto-cca-policy/commit/61e6962901068ae6512265417a730bd9befd65fe)]
41
+ - chore: move styling to theme folder [kreafox - [`8cf6a1b`](https://github.com/eea/volto-cca-policy/commit/8cf6a1b8b14abf472a9c61b28db574f6d9e0bd3b)]
42
+ - chore: remove ArrayWidget customization [kreafox - [`249bf93`](https://github.com/eea/volto-cca-policy/commit/249bf93054f7726c3d57a8b8ca01b75cd0d30522)]
43
+ - chore: remove Footer customization [kreafox - [`7038af3`](https://github.com/eea/volto-cca-policy/commit/7038af37d48a328dfc31746f3fa84973e2f840ab)]
44
+ - chore: update dependencies [kreafox - [`e4fc992`](https://github.com/eea/volto-cca-policy/commit/e4fc992e2b69dff225cd2244af41fbf1b5f05199)]
45
+ - chore: code cleanup [kreafox - [`d30ff0f`](https://github.com/eea/volto-cca-policy/commit/d30ff0f9c4ccd446d22d05e869d2f69d74c62d39)]
46
+ - chore: code cleanup [kreafox - [`6bf097b`](https://github.com/eea/volto-cca-policy/commit/6bf097bed604e54cdca04a50ffacf70a3d274988)]
47
+ - style: Automated code fix [eea-jenkins - [`f33a122`](https://github.com/eea/volto-cca-policy/commit/f33a12212ba70a71478630586b647344affe4591)]
48
+ - style: Automated code fix [eea-jenkins - [`e21ef1d`](https://github.com/eea/volto-cca-policy/commit/e21ef1db84d87bd4d8423e1ca4ae8c7dd863233e)]
49
+ - chore: fix eslint errors [ana-oprea - [`2343a02`](https://github.com/eea/volto-cca-policy/commit/2343a027091296c850cd51c1523607d80b68de93)]
50
+ - style: Automated code fix [eea-jenkins - [`b2d4c45`](https://github.com/eea/volto-cca-policy/commit/b2d4c459f2b0f51760f99d00e5e858b253086e39)]
51
+
52
+ #### :hammer_and_wrench: Others
53
+
54
+ - Bump version [Tiberiu Ichim - [`f8e327e`](https://github.com/eea/volto-cca-policy/commit/f8e327e750771576e4f44fa4c27035b6e3b9c9e7)]
55
+ - Fix eslint [Tiberiu Ichim - [`b6cfdd8`](https://github.com/eea/volto-cca-policy/commit/b6cfdd81c09e523d75ffbf2059008c77240311e2)]
56
+ - test: improve security hotspots on sonarqube - refs #289841 [kreafox - [`2259d69`](https://github.com/eea/volto-cca-policy/commit/2259d696fe8c3ef2e1b3d49959d314556ceae501)]
57
+ - update Jenkinsfile [kreafox - [`c8683c2`](https://github.com/eea/volto-cca-policy/commit/c8683c28ff5272c76ea055ba4e2870d9d8236082)]
58
+ - test: update snaphots [kreafox - [`de0506a`](https://github.com/eea/volto-cca-policy/commit/de0506a81fd5e224bb1d4dd27109ae4d07fe919c)]
59
+ - test: update snaphots [kreafox - [`1fee9fe`](https://github.com/eea/volto-cca-policy/commit/1fee9fec29b08aa06d40c88722fb2a032ce63019)]
60
+ - test: Update to volto 17 PR30 [valentinab25 - [`ed03286`](https://github.com/eea/volto-cca-policy/commit/ed032865efa051d6353844737616019b202ea562)]
61
+ - test: update snapshots [ana-oprea - [`94608ad`](https://github.com/eea/volto-cca-policy/commit/94608adc1b3b3655c7ecd5c39dde1f0fcd4b41e9)]
62
+ - test: Update to volto 17 PR30 [valentinab25 - [`2e81033`](https://github.com/eea/volto-cca-policy/commit/2e810334e08366ca77ba62383c064770dde643a1)]
7
63
  ### [0.3.64](https://github.com/eea/volto-cca-policy/compare/0.3.63...0.3.64) - 11 July 2025
8
64
 
9
65
  #### :rocket: New Features
@@ -1,4 +1,3 @@
1
- #.
2
1
  msgid ""
3
2
  msgstr ""
4
3
  "Project-Id-Version: \n"
@@ -19,8 +18,6 @@ msgstr "Наличен е справочен документ за събити
19
18
 
20
19
  #. Default: "Adaptation Approaches"
21
20
  #: search/cca/facets
22
- #: search/facets
23
- #: search/fise/facets
24
21
  #: search/health_observatory/facets-health
25
22
  #: search/mission_all/facets-all
26
23
  #: search/mission_projects/facets-projects
@@ -45,8 +42,6 @@ msgstr "Опции за адаптация, изпълнени в този сл
45
42
  #. Default: "Adaptation Sectors"
46
43
  #: search/cca/facets
47
44
  #: search/common
48
- #: search/facets
49
- #: search/fise/facets
50
45
  msgid "Adaptation Sectors"
51
46
  msgstr "Сектори за адаптация"
52
47
 
@@ -87,11 +82,6 @@ msgstr "През цялото време"
87
82
  msgid "Background information"
88
83
  msgstr "Основна информация"
89
84
 
90
- #. Default: "Belgium"
91
- #: helpers/Constants
92
- msgid "Belgium"
93
- msgstr "Белгия"
94
-
95
85
  #. Default: "Biogeographical regions:"
96
86
  #: helpers/ContentMetadata
97
87
  msgid "Biogeographical regions:"
@@ -113,7 +103,7 @@ msgid "Case Study illustrations"
113
103
  msgstr "Илюстрации от казус"
114
104
 
115
105
  #. Default: "Case studies related to this option:"
116
- #: components/theme/Views/AdaptationOptionView
106
+ #: helpers/ContentMetadata
117
107
  msgid "Case studies related to this option:"
118
108
  msgstr "Казуси, свързани с тази опция:"
119
109
 
@@ -150,8 +140,6 @@ msgstr "град:"
150
140
  #. Default: "Climate Impacts"
151
141
  #: search/cca/facets
152
142
  #: search/common
153
- #: search/facets
154
- #: search/fise/facets
155
143
  msgid "Climate Impacts"
156
144
  msgstr "Климатични въздействия"
157
145
 
@@ -305,11 +293,6 @@ msgstr "Разгледайте повече в Climate-ADAPT"
305
293
  msgid "For more search options"
306
294
  msgstr "За повече опции за търсене"
307
295
 
308
- #. Default: "France"
309
- #: helpers/Constants
310
- msgid "France"
311
- msgstr "Франция"
312
-
313
296
  #. Default: "Fullscreen"
314
297
  #: components/theme/Views/C3SIndicatorView
315
298
  msgid "Fullscreen"
@@ -317,8 +300,6 @@ msgstr "Цял екран"
317
300
 
318
301
  #. Default: "Funding Programme"
319
302
  #: search/cca/facets
320
- #: search/facets
321
- #: search/fise/facets
322
303
  #: search/mission_projects/facets-projects
323
304
  #: search/mission_stories/facets-stories
324
305
  msgid "Funding Programme"
@@ -364,11 +345,6 @@ msgstr "HHWS наличен (щракнете върху държава за д
364
345
  msgid "Hazard Type"
365
346
  msgstr "Тип опасност"
366
347
 
367
- #. Default: "Health Impacts"
368
- #: search/health_observatory/config-health
369
- msgid "Health Impacts"
370
- msgstr "Въздействия върху здравето"
371
-
372
348
  #. Default: "Health impact:"
373
349
  #: helpers/ContentMetadata
374
350
  msgid "Health impact:"
@@ -432,8 +408,6 @@ msgstr "Информация"
432
408
 
433
409
  #. Default: "Item from third parties"
434
410
  #: search/cca/facets
435
- #: search/facets
436
- #: search/fise/facets
437
411
  msgid "Item from third parties"
438
412
  msgstr "Артикул от трети страни"
439
413
 
@@ -445,8 +419,6 @@ msgstr "Ключови системи на общността"
445
419
  #. Default: "Key Type Measure"
446
420
  #: components/manage/Blocks/FilterAceContent/FilterAceContentView
447
421
  #: search/cca/facets
448
- #: search/facets
449
- #: search/fise/facets
450
422
  msgid "Key Type Measure"
451
423
  msgstr "Ключов тип мярка"
452
424
 
@@ -520,6 +492,11 @@ msgstr "Миналата година"
520
492
  msgid "Lead"
521
493
  msgstr "Олово"
522
494
 
495
+ #. Default: "Learn more"
496
+ #: components/manage/Blocks/Listing/EventAccordionListingView
497
+ msgid "Learn more"
498
+ msgstr ""
499
+
523
500
  #. Default: "Legal aspects"
524
501
  #: components/theme/Views/AdaptationOptionView
525
502
  #: components/theme/Views/CaseStudyView
@@ -577,6 +554,11 @@ msgstr "Няма информация"
577
554
  msgid "No results"
578
555
  msgstr "Няма резултати"
579
556
 
557
+ #. Default: "Non-EU Languages"
558
+ #: components/theme/Header/LanguageSwitch
559
+ msgid "Non-EU Languages"
560
+ msgstr ""
561
+
580
562
  #. Default: "Objectives of the adaptation measure"
581
563
  #: components/theme/Views/CaseStudyView
582
564
  msgid "Objectives of the adaptation measure"
@@ -593,7 +575,6 @@ msgid "Observatory contributions"
593
575
  msgstr "Принос на обсерваторията"
594
576
 
595
577
  #. Default: "Observatory partner"
596
- #: search/health_observatory/config-health
597
578
  #: search/health_observatory/facets-health
598
579
  msgid "Observatory partner"
599
580
  msgstr "Партньор на обсерваторията"
@@ -728,8 +709,6 @@ msgstr "Търсете в каталога с ресурси на обсерва
728
709
 
729
710
  #. Default: "Section"
730
711
  #: search/cca/facets
731
- #: search/facets
732
- #: search/fise/facets
733
712
  msgid "Section"
734
713
  msgstr "Раздел"
735
714
 
@@ -840,6 +819,11 @@ msgstr "Датата се отнася за последната дата на
840
819
  msgid "The date refers to the moment in which the item has been prepared or updated by contributing experts to be submitted for the publication in Climate ADAPT"
841
820
  msgstr "Датата се отнася до момента, в който елементът е бил подготвен или актуализиран от участващи експерти, за да бъде изпратен за публикуване в Climate ADAPT"
842
821
 
822
+ #. Default: "This object has been archived because its content is outdated. You can still access it as legacy."
823
+ #: components/theme/PortalMessage/PortalMessage
824
+ msgid "This object has been archived because its content is outdated. You can still access it as legacy."
825
+ msgstr ""
826
+
843
827
  #. Default: "Topics:"
844
828
  #: components/Result/ClusterHorizontalCardItem
845
829
  #: components/Result/HealthHorizontalCardItem
@@ -848,8 +832,6 @@ msgstr "теми:"
848
832
 
849
833
  #. Default: "Transnational regions"
850
834
  #: search/cca/facets
851
- #: search/facets
852
- #: search/fise/facets
853
835
  msgid "Transnational regions"
854
836
  msgstr "Транснационални региони"
855
837
 
@@ -859,11 +841,6 @@ msgstr "Транснационални региони"
859
841
  msgid "Type of item"
860
842
  msgstr "Вид артикул"
861
843
 
862
- #. Default: "Types"
863
- #: search/health_observatory/config-health
864
- msgid "Types"
865
- msgstr "Видове"
866
-
867
844
  #. Default: "Updating notes"
868
845
  #: components/theme/Views/CaseStudyView
869
846
  msgid "Updating notes"
@@ -915,6 +892,11 @@ msgstr "Кога"
915
892
  msgid "Where"
916
893
  msgstr "Къде"
917
894
 
895
+ #. Default: "Officially reported governmental information is only available in English"
896
+ #: components/manage/Blocks/CountryProfileDetail/View
897
+ msgid "officiallyInEnglish"
898
+ msgstr ""
899
+
918
900
  #. undefined
919
901
 
920
902
  msgid "Adaptation option"
@@ -1187,6 +1169,11 @@ msgstr "Беларус"
1187
1169
 
1188
1170
  #. undefined
1189
1171
 
1172
+ msgid "Belgium"
1173
+ msgstr "Белгия"
1174
+
1175
+ #. undefined
1176
+
1190
1177
  msgid "Bosnia and Herzegovina"
1191
1178
  msgstr "Босна и Херцеговина"
1192
1179
 
@@ -1222,6 +1209,11 @@ msgstr "Естония"
1222
1209
 
1223
1210
  #. undefined
1224
1211
 
1212
+ msgid "France"
1213
+ msgstr "Франция"
1214
+
1215
+ #. undefined
1216
+
1225
1217
  msgid "Faroe Islands"
1226
1218
  msgstr "Фарьорски острови"
1227
1219
 
@@ -1,4 +1,3 @@
1
- #.
2
1
  msgid ""
3
2
  msgstr ""
4
3
  "Project-Id-Version: \n"
@@ -19,8 +18,6 @@ msgstr "K dispozici je podkladový dokument akce"
19
18
 
20
19
  #. Default: "Adaptation Approaches"
21
20
  #: search/cca/facets
22
- #: search/facets
23
- #: search/fise/facets
24
21
  #: search/health_observatory/facets-health
25
22
  #: search/mission_all/facets-all
26
23
  #: search/mission_projects/facets-projects
@@ -45,8 +42,6 @@ msgstr "Možnosti adaptace implementované v tomto případě"
45
42
  #. Default: "Adaptation Sectors"
46
43
  #: search/cca/facets
47
44
  #: search/common
48
- #: search/facets
49
- #: search/fise/facets
50
45
  msgid "Adaptation Sectors"
51
46
  msgstr "Adaptační sektory"
52
47
 
@@ -87,11 +82,6 @@ msgstr "Celou dobu"
87
82
  msgid "Background information"
88
83
  msgstr "Základní informace"
89
84
 
90
- #. Default: "Belgium"
91
- #: helpers/Constants
92
- msgid "Belgium"
93
- msgstr "Belgie"
94
-
95
85
  #. Default: "Biogeographical regions:"
96
86
  #: helpers/ContentMetadata
97
87
  msgid "Biogeographical regions:"
@@ -113,7 +103,7 @@ msgid "Case Study illustrations"
113
103
  msgstr "Ilustrace případové studie"
114
104
 
115
105
  #. Default: "Case studies related to this option:"
116
- #: components/theme/Views/AdaptationOptionView
106
+ #: helpers/ContentMetadata
117
107
  msgid "Case studies related to this option:"
118
108
  msgstr "Případové studie související s touto možností:"
119
109
 
@@ -150,8 +140,6 @@ msgstr "Město:"
150
140
  #. Default: "Climate Impacts"
151
141
  #: search/cca/facets
152
142
  #: search/common
153
- #: search/facets
154
- #: search/fise/facets
155
143
  msgid "Climate Impacts"
156
144
  msgstr "Dopady klimatu"
157
145
 
@@ -305,11 +293,6 @@ msgstr "Prozkoumejte více na Climate-ADAPT"
305
293
  msgid "For more search options"
306
294
  msgstr "Pro více možností vyhledávání"
307
295
 
308
- #. Default: "France"
309
- #: helpers/Constants
310
- msgid "France"
311
- msgstr "Francie"
312
-
313
296
  #. Default: "Fullscreen"
314
297
  #: components/theme/Views/C3SIndicatorView
315
298
  msgid "Fullscreen"
@@ -317,8 +300,6 @@ msgstr "Celá obrazovka"
317
300
 
318
301
  #. Default: "Funding Programme"
319
302
  #: search/cca/facets
320
- #: search/facets
321
- #: search/fise/facets
322
303
  #: search/mission_projects/facets-projects
323
304
  #: search/mission_stories/facets-stories
324
305
  msgid "Funding Programme"
@@ -364,11 +345,6 @@ msgstr "HHWS k dispozici (klikněte na zemi pro další informace)"
364
345
  msgid "Hazard Type"
365
346
  msgstr "Typ nebezpečí"
366
347
 
367
- #. Default: "Health Impacts"
368
- #: search/health_observatory/config-health
369
- msgid "Health Impacts"
370
- msgstr "Zdravotní dopady"
371
-
372
348
  #. Default: "Health impact:"
373
349
  #: helpers/ContentMetadata
374
350
  msgid "Health impact:"
@@ -432,8 +408,6 @@ msgstr "Info"
432
408
 
433
409
  #. Default: "Item from third parties"
434
410
  #: search/cca/facets
435
- #: search/facets
436
- #: search/fise/facets
437
411
  msgid "Item from third parties"
438
412
  msgstr "Položka od třetích stran"
439
413
 
@@ -445,8 +419,6 @@ msgstr "Klíčové komunitní systémy"
445
419
  #. Default: "Key Type Measure"
446
420
  #: components/manage/Blocks/FilterAceContent/FilterAceContentView
447
421
  #: search/cca/facets
448
- #: search/facets
449
- #: search/fise/facets
450
422
  msgid "Key Type Measure"
451
423
  msgstr "Měření typu klíče"
452
424
 
@@ -520,6 +492,11 @@ msgstr "Loni"
520
492
  msgid "Lead"
521
493
  msgstr "Vést"
522
494
 
495
+ #. Default: "Learn more"
496
+ #: components/manage/Blocks/Listing/EventAccordionListingView
497
+ msgid "Learn more"
498
+ msgstr ""
499
+
523
500
  #. Default: "Legal aspects"
524
501
  #: components/theme/Views/AdaptationOptionView
525
502
  #: components/theme/Views/CaseStudyView
@@ -577,6 +554,11 @@ msgstr "Žádné informace"
577
554
  msgid "No results"
578
555
  msgstr "Žádné výsledky"
579
556
 
557
+ #. Default: "Non-EU Languages"
558
+ #: components/theme/Header/LanguageSwitch
559
+ msgid "Non-EU Languages"
560
+ msgstr ""
561
+
580
562
  #. Default: "Objectives of the adaptation measure"
581
563
  #: components/theme/Views/CaseStudyView
582
564
  msgid "Objectives of the adaptation measure"
@@ -593,7 +575,6 @@ msgid "Observatory contributions"
593
575
  msgstr "Příspěvky observatoře"
594
576
 
595
577
  #. Default: "Observatory partner"
596
- #: search/health_observatory/config-health
597
578
  #: search/health_observatory/facets-health
598
579
  msgid "Observatory partner"
599
580
  msgstr "Partner observatoře"
@@ -728,8 +709,6 @@ msgstr "Prohledejte katalog zdrojů observatoře..."
728
709
 
729
710
  #. Default: "Section"
730
711
  #: search/cca/facets
731
- #: search/facets
732
- #: search/fise/facets
733
712
  msgid "Section"
734
713
  msgstr "Sekce"
735
714
 
@@ -840,6 +819,11 @@ msgstr "Datum se vztahuje k poslednímu datu zveřejnění položky"
840
819
  msgid "The date refers to the moment in which the item has been prepared or updated by contributing experts to be submitted for the publication in Climate ADAPT"
841
820
  msgstr "Datum se vztahuje k okamžiku, kdy byla položka připravena nebo aktualizována přispívajícími odborníky, aby byla předložena ke zveřejnění v Climate ADAPT"
842
821
 
822
+ #. Default: "This object has been archived because its content is outdated. You can still access it as legacy."
823
+ #: components/theme/PortalMessage/PortalMessage
824
+ msgid "This object has been archived because its content is outdated. You can still access it as legacy."
825
+ msgstr ""
826
+
843
827
  #. Default: "Topics:"
844
828
  #: components/Result/ClusterHorizontalCardItem
845
829
  #: components/Result/HealthHorizontalCardItem
@@ -848,8 +832,6 @@ msgstr "témata:"
848
832
 
849
833
  #. Default: "Transnational regions"
850
834
  #: search/cca/facets
851
- #: search/facets
852
- #: search/fise/facets
853
835
  msgid "Transnational regions"
854
836
  msgstr "Nadnárodní regiony"
855
837
 
@@ -859,11 +841,6 @@ msgstr "Nadnárodní regiony"
859
841
  msgid "Type of item"
860
842
  msgstr "Typ položky"
861
843
 
862
- #. Default: "Types"
863
- #: search/health_observatory/config-health
864
- msgid "Types"
865
- msgstr "Typy"
866
-
867
844
  #. Default: "Updating notes"
868
845
  #: components/theme/Views/CaseStudyView
869
846
  msgid "Updating notes"
@@ -915,6 +892,11 @@ msgstr "Když"
915
892
  msgid "Where"
916
893
  msgstr "Kde"
917
894
 
895
+ #. Default: "Officially reported governmental information is only available in English"
896
+ #: components/manage/Blocks/CountryProfileDetail/View
897
+ msgid "officiallyInEnglish"
898
+ msgstr ""
899
+
918
900
  #. undefined
919
901
 
920
902
  msgid "Adaptation option"
@@ -1187,6 +1169,11 @@ msgstr "Bělorusko"
1187
1169
 
1188
1170
  #. undefined
1189
1171
 
1172
+ msgid "Belgium"
1173
+ msgstr "Belgie"
1174
+
1175
+ #. undefined
1176
+
1190
1177
  msgid "Bosnia and Herzegovina"
1191
1178
  msgstr "Bosna a Hercegovina"
1192
1179
 
@@ -1222,6 +1209,11 @@ msgstr "Estonsko"
1222
1209
 
1223
1210
  #. undefined
1224
1211
 
1212
+ msgid "France"
1213
+ msgstr "Francie"
1214
+
1215
+ #. undefined
1216
+
1225
1217
  msgid "Faroe Islands"
1226
1218
  msgstr "Faerské ostrovy"
1227
1219
 
@@ -1,4 +1,3 @@
1
- #.
2
1
  msgid ""
3
2
  msgstr ""
4
3
  "Project-Id-Version: \n"
@@ -19,8 +18,6 @@ msgstr "Et baggrundsdokument for arrangementet er tilgængeligt"
19
18
 
20
19
  #. Default: "Adaptation Approaches"
21
20
  #: search/cca/facets
22
- #: search/facets
23
- #: search/fise/facets
24
21
  #: search/health_observatory/facets-health
25
22
  #: search/mission_all/facets-all
26
23
  #: search/mission_projects/facets-projects
@@ -45,8 +42,6 @@ msgstr "Tilpasningsmuligheder implementeret i dette tilfælde"
45
42
  #. Default: "Adaptation Sectors"
46
43
  #: search/cca/facets
47
44
  #: search/common
48
- #: search/facets
49
- #: search/fise/facets
50
45
  msgid "Adaptation Sectors"
51
46
  msgstr "Tilpasningssektorer"
52
47
 
@@ -87,11 +82,6 @@ msgstr "Hele tiden"
87
82
  msgid "Background information"
88
83
  msgstr "Baggrundsinformation"
89
84
 
90
- #. Default: "Belgium"
91
- #: helpers/Constants
92
- msgid "Belgium"
93
- msgstr "Belgien"
94
-
95
85
  #. Default: "Biogeographical regions:"
96
86
  #: helpers/ContentMetadata
97
87
  msgid "Biogeographical regions:"
@@ -113,7 +103,7 @@ msgid "Case Study illustrations"
113
103
  msgstr "Casestudie illustrationer"
114
104
 
115
105
  #. Default: "Case studies related to this option:"
116
- #: components/theme/Views/AdaptationOptionView
106
+ #: helpers/ContentMetadata
117
107
  msgid "Case studies related to this option:"
118
108
  msgstr "Casestudier relateret til denne mulighed:"
119
109
 
@@ -150,8 +140,6 @@ msgstr "By:"
150
140
  #. Default: "Climate Impacts"
151
141
  #: search/cca/facets
152
142
  #: search/common
153
- #: search/facets
154
- #: search/fise/facets
155
143
  msgid "Climate Impacts"
156
144
  msgstr "Klimapåvirkninger"
157
145
 
@@ -305,11 +293,6 @@ msgstr "Udforsk mere på Climate-ADAPT"
305
293
  msgid "For more search options"
306
294
  msgstr "For flere søgemuligheder"
307
295
 
308
- #. Default: "France"
309
- #: helpers/Constants
310
- msgid "France"
311
- msgstr "Frankrig"
312
-
313
296
  #. Default: "Fullscreen"
314
297
  #: components/theme/Views/C3SIndicatorView
315
298
  msgid "Fullscreen"
@@ -317,8 +300,6 @@ msgstr "Fuldskærm"
317
300
 
318
301
  #. Default: "Funding Programme"
319
302
  #: search/cca/facets
320
- #: search/facets
321
- #: search/fise/facets
322
303
  #: search/mission_projects/facets-projects
323
304
  #: search/mission_stories/facets-stories
324
305
  msgid "Funding Programme"
@@ -364,11 +345,6 @@ msgstr "HHWS tilgængelig (klik på land for yderligere information)"
364
345
  msgid "Hazard Type"
365
346
  msgstr "Faretype"
366
347
 
367
- #. Default: "Health Impacts"
368
- #: search/health_observatory/config-health
369
- msgid "Health Impacts"
370
- msgstr "Sundhedspåvirkninger"
371
-
372
348
  #. Default: "Health impact:"
373
349
  #: helpers/ContentMetadata
374
350
  msgid "Health impact:"
@@ -432,8 +408,6 @@ msgstr "Info"
432
408
 
433
409
  #. Default: "Item from third parties"
434
410
  #: search/cca/facets
435
- #: search/facets
436
- #: search/fise/facets
437
411
  msgid "Item from third parties"
438
412
  msgstr "Vare fra tredjepart"
439
413
 
@@ -445,8 +419,6 @@ msgstr "Nøgle fællesskabssystemer"
445
419
  #. Default: "Key Type Measure"
446
420
  #: components/manage/Blocks/FilterAceContent/FilterAceContentView
447
421
  #: search/cca/facets
448
- #: search/facets
449
- #: search/fise/facets
450
422
  msgid "Key Type Measure"
451
423
  msgstr "Nøgletype Mål"
452
424
 
@@ -520,6 +492,11 @@ msgstr "Sidste år"
520
492
  msgid "Lead"
521
493
  msgstr "Føre"
522
494
 
495
+ #. Default: "Learn more"
496
+ #: components/manage/Blocks/Listing/EventAccordionListingView
497
+ msgid "Learn more"
498
+ msgstr ""
499
+
523
500
  #. Default: "Legal aspects"
524
501
  #: components/theme/Views/AdaptationOptionView
525
502
  #: components/theme/Views/CaseStudyView
@@ -577,6 +554,11 @@ msgstr "Ingen information"
577
554
  msgid "No results"
578
555
  msgstr "Ingen resultater"
579
556
 
557
+ #. Default: "Non-EU Languages"
558
+ #: components/theme/Header/LanguageSwitch
559
+ msgid "Non-EU Languages"
560
+ msgstr ""
561
+
580
562
  #. Default: "Objectives of the adaptation measure"
581
563
  #: components/theme/Views/CaseStudyView
582
564
  msgid "Objectives of the adaptation measure"
@@ -593,7 +575,6 @@ msgid "Observatory contributions"
593
575
  msgstr "Observationsbidrag"
594
576
 
595
577
  #. Default: "Observatory partner"
596
- #: search/health_observatory/config-health
597
578
  #: search/health_observatory/facets-health
598
579
  msgid "Observatory partner"
599
580
  msgstr "Observationspartner"
@@ -728,8 +709,6 @@ msgstr "Søg i Observatory Resource Catalogue..."
728
709
 
729
710
  #. Default: "Section"
730
711
  #: search/cca/facets
731
- #: search/facets
732
- #: search/fise/facets
733
712
  msgid "Section"
734
713
  msgstr "Afsnit"
735
714
 
@@ -840,6 +819,11 @@ msgstr "Datoen refererer til den seneste dato for udgivelsen af ​​varen"
840
819
  msgid "The date refers to the moment in which the item has been prepared or updated by contributing experts to be submitted for the publication in Climate ADAPT"
841
820
  msgstr "Datoen refererer til det tidspunkt, hvor emnet er blevet udarbejdet eller opdateret af bidragende eksperter, der skal indsendes til offentliggørelse i Climate ADAPT"
842
821
 
822
+ #. Default: "This object has been archived because its content is outdated. You can still access it as legacy."
823
+ #: components/theme/PortalMessage/PortalMessage
824
+ msgid "This object has been archived because its content is outdated. You can still access it as legacy."
825
+ msgstr ""
826
+
843
827
  #. Default: "Topics:"
844
828
  #: components/Result/ClusterHorizontalCardItem
845
829
  #: components/Result/HealthHorizontalCardItem
@@ -848,8 +832,6 @@ msgstr "Emner:"
848
832
 
849
833
  #. Default: "Transnational regions"
850
834
  #: search/cca/facets
851
- #: search/facets
852
- #: search/fise/facets
853
835
  msgid "Transnational regions"
854
836
  msgstr "Transnationale regioner"
855
837
 
@@ -859,11 +841,6 @@ msgstr "Transnationale regioner"
859
841
  msgid "Type of item"
860
842
  msgstr "Varetype"
861
843
 
862
- #. Default: "Types"
863
- #: search/health_observatory/config-health
864
- msgid "Types"
865
- msgstr "Typer"
866
-
867
844
  #. Default: "Updating notes"
868
845
  #: components/theme/Views/CaseStudyView
869
846
  msgid "Updating notes"
@@ -915,6 +892,11 @@ msgstr "Når"
915
892
  msgid "Where"
916
893
  msgstr "Hvor"
917
894
 
895
+ #. Default: "Officially reported governmental information is only available in English"
896
+ #: components/manage/Blocks/CountryProfileDetail/View
897
+ msgid "officiallyInEnglish"
898
+ msgstr ""
899
+
918
900
  #. undefined
919
901
 
920
902
  msgid "Adaptation option"
@@ -1187,6 +1169,11 @@ msgstr "Hviderusland"
1187
1169
 
1188
1170
  #. undefined
1189
1171
 
1172
+ msgid "Belgium"
1173
+ msgstr "Belgien"
1174
+
1175
+ #. undefined
1176
+
1190
1177
  msgid "Bosnia and Herzegovina"
1191
1178
  msgstr "Bosnien-Hercegovina"
1192
1179
 
@@ -1222,6 +1209,11 @@ msgstr "Estland"
1222
1209
 
1223
1210
  #. undefined
1224
1211
 
1212
+ msgid "France"
1213
+ msgstr "Frankrig"
1214
+
1215
+ #. undefined
1216
+
1225
1217
  msgid "Faroe Islands"
1226
1218
  msgstr "Færøerne"
1227
1219