@eeacms/volto-cca-policy 0.3.65 → 0.3.67
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 +60 -5
- package/locales/bg/LC_MESSAGES/volto.po +87 -22
- package/locales/cs/LC_MESSAGES/volto.po +87 -22
- package/locales/da/LC_MESSAGES/volto.po +87 -22
- package/locales/de/LC_MESSAGES/volto.po +87 -22
- package/locales/eea.cca.pot +45 -0
- package/locales/el/LC_MESSAGES/volto.po +87 -22
- package/locales/en/LC_MESSAGES/volto.po +65 -0
- package/locales/es/LC_MESSAGES/volto.po +87 -22
- package/locales/et/LC_MESSAGES/volto.po +87 -22
- package/locales/fi/LC_MESSAGES/volto.po +87 -22
- package/locales/fr/LC_MESSAGES/volto.po +87 -22
- package/locales/ga/LC_MESSAGES/volto.po +87 -22
- package/locales/hr/LC_MESSAGES/volto.po +87 -22
- package/locales/hu/LC_MESSAGES/volto.po +87 -22
- package/locales/is/LC_MESSAGES/volto.po +87 -22
- package/locales/it/LC_MESSAGES/volto.po +87 -22
- package/locales/lt/LC_MESSAGES/volto.po +87 -22
- package/locales/lv/LC_MESSAGES/volto.po +65 -0
- package/locales/mt/LC_MESSAGES/volto.po +87 -22
- package/locales/nl/LC_MESSAGES/volto.po +87 -22
- package/locales/nn/LC_MESSAGES/volto.po +117 -19
- package/locales/pl/LC_MESSAGES/volto.po +87 -22
- package/locales/pt/LC_MESSAGES/volto.po +87 -22
- package/locales/ro/LC_MESSAGES/volto.po +87 -22
- package/locales/sk/LC_MESSAGES/volto.po +87 -22
- package/locales/sl/LC_MESSAGES/volto.po +87 -22
- package/locales/sv/LC_MESSAGES/volto.po +87 -22
- package/locales/tr/LC_MESSAGES/volto.po +103 -22
- package/locales/volto.pot +2 -1
- package/package.json +1 -1
- package/src/components/manage/Blocks/ASTNavigation/ASTNavigationView.jsx +8 -2
- package/src/components/manage/Blocks/RASTBlock/ContextNavigation.jsx +3 -1
- package/src/components/theme/ASTNavigation/ASTAccordion.jsx +4 -2
- package/src/components/theme/Header/Header.jsx +4 -1
- package/src/components/theme/Header/LanguageSwitch.jsx +41 -68
- package/src/components/theme/ImageGallery/ImageGallery.jsx +2 -2
- package/src/components/theme/ImageGallery/ImageGallery.test.jsx +38 -0
- package/src/components/theme/PortalMessage/PortalMessage.test.jsx +24 -0
- package/src/components/theme/Widgets/PromotionalImageWidget.jsx +35 -13
- package/src/index.js +18 -3
- package/src/utils.js +11 -6
package/CHANGELOG.md
CHANGED
|
@@ -4,17 +4,43 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
-
### [0.3.
|
|
7
|
+
### [0.3.67](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.0...0.3.67) - 17 July 2025
|
|
8
8
|
|
|
9
9
|
#### :rocket: Dependency updates
|
|
10
10
|
|
|
11
11
|
- Release @eeacms/volto-searchlib@2.1.0 [EEA Jenkins - [`e5fc813`](https://github.com/eea/volto-cca-policy/commit/e5fc813f97922df335be28673d6303cb81b3c888)]
|
|
12
12
|
|
|
13
|
+
#### :bug: Bug Fixes
|
|
14
|
+
|
|
15
|
+
- fix: eslint [kreafox - [`7887ef4`](https://github.com/eea/volto-cca-policy/commit/7887ef453f9099f1606a54b2ae06bfcad03ca5f8)]
|
|
16
|
+
- fix: issues reported by sonarqube [kreafox - [`ccf5bcd`](https://github.com/eea/volto-cca-policy/commit/ccf5bcde698444d9bed9b138edb54841f78e27af)]
|
|
17
|
+
- fix: resolve sonarqube code quality issues - refs #289841 [kreafox - [`f9e2bd0`](https://github.com/eea/volto-cca-policy/commit/f9e2bd07bc4db00cc452dd4a2837b28dae7c3d64)]
|
|
18
|
+
- fix: resolve sonarqube code quality issues (WIP) - refs #289841 [kreafox - [`8253492`](https://github.com/eea/volto-cca-policy/commit/82534921494f8b0c5ba6c12cf6af834e4cc3f7e5)]
|
|
19
|
+
|
|
13
20
|
#### :nail_care: Enhancements
|
|
14
21
|
|
|
15
22
|
- change(header): add sitemap link - refs #288920 [kreafox - [`0b51b76`](https://github.com/eea/volto-cca-policy/commit/0b51b7649a13f250390cc78e88f6946d370c4c59)]
|
|
16
23
|
|
|
17
|
-
|
|
24
|
+
#### :house: Internal changes
|
|
25
|
+
|
|
26
|
+
- style: Automated code fix [eea-jenkins - [`88386b8`](https://github.com/eea/volto-cca-policy/commit/88386b8d31edcf5aec1b2591840af3d5a6f0357a)]
|
|
27
|
+
- style: Automated code fix [eea-jenkins - [`4c5b5f3`](https://github.com/eea/volto-cca-policy/commit/4c5b5f3f4e0474a7fc2ba1f634229f8fc99c3fb0)]
|
|
28
|
+
|
|
29
|
+
#### :hammer_and_wrench: Others
|
|
30
|
+
|
|
31
|
+
- test: fix security hotspots on sonarqube - refs #289841 [kreafox - [`ed2ae6f`](https://github.com/eea/volto-cca-policy/commit/ed2ae6f3d41062740df5dd31c749b25316321776)]
|
|
32
|
+
- Undo [Tiberiu Ichim - [`d90fe59`](https://github.com/eea/volto-cca-policy/commit/d90fe596d97753a63796feaa42451b010cd80aec)]
|
|
33
|
+
- Depend on latest volto-matomo [Tiberiu Ichim - [`2ec3d30`](https://github.com/eea/volto-cca-policy/commit/2ec3d3099a8ba0f6823125209439631a2db18bac)]
|
|
34
|
+
- test: fix security hotspots on sonarqube - refs #289841 [kreafox - [`2e86b28`](https://github.com/eea/volto-cca-policy/commit/2e86b285de2d43919248d53988a1f97eb44793d8)]
|
|
35
|
+
- test: add tests to increase code coverage [kreafox - [`29ee566`](https://github.com/eea/volto-cca-policy/commit/29ee56661f1e349177f91237b6e548e1036d8b57)]
|
|
36
|
+
- test: add tests to increase code coverage [kreafox - [`75e95bf`](https://github.com/eea/volto-cca-policy/commit/75e95bf109369b637eecfbd649cb07280c27c9fe)]
|
|
37
|
+
- Use secondary site id [Tiberiu Ichim - [`461a204`](https://github.com/eea/volto-cca-policy/commit/461a20409ccf8e3b1baea17ee7727378dbb38e23)]
|
|
38
|
+
- Add suport for custom site id for mission [Tiberiu Ichim - [`3a32dfc`](https://github.com/eea/volto-cca-policy/commit/3a32dfc40127a060ea86651a71f043ef7137876b)]
|
|
39
|
+
- add nn missing translations [Tripon Eugen - [`62511df`](https://github.com/eea/volto-cca-policy/commit/62511df2351b231b3973a9a748f307e78ff7f993)]
|
|
40
|
+
- Add some loadable for components [Tiberiu Ichim - [`1793962`](https://github.com/eea/volto-cca-policy/commit/179396211c66a6a2465b2d1b6c0f2afc40fc7189)]
|
|
41
|
+
- Refs #284961 - test [Tripon Eugen - [`c989f1f`](https://github.com/eea/volto-cca-policy/commit/c989f1f8638c0c5233c5c49f8673c9a2cdc7937e)]
|
|
42
|
+
- Refs #284961 - add translations [Tripon Eugen - [`04ee988`](https://github.com/eea/volto-cca-policy/commit/04ee988c086d393b9b37ce1ea8d24f5e84f266aa)]
|
|
43
|
+
### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.66...1.0.0-alpha.0) - 15 July 2025
|
|
18
44
|
|
|
19
45
|
#### :bug: Bug Fixes
|
|
20
46
|
|
|
@@ -28,13 +54,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
28
54
|
|
|
29
55
|
#### :nail_care: Enhancements
|
|
30
56
|
|
|
31
|
-
- change: add archived info message on DefaultView - refs #289794 [kreafox - [`7005f0d`](https://github.com/eea/volto-cca-policy/commit/7005f0dcc653f2fd85713b12cb9fa75be97943c7)]
|
|
32
57
|
- change: add volto grid teaser block customization [kreafox - [`1523323`](https://github.com/eea/volto-cca-policy/commit/15233230a01fbc7b9ef9c6df7aeb069876811530)]
|
|
33
58
|
- change: update Header component [kreafox - [`8025ab9`](https://github.com/eea/volto-cca-policy/commit/8025ab9b2b5a19045dfe313cc3d4e7928a989771)]
|
|
34
59
|
|
|
35
60
|
#### :house: Internal changes
|
|
36
61
|
|
|
37
|
-
- chore: i18n [kreafox - [`5ffe66e`](https://github.com/eea/volto-cca-policy/commit/5ffe66e22b34f9451b01db1f4578037e03e1415f)]
|
|
38
62
|
- chore: code cleanup [kreafox - [`842419b`](https://github.com/eea/volto-cca-policy/commit/842419b1bce3dc624755c81c9dea672198cab9e2)]
|
|
39
63
|
- style: update teaser block styling [kreafox - [`1e0cad8`](https://github.com/eea/volto-cca-policy/commit/1e0cad8e1ed3ae827ee868dce8ad50b292a937ba)]
|
|
40
64
|
- chore: update Makefile, run yarn i18n [kreafox - [`61e6962`](https://github.com/eea/volto-cca-policy/commit/61e6962901068ae6512265417a730bd9befd65fe)]
|
|
@@ -53,13 +77,44 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
53
77
|
|
|
54
78
|
- Bump version [Tiberiu Ichim - [`f8e327e`](https://github.com/eea/volto-cca-policy/commit/f8e327e750771576e4f44fa4c27035b6e3b9c9e7)]
|
|
55
79
|
- Fix eslint [Tiberiu Ichim - [`b6cfdd8`](https://github.com/eea/volto-cca-policy/commit/b6cfdd81c09e523d75ffbf2059008c77240311e2)]
|
|
56
|
-
- test: improve security hotspots on sonarqube - refs #289841 [kreafox - [`2259d69`](https://github.com/eea/volto-cca-policy/commit/2259d696fe8c3ef2e1b3d49959d314556ceae501)]
|
|
57
80
|
- update Jenkinsfile [kreafox - [`c8683c2`](https://github.com/eea/volto-cca-policy/commit/c8683c28ff5272c76ea055ba4e2870d9d8236082)]
|
|
58
81
|
- test: update snaphots [kreafox - [`de0506a`](https://github.com/eea/volto-cca-policy/commit/de0506a81fd5e224bb1d4dd27109ae4d07fe919c)]
|
|
59
82
|
- test: update snaphots [kreafox - [`1fee9fe`](https://github.com/eea/volto-cca-policy/commit/1fee9fec29b08aa06d40c88722fb2a032ce63019)]
|
|
60
83
|
- test: Update to volto 17 PR30 [valentinab25 - [`ed03286`](https://github.com/eea/volto-cca-policy/commit/ed032865efa051d6353844737616019b202ea562)]
|
|
61
84
|
- test: update snapshots [ana-oprea - [`94608ad`](https://github.com/eea/volto-cca-policy/commit/94608adc1b3b3655c7ecd5c39dde1f0fcd4b41e9)]
|
|
62
85
|
- test: Update to volto 17 PR30 [valentinab25 - [`2e81033`](https://github.com/eea/volto-cca-policy/commit/2e810334e08366ca77ba62383c064770dde643a1)]
|
|
86
|
+
### [0.3.66](https://github.com/eea/volto-cca-policy/compare/0.3.65...0.3.66) - 17 July 2025
|
|
87
|
+
|
|
88
|
+
#### :bug: Bug Fixes
|
|
89
|
+
|
|
90
|
+
- fix: issues reported by sonarqube [kreafox - [`ccf5bcd`](https://github.com/eea/volto-cca-policy/commit/ccf5bcde698444d9bed9b138edb54841f78e27af)]
|
|
91
|
+
- fix: resolve sonarqube code quality issues - refs #289841 [kreafox - [`f9e2bd0`](https://github.com/eea/volto-cca-policy/commit/f9e2bd07bc4db00cc452dd4a2837b28dae7c3d64)]
|
|
92
|
+
- fix: resolve sonarqube code quality issues (WIP) - refs #289841 [kreafox - [`8253492`](https://github.com/eea/volto-cca-policy/commit/82534921494f8b0c5ba6c12cf6af834e4cc3f7e5)]
|
|
93
|
+
|
|
94
|
+
#### :hammer_and_wrench: Others
|
|
95
|
+
|
|
96
|
+
- test: fix security hotspots on sonarqube - refs #289841 [kreafox - [`ed2ae6f`](https://github.com/eea/volto-cca-policy/commit/ed2ae6f3d41062740df5dd31c749b25316321776)]
|
|
97
|
+
- test: fix security hotspots on sonarqube - refs #289841 [kreafox - [`2e86b28`](https://github.com/eea/volto-cca-policy/commit/2e86b285de2d43919248d53988a1f97eb44793d8)]
|
|
98
|
+
- test: add tests to increase code coverage [kreafox - [`29ee566`](https://github.com/eea/volto-cca-policy/commit/29ee56661f1e349177f91237b6e548e1036d8b57)]
|
|
99
|
+
- test: add tests to increase code coverage [kreafox - [`75e95bf`](https://github.com/eea/volto-cca-policy/commit/75e95bf109369b637eecfbd649cb07280c27c9fe)]
|
|
100
|
+
### [0.3.65](https://github.com/eea/volto-cca-policy/compare/0.3.64...0.3.65) - 16 July 2025
|
|
101
|
+
|
|
102
|
+
#### :rocket: Dependency updates
|
|
103
|
+
|
|
104
|
+
- Release @eeacms/volto-searchlib@2.1.0 [EEA Jenkins - [`e5fc813`](https://github.com/eea/volto-cca-policy/commit/e5fc813f97922df335be28673d6303cb81b3c888)]
|
|
105
|
+
|
|
106
|
+
#### :nail_care: Enhancements
|
|
107
|
+
|
|
108
|
+
- change(header): add sitemap link - refs #288920 [kreafox - [`0b51b76`](https://github.com/eea/volto-cca-policy/commit/0b51b7649a13f250390cc78e88f6946d370c4c59)]
|
|
109
|
+
- change: add archived info message on DefaultView - refs #289794 [kreafox - [`7005f0d`](https://github.com/eea/volto-cca-policy/commit/7005f0dcc653f2fd85713b12cb9fa75be97943c7)]
|
|
110
|
+
|
|
111
|
+
#### :house: Internal changes
|
|
112
|
+
|
|
113
|
+
- chore: i18n [kreafox - [`5ffe66e`](https://github.com/eea/volto-cca-policy/commit/5ffe66e22b34f9451b01db1f4578037e03e1415f)]
|
|
114
|
+
|
|
115
|
+
#### :hammer_and_wrench: Others
|
|
116
|
+
|
|
117
|
+
- test: improve security hotspots on sonarqube - refs #289841 [kreafox - [`2259d69`](https://github.com/eea/volto-cca-policy/commit/2259d696fe8c3ef2e1b3d49959d314556ceae501)]
|
|
63
118
|
### [0.3.64](https://github.com/eea/volto-cca-policy/compare/0.3.63...0.3.64) - 11 July 2025
|
|
64
119
|
|
|
65
120
|
#### :rocket: New Features
|
|
@@ -557,7 +557,7 @@ msgstr "Няма резултати"
|
|
|
557
557
|
#. Default: "Non-EU Languages"
|
|
558
558
|
#: components/theme/Header/LanguageSwitch
|
|
559
559
|
msgid "Non-EU Languages"
|
|
560
|
-
msgstr ""
|
|
560
|
+
msgstr "Езици извън ЕС"
|
|
561
561
|
|
|
562
562
|
#. Default: "Objectives of the adaptation measure"
|
|
563
563
|
#: components/theme/Views/CaseStudyView
|
|
@@ -1577,6 +1577,71 @@ msgstr "Държави, в които се предлага възможност
|
|
|
1577
1577
|
msgid "Region where the funding is offered"
|
|
1578
1578
|
msgstr "Регион, в който се предлага финансиране"
|
|
1579
1579
|
|
|
1580
|
+
#. undefined
|
|
1581
|
+
|
|
1582
|
+
msgid "Mission story"
|
|
1583
|
+
msgstr "История на мисията"
|
|
1584
|
+
|
|
1585
|
+
#. undefined
|
|
1586
|
+
|
|
1587
|
+
msgid "Mission tool"
|
|
1588
|
+
msgstr "Инструмент за мисия"
|
|
1589
|
+
|
|
1590
|
+
#. undefined
|
|
1591
|
+
|
|
1592
|
+
msgid "Webpage"
|
|
1593
|
+
msgstr "Уеб страница"
|
|
1594
|
+
|
|
1595
|
+
#. undefined
|
|
1596
|
+
|
|
1597
|
+
msgid "Climate services"
|
|
1598
|
+
msgstr "Климатични услуги"
|
|
1599
|
+
|
|
1600
|
+
#. undefined
|
|
1601
|
+
|
|
1602
|
+
msgid "Just Resilience"
|
|
1603
|
+
msgstr "Просто устойчивост"
|
|
1604
|
+
|
|
1605
|
+
#. undefined
|
|
1606
|
+
|
|
1607
|
+
msgid "Societal aspects"
|
|
1608
|
+
msgstr "Социални аспекти"
|
|
1609
|
+
|
|
1610
|
+
#. undefined
|
|
1611
|
+
|
|
1612
|
+
msgid "Environmental aspects"
|
|
1613
|
+
msgstr "Екологични аспекти"
|
|
1614
|
+
|
|
1615
|
+
#. undefined
|
|
1616
|
+
|
|
1617
|
+
msgid "Mitigation aspects"
|
|
1618
|
+
msgstr "Смекчаващи аспекти"
|
|
1619
|
+
|
|
1620
|
+
#. undefined
|
|
1621
|
+
|
|
1622
|
+
msgid "Cost-benefit analysis and maintenance costs"
|
|
1623
|
+
msgstr "Анализ на разходите и ползите и разходите за поддръжка"
|
|
1624
|
+
|
|
1625
|
+
#. undefined
|
|
1626
|
+
|
|
1627
|
+
msgid "Replication/upscaling potential"
|
|
1628
|
+
msgstr "Потенциал за репликация/преувеличаване"
|
|
1629
|
+
|
|
1630
|
+
#. undefined
|
|
1631
|
+
|
|
1632
|
+
msgid "Economic aspects"
|
|
1633
|
+
msgstr "Икономически аспекти"
|
|
1634
|
+
|
|
1635
|
+
#. undefined
|
|
1636
|
+
|
|
1637
|
+
msgid "Funding oportunity"
|
|
1638
|
+
msgstr "Възможност за финансиране"
|
|
1639
|
+
|
|
1640
|
+
#. undefined
|
|
1641
|
+
|
|
1642
|
+
msgid "Videos and podcasts"
|
|
1643
|
+
msgstr "Видеоклипове и подкасти"
|
|
1644
|
+
|
|
1580
1645
|
#. undefined
|
|
1581
1646
|
#: health_menu:43
|
|
1582
1647
|
msgid "2021 Lancet Countdown-EEA Briefing"
|
|
@@ -2127,107 +2192,107 @@ msgid "Exposure of vulnerable groups to climate risks"
|
|
|
2127
2192
|
msgstr "Излагане на уязвими групи на климатични рискове"
|
|
2128
2193
|
|
|
2129
2194
|
#. undefined
|
|
2130
|
-
#:
|
|
2195
|
+
#:
|
|
2131
2196
|
msgid "KEY EU ACTIONS"
|
|
2132
2197
|
msgstr "КЛЮЧОВИ ДЕЙНОСТИ НА ЕС"
|
|
2133
2198
|
|
|
2134
2199
|
#. undefined
|
|
2135
|
-
#:
|
|
2200
|
+
#:
|
|
2136
2201
|
msgid "Just resilience"
|
|
2137
2202
|
msgstr "Справедлива устойчивост"
|
|
2138
2203
|
|
|
2139
2204
|
#. undefined
|
|
2140
|
-
#:
|
|
2205
|
+
#:
|
|
2141
2206
|
msgid "Nature-based solutions"
|
|
2142
2207
|
msgstr "Природосъобразни решения"
|
|
2143
2208
|
|
|
2144
2209
|
#. undefined
|
|
2145
|
-
#:
|
|
2210
|
+
#:
|
|
2146
2211
|
msgid "Economic losses and fatalities"
|
|
2147
2212
|
msgstr "Икономически загуби и смъртни случаи"
|
|
2148
2213
|
|
|
2149
2214
|
#. undefined
|
|
2150
|
-
#:
|
|
2215
|
+
#:
|
|
2151
2216
|
msgid "Strategic objectives 2030"
|
|
2152
2217
|
msgstr "Стратегически цели за 2030 г."
|
|
2153
2218
|
|
|
2154
2219
|
#. undefined
|
|
2155
|
-
#:
|
|
2220
|
+
#:
|
|
2156
2221
|
msgid "Availability of urban green spaces to vulnerable groups"
|
|
2157
2222
|
msgstr "Наличие на градски зелени площи за уязвимите групи"
|
|
2158
2223
|
|
|
2159
2224
|
#. undefined
|
|
2160
|
-
#:
|
|
2225
|
+
#:
|
|
2161
2226
|
msgid "Transnational, National, local"
|
|
2162
2227
|
msgstr "Транснационално, национално, местно"
|
|
2163
2228
|
|
|
2164
2229
|
#. undefined
|
|
2165
|
-
#:
|
|
2230
|
+
#:
|
|
2166
2231
|
msgid "Aero-allergens"
|
|
2167
2232
|
msgstr "Аероалергени"
|
|
2168
2233
|
|
|
2169
2234
|
#. undefined
|
|
2170
|
-
#:
|
|
2235
|
+
#:
|
|
2171
2236
|
msgid "Heat"
|
|
2172
2237
|
msgstr "Топлина"
|
|
2173
2238
|
|
|
2174
2239
|
#. undefined
|
|
2175
|
-
#:
|
|
2240
|
+
#:
|
|
2176
2241
|
msgid "Accessibility of hospitals in Europe"
|
|
2177
2242
|
msgstr "Достъпност на болниците в Европа"
|
|
2178
2243
|
|
|
2179
2244
|
#. undefined
|
|
2180
|
-
#:
|
|
2245
|
+
#:
|
|
2181
2246
|
msgid "ADAPTATION IN THE FORESTRY SECTOR"
|
|
2182
2247
|
msgstr "Адаптация в горския сектор"
|
|
2183
2248
|
|
|
2184
2249
|
#. undefined
|
|
2185
|
-
#:
|
|
2250
|
+
#:
|
|
2186
2251
|
msgid "Ground-level ozone"
|
|
2187
2252
|
msgstr "Приземен озон"
|
|
2188
2253
|
|
|
2189
2254
|
#. undefined
|
|
2190
|
-
#:
|
|
2255
|
+
#:
|
|
2191
2256
|
msgid "Ground-level ozone forecast (CAMS)"
|
|
2192
2257
|
msgstr "Прогноза за приземния озон (CAMS)"
|
|
2193
2258
|
|
|
2194
2259
|
#. undefined
|
|
2195
|
-
#:
|
|
2260
|
+
#:
|
|
2196
2261
|
msgid "Pollution"
|
|
2197
2262
|
msgstr "Замърсяване"
|
|
2198
2263
|
|
|
2199
2264
|
#. undefined
|
|
2200
|
-
#:
|
|
2265
|
+
#:
|
|
2201
2266
|
msgid "Occupational safety and health effects"
|
|
2202
2267
|
msgstr "Последици за безопасността и здравето при работа"
|
|
2203
2268
|
|
|
2204
2269
|
#. undefined
|
|
2205
|
-
#:
|
|
2270
|
+
#:
|
|
2206
2271
|
msgid "Observatory workplan for 2023-24"
|
|
2207
2272
|
msgstr "Работен план на Обсерваторията за периода 2023—2024 г."
|
|
2208
2273
|
|
|
2209
2274
|
#. undefined
|
|
2210
|
-
#:
|
|
2275
|
+
#:
|
|
2211
2276
|
msgid "Ground-level PM2.5 forecast (CAMS)"
|
|
2212
2277
|
msgstr "Прогноза за ФПЧ2,5 на наземно равнище (CAMS)"
|
|
2213
2278
|
|
|
2214
2279
|
#. undefined
|
|
2215
|
-
#:
|
|
2280
|
+
#:
|
|
2216
2281
|
msgid "Ground-level PM10 forecast (CAMS)"
|
|
2217
2282
|
msgstr "Прогноза за ФПЧ10 на приземно равнище (CAMS)"
|
|
2218
2283
|
|
|
2219
2284
|
#. undefined
|
|
2220
|
-
#:
|
|
2285
|
+
#:
|
|
2221
2286
|
msgid "Ground-level NO2 forecast (CAMS)"
|
|
2222
2287
|
msgstr "Прогноза за NO2 на приземно равнище (CAMS)"
|
|
2223
2288
|
|
|
2224
2289
|
#. undefined
|
|
2225
|
-
#:
|
|
2290
|
+
#:
|
|
2226
2291
|
msgid "2022 EEA Report on Climate & Health"
|
|
2227
2292
|
msgstr "Доклад на ЕАОС за 2022 г. относно климата и изменението на климата; здраве"
|
|
2228
2293
|
|
|
2229
2294
|
#. undefined
|
|
2230
|
-
#:
|
|
2295
|
+
#:
|
|
2231
2296
|
msgid "European environment and health atlas"
|
|
2232
2297
|
msgstr "Европейски атлас на околната среда и здравето"
|
|
2233
2298
|
|
|
@@ -557,7 +557,7 @@ msgstr "Žádné výsledky"
|
|
|
557
557
|
#. Default: "Non-EU Languages"
|
|
558
558
|
#: components/theme/Header/LanguageSwitch
|
|
559
559
|
msgid "Non-EU Languages"
|
|
560
|
-
msgstr ""
|
|
560
|
+
msgstr "Jazyky mimo EU"
|
|
561
561
|
|
|
562
562
|
#. Default: "Objectives of the adaptation measure"
|
|
563
563
|
#: components/theme/Views/CaseStudyView
|
|
@@ -1577,6 +1577,71 @@ msgstr "Země, kde se nabízí možnost financování"
|
|
|
1577
1577
|
msgid "Region where the funding is offered"
|
|
1578
1578
|
msgstr "Region, kde je financování nabízeno"
|
|
1579
1579
|
|
|
1580
|
+
#. undefined
|
|
1581
|
+
|
|
1582
|
+
msgid "Mission story"
|
|
1583
|
+
msgstr "Příběh mise"
|
|
1584
|
+
|
|
1585
|
+
#. undefined
|
|
1586
|
+
|
|
1587
|
+
msgid "Mission tool"
|
|
1588
|
+
msgstr "Nástroj mise"
|
|
1589
|
+
|
|
1590
|
+
#. undefined
|
|
1591
|
+
|
|
1592
|
+
msgid "Webpage"
|
|
1593
|
+
msgstr "webové stránky"
|
|
1594
|
+
|
|
1595
|
+
#. undefined
|
|
1596
|
+
|
|
1597
|
+
msgid "Climate services"
|
|
1598
|
+
msgstr "Služby v oblasti klimatu"
|
|
1599
|
+
|
|
1600
|
+
#. undefined
|
|
1601
|
+
|
|
1602
|
+
msgid "Just Resilience"
|
|
1603
|
+
msgstr "Prostě odolnost"
|
|
1604
|
+
|
|
1605
|
+
#. undefined
|
|
1606
|
+
|
|
1607
|
+
msgid "Societal aspects"
|
|
1608
|
+
msgstr "Společenské aspekty"
|
|
1609
|
+
|
|
1610
|
+
#. undefined
|
|
1611
|
+
|
|
1612
|
+
msgid "Environmental aspects"
|
|
1613
|
+
msgstr "Environmentální aspekty"
|
|
1614
|
+
|
|
1615
|
+
#. undefined
|
|
1616
|
+
|
|
1617
|
+
msgid "Mitigation aspects"
|
|
1618
|
+
msgstr "Aspekty zmírnění"
|
|
1619
|
+
|
|
1620
|
+
#. undefined
|
|
1621
|
+
|
|
1622
|
+
msgid "Cost-benefit analysis and maintenance costs"
|
|
1623
|
+
msgstr "Analýza nákladů a přínosů a náklady na údržbu"
|
|
1624
|
+
|
|
1625
|
+
#. undefined
|
|
1626
|
+
|
|
1627
|
+
msgid "Replication/upscaling potential"
|
|
1628
|
+
msgstr "Potenciál replikace/upscalingu"
|
|
1629
|
+
|
|
1630
|
+
#. undefined
|
|
1631
|
+
|
|
1632
|
+
msgid "Economic aspects"
|
|
1633
|
+
msgstr "Ekonomické aspekty"
|
|
1634
|
+
|
|
1635
|
+
#. undefined
|
|
1636
|
+
|
|
1637
|
+
msgid "Funding oportunity"
|
|
1638
|
+
msgstr "Možnost financování"
|
|
1639
|
+
|
|
1640
|
+
#. undefined
|
|
1641
|
+
|
|
1642
|
+
msgid "Videos and podcasts"
|
|
1643
|
+
msgstr "Videa a podcasty"
|
|
1644
|
+
|
|
1580
1645
|
#. undefined
|
|
1581
1646
|
#: health_menu:43
|
|
1582
1647
|
msgid "2021 Lancet Countdown-EEA Briefing"
|
|
@@ -2127,107 +2192,107 @@ msgid "Exposure of vulnerable groups to climate risks"
|
|
|
2127
2192
|
msgstr "Expozice zranitelných skupin klimatickým rizikům"
|
|
2128
2193
|
|
|
2129
2194
|
#. undefined
|
|
2130
|
-
#:
|
|
2195
|
+
#:
|
|
2131
2196
|
msgid "KEY EU ACTIONS"
|
|
2132
2197
|
msgstr "KLÍČOVÁ OPATŘENÍ EU"
|
|
2133
2198
|
|
|
2134
2199
|
#. undefined
|
|
2135
|
-
#:
|
|
2200
|
+
#:
|
|
2136
2201
|
msgid "Just resilience"
|
|
2137
2202
|
msgstr "Spravedlivá odolnost"
|
|
2138
2203
|
|
|
2139
2204
|
#. undefined
|
|
2140
|
-
#:
|
|
2205
|
+
#:
|
|
2141
2206
|
msgid "Nature-based solutions"
|
|
2142
2207
|
msgstr "Řešení inspirovaná přírodou"
|
|
2143
2208
|
|
|
2144
2209
|
#. undefined
|
|
2145
|
-
#:
|
|
2210
|
+
#:
|
|
2146
2211
|
msgid "Economic losses and fatalities"
|
|
2147
2212
|
msgstr "Ekonomické ztráty a úmrtí"
|
|
2148
2213
|
|
|
2149
2214
|
#. undefined
|
|
2150
|
-
#:
|
|
2215
|
+
#:
|
|
2151
2216
|
msgid "Strategic objectives 2030"
|
|
2152
2217
|
msgstr "Strategické cíle do roku 2030"
|
|
2153
2218
|
|
|
2154
2219
|
#. undefined
|
|
2155
|
-
#:
|
|
2220
|
+
#:
|
|
2156
2221
|
msgid "Availability of urban green spaces to vulnerable groups"
|
|
2157
2222
|
msgstr "Dostupnost městské zeleně pro zranitelné skupiny"
|
|
2158
2223
|
|
|
2159
2224
|
#. undefined
|
|
2160
|
-
#:
|
|
2225
|
+
#:
|
|
2161
2226
|
msgid "Transnational, National, local"
|
|
2162
2227
|
msgstr "Nadnárodní, národní, místní"
|
|
2163
2228
|
|
|
2164
2229
|
#. undefined
|
|
2165
|
-
#:
|
|
2230
|
+
#:
|
|
2166
2231
|
msgid "Aero-allergens"
|
|
2167
2232
|
msgstr "Aeroalergenní látky"
|
|
2168
2233
|
|
|
2169
2234
|
#. undefined
|
|
2170
|
-
#:
|
|
2235
|
+
#:
|
|
2171
2236
|
msgid "Heat"
|
|
2172
2237
|
msgstr "Teplo"
|
|
2173
2238
|
|
|
2174
2239
|
#. undefined
|
|
2175
|
-
#:
|
|
2240
|
+
#:
|
|
2176
2241
|
msgid "Accessibility of hospitals in Europe"
|
|
2177
2242
|
msgstr "Dostupnost nemocnic v Evropě"
|
|
2178
2243
|
|
|
2179
2244
|
#. undefined
|
|
2180
|
-
#:
|
|
2245
|
+
#:
|
|
2181
2246
|
msgid "ADAPTATION IN THE FORESTRY SECTOR"
|
|
2182
2247
|
msgstr "Úprava v lesním odvětví"
|
|
2183
2248
|
|
|
2184
2249
|
#. undefined
|
|
2185
|
-
#:
|
|
2250
|
+
#:
|
|
2186
2251
|
msgid "Ground-level ozone"
|
|
2187
2252
|
msgstr "Přízemní ozon"
|
|
2188
2253
|
|
|
2189
2254
|
#. undefined
|
|
2190
|
-
#:
|
|
2255
|
+
#:
|
|
2191
2256
|
msgid "Ground-level ozone forecast (CAMS)"
|
|
2192
2257
|
msgstr "Prognóza přízemního ozonu (CAMS)"
|
|
2193
2258
|
|
|
2194
2259
|
#. undefined
|
|
2195
|
-
#:
|
|
2260
|
+
#:
|
|
2196
2261
|
msgid "Pollution"
|
|
2197
2262
|
msgstr "Znečištění"
|
|
2198
2263
|
|
|
2199
2264
|
#. undefined
|
|
2200
|
-
#:
|
|
2265
|
+
#:
|
|
2201
2266
|
msgid "Occupational safety and health effects"
|
|
2202
2267
|
msgstr "Účinky na bezpečnost a ochranu zdraví při práci"
|
|
2203
2268
|
|
|
2204
2269
|
#. undefined
|
|
2205
|
-
#:
|
|
2270
|
+
#:
|
|
2206
2271
|
msgid "Observatory workplan for 2023-24"
|
|
2207
2272
|
msgstr "Pracovní plán observatoře na období 2023–2024"
|
|
2208
2273
|
|
|
2209
2274
|
#. undefined
|
|
2210
|
-
#:
|
|
2275
|
+
#:
|
|
2211
2276
|
msgid "Ground-level PM2.5 forecast (CAMS)"
|
|
2212
2277
|
msgstr "Přízemní předpověď PM2,5 (CAMS)"
|
|
2213
2278
|
|
|
2214
2279
|
#. undefined
|
|
2215
|
-
#:
|
|
2280
|
+
#:
|
|
2216
2281
|
msgid "Ground-level PM10 forecast (CAMS)"
|
|
2217
2282
|
msgstr "Přízemní předpověď PM10 (CAMS)"
|
|
2218
2283
|
|
|
2219
2284
|
#. undefined
|
|
2220
|
-
#:
|
|
2285
|
+
#:
|
|
2221
2286
|
msgid "Ground-level NO2 forecast (CAMS)"
|
|
2222
2287
|
msgstr "Prognóza NO2 na úrovni terénu (CAMS)"
|
|
2223
2288
|
|
|
2224
2289
|
#. undefined
|
|
2225
|
-
#:
|
|
2290
|
+
#:
|
|
2226
2291
|
msgid "2022 EEA Report on Climate & Health"
|
|
2227
2292
|
msgstr "Zpráva Evropské agentury pro životní prostředí (EEA) z roku 2022 o klimatu a amp; zdraví"
|
|
2228
2293
|
|
|
2229
2294
|
#. undefined
|
|
2230
|
-
#:
|
|
2295
|
+
#:
|
|
2231
2296
|
msgid "European environment and health atlas"
|
|
2232
2297
|
msgstr "Evropský atlas životního prostředí a zdraví"
|
|
2233
2298
|
|