@eeacms/volto-cca-policy 1.0.26 → 1.0.28
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 +155 -1
- 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/NavigatorCatalogueContentView.jsx +26 -1
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.jsx +9 -6
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.test.jsx +50 -0
- package/src/components/Search/NavigatorCatalogue/utils.js +22 -0
- package/theme/globals/navigator.less +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,21 @@ 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.28](https://github.com/eea/volto-cca-policy/compare/1.0.27...1.0.28) - 22 September 2026
|
|
8
|
+
|
|
9
|
+
#### :rocket: New Features
|
|
10
|
+
|
|
11
|
+
- feat(navigator): add result count display for tools in catalogue - refs #304610 [kreafox - [`bc6c1bf`](https://github.com/eea/volto-cca-policy/commit/bc6c1bf246bd33f28a8871c1c2a7e9ac16e127db)]
|
|
12
|
+
|
|
13
|
+
#### :hammer_and_wrench: Others
|
|
14
|
+
|
|
15
|
+
- core(i18n): update locales [kreafox - [`0d0c37b`](https://github.com/eea/volto-cca-policy/commit/0d0c37bc3a0c8bebff215694483c28dd7864a498)]
|
|
16
|
+
### [1.0.27](https://github.com/eea/volto-cca-policy/compare/1.0.26...1.0.27) - 21 September 2026
|
|
17
|
+
|
|
18
|
+
#### :bug: Bug Fixes
|
|
19
|
+
|
|
20
|
+
- fix(navigator): country filtering on map view - refs #304610 [kreafox - [`2b8c52d`](https://github.com/eea/volto-cca-policy/commit/2b8c52dee15ed7a43a90eb2214db6557d7d3c964)]
|
|
21
|
+
|
|
7
22
|
### [1.0.26](https://github.com/eea/volto-cca-policy/compare/1.0.25...1.0.26) - 21 September 2026
|
|
8
23
|
|
|
9
24
|
#### :rocket: New Features
|
|
@@ -461,12 +476,139 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
461
476
|
|
|
462
477
|
#### :house: Internal changes
|
|
463
478
|
|
|
479
|
+
- chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
|
|
464
480
|
|
|
465
481
|
#### :hammer_and_wrench: Others
|
|
466
482
|
|
|
467
483
|
- test: pin Chromium version 149 to work with Cypress [valentinab25 - [`659ec82`](https://github.com/eea/volto-cca-policy/commit/659ec823dd71fe592a3a7accda22effbe1fb07bc)]
|
|
468
|
-
## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.
|
|
484
|
+
## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.28...1.0.0) - 12 June 2026
|
|
485
|
+
|
|
486
|
+
### [1.0.0-alpha.28](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.27...1.0.0-alpha.28) - 21 September 2026
|
|
487
|
+
|
|
488
|
+
#### :rocket: New Features
|
|
489
|
+
|
|
490
|
+
- feat(navigator): implement TagOverflowPopup component and replace Popup in navigator [kreafox - [`91d7774`](https://github.com/eea/volto-cca-policy/commit/91d7774c16b537fd8fb579603d6d169d2bb1fb37)]
|
|
491
|
+
- feat(navigator): implement TagOverflowPopup component and replace Popup in navigator [kreafox - [`42a66c8`](https://github.com/eea/volto-cca-policy/commit/42a66c826f2e19ebd0102fc05a2df5ccd1648f14)]
|
|
492
|
+
- feat: add keywords to NavigatorCatalogueCardItem - refs #304610 [kreafox - [`a9bb56c`](https://github.com/eea/volto-cca-policy/commit/a9bb56c936722f2cb6cd02e8720a3a63f3c5449f)]
|
|
493
|
+
- feat: add keywords to NavigatorCatalogueCardItem - refs #304610 [kreafox - [`59b7ffa`](https://github.com/eea/volto-cca-policy/commit/59b7ffab2491e9fc2f42b19b59cce05c7fef3552)]
|
|
494
|
+
- feat: add data sources and tool validation use sections to ExtendedToolView - refs #304611 [kreafox - [`c942834`](https://github.com/eea/volto-cca-policy/commit/c94283422769d56c513da94f8cf233d25d49b29c)]
|
|
495
|
+
- feat: add data sources and tool validation use sections to ExtendedToolView - refs #304611 [kreafox - [`44c0511`](https://github.com/eea/volto-cca-policy/commit/44c0511893eb16970466c52bbd94e01a79bd4685)]
|
|
496
|
+
- feat: enhance comparison table with new output type and adaptation support cycle step features [kreafox - [`e8e9069`](https://github.com/eea/volto-cca-policy/commit/e8e90690eaf2dd03199f3283bd28c273e11df535)]
|
|
497
|
+
- feat: enhance comparison table with new output type and adaptation support cycle step features [kreafox - [`40e56ad`](https://github.com/eea/volto-cca-policy/commit/40e56adb144e283ce18bf36e87db5c36f286ab9c)]
|
|
498
|
+
- feat: replace Cities label with Municipalities & other [Tiberiu Ichim - [`7e6a61c`](https://github.com/eea/volto-cca-policy/commit/7e6a61c17bf8f97f9c7427a59cce88d80bd1c0d1)]
|
|
499
|
+
- feat: replace Cities label with Municipalities & other [Tiberiu Ichim - [`91953c8`](https://github.com/eea/volto-cca-policy/commit/91953c83251fd16274709a3dce7e9b7308e0a3d4)]
|
|
500
|
+
- feat: display geographic coverage in categorized tags with Cities label [Tiberiu Ichim - [`e31ce8b`](https://github.com/eea/volto-cca-policy/commit/e31ce8b62a642f021a61122983e1b646837069bb)]
|
|
501
|
+
- feat: display geographic coverage in categorized tags with Cities label [Tiberiu Ichim - [`a5c1f29`](https://github.com/eea/volto-cca-policy/commit/a5c1f2956f83c7204bfaab34b0daae60ba1807bf)]
|
|
502
|
+
- feat: implement ToolThumbnail component and integrate it across various views [kreafox - [`74acc26`](https://github.com/eea/volto-cca-policy/commit/74acc261ab1fced38aaa3ae5efdb5ed63ad292fd)]
|
|
503
|
+
- feat: implement ToolThumbnail component and integrate it across various views [kreafox - [`edd3087`](https://github.com/eea/volto-cca-policy/commit/edd3087830076efa968ef42d1ec99efa42010cd5)]
|
|
504
|
+
- feat(navigator): add back to search link on tool view; code refactoring & cleanup - refs #304608 [kreafox - [`b3b6137`](https://github.com/eea/volto-cca-policy/commit/b3b613731e40162b763fc0dd6fc68434f2807876)]
|
|
505
|
+
- feat(navigator): add back to search link on tool view; code refactoring & cleanup - refs #304608 [kreafox - [`b80edc4`](https://github.com/eea/volto-cca-policy/commit/b80edc476f073a4023a06759765cb1ed1da874eb)]
|
|
506
|
+
- feat: enhance CompareToolsView with new comparison options and styling [kreafox - [`1681c3d`](https://github.com/eea/volto-cca-policy/commit/1681c3d09a0a7a77659619a9b5a60e50b1907315)]
|
|
507
|
+
- feat: enhance CompareToolsView with new comparison options and styling [kreafox - [`a912b50`](https://github.com/eea/volto-cca-policy/commit/a912b5006af55aefbd024b494cd9c810bfb22684)]
|
|
508
|
+
- feat: add MetadataTags component to display tool output types - refs #304612 [kreafox - [`0c2ce3f`](https://github.com/eea/volto-cca-policy/commit/0c2ce3f3252583c9e30dd05184dd117acae26b06)]
|
|
509
|
+
- feat: add MetadataTags component to display tool output types - refs #304612 [kreafox - [`da36a73`](https://github.com/eea/volto-cca-policy/commit/da36a7340da0d36a807b619e1da57d246b11b07d)]
|
|
510
|
+
- feat: implement suggested next steps callout in catalogue chatbot [Tiberiu Ichim - [`dcb6b75`](https://github.com/eea/volto-cca-policy/commit/dcb6b754875cd01dc07315ad25cc2e46d95b0897)]
|
|
511
|
+
- feat: implement suggested next steps callout in catalogue chatbot [Tiberiu Ichim - [`ec91671`](https://github.com/eea/volto-cca-policy/commit/ec91671e11f232e59431a26108d82f342f439fef)]
|
|
512
|
+
- feat: match chatbot document cards to navigator catalogue cards [Tiberiu Ichim - [`473a8a7`](https://github.com/eea/volto-cca-policy/commit/473a8a7726544cf41f35bbaa466aae7a5d9f973f)]
|
|
513
|
+
- feat: match chatbot document cards to navigator catalogue cards [Tiberiu Ichim - [`39b21c0`](https://github.com/eea/volto-cca-policy/commit/39b21c071d7e7943dffdb6a9fcdf2dcb61a92601)]
|
|
514
|
+
- feat: register CCA 'catalogue' chatbot presentation variation [Tiberiu Ichim - [`1eb8690`](https://github.com/eea/volto-cca-policy/commit/1eb86902968225d20a77c6aa99488ca957c52b2d)]
|
|
469
515
|
|
|
516
|
+
#### :bug: Bug Fixes
|
|
517
|
+
|
|
518
|
+
- fix(navigator): rename adaptation support cycle step and improve guide me layout [kreafox - [`f17db41`](https://github.com/eea/volto-cca-policy/commit/f17db41d64b89692c43839c2728be6d486f4b7a3)]
|
|
519
|
+
- fix(navigator): rename adaptation support cycle step and improve guide me layout [kreafox - [`2806e1b`](https://github.com/eea/volto-cca-policy/commit/2806e1b258dc3b1172c21a567f5d76328d855bb9)]
|
|
520
|
+
- fix(navigator): update climate impacts to climate hazards - refs #304609 [kreafox - [`dbc018d`](https://github.com/eea/volto-cca-policy/commit/dbc018d835bf7df171ababa939dfbdeca4582c96)]
|
|
521
|
+
- fix(navigator): update climate impacts to climate hazards - refs #304609 [kreafox - [`cf2af49`](https://github.com/eea/volto-cca-policy/commit/cf2af49836f3b5a1b33621ae29650b14fb38c078)]
|
|
522
|
+
- fix: unwrap accidental code blocks and add resilience against varied assistant formats [Tiberiu Ichim - [`fb2cac4`](https://github.com/eea/volto-cca-policy/commit/fb2cac43dd58904a614892fc66ae6a0b0426047f)]
|
|
523
|
+
- fix: unwrap accidental code blocks and add resilience against varied assistant formats [Tiberiu Ichim - [`b245de7`](https://github.com/eea/volto-cca-policy/commit/b245de770a2e6d9a5741d240dc6649d2df7674bc)]
|
|
524
|
+
- fix: hide document card when Elasticsearch lookup returns empty or not found [Tiberiu Ichim - [`36090bd`](https://github.com/eea/volto-cca-policy/commit/36090bdab5a3cf2bba6f1887738566ffb74b4a1a)]
|
|
525
|
+
- fix: hide document card when Elasticsearch lookup returns empty or not found [Tiberiu Ichim - [`6acb0ac`](https://github.com/eea/volto-cca-policy/commit/6acb0acf1ad558cf259a61ed25c6860a08edc1ee)]
|
|
526
|
+
- fix: make catalogue cards and date formatting resilient against malformed data [Tiberiu Ichim - [`1bd25f7`](https://github.com/eea/volto-cca-policy/commit/1bd25f7fd5c457e90ebe2a3f564883b7b9dfd5ee)]
|
|
527
|
+
- fix: make catalogue cards and date formatting resilient against malformed data [Tiberiu Ichim - [`858ec4e`](https://github.com/eea/volto-cca-policy/commit/858ec4e2b7c8857ec43f080b9f5368e50bad40d4)]
|
|
528
|
+
- fix: cleanup NavigatorCatalogueCardItem [kreafox - [`0b79858`](https://github.com/eea/volto-cca-policy/commit/0b798589e4b233ee227c194b8bcff517f29803a0)]
|
|
529
|
+
- fix: cleanup NavigatorCatalogueCardItem [kreafox - [`c60ee16`](https://github.com/eea/volto-cca-policy/commit/c60ee16b3f28446519d9df08af4fbd9a7a2a4e00)]
|
|
530
|
+
- fix: reorder facets [kreafox - [`2869658`](https://github.com/eea/volto-cca-policy/commit/2869658869f9a72825f2929ea4cb8c86d5251ff3)]
|
|
531
|
+
- fix: reorder facets [kreafox - [`7855ec7`](https://github.com/eea/volto-cca-policy/commit/7855ec769dc80f768057744c7e9d07fa55c91253)]
|
|
532
|
+
- fix: update message for type of outputs [kreafox - [`f1fefaf`](https://github.com/eea/volto-cca-policy/commit/f1fefaf5480ece7f1c1438b78bd20bdf1b7b6081)]
|
|
533
|
+
- fix: update message for type of outputs [kreafox - [`d38c08d`](https://github.com/eea/volto-cca-policy/commit/d38c08df16ac8a525daa93f891424c8f1ee9058c)]
|
|
534
|
+
- fix: update facets for navigator catalogue - refs #304610 [kreafox - [`1c8dafe`](https://github.com/eea/volto-cca-policy/commit/1c8dafede702fab80a2f99e6011a87b3f2f37a6f)]
|
|
535
|
+
- fix: update facets for navigator catalogue - refs #304610 [kreafox - [`ebf57a9`](https://github.com/eea/volto-cca-policy/commit/ebf57a916ba9f50ba2df99f01e867f2dc34c42b1)]
|
|
536
|
+
- fix: update language availability in ExtendedToolView test [kreafox - [`187dbd9`](https://github.com/eea/volto-cca-policy/commit/187dbd98d41d95245ee7ea61186d99371bcac46e)]
|
|
537
|
+
- fix: update language availability in ExtendedToolView test [kreafox - [`021b3a1`](https://github.com/eea/volto-cca-policy/commit/021b3a10d12f21e3a3583f2648dfbd5fad5274dd)]
|
|
538
|
+
- fix: language logic in ExtendedToolView [kreafox - [`36eac5e`](https://github.com/eea/volto-cca-policy/commit/36eac5ecfdfbcd76e2d5eeaf8ce0ad09db346273)]
|
|
539
|
+
- fix: language logic in ExtendedToolView [kreafox - [`6da806f`](https://github.com/eea/volto-cca-policy/commit/6da806ffa59c419226540212e404b65f11923b62)]
|
|
540
|
+
- fix: update output label in NavigatorCatalogueCardItem test [kreafox - [`eee2262`](https://github.com/eea/volto-cca-policy/commit/eee226269aea8b3b361729b660a18b00eae8fad7)]
|
|
541
|
+
- fix: update output label in NavigatorCatalogueCardItem test [kreafox - [`2b62f2d`](https://github.com/eea/volto-cca-policy/commit/2b62f2d163a7fa8ba849995450148e08d1284977)]
|
|
542
|
+
- fix: eliminate regex backtracking / ReDoS vulnerabilities flagged by SonarQube [Tiberiu Ichim - [`3912a78`](https://github.com/eea/volto-cca-policy/commit/3912a78bbd26ba477f7cd92abc4787fa642dff37)]
|
|
543
|
+
- fix: eliminate regex backtracking / ReDoS vulnerabilities flagged by SonarQube [Tiberiu Ichim - [`728ef5f`](https://github.com/eea/volto-cca-policy/commit/728ef5f63dc1ae07881f647963347c99a83bd019)]
|
|
544
|
+
- fix: tolerate older chatbot without ChatMessageContext export [Tiberiu Ichim - [`d57a601`](https://github.com/eea/volto-cca-policy/commit/d57a6011ebd5c43f3780d4d0efbd33c11adbe109)]
|
|
545
|
+
- fix: tolerate older chatbot without ChatMessageContext export [Tiberiu Ichim - [`be7f1d0`](https://github.com/eea/volto-cca-policy/commit/be7f1d06f70cdae46bcb532cae170fba6c3e9adb)]
|
|
546
|
+
- fix: let eslint alias resolver resolve .ts/.tsx entrypoints (chatbot deep imports) [Tiberiu Ichim - [`10d549f`](https://github.com/eea/volto-cca-policy/commit/10d549f9b0190829e4b8180267894f3b7bb807a6)]
|
|
547
|
+
- fix: let eslint alias resolver resolve .ts/.tsx entrypoints (chatbot deep imports) [Tiberiu Ichim - [`a007606`](https://github.com/eea/volto-cca-policy/commit/a007606cf127183fb2830e02f18c18f0a85d1137)]
|
|
548
|
+
- fix: declare @eeacms/volto-eea-chatbot dependency (CI lint resolution) [Tiberiu Ichim - [`b06c30d`](https://github.com/eea/volto-cca-policy/commit/b06c30d284e17a4ab5768e7819981f6ec1327e78)]
|
|
549
|
+
- fix: declare @eeacms/volto-eea-chatbot dependency (CI lint resolution) [Tiberiu Ichim - [`dcb9759`](https://github.com/eea/volto-cca-policy/commit/dcb9759c97a7585e4c3e309fbe382767c8c276be)]
|
|
550
|
+
- fix: align the "Compare" checkbox label in chat doc cards [Tiberiu Ichim - [`74b12c4`](https://github.com/eea/volto-cca-policy/commit/74b12c45899568c8f937e91c6e367dbe7c9b5cb0)]
|
|
551
|
+
- fix: align the "Compare" checkbox label in chat doc cards [Tiberiu Ichim - [`f00333c`](https://github.com/eea/volto-cca-policy/commit/f00333c735f94b587a2f03fcf4794036caafd59b)]
|
|
552
|
+
- fix: style chat doc cards & robust marker matching [Tiberiu Ichim - [`97e8e6e`](https://github.com/eea/volto-cca-policy/commit/97e8e6e05d5822b2c3f8cc8c2a9f96f57493b395)]
|
|
553
|
+
- fix: style chat doc cards & robust marker matching [Tiberiu Ichim - [`2eede11`](https://github.com/eea/volto-cca-policy/commit/2eede11a5c9f4b0f309fe2b3cc3c6470d1a4606f)]
|
|
554
|
+
|
|
555
|
+
#### :nail_care: Enhancements
|
|
556
|
+
|
|
557
|
+
- refactor: update import paths for ToolThumbnail and TagOverflowPopup components [kreafox - [`3bfae07`](https://github.com/eea/volto-cca-policy/commit/3bfae075953f4cb780e269f00f4dbcfee5e3d97b)]
|
|
558
|
+
- refactor: update import paths for ToolThumbnail and TagOverflowPopup components [kreafox - [`c174abe`](https://github.com/eea/volto-cca-policy/commit/c174abeafcfb8040e43cb496a3f0b10747c057a8)]
|
|
559
|
+
- refactor(navigator): consolidate ToolThumbnail import paths and update related components [kreafox - [`e12415b`](https://github.com/eea/volto-cca-policy/commit/e12415b21408fd0b737b63bd5f041d2079241713)]
|
|
560
|
+
- refactor(navigator): consolidate ToolThumbnail import paths and update related components [kreafox - [`5996b0b`](https://github.com/eea/volto-cca-policy/commit/5996b0b28814cb24c4167d9eb72cf6c632eb2a36)]
|
|
561
|
+
- change: update NavigatorCatalogueCardItem [kreafox - [`798af4c`](https://github.com/eea/volto-cca-policy/commit/798af4c3f50d4e53504e709db2496415b8557f2a)]
|
|
562
|
+
- change: update NavigatorCatalogueCardItem [kreafox - [`2e2f6d6`](https://github.com/eea/volto-cca-policy/commit/2e2f6d632ecf1e03aa8615da9376c24efb74d472)]
|
|
563
|
+
- change: comparison table export by removing unused fields and improve export functionality [kreafox - [`97b3da6`](https://github.com/eea/volto-cca-policy/commit/97b3da624f550b91c0a9c52a4af13ef2ac084d62)]
|
|
564
|
+
- change: comparison table export by removing unused fields and improve export functionality [kreafox - [`f9ee0f7`](https://github.com/eea/volto-cca-policy/commit/f9ee0f74d02153b9a233ef13264c026503534038)]
|
|
565
|
+
- change: update comparison options handling and enhance tests for adaptation support cycle steps [kreafox - [`35f8d69`](https://github.com/eea/volto-cca-policy/commit/35f8d695499673e5d16de709a81ec6b90289e0c4)]
|
|
566
|
+
- change: update comparison options handling and enhance tests for adaptation support cycle steps [kreafox - [`fc2736b`](https://github.com/eea/volto-cca-policy/commit/fc2736b293e938b3e13367d96d3c8158c5435f49)]
|
|
567
|
+
- change: remove sectors from CompareToolsView - refs #304612 [kreafox - [`9cab307`](https://github.com/eea/volto-cca-policy/commit/9cab307272f6946eef1ccf1f8667f283a3e92c4f)]
|
|
568
|
+
- change: remove sectors from CompareToolsView - refs #304612 [kreafox - [`9b9352f`](https://github.com/eea/volto-cca-policy/commit/9b9352fa116a951ceef64511bc7c75779a7f0ec4)]
|
|
569
|
+
- perf: stop doc-card flicker while the answer streams [Tiberiu Ichim - [`a38e36a`](https://github.com/eea/volto-cca-policy/commit/a38e36ab09667906f7c6a7cbb3aad02672b70560)]
|
|
570
|
+
- perf: stop doc-card flicker while the answer streams [Tiberiu Ichim - [`5f5761c`](https://github.com/eea/volto-cca-policy/commit/5f5761c9534d1c64fc222510a0bacb5cd25ade68)]
|
|
571
|
+
- refactor: base catalogue chat on the classic ChatWindow [Tiberiu Ichim - [`041e413`](https://github.com/eea/volto-cca-policy/commit/041e413cedfdeab25a7057f107318509fa367cb4)]
|
|
572
|
+
- refactor: base catalogue chat on the classic ChatWindow [Tiberiu Ichim - [`2511c11`](https://github.com/eea/volto-cca-policy/commit/2511c115b9ee4b825293e08501f3d989ad07b5b3)]
|
|
573
|
+
|
|
574
|
+
#### :house: Internal changes
|
|
575
|
+
|
|
576
|
+
- style: Automated code fix [eea-jenkins - [`af23c35`](https://github.com/eea/volto-cca-policy/commit/af23c35cc35b36a59faad79eb1b66f195ce25b4f)]
|
|
577
|
+
- style: Automated code fix [eea-jenkins - [`851dcd2`](https://github.com/eea/volto-cca-policy/commit/851dcd27a6fd162e723b2e6e8fe542d8ab3bc8d1)]
|
|
578
|
+
- style: Automated code fix [eea-jenkins - [`50d996e`](https://github.com/eea/volto-cca-policy/commit/50d996efb4b0c561168c90a8bb83ec0d6be76127)]
|
|
579
|
+
- chore: require @eeacms/volto-eea-chatbot ^4.1.0 (block presentation variations) [Tiberiu Ichim - [`15925d8`](https://github.com/eea/volto-cca-policy/commit/15925d8b51928425e70d45572a78c3f4a1bf42c0)]
|
|
580
|
+
- chore: require @eeacms/volto-eea-chatbot ^4.1.0 (block presentation variations) [Tiberiu Ichim - [`03a9fa3`](https://github.com/eea/volto-cca-policy/commit/03a9fa3b538429b81667300ebcac3130f9103092)]
|
|
581
|
+
|
|
582
|
+
#### :hammer_and_wrench: Others
|
|
583
|
+
|
|
584
|
+
- merge [iugin - [`6c7c54d`](https://github.com/eea/volto-cca-policy/commit/6c7c54d47e2064db19098b11bd5da18416f3dffd)]
|
|
585
|
+
- merge [iugin - [`989f61f`](https://github.com/eea/volto-cca-policy/commit/989f61f281f139ecebfdc8138fd5783b410d9144)]
|
|
586
|
+
- Refs #296263 - updates [iugin - [`29a36fc`](https://github.com/eea/volto-cca-policy/commit/29a36fc9986fa7346b67c74f6e74b713e8bea13e)]
|
|
587
|
+
- merge [iugin - [`61f3ecf`](https://github.com/eea/volto-cca-policy/commit/61f3ecff6b209d59f9b4d9ce24aff4012de34280)]
|
|
588
|
+
- core(i18n): cleanup files [kreafox - [`65f9a12`](https://github.com/eea/volto-cca-policy/commit/65f9a12058ff0f3686e522c364b92109feaead0c)]
|
|
589
|
+
- core(i18n): cleanup files [kreafox - [`5dae87b`](https://github.com/eea/volto-cca-policy/commit/5dae87b84da0f91e4f9c5f5c811b3c97272c8231)]
|
|
590
|
+
- core(i18n): add new entries to localization files [kreafox - [`5df3b8c`](https://github.com/eea/volto-cca-policy/commit/5df3b8ce01fde6afbbb319e6c21600f2da71d626)]
|
|
591
|
+
- core(i18n): add new entries to localization files [kreafox - [`415e58a`](https://github.com/eea/volto-cca-policy/commit/415e58ae2dbada7cbf1be210051c2c29eb385f1a)]
|
|
592
|
+
- core: update locales [kreafox - [`7bb7288`](https://github.com/eea/volto-cca-policy/commit/7bb728822ad08c3ce9d71e0dcc566efd10285bd1)]
|
|
593
|
+
- core: update locales [kreafox - [`e3a5b7b`](https://github.com/eea/volto-cca-policy/commit/e3a5b7bdf389dcc56a27db9a63997207c65ac7c7)]
|
|
594
|
+
- test: improve test readability and structure in Compare Tools utilities [kreafox - [`0f33efc`](https://github.com/eea/volto-cca-policy/commit/0f33efc3eb1e5ac510386b70dc1d3700526745e1)]
|
|
595
|
+
- test: improve test readability and structure in Compare Tools utilities [kreafox - [`b6fc550`](https://github.com/eea/volto-cca-policy/commit/b6fc550db8f3ddbadf093c56596968caf94900ad)]
|
|
596
|
+
- i18n: sync locales after merge [Tiberiu Ichim - [`35dceda`](https://github.com/eea/volto-cca-policy/commit/35dcedaee53b9484d8abdfd9de7afe93ba1ad587)]
|
|
597
|
+
- i18n: sync locales after merge [Tiberiu Ichim - [`39a90e9`](https://github.com/eea/volto-cca-policy/commit/39a90e97c4f9e0469fe3dafa5ee3f9d4fc4af2a5)]
|
|
598
|
+
- i18n: update locales for Municipalities & other message [Tiberiu Ichim - [`d9a35cd`](https://github.com/eea/volto-cca-policy/commit/d9a35cdc43b43f9b05ca89d6c4fd59f5d62f8a7b)]
|
|
599
|
+
- i18n: update locales for Municipalities & other message [Tiberiu Ichim - [`24e4993`](https://github.com/eea/volto-cca-policy/commit/24e49939a45432daaabd1777fda65cd9e380faf5)]
|
|
600
|
+
- i18n: update locales for Cities message [Tiberiu Ichim - [`0c3c6a6`](https://github.com/eea/volto-cca-policy/commit/0c3c6a682a54e4aad7fbc04a1ca1d87b06d5ab59)]
|
|
601
|
+
- i18n: update locales for Cities message [Tiberiu Ichim - [`4114fc6`](https://github.com/eea/volto-cca-policy/commit/4114fc64a3ba6805cbc243fd1a59e4ae214fec09)]
|
|
602
|
+
- test: update image display style assertions in tests for NavigatorCatalogueCardItem and ToolThumbnail components [kreafox - [`b971b61`](https://github.com/eea/volto-cca-policy/commit/b971b617df9fac6b6a755ba644cab0ad45019a5c)]
|
|
603
|
+
- test: update image display style assertions in tests for NavigatorCatalogueCardItem and ToolThumbnail components [kreafox - [`24e1437`](https://github.com/eea/volto-cca-policy/commit/24e14375674dca5e73d8919eb4578d1c184db21a)]
|
|
604
|
+
- test: remove sectors from CompareToolsView accessibility tests [kreafox - [`dee16ab`](https://github.com/eea/volto-cca-policy/commit/dee16abd5e50e5d7796d61c2566115c7a775906a)]
|
|
605
|
+
- test: remove sectors from CompareToolsView accessibility tests [kreafox - [`b3df4e2`](https://github.com/eea/volto-cca-policy/commit/b3df4e21aa79c6d9c726ad498fee2ce9af7f17a0)]
|
|
606
|
+
- test: add unit tests for the chatbot catalogue variation [Tiberiu Ichim - [`3d4bd39`](https://github.com/eea/volto-cca-policy/commit/3d4bd397bfd435e446e85ab1b23d5f4f30c92be8)]
|
|
607
|
+
- test: add unit tests for the chatbot catalogue variation [Tiberiu Ichim - [`67025f9`](https://github.com/eea/volto-cca-policy/commit/67025f92ba74bade06bcca26fcd8e11bd2825efa)]
|
|
608
|
+
- perf: stop doc-card flicker while the answer streams [Tiberiu Ichim - [`a38e36a`](https://github.com/eea/volto-cca-policy/commit/a38e36ab09667906f7c6a7cbb3aad02672b70560)]
|
|
609
|
+
- perf: stop doc-card flicker while the answer streams [Tiberiu Ichim - [`5f5761c`](https://github.com/eea/volto-cca-policy/commit/5f5761c9534d1c64fc222510a0bacb5cd25ade68)]
|
|
610
|
+
- fix+feat: catalogue presentation — live streaming, block data, document cards [Tiberiu Ichim - [`d7337d4`](https://github.com/eea/volto-cca-policy/commit/d7337d4301ecc90b419d71e4ddf1683107367322)]
|
|
611
|
+
- fix+feat: catalogue presentation — live streaming, block data, document cards [Tiberiu Ichim - [`e1a9f7a`](https://github.com/eea/volto-cca-policy/commit/e1a9f7a8eaacbf850b3069f34716b12ad1af0a8d)]
|
|
470
612
|
### [1.0.0-alpha.27](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.26...1.0.0-alpha.27) - 31 August 2026
|
|
471
613
|
|
|
472
614
|
#### :hammer_and_wrench: Others
|
|
@@ -791,6 +933,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
791
933
|
|
|
792
934
|
#### :house: Internal changes
|
|
793
935
|
|
|
936
|
+
- chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
|
|
794
937
|
|
|
795
938
|
#### :hammer_and_wrench: Others
|
|
796
939
|
|
|
@@ -1327,6 +1470,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1327
1470
|
|
|
1328
1471
|
#### :house: Internal changes
|
|
1329
1472
|
|
|
1473
|
+
- chore: [JENKINSFILE] add package version in sonarqube [valentinab25 - [`e901251`](https://github.com/eea/volto-cca-policy/commit/e901251592eb54609fbc7eb8fcf7bd452c2da9cd)]
|
|
1330
1474
|
|
|
1331
1475
|
### [0.3.102](https://github.com/eea/volto-cca-policy/compare/0.3.101...0.3.102) - 24 February 2026
|
|
1332
1476
|
|
|
@@ -1336,6 +1480,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1336
1480
|
|
|
1337
1481
|
#### :house: Internal changes
|
|
1338
1482
|
|
|
1483
|
+
- chore: [JENKINSFILE] use sonarqube branches [EEA Jenkins - [`8b3699a`](https://github.com/eea/volto-cca-policy/commit/8b3699a6cbaef662b5e80884ac2c1f7dc9c6591e)]
|
|
1339
1484
|
|
|
1340
1485
|
### [0.3.101](https://github.com/eea/volto-cca-policy/compare/0.3.100...0.3.101) - 28 January 2026
|
|
1341
1486
|
|
|
@@ -1623,6 +1768,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1623
1768
|
- style: fix item spacing [kreafox - [`7d4535d`](https://github.com/eea/volto-cca-policy/commit/7d4535dbc486e6cb80fc55d6ac8c7c01d9cf48af)]
|
|
1624
1769
|
- chore: code cleanup [kreafox - [`842419b`](https://github.com/eea/volto-cca-policy/commit/842419b1bce3dc624755c81c9dea672198cab9e2)]
|
|
1625
1770
|
- style: update teaser block styling [kreafox - [`1e0cad8`](https://github.com/eea/volto-cca-policy/commit/1e0cad8e1ed3ae827ee868dce8ad50b292a937ba)]
|
|
1771
|
+
- chore: update Makefile, run yarn i18n [kreafox - [`61e6962`](https://github.com/eea/volto-cca-policy/commit/61e6962901068ae6512265417a730bd9befd65fe)]
|
|
1626
1772
|
- chore: move styling to theme folder [kreafox - [`8cf6a1b`](https://github.com/eea/volto-cca-policy/commit/8cf6a1b8b14abf472a9c61b28db574f6d9e0bd3b)]
|
|
1627
1773
|
- chore: remove ArrayWidget customization [kreafox - [`249bf93`](https://github.com/eea/volto-cca-policy/commit/249bf93054f7726c3d57a8b8ca01b75cd0d30522)]
|
|
1628
1774
|
- chore: remove Footer customization [kreafox - [`7038af3`](https://github.com/eea/volto-cca-policy/commit/7038af37d48a328dfc31746f3fa84973e2f840ab)]
|
|
@@ -4385,10 +4531,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4385
4531
|
- Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
|
|
4386
4532
|
- Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
|
|
4387
4533
|
- Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
|
|
4534
|
+
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
|
|
4535
|
+
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
|
|
4388
4536
|
### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
|
|
4389
4537
|
|
|
4390
4538
|
#### :house: Internal changes
|
|
4391
4539
|
|
|
4540
|
+
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
|
|
4392
4541
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
|
|
4393
4542
|
|
|
4394
4543
|
#### :hammer_and_wrench: Others
|
|
@@ -4405,6 +4554,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4405
4554
|
- Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
|
|
4406
4555
|
- Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
|
|
4407
4556
|
- Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
|
|
4557
|
+
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
|
|
4558
|
+
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
|
|
4559
|
+
- test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
|
|
4408
4560
|
- Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
|
|
4409
4561
|
- 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)]
|
|
4410
4562
|
- Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
|
|
@@ -4621,6 +4773,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
4621
4773
|
|
|
4622
4774
|
#### :house: Internal changes
|
|
4623
4775
|
|
|
4776
|
+
- chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
|
|
4624
4777
|
|
|
4625
4778
|
#### :hammer_and_wrench: Others
|
|
4626
4779
|
|
|
@@ -5101,6 +5254,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
5101
5254
|
#### :hammer_and_wrench: Others
|
|
5102
5255
|
|
|
5103
5256
|
- Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
|
|
5257
|
+
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
|
|
5104
5258
|
### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
|
|
5105
5259
|
|
|
5106
5260
|
#### :hammer_and_wrench: Others
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
|
@@ -1738,7 +1738,17 @@ msgstr ""
|
|
|
1738
1738
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1739
1739
|
msgstr ""
|
|
1740
1740
|
|
|
1741
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1742
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1743
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
msgstr ""
|
|
1745
|
+
|
|
1741
1746
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1742
1747
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1743
1748
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
msgstr ""
|
|
1750
|
+
|
|
1751
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1752
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1753
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
msgstr ""
|
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-22T11:58:59.754Z\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"
|
|
@@ -1740,7 +1740,17 @@ msgstr ""
|
|
|
1740
1740
|
msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
|
|
1741
1741
|
msgstr ""
|
|
1742
1742
|
|
|
1743
|
+
#. Default: "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1744
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1745
|
+
msgid "{count, plural, one {tool in the catalogue} other {tools in the catalogue}}"
|
|
1746
|
+
msgstr ""
|
|
1747
|
+
|
|
1743
1748
|
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1744
1749
|
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1745
1750
|
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1746
1751
|
msgstr ""
|
|
1752
|
+
|
|
1753
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1754
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1755
|
+
msgid "{count, plural, one {tool matches} other {tools match}} \"{searchTerm}\""
|
|
1756
|
+
msgstr ""
|
package/package.json
CHANGED
|
@@ -55,6 +55,16 @@ const messages = defineMessages({
|
|
|
55
55
|
id: 'Active filters are always shown in edit mode',
|
|
56
56
|
defaultMessage: 'Active filters are always shown in edit mode',
|
|
57
57
|
},
|
|
58
|
+
toolsCount: {
|
|
59
|
+
id: '{count, plural, one {tool in the catalogue} other {tools in the catalogue}}',
|
|
60
|
+
defaultMessage:
|
|
61
|
+
'{count, plural, one {tool in the catalogue} other {tools in the catalogue}}',
|
|
62
|
+
},
|
|
63
|
+
toolsMatchSearch: {
|
|
64
|
+
id: '{count, plural, one {tool matches} other {tools match}} "{searchTerm}"',
|
|
65
|
+
defaultMessage:
|
|
66
|
+
'{count, plural, one {tool matches} other {tools match}} "{searchTerm}"',
|
|
67
|
+
},
|
|
58
68
|
});
|
|
59
69
|
|
|
60
70
|
const NavigatorCatalogueContentView = (props) => {
|
|
@@ -90,7 +100,7 @@ const NavigatorCatalogueContentView = (props) => {
|
|
|
90
100
|
const layoutMode =
|
|
91
101
|
activeNavigatorViewId === 'listing' ? 'fixed' : 'fullwidth';
|
|
92
102
|
|
|
93
|
-
const { wasSearched } = searchContext;
|
|
103
|
+
const { searchTerm, totalResults, wasSearched } = searchContext;
|
|
94
104
|
|
|
95
105
|
const loadingAtom = loadingFamily(appConfig.appName);
|
|
96
106
|
const isLoading = useAtomValue(loadingAtom);
|
|
@@ -117,6 +127,21 @@ const NavigatorCatalogueContentView = (props) => {
|
|
|
117
127
|
{showClusters && <SectionTabs />}
|
|
118
128
|
|
|
119
129
|
<div className={`results-layout ${layoutMode}`}>
|
|
130
|
+
{children.length > 0 && (
|
|
131
|
+
<div className="navigator-catalogue-result-count">
|
|
132
|
+
<span className="navigator-catalogue-result-count-value">
|
|
133
|
+
{totalResults || 0}
|
|
134
|
+
</span>{' '}
|
|
135
|
+
{intl.formatMessage(
|
|
136
|
+
searchTerm ? messages.toolsMatchSearch : messages.toolsCount,
|
|
137
|
+
{
|
|
138
|
+
count: totalResults || 0,
|
|
139
|
+
searchTerm,
|
|
140
|
+
},
|
|
141
|
+
)}
|
|
142
|
+
</div>
|
|
143
|
+
)}
|
|
144
|
+
|
|
120
145
|
<div className="navigator-catalogue-above-results">
|
|
121
146
|
<Menu pointing secondary className="navigator-view-tabs">
|
|
122
147
|
{navigatorResultViews.map((view) => (
|
|
@@ -22,7 +22,9 @@ import {
|
|
|
22
22
|
getColorForCount,
|
|
23
23
|
normalizeCountryName,
|
|
24
24
|
buildCountryCounts,
|
|
25
|
+
filterCountryCounts,
|
|
25
26
|
mapLegendItems,
|
|
27
|
+
setCountryFilter,
|
|
26
28
|
} from './utils';
|
|
27
29
|
|
|
28
30
|
const messages = defineMessages({
|
|
@@ -147,10 +149,7 @@ const NavigatorCatalogueMapViewInner = (props) => {
|
|
|
147
149
|
// Handler: replace country filter + switch to list view
|
|
148
150
|
const handleExploreTools = React.useCallback(
|
|
149
151
|
(countryName) => {
|
|
150
|
-
|
|
151
|
-
// Clear existing country filter, then set the new one
|
|
152
|
-
searchContext?.removeFilter(field);
|
|
153
|
-
searchContext?.addFilter(field, countryName, 'any');
|
|
152
|
+
setCountryFilter(searchContext, countryName);
|
|
154
153
|
// Switch to listing view
|
|
155
154
|
views.setActiveViewId('listing');
|
|
156
155
|
},
|
|
@@ -159,8 +158,12 @@ const NavigatorCatalogueMapViewInner = (props) => {
|
|
|
159
158
|
|
|
160
159
|
// Build lookup: countryName -> count
|
|
161
160
|
const countryCounts = React.useMemo(
|
|
162
|
-
() =>
|
|
163
|
-
|
|
161
|
+
() =>
|
|
162
|
+
filterCountryCounts(
|
|
163
|
+
buildCountryCounts(searchContext?.facets),
|
|
164
|
+
searchContext?.filters,
|
|
165
|
+
),
|
|
166
|
+
[searchContext?.facets, searchContext?.filters],
|
|
164
167
|
);
|
|
165
168
|
|
|
166
169
|
const [tileWMSSources, setTileWMSSources] = React.useState(null);
|
|
@@ -3,7 +3,9 @@ import {
|
|
|
3
3
|
getColorForCount,
|
|
4
4
|
normalizeCountryName,
|
|
5
5
|
buildCountryCounts,
|
|
6
|
+
filterCountryCounts,
|
|
6
7
|
mapLegendItems,
|
|
8
|
+
setCountryFilter,
|
|
7
9
|
} from './utils';
|
|
8
10
|
|
|
9
11
|
describe('getColorForCount', () => {
|
|
@@ -135,6 +137,54 @@ describe('buildCountryCounts', () => {
|
|
|
135
137
|
});
|
|
136
138
|
});
|
|
137
139
|
|
|
140
|
+
describe('setCountryFilter', () => {
|
|
141
|
+
it('replaces the current country selection', () => {
|
|
142
|
+
const searchContext = {
|
|
143
|
+
setFilter: jest.fn(),
|
|
144
|
+
addFilter: jest.fn(),
|
|
145
|
+
removeFilter: jest.fn(),
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
setCountryFilter(searchContext, 'Germany');
|
|
149
|
+
|
|
150
|
+
expect(searchContext.setFilter).toHaveBeenCalledWith(
|
|
151
|
+
'cca_geographic_countries.keyword',
|
|
152
|
+
'Germany',
|
|
153
|
+
'any',
|
|
154
|
+
);
|
|
155
|
+
expect(searchContext.addFilter).not.toHaveBeenCalled();
|
|
156
|
+
expect(searchContext.removeFilter).not.toHaveBeenCalled();
|
|
157
|
+
});
|
|
158
|
+
});
|
|
159
|
+
|
|
160
|
+
describe('filterCountryCounts', () => {
|
|
161
|
+
const countryCounts = { Spain: 3, France: 7, Germany: 5 };
|
|
162
|
+
|
|
163
|
+
it('shows all country counts without a country filter', () => {
|
|
164
|
+
expect(filterCountryCounts(countryCounts, [])).toEqual(countryCounts);
|
|
165
|
+
});
|
|
166
|
+
|
|
167
|
+
it('shows only countries selected in the country filter', () => {
|
|
168
|
+
expect(
|
|
169
|
+
filterCountryCounts(countryCounts, [
|
|
170
|
+
{
|
|
171
|
+
field: 'cca_geographic_countries.keyword',
|
|
172
|
+
values: ['Spain'],
|
|
173
|
+
type: 'any',
|
|
174
|
+
},
|
|
175
|
+
]),
|
|
176
|
+
).toEqual({ Spain: 3 });
|
|
177
|
+
});
|
|
178
|
+
|
|
179
|
+
it('ignores filters for other fields', () => {
|
|
180
|
+
expect(
|
|
181
|
+
filterCountryCounts(countryCounts, [
|
|
182
|
+
{ field: 'cca_climate_impacts.keyword', values: ['Flooding'] },
|
|
183
|
+
]),
|
|
184
|
+
).toEqual(countryCounts);
|
|
185
|
+
});
|
|
186
|
+
});
|
|
187
|
+
|
|
138
188
|
describe('mapLegendItems', () => {
|
|
139
189
|
it('has 5 legend items', () => {
|
|
140
190
|
expect(mapLegendItems).toHaveLength(5);
|
|
@@ -47,6 +47,28 @@ export const buildCountryCounts = (facets) => {
|
|
|
47
47
|
return counts;
|
|
48
48
|
};
|
|
49
49
|
|
|
50
|
+
export const filterCountryCounts = (countryCounts, filters) => {
|
|
51
|
+
const selectedCountries =
|
|
52
|
+
filters?.find(({ field }) => field === 'cca_geographic_countries.keyword')
|
|
53
|
+
?.values || [];
|
|
54
|
+
|
|
55
|
+
if (!selectedCountries.length) return countryCounts;
|
|
56
|
+
|
|
57
|
+
return Object.fromEntries(
|
|
58
|
+
selectedCountries
|
|
59
|
+
.filter((country) => countryCounts[country] !== undefined)
|
|
60
|
+
.map((country) => [country, countryCounts[country]]),
|
|
61
|
+
);
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
export const setCountryFilter = (searchContext, countryName) => {
|
|
65
|
+
searchContext?.setFilter(
|
|
66
|
+
'cca_geographic_countries.keyword',
|
|
67
|
+
countryName,
|
|
68
|
+
'any',
|
|
69
|
+
);
|
|
70
|
+
};
|
|
71
|
+
|
|
50
72
|
/**
|
|
51
73
|
* Legend items for the map view
|
|
52
74
|
*/
|
|
@@ -107,6 +107,16 @@
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
+
.navigator-catalogue-result-count {
|
|
111
|
+
margin-bottom: 1em;
|
|
112
|
+
font-weight: 700;
|
|
113
|
+
font-size: 1.5rem;
|
|
114
|
+
|
|
115
|
+
.navigator-catalogue-result-count-value {
|
|
116
|
+
color: @primaryColor;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
110
120
|
.catalogue-compare-panel {
|
|
111
121
|
position: fixed;
|
|
112
122
|
z-index: 1000;
|