@eeacms/volto-cca-policy 0.3.28 → 0.3.30

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 (41) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/locales/bg/LC_MESSAGES/volto.po +53 -5
  3. package/locales/cs/LC_MESSAGES/volto.po +53 -5
  4. package/locales/da/LC_MESSAGES/volto.po +58 -10
  5. package/locales/de/LC_MESSAGES/volto.po +53 -5
  6. package/locales/eea.cca.pot +27 -0
  7. package/locales/el/LC_MESSAGES/volto.po +58 -10
  8. package/locales/en/LC_MESSAGES/volto.po +63 -5
  9. package/locales/es/LC_MESSAGES/volto.po +53 -5
  10. package/locales/et/LC_MESSAGES/volto.po +53 -5
  11. package/locales/fi/LC_MESSAGES/volto.po +53 -5
  12. package/locales/fr/LC_MESSAGES/volto.po +53 -5
  13. package/locales/ga/LC_MESSAGES/volto.po +53 -5
  14. package/locales/hr/LC_MESSAGES/volto.po +53 -5
  15. package/locales/hu/LC_MESSAGES/volto.po +53 -5
  16. package/locales/is/LC_MESSAGES/volto.po +58 -10
  17. package/locales/it/LC_MESSAGES/volto.po +53 -5
  18. package/locales/lt/LC_MESSAGES/volto.po +53 -5
  19. package/locales/lv/LC_MESSAGES/volto.po +58 -10
  20. package/locales/mt/LC_MESSAGES/volto.po +58 -10
  21. package/locales/nl/LC_MESSAGES/volto.po +53 -5
  22. package/locales/nn/LC_MESSAGES/volto.po +58 -10
  23. package/locales/pl/LC_MESSAGES/volto.po +53 -5
  24. package/locales/pt/LC_MESSAGES/volto.po +53 -5
  25. package/locales/ro/LC_MESSAGES/volto.po +53 -5
  26. package/locales/sk/LC_MESSAGES/volto.po +58 -10
  27. package/locales/sl/LC_MESSAGES/volto.po +53 -5
  28. package/locales/sv/LC_MESSAGES/volto.po +58 -10
  29. package/locales/volto.pot +9 -1
  30. package/package.json +1 -1
  31. package/src/components/manage/Blocks/CollectionStatistics/CollectionStatsView.jsx +5 -1
  32. package/src/components/manage/Blocks/CollectionStatistics/styles.less +8 -0
  33. package/src/components/manage/Blocks/MissionSignatoriesProfile/MissionSignatoriesProfileView.js +2 -1
  34. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/ActionPagesTab.jsx +94 -17
  35. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/ActionPagesTab.test.jsx +93 -0
  36. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/AssessmentTab.jsx +4 -14
  37. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/GovernanceTab.jsx +1 -5
  38. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/IntroductionTab.jsx +2 -4
  39. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/PlanningTab.jsx +2 -8
  40. package/src/components/manage/Blocks/RASTBlock/ContextNavigation.jsx +15 -10
  41. package/src/index.js +1 -0
package/CHANGELOG.md CHANGED
@@ -4,6 +4,43 @@ 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.30](https://github.com/eea/volto-cca-policy/compare/0.3.29...0.3.30) - 28 April 2025
8
+
9
+ #### :house: Internal changes
10
+
11
+ - style: Automated code fix [eea-jenkins - [`8e0dbb2`](https://github.com/eea/volto-cca-policy/commit/8e0dbb2444222bbc9c657eb01f1d2487f8d5c8c9)]
12
+
13
+ #### :hammer_and_wrench: Others
14
+
15
+ - Don't need the customization [Tiberiu Ichim - [`47660d5`](https://github.com/eea/volto-cca-policy/commit/47660d5922ddc4926fa90c9cfaae2ccaebad7087)]
16
+ ### [0.3.29](https://github.com/eea/volto-cca-policy/compare/0.3.28...0.3.29) - 25 April 2025
17
+
18
+ #### :rocket: New Features
19
+
20
+ - feat: update action section view - refs #286863 [kreafox - [`742f315`](https://github.com/eea/volto-cca-policy/commit/742f315bbcbb430d1a7328a853a9c6c36e1f6cda)]
21
+
22
+ #### :bug: Bug Fixes
23
+
24
+ - fix: refactor ContextNavigation component [kreafox - [`52b51d2`](https://github.com/eea/volto-cca-policy/commit/52b51d20fc65f11676278d7c534c00635b22883b)]
25
+ - fix: refactor ContextNavigation component [kreafox - [`c4e484a`](https://github.com/eea/volto-cca-policy/commit/c4e484a9ffe87451d718ca3e1c54acafa7293489)]
26
+
27
+ #### :nail_care: Enhancements
28
+
29
+ - change: update sections for mission profile [kreafox - [`0970229`](https://github.com/eea/volto-cca-policy/commit/0970229def468be79eadc60096a5d4ace8a29bdc)]
30
+ - change: update action section view - refs #286863 [kreafox - [`5b60445`](https://github.com/eea/volto-cca-policy/commit/5b60445b10e31c68435638f71c42fb2aba2403f2)]
31
+ - change: update action section view - refs #286863 [kreafox - [`922b844`](https://github.com/eea/volto-cca-policy/commit/922b8449e01b801c41e753ef122c3ecf32e43e53)]
32
+
33
+ #### :house: Internal changes
34
+
35
+ - style: Automated code fix [eea-jenkins - [`8a66f93`](https://github.com/eea/volto-cca-policy/commit/8a66f93c9f993d77c1e6e24d12129bff1c3993c3)]
36
+ - style: Automated code fix [eea-jenkins - [`5439513`](https://github.com/eea/volto-cca-policy/commit/5439513629495812ad89df813402ea7604d57707)]
37
+
38
+ #### :hammer_and_wrench: Others
39
+
40
+ - test: add test for ActionPagesTab to increase code coverage [kreafox - [`c448505`](https://github.com/eea/volto-cca-policy/commit/c44850563a183bc2b81125496b7392c4c6fce471)]
41
+ - Trigger: empty commit [Tripon Eugen - [`3bd3a18`](https://github.com/eea/volto-cca-policy/commit/3bd3a18142f259cbdd0c54522254b2a31e85b14d)]
42
+ - Refs #286886 - try to pass sonarqube [Tripon Eugen - [`f16c978`](https://github.com/eea/volto-cca-policy/commit/f16c9784d3252f72099a067c7ef6201dc08b5688)]
43
+ - Refs #286886 - translations long words less update [Tripon Eugen - [`bd0b4bb`](https://github.com/eea/volto-cca-policy/commit/bd0b4bb7a1f5499efc4db98c164a84baaf5e88b0)]
7
44
  ### [0.3.28](https://github.com/eea/volto-cca-policy/compare/0.3.27...0.3.28) - 22 April 2025
8
45
 
9
46
  #### :rocket: New Features
@@ -20,6 +20,7 @@ msgstr "Наличен е справочен документ за събити
20
20
  #. Default: "Adaptation Approaches"
21
21
  #: search/cca/facets
22
22
  #: search/facets
23
+ #: search/fise/facets
23
24
  #: search/health_observatory/facets-health
24
25
  #: search/mission_all/facets-all
25
26
  #: search/mission_projects/facets-projects
@@ -45,6 +46,7 @@ msgstr "Опции за адаптация, изпълнени в този сл
45
46
  #: search/cca/facets
46
47
  #: search/common
47
48
  #: search/facets
49
+ #: search/fise/facets
48
50
  msgid "Adaptation Sectors"
49
51
  msgstr "Сектори за адаптация"
50
52
 
@@ -149,6 +151,7 @@ msgstr "град:"
149
151
  #: search/cca/facets
150
152
  #: search/common
151
153
  #: search/facets
154
+ #: search/fise/facets
152
155
  msgid "Climate Impacts"
153
156
  msgstr "Климатични въздействия"
154
157
 
@@ -315,6 +318,7 @@ msgstr "Цял екран"
315
318
  #. Default: "Funding Programme"
316
319
  #: search/cca/facets
317
320
  #: search/facets
321
+ #: search/fise/facets
318
322
  #: search/mission_projects/facets-projects
319
323
  #: search/mission_stories/facets-stories
320
324
  msgid "Funding Programme"
@@ -429,6 +433,7 @@ msgstr "Информация"
429
433
  #. Default: "Item from third parties"
430
434
  #: search/cca/facets
431
435
  #: search/facets
436
+ #: search/fise/facets
432
437
  msgid "Item from third parties"
433
438
  msgstr "Артикул от трети страни"
434
439
 
@@ -441,6 +446,7 @@ msgstr "Ключови системи на общността"
441
446
  #: components/manage/Blocks/FilterAceContent/FilterAceContentView
442
447
  #: search/cca/facets
443
448
  #: search/facets
449
+ #: search/fise/facets
444
450
  msgid "Key Type Measure"
445
451
  msgstr "Ключов тип мярка"
446
452
 
@@ -723,6 +729,7 @@ msgstr "Търсете в каталога с ресурси на обсерва
723
729
  #. Default: "Section"
724
730
  #: search/cca/facets
725
731
  #: search/facets
732
+ #: search/fise/facets
726
733
  msgid "Section"
727
734
  msgstr "Раздел"
728
735
 
@@ -842,6 +849,7 @@ msgstr "теми:"
842
849
  #. Default: "Transnational regions"
843
850
  #: search/cca/facets
844
851
  #: search/facets
852
+ #: search/fise/facets
845
853
  msgid "Transnational regions"
846
854
  msgstr "Транснационални региони"
847
855
 
@@ -909,16 +917,36 @@ msgstr "Къде"
909
917
 
910
918
  #. undefined
911
919
 
920
+ msgid "Adaptation option"
921
+ msgstr "Възможност за адаптация"
922
+
923
+ #. undefined
924
+
912
925
  msgid "Case studies"
913
926
  msgstr "Казуси"
914
927
 
915
928
  #. undefined
916
929
 
930
+ msgid "Case study"
931
+ msgstr "Казус от практиката"
932
+
933
+ #. undefined
934
+
917
935
  msgid "Guidance"
918
936
  msgstr "Насоки"
919
937
 
920
938
  #. undefined
921
939
 
940
+ msgid "Indicator"
941
+ msgstr "Индикатор"
942
+
943
+ #. undefined
944
+
945
+ msgid "Information portal"
946
+ msgstr "Информационен портал"
947
+
948
+ #. undefined
949
+
922
950
  msgid "Information portals"
923
951
  msgstr "Информационни портали"
924
952
 
@@ -929,16 +957,31 @@ msgstr "Видеоклипове"
929
957
 
930
958
  #. undefined
931
959
 
960
+ msgid "Video and podcast"
961
+ msgstr "Видео и подкаст"
962
+
963
+ #. undefined
964
+
932
965
  msgid "Organisations"
933
966
  msgstr "организации"
934
967
 
935
968
  #. undefined
936
969
 
970
+ msgid "Organisation"
971
+ msgstr "Организация"
972
+
973
+ #. undefined
974
+
937
975
  msgid "Publication and reports"
938
976
  msgstr "Публикации и доклади"
939
977
 
940
978
  #. undefined
941
979
 
980
+ msgid "Publication and report"
981
+ msgstr "Публикация и доклад"
982
+
983
+ #. undefined
984
+
942
985
  msgid "Publications and reports"
943
986
  msgstr "Публикации и доклади"
944
987
 
@@ -949,11 +992,21 @@ msgstr "Изследователски проекти и проекти за з
949
992
 
950
993
  #. undefined
951
994
 
995
+ msgid "Research and knowledge project"
996
+ msgstr "Проект за изследване и знание"
997
+
998
+ #. undefined
999
+
952
1000
  msgid "Tools"
953
1001
  msgstr "Инструменти"
954
1002
 
955
1003
  #. undefined
956
1004
 
1005
+ msgid "Tool"
1006
+ msgstr "Инструмент"
1007
+
1008
+ #. undefined
1009
+
957
1010
  msgid "Based on your preferences, you can view this page in english"
958
1011
  msgstr "Въз основа на вашите предпочитания можете да видите тази страница на английски език"
959
1012
 
@@ -1004,11 +1057,6 @@ msgstr "Тип опасност"
1004
1057
 
1005
1058
  #. undefined
1006
1059
 
1007
- msgid "Indicator"
1008
- msgstr "Индикатор"
1009
-
1010
- #. undefined
1011
-
1012
1060
  msgid "Zip download"
1013
1061
  msgstr "Zip изтегляне"
1014
1062
 
@@ -20,6 +20,7 @@ msgstr "K dispozici je podkladový dokument akce"
20
20
  #. Default: "Adaptation Approaches"
21
21
  #: search/cca/facets
22
22
  #: search/facets
23
+ #: search/fise/facets
23
24
  #: search/health_observatory/facets-health
24
25
  #: search/mission_all/facets-all
25
26
  #: search/mission_projects/facets-projects
@@ -45,6 +46,7 @@ msgstr "Možnosti adaptace implementované v tomto případě"
45
46
  #: search/cca/facets
46
47
  #: search/common
47
48
  #: search/facets
49
+ #: search/fise/facets
48
50
  msgid "Adaptation Sectors"
49
51
  msgstr "Adaptační sektory"
50
52
 
@@ -149,6 +151,7 @@ msgstr "Město:"
149
151
  #: search/cca/facets
150
152
  #: search/common
151
153
  #: search/facets
154
+ #: search/fise/facets
152
155
  msgid "Climate Impacts"
153
156
  msgstr "Dopady klimatu"
154
157
 
@@ -315,6 +318,7 @@ msgstr "Celá obrazovka"
315
318
  #. Default: "Funding Programme"
316
319
  #: search/cca/facets
317
320
  #: search/facets
321
+ #: search/fise/facets
318
322
  #: search/mission_projects/facets-projects
319
323
  #: search/mission_stories/facets-stories
320
324
  msgid "Funding Programme"
@@ -429,6 +433,7 @@ msgstr "Info"
429
433
  #. Default: "Item from third parties"
430
434
  #: search/cca/facets
431
435
  #: search/facets
436
+ #: search/fise/facets
432
437
  msgid "Item from third parties"
433
438
  msgstr "Položka od třetích stran"
434
439
 
@@ -441,6 +446,7 @@ msgstr "Klíčové komunitní systémy"
441
446
  #: components/manage/Blocks/FilterAceContent/FilterAceContentView
442
447
  #: search/cca/facets
443
448
  #: search/facets
449
+ #: search/fise/facets
444
450
  msgid "Key Type Measure"
445
451
  msgstr "Měření typu klíče"
446
452
 
@@ -723,6 +729,7 @@ msgstr "Prohledejte katalog zdrojů observatoře..."
723
729
  #. Default: "Section"
724
730
  #: search/cca/facets
725
731
  #: search/facets
732
+ #: search/fise/facets
726
733
  msgid "Section"
727
734
  msgstr "Sekce"
728
735
 
@@ -842,6 +849,7 @@ msgstr "témata:"
842
849
  #. Default: "Transnational regions"
843
850
  #: search/cca/facets
844
851
  #: search/facets
852
+ #: search/fise/facets
845
853
  msgid "Transnational regions"
846
854
  msgstr "Nadnárodní regiony"
847
855
 
@@ -909,16 +917,36 @@ msgstr "Kde"
909
917
 
910
918
  #. undefined
911
919
 
920
+ msgid "Adaptation option"
921
+ msgstr "Možnost adaptace"
922
+
923
+ #. undefined
924
+
912
925
  msgid "Case studies"
913
926
  msgstr "Případové studie"
914
927
 
915
928
  #. undefined
916
929
 
930
+ msgid "Case study"
931
+ msgstr "Případová studie"
932
+
933
+ #. undefined
934
+
917
935
  msgid "Guidance"
918
936
  msgstr "Vedení"
919
937
 
920
938
  #. undefined
921
939
 
940
+ msgid "Indicator"
941
+ msgstr "Indikátor"
942
+
943
+ #. undefined
944
+
945
+ msgid "Information portal"
946
+ msgstr "Informační portál"
947
+
948
+ #. undefined
949
+
922
950
  msgid "Information portals"
923
951
  msgstr "Informační portály"
924
952
 
@@ -929,16 +957,31 @@ msgstr "videa"
929
957
 
930
958
  #. undefined
931
959
 
960
+ msgid "Video and podcast"
961
+ msgstr "Video a podcast"
962
+
963
+ #. undefined
964
+
932
965
  msgid "Organisations"
933
966
  msgstr "Organizace"
934
967
 
935
968
  #. undefined
936
969
 
970
+ msgid "Organisation"
971
+ msgstr "Organizace"
972
+
973
+ #. undefined
974
+
937
975
  msgid "Publication and reports"
938
976
  msgstr "Publikace a zprávy"
939
977
 
940
978
  #. undefined
941
979
 
980
+ msgid "Publication and report"
981
+ msgstr "Publikace a zpráva"
982
+
983
+ #. undefined
984
+
942
985
  msgid "Publications and reports"
943
986
  msgstr "Publikace a zprávy"
944
987
 
@@ -949,11 +992,21 @@ msgstr "Výzkumné a znalostní projekty"
949
992
 
950
993
  #. undefined
951
994
 
995
+ msgid "Research and knowledge project"
996
+ msgstr "Výzkumný a znalostní projekt"
997
+
998
+ #. undefined
999
+
952
1000
  msgid "Tools"
953
1001
  msgstr "Nástroje"
954
1002
 
955
1003
  #. undefined
956
1004
 
1005
+ msgid "Tool"
1006
+ msgstr "Nástroj"
1007
+
1008
+ #. undefined
1009
+
957
1010
  msgid "Based on your preferences, you can view this page in english"
958
1011
  msgstr "Na základě vašich preferencí můžete tuto stránku zobrazit v angličtině"
959
1012
 
@@ -1004,11 +1057,6 @@ msgstr "Typ nebezpečí"
1004
1057
 
1005
1058
  #. undefined
1006
1059
 
1007
- msgid "Indicator"
1008
- msgstr "Indikátor"
1009
-
1010
- #. undefined
1011
-
1012
1060
  msgid "Zip download"
1013
1061
  msgstr "Stažení zipu"
1014
1062
 
@@ -20,6 +20,7 @@ msgstr "Et baggrundsdokument for arrangementet er tilgængeligt"
20
20
  #. Default: "Adaptation Approaches"
21
21
  #: search/cca/facets
22
22
  #: search/facets
23
+ #: search/fise/facets
23
24
  #: search/health_observatory/facets-health
24
25
  #: search/mission_all/facets-all
25
26
  #: search/mission_projects/facets-projects
@@ -45,6 +46,7 @@ msgstr "Tilpasningsmuligheder implementeret i dette tilfælde"
45
46
  #: search/cca/facets
46
47
  #: search/common
47
48
  #: search/facets
49
+ #: search/fise/facets
48
50
  msgid "Adaptation Sectors"
49
51
  msgstr "Tilpasningssektorer"
50
52
 
@@ -149,6 +151,7 @@ msgstr "By:"
149
151
  #: search/cca/facets
150
152
  #: search/common
151
153
  #: search/facets
154
+ #: search/fise/facets
152
155
  msgid "Climate Impacts"
153
156
  msgstr "Klimapåvirkninger"
154
157
 
@@ -315,6 +318,7 @@ msgstr "Fuldskærm"
315
318
  #. Default: "Funding Programme"
316
319
  #: search/cca/facets
317
320
  #: search/facets
321
+ #: search/fise/facets
318
322
  #: search/mission_projects/facets-projects
319
323
  #: search/mission_stories/facets-stories
320
324
  msgid "Funding Programme"
@@ -429,6 +433,7 @@ msgstr "Info"
429
433
  #. Default: "Item from third parties"
430
434
  #: search/cca/facets
431
435
  #: search/facets
436
+ #: search/fise/facets
432
437
  msgid "Item from third parties"
433
438
  msgstr "Vare fra tredjepart"
434
439
 
@@ -441,6 +446,7 @@ msgstr "Nøgle fællesskabssystemer"
441
446
  #: components/manage/Blocks/FilterAceContent/FilterAceContentView
442
447
  #: search/cca/facets
443
448
  #: search/facets
449
+ #: search/fise/facets
444
450
  msgid "Key Type Measure"
445
451
  msgstr "Nøgletype Mål"
446
452
 
@@ -723,6 +729,7 @@ msgstr "Søg i Observatory Resource Catalogue..."
723
729
  #. Default: "Section"
724
730
  #: search/cca/facets
725
731
  #: search/facets
732
+ #: search/fise/facets
726
733
  msgid "Section"
727
734
  msgstr "Afsnit"
728
735
 
@@ -842,6 +849,7 @@ msgstr "Emner:"
842
849
  #. Default: "Transnational regions"
843
850
  #: search/cca/facets
844
851
  #: search/facets
852
+ #: search/fise/facets
845
853
  msgid "Transnational regions"
846
854
  msgstr "Transnationale regioner"
847
855
 
@@ -909,16 +917,36 @@ msgstr "Hvor"
909
917
 
910
918
  #. undefined
911
919
 
920
+ msgid "Adaptation option"
921
+ msgstr "Mulighed for tilpasning"
922
+
923
+ #. undefined
924
+
912
925
  msgid "Case studies"
913
926
  msgstr "Casestudier"
914
927
 
915
928
  #. undefined
916
929
 
930
+ msgid "Case study"
931
+ msgstr "Casestudie"
932
+
933
+ #. undefined
934
+
917
935
  msgid "Guidance"
918
936
  msgstr "Vejledning"
919
937
 
920
938
  #. undefined
921
939
 
940
+ msgid "Indicator"
941
+ msgstr "Indikator"
942
+
943
+ #. undefined
944
+
945
+ msgid "Information portal"
946
+ msgstr "Informationsportal"
947
+
948
+ #. undefined
949
+
922
950
  msgid "Information portals"
923
951
  msgstr "Informationsportaler"
924
952
 
@@ -929,16 +957,31 @@ msgstr "Videoer"
929
957
 
930
958
  #. undefined
931
959
 
960
+ msgid "Video and podcast"
961
+ msgstr "Video og podcast"
962
+
963
+ #. undefined
964
+
932
965
  msgid "Organisations"
933
966
  msgstr "Organisationer"
934
967
 
935
968
  #. undefined
936
969
 
970
+ msgid "Organisation"
971
+ msgstr "Organisation"
972
+
973
+ #. undefined
974
+
937
975
  msgid "Publication and reports"
938
976
  msgstr "Udgivelse og rapporter"
939
977
 
940
978
  #. undefined
941
979
 
980
+ msgid "Publication and report"
981
+ msgstr "Udgivelse og rapport"
982
+
983
+ #. undefined
984
+
942
985
  msgid "Publications and reports"
943
986
  msgstr "Publikationer og rapporter"
944
987
 
@@ -949,11 +992,21 @@ msgstr "Forsknings- og vidensprojekter"
949
992
 
950
993
  #. undefined
951
994
 
995
+ msgid "Research and knowledge project"
996
+ msgstr "Forsknings- og vidensprojekt"
997
+
998
+ #. undefined
999
+
952
1000
  msgid "Tools"
953
1001
  msgstr "Værktøjer"
954
1002
 
955
1003
  #. undefined
956
1004
 
1005
+ msgid "Tool"
1006
+ msgstr "Værktøj"
1007
+
1008
+ #. undefined
1009
+
957
1010
  msgid "Based on your preferences, you can view this page in english"
958
1011
  msgstr "Baseret på dine præferencer kan du se denne side på engelsk"
959
1012
 
@@ -1004,11 +1057,6 @@ msgstr "Faretype"
1004
1057
 
1005
1058
  #. undefined
1006
1059
 
1007
- msgid "Indicator"
1008
- msgstr "Indikator"
1009
-
1010
- #. undefined
1011
-
1012
1060
  msgid "Zip download"
1013
1061
  msgstr "Download zip"
1014
1062
 
@@ -1530,12 +1578,12 @@ msgstr "Lokalt (f.eks. by- eller kommuneniveau)"
1530
1578
  #. undefined
1531
1579
 
1532
1580
  msgid "Countries where the funding opportunity is offered"
1533
- msgstr ""
1581
+ msgstr "Lande, hvor finansieringsmuligheden tilbydes"
1534
1582
 
1535
1583
  #. undefined
1536
1584
 
1537
1585
  msgid "Region where the funding is offered"
1538
- msgstr ""
1586
+ msgstr "Region, hvor midlerne tilbydes"
1539
1587
 
1540
1588
  #. undefined
1541
1589
  #: health_menu:43
@@ -2074,7 +2122,7 @@ msgstr "Søg i databasen"
2074
2122
  #. undefined
2075
2123
  #: health_menu:2201
2076
2124
  msgid "Climate Services"
2077
- msgstr ""
2125
+ msgstr "Klimatjenester"
2078
2126
 
2079
2127
  #. undefined
2080
2128
  #: health_menu:222
@@ -3303,7 +3351,7 @@ msgstr "Marine og fiskeri"
3303
3351
  #. undefined
3304
3352
  #: ../../climateadapt/tiles/pt/ast_navigation.pt:98
3305
3353
  msgid "Monitoring & Evaluation (M&E)"
3306
- msgstr ""
3354
+ msgstr "Overvågning & Evaluering (M&E)"
3307
3355
 
3308
3356
  #. undefined
3309
3357
  #: ../../climateadapt/tiles/pt/urbanast_navigation.pt:269
@@ -3389,7 +3437,7 @@ msgstr "Original acevare"
3389
3437
  #. undefined
3390
3438
  #: ../../climateadapt/browser/pt/footer_logos.pt:35
3391
3439
  msgid "Other European Information Systems:<br />&nbsp;"
3392
- msgstr ""
3440
+ msgstr "Andre europæiske informationssystemer:<br />&nbsp"
3393
3441
 
3394
3442
  #. undefined
3395
3443
  #: ../../climateadapt/browser/pt/countries-d3.pt:140