@eeacms/volto-cca-policy 1.0.21 → 1.0.23
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 +29 -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 +3 -6
- package/src/components/theme/Views/ExtendedToolView.jsx +36 -0
- package/src/components/theme/Views/ExtendedToolView.test.jsx +31 -4
- package/src/search/navigator_catalogue/facets.js +10 -10
- package/theme/globals/navigator.less +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,22 @@ 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.23](https://github.com/eea/volto-cca-policy/compare/1.0.22...1.0.23) - 16 September 2026
|
|
8
|
+
|
|
9
|
+
#### :rocket: New Features
|
|
10
|
+
|
|
11
|
+
- feat: add data sources and tool validation use sections to ExtendedToolView - refs #304611 [kreafox - [`44c0511`](https://github.com/eea/volto-cca-policy/commit/44c0511893eb16970466c52bbd94e01a79bd4685)]
|
|
12
|
+
|
|
13
|
+
#### :hammer_and_wrench: Others
|
|
14
|
+
|
|
15
|
+
- core(i18n): add new entries to localization files [kreafox - [`415e58a`](https://github.com/eea/volto-cca-policy/commit/415e58ae2dbada7cbf1be210051c2c29eb385f1a)]
|
|
16
|
+
### [1.0.22](https://github.com/eea/volto-cca-policy/compare/1.0.21...1.0.22) - 15 September 2026
|
|
17
|
+
|
|
18
|
+
#### :bug: Bug Fixes
|
|
19
|
+
|
|
20
|
+
- fix: cleanup NavigatorCatalogueCardItem [kreafox - [`c60ee16`](https://github.com/eea/volto-cca-policy/commit/c60ee16b3f28446519d9df08af4fbd9a7a2a4e00)]
|
|
21
|
+
- fix: reorder facets [kreafox - [`7855ec7`](https://github.com/eea/volto-cca-policy/commit/7855ec769dc80f768057744c7e9d07fa55c91253)]
|
|
22
|
+
|
|
7
23
|
### [1.0.21](https://github.com/eea/volto-cca-policy/compare/1.0.20...1.0.21) - 14 September 2026
|
|
8
24
|
|
|
9
25
|
#### :bug: Bug Fixes
|
|
@@ -404,6 +420,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
404
420
|
|
|
405
421
|
#### :house: Internal changes
|
|
406
422
|
|
|
423
|
+
- chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
|
|
407
424
|
|
|
408
425
|
#### :hammer_and_wrench: Others
|
|
409
426
|
|
|
@@ -734,6 +751,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
734
751
|
|
|
735
752
|
#### :house: Internal changes
|
|
736
753
|
|
|
754
|
+
- chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
|
|
737
755
|
|
|
738
756
|
#### :hammer_and_wrench: Others
|
|
739
757
|
|
|
@@ -1270,6 +1288,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1270
1288
|
|
|
1271
1289
|
#### :house: Internal changes
|
|
1272
1290
|
|
|
1291
|
+
- chore: [JENKINSFILE] add package version in sonarqube [valentinab25 - [`e901251`](https://github.com/eea/volto-cca-policy/commit/e901251592eb54609fbc7eb8fcf7bd452c2da9cd)]
|
|
1273
1292
|
|
|
1274
1293
|
### [0.3.102](https://github.com/eea/volto-cca-policy/compare/0.3.101...0.3.102) - 24 February 2026
|
|
1275
1294
|
|
|
@@ -1279,6 +1298,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1279
1298
|
|
|
1280
1299
|
#### :house: Internal changes
|
|
1281
1300
|
|
|
1301
|
+
- chore: [JENKINSFILE] use sonarqube branches [EEA Jenkins - [`8b3699a`](https://github.com/eea/volto-cca-policy/commit/8b3699a6cbaef662b5e80884ac2c1f7dc9c6591e)]
|
|
1282
1302
|
|
|
1283
1303
|
### [0.3.101](https://github.com/eea/volto-cca-policy/compare/0.3.100...0.3.101) - 28 January 2026
|
|
1284
1304
|
|
|
@@ -1566,6 +1586,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1566
1586
|
- style: fix item spacing [kreafox - [`7d4535d`](https://github.com/eea/volto-cca-policy/commit/7d4535dbc486e6cb80fc55d6ac8c7c01d9cf48af)]
|
|
1567
1587
|
- chore: code cleanup [kreafox - [`842419b`](https://github.com/eea/volto-cca-policy/commit/842419b1bce3dc624755c81c9dea672198cab9e2)]
|
|
1568
1588
|
- style: update teaser block styling [kreafox - [`1e0cad8`](https://github.com/eea/volto-cca-policy/commit/1e0cad8e1ed3ae827ee868dce8ad50b292a937ba)]
|
|
1589
|
+
- chore: update Makefile, run yarn i18n [kreafox - [`61e6962`](https://github.com/eea/volto-cca-policy/commit/61e6962901068ae6512265417a730bd9befd65fe)]
|
|
1569
1590
|
- chore: move styling to theme folder [kreafox - [`8cf6a1b`](https://github.com/eea/volto-cca-policy/commit/8cf6a1b8b14abf472a9c61b28db574f6d9e0bd3b)]
|
|
1570
1591
|
- chore: remove ArrayWidget customization [kreafox - [`249bf93`](https://github.com/eea/volto-cca-policy/commit/249bf93054f7726c3d57a8b8ca01b75cd0d30522)]
|
|
1571
1592
|
- chore: remove Footer customization [kreafox - [`7038af3`](https://github.com/eea/volto-cca-policy/commit/7038af37d48a328dfc31746f3fa84973e2f840ab)]
|
|
@@ -4328,10 +4349,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4328
4349
|
- Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
|
|
4329
4350
|
- Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
|
|
4330
4351
|
- Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
|
|
4352
|
+
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
|
|
4353
|
+
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
|
|
4331
4354
|
### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
|
|
4332
4355
|
|
|
4333
4356
|
#### :house: Internal changes
|
|
4334
4357
|
|
|
4358
|
+
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
|
|
4335
4359
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
|
|
4336
4360
|
|
|
4337
4361
|
#### :hammer_and_wrench: Others
|
|
@@ -4348,6 +4372,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4348
4372
|
- Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
|
|
4349
4373
|
- Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
|
|
4350
4374
|
- Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
|
|
4375
|
+
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
|
|
4376
|
+
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
|
|
4377
|
+
- test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
|
|
4351
4378
|
- Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
|
|
4352
4379
|
- 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)]
|
|
4353
4380
|
- Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
|
|
@@ -4564,6 +4591,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4564
4591
|
|
|
4565
4592
|
#### :house: Internal changes
|
|
4566
4593
|
|
|
4594
|
+
- chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
|
|
4567
4595
|
|
|
4568
4596
|
#### :hammer_and_wrench: Others
|
|
4569
4597
|
|
|
@@ -5044,6 +5072,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
5044
5072
|
#### :hammer_and_wrench: Others
|
|
5045
5073
|
|
|
5046
5074
|
- Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
|
|
5075
|
+
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
|
|
5047
5076
|
### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
|
|
5048
5077
|
|
|
5049
5078
|
#### :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"
|
|
@@ -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 "Orodje"
|
|
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 "Verktyg"
|
|
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 "Araç"
|
|
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"
|
package/locales/volto.pot
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
msgid ""
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
|
-
"POT-Creation-Date: 2026-09-
|
|
4
|
+
"POT-Creation-Date: 2026-09-16T07:51:35.558Z\n"
|
|
5
5
|
"Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
6
6
|
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
7
7
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
@@ -395,6 +395,11 @@ msgstr ""
|
|
|
395
395
|
msgid "Cycle"
|
|
396
396
|
msgstr ""
|
|
397
397
|
|
|
398
|
+
#. Default: "Data sources"
|
|
399
|
+
#: components/theme/Views/ExtendedToolView
|
|
400
|
+
msgid "Data sources"
|
|
401
|
+
msgstr ""
|
|
402
|
+
|
|
398
403
|
#. Default: "Date of creation:"
|
|
399
404
|
#: components/theme/Content/Sections/ContentMetadata
|
|
400
405
|
msgid "Date of creation:"
|
|
@@ -1464,6 +1469,11 @@ msgstr ""
|
|
|
1464
1469
|
msgid "Tool"
|
|
1465
1470
|
msgstr ""
|
|
1466
1471
|
|
|
1472
|
+
#. Default: "Tool validation use"
|
|
1473
|
+
#: components/theme/Views/ExtendedToolView
|
|
1474
|
+
msgid "Tool validation use"
|
|
1475
|
+
msgstr ""
|
|
1476
|
+
|
|
1467
1477
|
#. Default: "Tools per country"
|
|
1468
1478
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1469
1479
|
msgid "Tools per country"
|
package/package.json
CHANGED
|
@@ -189,12 +189,9 @@ const NavigatorCatalogueCardItem = (props) => {
|
|
|
189
189
|
</div>
|
|
190
190
|
<div className="catalogue-meta license-type">
|
|
191
191
|
{outputType && (
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
</span>
|
|
196
|
-
<span aria-hidden="true">·</span>
|
|
197
|
-
</>
|
|
192
|
+
<span className="catalogue-output" title={outputType}>
|
|
193
|
+
{intl.formatMessage(messages.typeOfOutput)}: {outputType}
|
|
194
|
+
</span>
|
|
198
195
|
)}
|
|
199
196
|
</div>
|
|
200
197
|
|
|
@@ -35,6 +35,8 @@ const ExtendedToolView = (props) => {
|
|
|
35
35
|
type_of_outputs,
|
|
36
36
|
temporality_of_data,
|
|
37
37
|
tool_available_language,
|
|
38
|
+
data_sources,
|
|
39
|
+
tool_validation_use,
|
|
38
40
|
accessibility_and_usability,
|
|
39
41
|
tool_input,
|
|
40
42
|
tool_output,
|
|
@@ -407,6 +409,40 @@ const ExtendedToolView = (props) => {
|
|
|
407
409
|
/>
|
|
408
410
|
</div>
|
|
409
411
|
)}
|
|
412
|
+
|
|
413
|
+
{data_sources?.length > 0 && (
|
|
414
|
+
<div className="metadata-group">
|
|
415
|
+
<h5>
|
|
416
|
+
<FormattedMessage
|
|
417
|
+
id="Data sources"
|
|
418
|
+
defaultMessage="Data sources"
|
|
419
|
+
/>
|
|
420
|
+
</h5>
|
|
421
|
+
|
|
422
|
+
<MetadataItemList
|
|
423
|
+
asTags
|
|
424
|
+
maxItems={3}
|
|
425
|
+
value={data_sources}
|
|
426
|
+
/>
|
|
427
|
+
</div>
|
|
428
|
+
)}
|
|
429
|
+
|
|
430
|
+
{tool_validation_use?.length > 0 && (
|
|
431
|
+
<div className="metadata-group">
|
|
432
|
+
<h5>
|
|
433
|
+
<FormattedMessage
|
|
434
|
+
id="Tool validation use"
|
|
435
|
+
defaultMessage="Tool validation use"
|
|
436
|
+
/>
|
|
437
|
+
</h5>
|
|
438
|
+
|
|
439
|
+
<MetadataItemList
|
|
440
|
+
asTags
|
|
441
|
+
maxItems={3}
|
|
442
|
+
value={tool_validation_use}
|
|
443
|
+
/>
|
|
444
|
+
</div>
|
|
445
|
+
)}
|
|
410
446
|
</Segment>
|
|
411
447
|
</Grid.Column>
|
|
412
448
|
</Grid.Row>
|
|
@@ -531,10 +531,8 @@ describe('ExtendedToolView', () => {
|
|
|
531
531
|
renderComponent({
|
|
532
532
|
title: 'Climate Tool',
|
|
533
533
|
place_of_implementation: ['Europe'],
|
|
534
|
-
data_sources: ['Satellite'],
|
|
535
534
|
license_status: ['Open source'],
|
|
536
535
|
user_support_provisions: ['Documentation'],
|
|
537
|
-
tool_validation_use: ['Validated'],
|
|
538
536
|
number_of_users_tool: ['More than 1,000'],
|
|
539
537
|
functionality: 4,
|
|
540
538
|
underlying_data_maintenance: 'Updated yearly',
|
|
@@ -542,10 +540,8 @@ describe('ExtendedToolView', () => {
|
|
|
542
540
|
});
|
|
543
541
|
|
|
544
542
|
expect(screen.queryByText('Europe')).not.toBeInTheDocument();
|
|
545
|
-
expect(screen.queryByText('Satellite')).not.toBeInTheDocument();
|
|
546
543
|
expect(screen.queryByText('Open source')).not.toBeInTheDocument();
|
|
547
544
|
expect(screen.queryByText('Documentation')).not.toBeInTheDocument();
|
|
548
|
-
expect(screen.queryByText('Validated')).not.toBeInTheDocument();
|
|
549
545
|
expect(screen.queryByText('More than 1,000')).not.toBeInTheDocument();
|
|
550
546
|
expect(screen.queryByText('4')).not.toBeInTheDocument();
|
|
551
547
|
expect(screen.queryByText('Updated yearly')).not.toBeInTheDocument();
|
|
@@ -576,6 +572,23 @@ describe('ExtendedToolView', () => {
|
|
|
576
572
|
temporality_of_data: [{ title: 'Historical' }, { title: 'Projections' }],
|
|
577
573
|
tool_available_language: [{ title: 'French' }, 'Romanian'],
|
|
578
574
|
intended_user_groups: [{ title: 'Policy makers' }, 'Researchers'],
|
|
575
|
+
data_sources: [
|
|
576
|
+
{
|
|
577
|
+
title: 'Public datasets from external providers',
|
|
578
|
+
token: 'PUBLIC_DATASETS',
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
title: 'Project-generated or processed datasets',
|
|
582
|
+
token: 'PROJECT_GENERATED',
|
|
583
|
+
},
|
|
584
|
+
{ title: 'Mixed sources', token: 'MIXED_SOURCES' },
|
|
585
|
+
],
|
|
586
|
+
tool_validation_use: [
|
|
587
|
+
{
|
|
588
|
+
title: 'Expert validation / reputable institution',
|
|
589
|
+
token: 'EXPERT_VALIDATION',
|
|
590
|
+
},
|
|
591
|
+
],
|
|
579
592
|
accessibility_and_usability: 'Easy to use',
|
|
580
593
|
});
|
|
581
594
|
|
|
@@ -623,6 +636,20 @@ describe('ExtendedToolView', () => {
|
|
|
623
636
|
screen.getByRole('heading', { name: 'Language' }),
|
|
624
637
|
).toBeInTheDocument();
|
|
625
638
|
expect(screen.getByText('French, Romanian')).toBeInTheDocument();
|
|
639
|
+
expect(
|
|
640
|
+
screen.getByRole('heading', { name: 'Data sources' }),
|
|
641
|
+
).toBeInTheDocument();
|
|
642
|
+
expect(
|
|
643
|
+
screen.getByText(
|
|
644
|
+
'Public datasets from external providers, Project-generated or processed datasets, Mixed sources',
|
|
645
|
+
),
|
|
646
|
+
).toBeInTheDocument();
|
|
647
|
+
expect(
|
|
648
|
+
screen.getByRole('heading', { name: 'Tool validation use' }),
|
|
649
|
+
).toBeInTheDocument();
|
|
650
|
+
expect(
|
|
651
|
+
screen.getByText('Expert validation / reputable institution'),
|
|
652
|
+
).toBeInTheDocument();
|
|
626
653
|
expect(
|
|
627
654
|
screen.getByRole('heading', { name: 'User Group' }),
|
|
628
655
|
).toBeInTheDocument();
|
|
@@ -45,34 +45,33 @@ const facets = [
|
|
|
45
45
|
show: 10000,
|
|
46
46
|
isMulti: true,
|
|
47
47
|
},
|
|
48
|
-
geographic_countries,
|
|
49
|
-
language,
|
|
50
48
|
multiTermFacet({
|
|
51
|
-
field: '
|
|
49
|
+
field: 'cca_focus_areas.keyword',
|
|
52
50
|
isFilterable: false,
|
|
53
51
|
isMulti: true,
|
|
54
|
-
label: messages.
|
|
52
|
+
label: messages.focusAreas,
|
|
55
53
|
alwaysVisible: false,
|
|
56
54
|
}),
|
|
57
55
|
multiTermFacet({
|
|
58
|
-
field: '
|
|
56
|
+
field: 'cca_place_of_implementation.keyword',
|
|
59
57
|
isFilterable: false,
|
|
60
58
|
isMulti: true,
|
|
61
|
-
label: messages.
|
|
59
|
+
label: messages.implementationLevel,
|
|
62
60
|
alwaysVisible: false,
|
|
63
61
|
}),
|
|
62
|
+
geographic_countries,
|
|
64
63
|
multiTermFacet({
|
|
65
|
-
field: '
|
|
64
|
+
field: 'cca_adaptation_support_cycle_step.keyword',
|
|
66
65
|
isFilterable: false,
|
|
67
66
|
isMulti: true,
|
|
68
|
-
label: messages.
|
|
67
|
+
label: messages.adaptationSupportCycleStep,
|
|
69
68
|
alwaysVisible: false,
|
|
70
69
|
}),
|
|
71
70
|
multiTermFacet({
|
|
72
|
-
field: '
|
|
71
|
+
field: 'cca_type_of_outputs.keyword',
|
|
73
72
|
isFilterable: false,
|
|
74
73
|
isMulti: true,
|
|
75
|
-
label: messages.
|
|
74
|
+
label: messages.typeOfOutputs,
|
|
76
75
|
alwaysVisible: false,
|
|
77
76
|
}),
|
|
78
77
|
multiTermFacet({
|
|
@@ -82,6 +81,7 @@ const facets = [
|
|
|
82
81
|
label: messages.adaptationApproaches,
|
|
83
82
|
alwaysVisible: false,
|
|
84
83
|
}),
|
|
84
|
+
language,
|
|
85
85
|
];
|
|
86
86
|
|
|
87
87
|
export default facets;
|
|
@@ -703,6 +703,14 @@
|
|
|
703
703
|
gap: 0.7em;
|
|
704
704
|
}
|
|
705
705
|
|
|
706
|
+
.catalogue-output {
|
|
707
|
+
display: inline-block;
|
|
708
|
+
overflow: hidden;
|
|
709
|
+
max-width: 500px;
|
|
710
|
+
text-overflow: ellipsis;
|
|
711
|
+
white-space: nowrap;
|
|
712
|
+
}
|
|
713
|
+
|
|
706
714
|
.navigator-catalogue-cycle-elements {
|
|
707
715
|
gap: 0.25rem;
|
|
708
716
|
}
|