@eeacms/volto-cca-policy 0.3.106 → 0.3.107
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.
- package/CHANGELOG.md +82 -0
- package/locales/bg/LC_MESSAGES/volto.po +97 -6
- package/locales/cs/LC_MESSAGES/volto.po +97 -6
- package/locales/da/LC_MESSAGES/volto.po +97 -6
- package/locales/de/LC_MESSAGES/volto.po +98 -7
- package/locales/el/LC_MESSAGES/volto.po +97 -6
- package/locales/en/LC_MESSAGES/volto.po +97 -6
- package/locales/es/LC_MESSAGES/volto.po +97 -6
- package/locales/et/LC_MESSAGES/volto.po +97 -6
- package/locales/fi/LC_MESSAGES/volto.po +97 -6
- package/locales/fr/LC_MESSAGES/volto.po +97 -6
- package/locales/ga/LC_MESSAGES/volto.po +97 -6
- package/locales/hr/LC_MESSAGES/volto.po +97 -6
- package/locales/hu/LC_MESSAGES/volto.po +97 -6
- package/locales/is/LC_MESSAGES/volto.po +97 -6
- package/locales/it/LC_MESSAGES/volto.po +97 -6
- package/locales/lt/LC_MESSAGES/volto.po +97 -6
- package/locales/lv/LC_MESSAGES/volto.po +97 -6
- package/locales/mt/LC_MESSAGES/volto.po +97 -6
- package/locales/nl/LC_MESSAGES/volto.po +97 -6
- package/locales/nn/LC_MESSAGES/volto.po +97 -6
- package/locales/pl/LC_MESSAGES/volto.po +97 -6
- package/locales/pt/LC_MESSAGES/volto.po +97 -6
- package/locales/ro/LC_MESSAGES/volto.po +97 -6
- package/locales/sk/LC_MESSAGES/volto.po +97 -6
- package/locales/sl/LC_MESSAGES/volto.po +97 -6
- package/locales/sv/LC_MESSAGES/volto.po +97 -6
- package/locales/tr/LC_MESSAGES/volto.po +97 -6
- package/locales/volto.pot +98 -7
- package/package.json +8 -6
- package/src/components/index.js +2 -0
- package/src/components/manage/Blocks/CollectionStatistics/CollectionStatsView.test.jsx +28 -13
- package/src/components/manage/Blocks/ECDEIndicators/ECDEIndicatorsView.jsx +2 -1
- package/src/components/manage/Blocks/FilterAceContent/FilterAceContentView.jsx +317 -180
- package/src/components/manage/Blocks/FilterAceContent/FilterAceContentView.test.jsx +137 -0
- package/src/components/manage/Blocks/FilterAceContent/index.js +14 -0
- package/src/components/manage/Blocks/FilterAceContent/schema.js +4 -0
- package/src/components/manage/Blocks/FilterAceContent/style.less +100 -8
- package/src/components/manage/Blocks/Listing/EventCardsListingView.jsx +2 -1
- package/src/components/manage/Blocks/Listing/EventCardsListingView.test.jsx +164 -0
- package/src/components/manage/Blocks/Listing/SimpleCardsListingView.jsx +60 -0
- package/src/components/manage/Blocks/Listing/SimpleCardsListingView.test.jsx +81 -0
- package/src/components/manage/Blocks/Listing/SimpleItemListingView.jsx +29 -0
- package/src/components/manage/Blocks/Listing/SimpleItemListingView.test.jsx +60 -0
- package/src/components/manage/Blocks/Listing/index.js +16 -0
- package/src/components/manage/Blocks/Listing/styles.less +5 -0
- package/src/components/theme/MissionSignatoryProfile/TabSections/ActionTab.jsx +1 -1
- package/src/components/theme/MissionSignatoryProfile/TabSections/ActionTab.test.jsx +13 -11
- package/src/components/theme/MissionSignatoryProfile/TabSections/AssessmentTab.jsx +1 -1
- package/src/components/theme/MissionSignatoryProfile/TabSections/GovernanceTab.jsx +1 -1
- package/src/components/theme/MissionSignatoryProfile/TabSections/PlanningTab.jsx +1 -1
- package/src/components/theme/Views/AdaptationOptionView.jsx +247 -214
- package/src/components/theme/Views/AdaptationOptionView.test.jsx +199 -46
- package/src/components/theme/Views/DatabaseItemView.jsx +2 -20
- package/src/components/theme/Widgets/ImageWidget.jsx +493 -0
- package/src/components/theme/Widgets/ImageWidget.test.jsx +90 -0
- package/src/constants.js +40 -6
- package/src/helpers/Constants.jsx +0 -12
- package/src/helpers/ContentMetadata.jsx +98 -16
- package/src/helpers/Utils.jsx +106 -71
- package/src/helpers/index.js +62 -20
- package/src/index.js +36 -17
- package/src/search/cca/config.js +2 -2
- package/src/search/mission_funding/config-funding.js +2 -2
- package/src/utils.js +52 -0
- package/theme/extras/header.overrides +1 -2
- package/theme/globals/blocks.less +0 -63
- package/theme/globals/site.overrides +108 -21
- package/theme/globals/views.less +43 -1
- /package/src/components/theme/{MissionSignatoryProfile → AccordionList}/AccordionList.jsx +0 -0
- /package/src/components/theme/{MissionSignatoryProfile → AccordionList}/AccordionList.test.jsx +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,88 @@ 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.107](https://github.com/eea/volto-cca-policy/compare/0.3.106...0.3.107) - 30 March 2026
|
|
8
|
+
|
|
9
|
+
#### :rocket: New Features
|
|
10
|
+
|
|
11
|
+
- feat: add ImageWidget [kreafox - [`c34bea0`](https://github.com/eea/volto-cca-policy/commit/c34bea079d24423e33cf30dac27c5f44ffb53bb6)]
|
|
12
|
+
- feat: add contentTypeLabel prop for keywords [kreafox - [`2c86ae6`](https://github.com/eea/volto-cca-policy/commit/2c86ae637231bd1c1c6583f308c8c189157ae842)]
|
|
13
|
+
- feat: add linked metadata item list for advanced search query generation - refs #296808 [kreafox - [`39ed242`](https://github.com/eea/volto-cca-policy/commit/39ed24201e4b9678532a82adb8b30450522c7ed7)]
|
|
14
|
+
- feat: add Related Resources on Adaptation Option view [kreafox - [`7c6df4f`](https://github.com/eea/volto-cca-policy/commit/7c6df4f7ca76e347d0b93a38764d4ef3e4e9f381)]
|
|
15
|
+
- feat(block): add multiselect, better filter selection logic and improve styling [kreafox - [`93add14`](https://github.com/eea/volto-cca-policy/commit/93add14abd98dba9aa18e084de98a33c02894df3)]
|
|
16
|
+
- feat(block): add "Adaptation Approaches" filter category [kreafox - [`17ad43f`](https://github.com/eea/volto-cca-policy/commit/17ad43fd05d39a12c69f9527d38d97aae9f9805c)]
|
|
17
|
+
|
|
18
|
+
#### :rocket: Dependency updates
|
|
19
|
+
|
|
20
|
+
- Release @eeacms/volto-tabs-block@10.0.0 [EEA Jenkins - [`ee9bd2d`](https://github.com/eea/volto-cca-policy/commit/ee9bd2d1bc0c3812ec4410a7f08df62b6b226a73)]
|
|
21
|
+
- Release @eeacms/volto-datablocks@8.0.0 [EEA Jenkins - [`1726f4b`](https://github.com/eea/volto-cca-policy/commit/1726f4ba856fdf660d7bd9ea7625142517b9e235)]
|
|
22
|
+
- Release @eeacms/volto-slate-label@2.0.0 [EEA Jenkins - [`36bc0d6`](https://github.com/eea/volto-cca-policy/commit/36bc0d6499fefedfd530e03dc2bc735ac1197dad)]
|
|
23
|
+
- Release @eeacms/volto-globalsearch@4.0.0 [EEA Jenkins - [`9189601`](https://github.com/eea/volto-cca-policy/commit/9189601b684012d9b9d268f213e86d28cf7db6c6)]
|
|
24
|
+
|
|
25
|
+
#### :bug: Bug Fixes
|
|
26
|
+
|
|
27
|
+
- fix: update tests [kreafox - [`cc2fefc`](https://github.com/eea/volto-cca-policy/commit/cc2fefc89790896e97300f9fdd8db7a210e0f514)]
|
|
28
|
+
- fix: test [kreafox - [`135e29e`](https://github.com/eea/volto-cca-policy/commit/135e29e763ea36f0ea6c019841790dcd6145f45a)]
|
|
29
|
+
- fix: add sans-serif fallback to Icons font-family [kreafox - [`85705a9`](https://github.com/eea/volto-cca-policy/commit/85705a9197d26873cd968b50baf1dc501e3ad8ef)]
|
|
30
|
+
- fix: sonarqube issues [kreafox - [`6b6a9ab`](https://github.com/eea/volto-cca-policy/commit/6b6a9abe019bbad50ee91079707dadeec071d780)]
|
|
31
|
+
- fix(view): description handling in Adaptation Option [kreafox - [`c3d44ab`](https://github.com/eea/volto-cca-policy/commit/c3d44ab7543071ce57fc837f3b7f87cc9ce93180)]
|
|
32
|
+
- fix: ESLint warning [kreafox - [`684a43e`](https://github.com/eea/volto-cca-policy/commit/684a43ef67b5370669b53fd56d1566eade53e78b)]
|
|
33
|
+
- fix: stylelint [kreafox - [`1e438f4`](https://github.com/eea/volto-cca-policy/commit/1e438f47539a1164c73ea18f4f0204da48bf7fb4)]
|
|
34
|
+
- fix: show logo only in ItemLogo component [kreafox - [`7acf5ae`](https://github.com/eea/volto-cca-policy/commit/7acf5aee82d8e74f7712e3a2055e999b0273bc26)]
|
|
35
|
+
|
|
36
|
+
#### :nail_care: Enhancements
|
|
37
|
+
|
|
38
|
+
- change: update ContentMetadata.jsx, use fields as tags for advanced search [Krisztina Elekes - [`3c181db`](https://github.com/eea/volto-cca-policy/commit/3c181dbaa5a0759e565fdf12e141cd87949bd162)]
|
|
39
|
+
- change: add field for ipcc_category [kreafox - [`cdf5289`](https://github.com/eea/volto-cca-policy/commit/cdf5289bced33014ff1e96e2b466daf3ae65bf82)]
|
|
40
|
+
- change: update relevant synergies on Adaptation Option view [kreafox - [`3d42dd9`](https://github.com/eea/volto-cca-policy/commit/3d42dd9d9530356130f94b405d218f81ee8b29c1)]
|
|
41
|
+
- change(view): remove IPCC categories from accordion listing [kreafox - [`ad57100`](https://github.com/eea/volto-cca-policy/commit/ad57100d3d924f47ce46994458b6eea3625e9d20)]
|
|
42
|
+
- change: remove objectProvides from search query [kreafox - [`cb6ab4c`](https://github.com/eea/volto-cca-policy/commit/cb6ab4c5ecebb09f0ff9fec71d0ed92f48058fea)]
|
|
43
|
+
- refactor: update constants import paths and rename variables for consistency [kreafox - [`06a8168`](https://github.com/eea/volto-cca-policy/commit/06a816890ec9a4167f870f9dd3dbeebfc840f04f)]
|
|
44
|
+
- refactor: update import paths to use constants from the new location [kreafox - [`0f3a7ed`](https://github.com/eea/volto-cca-policy/commit/0f3a7edf72e421d6b8b98cc1988794326e8e6fea)]
|
|
45
|
+
- refactor: replace string literals with constants [kreafox - [`ccd4812`](https://github.com/eea/volto-cca-policy/commit/ccd4812ac4008eaf1525e14e83dd5f9b720e2313)]
|
|
46
|
+
- refactor: update subtitle mapping to use CONTENT_TYPE_LABELS [kreafox - [`4206a8d`](https://github.com/eea/volto-cca-policy/commit/4206a8d6c0be8196ec0acc4d8ef83267b8010901)]
|
|
47
|
+
- refactor: remove unnecessary fragments [kreafox - [`e1703c0`](https://github.com/eea/volto-cca-policy/commit/e1703c0722e79869079cc76f44cadb4da87c8984)]
|
|
48
|
+
- refactor: replace index with unique keys in list rendering [kreafox - [`3c2a84d`](https://github.com/eea/volto-cca-policy/commit/3c2a84dc97b6b6f47398dfde6acc09ee38c8b1ab)]
|
|
49
|
+
- refactor: simplify rendering logic [kreafox - [`23736cf`](https://github.com/eea/volto-cca-policy/commit/23736cf314fc501c5afb9e7b635f8d754c7062d6)]
|
|
50
|
+
- refactor: prop destructuring in ContentMetadata [kreafox - [`06f7b2c`](https://github.com/eea/volto-cca-policy/commit/06f7b2c4b0c135fe5b4932c00f05c74b1467f44f)]
|
|
51
|
+
- change(view): show "Relevant EU policies" on Adaptation Option; code cleanup [kreafox - [`2879a2f`](https://github.com/eea/volto-cca-policy/commit/2879a2f3ddc596c417afc18049d7883b9f48b038)]
|
|
52
|
+
- change(view): style fixes, move back related resources [kreafox - [`3099fdf`](https://github.com/eea/volto-cca-policy/commit/3099fdfbb773f6569cf9e970b0c4a7bfd9a33c8f)]
|
|
53
|
+
- change(view): move related resources [kreafox - [`67db1d2`](https://github.com/eea/volto-cca-policy/commit/67db1d27cbb6934f11b308cca8f3b5c960a0fee5)]
|
|
54
|
+
- refactor: code cleanup [kreafox - [`102aa9e`](https://github.com/eea/volto-cca-policy/commit/102aa9edd8a38aa4435f532222fc68b5ba4dc835)]
|
|
55
|
+
- change(view): add preview image on Adaptation Option [kreafox - [`af6e128`](https://github.com/eea/volto-cca-policy/commit/af6e1285622bf681b97fb2b7dcba5747994e71ec)]
|
|
56
|
+
- change(view): update AdaptationOptionView with new fields [kreafox - [`b25c699`](https://github.com/eea/volto-cca-policy/commit/b25c699c1f5bc9bd8662bbdd3be15c43e879881f)]
|
|
57
|
+
- change(view): add summary to AdaptationOptionView [kreafox - [`57d0092`](https://github.com/eea/volto-cca-policy/commit/57d0092df9cb6a1b1e1e575ec8e0afc67bbb78ec)]
|
|
58
|
+
- refactor(view): use accordion list for content & cleanup [kreafox - [`0e9bf50`](https://github.com/eea/volto-cca-policy/commit/0e9bf50f886914179819fe5685bd9d6432dc9e60)]
|
|
59
|
+
- refactor: move AccordionList component [kreafox - [`5e583cc`](https://github.com/eea/volto-cca-policy/commit/5e583ccb5de5d053e5a63d7d2992f7b3fb7c44ed)]
|
|
60
|
+
- change(view): add tooltip on metadata section [kreafox - [`5e0b941`](https://github.com/eea/volto-cca-policy/commit/5e0b941a5cf046c4d607c344905a7a249ddceb26)]
|
|
61
|
+
- change: add logo fallback in SimpleCardsListingView [kreafox - [`4030ff5`](https://github.com/eea/volto-cca-policy/commit/4030ff53fc03768ffcdc2a94e6096225339a24d7)]
|
|
62
|
+
- change(block): update cards view for FilterAceContent block [kreafox - [`aae825e`](https://github.com/eea/volto-cca-policy/commit/aae825ebc0d4d337cdaed96cd8e0fb80e6e2f115)]
|
|
63
|
+
- change(block): refactor variation support for FilterAceContent block [kreafox - [`93cde02`](https://github.com/eea/volto-cca-policy/commit/93cde0298b36789ff0caa4fcc946e59d6a00d1d6)]
|
|
64
|
+
- change(block): add button label [kreafox - [`d9e0373`](https://github.com/eea/volto-cca-policy/commit/d9e0373a7ff132f042c303983682506a7c448397)]
|
|
65
|
+
- change(block): change listing itemModel based on variation [kreafox - [`585b3c0`](https://github.com/eea/volto-cca-policy/commit/585b3c0df884d9a64ccc8456b8ec76a20c5a9f0b)]
|
|
66
|
+
- change(block): add variation support for FilterAceContent block [kreafox - [`6cc5cdf`](https://github.com/eea/volto-cca-policy/commit/6cc5cdf84c46f35aa4f1544575a5bf548c7e63ad)]
|
|
67
|
+
|
|
68
|
+
#### :house: Internal changes
|
|
69
|
+
|
|
70
|
+
- style: improvements [kreafox - [`943c69f`](https://github.com/eea/volto-cca-policy/commit/943c69fade9153b6719e76edc54c0b21697461a0)]
|
|
71
|
+
- chore: package.json [kreafox - [`5395604`](https://github.com/eea/volto-cca-policy/commit/53956048d7c48b79f53c08b12f08546611f3c514)]
|
|
72
|
+
- style: Automated code fix [eea-jenkins - [`cd27daa`](https://github.com/eea/volto-cca-policy/commit/cd27daa9a4e566ab25ff1272715807c54b8553ca)]
|
|
73
|
+
- style: Automated code fix [eea-jenkins - [`9893c7a`](https://github.com/eea/volto-cca-policy/commit/9893c7a2220c9f6d51a82a64719b2be22dd06365)]
|
|
74
|
+
- style: Automated code fix [eea-jenkins - [`6582760`](https://github.com/eea/volto-cca-policy/commit/6582760ffa660f7014314e1c3c75129ade86ab7c)]
|
|
75
|
+
|
|
76
|
+
#### :hammer_and_wrench: Others
|
|
77
|
+
|
|
78
|
+
- pin volto-group-block [kreafox - [`27a0f74`](https://github.com/eea/volto-cca-policy/commit/27a0f74c5f53a89149faaaf0fef22fdcec8a848b)]
|
|
79
|
+
- pin volto-tabs-block [kreafox - [`8187287`](https://github.com/eea/volto-cca-policy/commit/8187287a778fdd6578896a0b0e4a2a1d79621a02)]
|
|
80
|
+
- test: add unit tests [kreafox - [`fe5c176`](https://github.com/eea/volto-cca-policy/commit/fe5c176d638a6946d7e8b8b8a2b149523babcf3f)]
|
|
81
|
+
- test: add unit tests for EventCardsListingView [kreafox - [`eb1f83d`](https://github.com/eea/volto-cca-policy/commit/eb1f83d09ee30ec8e913801a77584c09d9d6aa9f)]
|
|
82
|
+
- test: improve AdaptationOptionView tests with additional coverage [kreafox - [`4632fc7`](https://github.com/eea/volto-cca-policy/commit/4632fc700c4808247c4902c46f53f22c720fc4d6)]
|
|
83
|
+
- test: add unit tests for SimpleItemListingView [kreafox - [`876b66b`](https://github.com/eea/volto-cca-policy/commit/876b66b3d939c91153097af4d6b6767d43a920cc)]
|
|
84
|
+
- test: add unit tests for SimpleCardsListingView [kreafox - [`82eb00c`](https://github.com/eea/volto-cca-policy/commit/82eb00ce07f69d317097c11e1dfa4bb43ad89603)]
|
|
85
|
+
- test: add snapshot tests for FilterAceContentView [kreafox - [`3daa4c1`](https://github.com/eea/volto-cca-policy/commit/3daa4c126e8409613c1bd265ce5f2012298627ec)]
|
|
86
|
+
- test: update snapshot [kreafox - [`85c0fd8`](https://github.com/eea/volto-cca-policy/commit/85c0fd891aef88650c7e96466b47aa8a56323170)]
|
|
87
|
+
- test: update snapshot [kreafox - [`36b1174`](https://github.com/eea/volto-cca-policy/commit/36b1174288e08b2cf509bb88fa9f4f0607324fba)]
|
|
88
|
+
- test: update test for ActionTab [kreafox - [`b1fa351`](https://github.com/eea/volto-cca-policy/commit/b1fa351ff3d6c08589c33ccf59ca3721b7b5ae9a)]
|
|
7
89
|
### [0.3.106](https://github.com/eea/volto-cca-policy/compare/0.3.105...0.3.106) - 20 March 2026
|
|
8
90
|
|
|
9
91
|
#### :rocket: New Features
|
|
@@ -50,6 +50,11 @@ msgstr "Сектори за адаптация"
|
|
|
50
50
|
msgid "Adaptation approaches"
|
|
51
51
|
msgstr "Подходи за адаптация"
|
|
52
52
|
|
|
53
|
+
#. Default: "Adaptation option"
|
|
54
|
+
#: messages copy
|
|
55
|
+
msgid "Adaptation option"
|
|
56
|
+
msgstr "Вариант за адаптация"
|
|
57
|
+
|
|
53
58
|
#. Default: "Adaptation options"
|
|
54
59
|
#: components/manage/Blocks/CaseStudyExplorer/FeatureDisplay
|
|
55
60
|
msgid "Adaptation options"
|
|
@@ -88,11 +93,13 @@ msgid "Biogeographical regions:"
|
|
|
88
93
|
msgstr "Биогеографски региони:"
|
|
89
94
|
|
|
90
95
|
#. Default: "Blue options"
|
|
96
|
+
#: messages copy
|
|
91
97
|
#: messages
|
|
92
98
|
msgid "Blue options"
|
|
93
99
|
msgstr "Сини опции"
|
|
94
100
|
|
|
95
101
|
#. Default: "Capacity building empowering and lifestyle practices"
|
|
102
|
+
#: messages copy
|
|
96
103
|
#: messages
|
|
97
104
|
msgid "Capacity building empowering and lifestyle practices"
|
|
98
105
|
msgstr "Изграждане на капацитет, овластяване и практики за начин на живот"
|
|
@@ -117,6 +124,11 @@ msgstr "Илюстрации от казус"
|
|
|
117
124
|
msgid "Case studies related to this option:"
|
|
118
125
|
msgstr "Казуси, свързани с тази опция:"
|
|
119
126
|
|
|
127
|
+
#. Default: "Case study"
|
|
128
|
+
#: messages copy
|
|
129
|
+
msgid "Case study"
|
|
130
|
+
msgstr "Проучване на конкретен случай"
|
|
131
|
+
|
|
120
132
|
#. Default: "Category"
|
|
121
133
|
#: components/theme/Views/AdaptationOptionView
|
|
122
134
|
msgid "Category"
|
|
@@ -196,6 +208,7 @@ msgid "Contributor:"
|
|
|
196
208
|
msgstr "Сътрудник:"
|
|
197
209
|
|
|
198
210
|
#. Default: "Coordination cooperation and networks"
|
|
211
|
+
#: messages copy
|
|
199
212
|
#: messages
|
|
200
213
|
msgid "Coordination cooperation and networks"
|
|
201
214
|
msgstr "Координационно сътрудничество и мрежи"
|
|
@@ -309,6 +322,7 @@ msgid "Eastern Parnership Members and Energy Community Contracting Parties"
|
|
|
309
322
|
msgstr "Членове на Източното партньорство и договарящи страни на Енергийната общност"
|
|
310
323
|
|
|
311
324
|
#. Default: "Economic and Finance"
|
|
325
|
+
#: messages copy
|
|
312
326
|
#: messages
|
|
313
327
|
msgid "Economic and Finance"
|
|
314
328
|
msgstr "Икономика и финанси"
|
|
@@ -329,6 +343,7 @@ msgid "Explore more on Climate-ADAPT"
|
|
|
329
343
|
msgstr "Разгледайте повече в Climate-ADAPT"
|
|
330
344
|
|
|
331
345
|
#. Default: "Financing incentive instruments"
|
|
346
|
+
#: messages copy
|
|
332
347
|
#: messages
|
|
333
348
|
msgid "Financing incentive instruments"
|
|
334
349
|
msgstr "Инструменти за стимулиране на финансирането"
|
|
@@ -355,6 +370,11 @@ msgstr "Програма за финансиране"
|
|
|
355
370
|
msgid "Funding Programme:"
|
|
356
371
|
msgstr "Програма за финансиране:"
|
|
357
372
|
|
|
373
|
+
#. Default: "Funding oportunity"
|
|
374
|
+
#: messages copy
|
|
375
|
+
msgid "Funding oportunity"
|
|
376
|
+
msgstr "Възможност за финансиране"
|
|
377
|
+
|
|
358
378
|
#. Default: "Geographic characterisation:"
|
|
359
379
|
#: helpers/ContentMetadata
|
|
360
380
|
msgid "Geographic characterisation:"
|
|
@@ -376,6 +396,7 @@ msgid "Go to advanced search"
|
|
|
376
396
|
msgstr "Отидете на разширено търсене"
|
|
377
397
|
|
|
378
398
|
#. Default: "Governance and Institutional"
|
|
399
|
+
#: messages copy
|
|
379
400
|
#: messages
|
|
380
401
|
msgid "Governance and Institutional"
|
|
381
402
|
msgstr "Управление и институционално"
|
|
@@ -386,15 +407,22 @@ msgid "Governance level:"
|
|
|
386
407
|
msgstr "Ниво на управление:"
|
|
387
408
|
|
|
388
409
|
#. Default: "Green options"
|
|
410
|
+
#: messages copy
|
|
389
411
|
#: messages
|
|
390
412
|
msgid "Green options"
|
|
391
413
|
msgstr "Зелени опции"
|
|
392
414
|
|
|
393
415
|
#. Default: "Grey options"
|
|
416
|
+
#: messages copy
|
|
394
417
|
#: messages
|
|
395
418
|
msgid "Grey options"
|
|
396
419
|
msgstr "Сиви опции"
|
|
397
420
|
|
|
421
|
+
#. Default: "Guidance"
|
|
422
|
+
#: messages copy
|
|
423
|
+
msgid "Guidance"
|
|
424
|
+
msgstr "Насоки"
|
|
425
|
+
|
|
398
426
|
#. Default: "HHWS available (click on country for further information)"
|
|
399
427
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
400
428
|
msgid "HHWS available (click on country for further information)"
|
|
@@ -406,6 +434,7 @@ msgid "Hazard Type"
|
|
|
406
434
|
msgstr "Тип опасност"
|
|
407
435
|
|
|
408
436
|
#. Default: "Health Impacts"
|
|
437
|
+
#: messages copy
|
|
409
438
|
#: messages
|
|
410
439
|
msgid "Health Impacts"
|
|
411
440
|
msgstr "Въздействия върху здравето"
|
|
@@ -461,6 +490,11 @@ msgstr "Значение и значение на адаптацията"
|
|
|
461
490
|
msgid "Include archived content"
|
|
462
491
|
msgstr "Включете архивирано съдържание"
|
|
463
492
|
|
|
493
|
+
#. Default: "Indicator"
|
|
494
|
+
#: messages copy
|
|
495
|
+
msgid "Indicator"
|
|
496
|
+
msgstr "Показател"
|
|
497
|
+
|
|
464
498
|
#. Default: "Indicators"
|
|
465
499
|
#: components/manage/Blocks/ECDEIndicators/ECDEIndicatorsView
|
|
466
500
|
msgid "Indicators"
|
|
@@ -472,11 +506,18 @@ msgid "Info"
|
|
|
472
506
|
msgstr "Информация"
|
|
473
507
|
|
|
474
508
|
#. Default: "Information and awareness raising"
|
|
509
|
+
#: messages copy
|
|
475
510
|
#: messages
|
|
476
511
|
msgid "Information and awareness raising"
|
|
477
512
|
msgstr "Информиране и повишаване на осведомеността"
|
|
478
513
|
|
|
514
|
+
#. Default: "Information portal"
|
|
515
|
+
#: messages copy
|
|
516
|
+
msgid "Information portal"
|
|
517
|
+
msgstr "Информационен портал"
|
|
518
|
+
|
|
479
519
|
#. Default: "Insurance and risk sharing instruments"
|
|
520
|
+
#: messages copy
|
|
480
521
|
#: messages
|
|
481
522
|
msgid "Insurance and risk sharing instruments"
|
|
482
523
|
msgstr "Инструменти за застраховане и споделяне на риска"
|
|
@@ -518,6 +559,7 @@ msgid "Keywords:"
|
|
|
518
559
|
msgstr "Ключови думи:"
|
|
519
560
|
|
|
520
561
|
#. Default: "Knowledge and behavioural change"
|
|
562
|
+
#: messages copy
|
|
521
563
|
#: messages
|
|
522
564
|
msgid "Knowledge and behavioural change"
|
|
523
565
|
msgstr "Промяна на знанието и поведението"
|
|
@@ -605,10 +647,21 @@ msgid "Macro-Transnational region:"
|
|
|
605
647
|
msgstr "Макро-транснационален регион:"
|
|
606
648
|
|
|
607
649
|
#. Default: "Management and planning"
|
|
650
|
+
#: messages copy
|
|
608
651
|
#: messages
|
|
609
652
|
msgid "Management and planning"
|
|
610
653
|
msgstr "Управление и планиране"
|
|
611
654
|
|
|
655
|
+
#. Default: "Mission story"
|
|
656
|
+
#: messages copy
|
|
657
|
+
msgid "Mission story"
|
|
658
|
+
msgstr "История на мисията"
|
|
659
|
+
|
|
660
|
+
#. Default: "Mission tool"
|
|
661
|
+
#: messages copy
|
|
662
|
+
msgid "Mission tool"
|
|
663
|
+
msgstr "Инструмент на мисията"
|
|
664
|
+
|
|
612
665
|
#. Default: "Most useful for"
|
|
613
666
|
#: search/mission_tools/facets-tools
|
|
614
667
|
msgid "Most useful for"
|
|
@@ -620,6 +673,7 @@ msgid "National HHAP"
|
|
|
620
673
|
msgstr "Национален HHAP"
|
|
621
674
|
|
|
622
675
|
#. Default: "Nature based Solutions and Ecosystem based approaches"
|
|
676
|
+
#: messages copy
|
|
623
677
|
#: messages
|
|
624
678
|
msgid "Nature based Solutions and Ecosystem based approaches"
|
|
625
679
|
msgstr "Решения, базирани на природата, и подходи, базирани на екосистеми"
|
|
@@ -629,6 +683,11 @@ msgstr "Решения, базирани на природата, и подхо
|
|
|
629
683
|
msgid "New"
|
|
630
684
|
msgstr "Нов"
|
|
631
685
|
|
|
686
|
+
#. Default: "News"
|
|
687
|
+
#: messages copy
|
|
688
|
+
msgid "News"
|
|
689
|
+
msgstr "Новини"
|
|
690
|
+
|
|
632
691
|
#. Default: "No HHAP"
|
|
633
692
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
634
693
|
msgid "No HHAP"
|
|
@@ -664,6 +723,11 @@ msgstr "Принос на обсерваторията:"
|
|
|
664
723
|
msgid "Observatory partner"
|
|
665
724
|
msgstr "Партньор на обсерваторията"
|
|
666
725
|
|
|
726
|
+
#. Default: "Organisation"
|
|
727
|
+
#: messages copy
|
|
728
|
+
msgid "Organisation"
|
|
729
|
+
msgstr "Организация"
|
|
730
|
+
|
|
667
731
|
#. Default: "Organisation Documents"
|
|
668
732
|
#: helpers/Utils
|
|
669
733
|
msgid "Organisation Documents"
|
|
@@ -690,11 +754,13 @@ msgid "Partners"
|
|
|
690
754
|
msgstr "Партньори"
|
|
691
755
|
|
|
692
756
|
#. Default: "Physical and technological"
|
|
757
|
+
#: messages copy
|
|
693
758
|
#: messages
|
|
694
759
|
msgid "Physical and technological"
|
|
695
760
|
msgstr "Физически и технологични"
|
|
696
761
|
|
|
697
762
|
#. Default: "Policy Instruments"
|
|
763
|
+
#: messages copy
|
|
698
764
|
#: messages
|
|
699
765
|
msgid "Policy Instruments"
|
|
700
766
|
msgstr "Инструменти на политиката"
|
|
@@ -792,20 +858,28 @@ msgstr "Свързани документи и презентации"
|
|
|
792
858
|
msgid "Replace existing file"
|
|
793
859
|
msgstr "Замяна на съществуващ файл"
|
|
794
860
|
|
|
861
|
+
#. Default: "Research and knowledge project"
|
|
862
|
+
#: messages copy
|
|
863
|
+
msgid "Research and knowledge project"
|
|
864
|
+
msgstr ""
|
|
865
|
+
|
|
795
866
|
#. Default: "Search the Climate-ADAPT database"
|
|
796
867
|
#: index
|
|
868
|
+
#: messages copy
|
|
797
869
|
#: messages
|
|
798
870
|
msgid "Search the Climate-ADAPT database"
|
|
799
871
|
msgstr "Търсете в базата данни Climate-ADAPT"
|
|
800
872
|
|
|
801
873
|
#. Default: "Search the EU Mission on Adaptation"
|
|
802
874
|
#: index
|
|
875
|
+
#: messages copy
|
|
803
876
|
#: messages
|
|
804
877
|
msgid "Search the EU Mission on Adaptation"
|
|
805
878
|
msgstr "Потърсете в Мисията на ЕС за адаптация"
|
|
806
879
|
|
|
807
880
|
#. Default: "Search the Observatory Resource Catalogue..."
|
|
808
881
|
#: index
|
|
882
|
+
#: messages copy
|
|
809
883
|
#: messages
|
|
810
884
|
msgid "Search the Observatory Resource Catalogue..."
|
|
811
885
|
msgstr "Търсете в каталога с ресурси на обсерваторията..."
|
|
@@ -903,6 +977,7 @@ msgid "Success and limiting factors"
|
|
|
903
977
|
msgstr "Успех и ограничаващи фактори"
|
|
904
978
|
|
|
905
979
|
#. Default: "Technological options"
|
|
980
|
+
#: messages copy
|
|
906
981
|
#: messages
|
|
907
982
|
msgid "Technological options"
|
|
908
983
|
msgstr "Технологични опции"
|
|
@@ -932,6 +1007,11 @@ msgstr "Датата се отнася до момента, в който еле
|
|
|
932
1007
|
msgid "This object has been archived because its content is outdated. You can still access it as legacy."
|
|
933
1008
|
msgstr "Този обект е архивиран, тъй като съдържанието му е остаряло. Все още имате достъп до него като наследство."
|
|
934
1009
|
|
|
1010
|
+
#. Default: "Tool"
|
|
1011
|
+
#: messages copy
|
|
1012
|
+
msgid "Tool"
|
|
1013
|
+
msgstr "Инструмент"
|
|
1014
|
+
|
|
935
1015
|
#. Default: "Topics:"
|
|
936
1016
|
#: components/Result/ClusterHorizontalCardItem
|
|
937
1017
|
#: components/Result/HealthHorizontalCardItem
|
|
@@ -950,6 +1030,7 @@ msgid "Type of item"
|
|
|
950
1030
|
msgstr "Вид артикул"
|
|
951
1031
|
|
|
952
1032
|
#. Default: "Types"
|
|
1033
|
+
#: messages copy
|
|
953
1034
|
#: messages
|
|
954
1035
|
msgid "Types"
|
|
955
1036
|
msgstr "Видове"
|
|
@@ -969,6 +1050,11 @@ msgstr "Потребителски изисквания"
|
|
|
969
1050
|
msgid "Video"
|
|
970
1051
|
msgstr "видео"
|
|
971
1052
|
|
|
1053
|
+
#. Default: "Videos and podcasts"
|
|
1054
|
+
#: messages copy
|
|
1055
|
+
msgid "Videos and podcasts"
|
|
1056
|
+
msgstr "Видеоклипове и подкасти"
|
|
1057
|
+
|
|
972
1058
|
#. Default: "View all contributions in the resource catalogue"
|
|
973
1059
|
#: helpers/Utils
|
|
974
1060
|
msgid "View all contributions in the resource catalogue"
|
|
@@ -984,6 +1070,11 @@ msgstr "Посетете външен уебсайт"
|
|
|
984
1070
|
msgid "Web"
|
|
985
1071
|
msgstr "Мрежа"
|
|
986
1072
|
|
|
1073
|
+
#. Default: "Webpage"
|
|
1074
|
+
#: messages copy
|
|
1075
|
+
msgid "Webpage"
|
|
1076
|
+
msgstr "Уебстраница"
|
|
1077
|
+
|
|
987
1078
|
#. Default: "Websites"
|
|
988
1079
|
#: components/theme/Views/AdaptationOptionView
|
|
989
1080
|
#: components/theme/Views/CaseStudyView
|
|
@@ -1006,32 +1097,32 @@ msgid "Where"
|
|
|
1006
1097
|
msgstr "Къде"
|
|
1007
1098
|
|
|
1008
1099
|
#. Default: "Machine translation can give you a basic idea of the content in a language you understand. It is fully automated and involves no human intervention. The quality and accuracy of machine translation can vary significantly from one text to another and between different language pairs. The European Commission does not guarantee the accuracy and accepts no liability for possible errors. Some content (such as images, videos, files, etc.) may not be translated due to the technical limitations of the system."
|
|
1009
|
-
#: components/
|
|
1100
|
+
#: components/theme/TranslationDisclaimer/TranslationInfo
|
|
1010
1101
|
msgid "exclusion_of_liability.desciption"
|
|
1011
1102
|
msgstr "Машинният превод може да ви даде основна представа за съдържанието на език, който разбирате. Той е напълно автоматизиран и не изисква човешка намеса. Качеството и точността на машинния превод могат да варират значително от един текст до друг и между различните езикови двойки. Европейската комисия не гарантира точността и не поема отговорност за евентуални грешки. Някои видове съдържание (като изображения, видеоклипове, файлове и др.) може да не бъдат преведени поради техническите ограничения на системата."
|
|
1012
1103
|
|
|
1013
1104
|
#. Default: "Don’t use eTranslation to translate EU legislation. Authentic versions in the 24 official languages are available on <link_eurlex>Eur-Lex</link_eurlex>. See also the <link_languagepolicy>Europa language policy</link_languagepolicy> and <link_legalnotice>legal notice</link_legalnotice> (includes privacy policy and copyright notice)."
|
|
1014
|
-
#: components/
|
|
1105
|
+
#: components/theme/TranslationDisclaimer/TranslationInfo
|
|
1015
1106
|
msgid "exclusion_of_liability.desciption_with_links"
|
|
1016
1107
|
msgstr "Не използвайте електронния превод (eTranslation) за превод на законодателство на ЕС. Автентични версии на 24-те официални езика са достъпни в <link_eurlex>Eur-Lex</link_eurlex>. Вижте също <link_languagepolicy>езиковата политика на Европа</link_languagepolicy> и <link_legalnotice>правно известие</link_legalnotice> (включва политика за поверителност и известие за авторски права)."
|
|
1017
1108
|
|
|
1018
1109
|
#. Default: "This translation is generated by eTranslation, a machine translation tool provided by the European Commission."
|
|
1019
|
-
#: components/
|
|
1110
|
+
#: components/theme/TranslationDisclaimer/TranslationInfo
|
|
1020
1111
|
msgid "exclusion_of_liability.short_desc"
|
|
1021
1112
|
msgstr "Този превод е генериран от eTranslation, инструмент за машинен превод, предоставен от Европейската комисия."
|
|
1022
1113
|
|
|
1023
1114
|
#. Default: "Show less"
|
|
1024
|
-
#: components/
|
|
1115
|
+
#: components/theme/TranslationDisclaimer/TranslationInfo
|
|
1025
1116
|
msgid "exclusion_of_liability.show_less"
|
|
1026
1117
|
msgstr "Покажи по-малко"
|
|
1027
1118
|
|
|
1028
1119
|
#. Default: "Show more"
|
|
1029
|
-
#: components/
|
|
1120
|
+
#: components/theme/TranslationDisclaimer/TranslationInfo
|
|
1030
1121
|
msgid "exclusion_of_liability.show_more"
|
|
1031
1122
|
msgstr "Покажи още"
|
|
1032
1123
|
|
|
1033
1124
|
#. Default: "Exclusion of liability"
|
|
1034
|
-
#: components/
|
|
1125
|
+
#: components/theme/TranslationDisclaimer/TranslationInfo
|
|
1035
1126
|
msgid "exclusion_of_liability.title"
|
|
1036
1127
|
msgstr "Изключване на отговорност"
|
|
1037
1128
|
|