@eeacms/volto-cca-policy 0.3.72 → 0.3.73
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 +38 -12
- package/locales/bg/LC_MESSAGES/volto.po +91 -34
- package/locales/cs/LC_MESSAGES/volto.po +91 -34
- package/locales/da/LC_MESSAGES/volto.po +91 -34
- package/locales/de/LC_MESSAGES/volto.po +91 -34
- package/locales/el/LC_MESSAGES/volto.po +91 -34
- package/locales/en/LC_MESSAGES/volto.po +67 -10
- package/locales/es/LC_MESSAGES/volto.po +91 -34
- package/locales/et/LC_MESSAGES/volto.po +91 -34
- package/locales/fi/LC_MESSAGES/volto.po +91 -34
- package/locales/fr/LC_MESSAGES/volto.po +91 -34
- package/locales/ga/LC_MESSAGES/volto.po +91 -34
- package/locales/hr/LC_MESSAGES/volto.po +91 -34
- package/locales/hu/LC_MESSAGES/volto.po +91 -34
- package/locales/is/LC_MESSAGES/volto.po +91 -34
- package/locales/it/LC_MESSAGES/volto.po +91 -34
- package/locales/lt/LC_MESSAGES/volto.po +91 -34
- package/locales/lv/LC_MESSAGES/volto.po +85 -27
- package/locales/mt/LC_MESSAGES/volto.po +91 -34
- package/locales/nl/LC_MESSAGES/volto.po +91 -34
- package/locales/nn/LC_MESSAGES/volto.po +37 -13
- package/locales/pl/LC_MESSAGES/volto.po +91 -34
- package/locales/pt/LC_MESSAGES/volto.po +91 -34
- package/locales/ro/LC_MESSAGES/volto.po +91 -34
- package/locales/sk/LC_MESSAGES/volto.po +91 -34
- package/locales/sl/LC_MESSAGES/volto.po +91 -34
- package/locales/sv/LC_MESSAGES/volto.po +91 -34
- package/locales/tr/LC_MESSAGES/volto.po +75 -34
- package/package.json +2 -2
- package/src/components/manage/Blocks/CountryMapProfile/Interactions.jsx +1 -1
- package/src/customizations/@plone/volto-slate/widgets/HtmlSlateWidget.jsx +26 -2
- package/src/customizations/@plone/volto-slate/widgets/README.md +2 -0
- package/src/search/cca/config.js +0 -67
- package/src/search/cca/facets.js +12 -22
- package/src/search/vocabulary.js +12 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,16 +4,20 @@ 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.
|
|
7
|
+
### [0.3.73](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.0...0.3.73) - 25 July 2025
|
|
8
8
|
|
|
9
9
|
#### :rocket: Dependency updates
|
|
10
10
|
|
|
11
|
-
- Release @eeacms/volto-searchlib@2.1.
|
|
11
|
+
- Release @eeacms/volto-searchlib@2.1.5 [EEA Jenkins - [`fc16006`](https://github.com/eea/volto-cca-policy/commit/fc16006f2f26b14da82ceffcb976dd8fa68e1214)]
|
|
12
|
+
- Release @eeacms/volto-searchlib@2.1.4 [EEA Jenkins - [`eb7c538`](https://github.com/eea/volto-cca-policy/commit/eb7c5386eaa7a3d8cd24fec847c656b87848d6f7)]
|
|
13
|
+
- Release @eeacms/volto-searchlib@2.1.3 [EEA Jenkins - [`67e8a0d`](https://github.com/eea/volto-cca-policy/commit/67e8a0d9759fa44694615f695ebe651509797840)]
|
|
12
14
|
- Release @eeacms/volto-searchlib@2.1.1 [EEA Jenkins - [`a625e3d`](https://github.com/eea/volto-cca-policy/commit/a625e3d4cf3de11644db824b8ddf46fcd56ea7e9)]
|
|
13
15
|
- Release @eeacms/volto-searchlib@2.1.0 [EEA Jenkins - [`e5fc813`](https://github.com/eea/volto-cca-policy/commit/e5fc813f97922df335be28673d6303cb81b3c888)]
|
|
14
16
|
|
|
15
17
|
#### :bug: Bug Fixes
|
|
16
18
|
|
|
19
|
+
- fix: prettier [kreafox - [`3a7a76a`](https://github.com/eea/volto-cca-policy/commit/3a7a76adbcf42782e48fa9eb4653c3daba212884)]
|
|
20
|
+
- fix: fix missing content in edit mode by unwrapping <div> tags [kreafox - [`9317793`](https://github.com/eea/volto-cca-policy/commit/9317793b93569ed3e53872b413c6e5047ec66b6e)]
|
|
17
21
|
- fix: prevent Dropdown error when value is null [kreafox - [`6a34c03`](https://github.com/eea/volto-cca-policy/commit/6a34c03d90afe141f6c9ac62a8588585b376f968)]
|
|
18
22
|
- fix: CMSare video URL with query string - #refs 290068 [kreafox - [`d637581`](https://github.com/eea/volto-cca-policy/commit/d637581b12b70f1438576d800d9a7d710c734c11)]
|
|
19
23
|
- fix: remove unused import [kreafox - [`72e419d`](https://github.com/eea/volto-cca-policy/commit/72e419d8d46a05c1fc2c2314f625bf9c4a08a64d)]
|
|
@@ -24,11 +28,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
24
28
|
|
|
25
29
|
#### :nail_care: Enhancements
|
|
26
30
|
|
|
31
|
+
- change: update customization readme [kreafox - [`77338c5`](https://github.com/eea/volto-cca-policy/commit/77338c5fba63527f726d74c8fca758a69609d738)]
|
|
32
|
+
- change: update customization readme [kreafox - [`3ce75ac`](https://github.com/eea/volto-cca-policy/commit/3ce75ace40f27403582f9997fd4bd368ef66a399)]
|
|
33
|
+
- change: update customization readme [kreafox - [`27e8903`](https://github.com/eea/volto-cca-policy/commit/27e890308aae6f5a785cc4ff765c6729041848fb)]
|
|
27
34
|
- change: remove sitemap from header, add sitemap link to the <head> - refs #288920 [kreafox - [`cf2da0a`](https://github.com/eea/volto-cca-policy/commit/cf2da0af294ec97b36d2b711ff7d05a937512a02)]
|
|
28
35
|
- change(header): add sitemap link - refs #288920 [kreafox - [`0b51b76`](https://github.com/eea/volto-cca-policy/commit/0b51b7649a13f250390cc78e88f6946d370c4c59)]
|
|
29
36
|
|
|
30
37
|
#### :house: Internal changes
|
|
31
38
|
|
|
39
|
+
- style: Automated code fix [eea-jenkins - [`4094d3a`](https://github.com/eea/volto-cca-policy/commit/4094d3af0d9967ab6173ae9d088fd9f2ffcc2921)]
|
|
40
|
+
- style: Automated code fix [eea-jenkins - [`5f0b23b`](https://github.com/eea/volto-cca-policy/commit/5f0b23b56b2e261748f3cdaf1d288ed5b0df0adb)]
|
|
32
41
|
- style: Automated code fix [eea-jenkins - [`5774f11`](https://github.com/eea/volto-cca-policy/commit/5774f11b505788e71d0810555e28f306f4170ea4)]
|
|
33
42
|
- style: Automated code fix [eea-jenkins - [`88386b8`](https://github.com/eea/volto-cca-policy/commit/88386b8d31edcf5aec1b2591840af3d5a6f0357a)]
|
|
34
43
|
- style: Automated code fix [eea-jenkins - [`1f11a31`](https://github.com/eea/volto-cca-policy/commit/1f11a31a8ccf6fd74840f3d205992068c7427512)]
|
|
@@ -36,6 +45,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
36
45
|
|
|
37
46
|
#### :hammer_and_wrench: Others
|
|
38
47
|
|
|
48
|
+
- add translations [Tripon Eugen - [`8f9a56c`](https://github.com/eea/volto-cca-policy/commit/8f9a56c78de23f96bafd1b381e5894c41a7180cb)]
|
|
49
|
+
- country map profile open popup in new page [Tripon Eugen - [`dede096`](https://github.com/eea/volto-cca-policy/commit/dede0965b844c85fde9f35f1262fb54bf127623c)]
|
|
50
|
+
- Define some messages; upgrade searchlib [Tiberiu Ichim - [`e150c65`](https://github.com/eea/volto-cca-policy/commit/e150c654b0eea096a7c6a1b3f80be7f9f0f046a2)]
|
|
39
51
|
- Refs #289437 - wip [Tripon Eugen - [`2073e24`](https://github.com/eea/volto-cca-policy/commit/2073e2404274cbacccbc303d4493860f8c938de8)]
|
|
40
52
|
- Refs #289437 - wip typo [Tripon Eugen - [`62c79a3`](https://github.com/eea/volto-cca-policy/commit/62c79a3c914f1c49d42ea96953a903af9e6e3a21)]
|
|
41
53
|
- Refs #289437 - map popup country name updtes [Tripon Eugen - [`f6b265d`](https://github.com/eea/volto-cca-policy/commit/f6b265dfa6d7710cdfac10fcdcac9de646f8d868)]
|
|
@@ -67,7 +79,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
67
79
|
- Add some loadable for components [Tiberiu Ichim - [`1793962`](https://github.com/eea/volto-cca-policy/commit/179396211c66a6a2465b2d1b6c0f2afc40fc7189)]
|
|
68
80
|
- Refs #284961 - test [Tripon Eugen - [`c989f1f`](https://github.com/eea/volto-cca-policy/commit/c989f1f8638c0c5233c5c49f8673c9a2cdc7937e)]
|
|
69
81
|
- Refs #284961 - add translations [Tripon Eugen - [`04ee988`](https://github.com/eea/volto-cca-policy/commit/04ee988c086d393b9b37ce1ea8d24f5e84f266aa)]
|
|
70
|
-
### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.
|
|
82
|
+
### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.72...1.0.0-alpha.0) - 15 July 2025
|
|
71
83
|
|
|
72
84
|
#### :bug: Bug Fixes
|
|
73
85
|
|
|
@@ -88,7 +100,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
88
100
|
|
|
89
101
|
- chore: code cleanup [kreafox - [`842419b`](https://github.com/eea/volto-cca-policy/commit/842419b1bce3dc624755c81c9dea672198cab9e2)]
|
|
90
102
|
- style: update teaser block styling [kreafox - [`1e0cad8`](https://github.com/eea/volto-cca-policy/commit/1e0cad8e1ed3ae827ee868dce8ad50b292a937ba)]
|
|
91
|
-
- chore: update Makefile, run yarn i18n [kreafox - [`61e6962`](https://github.com/eea/volto-cca-policy/commit/61e6962901068ae6512265417a730bd9befd65fe)]
|
|
92
103
|
- chore: move styling to theme folder [kreafox - [`8cf6a1b`](https://github.com/eea/volto-cca-policy/commit/8cf6a1b8b14abf472a9c61b28db574f6d9e0bd3b)]
|
|
93
104
|
- chore: remove ArrayWidget customization [kreafox - [`249bf93`](https://github.com/eea/volto-cca-policy/commit/249bf93054f7726c3d57a8b8ca01b75cd0d30522)]
|
|
94
105
|
- chore: remove Footer customization [kreafox - [`7038af3`](https://github.com/eea/volto-cca-policy/commit/7038af37d48a328dfc31746f3fa84973e2f840ab)]
|
|
@@ -110,6 +121,29 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
110
121
|
- test: Update to volto 17 PR30 [valentinab25 - [`ed03286`](https://github.com/eea/volto-cca-policy/commit/ed032865efa051d6353844737616019b202ea562)]
|
|
111
122
|
- test: update snapshots [ana-oprea - [`94608ad`](https://github.com/eea/volto-cca-policy/commit/94608adc1b3b3655c7ecd5c39dde1f0fcd4b41e9)]
|
|
112
123
|
- test: Update to volto 17 PR30 [valentinab25 - [`2e81033`](https://github.com/eea/volto-cca-policy/commit/2e810334e08366ca77ba62383c064770dde643a1)]
|
|
124
|
+
### [0.3.72](https://github.com/eea/volto-cca-policy/compare/0.3.71...0.3.72) - 23 July 2025
|
|
125
|
+
|
|
126
|
+
#### :house: Internal changes
|
|
127
|
+
|
|
128
|
+
- style: Automated code fix [eea-jenkins - [`1f11a31`](https://github.com/eea/volto-cca-policy/commit/1f11a31a8ccf6fd74840f3d205992068c7427512)]
|
|
129
|
+
|
|
130
|
+
#### :hammer_and_wrench: Others
|
|
131
|
+
|
|
132
|
+
- Refs #289437 - wip [Tripon Eugen - [`2073e24`](https://github.com/eea/volto-cca-policy/commit/2073e2404274cbacccbc303d4493860f8c938de8)]
|
|
133
|
+
- Refs #289437 - wip typo [Tripon Eugen - [`62c79a3`](https://github.com/eea/volto-cca-policy/commit/62c79a3c914f1c49d42ea96953a903af9e6e3a21)]
|
|
134
|
+
- Refs #289437 - map popup country name updtes [Tripon Eugen - [`f6b265d`](https://github.com/eea/volto-cca-policy/commit/f6b265dfa6d7710cdfac10fcdcac9de646f8d868)]
|
|
135
|
+
- Refs #289437 - no data Switzerland message [Tripon Eugen - [`b7d6251`](https://github.com/eea/volto-cca-policy/commit/b7d6251dfe136c1631ff112ecccfa8e5eda74101)]
|
|
136
|
+
- Refs #289437 - update legend map [Tripon Eugen - [`80f8f9b`](https://github.com/eea/volto-cca-policy/commit/80f8f9bbc590fc0c10c65514bdba0c67db6de441)]
|
|
137
|
+
- Refs #289437 - update label for some countries [Tripon Eugen - [`1be52e3`](https://github.com/eea/volto-cca-policy/commit/1be52e3f388e2378b9dfec8496eb083fb7d589c9)]
|
|
138
|
+
- Refs #289437 - update map colors [Tripon Eugen - [`47f3112`](https://github.com/eea/volto-cca-policy/commit/47f3112038f89945741abbb4fafde13d150af79c)]
|
|
139
|
+
- Refs #289437 - blue map updates [Tripon Eugen - [`a734405`](https://github.com/eea/volto-cca-policy/commit/a734405cc3907b7fdcdc169421713c3b61405641)]
|
|
140
|
+
- Refs #289437 - blue map update data link no profiles [Tripon Eugen - [`5df8797`](https://github.com/eea/volto-cca-policy/commit/5df8797b8b600850516e0f6ce480b052c1e35bdd)]
|
|
141
|
+
- Refs #289437 - blue map update [Tripon Eugen - [`36de33e`](https://github.com/eea/volto-cca-policy/commit/36de33e41e4d862d201db7cf470d902c67560f71)]
|
|
142
|
+
- Refs #289562 - blue country map change projection [Tripon Eugen - [`8979a20`](https://github.com/eea/volto-cca-policy/commit/8979a20f91a160d5f70f747aa01d0e04a6d6a30d)]
|
|
143
|
+
- Refs #289437 - country map profile label translation [Tripon Eugen - [`59bc0c7`](https://github.com/eea/volto-cca-policy/commit/59bc0c7135290cd4edb7faa53dee8a5e31376c57)]
|
|
144
|
+
- Refs #289437 - Filter test update after remove filters [Tripon Eugen - [`bd6a0c3`](https://github.com/eea/volto-cca-policy/commit/bd6a0c3d6fe4568072cdc741410ab5c19da7433f)]
|
|
145
|
+
- Refs #289437 - eslint, center and zoom map [Tripon Eugen - [`4c1bd3e`](https://github.com/eea/volto-cca-policy/commit/4c1bd3e10b151cb935b10fa136006056c61d28c4)]
|
|
146
|
+
- Refs #289437 - update map colorse and labels [Tripon Eugen - [`6577fc6`](https://github.com/eea/volto-cca-policy/commit/6577fc640755e394d696932413ddd10b541d193e)]
|
|
113
147
|
### [0.3.71](https://github.com/eea/volto-cca-policy/compare/0.3.70...0.3.71) - 22 July 2025
|
|
114
148
|
|
|
115
149
|
#### :bug: Bug Fixes
|
|
@@ -2795,13 +2829,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2795
2829
|
- Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
|
|
2796
2830
|
- Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
|
|
2797
2831
|
- Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
|
|
2798
|
-
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
|
|
2799
|
-
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
|
|
2800
2832
|
### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
|
|
2801
2833
|
|
|
2802
2834
|
#### :house: Internal changes
|
|
2803
2835
|
|
|
2804
|
-
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
|
|
2805
2836
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
|
|
2806
2837
|
|
|
2807
2838
|
#### :hammer_and_wrench: Others
|
|
@@ -2818,9 +2849,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2818
2849
|
- Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
|
|
2819
2850
|
- Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
|
|
2820
2851
|
- Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
|
|
2821
|
-
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
|
|
2822
|
-
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
|
|
2823
|
-
- test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
|
|
2824
2852
|
- Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
|
|
2825
2853
|
- 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)]
|
|
2826
2854
|
- Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
|
|
@@ -3037,7 +3065,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
3037
3065
|
|
|
3038
3066
|
#### :house: Internal changes
|
|
3039
3067
|
|
|
3040
|
-
- chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
|
|
3041
3068
|
|
|
3042
3069
|
#### :hammer_and_wrench: Others
|
|
3043
3070
|
|
|
@@ -3518,7 +3545,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
3518
3545
|
#### :hammer_and_wrench: Others
|
|
3519
3546
|
|
|
3520
3547
|
- Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
|
|
3521
|
-
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
|
|
3522
3548
|
### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
|
|
3523
3549
|
|
|
3524
3550
|
#### :hammer_and_wrench: Others
|
|
@@ -18,6 +18,8 @@ msgstr "Наличен е справочен документ за събити
|
|
|
18
18
|
|
|
19
19
|
#. Default: "Adaptation Approaches"
|
|
20
20
|
#: search/cca/facets
|
|
21
|
+
#: search/facets
|
|
22
|
+
#: search/fise/facets
|
|
21
23
|
#: search/health_observatory/facets-health
|
|
22
24
|
#: search/mission_all/facets-all
|
|
23
25
|
#: search/mission_projects/facets-projects
|
|
@@ -42,6 +44,8 @@ msgstr "Опции за адаптация, изпълнени в този сл
|
|
|
42
44
|
#. Default: "Adaptation Sectors"
|
|
43
45
|
#: search/cca/facets
|
|
44
46
|
#: search/common
|
|
47
|
+
#: search/facets
|
|
48
|
+
#: search/fise/facets
|
|
45
49
|
msgid "Adaptation Sectors"
|
|
46
50
|
msgstr "Сектори за адаптация"
|
|
47
51
|
|
|
@@ -82,6 +86,11 @@ msgstr "През цялото време"
|
|
|
82
86
|
msgid "Background information"
|
|
83
87
|
msgstr "Основна информация"
|
|
84
88
|
|
|
89
|
+
#. Default: "Belgium"
|
|
90
|
+
#: helpers/Constants
|
|
91
|
+
msgid "Belgium"
|
|
92
|
+
msgstr "Белгия"
|
|
93
|
+
|
|
85
94
|
#. Default: "Biogeographical regions:"
|
|
86
95
|
#: helpers/ContentMetadata
|
|
87
96
|
msgid "Biogeographical regions:"
|
|
@@ -140,6 +149,8 @@ msgstr "град:"
|
|
|
140
149
|
#. Default: "Climate Impacts"
|
|
141
150
|
#: search/cca/facets
|
|
142
151
|
#: search/common
|
|
152
|
+
#: search/facets
|
|
153
|
+
#: search/fise/facets
|
|
143
154
|
msgid "Climate Impacts"
|
|
144
155
|
msgstr "Климатични въздействия"
|
|
145
156
|
|
|
@@ -268,11 +279,31 @@ msgstr "Пуснете файлове тук..."
|
|
|
268
279
|
msgid "Duration:"
|
|
269
280
|
msgstr "Продължителност:"
|
|
270
281
|
|
|
282
|
+
#. Default: "EEA Cooperating Countries and Energy Community Contracting Parties"
|
|
283
|
+
#: components/manage/Blocks/CountryMapProfile/Filter
|
|
284
|
+
msgid "EEA Cooperating Countries and Energy Community Contracting Parties"
|
|
285
|
+
msgstr "Сътрудничещи страни в ЕИП и договарящи страни на Енергийната общност"
|
|
286
|
+
|
|
287
|
+
#. Default: "EEA Member Countries"
|
|
288
|
+
#: components/manage/Blocks/CountryMapProfile/Filter
|
|
289
|
+
msgid "EEA Member Countries"
|
|
290
|
+
msgstr "Страни-членки на ЕИП"
|
|
291
|
+
|
|
292
|
+
#. Default: "EU Member States and EEA Member Countries"
|
|
293
|
+
#: components/manage/Blocks/CountryMapProfile/Filter
|
|
294
|
+
msgid "EU Member States and EEA Member Countries"
|
|
295
|
+
msgstr "Държави-членки на ЕС и страни-членки на ЕИП"
|
|
296
|
+
|
|
271
297
|
#. Default: "EU funding"
|
|
272
298
|
#: search/mission_funding/facets-funding
|
|
273
299
|
msgid "EU funding"
|
|
274
300
|
msgstr "ЕС финансиране"
|
|
275
301
|
|
|
302
|
+
#. Default: "Eastern Parnership Members and Energy Community Contracting Parties"
|
|
303
|
+
#: components/manage/Blocks/CountryMapProfile/Filter
|
|
304
|
+
msgid "Eastern Parnership Members and Energy Community Contracting Parties"
|
|
305
|
+
msgstr "Членове на Източното партньорство и договарящи страни на Енергийната общност"
|
|
306
|
+
|
|
276
307
|
#. Default: "Eligible to receive funding"
|
|
277
308
|
#: search/mission_funding/facets-funding
|
|
278
309
|
msgid "Eligible to receive funding"
|
|
@@ -293,6 +324,11 @@ msgstr "Разгледайте повече в Climate-ADAPT"
|
|
|
293
324
|
msgid "For more search options"
|
|
294
325
|
msgstr "За повече опции за търсене"
|
|
295
326
|
|
|
327
|
+
#. Default: "France"
|
|
328
|
+
#: helpers/Constants
|
|
329
|
+
msgid "France"
|
|
330
|
+
msgstr "Франция"
|
|
331
|
+
|
|
296
332
|
#. Default: "Fullscreen"
|
|
297
333
|
#: components/theme/Views/C3SIndicatorView
|
|
298
334
|
msgid "Fullscreen"
|
|
@@ -300,6 +336,8 @@ msgstr "Цял екран"
|
|
|
300
336
|
|
|
301
337
|
#. Default: "Funding Programme"
|
|
302
338
|
#: search/cca/facets
|
|
339
|
+
#: search/facets
|
|
340
|
+
#: search/fise/facets
|
|
303
341
|
#: search/mission_projects/facets-projects
|
|
304
342
|
#: search/mission_stories/facets-stories
|
|
305
343
|
msgid "Funding Programme"
|
|
@@ -345,6 +383,11 @@ msgstr "HHWS наличен (щракнете върху държава за д
|
|
|
345
383
|
msgid "Hazard Type"
|
|
346
384
|
msgstr "Тип опасност"
|
|
347
385
|
|
|
386
|
+
#. Default: "Health Impacts"
|
|
387
|
+
#: search/health_observatory/config-health
|
|
388
|
+
msgid "Health Impacts"
|
|
389
|
+
msgstr "Въздействия върху здравето"
|
|
390
|
+
|
|
348
391
|
#. Default: "Health impact:"
|
|
349
392
|
#: helpers/ContentMetadata
|
|
350
393
|
msgid "Health impact:"
|
|
@@ -408,6 +451,8 @@ msgstr "Информация"
|
|
|
408
451
|
|
|
409
452
|
#. Default: "Item from third parties"
|
|
410
453
|
#: search/cca/facets
|
|
454
|
+
#: search/facets
|
|
455
|
+
#: search/fise/facets
|
|
411
456
|
msgid "Item from third parties"
|
|
412
457
|
msgstr "Артикул от трети страни"
|
|
413
458
|
|
|
@@ -419,6 +464,8 @@ msgstr "Ключови системи на общността"
|
|
|
419
464
|
#. Default: "Key Type Measure"
|
|
420
465
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
421
466
|
#: search/cca/facets
|
|
467
|
+
#: search/facets
|
|
468
|
+
#: search/fise/facets
|
|
422
469
|
msgid "Key Type Measure"
|
|
423
470
|
msgstr "Ключов тип мярка"
|
|
424
471
|
|
|
@@ -495,7 +542,7 @@ msgstr "Олово"
|
|
|
495
542
|
#. Default: "Learn more"
|
|
496
543
|
#: components/manage/Blocks/Listing/EventAccordionListingView
|
|
497
544
|
msgid "Learn more"
|
|
498
|
-
msgstr ""
|
|
545
|
+
msgstr "Научете повече"
|
|
499
546
|
|
|
500
547
|
#. Default: "Legal aspects"
|
|
501
548
|
#: components/theme/Views/AdaptationOptionView
|
|
@@ -575,6 +622,7 @@ msgid "Observatory contributions"
|
|
|
575
622
|
msgstr "Принос на обсерваторията"
|
|
576
623
|
|
|
577
624
|
#. Default: "Observatory partner"
|
|
625
|
+
#: search/health_observatory/config-health
|
|
578
626
|
#: search/health_observatory/facets-health
|
|
579
627
|
msgid "Observatory partner"
|
|
580
628
|
msgstr "Партньор на обсерваторията"
|
|
@@ -624,6 +672,11 @@ msgstr "Практическа информация"
|
|
|
624
672
|
msgid "Project information"
|
|
625
673
|
msgstr "Информация за проекта"
|
|
626
674
|
|
|
675
|
+
#. Default: "Publications and reports"
|
|
676
|
+
#: search/vocabulary
|
|
677
|
+
msgid "Publication reference"
|
|
678
|
+
msgstr "Справка на публикацията"
|
|
679
|
+
|
|
627
680
|
#. Default: "Publications and Reports Documents"
|
|
628
681
|
#: helpers/Utils
|
|
629
682
|
msgid "Publications and Reports Documents"
|
|
@@ -709,6 +762,8 @@ msgstr "Търсете в каталога с ресурси на обсерва
|
|
|
709
762
|
|
|
710
763
|
#. Default: "Section"
|
|
711
764
|
#: search/cca/facets
|
|
765
|
+
#: search/facets
|
|
766
|
+
#: search/fise/facets
|
|
712
767
|
msgid "Section"
|
|
713
768
|
msgstr "Раздел"
|
|
714
769
|
|
|
@@ -822,7 +877,7 @@ msgstr "Датата се отнася до момента, в който еле
|
|
|
822
877
|
#. Default: "This object has been archived because its content is outdated. You can still access it as legacy."
|
|
823
878
|
#: components/theme/PortalMessage/PortalMessage
|
|
824
879
|
msgid "This object has been archived because its content is outdated. You can still access it as legacy."
|
|
825
|
-
msgstr ""
|
|
880
|
+
msgstr "Този обект е архивиран, тъй като съдържанието му е остаряло. Все още имате достъп до него като наследство."
|
|
826
881
|
|
|
827
882
|
#. Default: "Topics:"
|
|
828
883
|
#: components/Result/ClusterHorizontalCardItem
|
|
@@ -832,6 +887,8 @@ msgstr "теми:"
|
|
|
832
887
|
|
|
833
888
|
#. Default: "Transnational regions"
|
|
834
889
|
#: search/cca/facets
|
|
890
|
+
#: search/facets
|
|
891
|
+
#: search/fise/facets
|
|
835
892
|
msgid "Transnational regions"
|
|
836
893
|
msgstr "Транснационални региони"
|
|
837
894
|
|
|
@@ -841,6 +898,11 @@ msgstr "Транснационални региони"
|
|
|
841
898
|
msgid "Type of item"
|
|
842
899
|
msgstr "Вид артикул"
|
|
843
900
|
|
|
901
|
+
#. Default: "Types"
|
|
902
|
+
#: search/health_observatory/config-health
|
|
903
|
+
msgid "Types"
|
|
904
|
+
msgstr "Видове"
|
|
905
|
+
|
|
844
906
|
#. Default: "Updating notes"
|
|
845
907
|
#: components/theme/Views/CaseStudyView
|
|
846
908
|
msgid "Updating notes"
|
|
@@ -851,6 +913,11 @@ msgstr "Актуализиране на бележки"
|
|
|
851
913
|
msgid "User requirements"
|
|
852
914
|
msgstr "Потребителски изисквания"
|
|
853
915
|
|
|
916
|
+
#. Default: "Videos and podcasts"
|
|
917
|
+
#: search/vocabulary
|
|
918
|
+
msgid "Video"
|
|
919
|
+
msgstr "видео"
|
|
920
|
+
|
|
854
921
|
#. Default: "View all contributions in the resource catalogue"
|
|
855
922
|
#: helpers/Utils
|
|
856
923
|
msgid "View all contributions in the resource catalogue"
|
|
@@ -895,7 +962,7 @@ msgstr "Къде"
|
|
|
895
962
|
#. Default: "Officially reported governmental information is only available in English"
|
|
896
963
|
#: components/manage/Blocks/CountryProfileDetail/View
|
|
897
964
|
msgid "officiallyInEnglish"
|
|
898
|
-
msgstr ""
|
|
965
|
+
msgstr "официално на английски"
|
|
899
966
|
|
|
900
967
|
#. undefined
|
|
901
968
|
|
|
@@ -1169,11 +1236,6 @@ msgstr "Беларус"
|
|
|
1169
1236
|
|
|
1170
1237
|
#. undefined
|
|
1171
1238
|
|
|
1172
|
-
msgid "Belgium"
|
|
1173
|
-
msgstr "Белгия"
|
|
1174
|
-
|
|
1175
|
-
#. undefined
|
|
1176
|
-
|
|
1177
1239
|
msgid "Bosnia and Herzegovina"
|
|
1178
1240
|
msgstr "Босна и Херцеговина"
|
|
1179
1241
|
|
|
@@ -1209,11 +1271,6 @@ msgstr "Естония"
|
|
|
1209
1271
|
|
|
1210
1272
|
#. undefined
|
|
1211
1273
|
|
|
1212
|
-
msgid "France"
|
|
1213
|
-
msgstr "Франция"
|
|
1214
|
-
|
|
1215
|
-
#. undefined
|
|
1216
|
-
|
|
1217
1274
|
msgid "Faroe Islands"
|
|
1218
1275
|
msgstr "Фарьорски острови"
|
|
1219
1276
|
|
|
@@ -2192,107 +2249,107 @@ msgid "Exposure of vulnerable groups to climate risks"
|
|
|
2192
2249
|
msgstr "Излагане на уязвими групи на климатични рискове"
|
|
2193
2250
|
|
|
2194
2251
|
#. undefined
|
|
2195
|
-
#:
|
|
2252
|
+
#:
|
|
2196
2253
|
msgid "KEY EU ACTIONS"
|
|
2197
2254
|
msgstr "КЛЮЧОВИ ДЕЙНОСТИ НА ЕС"
|
|
2198
2255
|
|
|
2199
2256
|
#. undefined
|
|
2200
|
-
#:
|
|
2257
|
+
#:
|
|
2201
2258
|
msgid "Just resilience"
|
|
2202
2259
|
msgstr "Справедлива устойчивост"
|
|
2203
2260
|
|
|
2204
2261
|
#. undefined
|
|
2205
|
-
#:
|
|
2262
|
+
#:
|
|
2206
2263
|
msgid "Nature-based solutions"
|
|
2207
2264
|
msgstr "Природосъобразни решения"
|
|
2208
2265
|
|
|
2209
2266
|
#. undefined
|
|
2210
|
-
#:
|
|
2267
|
+
#:
|
|
2211
2268
|
msgid "Economic losses and fatalities"
|
|
2212
2269
|
msgstr "Икономически загуби и смъртни случаи"
|
|
2213
2270
|
|
|
2214
2271
|
#. undefined
|
|
2215
|
-
#:
|
|
2272
|
+
#:
|
|
2216
2273
|
msgid "Strategic objectives 2030"
|
|
2217
2274
|
msgstr "Стратегически цели за 2030 г."
|
|
2218
2275
|
|
|
2219
2276
|
#. undefined
|
|
2220
|
-
#:
|
|
2277
|
+
#:
|
|
2221
2278
|
msgid "Availability of urban green spaces to vulnerable groups"
|
|
2222
2279
|
msgstr "Наличие на градски зелени площи за уязвимите групи"
|
|
2223
2280
|
|
|
2224
2281
|
#. undefined
|
|
2225
|
-
#:
|
|
2282
|
+
#:
|
|
2226
2283
|
msgid "Transnational, National, local"
|
|
2227
2284
|
msgstr "Транснационално, национално, местно"
|
|
2228
2285
|
|
|
2229
2286
|
#. undefined
|
|
2230
|
-
#:
|
|
2287
|
+
#:
|
|
2231
2288
|
msgid "Aero-allergens"
|
|
2232
2289
|
msgstr "Аероалергени"
|
|
2233
2290
|
|
|
2234
2291
|
#. undefined
|
|
2235
|
-
#:
|
|
2292
|
+
#:
|
|
2236
2293
|
msgid "Heat"
|
|
2237
2294
|
msgstr "Топлина"
|
|
2238
2295
|
|
|
2239
2296
|
#. undefined
|
|
2240
|
-
#:
|
|
2297
|
+
#:
|
|
2241
2298
|
msgid "Accessibility of hospitals in Europe"
|
|
2242
2299
|
msgstr "Достъпност на болниците в Европа"
|
|
2243
2300
|
|
|
2244
2301
|
#. undefined
|
|
2245
|
-
#:
|
|
2302
|
+
#:
|
|
2246
2303
|
msgid "ADAPTATION IN THE FORESTRY SECTOR"
|
|
2247
2304
|
msgstr "Адаптация в горския сектор"
|
|
2248
2305
|
|
|
2249
2306
|
#. undefined
|
|
2250
|
-
#:
|
|
2307
|
+
#:
|
|
2251
2308
|
msgid "Ground-level ozone"
|
|
2252
2309
|
msgstr "Приземен озон"
|
|
2253
2310
|
|
|
2254
2311
|
#. undefined
|
|
2255
|
-
#:
|
|
2312
|
+
#:
|
|
2256
2313
|
msgid "Ground-level ozone forecast (CAMS)"
|
|
2257
2314
|
msgstr "Прогноза за приземния озон (CAMS)"
|
|
2258
2315
|
|
|
2259
2316
|
#. undefined
|
|
2260
|
-
#:
|
|
2317
|
+
#:
|
|
2261
2318
|
msgid "Pollution"
|
|
2262
2319
|
msgstr "Замърсяване"
|
|
2263
2320
|
|
|
2264
2321
|
#. undefined
|
|
2265
|
-
#:
|
|
2322
|
+
#:
|
|
2266
2323
|
msgid "Occupational safety and health effects"
|
|
2267
2324
|
msgstr "Последици за безопасността и здравето при работа"
|
|
2268
2325
|
|
|
2269
2326
|
#. undefined
|
|
2270
|
-
#:
|
|
2327
|
+
#:
|
|
2271
2328
|
msgid "Observatory workplan for 2023-24"
|
|
2272
2329
|
msgstr "Работен план на Обсерваторията за периода 2023—2024 г."
|
|
2273
2330
|
|
|
2274
2331
|
#. undefined
|
|
2275
|
-
#:
|
|
2332
|
+
#:
|
|
2276
2333
|
msgid "Ground-level PM2.5 forecast (CAMS)"
|
|
2277
2334
|
msgstr "Прогноза за ФПЧ2,5 на наземно равнище (CAMS)"
|
|
2278
2335
|
|
|
2279
2336
|
#. undefined
|
|
2280
|
-
#:
|
|
2337
|
+
#:
|
|
2281
2338
|
msgid "Ground-level PM10 forecast (CAMS)"
|
|
2282
2339
|
msgstr "Прогноза за ФПЧ10 на приземно равнище (CAMS)"
|
|
2283
2340
|
|
|
2284
2341
|
#. undefined
|
|
2285
|
-
#:
|
|
2342
|
+
#:
|
|
2286
2343
|
msgid "Ground-level NO2 forecast (CAMS)"
|
|
2287
2344
|
msgstr "Прогноза за NO2 на приземно равнище (CAMS)"
|
|
2288
2345
|
|
|
2289
2346
|
#. undefined
|
|
2290
|
-
#:
|
|
2347
|
+
#:
|
|
2291
2348
|
msgid "2022 EEA Report on Climate & Health"
|
|
2292
2349
|
msgstr "Доклад на ЕАОС за 2022 г. относно климата и изменението на климата; здраве"
|
|
2293
2350
|
|
|
2294
2351
|
#. undefined
|
|
2295
|
-
#:
|
|
2352
|
+
#:
|
|
2296
2353
|
msgid "European environment and health atlas"
|
|
2297
2354
|
msgstr "Европейски атлас на околната среда и здравето"
|
|
2298
2355
|
|