@eeacms/volto-cca-policy 1.0.23 → 1.0.25
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 +21 -0
- package/locales/bg/LC_MESSAGES/volto.po +0 -10
- package/locales/cs/LC_MESSAGES/volto.po +0 -10
- package/locales/da/LC_MESSAGES/volto.po +0 -10
- package/locales/de/LC_MESSAGES/volto.po +0 -10
- package/locales/el/LC_MESSAGES/volto.po +0 -10
- package/locales/en/LC_MESSAGES/volto.po +0 -10
- package/locales/es/LC_MESSAGES/volto.po +0 -10
- package/locales/et/LC_MESSAGES/volto.po +0 -10
- package/locales/fi/LC_MESSAGES/volto.po +0 -10
- package/locales/fr/LC_MESSAGES/volto.po +0 -10
- package/locales/ga/LC_MESSAGES/volto.po +0 -10
- package/locales/hr/LC_MESSAGES/volto.po +0 -10
- package/locales/hu/LC_MESSAGES/volto.po +0 -10
- package/locales/is/LC_MESSAGES/volto.po +0 -10
- package/locales/it/LC_MESSAGES/volto.po +0 -10
- package/locales/lt/LC_MESSAGES/volto.po +0 -10
- package/locales/lv/LC_MESSAGES/volto.po +0 -10
- package/locales/mt/LC_MESSAGES/volto.po +0 -10
- package/locales/nl/LC_MESSAGES/volto.po +0 -10
- package/locales/nn/LC_MESSAGES/volto.po +0 -10
- package/locales/pl/LC_MESSAGES/volto.po +0 -10
- package/locales/pt/LC_MESSAGES/volto.po +0 -10
- package/locales/ro/LC_MESSAGES/volto.po +0 -10
- package/locales/sk/LC_MESSAGES/volto.po +0 -10
- package/locales/sl/LC_MESSAGES/volto.po +0 -10
- package/locales/sv/LC_MESSAGES/volto.po +0 -10
- package/locales/tr/LC_MESSAGES/volto.po +0 -10
- package/locales/volto.pot +1 -11
- package/package.json +1 -1
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.jsx +45 -20
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.test.jsx +51 -0
- package/src/components/Search/NavigatorCatalogue/utils.js +1 -1
- package/src/components/manage/Blocks/ChatbotCatalogue/DocumentCard.jsx +37 -122
- package/src/components/manage/Blocks/ChatbotCatalogue/DocumentCard.test.jsx +162 -73
- package/src/components/manage/Blocks/ChatbotCatalogue/astUtils.js +249 -0
- package/src/components/manage/Blocks/ChatbotCatalogue/astUtils.test.js +207 -0
- package/src/components/manage/Blocks/ChatbotCatalogue/catalogue-chat.less +0 -56
- package/src/components/manage/Blocks/ChatbotCatalogue/docCards.js +92 -29
- package/src/components/manage/Blocks/ChatbotCatalogue/docCards.test.js +107 -0
- package/src/components/manage/Blocks/ChatbotCatalogue/nextSteps.js +22 -20
- package/src/components/manage/Blocks/ChatbotCatalogue/nextSteps.test.js +69 -0
- package/src/components/manage/Blocks/ChatbotCatalogue/useCatalogueDoc.js +6 -2
- package/src/components/manage/Blocks/ChatbotCatalogue/useCatalogueDoc.test.js +12 -0
- package/theme/globals/navigator.less +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,27 @@ 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.25](https://github.com/eea/volto-cca-policy/compare/1.0.24...1.0.25) - 17 September 2026
|
|
8
|
+
|
|
9
|
+
#### :rocket: New Features
|
|
10
|
+
|
|
11
|
+
- feat: add keywords to NavigatorCatalogueCardItem - refs #304610 [kreafox - [`59b7ffa`](https://github.com/eea/volto-cca-policy/commit/59b7ffab2491e9fc2f42b19b59cce05c7fef3552)]
|
|
12
|
+
|
|
13
|
+
#### :house: Internal changes
|
|
14
|
+
|
|
15
|
+
- style: Automated code fix [eea-jenkins - [`50d996e`](https://github.com/eea/volto-cca-policy/commit/50d996efb4b0c561168c90a8bb83ec0d6be76127)]
|
|
16
|
+
|
|
17
|
+
#### :hammer_and_wrench: Others
|
|
18
|
+
|
|
19
|
+
- core(i18n): cleanup files [kreafox - [`5dae87b`](https://github.com/eea/volto-cca-policy/commit/5dae87b84da0f91e4f9c5f5c811b3c97272c8231)]
|
|
20
|
+
### [1.0.24](https://github.com/eea/volto-cca-policy/compare/1.0.23...1.0.24) - 17 September 2026
|
|
21
|
+
|
|
22
|
+
#### :bug: Bug Fixes
|
|
23
|
+
|
|
24
|
+
- fix: unwrap accidental code blocks and add resilience against varied assistant formats [Tiberiu Ichim - [`b245de7`](https://github.com/eea/volto-cca-policy/commit/b245de770a2e6d9a5741d240dc6649d2df7674bc)]
|
|
25
|
+
- fix: hide document card when Elasticsearch lookup returns empty or not found [Tiberiu Ichim - [`6acb0ac`](https://github.com/eea/volto-cca-policy/commit/6acb0acf1ad558cf259a61ed25c6860a08edc1ee)]
|
|
26
|
+
- fix: make catalogue cards and date formatting resilient against malformed data [Tiberiu Ichim - [`858ec4e`](https://github.com/eea/volto-cca-policy/commit/858ec4e2b7c8857ec43f080b9f5368e50bad40d4)]
|
|
27
|
+
|
|
7
28
|
### [1.0.23](https://github.com/eea/volto-cca-policy/compare/1.0.22...1.0.23) - 16 September 2026
|
|
8
29
|
|
|
9
30
|
#### :rocket: New Features
|
|
@@ -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
|
|
@@ -845,11 +845,6 @@ msgstr "Află mai multe"
|
|
|
845
845
|
msgid "Legal aspects"
|
|
846
846
|
msgstr "Aspecte juridice"
|
|
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 "Subiecte:"
|
|
|
1493
1488
|
msgid "Transnational regions"
|
|
1494
1489
|
msgstr "Regiunile transnaționale"
|
|
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 "Zistite viac"
|
|
|
845
845
|
msgid "Legal aspects"
|
|
846
846
|
msgstr "Právne 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émy:"
|
|
|
1493
1488
|
msgid "Transnational regions"
|
|
1494
1489
|
msgstr "Nadnárodné regióny"
|
|
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 "Več o tem"
|
|
|
845
845
|
msgid "Legal aspects"
|
|
846
846
|
msgstr "Pravni vidiki"
|
|
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 "Läs mer"
|
|
|
845
845
|
msgid "Legal aspects"
|
|
846
846
|
msgstr "Juridiska 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 "Ämnen:"
|
|
|
1493
1488
|
msgid "Transnational regions"
|
|
1494
1489
|
msgstr "Transnationella 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
|