@eeacms/volto-cca-policy 1.0.4 → 1.0.6
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 +95 -1
- package/locales/bg/LC_MESSAGES/volto.po +42 -27
- package/locales/cs/LC_MESSAGES/volto.po +42 -27
- package/locales/da/LC_MESSAGES/volto.po +42 -27
- package/locales/de/LC_MESSAGES/volto.po +42 -27
- package/locales/el/LC_MESSAGES/volto.po +42 -27
- package/locales/en/LC_MESSAGES/volto.po +42 -27
- package/locales/es/LC_MESSAGES/volto.po +42 -27
- package/locales/et/LC_MESSAGES/volto.po +42 -27
- package/locales/fi/LC_MESSAGES/volto.po +42 -27
- package/locales/fr/LC_MESSAGES/volto.po +42 -27
- package/locales/ga/LC_MESSAGES/volto.po +42 -27
- package/locales/hr/LC_MESSAGES/volto.po +42 -27
- package/locales/hu/LC_MESSAGES/volto.po +42 -27
- package/locales/is/LC_MESSAGES/volto.po +42 -27
- package/locales/it/LC_MESSAGES/volto.po +42 -27
- package/locales/lt/LC_MESSAGES/volto.po +42 -27
- package/locales/lv/LC_MESSAGES/volto.po +42 -27
- package/locales/mt/LC_MESSAGES/volto.po +42 -27
- package/locales/nl/LC_MESSAGES/volto.po +42 -27
- package/locales/nn/LC_MESSAGES/volto.po +42 -27
- package/locales/pl/LC_MESSAGES/volto.po +42 -27
- package/locales/pt/LC_MESSAGES/volto.po +42 -27
- package/locales/ro/LC_MESSAGES/volto.po +42 -27
- package/locales/sk/LC_MESSAGES/volto.po +42 -27
- package/locales/sl/LC_MESSAGES/volto.po +42 -27
- package/locales/sv/LC_MESSAGES/volto.po +42 -27
- package/locales/tr/LC_MESSAGES/volto.po +42 -27
- package/locales/volto.pot +43 -28
- package/package.json +2 -2
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.jsx +7 -13
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.jsx +12 -8
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.test.jsx +25 -25
- package/src/components/Search/NavigatorCatalogue/utils.js +25 -23
- package/src/components/Search/NavigatorCatalogue/utils.test.js +5 -0
- package/src/components/manage/Blocks/CountryMapHeatIndex/Interactions.jsx +1 -1
- package/src/components/manage/Blocks/CountryMapHeatIndex/View.jsx +5 -6
- package/src/components/manage/Blocks/CountryMapObservatory/CountryMapObservatoryOLView.jsx +6 -7
- package/src/components/manage/Blocks/CountryMapObservatory/Interactions.jsx +1 -1
- package/src/components/manage/Blocks/CountryMapProfile/Interactions.jsx +1 -1
- package/src/components/manage/Blocks/CountryMapProfile/OLView.jsx +3 -3
- package/src/components/manage/Blocks/FlourishEmbedBlock/FlourishEmbedBlockView.jsx +2 -1
- package/src/components/manage/Blocks/FlourishEmbedBlock/schema.js +7 -1
- package/src/components/theme/Views/ExtendedToolView.jsx +16 -15
- package/src/components/theme/Views/ExtendedToolView.test.jsx +20 -14
- package/src/helpers/Utils.jsx +20 -11
- package/src/helpers/index.js +2 -0
- package/src/hocs/index.js +1 -0
- package/src/index.js +2 -2
- package/theme/globals/navigator.less +13 -22
- package/src/components/manage/Blocks/CountryMapHeatIndex/euro-countries-simplified.js +0 -46197
- package/src/components/manage/Blocks/CountryMapHeatIndex/flags.js +0 -57
- package/src/components/manage/Blocks/CountryMapProfile/euro-countries-simplified.js +0 -46197
- package/src/components/manage/Blocks/CountryMapProfile/flags.js +0 -57
- package/src/helpers/country_map/flags.js +0 -57
- /package/src/components/{Result → Search/Result}/ClusterHorizontalCardItem.jsx +0 -0
- /package/src/components/{Result → Search/Result}/HealthHorizontalCardItem.jsx +0 -0
- /package/src/{helpers/country_map → data}/euro-countries-simplified.js +0 -0
- /package/src/helpers/{country_map/countryMap.js → countryMap.js} +0 -0
- /package/src/{helpers/country_map/hocs.jsx → hocs/withGeoJsonData.jsx} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,40 @@ 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.6](https://github.com/eea/volto-cca-policy/compare/1.0.5...1.0.6) - 10 August 2026
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-globalsearch@4.1.0 [EEA Jenkins - [`5d7ddd2`](https://github.com/eea/volto-cca-policy/commit/5d7ddd2cf7a371007a569d185690d655c2c4b2d2)]
|
|
12
|
+
|
|
13
|
+
### [1.0.5](https://github.com/eea/volto-cca-policy/compare/1.0.4...1.0.5) - 6 August 2026
|
|
14
|
+
|
|
15
|
+
#### :bug: Bug Fixes
|
|
16
|
+
|
|
17
|
+
- fix: refactor array handling in NavigatorCatalogue utilities [kreafox - [`6b452c0`](https://github.com/eea/volto-cca-policy/commit/6b452c0f8019580a9fa5100e3ae7669595907b3b)]
|
|
18
|
+
- fix: duplicated import [kreafox - [`bf8e515`](https://github.com/eea/volto-cca-policy/commit/bf8e5155092da36824c8e1e9f792c1143e771023)]
|
|
19
|
+
- fix: loader in navigator map view [kreafox - [`137bb90`](https://github.com/eea/volto-cca-policy/commit/137bb903a51ce3860755463772f587125b178878)]
|
|
20
|
+
- fix: update import paths [kreafox - [`a3c528d`](https://github.com/eea/volto-cca-policy/commit/a3c528d620e27262fc9a5bda82c215f223e0c51f)]
|
|
21
|
+
- fix: remove font-weight from selected state in search navigator [kreafox - [`93de223`](https://github.com/eea/volto-cca-policy/commit/93de2233e0c1954c5bb3fda6855f8fd69d06a320)]
|
|
22
|
+
- fix: issue reported by sonarqube [kreafox - [`47dcf9d`](https://github.com/eea/volto-cca-policy/commit/47dcf9dfd8a310049efbfb907c7b5beff5cba984)]
|
|
23
|
+
- fix: update text and style [kreafox - [`d6f4f9d`](https://github.com/eea/volto-cca-policy/commit/d6f4f9dbb0b227ca6286e304bef06963a1920a31)]
|
|
24
|
+
|
|
25
|
+
#### :nail_care: Enhancements
|
|
26
|
+
|
|
27
|
+
- change: update import paths for search listing cards [kreafox - [`2c448e0`](https://github.com/eea/volto-cca-policy/commit/2c448e0f076cea6c54237ba7ddaa951467a090c2)]
|
|
28
|
+
- change: update colors on naivgator map [kreafox - [`6a5aeb2`](https://github.com/eea/volto-cca-policy/commit/6a5aeb21ad51454ebb036d21eeefdb647d737261)]
|
|
29
|
+
- change: update ExtendedToolView [kreafox - [`725f082`](https://github.com/eea/volto-cca-policy/commit/725f08257c9a80d92623e5066fea36c70b52075e)]
|
|
30
|
+
- change: update map legend colors and text [kreafox - [`98e342a`](https://github.com/eea/volto-cca-policy/commit/98e342a69ce449e22b570143898c2b3a97d066ec)]
|
|
31
|
+
|
|
32
|
+
#### :house: Internal changes
|
|
33
|
+
|
|
34
|
+
- style: css polishments [kreafox - [`99605f2`](https://github.com/eea/volto-cca-policy/commit/99605f265c0581c0437d0747c0c3201caa5fdd67)]
|
|
35
|
+
|
|
36
|
+
#### :hammer_and_wrench: Others
|
|
37
|
+
|
|
38
|
+
- core: update locales [kreafox - [`122817e`](https://github.com/eea/volto-cca-policy/commit/122817ea9f6f0084fe8cb697ccfaffb8a9fe833d)]
|
|
39
|
+
- test: update ExtendedToolView tests [kreafox - [`619f8dd`](https://github.com/eea/volto-cca-policy/commit/619f8dd45f2d8eb2bc43260e9b0e5e2099de137b)]
|
|
40
|
+
- test: update map legend colors and labels [kreafox - [`b30b6bc`](https://github.com/eea/volto-cca-policy/commit/b30b6bca3fa26c73e362a5e30f85b8de0bd548a5)]
|
|
7
41
|
### [1.0.4](https://github.com/eea/volto-cca-policy/compare/1.0.3...1.0.4) - 30 July 2026
|
|
8
42
|
|
|
9
43
|
#### :rocket: New Features
|
|
@@ -176,7 +210,67 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
176
210
|
#### :hammer_and_wrench: Others
|
|
177
211
|
|
|
178
212
|
- test: pin Chromium version 149 to work with Cypress [valentinab25 - [`659ec82`](https://github.com/eea/volto-cca-policy/commit/659ec823dd71fe592a3a7accda22effbe1fb07bc)]
|
|
179
|
-
## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.
|
|
213
|
+
## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.17...1.0.0) - 12 June 2026
|
|
214
|
+
|
|
215
|
+
### [1.0.0-alpha.17](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.16...1.0.0-alpha.17) - 4 August 2026
|
|
216
|
+
|
|
217
|
+
#### :rocket: New Features
|
|
218
|
+
|
|
219
|
+
- feat: refactor map styles [kreafox - [`7d774c1`](https://github.com/eea/volto-cca-policy/commit/7d774c1678171ffae8ba6d47d1804a65e3c12e2b)]
|
|
220
|
+
- feat: update tooltip message for tool availability [kreafox - [`d7af0b8`](https://github.com/eea/volto-cca-policy/commit/d7af0b8a7bba3e800dc01008268b25474b372c8b)]
|
|
221
|
+
- feat: improve tooltip styling [kreafox - [`6ce5edc`](https://github.com/eea/volto-cca-policy/commit/6ce5edcc1d878385db5b99e757f583ecf7fbe564)]
|
|
222
|
+
- feat: fix accessibility and styling in Navigator components [kreafox - [`5bf04bc`](https://github.com/eea/volto-cca-policy/commit/5bf04bc3568f06e53b5e8f6acbed9fb7e5daef95)]
|
|
223
|
+
- feat: Explore Tools applies country filter and switches to list view [Tiberiu Ichim - [`c42619d`](https://github.com/eea/volto-cca-policy/commit/c42619d58a1e9a8520bcf16c203c3da6d6c24216)]
|
|
224
|
+
- feat: render OpenLayers map with color-coded countries [Tiberiu Ichim - [`52dbe76`](https://github.com/eea/volto-cca-policy/commit/52dbe7694dfeb875b8ce7133dcb7179622eff1f0)]
|
|
225
|
+
- feat: update landing page URLs and adjust heading styles in Navigator components [kreafox - [`a582043`](https://github.com/eea/volto-cca-policy/commit/a5820439635339c3ebdfa5b71c619e52a34891ab)]
|
|
226
|
+
- feat: add green text style and adjust small text size [kreafox - [`c3197cf`](https://github.com/eea/volto-cca-policy/commit/c3197cf9b68370eabf8e68f09bfd5988fe676264)]
|
|
227
|
+
- feat: add label styles and update color definitions [kreafox - [`5d3793e`](https://github.com/eea/volto-cca-policy/commit/5d3793e783895dd3597bce84cb41460b2918df12)]
|
|
228
|
+
|
|
229
|
+
#### :bug: Bug Fixes
|
|
230
|
+
|
|
231
|
+
- fix: update import paths for countryMap helpers [kreafox - [`cfc47b4`](https://github.com/eea/volto-cca-policy/commit/cfc47b4e8d9f7edd3b7ceb5fcdf59498d22dece1)]
|
|
232
|
+
- fix: refactor array handling in NavigatorCatalogue utilities [kreafox - [`6b452c0`](https://github.com/eea/volto-cca-policy/commit/6b452c0f8019580a9fa5100e3ae7669595907b3b)]
|
|
233
|
+
- fix: duplicated import [kreafox - [`bf8e515`](https://github.com/eea/volto-cca-policy/commit/bf8e5155092da36824c8e1e9f792c1143e771023)]
|
|
234
|
+
- fix: loader in navigator map view [kreafox - [`137bb90`](https://github.com/eea/volto-cca-policy/commit/137bb903a51ce3860755463772f587125b178878)]
|
|
235
|
+
- fix: update import paths [kreafox - [`a3c528d`](https://github.com/eea/volto-cca-policy/commit/a3c528d620e27262fc9a5bda82c215f223e0c51f)]
|
|
236
|
+
- fix: remove font-weight from selected state in search navigator [kreafox - [`93de223`](https://github.com/eea/volto-cca-policy/commit/93de2233e0c1954c5bb3fda6855f8fd69d06a320)]
|
|
237
|
+
- fix: issue reported by sonarqube [kreafox - [`47dcf9d`](https://github.com/eea/volto-cca-policy/commit/47dcf9dfd8a310049efbfb907c7b5beff5cba984)]
|
|
238
|
+
- fix: update text and style [kreafox - [`d6f4f9d`](https://github.com/eea/volto-cca-policy/commit/d6f4f9dbb0b227ca6286e304bef06963a1920a31)]
|
|
239
|
+
- fix: tag types in navigator guide [kreafox - [`0cf7b0a`](https://github.com/eea/volto-cca-policy/commit/0cf7b0a9c8c8e1bc0f8b5644da14d6e3aa946ee8)]
|
|
240
|
+
|
|
241
|
+
#### :nail_care: Enhancements
|
|
242
|
+
|
|
243
|
+
- change: update import paths for search listing cards [kreafox - [`2c448e0`](https://github.com/eea/volto-cca-policy/commit/2c448e0f076cea6c54237ba7ddaa951467a090c2)]
|
|
244
|
+
- change: update colors on naivgator map [kreafox - [`6a5aeb2`](https://github.com/eea/volto-cca-policy/commit/6a5aeb21ad51454ebb036d21eeefdb647d737261)]
|
|
245
|
+
- change: update ExtendedToolView [kreafox - [`725f082`](https://github.com/eea/volto-cca-policy/commit/725f08257c9a80d92623e5066fea36c70b52075e)]
|
|
246
|
+
- change: update map legend colors and text [kreafox - [`98e342a`](https://github.com/eea/volto-cca-policy/commit/98e342a69ce449e22b570143898c2b3a97d066ec)]
|
|
247
|
+
- change: enhance map features and style [kreafox - [`270f102`](https://github.com/eea/volto-cca-policy/commit/270f1020470f804c162f87a81258884ee91d4fb3)]
|
|
248
|
+
- refactor: extract map utils and expand test coverage [Tiberiu Ichim - [`e62fc16`](https://github.com/eea/volto-cca-policy/commit/e62fc1613fffb022c6ed7ecd40f73821611ed426)]
|
|
249
|
+
- refactor: remove unused download fields [kreafox - [`937ccef`](https://github.com/eea/volto-cca-policy/commit/937ccef4258f04bc9f8f47b8216863fc8b0eedbf)]
|
|
250
|
+
- change: update compare tools [kreafox - [`7ff0a66`](https://github.com/eea/volto-cca-policy/commit/7ff0a667a7f24064308d08ae59c8dbcf833b1aa8)]
|
|
251
|
+
|
|
252
|
+
#### :house: Internal changes
|
|
253
|
+
|
|
254
|
+
- style: css polishments [kreafox - [`99605f2`](https://github.com/eea/volto-cca-policy/commit/99605f265c0581c0437d0747c0c3201caa5fdd67)]
|
|
255
|
+
- style: css improvements [kreafox - [`7dcdd2e`](https://github.com/eea/volto-cca-policy/commit/7dcdd2ef55585fb1ca3e35511b838634f15ae7ca)]
|
|
256
|
+
- style: improve navigator guide styles [kreafox - [`d75d210`](https://github.com/eea/volto-cca-policy/commit/d75d2104ecd8cfdce4cff96a92a3f984f5f862a8)]
|
|
257
|
+
- chore: add istanbul ignore for hard-to-test HOC/OL components [Tiberiu Ichim - [`3b09e44`](https://github.com/eea/volto-cca-policy/commit/3b09e4465fe0fae2202287cd35357bbc195d2566)]
|
|
258
|
+
- chore: gitignore artifacts/ directory and remove from tracking [Tiberiu Ichim - [`d027391`](https://github.com/eea/volto-cca-policy/commit/d0273915b62dff2f4122a06da7eac4e6de9cf6b8)]
|
|
259
|
+
- chore: discover navigator map view — facet data access verified, pagination hidden in map view [Tiberiu Ichim - [`ba19728`](https://github.com/eea/volto-cca-policy/commit/ba19728a5bc3fd461e482b64844e16c413364024)]
|
|
260
|
+
|
|
261
|
+
#### :hammer_and_wrench: Others
|
|
262
|
+
|
|
263
|
+
- Refs# 296263 - contact get only first element if array [iugin - [`8d9c01f`](https://github.com/eea/volto-cca-policy/commit/8d9c01f80dec807053f0ca9ecd1b49bbf550ac3e)]
|
|
264
|
+
- test: update ExtendedToolView tests [kreafox - [`619f8dd`](https://github.com/eea/volto-cca-policy/commit/619f8dd45f2d8eb2bc43260e9b0e5e2099de137b)]
|
|
265
|
+
- test: update map legend colors and labels [kreafox - [`b30b6bc`](https://github.com/eea/volto-cca-policy/commit/b30b6bca3fa26c73e362a5e30f85b8de0bd548a5)]
|
|
266
|
+
- test: add unit tests for map view utility functions [Tiberiu Ichim - [`988f4c6`](https://github.com/eea/volto-cca-policy/commit/988f4c6122be6d347cb833b34e7c67fff6119d90)]
|
|
267
|
+
### [1.0.0-alpha.16](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.15...1.0.0-alpha.16) - 4 August 2026
|
|
268
|
+
|
|
269
|
+
### [1.0.0-alpha.15](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.14...1.0.0-alpha.15) - 4 August 2026
|
|
270
|
+
|
|
271
|
+
### [1.0.0-alpha.14](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.13...1.0.0-alpha.14) - 4 August 2026
|
|
272
|
+
|
|
273
|
+
### [1.0.0-alpha.13](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.12...1.0.0-alpha.13) - 3 August 2026
|
|
180
274
|
|
|
181
275
|
### [1.0.0-alpha.12](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.11...1.0.0-alpha.12) - 27 July 2026
|
|
182
276
|
|
|
@@ -288,6 +288,11 @@ msgstr "Казуси от Climate-ADAPT"
|
|
|
288
288
|
msgid "Climate-ADAPT page for this event"
|
|
289
289
|
msgstr "Climate-ADAPT страница за това събитие"
|
|
290
290
|
|
|
291
|
+
#. Default: "Close"
|
|
292
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
293
|
+
msgid "Close"
|
|
294
|
+
msgstr ""
|
|
295
|
+
|
|
291
296
|
#. Default: "Compare"
|
|
292
297
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
293
298
|
msgid "Compare"
|
|
@@ -892,11 +897,6 @@ msgstr "Инструмент на мисията"
|
|
|
892
897
|
msgid "Most useful for"
|
|
893
898
|
msgstr "Най-полезен за"
|
|
894
899
|
|
|
895
|
-
#. Default: "NO"
|
|
896
|
-
#: components/theme/Views/ExtendedToolView
|
|
897
|
-
msgid "NO"
|
|
898
|
-
msgstr ""
|
|
899
|
-
|
|
900
900
|
#. Default: "National HHAP"
|
|
901
901
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
902
902
|
msgid "National HHAP"
|
|
@@ -934,7 +934,7 @@ msgid "Navigator Guide preview empty state"
|
|
|
934
934
|
msgstr ""
|
|
935
935
|
|
|
936
936
|
#. Default: "New"
|
|
937
|
-
#: components/Result/ClusterHorizontalCardItem
|
|
937
|
+
#: components/Search/Result/ClusterHorizontalCardItem
|
|
938
938
|
msgid "New"
|
|
939
939
|
msgstr "Нов"
|
|
940
940
|
|
|
@@ -953,6 +953,11 @@ msgstr "Новини"
|
|
|
953
953
|
msgid "Next step"
|
|
954
954
|
msgstr ""
|
|
955
955
|
|
|
956
|
+
#. Default: "No"
|
|
957
|
+
#: components/theme/Views/ExtendedToolView
|
|
958
|
+
msgid "No"
|
|
959
|
+
msgstr ""
|
|
960
|
+
|
|
956
961
|
#. Default: "No HHAP"
|
|
957
962
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
958
963
|
msgid "No HHAP"
|
|
@@ -1099,11 +1104,6 @@ msgstr ""
|
|
|
1099
1104
|
msgid "Project information"
|
|
1100
1105
|
msgstr "Информация за проекта"
|
|
1101
1106
|
|
|
1102
|
-
#. Default: "Public/private"
|
|
1103
|
-
#: components/theme/Views/ExtendedToolView
|
|
1104
|
-
msgid "Public/private"
|
|
1105
|
-
msgstr ""
|
|
1106
|
-
|
|
1107
1107
|
#. Default: "Publications and reports"
|
|
1108
1108
|
#: search/vocabulary
|
|
1109
1109
|
msgid "Publication reference"
|
|
@@ -1211,6 +1211,11 @@ msgstr "Съответни синергии със смекчаването на
|
|
|
1211
1211
|
msgid "Remove {title}"
|
|
1212
1212
|
msgstr ""
|
|
1213
1213
|
|
|
1214
|
+
#. Default: "Remove {title} from comparison"
|
|
1215
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
1216
|
+
msgid "Remove {title} from comparison"
|
|
1217
|
+
msgstr ""
|
|
1218
|
+
|
|
1214
1219
|
#. Default: "Replace existing file"
|
|
1215
1220
|
#: components/theme/Widgets/PromotionalImageWidget
|
|
1216
1221
|
msgid "Replace existing file"
|
|
@@ -1335,8 +1340,8 @@ msgid "Source of funding"
|
|
|
1335
1340
|
msgstr "Източник на финансиране"
|
|
1336
1341
|
|
|
1337
1342
|
#. Default: "Source:"
|
|
1338
|
-
#: components/Result/ClusterHorizontalCardItem
|
|
1339
|
-
#: components/Result/HealthHorizontalCardItem
|
|
1343
|
+
#: components/Search/Result/ClusterHorizontalCardItem
|
|
1344
|
+
#: components/Search/Result/HealthHorizontalCardItem
|
|
1340
1345
|
msgid "Source:"
|
|
1341
1346
|
msgstr "източник:"
|
|
1342
1347
|
|
|
@@ -1462,14 +1467,24 @@ msgstr "Инструмент"
|
|
|
1462
1467
|
msgid "Tool provider"
|
|
1463
1468
|
msgstr ""
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool provider mode"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool provider mode"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tool validation use"
|
|
1466
1476
|
#: components/theme/Views/ExtendedToolView
|
|
1467
1477
|
msgid "Tool validation use"
|
|
1468
1478
|
msgstr ""
|
|
1469
1479
|
|
|
1480
|
+
#. Default: "Tools per country"
|
|
1481
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1482
|
+
msgid "Tools per country"
|
|
1483
|
+
msgstr ""
|
|
1484
|
+
|
|
1470
1485
|
#. Default: "Topics:"
|
|
1471
|
-
#: components/Result/ClusterHorizontalCardItem
|
|
1472
|
-
#: components/Result/HealthHorizontalCardItem
|
|
1486
|
+
#: components/Search/Result/ClusterHorizontalCardItem
|
|
1487
|
+
#: components/Search/Result/HealthHorizontalCardItem
|
|
1473
1488
|
msgid "Topics:"
|
|
1474
1489
|
msgstr "теми:"
|
|
1475
1490
|
|
|
@@ -1569,6 +1584,11 @@ msgstr "Видеоклипове и подкасти"
|
|
|
1569
1584
|
msgid "Videos and podcasts"
|
|
1570
1585
|
msgstr "Видеоклипове и подкасти"
|
|
1571
1586
|
|
|
1587
|
+
#. Default: "View"
|
|
1588
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1589
|
+
msgid "View"
|
|
1590
|
+
msgstr ""
|
|
1591
|
+
|
|
1572
1592
|
#. Default: "View all contributions in the resource catalogue"
|
|
1573
1593
|
#: helpers/Utils
|
|
1574
1594
|
msgid "View all contributions in the resource catalogue"
|
|
@@ -1579,11 +1599,6 @@ msgstr "Вижте всички приноси в каталога с ресур
|
|
|
1579
1599
|
msgid "View latest version"
|
|
1580
1600
|
msgstr ""
|
|
1581
1601
|
|
|
1582
|
-
#. Default: "View tool"
|
|
1583
|
-
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1584
|
-
msgid "View tool"
|
|
1585
|
-
msgstr ""
|
|
1586
|
-
|
|
1587
1602
|
#. Default: "Visit external website"
|
|
1588
1603
|
#: helpers/Utils
|
|
1589
1604
|
msgid "Visit external website"
|
|
@@ -1645,9 +1660,9 @@ msgstr ""
|
|
|
1645
1660
|
msgid "Which spatial coverage do you need?"
|
|
1646
1661
|
msgstr ""
|
|
1647
1662
|
|
|
1648
|
-
#. Default: "
|
|
1663
|
+
#. Default: "Yes"
|
|
1649
1664
|
#: components/theme/Views/ExtendedToolView
|
|
1650
|
-
msgid "
|
|
1665
|
+
msgid "Yes"
|
|
1651
1666
|
msgstr ""
|
|
1652
1667
|
|
|
1653
1668
|
#. Default: "You are viewing an archived version."
|
|
@@ -1735,16 +1750,16 @@ msgstr ""
|
|
|
1735
1750
|
msgid "refers to"
|
|
1736
1751
|
msgstr ""
|
|
1737
1752
|
|
|
1738
|
-
#. Default: "tools available"
|
|
1739
|
-
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1740
|
-
msgid "tools available"
|
|
1741
|
-
msgstr ""
|
|
1742
|
-
|
|
1743
1753
|
#. Default: "Upload an image from your computer"
|
|
1744
1754
|
#: components/theme/Widgets/ImageWidget
|
|
1745
1755
|
msgid "uploadAnImage"
|
|
1746
1756
|
msgstr ""
|
|
1747
1757
|
|
|
1758
|
+
#. Default: "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1759
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1760
|
+
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1761
|
+
msgstr ""
|
|
1762
|
+
|
|
1748
1763
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1749
1764
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1750
1765
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
@@ -288,6 +288,11 @@ msgstr "Případové studie Climate-ADAPT"
|
|
|
288
288
|
msgid "Climate-ADAPT page for this event"
|
|
289
289
|
msgstr "Stránka Climate-ADAPT pro tuto událost"
|
|
290
290
|
|
|
291
|
+
#. Default: "Close"
|
|
292
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
293
|
+
msgid "Close"
|
|
294
|
+
msgstr ""
|
|
295
|
+
|
|
291
296
|
#. Default: "Compare"
|
|
292
297
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
293
298
|
msgid "Compare"
|
|
@@ -892,11 +897,6 @@ msgstr "Nástroj mise"
|
|
|
892
897
|
msgid "Most useful for"
|
|
893
898
|
msgstr "Nejužitečnější pro"
|
|
894
899
|
|
|
895
|
-
#. Default: "NO"
|
|
896
|
-
#: components/theme/Views/ExtendedToolView
|
|
897
|
-
msgid "NO"
|
|
898
|
-
msgstr ""
|
|
899
|
-
|
|
900
900
|
#. Default: "National HHAP"
|
|
901
901
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
902
902
|
msgid "National HHAP"
|
|
@@ -934,7 +934,7 @@ msgid "Navigator Guide preview empty state"
|
|
|
934
934
|
msgstr ""
|
|
935
935
|
|
|
936
936
|
#. Default: "New"
|
|
937
|
-
#: components/Result/ClusterHorizontalCardItem
|
|
937
|
+
#: components/Search/Result/ClusterHorizontalCardItem
|
|
938
938
|
msgid "New"
|
|
939
939
|
msgstr "Nový"
|
|
940
940
|
|
|
@@ -953,6 +953,11 @@ msgstr "Novinky"
|
|
|
953
953
|
msgid "Next step"
|
|
954
954
|
msgstr ""
|
|
955
955
|
|
|
956
|
+
#. Default: "No"
|
|
957
|
+
#: components/theme/Views/ExtendedToolView
|
|
958
|
+
msgid "No"
|
|
959
|
+
msgstr ""
|
|
960
|
+
|
|
956
961
|
#. Default: "No HHAP"
|
|
957
962
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
958
963
|
msgid "No HHAP"
|
|
@@ -1099,11 +1104,6 @@ msgstr ""
|
|
|
1099
1104
|
msgid "Project information"
|
|
1100
1105
|
msgstr "Informace o projektu"
|
|
1101
1106
|
|
|
1102
|
-
#. Default: "Public/private"
|
|
1103
|
-
#: components/theme/Views/ExtendedToolView
|
|
1104
|
-
msgid "Public/private"
|
|
1105
|
-
msgstr ""
|
|
1106
|
-
|
|
1107
1107
|
#. Default: "Publications and reports"
|
|
1108
1108
|
#: search/vocabulary
|
|
1109
1109
|
msgid "Publication reference"
|
|
@@ -1211,6 +1211,11 @@ msgstr "Relevantní synergie se zmírňováním dopadů"
|
|
|
1211
1211
|
msgid "Remove {title}"
|
|
1212
1212
|
msgstr ""
|
|
1213
1213
|
|
|
1214
|
+
#. Default: "Remove {title} from comparison"
|
|
1215
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
1216
|
+
msgid "Remove {title} from comparison"
|
|
1217
|
+
msgstr ""
|
|
1218
|
+
|
|
1214
1219
|
#. Default: "Replace existing file"
|
|
1215
1220
|
#: components/theme/Widgets/PromotionalImageWidget
|
|
1216
1221
|
msgid "Replace existing file"
|
|
@@ -1335,8 +1340,8 @@ msgid "Source of funding"
|
|
|
1335
1340
|
msgstr "Zdroj financování"
|
|
1336
1341
|
|
|
1337
1342
|
#. Default: "Source:"
|
|
1338
|
-
#: components/Result/ClusterHorizontalCardItem
|
|
1339
|
-
#: components/Result/HealthHorizontalCardItem
|
|
1343
|
+
#: components/Search/Result/ClusterHorizontalCardItem
|
|
1344
|
+
#: components/Search/Result/HealthHorizontalCardItem
|
|
1340
1345
|
msgid "Source:"
|
|
1341
1346
|
msgstr "Zdroj:"
|
|
1342
1347
|
|
|
@@ -1462,14 +1467,24 @@ msgstr "Nástroj"
|
|
|
1462
1467
|
msgid "Tool provider"
|
|
1463
1468
|
msgstr ""
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool provider mode"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool provider mode"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tool validation use"
|
|
1466
1476
|
#: components/theme/Views/ExtendedToolView
|
|
1467
1477
|
msgid "Tool validation use"
|
|
1468
1478
|
msgstr ""
|
|
1469
1479
|
|
|
1480
|
+
#. Default: "Tools per country"
|
|
1481
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1482
|
+
msgid "Tools per country"
|
|
1483
|
+
msgstr ""
|
|
1484
|
+
|
|
1470
1485
|
#. Default: "Topics:"
|
|
1471
|
-
#: components/Result/ClusterHorizontalCardItem
|
|
1472
|
-
#: components/Result/HealthHorizontalCardItem
|
|
1486
|
+
#: components/Search/Result/ClusterHorizontalCardItem
|
|
1487
|
+
#: components/Search/Result/HealthHorizontalCardItem
|
|
1473
1488
|
msgid "Topics:"
|
|
1474
1489
|
msgstr "témata:"
|
|
1475
1490
|
|
|
@@ -1569,6 +1584,11 @@ msgstr "Videa a podcasty"
|
|
|
1569
1584
|
msgid "Videos and podcasts"
|
|
1570
1585
|
msgstr "Videa a podcasty"
|
|
1571
1586
|
|
|
1587
|
+
#. Default: "View"
|
|
1588
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1589
|
+
msgid "View"
|
|
1590
|
+
msgstr ""
|
|
1591
|
+
|
|
1572
1592
|
#. Default: "View all contributions in the resource catalogue"
|
|
1573
1593
|
#: helpers/Utils
|
|
1574
1594
|
msgid "View all contributions in the resource catalogue"
|
|
@@ -1579,11 +1599,6 @@ msgstr "Zobrazit všechny příspěvky v katalogu zdrojů"
|
|
|
1579
1599
|
msgid "View latest version"
|
|
1580
1600
|
msgstr ""
|
|
1581
1601
|
|
|
1582
|
-
#. Default: "View tool"
|
|
1583
|
-
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1584
|
-
msgid "View tool"
|
|
1585
|
-
msgstr ""
|
|
1586
|
-
|
|
1587
1602
|
#. Default: "Visit external website"
|
|
1588
1603
|
#: helpers/Utils
|
|
1589
1604
|
msgid "Visit external website"
|
|
@@ -1645,9 +1660,9 @@ msgstr ""
|
|
|
1645
1660
|
msgid "Which spatial coverage do you need?"
|
|
1646
1661
|
msgstr ""
|
|
1647
1662
|
|
|
1648
|
-
#. Default: "
|
|
1663
|
+
#. Default: "Yes"
|
|
1649
1664
|
#: components/theme/Views/ExtendedToolView
|
|
1650
|
-
msgid "
|
|
1665
|
+
msgid "Yes"
|
|
1651
1666
|
msgstr ""
|
|
1652
1667
|
|
|
1653
1668
|
#. Default: "You are viewing an archived version."
|
|
@@ -1735,16 +1750,16 @@ msgstr ""
|
|
|
1735
1750
|
msgid "refers to"
|
|
1736
1751
|
msgstr ""
|
|
1737
1752
|
|
|
1738
|
-
#. Default: "tools available"
|
|
1739
|
-
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1740
|
-
msgid "tools available"
|
|
1741
|
-
msgstr ""
|
|
1742
|
-
|
|
1743
1753
|
#. Default: "Upload an image from your computer"
|
|
1744
1754
|
#: components/theme/Widgets/ImageWidget
|
|
1745
1755
|
msgid "uploadAnImage"
|
|
1746
1756
|
msgstr ""
|
|
1747
1757
|
|
|
1758
|
+
#. Default: "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1759
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1760
|
+
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1761
|
+
msgstr ""
|
|
1762
|
+
|
|
1748
1763
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1749
1764
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1750
1765
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
@@ -288,6 +288,11 @@ msgstr "Climate-ADAPT casestudier"
|
|
|
288
288
|
msgid "Climate-ADAPT page for this event"
|
|
289
289
|
msgstr "Climate-ADAPT side for denne begivenhed"
|
|
290
290
|
|
|
291
|
+
#. Default: "Close"
|
|
292
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
293
|
+
msgid "Close"
|
|
294
|
+
msgstr ""
|
|
295
|
+
|
|
291
296
|
#. Default: "Compare"
|
|
292
297
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
293
298
|
msgid "Compare"
|
|
@@ -892,11 +897,6 @@ msgstr "Missionsværktøj"
|
|
|
892
897
|
msgid "Most useful for"
|
|
893
898
|
msgstr "Mest anvendelig til"
|
|
894
899
|
|
|
895
|
-
#. Default: "NO"
|
|
896
|
-
#: components/theme/Views/ExtendedToolView
|
|
897
|
-
msgid "NO"
|
|
898
|
-
msgstr ""
|
|
899
|
-
|
|
900
900
|
#. Default: "National HHAP"
|
|
901
901
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
902
902
|
msgid "National HHAP"
|
|
@@ -934,7 +934,7 @@ msgid "Navigator Guide preview empty state"
|
|
|
934
934
|
msgstr ""
|
|
935
935
|
|
|
936
936
|
#. Default: "New"
|
|
937
|
-
#: components/Result/ClusterHorizontalCardItem
|
|
937
|
+
#: components/Search/Result/ClusterHorizontalCardItem
|
|
938
938
|
msgid "New"
|
|
939
939
|
msgstr "Ny"
|
|
940
940
|
|
|
@@ -953,6 +953,11 @@ msgstr "Nyheder"
|
|
|
953
953
|
msgid "Next step"
|
|
954
954
|
msgstr ""
|
|
955
955
|
|
|
956
|
+
#. Default: "No"
|
|
957
|
+
#: components/theme/Views/ExtendedToolView
|
|
958
|
+
msgid "No"
|
|
959
|
+
msgstr ""
|
|
960
|
+
|
|
956
961
|
#. Default: "No HHAP"
|
|
957
962
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
958
963
|
msgid "No HHAP"
|
|
@@ -1099,11 +1104,6 @@ msgstr ""
|
|
|
1099
1104
|
msgid "Project information"
|
|
1100
1105
|
msgstr "Projektinformation"
|
|
1101
1106
|
|
|
1102
|
-
#. Default: "Public/private"
|
|
1103
|
-
#: components/theme/Views/ExtendedToolView
|
|
1104
|
-
msgid "Public/private"
|
|
1105
|
-
msgstr ""
|
|
1106
|
-
|
|
1107
1107
|
#. Default: "Publications and reports"
|
|
1108
1108
|
#: search/vocabulary
|
|
1109
1109
|
msgid "Publication reference"
|
|
@@ -1211,6 +1211,11 @@ msgstr "Relevante synergier med afbødning"
|
|
|
1211
1211
|
msgid "Remove {title}"
|
|
1212
1212
|
msgstr ""
|
|
1213
1213
|
|
|
1214
|
+
#. Default: "Remove {title} from comparison"
|
|
1215
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
1216
|
+
msgid "Remove {title} from comparison"
|
|
1217
|
+
msgstr ""
|
|
1218
|
+
|
|
1214
1219
|
#. Default: "Replace existing file"
|
|
1215
1220
|
#: components/theme/Widgets/PromotionalImageWidget
|
|
1216
1221
|
msgid "Replace existing file"
|
|
@@ -1335,8 +1340,8 @@ msgid "Source of funding"
|
|
|
1335
1340
|
msgstr "Finansieringskilde"
|
|
1336
1341
|
|
|
1337
1342
|
#. Default: "Source:"
|
|
1338
|
-
#: components/Result/ClusterHorizontalCardItem
|
|
1339
|
-
#: components/Result/HealthHorizontalCardItem
|
|
1343
|
+
#: components/Search/Result/ClusterHorizontalCardItem
|
|
1344
|
+
#: components/Search/Result/HealthHorizontalCardItem
|
|
1340
1345
|
msgid "Source:"
|
|
1341
1346
|
msgstr "Kilde:"
|
|
1342
1347
|
|
|
@@ -1462,14 +1467,24 @@ msgstr "Værktøj"
|
|
|
1462
1467
|
msgid "Tool provider"
|
|
1463
1468
|
msgstr ""
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool provider mode"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool provider mode"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tool validation use"
|
|
1466
1476
|
#: components/theme/Views/ExtendedToolView
|
|
1467
1477
|
msgid "Tool validation use"
|
|
1468
1478
|
msgstr ""
|
|
1469
1479
|
|
|
1480
|
+
#. Default: "Tools per country"
|
|
1481
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1482
|
+
msgid "Tools per country"
|
|
1483
|
+
msgstr ""
|
|
1484
|
+
|
|
1470
1485
|
#. Default: "Topics:"
|
|
1471
|
-
#: components/Result/ClusterHorizontalCardItem
|
|
1472
|
-
#: components/Result/HealthHorizontalCardItem
|
|
1486
|
+
#: components/Search/Result/ClusterHorizontalCardItem
|
|
1487
|
+
#: components/Search/Result/HealthHorizontalCardItem
|
|
1473
1488
|
msgid "Topics:"
|
|
1474
1489
|
msgstr "Emner:"
|
|
1475
1490
|
|
|
@@ -1569,6 +1584,11 @@ msgstr "Videoer og podcasts"
|
|
|
1569
1584
|
msgid "Videos and podcasts"
|
|
1570
1585
|
msgstr "Videoer og podcasts"
|
|
1571
1586
|
|
|
1587
|
+
#. Default: "View"
|
|
1588
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1589
|
+
msgid "View"
|
|
1590
|
+
msgstr ""
|
|
1591
|
+
|
|
1572
1592
|
#. Default: "View all contributions in the resource catalogue"
|
|
1573
1593
|
#: helpers/Utils
|
|
1574
1594
|
msgid "View all contributions in the resource catalogue"
|
|
@@ -1579,11 +1599,6 @@ msgstr "Se alle bidrag i ressourcekataloget"
|
|
|
1579
1599
|
msgid "View latest version"
|
|
1580
1600
|
msgstr ""
|
|
1581
1601
|
|
|
1582
|
-
#. Default: "View tool"
|
|
1583
|
-
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1584
|
-
msgid "View tool"
|
|
1585
|
-
msgstr ""
|
|
1586
|
-
|
|
1587
1602
|
#. Default: "Visit external website"
|
|
1588
1603
|
#: helpers/Utils
|
|
1589
1604
|
msgid "Visit external website"
|
|
@@ -1645,9 +1660,9 @@ msgstr ""
|
|
|
1645
1660
|
msgid "Which spatial coverage do you need?"
|
|
1646
1661
|
msgstr ""
|
|
1647
1662
|
|
|
1648
|
-
#. Default: "
|
|
1663
|
+
#. Default: "Yes"
|
|
1649
1664
|
#: components/theme/Views/ExtendedToolView
|
|
1650
|
-
msgid "
|
|
1665
|
+
msgid "Yes"
|
|
1651
1666
|
msgstr ""
|
|
1652
1667
|
|
|
1653
1668
|
#. Default: "You are viewing an archived version."
|
|
@@ -1735,16 +1750,16 @@ msgstr ""
|
|
|
1735
1750
|
msgid "refers to"
|
|
1736
1751
|
msgstr ""
|
|
1737
1752
|
|
|
1738
|
-
#. Default: "tools available"
|
|
1739
|
-
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1740
|
-
msgid "tools available"
|
|
1741
|
-
msgstr ""
|
|
1742
|
-
|
|
1743
1753
|
#. Default: "Upload an image from your computer"
|
|
1744
1754
|
#: components/theme/Widgets/ImageWidget
|
|
1745
1755
|
msgid "uploadAnImage"
|
|
1746
1756
|
msgstr ""
|
|
1747
1757
|
|
|
1758
|
+
#. Default: "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1759
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1760
|
+
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1761
|
+
msgstr ""
|
|
1762
|
+
|
|
1748
1763
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1749
1764
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1750
1765
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|