@eeacms/volto-cca-policy 1.0.24 → 1.0.26

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.
Files changed (52) hide show
  1. package/CHANGELOG.md +33 -13
  2. package/locales/bg/LC_MESSAGES/volto.po +0 -10
  3. package/locales/cs/LC_MESSAGES/volto.po +0 -10
  4. package/locales/da/LC_MESSAGES/volto.po +0 -10
  5. package/locales/de/LC_MESSAGES/volto.po +0 -10
  6. package/locales/el/LC_MESSAGES/volto.po +0 -10
  7. package/locales/en/LC_MESSAGES/volto.po +0 -10
  8. package/locales/es/LC_MESSAGES/volto.po +0 -10
  9. package/locales/et/LC_MESSAGES/volto.po +0 -10
  10. package/locales/fi/LC_MESSAGES/volto.po +0 -10
  11. package/locales/fr/LC_MESSAGES/volto.po +0 -10
  12. package/locales/ga/LC_MESSAGES/volto.po +0 -10
  13. package/locales/hr/LC_MESSAGES/volto.po +0 -10
  14. package/locales/hu/LC_MESSAGES/volto.po +0 -10
  15. package/locales/is/LC_MESSAGES/volto.po +0 -10
  16. package/locales/it/LC_MESSAGES/volto.po +0 -10
  17. package/locales/lt/LC_MESSAGES/volto.po +0 -10
  18. package/locales/lv/LC_MESSAGES/volto.po +0 -10
  19. package/locales/mt/LC_MESSAGES/volto.po +0 -10
  20. package/locales/nl/LC_MESSAGES/volto.po +0 -10
  21. package/locales/nn/LC_MESSAGES/volto.po +0 -10
  22. package/locales/pl/LC_MESSAGES/volto.po +0 -10
  23. package/locales/pt/LC_MESSAGES/volto.po +0 -10
  24. package/locales/ro/LC_MESSAGES/volto.po +0 -10
  25. package/locales/sk/LC_MESSAGES/volto.po +0 -10
  26. package/locales/sl/LC_MESSAGES/volto.po +0 -10
  27. package/locales/sv/LC_MESSAGES/volto.po +0 -10
  28. package/locales/tr/LC_MESSAGES/volto.po +0 -10
  29. package/locales/volto.pot +1 -11
  30. package/package.json +1 -1
  31. package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.jsx +38 -39
  32. package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.test.jsx +28 -2
  33. package/src/components/Search/NavigatorCatalogue/utils.js +1 -1
  34. package/src/components/Search/NavigatorGuide/NavigatorGuideContentView.jsx +153 -135
  35. package/src/components/Search/NavigatorGuide/NavigatorGuideContentView.test.jsx +108 -2
  36. package/src/components/Search/NavigatorGuide/utils.js +15 -0
  37. package/src/components/Search/NavigatorGuide/utils.test.js +18 -1
  38. package/src/components/index.js +2 -0
  39. package/src/components/manage/Blocks/ChatbotCatalogue/astUtils.js +129 -3
  40. package/src/components/manage/Blocks/ChatbotCatalogue/astUtils.test.js +207 -0
  41. package/src/components/manage/Blocks/ChatbotCatalogue/docCards.js +8 -0
  42. package/src/components/manage/Blocks/ChatbotCatalogue/docCards.test.js +72 -0
  43. package/src/components/manage/Blocks/ChatbotCatalogue/nextSteps.js +4 -0
  44. package/src/components/manage/Blocks/ChatbotCatalogue/nextSteps.test.js +48 -0
  45. package/src/components/theme/CompareTools/CompareToolsPanel.jsx +1 -1
  46. package/src/components/theme/CompareTools/CompareToolsView.jsx +1 -1
  47. package/src/components/theme/Content/Sections/MetadataItemList.jsx +7 -24
  48. package/src/components/theme/TagOverflowPopup.jsx +28 -0
  49. package/src/components/theme/Views/RelatedTools.jsx +7 -25
  50. package/src/search/navigator_guide/facets.js +1 -0
  51. package/src/search/navigator_guide/guideSteps.js +1 -1
  52. package/theme/globals/navigator.less +19 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,39 @@ 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.26](https://github.com/eea/volto-cca-policy/compare/1.0.25...1.0.26) - 21 September 2026
8
+
9
+ #### :rocket: New Features
10
+
11
+ - feat(navigator): implement TagOverflowPopup component and replace Popup in navigator [kreafox - [`42a66c8`](https://github.com/eea/volto-cca-policy/commit/42a66c826f2e19ebd0102fc05a2df5ccd1648f14)]
12
+
13
+ #### :bug: Bug Fixes
14
+
15
+ - fix(navigator): rename adaptation support cycle step and improve guide me layout [kreafox - [`2806e1b`](https://github.com/eea/volto-cca-policy/commit/2806e1b258dc3b1172c21a567f5d76328d855bb9)]
16
+ - fix(navigator): update climate impacts to climate hazards - refs #304609 [kreafox - [`cf2af49`](https://github.com/eea/volto-cca-policy/commit/cf2af49836f3b5a1b33621ae29650b14fb38c078)]
17
+
18
+ #### :nail_care: Enhancements
19
+
20
+ - refactor: update import paths for ToolThumbnail and TagOverflowPopup components [kreafox - [`c174abe`](https://github.com/eea/volto-cca-policy/commit/c174abeafcfb8040e43cb496a3f0b10747c057a8)]
21
+ - refactor(navigator): consolidate ToolThumbnail import paths and update related components [kreafox - [`5996b0b`](https://github.com/eea/volto-cca-policy/commit/5996b0b28814cb24c4167d9eb72cf6c632eb2a36)]
22
+
23
+ #### :house: Internal changes
24
+
25
+ - style: Automated code fix [eea-jenkins - [`851dcd2`](https://github.com/eea/volto-cca-policy/commit/851dcd27a6fd162e723b2e6e8fe542d8ab3bc8d1)]
26
+
27
+ ### [1.0.25](https://github.com/eea/volto-cca-policy/compare/1.0.24...1.0.25) - 17 September 2026
28
+
29
+ #### :rocket: New Features
30
+
31
+ - feat: add keywords to NavigatorCatalogueCardItem - refs #304610 [kreafox - [`59b7ffa`](https://github.com/eea/volto-cca-policy/commit/59b7ffab2491e9fc2f42b19b59cce05c7fef3552)]
32
+
33
+ #### :house: Internal changes
34
+
35
+ - style: Automated code fix [eea-jenkins - [`50d996e`](https://github.com/eea/volto-cca-policy/commit/50d996efb4b0c561168c90a8bb83ec0d6be76127)]
36
+
37
+ #### :hammer_and_wrench: Others
38
+
39
+ - core(i18n): cleanup files [kreafox - [`5dae87b`](https://github.com/eea/volto-cca-policy/commit/5dae87b84da0f91e4f9c5f5c811b3c97272c8231)]
7
40
  ### [1.0.24](https://github.com/eea/volto-cca-policy/compare/1.0.23...1.0.24) - 17 September 2026
8
41
 
9
42
  #### :bug: Bug Fixes
@@ -428,7 +461,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
428
461
 
429
462
  #### :house: Internal changes
430
463
 
431
- - chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
432
464
 
433
465
  #### :hammer_and_wrench: Others
434
466
 
@@ -759,7 +791,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
759
791
 
760
792
  #### :house: Internal changes
761
793
 
762
- - chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
763
794
 
764
795
  #### :hammer_and_wrench: Others
765
796
 
@@ -1296,7 +1327,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1296
1327
 
1297
1328
  #### :house: Internal changes
1298
1329
 
1299
- - chore: [JENKINSFILE] add package version in sonarqube [valentinab25 - [`e901251`](https://github.com/eea/volto-cca-policy/commit/e901251592eb54609fbc7eb8fcf7bd452c2da9cd)]
1300
1330
 
1301
1331
  ### [0.3.102](https://github.com/eea/volto-cca-policy/compare/0.3.101...0.3.102) - 24 February 2026
1302
1332
 
@@ -1306,7 +1336,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1306
1336
 
1307
1337
  #### :house: Internal changes
1308
1338
 
1309
- - chore: [JENKINSFILE] use sonarqube branches [EEA Jenkins - [`8b3699a`](https://github.com/eea/volto-cca-policy/commit/8b3699a6cbaef662b5e80884ac2c1f7dc9c6591e)]
1310
1339
 
1311
1340
  ### [0.3.101](https://github.com/eea/volto-cca-policy/compare/0.3.100...0.3.101) - 28 January 2026
1312
1341
 
@@ -1594,7 +1623,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1594
1623
  - style: fix item spacing [kreafox - [`7d4535d`](https://github.com/eea/volto-cca-policy/commit/7d4535dbc486e6cb80fc55d6ac8c7c01d9cf48af)]
1595
1624
  - chore: code cleanup [kreafox - [`842419b`](https://github.com/eea/volto-cca-policy/commit/842419b1bce3dc624755c81c9dea672198cab9e2)]
1596
1625
  - style: update teaser block styling [kreafox - [`1e0cad8`](https://github.com/eea/volto-cca-policy/commit/1e0cad8e1ed3ae827ee868dce8ad50b292a937ba)]
1597
- - chore: update Makefile, run yarn i18n [kreafox - [`61e6962`](https://github.com/eea/volto-cca-policy/commit/61e6962901068ae6512265417a730bd9befd65fe)]
1598
1626
  - chore: move styling to theme folder [kreafox - [`8cf6a1b`](https://github.com/eea/volto-cca-policy/commit/8cf6a1b8b14abf472a9c61b28db574f6d9e0bd3b)]
1599
1627
  - chore: remove ArrayWidget customization [kreafox - [`249bf93`](https://github.com/eea/volto-cca-policy/commit/249bf93054f7726c3d57a8b8ca01b75cd0d30522)]
1600
1628
  - chore: remove Footer customization [kreafox - [`7038af3`](https://github.com/eea/volto-cca-policy/commit/7038af37d48a328dfc31746f3fa84973e2f840ab)]
@@ -4357,13 +4385,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4357
4385
  - Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
4358
4386
  - Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
4359
4387
  - Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
4360
- - test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
4361
- - test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
4362
4388
  ### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
4363
4389
 
4364
4390
  #### :house: Internal changes
4365
4391
 
4366
- - chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
4367
4392
  - chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
4368
4393
 
4369
4394
  #### :hammer_and_wrench: Others
@@ -4380,9 +4405,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4380
4405
  - Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
4381
4406
  - Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
4382
4407
  - Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
4383
- - test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
4384
- - test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
4385
- - test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
4386
4408
  - Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
4387
4409
  - 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)]
4388
4410
  - Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
@@ -4599,7 +4621,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4599
4621
 
4600
4622
  #### :house: Internal changes
4601
4623
 
4602
- - chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
4603
4624
 
4604
4625
  #### :hammer_and_wrench: Others
4605
4626
 
@@ -5080,7 +5101,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
5080
5101
  #### :hammer_and_wrench: Others
5081
5102
 
5082
5103
  - Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
5083
- - Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
5084
5104
  ### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
5085
5105
 
5086
5106
  #### :hammer_and_wrench: Others
@@ -845,11 +845,6 @@ msgstr "Научете повече"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Правни аспекти"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "теми:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Транснационални региони"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Zjistěte více"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Právní aspekty"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "témata:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Nadnárodní regiony"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Få flere oplysninger"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Juridiske aspekter"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Emner:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Transnationale regioner"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Mehr erfahren"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Rechtliche Aspekte"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Themen:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Transnationale Regionen"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Μάθετε περισσότερα"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Νομικές πτυχές"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Θέματα:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Διακρατικές περιοχές"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr ""
845
845
  msgid "Legal aspects"
846
846
  msgstr ""
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr ""
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr ""
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Más información"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Aspectos legales"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Temas:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Regiones transnacionales"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Lisateavet"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Õiguslikud aspektid"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Teemad:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Rahvusvahelised piirkonnad"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Lue lisää"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Oikeudelliset näkökohdat"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Aiheet:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Kansainväliset alueet"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Apprendre encore plus"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Aspects juridiques"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Sujets :"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Régions transnationales"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Foghlaim níos mó"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Gnéithe dlíthiúla"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Ábhair:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Réigiúin thrasnáisiúnta"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Saznajte više"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Pravni aspekti"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Teme:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Transnacionalne regije"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "További információ"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Jogi szempontok"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Témák:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Transznacionális régiók"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Lærðu meira"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Lagalegar hliðar"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Efni:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Þverþjóðleg svæði"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Saperne di più"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Aspetti legali"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Argomenti:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Regioni transnazionali"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Sužinokite daugiau"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Teisiniai aspektai"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Temos:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Tarptautiniai regionai"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Uzziniet vairāk"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Juridiskie aspekti"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Tēmas:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Transnacionālie reģioni"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Tgħallem aktar"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Aspetti legali"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Suġġetti:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Reġjuni transnazzjonali"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Meer informatie"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Juridische aspecten"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Onderwerpen:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Transnationale regio's"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Meer informatie"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Juridiske aspekter"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Emner:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Transnasjonale regioner"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Dowiedz się więcej"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Aspekty prawne"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Tematy:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Regiony transnarodowe"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all
@@ -845,11 +845,6 @@ msgstr "Saber mais"
845
845
  msgid "Legal aspects"
846
846
  msgstr "Aspectos legais"
847
847
 
848
- #. Default: "License"
849
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
850
- msgid "License"
851
- msgstr ""
852
-
853
848
  #. Default: "Lifetime"
854
849
  #: components/theme/Views/AdaptationOptionView
855
850
  #: components/theme/Views/CaseStudyView
@@ -1493,11 +1488,6 @@ msgstr "Tópicos:"
1493
1488
  msgid "Transnational regions"
1494
1489
  msgstr "Regiões transnacionais"
1495
1490
 
1496
- #. Default: "Type"
1497
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1498
- msgid "Type"
1499
- msgstr ""
1500
-
1501
1491
  #. Default: "Type of item"
1502
1492
  #: search/common
1503
1493
  #: search/mission_all/facets-all