@eeacms/volto-cca-policy 1.0.5 → 1.0.7

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 (123) hide show
  1. package/CHANGELOG.md +43 -1
  2. package/locales/bg/LC_MESSAGES/volto.po +63 -63
  3. package/locales/cs/LC_MESSAGES/volto.po +63 -63
  4. package/locales/da/LC_MESSAGES/volto.po +63 -63
  5. package/locales/de/LC_MESSAGES/volto.po +63 -63
  6. package/locales/el/LC_MESSAGES/volto.po +63 -63
  7. package/locales/en/LC_MESSAGES/volto.po +63 -63
  8. package/locales/es/LC_MESSAGES/volto.po +63 -63
  9. package/locales/et/LC_MESSAGES/volto.po +63 -63
  10. package/locales/fi/LC_MESSAGES/volto.po +63 -63
  11. package/locales/fr/LC_MESSAGES/volto.po +63 -63
  12. package/locales/ga/LC_MESSAGES/volto.po +63 -63
  13. package/locales/hr/LC_MESSAGES/volto.po +63 -63
  14. package/locales/hu/LC_MESSAGES/volto.po +63 -63
  15. package/locales/is/LC_MESSAGES/volto.po +63 -63
  16. package/locales/it/LC_MESSAGES/volto.po +63 -63
  17. package/locales/lt/LC_MESSAGES/volto.po +63 -63
  18. package/locales/lv/LC_MESSAGES/volto.po +63 -63
  19. package/locales/mt/LC_MESSAGES/volto.po +63 -63
  20. package/locales/nl/LC_MESSAGES/volto.po +63 -63
  21. package/locales/nn/LC_MESSAGES/volto.po +63 -63
  22. package/locales/pl/LC_MESSAGES/volto.po +63 -63
  23. package/locales/pt/LC_MESSAGES/volto.po +63 -63
  24. package/locales/ro/LC_MESSAGES/volto.po +63 -63
  25. package/locales/sk/LC_MESSAGES/volto.po +63 -63
  26. package/locales/sl/LC_MESSAGES/volto.po +63 -63
  27. package/locales/sv/LC_MESSAGES/volto.po +63 -63
  28. package/locales/tr/LC_MESSAGES/volto.po +63 -63
  29. package/locales/volto.pot +64 -64
  30. package/package.json +2 -2
  31. package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.jsx +3 -2
  32. package/src/components/index.js +26 -10
  33. package/src/components/manage/Blocks/CollectionStatistics/CollectionStatsEdit.jsx +1 -1
  34. package/src/components/manage/Blocks/CountryMapHeatIndex/View.jsx +2 -2
  35. package/src/components/manage/Blocks/CountryMapObservatory/CountryMapObservatoryOLView.jsx +2 -2
  36. package/src/components/manage/Blocks/CountryMapProfile/OLView.jsx +2 -2
  37. package/src/components/manage/Blocks/FlourishEmbedBlock/FlourishEmbedBlockView.jsx +2 -1
  38. package/src/components/manage/Blocks/FlourishEmbedBlock/schema.js +7 -1
  39. package/src/components/{theme → manage}/Widgets/GeolocationWidget.jsx +1 -1
  40. package/src/components/{theme → manage}/Widgets/GeolocationWidget.test.jsx +1 -1
  41. package/src/components/{theme → manage}/Widgets/ImageWidget.jsx +2 -2
  42. package/src/components/manage/Widgets/ImageWidget.test.jsx +187 -0
  43. package/src/components/{theme → manage}/Widgets/PromotionalImageWidget.test.jsx +9 -3
  44. package/src/components/theme/Content/Fields/BooleanField.jsx +7 -0
  45. package/src/components/theme/Content/Fields/HTMLField.jsx +14 -0
  46. package/src/components/theme/Content/Fields/TextField.jsx +12 -0
  47. package/src/components/theme/Content/Fields/VocabularyField.jsx +26 -0
  48. package/src/components/theme/Content/Fields/index.js +4 -0
  49. package/src/components/theme/Content/Sections/ContentBannerTitle.jsx +26 -0
  50. package/src/{helpers → components/theme/Content/Sections}/ContentMetadata.jsx +11 -312
  51. package/src/components/theme/Content/Sections/ContentRelatedItems.jsx +35 -0
  52. package/src/components/theme/Content/Sections/DocumentsList.jsx +80 -0
  53. package/src/components/theme/Content/Sections/EventDetails.jsx +90 -0
  54. package/src/components/theme/Content/Sections/GeographicMetadata.jsx +83 -0
  55. package/src/components/theme/Content/Sections/ImageGallery/index.js +1 -0
  56. package/src/components/theme/Content/Sections/ItemLogo.jsx +29 -0
  57. package/src/components/theme/Content/Sections/LinkedMetadataItemList.jsx +63 -0
  58. package/src/components/theme/Content/Sections/LinksList.jsx +48 -0
  59. package/src/components/theme/Content/Sections/MetadataItemList.jsx +43 -0
  60. package/src/components/theme/Content/Sections/PublicationDateInfo.jsx +62 -0
  61. package/src/components/theme/Content/Sections/PublishedModifiedInfo.jsx +33 -0
  62. package/src/components/theme/Content/Sections/ReferenceInfo.jsx +137 -0
  63. package/src/components/theme/Content/Sections/ShareInfoButton.jsx +24 -0
  64. package/src/components/theme/Content/Sections/SubjectTags.jsx +19 -0
  65. package/src/components/theme/Content/Sections/Versioning/index.js +3 -0
  66. package/src/components/theme/Content/Sections/geographicMetadataUtils.js +177 -0
  67. package/src/components/theme/Content/Sections/index.js +17 -0
  68. package/src/components/theme/Content/index.js +20 -0
  69. package/src/components/theme/Views/AdaptationOptionView.jsx +6 -8
  70. package/src/components/theme/Views/AdaptationOptionView.test.jsx +5 -8
  71. package/src/components/theme/Views/C3SIndicatorView.jsx +5 -5
  72. package/src/components/theme/Views/CaseStudyView.jsx +6 -8
  73. package/src/components/theme/Views/CcaEventView.jsx +4 -4
  74. package/src/components/theme/Views/DatabaseItemView.jsx +14 -18
  75. package/src/components/theme/Views/EventView.jsx +3 -3
  76. package/src/components/theme/Views/ExtendedToolView.jsx +6 -8
  77. package/src/components/theme/Views/ExtendedToolView.test.jsx +10 -16
  78. package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/MissionSignatoryProfileView.jsx +5 -2
  79. package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/MissionSignatoryProfileView.test.jsx +2 -2
  80. package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/ActionTab.jsx +1 -2
  81. package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/ActionTab.test.jsx +3 -0
  82. package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/AssessmentTab.jsx +1 -2
  83. package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/AssessmentTab.test.jsx +11 -1
  84. package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/GovernanceTab.jsx +1 -2
  85. package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/PlanningTab.jsx +1 -2
  86. package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/PlanningTab.test.jsx +11 -1
  87. package/src/components/theme/Views/NewsItemView.jsx +5 -2
  88. package/src/components/theme/Views/ProjectView.jsx +4 -6
  89. package/src/constants.js +7 -0
  90. package/src/helpers/countryMap.js +1 -4
  91. package/src/helpers/embed.js +11 -0
  92. package/src/helpers/index.js +13 -101
  93. package/src/helpers/string.js +4 -0
  94. package/src/hocs/index.js +1 -0
  95. package/src/{helpers/clientOnly.jsx → hocs/withClientOnly.jsx} +1 -1
  96. package/src/index.js +3 -3
  97. package/src/search/queryUtils.js +64 -0
  98. package/src/components/theme/ShareInfoButton/ShareInfoButton.jsx +0 -26
  99. package/src/components/theme/Widgets/ImageWidget.test.jsx +0 -90
  100. package/src/helpers/Utils.jsx +0 -620
  101. /package/src/components/manage/{TransparentOverlay.jsx → Blocks/CollectionStatistics/TransparentOverlay.jsx} +0 -0
  102. /package/src/components/{theme → manage}/Widgets/GeocharsWidget.jsx +0 -0
  103. /package/src/components/{theme → manage}/Widgets/GeolocationWidgetMapContainer.jsx +0 -0
  104. /package/src/components/{theme → manage}/Widgets/PromotionalImageWidget.jsx +0 -0
  105. /package/src/components/{theme → manage}/Widgets/RASTWidgetView.jsx +0 -0
  106. /package/src/components/{theme → manage}/Widgets/__mocks__/GeolocationWidgetMapContainer.jsx +0 -0
  107. /package/src/components/{theme → manage}/Widgets/utils.js +0 -0
  108. /package/src/components/theme/{ImageGallery → Content/Sections/ImageGallery}/ImageGallery.jsx +0 -0
  109. /package/src/components/theme/{ImageGallery → Content/Sections/ImageGallery}/ImageGallery.test.jsx +0 -0
  110. /package/src/components/theme/{ImageGallery → Content/Sections/ImageGallery}/styles.less +0 -0
  111. /package/src/components/theme/{Views → Content/Sections/Versioning}/ArchivedVersionListing.jsx +0 -0
  112. /package/src/components/theme/{Views → Content/Sections/Versioning}/ArchivedVersionListing.test.jsx +0 -0
  113. /package/src/components/theme/{Views → Content/Sections/Versioning}/ArchivedVersionNotice.jsx +0 -0
  114. /package/src/components/theme/{Views → Content/Sections/Versioning}/ArchivedVersionNotice.test.jsx +0 -0
  115. /package/src/components/theme/{Views → Content/Sections/Versioning}/VersionsGroup.jsx +0 -0
  116. /package/src/components/theme/{Views → Content/Sections/Versioning}/VersionsGroup.test.jsx +0 -0
  117. /package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/ItemsSection.jsx +0 -0
  118. /package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/ItemsSection.test.jsx +0 -0
  119. /package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/NoDataReported.jsx +0 -0
  120. /package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/NoDataReported.test.jsx +0 -0
  121. /package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/StatisticSection.jsx +0 -0
  122. /package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/StatisticSection.test.jsx +0 -0
  123. /package/src/components/theme/{MissionSignatoryProfile → Views/MissionSignatoryProfile}/TabSections/GovernanceTab.test.jsx +0 -0
package/CHANGELOG.md CHANGED
@@ -4,7 +4,36 @@ 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
- ### [1.0.5](https://github.com/eea/volto-cca-policy/compare/1.0.4...1.0.5) - 4 August 2026
7
+ ### [1.0.7](https://github.com/eea/volto-cca-policy/compare/1.0.6...1.0.7) - 14 August 2026
8
+
9
+ #### :rocket: Dependency updates
10
+
11
+ - Release @eeacms/volto-globalsearch@4.1.1 [EEA Jenkins - [`f34f23c`](https://github.com/eea/volto-cca-policy/commit/f34f23c587f32930acd4316d43f2f64fd9338764)]
12
+
13
+ #### :bug: Bug Fixes
14
+
15
+ - fix: imports in GovernanceTab [kreafox - [`c1eb09f`](https://github.com/eea/volto-cca-policy/commit/c1eb09fd59e730fa15c71fd73f625f9811fd98fa)]
16
+ - fix: improve geochars parsing, and enhance capitalizeFirstLetter function [kreafox - [`370deb6`](https://github.com/eea/volto-cca-policy/commit/370deb6395872c4229c0747077f845f8d8375336)]
17
+
18
+ #### :nail_care: Enhancements
19
+
20
+ - refactor: remove unused export of euCountryNamesEnergy from helpers [kreafox - [`5c40276`](https://github.com/eea/volto-cca-policy/commit/5c40276f491e4b3a24de8ebe29e8fdc0d0d2fe57)]
21
+ - refactor: change exported components to default exports in ImageWidget, countryMap, and queryUtils [kreafox - [`43ce27c`](https://github.com/eea/volto-cca-policy/commit/43ce27c9af8f036e34d5ccefe185fa138fa6f823)]
22
+ - refactor: replace clientOnly HOC with withClientOnly and reorganize helper imports [kreafox - [`5e326f3`](https://github.com/eea/volto-cca-policy/commit/5e326f378af2ba784e7f8b4499a28500a04031b5)]
23
+ - refactor: reorganize content sections, views, and widgets [kreafox - [`4ff70ec`](https://github.com/eea/volto-cca-policy/commit/4ff70ec1a763071ace8292eeac6d2f0d692580cb)]
24
+ - refactor: shared content view components into reusable theme modules [kreafox - [`e0f1906`](https://github.com/eea/volto-cca-policy/commit/e0f190606acc8ab74dfad147f751451d1e8f38eb)]
25
+
26
+ #### :hammer_and_wrench: Others
27
+
28
+ - test: increase coverage for ImageWidget [kreafox - [`5fd74bf`](https://github.com/eea/volto-cca-policy/commit/5fd74bfe00db49e4977a64871de3144a7247415d)]
29
+ - core: update locales [kreafox - [`f1ba2dd`](https://github.com/eea/volto-cca-policy/commit/f1ba2dd01269d42da4cdeb948951b65857a05e3d)]
30
+ ### [1.0.6](https://github.com/eea/volto-cca-policy/compare/1.0.5...1.0.6) - 10 August 2026
31
+
32
+ #### :rocket: Dependency updates
33
+
34
+ - Release @eeacms/volto-globalsearch@4.1.0 [EEA Jenkins - [`5d7ddd2`](https://github.com/eea/volto-cca-policy/commit/5d7ddd2cf7a371007a569d185690d655c2c4b2d2)]
35
+
36
+ ### [1.0.5](https://github.com/eea/volto-cca-policy/compare/1.0.4...1.0.5) - 6 August 2026
8
37
 
9
38
  #### :bug: Bug Fixes
10
39
 
@@ -199,6 +228,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
199
228
 
200
229
  #### :house: Internal changes
201
230
 
231
+ - chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
202
232
 
203
233
  #### :hammer_and_wrench: Others
204
234
 
@@ -421,6 +451,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
421
451
 
422
452
  #### :house: Internal changes
423
453
 
454
+ - chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
424
455
 
425
456
  #### :hammer_and_wrench: Others
426
457
 
@@ -957,6 +988,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
957
988
 
958
989
  #### :house: Internal changes
959
990
 
991
+ - chore: [JENKINSFILE] add package version in sonarqube [valentinab25 - [`e901251`](https://github.com/eea/volto-cca-policy/commit/e901251592eb54609fbc7eb8fcf7bd452c2da9cd)]
960
992
 
961
993
  ### [0.3.102](https://github.com/eea/volto-cca-policy/compare/0.3.101...0.3.102) - 24 February 2026
962
994
 
@@ -966,6 +998,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
966
998
 
967
999
  #### :house: Internal changes
968
1000
 
1001
+ - chore: [JENKINSFILE] use sonarqube branches [EEA Jenkins - [`8b3699a`](https://github.com/eea/volto-cca-policy/commit/8b3699a6cbaef662b5e80884ac2c1f7dc9c6591e)]
969
1002
 
970
1003
  ### [0.3.101](https://github.com/eea/volto-cca-policy/compare/0.3.100...0.3.101) - 28 January 2026
971
1004
 
@@ -1253,6 +1286,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1253
1286
  - style: fix item spacing [kreafox - [`7d4535d`](https://github.com/eea/volto-cca-policy/commit/7d4535dbc486e6cb80fc55d6ac8c7c01d9cf48af)]
1254
1287
  - chore: code cleanup [kreafox - [`842419b`](https://github.com/eea/volto-cca-policy/commit/842419b1bce3dc624755c81c9dea672198cab9e2)]
1255
1288
  - style: update teaser block styling [kreafox - [`1e0cad8`](https://github.com/eea/volto-cca-policy/commit/1e0cad8e1ed3ae827ee868dce8ad50b292a937ba)]
1289
+ - chore: update Makefile, run yarn i18n [kreafox - [`61e6962`](https://github.com/eea/volto-cca-policy/commit/61e6962901068ae6512265417a730bd9befd65fe)]
1256
1290
  - chore: move styling to theme folder [kreafox - [`8cf6a1b`](https://github.com/eea/volto-cca-policy/commit/8cf6a1b8b14abf472a9c61b28db574f6d9e0bd3b)]
1257
1291
  - chore: remove ArrayWidget customization [kreafox - [`249bf93`](https://github.com/eea/volto-cca-policy/commit/249bf93054f7726c3d57a8b8ca01b75cd0d30522)]
1258
1292
  - chore: remove Footer customization [kreafox - [`7038af3`](https://github.com/eea/volto-cca-policy/commit/7038af37d48a328dfc31746f3fa84973e2f840ab)]
@@ -4015,10 +4049,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4015
4049
  - Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
4016
4050
  - Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
4017
4051
  - Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
4052
+ - test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
4053
+ - test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
4018
4054
  ### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
4019
4055
 
4020
4056
  #### :house: Internal changes
4021
4057
 
4058
+ - chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
4022
4059
  - chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
4023
4060
 
4024
4061
  #### :hammer_and_wrench: Others
@@ -4035,6 +4072,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4035
4072
  - Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
4036
4073
  - Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
4037
4074
  - Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
4075
+ - test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
4076
+ - test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
4077
+ - test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
4038
4078
  - Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
4039
4079
  - Refs #256681 - Fix error in CCA Event view menu. ([React Intl] An id must be provided to format a message.) [GhitaB - [`517eeb8`](https://github.com/eea/volto-cca-policy/commit/517eeb817264a47bbfd6b9b7d22aaf22d44ed224)]
4040
4080
  - Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
@@ -4251,6 +4291,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4251
4291
 
4252
4292
  #### :house: Internal changes
4253
4293
 
4294
+ - chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
4254
4295
 
4255
4296
  #### :hammer_and_wrench: Others
4256
4297
 
@@ -4731,6 +4772,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4731
4772
  #### :hammer_and_wrench: Others
4732
4773
 
4733
4774
  - Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
4775
+ - Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
4734
4776
  ### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
4735
4777
 
4736
4778
  #### :hammer_and_wrench: Others
@@ -36,7 +36,7 @@ msgid "Adaptation Approaches"
36
36
  msgstr "Подходи за адаптация"
37
37
 
38
38
  #. Default: "Adaptation Approaches:"
39
- #: helpers/ContentMetadata
39
+ #: components/theme/Content/Sections/ContentMetadata
40
40
  msgid "Adaptation Approaches:"
41
41
  msgstr "Подходи за адаптация:"
42
42
 
@@ -161,7 +161,7 @@ msgid "Background information"
161
161
  msgstr "Основна информация"
162
162
 
163
163
  #. Default: "Biogeographical regions:"
164
- #: helpers/ContentMetadata
164
+ #: components/theme/Content/Sections/GeographicMetadata
165
165
  msgid "Biogeographical regions:"
166
166
  msgstr "Биогеографски региони:"
167
167
 
@@ -171,7 +171,7 @@ msgid "Blue options"
171
171
  msgstr "Сини опции"
172
172
 
173
173
  #. Default: "Browse the site, drop an image, or use a URL"
174
- #: components/theme/Widgets/ImageWidget
174
+ #: components/manage/Widgets/ImageWidget
175
175
  msgid "Browse the site, drop an image, or type a URL"
176
176
  msgstr ""
177
177
 
@@ -191,7 +191,7 @@ msgid "Capacity building empowering and lifestyle practices"
191
191
  msgstr "Изграждане на капацитет, овластяване и практики за начин на живот"
192
192
 
193
193
  #. Default: "Case Studies Documents"
194
- #: helpers/Utils
194
+ #: components/theme/Content/Sections/DocumentsList
195
195
  msgid "Case Studies Documents"
196
196
  msgstr "Документи от казуси"
197
197
 
@@ -206,7 +206,7 @@ msgid "Case Study illustrations"
206
206
  msgstr "Илюстрации от казус"
207
207
 
208
208
  #. Default: "Case studies related to this option:"
209
- #: helpers/ContentMetadata
209
+ #: components/theme/Content/Sections/ContentMetadata
210
210
  msgid "Case studies related to this option:"
211
211
  msgstr "Казуси, свързани с тази опция:"
212
212
 
@@ -226,7 +226,7 @@ msgid "Challenges"
226
226
  msgstr "Предизвикателства"
227
227
 
228
228
  #. Default: "Choose a file"
229
- #: components/theme/Widgets/PromotionalImageWidget
229
+ #: components/manage/Widgets/PromotionalImageWidget
230
230
  msgid "Choose a file"
231
231
  msgstr "Изберете файл"
232
232
 
@@ -246,7 +246,7 @@ msgid "Choose thematic map:"
246
246
  msgstr "Изберете тематична карта:"
247
247
 
248
248
  #. Default: "City:"
249
- #: helpers/ContentMetadata
249
+ #: components/theme/Content/Sections/GeographicMetadata
250
250
  msgid "City:"
251
251
  msgstr "град:"
252
252
 
@@ -274,7 +274,7 @@ msgid "Climate impacts"
274
274
  msgstr "Въздействия на климата"
275
275
 
276
276
  #. Default: "Climate impacts:"
277
- #: helpers/ContentMetadata
277
+ #: components/theme/Content/Sections/ContentMetadata
278
278
  msgid "Climate impacts:"
279
279
  msgstr "Климатични въздействия:"
280
280
 
@@ -326,7 +326,7 @@ msgid "Contact information for the Observatory"
326
326
  msgstr "Информация за връзка с обсерваторията"
327
327
 
328
328
  #. Default: "Contributor:"
329
- #: helpers/Utils
329
+ #: components/theme/Content/Sections/ReferenceInfo
330
330
  msgid "Contributor:"
331
331
  msgstr "Сътрудник:"
332
332
 
@@ -354,7 +354,7 @@ msgid "Countries"
354
354
  msgstr "Държави"
355
355
 
356
356
  #. Default: "Countries:"
357
- #: helpers/ContentMetadata
357
+ #: components/theme/Content/Sections/GeographicMetadata
358
358
  msgid "Countries:"
359
359
  msgstr "Държави:"
360
360
 
@@ -379,23 +379,23 @@ msgid "Data sources"
379
379
  msgstr ""
380
380
 
381
381
  #. Default: "Date of creation:"
382
- #: helpers/ContentMetadata
382
+ #: components/theme/Content/Sections/ContentMetadata
383
383
  msgid "Date of creation:"
384
384
  msgstr "Дата на създаване:"
385
385
 
386
386
  #. Default: "Date of publication:"
387
- #: helpers/ContentMetadata
387
+ #: components/theme/Content/Sections/ContentMetadata
388
388
  msgid "Date of publication:"
389
389
  msgstr "Дата на публикуване:"
390
390
 
391
391
  #. Default: "Date of release:"
392
- #: helpers/ContentMetadata
392
+ #: components/theme/Content/Sections/ContentMetadata
393
393
  msgid "Date of release:"
394
394
  msgstr "Дата на издаване:"
395
395
 
396
396
  #. Default: "Description"
397
+ #: components/theme/Content/Sections/ItemLogo
397
398
  #: components/theme/Views/AdaptationOptionView
398
- #: helpers/Utils
399
399
  msgid "Description"
400
400
  msgstr "Описание"
401
401
 
@@ -410,12 +410,12 @@ msgid "Disclaimer"
410
410
  msgstr "Отказ от отговорност"
411
411
 
412
412
  #. Default: "Documents"
413
- #: helpers/Utils
413
+ #: components/theme/Content/Sections/DocumentsList
414
414
  msgid "Documents"
415
415
  msgstr "Документи"
416
416
 
417
417
  #. Default: "Download Event"
418
- #: helpers/Utils
418
+ #: components/theme/Content/Sections/EventDetails
419
419
  msgid "Download Event"
420
420
  msgstr "Изтегляне на събитие"
421
421
 
@@ -425,27 +425,27 @@ msgid "Download the detailed agenda"
425
425
  msgstr "Изтеглете подробния дневен ред"
426
426
 
427
427
  #. Default: "Download this event in iCal format"
428
- #: helpers/Utils
428
+ #: components/theme/Content/Sections/EventDetails
429
429
  msgid "Download this event in iCal format"
430
430
  msgstr "Изтеглете това събитие във формат iCal"
431
431
 
432
432
  #. Default: "Drop file here to replace the existing file"
433
- #: components/theme/Widgets/PromotionalImageWidget
433
+ #: components/manage/Widgets/PromotionalImageWidget
434
434
  msgid "Drop file here to replace the existing file"
435
435
  msgstr "Пуснете файла тук, за да замените съществуващия файл"
436
436
 
437
437
  #. Default: "Drop file here to upload a new file"
438
- #: components/theme/Widgets/PromotionalImageWidget
438
+ #: components/manage/Widgets/PromotionalImageWidget
439
439
  msgid "Drop file here to upload a new file"
440
440
  msgstr "Пуснете файл тук, за да качите нов файл"
441
441
 
442
442
  #. Default: "Drop files here ..."
443
- #: components/theme/Widgets/PromotionalImageWidget
443
+ #: components/manage/Widgets/PromotionalImageWidget
444
444
  msgid "Drop files here ..."
445
445
  msgstr "Пуснете файлове тук..."
446
446
 
447
447
  #. Default: "Duration:"
448
- #: helpers/ContentMetadata
448
+ #: components/theme/Content/Sections/ContentMetadata
449
449
  msgid "Duration:"
450
450
  msgstr "Продължителност:"
451
451
 
@@ -548,7 +548,7 @@ msgid "Funding Programme"
548
548
  msgstr "Програма за финансиране"
549
549
 
550
550
  #. Default: "Funding Programme:"
551
- #: helpers/ContentMetadata
551
+ #: components/theme/Content/Sections/ContentMetadata
552
552
  msgid "Funding Programme:"
553
553
  msgstr "Програма за финансиране:"
554
554
 
@@ -558,7 +558,7 @@ msgid "Funding oportunity"
558
558
  msgstr "Възможност за финансиране"
559
559
 
560
560
  #. Default: "Geographic characterisation:"
561
- #: helpers/ContentMetadata
561
+ #: components/theme/Content/Sections/ContentMetadata
562
562
  msgid "Geographic characterisation:"
563
563
  msgstr "Географска характеристика:"
564
564
 
@@ -583,7 +583,7 @@ msgid "Governance and Institutional"
583
583
  msgstr "Управление и институционално"
584
584
 
585
585
  #. Default: "Governance level:"
586
- #: helpers/ContentMetadata
586
+ #: components/theme/Content/Sections/ContentMetadata
587
587
  msgid "Governance level:"
588
588
  msgstr "Ниво на управление:"
589
589
 
@@ -628,7 +628,7 @@ msgid "Health Impacts"
628
628
  msgstr "Въздействия върху здравето"
629
629
 
630
630
  #. Default: "Health impact:"
631
- #: helpers/ContentMetadata
631
+ #: components/theme/Content/Sections/ContentMetadata
632
632
  msgid "Health impact:"
633
633
  msgstr "Въздействие върху здравето:"
634
634
 
@@ -648,7 +648,7 @@ msgid "Heat health warning systems (HHWS)"
648
648
  msgstr "Системи за предупреждение за здравето при топлина (HHWS)"
649
649
 
650
650
  #. Default: "IPCC adaptation options categories:"
651
- #: helpers/ContentMetadata
651
+ #: components/theme/Content/Sections/ContentMetadata
652
652
  msgid "IPCC adaptation options categories:"
653
653
  msgstr "Категории опции за адаптиране на IPCC:"
654
654
 
@@ -684,7 +684,7 @@ msgid "Indicators"
684
684
  msgstr "Индикатори"
685
685
 
686
686
  #. Default: "Info"
687
- #: helpers/Utils
687
+ #: components/theme/Content/Sections/EventDetails
688
688
  msgid "Info"
689
689
  msgstr "Информация"
690
690
 
@@ -730,12 +730,12 @@ msgid "Key Type Measure"
730
730
  msgstr "Ключов тип мярка"
731
731
 
732
732
  #. Default: "Key Type Measures (KTMs) are a common approach for grouping and classifying climate change adaptation actions and measures, supporting harmonized reporting, comparability, and systematic analysis across adaptation policies and governance levels."
733
- #: helpers/ContentMetadata
733
+ #: components/theme/Content/Sections/ContentMetadata
734
734
  msgid "Key Type Measures (KTMs) are a common approach for grouping and classifying climate change adaptation actions and measures, supporting harmonized reporting, comparability, and systematic analysis across adaptation policies and governance levels."
735
735
  msgstr ""
736
736
 
737
737
  #. Default: "Key Type Measures:"
738
- #: helpers/ContentMetadata
738
+ #: components/theme/Content/Sections/ContentMetadata
739
739
  msgid "Key Type Measures:"
740
740
  msgstr "Основен тип мерки:"
741
741
 
@@ -750,7 +750,7 @@ msgid "Key type measures"
750
750
  msgstr "Ключов тип мерки"
751
751
 
752
752
  #. Default: "Keywords:"
753
- #: helpers/ContentMetadata
753
+ #: components/theme/Content/Sections/ContentMetadata
754
754
  msgid "Keywords:"
755
755
  msgstr "Ключови думи:"
756
756
 
@@ -868,7 +868,7 @@ msgid "Looking for more information?"
868
868
  msgstr "Търсите повече информация?"
869
869
 
870
870
  #. Default: "Macro-Transnational region:"
871
- #: helpers/ContentMetadata
871
+ #: components/theme/Content/Sections/GeographicMetadata
872
872
  msgid "Macro-Transnational region:"
873
873
  msgstr "Макро-транснационален регион:"
874
874
 
@@ -999,7 +999,7 @@ msgid "Objectives of the adaptation measure"
999
999
  msgstr "Цели на мярката за адаптиране"
1000
1000
 
1001
1001
  #. Default: "Observatory Contributions:"
1002
- #: helpers/Utils
1002
+ #: components/theme/Content/Sections/ReferenceInfo
1003
1003
  msgid "Observatory Contributions:"
1004
1004
  msgstr "Принос на обсерваторията:"
1005
1005
 
@@ -1030,7 +1030,7 @@ msgid "Organisation"
1030
1030
  msgstr "Организация"
1031
1031
 
1032
1032
  #. Default: "Organisation Documents"
1033
- #: helpers/Utils
1033
+ #: components/theme/Content/Sections/DocumentsList
1034
1034
  msgid "Organisation Documents"
1035
1035
  msgstr "Организационни документи"
1036
1036
 
@@ -1095,7 +1095,7 @@ msgid "Practical information"
1095
1095
  msgstr "Практическа информация"
1096
1096
 
1097
1097
  #. Default: "Previous versions of this indicator"
1098
- #: components/theme/Views/ArchivedVersionListing
1098
+ #: components/theme/Content/Sections/Versioning/ArchivedVersionListing
1099
1099
  msgid "Previous versions of this indicator"
1100
1100
  msgstr ""
1101
1101
 
@@ -1110,7 +1110,7 @@ msgid "Publication reference"
1110
1110
  msgstr "Справка на публикацията"
1111
1111
 
1112
1112
  #. Default: "Publications and Reports Documents"
1113
- #: helpers/Utils
1113
+ #: components/theme/Content/Sections/DocumentsList
1114
1114
  msgid "Publications and Reports Documents"
1115
1115
  msgstr "Публикации и доклади Документи"
1116
1116
 
@@ -1120,7 +1120,7 @@ msgid "Published"
1120
1120
  msgstr "Публикувано"
1121
1121
 
1122
1122
  #. Default: "Published in Climate-ADAPT"
1123
- #: helpers/Utils
1123
+ #: components/theme/Content/Sections/PublishedModifiedInfo
1124
1124
  msgid "Published in Climate-ADAPT"
1125
1125
  msgstr "Публикувано в Climate-ADAPT"
1126
1126
 
@@ -1151,7 +1151,7 @@ msgid "Reference Information"
1151
1151
  msgstr "Справочна информация"
1152
1152
 
1153
1153
  #. Default: "Reference information"
1154
- #: helpers/Utils
1154
+ #: components/theme/Content/Sections/ReferenceInfo
1155
1155
  msgid "Reference information"
1156
1156
  msgstr "Справочна информация"
1157
1157
 
@@ -1182,7 +1182,7 @@ msgid "Related Resources"
1182
1182
  msgstr "Свързани ресурси"
1183
1183
 
1184
1184
  #. Default: "Related content:"
1185
- #: helpers/Utils
1185
+ #: components/theme/Content/Sections/ContentRelatedItems
1186
1186
  msgid "Related content:"
1187
1187
  msgstr "Свързано съдържание:"
1188
1188
 
@@ -1217,7 +1217,7 @@ msgid "Remove {title} from comparison"
1217
1217
  msgstr ""
1218
1218
 
1219
1219
  #. Default: "Replace existing file"
1220
- #: components/theme/Widgets/PromotionalImageWidget
1220
+ #: components/manage/Widgets/PromotionalImageWidget
1221
1221
  msgid "Replace existing file"
1222
1222
  msgstr "Замяна на съществуващ файл"
1223
1223
 
@@ -1262,7 +1262,7 @@ msgid "Sector"
1262
1262
  msgstr "Сектор"
1263
1263
 
1264
1264
  #. Default: "Sectors:"
1265
- #: helpers/ContentMetadata
1265
+ #: components/theme/Content/Sections/ContentMetadata
1266
1266
  msgid "Sectors:"
1267
1267
  msgstr "Сектори:"
1268
1268
 
@@ -1272,12 +1272,12 @@ msgid "See all matching tools"
1272
1272
  msgstr ""
1273
1273
 
1274
1274
  #. Default: "See less"
1275
- #: helpers/Utils
1275
+ #: components/theme/Content/Sections/ReferenceInfo
1276
1276
  msgid "See less"
1277
1277
  msgstr "Вижте по-малко"
1278
1278
 
1279
1279
  #. Default: "See more"
1280
- #: helpers/Utils
1280
+ #: components/theme/Content/Sections/ReferenceInfo
1281
1281
  msgid "See more"
1282
1282
  msgstr "Вижте повече"
1283
1283
 
@@ -1309,7 +1309,7 @@ msgstr ""
1309
1309
 
1310
1310
  #. Default: "Share your information"
1311
1311
  #: components/manage/Blocks/SearchAceContent/SearchAceContentView
1312
- #: components/theme/ShareInfoButton/ShareInfoButton
1312
+ #: components/theme/Content/Sections/ShareInfoButton
1313
1313
  msgid "Share your information"
1314
1314
  msgstr "Споделете вашата информация"
1315
1315
 
@@ -1329,8 +1329,8 @@ msgid "Some selected tools could not be loaded and were skipped."
1329
1329
  msgstr ""
1330
1330
 
1331
1331
  #. Default: "Source"
1332
+ #: components/theme/Content/Sections/ReferenceInfo
1332
1333
  #: components/theme/Views/CaseStudyView
1333
- #: helpers/Utils
1334
1334
  msgid "Source"
1335
1335
  msgstr "Източник"
1336
1336
 
@@ -1377,7 +1377,7 @@ msgid "Strengths and possible limitations of the tool"
1377
1377
  msgstr ""
1378
1378
 
1379
1379
  #. Default: "Sub Nationals:"
1380
- #: helpers/ContentMetadata
1380
+ #: components/theme/Content/Sections/GeographicMetadata
1381
1381
  msgid "Sub Nationals:"
1382
1382
  msgstr "Субнационали:"
1383
1383
 
@@ -1413,17 +1413,17 @@ msgid "The Adaptation Support Tool - Getting started"
1413
1413
  msgstr "Инструментът за поддръжка на адаптация - Първи стъпки"
1414
1414
 
1415
1415
  #. Default: "The date refers to the date of release of the video"
1416
- #: helpers/ContentMetadata
1416
+ #: components/theme/Content/Sections/PublicationDateInfo
1417
1417
  msgid "The date refers to the date of release of the video"
1418
1418
  msgstr "Датата се отнася за датата на пускане на видеоклипа"
1419
1419
 
1420
1420
  #. Default: "The date refers to the latest date of publication of the item"
1421
- #: helpers/ContentMetadata
1421
+ #: components/theme/Content/Sections/PublicationDateInfo
1422
1422
  msgid "The date refers to the latest date of publication of the item"
1423
1423
  msgstr "Датата се отнася за последната дата на публикуване на артикула"
1424
1424
 
1425
1425
  #. Default: "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"
1426
- #: helpers/ContentMetadata
1426
+ #: components/theme/Content/Sections/PublicationDateInfo
1427
1427
  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"
1428
1428
  msgstr "Датата се отнася до момента, в който елементът е бил подготвен или актуализиран от участващи експерти, за да бъде изпратен за публикуване в Climate ADAPT"
1429
1429
 
@@ -1545,7 +1545,7 @@ msgid "Updating notes"
1545
1545
  msgstr "Актуализиране на бележки"
1546
1546
 
1547
1547
  #. Default: "Uploading image"
1548
- #: components/theme/Widgets/ImageWidget
1548
+ #: components/manage/Widgets/ImageWidget
1549
1549
  msgid "Uploading image"
1550
1550
  msgstr ""
1551
1551
 
@@ -1570,7 +1570,7 @@ msgid "User support provisions"
1570
1570
  msgstr ""
1571
1571
 
1572
1572
  #. Default: "Versions"
1573
- #: components/theme/Views/VersionsGroup
1573
+ #: components/theme/Content/Sections/Versioning/VersionsGroup
1574
1574
  msgid "Versions"
1575
1575
  msgstr ""
1576
1576
 
@@ -1590,17 +1590,17 @@ msgid "View"
1590
1590
  msgstr ""
1591
1591
 
1592
1592
  #. Default: "View all contributions in the resource catalogue"
1593
- #: helpers/Utils
1593
+ #: components/theme/Content/Sections/ReferenceInfo
1594
1594
  msgid "View all contributions in the resource catalogue"
1595
1595
  msgstr "Вижте всички приноси в каталога с ресурси"
1596
1596
 
1597
1597
  #. Default: "View latest version"
1598
- #: components/theme/Views/ArchivedVersionNotice
1598
+ #: components/theme/Content/Sections/Versioning/ArchivedVersionNotice
1599
1599
  msgid "View latest version"
1600
1600
  msgstr ""
1601
1601
 
1602
1602
  #. Default: "Visit external website"
1603
- #: helpers/Utils
1603
+ #: components/theme/Content/Sections/EventDetails
1604
1604
  msgid "Visit external website"
1605
1605
  msgstr "Посетете външен уебсайт"
1606
1606
 
@@ -1610,7 +1610,7 @@ msgid "Warning: Potential broken links"
1610
1610
  msgstr ""
1611
1611
 
1612
1612
  #. Default: "Web"
1613
- #: helpers/Utils
1613
+ #: components/theme/Content/Sections/EventDetails
1614
1614
  msgid "Web"
1615
1615
  msgstr "Мрежа"
1616
1616
 
@@ -1625,8 +1625,8 @@ msgid "Websites"
1625
1625
  msgstr "уебсайтове"
1626
1626
 
1627
1627
  #. Default: "Websites:"
1628
+ #: components/theme/Content/Sections/ReferenceInfo
1628
1629
  #: components/theme/Views/AdaptationOptionView
1629
- #: helpers/Utils
1630
1630
  msgid "Websites:"
1631
1631
  msgstr "уебсайтове:"
1632
1632
 
@@ -1641,12 +1641,12 @@ msgid "What stage of the adaptation stage are you working on?"
1641
1641
  msgstr ""
1642
1642
 
1643
1643
  #. Default: "When"
1644
- #: helpers/Utils
1644
+ #: components/theme/Content/Sections/EventDetails
1645
1645
  msgid "When"
1646
1646
  msgstr "Кога"
1647
1647
 
1648
1648
  #. Default: "Where"
1649
- #: helpers/Utils
1649
+ #: components/theme/Content/Sections/EventDetails
1650
1650
  msgid "Where"
1651
1651
  msgstr "Къде"
1652
1652
 
@@ -1666,7 +1666,7 @@ msgid "Yes"
1666
1666
  msgstr ""
1667
1667
 
1668
1668
  #. Default: "You are viewing an archived version."
1669
- #: components/theme/Views/ArchivedVersionNotice
1669
+ #: components/theme/Content/Sections/Versioning/ArchivedVersionNotice
1670
1670
  msgid "You are viewing an archived version."
1671
1671
  msgstr ""
1672
1672
 
@@ -1701,12 +1701,12 @@ msgid "exclusion_of_liability.title"
1701
1701
  msgstr "Изключване на отговорност"
1702
1702
 
1703
1703
  #. Default: "Could not import the selected image."
1704
- #: components/theme/Widgets/ImageWidget
1704
+ #: components/manage/Widgets/ImageWidget
1705
1705
  msgid "imageImportFailed"
1706
1706
  msgstr ""
1707
1707
 
1708
1708
  #. Default: "latest"
1709
- #: components/theme/Views/VersionsGroup
1709
+ #: components/theme/Content/Sections/Versioning/VersionsGroup
1710
1710
  msgid "latest"
1711
1711
  msgstr ""
1712
1712
 
@@ -1721,7 +1721,7 @@ msgid "link-integrity: loading references"
1721
1721
  msgstr ""
1722
1722
 
1723
1723
  #. Default: "Enter a URL to an image"
1724
- #: components/theme/Widgets/ImageWidget
1724
+ #: components/manage/Widgets/ImageWidget
1725
1725
  msgid "linkAnImage"
1726
1726
  msgstr ""
1727
1727
 
@@ -1731,7 +1731,7 @@ msgid "officiallyInEnglish"
1731
1731
  msgstr "Официално докладваната правителствена информация е достъпна само на английски език"
1732
1732
 
1733
1733
  #. Default: "Pick an existing image"
1734
- #: components/theme/Widgets/ImageWidget
1734
+ #: components/manage/Widgets/ImageWidget
1735
1735
  msgid "pickAnImage"
1736
1736
  msgstr ""
1737
1737
 
@@ -1751,7 +1751,7 @@ msgid "refers to"
1751
1751
  msgstr ""
1752
1752
 
1753
1753
  #. Default: "Upload an image from your computer"
1754
- #: components/theme/Widgets/ImageWidget
1754
+ #: components/manage/Widgets/ImageWidget
1755
1755
  msgid "uploadAnImage"
1756
1756
  msgstr ""
1757
1757