@eeacms/volto-cca-policy 1.0.22 → 1.0.24
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 +30 -0
- package/locales/bg/LC_MESSAGES/volto.po +10 -0
- package/locales/cs/LC_MESSAGES/volto.po +10 -0
- package/locales/da/LC_MESSAGES/volto.po +10 -0
- package/locales/de/LC_MESSAGES/volto.po +10 -0
- package/locales/el/LC_MESSAGES/volto.po +10 -0
- package/locales/en/LC_MESSAGES/volto.po +10 -0
- package/locales/es/LC_MESSAGES/volto.po +10 -0
- package/locales/et/LC_MESSAGES/volto.po +10 -0
- package/locales/fi/LC_MESSAGES/volto.po +10 -0
- package/locales/fr/LC_MESSAGES/volto.po +10 -0
- package/locales/ga/LC_MESSAGES/volto.po +10 -0
- package/locales/hr/LC_MESSAGES/volto.po +10 -0
- package/locales/hu/LC_MESSAGES/volto.po +10 -0
- package/locales/is/LC_MESSAGES/volto.po +10 -0
- package/locales/it/LC_MESSAGES/volto.po +10 -0
- package/locales/lt/LC_MESSAGES/volto.po +10 -0
- package/locales/lv/LC_MESSAGES/volto.po +10 -0
- package/locales/mt/LC_MESSAGES/volto.po +10 -0
- package/locales/nl/LC_MESSAGES/volto.po +10 -0
- package/locales/nn/LC_MESSAGES/volto.po +10 -0
- package/locales/pl/LC_MESSAGES/volto.po +10 -0
- package/locales/pt/LC_MESSAGES/volto.po +10 -0
- package/locales/ro/LC_MESSAGES/volto.po +10 -0
- package/locales/sk/LC_MESSAGES/volto.po +10 -0
- package/locales/sl/LC_MESSAGES/volto.po +10 -0
- package/locales/sv/LC_MESSAGES/volto.po +10 -0
- package/locales/tr/LC_MESSAGES/volto.po +10 -0
- package/locales/volto.pot +11 -1
- package/package.json +1 -1
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.jsx +23 -5
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.test.jsx +44 -0
- 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/src/components/theme/Views/ExtendedToolView.jsx +36 -0
- package/src/components/theme/Views/ExtendedToolView.test.jsx +31 -4
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.24](https://github.com/eea/volto-cca-policy/compare/1.0.23...1.0.24) - 17 September 2026
|
|
8
|
+
|
|
9
|
+
#### :bug: Bug Fixes
|
|
10
|
+
|
|
11
|
+
- fix: unwrap accidental code blocks and add resilience against varied assistant formats [Tiberiu Ichim - [`b245de7`](https://github.com/eea/volto-cca-policy/commit/b245de770a2e6d9a5741d240dc6649d2df7674bc)]
|
|
12
|
+
- fix: hide document card when Elasticsearch lookup returns empty or not found [Tiberiu Ichim - [`6acb0ac`](https://github.com/eea/volto-cca-policy/commit/6acb0acf1ad558cf259a61ed25c6860a08edc1ee)]
|
|
13
|
+
- fix: make catalogue cards and date formatting resilient against malformed data [Tiberiu Ichim - [`858ec4e`](https://github.com/eea/volto-cca-policy/commit/858ec4e2b7c8857ec43f080b9f5368e50bad40d4)]
|
|
14
|
+
|
|
15
|
+
### [1.0.23](https://github.com/eea/volto-cca-policy/compare/1.0.22...1.0.23) - 16 September 2026
|
|
16
|
+
|
|
17
|
+
#### :rocket: New Features
|
|
18
|
+
|
|
19
|
+
- feat: add data sources and tool validation use sections to ExtendedToolView - refs #304611 [kreafox - [`44c0511`](https://github.com/eea/volto-cca-policy/commit/44c0511893eb16970466c52bbd94e01a79bd4685)]
|
|
20
|
+
|
|
21
|
+
#### :hammer_and_wrench: Others
|
|
22
|
+
|
|
23
|
+
- core(i18n): add new entries to localization files [kreafox - [`415e58a`](https://github.com/eea/volto-cca-policy/commit/415e58ae2dbada7cbf1be210051c2c29eb385f1a)]
|
|
7
24
|
### [1.0.22](https://github.com/eea/volto-cca-policy/compare/1.0.21...1.0.22) - 15 September 2026
|
|
8
25
|
|
|
9
26
|
#### :bug: Bug Fixes
|
|
@@ -411,6 +428,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
411
428
|
|
|
412
429
|
#### :house: Internal changes
|
|
413
430
|
|
|
431
|
+
- chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
|
|
414
432
|
|
|
415
433
|
#### :hammer_and_wrench: Others
|
|
416
434
|
|
|
@@ -741,6 +759,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
741
759
|
|
|
742
760
|
#### :house: Internal changes
|
|
743
761
|
|
|
762
|
+
- chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
|
|
744
763
|
|
|
745
764
|
#### :hammer_and_wrench: Others
|
|
746
765
|
|
|
@@ -1277,6 +1296,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1277
1296
|
|
|
1278
1297
|
#### :house: Internal changes
|
|
1279
1298
|
|
|
1299
|
+
- chore: [JENKINSFILE] add package version in sonarqube [valentinab25 - [`e901251`](https://github.com/eea/volto-cca-policy/commit/e901251592eb54609fbc7eb8fcf7bd452c2da9cd)]
|
|
1280
1300
|
|
|
1281
1301
|
### [0.3.102](https://github.com/eea/volto-cca-policy/compare/0.3.101...0.3.102) - 24 February 2026
|
|
1282
1302
|
|
|
@@ -1286,6 +1306,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1286
1306
|
|
|
1287
1307
|
#### :house: Internal changes
|
|
1288
1308
|
|
|
1309
|
+
- chore: [JENKINSFILE] use sonarqube branches [EEA Jenkins - [`8b3699a`](https://github.com/eea/volto-cca-policy/commit/8b3699a6cbaef662b5e80884ac2c1f7dc9c6591e)]
|
|
1289
1310
|
|
|
1290
1311
|
### [0.3.101](https://github.com/eea/volto-cca-policy/compare/0.3.100...0.3.101) - 28 January 2026
|
|
1291
1312
|
|
|
@@ -1573,6 +1594,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1573
1594
|
- style: fix item spacing [kreafox - [`7d4535d`](https://github.com/eea/volto-cca-policy/commit/7d4535dbc486e6cb80fc55d6ac8c7c01d9cf48af)]
|
|
1574
1595
|
- chore: code cleanup [kreafox - [`842419b`](https://github.com/eea/volto-cca-policy/commit/842419b1bce3dc624755c81c9dea672198cab9e2)]
|
|
1575
1596
|
- 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)]
|
|
1576
1598
|
- chore: move styling to theme folder [kreafox - [`8cf6a1b`](https://github.com/eea/volto-cca-policy/commit/8cf6a1b8b14abf472a9c61b28db574f6d9e0bd3b)]
|
|
1577
1599
|
- chore: remove ArrayWidget customization [kreafox - [`249bf93`](https://github.com/eea/volto-cca-policy/commit/249bf93054f7726c3d57a8b8ca01b75cd0d30522)]
|
|
1578
1600
|
- chore: remove Footer customization [kreafox - [`7038af3`](https://github.com/eea/volto-cca-policy/commit/7038af37d48a328dfc31746f3fa84973e2f840ab)]
|
|
@@ -4335,10 +4357,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4335
4357
|
- Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
|
|
4336
4358
|
- Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
|
|
4337
4359
|
- 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)]
|
|
4338
4362
|
### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
|
|
4339
4363
|
|
|
4340
4364
|
#### :house: Internal changes
|
|
4341
4365
|
|
|
4366
|
+
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
|
|
4342
4367
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
|
|
4343
4368
|
|
|
4344
4369
|
#### :hammer_and_wrench: Others
|
|
@@ -4355,6 +4380,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4355
4380
|
- Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
|
|
4356
4381
|
- Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
|
|
4357
4382
|
- 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)]
|
|
4358
4386
|
- Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
|
|
4359
4387
|
- 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)]
|
|
4360
4388
|
- Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
|
|
@@ -4571,6 +4599,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4571
4599
|
|
|
4572
4600
|
#### :house: Internal changes
|
|
4573
4601
|
|
|
4602
|
+
- chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
|
|
4574
4603
|
|
|
4575
4604
|
#### :hammer_and_wrench: Others
|
|
4576
4605
|
|
|
@@ -5051,6 +5080,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
5051
5080
|
#### :hammer_and_wrench: Others
|
|
5052
5081
|
|
|
5053
5082
|
- 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)]
|
|
5054
5084
|
### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
|
|
5055
5085
|
|
|
5056
5086
|
#### :hammer_and_wrench: Others
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Инструмент"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Nástroj"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Værktøj"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Werkzeug"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Εργαλείο"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr ""
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Herramienta"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Tööriist"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Työkalu"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Outil"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Uirlis"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Alat"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Eszköz"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Verkfæri"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Strumento"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Įrankis"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Rīks"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Għodda"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Instrument"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Verktøy"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Narzędzie"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Ferramenta"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|
|
@@ -393,6 +393,11 @@ msgstr ""
|
|
|
393
393
|
msgid "Cycle"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
+
#. Default: "Data sources"
|
|
397
|
+
#: components/theme/Views/ExtendedToolView
|
|
398
|
+
msgid "Data sources"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
396
401
|
#. Default: "Date of creation:"
|
|
397
402
|
#: components/theme/Content/Sections/ContentMetadata
|
|
398
403
|
msgid "Date of creation:"
|
|
@@ -1462,6 +1467,11 @@ msgstr ""
|
|
|
1462
1467
|
msgid "Tool"
|
|
1463
1468
|
msgstr "Instrument"
|
|
1464
1469
|
|
|
1470
|
+
#. Default: "Tool validation use"
|
|
1471
|
+
#: components/theme/Views/ExtendedToolView
|
|
1472
|
+
msgid "Tool validation use"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1465
1475
|
#. Default: "Tools per country"
|
|
1466
1476
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1467
1477
|
msgid "Tools per country"
|