@eeacms/volto-cca-policy 1.0.20 → 1.0.21
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 +17 -13
- package/locales/bg/LC_MESSAGES/volto.po +28 -26
- package/locales/cs/LC_MESSAGES/volto.po +28 -26
- package/locales/da/LC_MESSAGES/volto.po +28 -26
- package/locales/de/LC_MESSAGES/volto.po +28 -26
- package/locales/el/LC_MESSAGES/volto.po +28 -26
- package/locales/en/LC_MESSAGES/volto.po +28 -26
- package/locales/es/LC_MESSAGES/volto.po +28 -26
- package/locales/et/LC_MESSAGES/volto.po +28 -26
- package/locales/fi/LC_MESSAGES/volto.po +28 -26
- package/locales/fr/LC_MESSAGES/volto.po +28 -26
- package/locales/ga/LC_MESSAGES/volto.po +28 -26
- package/locales/hr/LC_MESSAGES/volto.po +28 -26
- package/locales/hu/LC_MESSAGES/volto.po +28 -26
- package/locales/is/LC_MESSAGES/volto.po +28 -26
- package/locales/it/LC_MESSAGES/volto.po +28 -26
- package/locales/lt/LC_MESSAGES/volto.po +28 -26
- package/locales/lv/LC_MESSAGES/volto.po +28 -26
- package/locales/mt/LC_MESSAGES/volto.po +28 -26
- package/locales/nl/LC_MESSAGES/volto.po +28 -26
- package/locales/nn/LC_MESSAGES/volto.po +28 -26
- package/locales/pl/LC_MESSAGES/volto.po +28 -26
- package/locales/pt/LC_MESSAGES/volto.po +28 -26
- package/locales/ro/LC_MESSAGES/volto.po +28 -26
- package/locales/sk/LC_MESSAGES/volto.po +28 -26
- package/locales/sl/LC_MESSAGES/volto.po +28 -26
- package/locales/sv/LC_MESSAGES/volto.po +28 -26
- package/locales/tr/LC_MESSAGES/volto.po +28 -26
- package/locales/volto.pot +29 -27
- package/package.json +1 -1
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.jsx +10 -8
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.test.jsx +8 -6
- package/src/components/theme/Views/ExtendedToolView.jsx +10 -12
- package/src/components/theme/Views/ExtendedToolView.test.jsx +1 -2
- package/src/search/navigator_catalogue/facets.js +19 -30
- package/theme/globals/navigator.less +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,23 @@ 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.21](https://github.com/eea/volto-cca-policy/compare/1.0.20...1.0.21) - 14 September 2026
|
|
8
|
+
|
|
9
|
+
#### :bug: Bug Fixes
|
|
10
|
+
|
|
11
|
+
- fix: update message for type of outputs [kreafox - [`d38c08d`](https://github.com/eea/volto-cca-policy/commit/d38c08df16ac8a525daa93f891424c8f1ee9058c)]
|
|
12
|
+
- fix: update facets for navigator catalogue - refs #304610 [kreafox - [`ebf57a9`](https://github.com/eea/volto-cca-policy/commit/ebf57a916ba9f50ba2df99f01e867f2dc34c42b1)]
|
|
13
|
+
- fix: update language availability in ExtendedToolView test [kreafox - [`021b3a1`](https://github.com/eea/volto-cca-policy/commit/021b3a10d12f21e3a3583f2648dfbd5fad5274dd)]
|
|
14
|
+
- fix: language logic in ExtendedToolView [kreafox - [`6da806f`](https://github.com/eea/volto-cca-policy/commit/6da806ffa59c419226540212e404b65f11923b62)]
|
|
15
|
+
- fix: update output label in NavigatorCatalogueCardItem test [kreafox - [`2b62f2d`](https://github.com/eea/volto-cca-policy/commit/2b62f2d163a7fa8ba849995450148e08d1284977)]
|
|
16
|
+
|
|
17
|
+
#### :nail_care: Enhancements
|
|
18
|
+
|
|
19
|
+
- change: update NavigatorCatalogueCardItem [kreafox - [`2e2f6d6`](https://github.com/eea/volto-cca-policy/commit/2e2f6d632ecf1e03aa8615da9376c24efb74d472)]
|
|
20
|
+
|
|
21
|
+
#### :hammer_and_wrench: Others
|
|
22
|
+
|
|
23
|
+
- core: update locales [kreafox - [`e3a5b7b`](https://github.com/eea/volto-cca-policy/commit/e3a5b7bdf389dcc56a27db9a63997207c65ac7c7)]
|
|
7
24
|
### [1.0.20](https://github.com/eea/volto-cca-policy/compare/1.0.19...1.0.20) - 14 September 2026
|
|
8
25
|
|
|
9
26
|
#### :rocket: New Features
|
|
@@ -387,7 +404,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
387
404
|
|
|
388
405
|
#### :house: Internal changes
|
|
389
406
|
|
|
390
|
-
- chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
|
|
391
407
|
|
|
392
408
|
#### :hammer_and_wrench: Others
|
|
393
409
|
|
|
@@ -718,7 +734,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
718
734
|
|
|
719
735
|
#### :house: Internal changes
|
|
720
736
|
|
|
721
|
-
- chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
|
|
722
737
|
|
|
723
738
|
#### :hammer_and_wrench: Others
|
|
724
739
|
|
|
@@ -1255,7 +1270,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1255
1270
|
|
|
1256
1271
|
#### :house: Internal changes
|
|
1257
1272
|
|
|
1258
|
-
- chore: [JENKINSFILE] add package version in sonarqube [valentinab25 - [`e901251`](https://github.com/eea/volto-cca-policy/commit/e901251592eb54609fbc7eb8fcf7bd452c2da9cd)]
|
|
1259
1273
|
|
|
1260
1274
|
### [0.3.102](https://github.com/eea/volto-cca-policy/compare/0.3.101...0.3.102) - 24 February 2026
|
|
1261
1275
|
|
|
@@ -1265,7 +1279,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1265
1279
|
|
|
1266
1280
|
#### :house: Internal changes
|
|
1267
1281
|
|
|
1268
|
-
- chore: [JENKINSFILE] use sonarqube branches [EEA Jenkins - [`8b3699a`](https://github.com/eea/volto-cca-policy/commit/8b3699a6cbaef662b5e80884ac2c1f7dc9c6591e)]
|
|
1269
1282
|
|
|
1270
1283
|
### [0.3.101](https://github.com/eea/volto-cca-policy/compare/0.3.100...0.3.101) - 28 January 2026
|
|
1271
1284
|
|
|
@@ -1553,7 +1566,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1553
1566
|
- style: fix item spacing [kreafox - [`7d4535d`](https://github.com/eea/volto-cca-policy/commit/7d4535dbc486e6cb80fc55d6ac8c7c01d9cf48af)]
|
|
1554
1567
|
- chore: code cleanup [kreafox - [`842419b`](https://github.com/eea/volto-cca-policy/commit/842419b1bce3dc624755c81c9dea672198cab9e2)]
|
|
1555
1568
|
- style: update teaser block styling [kreafox - [`1e0cad8`](https://github.com/eea/volto-cca-policy/commit/1e0cad8e1ed3ae827ee868dce8ad50b292a937ba)]
|
|
1556
|
-
- chore: update Makefile, run yarn i18n [kreafox - [`61e6962`](https://github.com/eea/volto-cca-policy/commit/61e6962901068ae6512265417a730bd9befd65fe)]
|
|
1557
1569
|
- chore: move styling to theme folder [kreafox - [`8cf6a1b`](https://github.com/eea/volto-cca-policy/commit/8cf6a1b8b14abf472a9c61b28db574f6d9e0bd3b)]
|
|
1558
1570
|
- chore: remove ArrayWidget customization [kreafox - [`249bf93`](https://github.com/eea/volto-cca-policy/commit/249bf93054f7726c3d57a8b8ca01b75cd0d30522)]
|
|
1559
1571
|
- chore: remove Footer customization [kreafox - [`7038af3`](https://github.com/eea/volto-cca-policy/commit/7038af37d48a328dfc31746f3fa84973e2f840ab)]
|
|
@@ -4316,13 +4328,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4316
4328
|
- Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
|
|
4317
4329
|
- Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
|
|
4318
4330
|
- Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
|
|
4319
|
-
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
|
|
4320
|
-
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
|
|
4321
4331
|
### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
|
|
4322
4332
|
|
|
4323
4333
|
#### :house: Internal changes
|
|
4324
4334
|
|
|
4325
|
-
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
|
|
4326
4335
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
|
|
4327
4336
|
|
|
4328
4337
|
#### :hammer_and_wrench: Others
|
|
@@ -4339,9 +4348,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4339
4348
|
- Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
|
|
4340
4349
|
- Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
|
|
4341
4350
|
- Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
|
|
4342
|
-
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
|
|
4343
|
-
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
|
|
4344
|
-
- test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
|
|
4345
4351
|
- Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
|
|
4346
4352
|
- 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)]
|
|
4347
4353
|
- Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
|
|
@@ -4558,7 +4564,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4558
4564
|
|
|
4559
4565
|
#### :house: Internal changes
|
|
4560
4566
|
|
|
4561
|
-
- chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
|
|
4562
4567
|
|
|
4563
4568
|
#### :hammer_and_wrench: Others
|
|
4564
4569
|
|
|
@@ -5039,7 +5044,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
5039
5044
|
#### :hammer_and_wrench: Others
|
|
5040
5045
|
|
|
5041
5046
|
- Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
|
|
5042
|
-
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
|
|
5043
5047
|
### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
|
|
5044
5048
|
|
|
5045
5049
|
#### :hammer_and_wrench: Others
|
|
@@ -62,13 +62,13 @@ msgid "Adaptation Sectors"
|
|
|
62
62
|
msgstr "Сектори за адаптация"
|
|
63
63
|
|
|
64
64
|
#. Default: "Adaptation Support Cycle Step"
|
|
65
|
-
#: search/navigator_catalogue/facets
|
|
66
65
|
#: search/navigator_guide/facets
|
|
67
66
|
msgid "Adaptation Support Cycle Step"
|
|
68
67
|
msgstr ""
|
|
69
68
|
|
|
70
69
|
#. Default: "Adaptation approaches"
|
|
71
70
|
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
71
|
+
#: search/navigator_catalogue/facets
|
|
72
72
|
msgid "Adaptation approaches"
|
|
73
73
|
msgstr "Подходи за адаптация"
|
|
74
74
|
|
|
@@ -82,6 +82,11 @@ msgstr "Вариант за адаптация"
|
|
|
82
82
|
msgid "Adaptation options"
|
|
83
83
|
msgstr "Възможности за адаптация"
|
|
84
84
|
|
|
85
|
+
#. Default: "Adaptation policy cycle"
|
|
86
|
+
#: search/navigator_catalogue/facets
|
|
87
|
+
msgid "Adaptation policy cycle"
|
|
88
|
+
msgstr ""
|
|
89
|
+
|
|
85
90
|
#. Default: "Adaptation sectors"
|
|
86
91
|
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
87
92
|
#: components/manage/Blocks/CaseStudyExplorer/FeatureDisplay
|
|
@@ -140,6 +145,11 @@ msgstr "През цялото време"
|
|
|
140
145
|
msgid "At least two valid tools are required for comparison. Select tools from the Navigator Catalogue."
|
|
141
146
|
msgstr ""
|
|
142
147
|
|
|
148
|
+
#. Default: "Available"
|
|
149
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
150
|
+
msgid "Available"
|
|
151
|
+
msgstr ""
|
|
152
|
+
|
|
143
153
|
#. Default: "Back"
|
|
144
154
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
145
155
|
msgid "Back"
|
|
@@ -524,6 +534,11 @@ msgstr "Инструменти за стимулиране на финансир
|
|
|
524
534
|
msgid "Find the right tool"
|
|
525
535
|
msgstr ""
|
|
526
536
|
|
|
537
|
+
#. Default: "Focus areas"
|
|
538
|
+
#: search/navigator_catalogue/facets
|
|
539
|
+
msgid "Focus areas"
|
|
540
|
+
msgstr ""
|
|
541
|
+
|
|
527
542
|
#. Default: "For more search options"
|
|
528
543
|
#: index
|
|
529
544
|
msgid "For more search options"
|
|
@@ -661,6 +676,11 @@ msgstr "Категории опции за адаптиране на IPCC:"
|
|
|
661
676
|
msgid "If you have any further questions you can contact"
|
|
662
677
|
msgstr "Ако имате допълнителни въпроси можете да се свържете"
|
|
663
678
|
|
|
679
|
+
#. Default: "Implementation level"
|
|
680
|
+
#: search/navigator_catalogue/facets
|
|
681
|
+
msgid "Implementation level"
|
|
682
|
+
msgstr ""
|
|
683
|
+
|
|
664
684
|
#. Default: "Implementation time"
|
|
665
685
|
#: components/theme/Views/AdaptationOptionView
|
|
666
686
|
#: components/theme/Views/CaseStudyView
|
|
@@ -825,11 +845,6 @@ msgstr "Правни аспекти"
|
|
|
825
845
|
msgid "License"
|
|
826
846
|
msgstr ""
|
|
827
847
|
|
|
828
|
-
#. Default: "License status"
|
|
829
|
-
#: search/navigator_catalogue/facets
|
|
830
|
-
msgid "License status"
|
|
831
|
-
msgstr ""
|
|
832
|
-
|
|
833
848
|
#. Default: "Lifetime"
|
|
834
849
|
#: components/theme/Views/AdaptationOptionView
|
|
835
850
|
#: components/theme/Views/CaseStudyView
|
|
@@ -908,11 +923,6 @@ msgstr "Национален HHAP"
|
|
|
908
923
|
msgid "Nature based Solutions and Ecosystem based approaches"
|
|
909
924
|
msgstr "Решения, базирани на природата, и подходи, базирани на екосистеми"
|
|
910
925
|
|
|
911
|
-
#. Default: "Nature-based solution"
|
|
912
|
-
#: search/navigator_catalogue/facets
|
|
913
|
-
msgid "Nature-based solution"
|
|
914
|
-
msgstr ""
|
|
915
|
-
|
|
916
926
|
#. Default: "Navigate to this item"
|
|
917
927
|
#: components/manage/Workflow/WorkflowLinkIntegrityModal
|
|
918
928
|
msgid "Navigate to this item"
|
|
@@ -983,6 +993,11 @@ msgstr "Няма резултати"
|
|
|
983
993
|
msgid "Non-EU Languages"
|
|
984
994
|
msgstr "Езици извън ЕС"
|
|
985
995
|
|
|
996
|
+
#. Default: "Not available"
|
|
997
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
998
|
+
msgid "Not available"
|
|
999
|
+
msgstr ""
|
|
1000
|
+
|
|
986
1001
|
#. Default: "Objectives of the adaptation measure"
|
|
987
1002
|
#: components/theme/Views/CaseStudyView
|
|
988
1003
|
msgid "Objectives of the adaptation measure"
|
|
@@ -1473,16 +1488,6 @@ msgstr "Транснационални региони"
|
|
|
1473
1488
|
msgid "Type"
|
|
1474
1489
|
msgstr ""
|
|
1475
1490
|
|
|
1476
|
-
#. Default: "Type of Data"
|
|
1477
|
-
#: search/navigator_catalogue/facets
|
|
1478
|
-
msgid "Type of Data"
|
|
1479
|
-
msgstr ""
|
|
1480
|
-
|
|
1481
|
-
#. Default: "Type of Outputs"
|
|
1482
|
-
#: search/navigator_catalogue/facets
|
|
1483
|
-
msgid "Type of Outputs"
|
|
1484
|
-
msgstr ""
|
|
1485
|
-
|
|
1486
1491
|
#. Default: "Type of item"
|
|
1487
1492
|
#: search/common
|
|
1488
1493
|
#: search/mission_all/facets-all
|
|
@@ -1490,7 +1495,9 @@ msgid "Type of item"
|
|
|
1490
1495
|
msgstr "Вид артикул"
|
|
1491
1496
|
|
|
1492
1497
|
#. Default: "Type of outputs"
|
|
1498
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1493
1499
|
#: components/theme/Views/ExtendedToolView
|
|
1500
|
+
#: search/navigator_catalogue/facets
|
|
1494
1501
|
msgid "Type of outputs"
|
|
1495
1502
|
msgstr ""
|
|
1496
1503
|
|
|
@@ -1529,11 +1536,6 @@ msgstr ""
|
|
|
1529
1536
|
msgid "User Group"
|
|
1530
1537
|
msgstr ""
|
|
1531
1538
|
|
|
1532
|
-
#. Default: "User Groups"
|
|
1533
|
-
#: search/navigator_catalogue/facets
|
|
1534
|
-
msgid "User Groups"
|
|
1535
|
-
msgstr ""
|
|
1536
|
-
|
|
1537
1539
|
#. Default: "User requirements"
|
|
1538
1540
|
#: search/mission_tools/facets-tools
|
|
1539
1541
|
msgid "User requirements"
|
|
@@ -62,13 +62,13 @@ msgid "Adaptation Sectors"
|
|
|
62
62
|
msgstr "Adaptační sektory"
|
|
63
63
|
|
|
64
64
|
#. Default: "Adaptation Support Cycle Step"
|
|
65
|
-
#: search/navigator_catalogue/facets
|
|
66
65
|
#: search/navigator_guide/facets
|
|
67
66
|
msgid "Adaptation Support Cycle Step"
|
|
68
67
|
msgstr ""
|
|
69
68
|
|
|
70
69
|
#. Default: "Adaptation approaches"
|
|
71
70
|
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
71
|
+
#: search/navigator_catalogue/facets
|
|
72
72
|
msgid "Adaptation approaches"
|
|
73
73
|
msgstr "Adaptační přístupy"
|
|
74
74
|
|
|
@@ -82,6 +82,11 @@ msgstr "Možnost adaptace"
|
|
|
82
82
|
msgid "Adaptation options"
|
|
83
83
|
msgstr "Možnosti adaptace"
|
|
84
84
|
|
|
85
|
+
#. Default: "Adaptation policy cycle"
|
|
86
|
+
#: search/navigator_catalogue/facets
|
|
87
|
+
msgid "Adaptation policy cycle"
|
|
88
|
+
msgstr ""
|
|
89
|
+
|
|
85
90
|
#. Default: "Adaptation sectors"
|
|
86
91
|
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
87
92
|
#: components/manage/Blocks/CaseStudyExplorer/FeatureDisplay
|
|
@@ -140,6 +145,11 @@ msgstr "Celou dobu"
|
|
|
140
145
|
msgid "At least two valid tools are required for comparison. Select tools from the Navigator Catalogue."
|
|
141
146
|
msgstr ""
|
|
142
147
|
|
|
148
|
+
#. Default: "Available"
|
|
149
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
150
|
+
msgid "Available"
|
|
151
|
+
msgstr ""
|
|
152
|
+
|
|
143
153
|
#. Default: "Back"
|
|
144
154
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
145
155
|
msgid "Back"
|
|
@@ -524,6 +534,11 @@ msgstr "Financování motivačních nástrojů"
|
|
|
524
534
|
msgid "Find the right tool"
|
|
525
535
|
msgstr ""
|
|
526
536
|
|
|
537
|
+
#. Default: "Focus areas"
|
|
538
|
+
#: search/navigator_catalogue/facets
|
|
539
|
+
msgid "Focus areas"
|
|
540
|
+
msgstr ""
|
|
541
|
+
|
|
527
542
|
#. Default: "For more search options"
|
|
528
543
|
#: index
|
|
529
544
|
msgid "For more search options"
|
|
@@ -661,6 +676,11 @@ msgstr "Kategorie možností přizpůsobení IPCC:"
|
|
|
661
676
|
msgid "If you have any further questions you can contact"
|
|
662
677
|
msgstr "Pokud máte další dotazy, můžete se obrátit"
|
|
663
678
|
|
|
679
|
+
#. Default: "Implementation level"
|
|
680
|
+
#: search/navigator_catalogue/facets
|
|
681
|
+
msgid "Implementation level"
|
|
682
|
+
msgstr ""
|
|
683
|
+
|
|
664
684
|
#. Default: "Implementation time"
|
|
665
685
|
#: components/theme/Views/AdaptationOptionView
|
|
666
686
|
#: components/theme/Views/CaseStudyView
|
|
@@ -825,11 +845,6 @@ msgstr "Právní aspekty"
|
|
|
825
845
|
msgid "License"
|
|
826
846
|
msgstr ""
|
|
827
847
|
|
|
828
|
-
#. Default: "License status"
|
|
829
|
-
#: search/navigator_catalogue/facets
|
|
830
|
-
msgid "License status"
|
|
831
|
-
msgstr ""
|
|
832
|
-
|
|
833
848
|
#. Default: "Lifetime"
|
|
834
849
|
#: components/theme/Views/AdaptationOptionView
|
|
835
850
|
#: components/theme/Views/CaseStudyView
|
|
@@ -908,11 +923,6 @@ msgstr "Národní HHAP"
|
|
|
908
923
|
msgid "Nature based Solutions and Ecosystem based approaches"
|
|
909
924
|
msgstr "Řešení založená na přírodě a přístupy založené na ekosystému"
|
|
910
925
|
|
|
911
|
-
#. Default: "Nature-based solution"
|
|
912
|
-
#: search/navigator_catalogue/facets
|
|
913
|
-
msgid "Nature-based solution"
|
|
914
|
-
msgstr ""
|
|
915
|
-
|
|
916
926
|
#. Default: "Navigate to this item"
|
|
917
927
|
#: components/manage/Workflow/WorkflowLinkIntegrityModal
|
|
918
928
|
msgid "Navigate to this item"
|
|
@@ -983,6 +993,11 @@ msgstr "Žádné výsledky"
|
|
|
983
993
|
msgid "Non-EU Languages"
|
|
984
994
|
msgstr "Jazyky mimo EU"
|
|
985
995
|
|
|
996
|
+
#. Default: "Not available"
|
|
997
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
998
|
+
msgid "Not available"
|
|
999
|
+
msgstr ""
|
|
1000
|
+
|
|
986
1001
|
#. Default: "Objectives of the adaptation measure"
|
|
987
1002
|
#: components/theme/Views/CaseStudyView
|
|
988
1003
|
msgid "Objectives of the adaptation measure"
|
|
@@ -1473,16 +1488,6 @@ msgstr "Nadnárodní regiony"
|
|
|
1473
1488
|
msgid "Type"
|
|
1474
1489
|
msgstr ""
|
|
1475
1490
|
|
|
1476
|
-
#. Default: "Type of Data"
|
|
1477
|
-
#: search/navigator_catalogue/facets
|
|
1478
|
-
msgid "Type of Data"
|
|
1479
|
-
msgstr ""
|
|
1480
|
-
|
|
1481
|
-
#. Default: "Type of Outputs"
|
|
1482
|
-
#: search/navigator_catalogue/facets
|
|
1483
|
-
msgid "Type of Outputs"
|
|
1484
|
-
msgstr ""
|
|
1485
|
-
|
|
1486
1491
|
#. Default: "Type of item"
|
|
1487
1492
|
#: search/common
|
|
1488
1493
|
#: search/mission_all/facets-all
|
|
@@ -1490,7 +1495,9 @@ msgid "Type of item"
|
|
|
1490
1495
|
msgstr "Typ položky"
|
|
1491
1496
|
|
|
1492
1497
|
#. Default: "Type of outputs"
|
|
1498
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1493
1499
|
#: components/theme/Views/ExtendedToolView
|
|
1500
|
+
#: search/navigator_catalogue/facets
|
|
1494
1501
|
msgid "Type of outputs"
|
|
1495
1502
|
msgstr ""
|
|
1496
1503
|
|
|
@@ -1529,11 +1536,6 @@ msgstr ""
|
|
|
1529
1536
|
msgid "User Group"
|
|
1530
1537
|
msgstr ""
|
|
1531
1538
|
|
|
1532
|
-
#. Default: "User Groups"
|
|
1533
|
-
#: search/navigator_catalogue/facets
|
|
1534
|
-
msgid "User Groups"
|
|
1535
|
-
msgstr ""
|
|
1536
|
-
|
|
1537
1539
|
#. Default: "User requirements"
|
|
1538
1540
|
#: search/mission_tools/facets-tools
|
|
1539
1541
|
msgid "User requirements"
|
|
@@ -62,13 +62,13 @@ msgid "Adaptation Sectors"
|
|
|
62
62
|
msgstr "Tilpasningssektorer"
|
|
63
63
|
|
|
64
64
|
#. Default: "Adaptation Support Cycle Step"
|
|
65
|
-
#: search/navigator_catalogue/facets
|
|
66
65
|
#: search/navigator_guide/facets
|
|
67
66
|
msgid "Adaptation Support Cycle Step"
|
|
68
67
|
msgstr ""
|
|
69
68
|
|
|
70
69
|
#. Default: "Adaptation approaches"
|
|
71
70
|
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
71
|
+
#: search/navigator_catalogue/facets
|
|
72
72
|
msgid "Adaptation approaches"
|
|
73
73
|
msgstr "Tilpasningstilgange"
|
|
74
74
|
|
|
@@ -82,6 +82,11 @@ msgstr "Tilpasningsmulighed"
|
|
|
82
82
|
msgid "Adaptation options"
|
|
83
83
|
msgstr "Tilpasningsmuligheder"
|
|
84
84
|
|
|
85
|
+
#. Default: "Adaptation policy cycle"
|
|
86
|
+
#: search/navigator_catalogue/facets
|
|
87
|
+
msgid "Adaptation policy cycle"
|
|
88
|
+
msgstr ""
|
|
89
|
+
|
|
85
90
|
#. Default: "Adaptation sectors"
|
|
86
91
|
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
87
92
|
#: components/manage/Blocks/CaseStudyExplorer/FeatureDisplay
|
|
@@ -140,6 +145,11 @@ msgstr "Hele tiden"
|
|
|
140
145
|
msgid "At least two valid tools are required for comparison. Select tools from the Navigator Catalogue."
|
|
141
146
|
msgstr ""
|
|
142
147
|
|
|
148
|
+
#. Default: "Available"
|
|
149
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
150
|
+
msgid "Available"
|
|
151
|
+
msgstr ""
|
|
152
|
+
|
|
143
153
|
#. Default: "Back"
|
|
144
154
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
145
155
|
msgid "Back"
|
|
@@ -524,6 +534,11 @@ msgstr "Finansieringsincitamentsinstrumenter"
|
|
|
524
534
|
msgid "Find the right tool"
|
|
525
535
|
msgstr ""
|
|
526
536
|
|
|
537
|
+
#. Default: "Focus areas"
|
|
538
|
+
#: search/navigator_catalogue/facets
|
|
539
|
+
msgid "Focus areas"
|
|
540
|
+
msgstr ""
|
|
541
|
+
|
|
527
542
|
#. Default: "For more search options"
|
|
528
543
|
#: index
|
|
529
544
|
msgid "For more search options"
|
|
@@ -661,6 +676,11 @@ msgstr "IPCC tilpasningsmuligheder kategorier:"
|
|
|
661
676
|
msgid "If you have any further questions you can contact"
|
|
662
677
|
msgstr "Hvis du har yderligere spørgsmål kan du kontakte"
|
|
663
678
|
|
|
679
|
+
#. Default: "Implementation level"
|
|
680
|
+
#: search/navigator_catalogue/facets
|
|
681
|
+
msgid "Implementation level"
|
|
682
|
+
msgstr ""
|
|
683
|
+
|
|
664
684
|
#. Default: "Implementation time"
|
|
665
685
|
#: components/theme/Views/AdaptationOptionView
|
|
666
686
|
#: components/theme/Views/CaseStudyView
|
|
@@ -825,11 +845,6 @@ msgstr "Juridiske aspekter"
|
|
|
825
845
|
msgid "License"
|
|
826
846
|
msgstr ""
|
|
827
847
|
|
|
828
|
-
#. Default: "License status"
|
|
829
|
-
#: search/navigator_catalogue/facets
|
|
830
|
-
msgid "License status"
|
|
831
|
-
msgstr ""
|
|
832
|
-
|
|
833
848
|
#. Default: "Lifetime"
|
|
834
849
|
#: components/theme/Views/AdaptationOptionView
|
|
835
850
|
#: components/theme/Views/CaseStudyView
|
|
@@ -908,11 +923,6 @@ msgstr "National HHAP"
|
|
|
908
923
|
msgid "Nature based Solutions and Ecosystem based approaches"
|
|
909
924
|
msgstr "Naturbaserede løsninger og økosystembaserede tilgange"
|
|
910
925
|
|
|
911
|
-
#. Default: "Nature-based solution"
|
|
912
|
-
#: search/navigator_catalogue/facets
|
|
913
|
-
msgid "Nature-based solution"
|
|
914
|
-
msgstr ""
|
|
915
|
-
|
|
916
926
|
#. Default: "Navigate to this item"
|
|
917
927
|
#: components/manage/Workflow/WorkflowLinkIntegrityModal
|
|
918
928
|
msgid "Navigate to this item"
|
|
@@ -983,6 +993,11 @@ msgstr "Ingen resultater"
|
|
|
983
993
|
msgid "Non-EU Languages"
|
|
984
994
|
msgstr "Ikke-EU-sprog"
|
|
985
995
|
|
|
996
|
+
#. Default: "Not available"
|
|
997
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
998
|
+
msgid "Not available"
|
|
999
|
+
msgstr ""
|
|
1000
|
+
|
|
986
1001
|
#. Default: "Objectives of the adaptation measure"
|
|
987
1002
|
#: components/theme/Views/CaseStudyView
|
|
988
1003
|
msgid "Objectives of the adaptation measure"
|
|
@@ -1473,16 +1488,6 @@ msgstr "Transnationale regioner"
|
|
|
1473
1488
|
msgid "Type"
|
|
1474
1489
|
msgstr ""
|
|
1475
1490
|
|
|
1476
|
-
#. Default: "Type of Data"
|
|
1477
|
-
#: search/navigator_catalogue/facets
|
|
1478
|
-
msgid "Type of Data"
|
|
1479
|
-
msgstr ""
|
|
1480
|
-
|
|
1481
|
-
#. Default: "Type of Outputs"
|
|
1482
|
-
#: search/navigator_catalogue/facets
|
|
1483
|
-
msgid "Type of Outputs"
|
|
1484
|
-
msgstr ""
|
|
1485
|
-
|
|
1486
1491
|
#. Default: "Type of item"
|
|
1487
1492
|
#: search/common
|
|
1488
1493
|
#: search/mission_all/facets-all
|
|
@@ -1490,7 +1495,9 @@ msgid "Type of item"
|
|
|
1490
1495
|
msgstr "Varetype"
|
|
1491
1496
|
|
|
1492
1497
|
#. Default: "Type of outputs"
|
|
1498
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1493
1499
|
#: components/theme/Views/ExtendedToolView
|
|
1500
|
+
#: search/navigator_catalogue/facets
|
|
1494
1501
|
msgid "Type of outputs"
|
|
1495
1502
|
msgstr ""
|
|
1496
1503
|
|
|
@@ -1529,11 +1536,6 @@ msgstr ""
|
|
|
1529
1536
|
msgid "User Group"
|
|
1530
1537
|
msgstr ""
|
|
1531
1538
|
|
|
1532
|
-
#. Default: "User Groups"
|
|
1533
|
-
#: search/navigator_catalogue/facets
|
|
1534
|
-
msgid "User Groups"
|
|
1535
|
-
msgstr ""
|
|
1536
|
-
|
|
1537
1539
|
#. Default: "User requirements"
|
|
1538
1540
|
#: search/mission_tools/facets-tools
|
|
1539
1541
|
msgid "User requirements"
|
|
@@ -62,13 +62,13 @@ msgid "Adaptation Sectors"
|
|
|
62
62
|
msgstr "Anpassungssektoren"
|
|
63
63
|
|
|
64
64
|
#. Default: "Adaptation Support Cycle Step"
|
|
65
|
-
#: search/navigator_catalogue/facets
|
|
66
65
|
#: search/navigator_guide/facets
|
|
67
66
|
msgid "Adaptation Support Cycle Step"
|
|
68
67
|
msgstr ""
|
|
69
68
|
|
|
70
69
|
#. Default: "Adaptation approaches"
|
|
71
70
|
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
71
|
+
#: search/navigator_catalogue/facets
|
|
72
72
|
msgid "Adaptation approaches"
|
|
73
73
|
msgstr "Anpassungsansätze"
|
|
74
74
|
|
|
@@ -82,6 +82,11 @@ msgstr "Anpassungsoption"
|
|
|
82
82
|
msgid "Adaptation options"
|
|
83
83
|
msgstr "Anpassungsmöglichkeiten"
|
|
84
84
|
|
|
85
|
+
#. Default: "Adaptation policy cycle"
|
|
86
|
+
#: search/navigator_catalogue/facets
|
|
87
|
+
msgid "Adaptation policy cycle"
|
|
88
|
+
msgstr ""
|
|
89
|
+
|
|
85
90
|
#. Default: "Adaptation sectors"
|
|
86
91
|
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
87
92
|
#: components/manage/Blocks/CaseStudyExplorer/FeatureDisplay
|
|
@@ -140,6 +145,11 @@ msgstr "Alle Zeiten"
|
|
|
140
145
|
msgid "At least two valid tools are required for comparison. Select tools from the Navigator Catalogue."
|
|
141
146
|
msgstr ""
|
|
142
147
|
|
|
148
|
+
#. Default: "Available"
|
|
149
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
150
|
+
msgid "Available"
|
|
151
|
+
msgstr ""
|
|
152
|
+
|
|
143
153
|
#. Default: "Back"
|
|
144
154
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
145
155
|
msgid "Back"
|
|
@@ -524,6 +534,11 @@ msgstr "Finanzierung von Anreizinstrumenten"
|
|
|
524
534
|
msgid "Find the right tool"
|
|
525
535
|
msgstr ""
|
|
526
536
|
|
|
537
|
+
#. Default: "Focus areas"
|
|
538
|
+
#: search/navigator_catalogue/facets
|
|
539
|
+
msgid "Focus areas"
|
|
540
|
+
msgstr ""
|
|
541
|
+
|
|
527
542
|
#. Default: "For more search options"
|
|
528
543
|
#: index
|
|
529
544
|
msgid "For more search options"
|
|
@@ -661,6 +676,11 @@ msgstr "Kategorien der IPCC-Anpassungsoptionen:"
|
|
|
661
676
|
msgid "If you have any further questions you can contact"
|
|
662
677
|
msgstr "Wenn Sie weitere Fragen haben, können Sie sich an uns wenden"
|
|
663
678
|
|
|
679
|
+
#. Default: "Implementation level"
|
|
680
|
+
#: search/navigator_catalogue/facets
|
|
681
|
+
msgid "Implementation level"
|
|
682
|
+
msgstr ""
|
|
683
|
+
|
|
664
684
|
#. Default: "Implementation time"
|
|
665
685
|
#: components/theme/Views/AdaptationOptionView
|
|
666
686
|
#: components/theme/Views/CaseStudyView
|
|
@@ -825,11 +845,6 @@ msgstr "Rechtliche Aspekte"
|
|
|
825
845
|
msgid "License"
|
|
826
846
|
msgstr ""
|
|
827
847
|
|
|
828
|
-
#. Default: "License status"
|
|
829
|
-
#: search/navigator_catalogue/facets
|
|
830
|
-
msgid "License status"
|
|
831
|
-
msgstr ""
|
|
832
|
-
|
|
833
848
|
#. Default: "Lifetime"
|
|
834
849
|
#: components/theme/Views/AdaptationOptionView
|
|
835
850
|
#: components/theme/Views/CaseStudyView
|
|
@@ -908,11 +923,6 @@ msgstr "Nationales HHAP"
|
|
|
908
923
|
msgid "Nature based Solutions and Ecosystem based approaches"
|
|
909
924
|
msgstr "Naturbasierte Lösungen und ökosystembasierte Ansätze"
|
|
910
925
|
|
|
911
|
-
#. Default: "Nature-based solution"
|
|
912
|
-
#: search/navigator_catalogue/facets
|
|
913
|
-
msgid "Nature-based solution"
|
|
914
|
-
msgstr ""
|
|
915
|
-
|
|
916
926
|
#. Default: "Navigate to this item"
|
|
917
927
|
#: components/manage/Workflow/WorkflowLinkIntegrityModal
|
|
918
928
|
msgid "Navigate to this item"
|
|
@@ -983,6 +993,11 @@ msgstr "Keine Ergebnisse"
|
|
|
983
993
|
msgid "Non-EU Languages"
|
|
984
994
|
msgstr "Nicht-EU-Sprachen"
|
|
985
995
|
|
|
996
|
+
#. Default: "Not available"
|
|
997
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
998
|
+
msgid "Not available"
|
|
999
|
+
msgstr ""
|
|
1000
|
+
|
|
986
1001
|
#. Default: "Objectives of the adaptation measure"
|
|
987
1002
|
#: components/theme/Views/CaseStudyView
|
|
988
1003
|
msgid "Objectives of the adaptation measure"
|
|
@@ -1473,16 +1488,6 @@ msgstr "Transnationale Regionen"
|
|
|
1473
1488
|
msgid "Type"
|
|
1474
1489
|
msgstr ""
|
|
1475
1490
|
|
|
1476
|
-
#. Default: "Type of Data"
|
|
1477
|
-
#: search/navigator_catalogue/facets
|
|
1478
|
-
msgid "Type of Data"
|
|
1479
|
-
msgstr ""
|
|
1480
|
-
|
|
1481
|
-
#. Default: "Type of Outputs"
|
|
1482
|
-
#: search/navigator_catalogue/facets
|
|
1483
|
-
msgid "Type of Outputs"
|
|
1484
|
-
msgstr ""
|
|
1485
|
-
|
|
1486
1491
|
#. Default: "Type of item"
|
|
1487
1492
|
#: search/common
|
|
1488
1493
|
#: search/mission_all/facets-all
|
|
@@ -1490,7 +1495,9 @@ msgid "Type of item"
|
|
|
1490
1495
|
msgstr "Art des Artikels"
|
|
1491
1496
|
|
|
1492
1497
|
#. Default: "Type of outputs"
|
|
1498
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1493
1499
|
#: components/theme/Views/ExtendedToolView
|
|
1500
|
+
#: search/navigator_catalogue/facets
|
|
1494
1501
|
msgid "Type of outputs"
|
|
1495
1502
|
msgstr ""
|
|
1496
1503
|
|
|
@@ -1529,11 +1536,6 @@ msgstr ""
|
|
|
1529
1536
|
msgid "User Group"
|
|
1530
1537
|
msgstr ""
|
|
1531
1538
|
|
|
1532
|
-
#. Default: "User Groups"
|
|
1533
|
-
#: search/navigator_catalogue/facets
|
|
1534
|
-
msgid "User Groups"
|
|
1535
|
-
msgstr ""
|
|
1536
|
-
|
|
1537
1539
|
#. Default: "User requirements"
|
|
1538
1540
|
#: search/mission_tools/facets-tools
|
|
1539
1541
|
msgid "User requirements"
|