@eeacms/volto-cca-policy 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/CHANGELOG.md +89 -14
  2. package/locales/bg/LC_MESSAGES/volto.po +42 -27
  3. package/locales/cs/LC_MESSAGES/volto.po +42 -27
  4. package/locales/da/LC_MESSAGES/volto.po +42 -27
  5. package/locales/de/LC_MESSAGES/volto.po +42 -27
  6. package/locales/el/LC_MESSAGES/volto.po +42 -27
  7. package/locales/en/LC_MESSAGES/volto.po +42 -27
  8. package/locales/es/LC_MESSAGES/volto.po +42 -27
  9. package/locales/et/LC_MESSAGES/volto.po +42 -27
  10. package/locales/fi/LC_MESSAGES/volto.po +42 -27
  11. package/locales/fr/LC_MESSAGES/volto.po +42 -27
  12. package/locales/ga/LC_MESSAGES/volto.po +42 -27
  13. package/locales/hr/LC_MESSAGES/volto.po +42 -27
  14. package/locales/hu/LC_MESSAGES/volto.po +42 -27
  15. package/locales/is/LC_MESSAGES/volto.po +42 -27
  16. package/locales/it/LC_MESSAGES/volto.po +42 -27
  17. package/locales/lt/LC_MESSAGES/volto.po +42 -27
  18. package/locales/lv/LC_MESSAGES/volto.po +42 -27
  19. package/locales/mt/LC_MESSAGES/volto.po +42 -27
  20. package/locales/nl/LC_MESSAGES/volto.po +42 -27
  21. package/locales/nn/LC_MESSAGES/volto.po +42 -27
  22. package/locales/pl/LC_MESSAGES/volto.po +42 -27
  23. package/locales/pt/LC_MESSAGES/volto.po +42 -27
  24. package/locales/ro/LC_MESSAGES/volto.po +42 -27
  25. package/locales/sk/LC_MESSAGES/volto.po +42 -27
  26. package/locales/sl/LC_MESSAGES/volto.po +42 -27
  27. package/locales/sv/LC_MESSAGES/volto.po +42 -27
  28. package/locales/tr/LC_MESSAGES/volto.po +42 -27
  29. package/locales/volto.pot +43 -28
  30. package/package.json +1 -1
  31. package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.jsx +7 -13
  32. package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.jsx +12 -8
  33. package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.test.jsx +25 -25
  34. package/src/components/Search/NavigatorCatalogue/utils.js +25 -23
  35. package/src/components/Search/NavigatorCatalogue/utils.test.js +5 -0
  36. package/src/components/manage/Blocks/CountryMapHeatIndex/Interactions.jsx +1 -1
  37. package/src/components/manage/Blocks/CountryMapHeatIndex/View.jsx +5 -6
  38. package/src/components/manage/Blocks/CountryMapObservatory/CountryMapObservatoryOLView.jsx +6 -7
  39. package/src/components/manage/Blocks/CountryMapObservatory/Interactions.jsx +1 -1
  40. package/src/components/manage/Blocks/CountryMapProfile/Interactions.jsx +1 -1
  41. package/src/components/manage/Blocks/CountryMapProfile/OLView.jsx +3 -3
  42. package/src/components/theme/Views/ExtendedToolView.jsx +16 -15
  43. package/src/components/theme/Views/ExtendedToolView.test.jsx +20 -14
  44. package/src/helpers/Utils.jsx +20 -11
  45. package/src/helpers/index.js +2 -0
  46. package/src/hocs/index.js +1 -0
  47. package/src/index.js +2 -2
  48. package/theme/globals/navigator.less +13 -22
  49. package/src/components/manage/Blocks/CountryMapHeatIndex/euro-countries-simplified.js +0 -46197
  50. package/src/components/manage/Blocks/CountryMapHeatIndex/flags.js +0 -57
  51. package/src/components/manage/Blocks/CountryMapProfile/euro-countries-simplified.js +0 -46197
  52. package/src/components/manage/Blocks/CountryMapProfile/flags.js +0 -57
  53. package/src/helpers/country_map/flags.js +0 -57
  54. /package/src/components/{Result → Search/Result}/ClusterHorizontalCardItem.jsx +0 -0
  55. /package/src/components/{Result → Search/Result}/HealthHorizontalCardItem.jsx +0 -0
  56. /package/src/{helpers/country_map → data}/euro-countries-simplified.js +0 -0
  57. /package/src/helpers/{country_map/countryMap.js → countryMap.js} +0 -0
  58. /package/src/{helpers/country_map/hocs.jsx → hocs/withGeoJsonData.jsx} +0 -0
package/CHANGELOG.md CHANGED
@@ -4,6 +4,34 @@ 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.5](https://github.com/eea/volto-cca-policy/compare/1.0.4...1.0.5) - 4 August 2026
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix: refactor array handling in NavigatorCatalogue utilities [kreafox - [`6b452c0`](https://github.com/eea/volto-cca-policy/commit/6b452c0f8019580a9fa5100e3ae7669595907b3b)]
12
+ - fix: duplicated import [kreafox - [`bf8e515`](https://github.com/eea/volto-cca-policy/commit/bf8e5155092da36824c8e1e9f792c1143e771023)]
13
+ - fix: loader in navigator map view [kreafox - [`137bb90`](https://github.com/eea/volto-cca-policy/commit/137bb903a51ce3860755463772f587125b178878)]
14
+ - fix: update import paths [kreafox - [`a3c528d`](https://github.com/eea/volto-cca-policy/commit/a3c528d620e27262fc9a5bda82c215f223e0c51f)]
15
+ - fix: remove font-weight from selected state in search navigator [kreafox - [`93de223`](https://github.com/eea/volto-cca-policy/commit/93de2233e0c1954c5bb3fda6855f8fd69d06a320)]
16
+ - fix: issue reported by sonarqube [kreafox - [`47dcf9d`](https://github.com/eea/volto-cca-policy/commit/47dcf9dfd8a310049efbfb907c7b5beff5cba984)]
17
+ - fix: update text and style [kreafox - [`d6f4f9d`](https://github.com/eea/volto-cca-policy/commit/d6f4f9dbb0b227ca6286e304bef06963a1920a31)]
18
+
19
+ #### :nail_care: Enhancements
20
+
21
+ - change: update import paths for search listing cards [kreafox - [`2c448e0`](https://github.com/eea/volto-cca-policy/commit/2c448e0f076cea6c54237ba7ddaa951467a090c2)]
22
+ - change: update colors on naivgator map [kreafox - [`6a5aeb2`](https://github.com/eea/volto-cca-policy/commit/6a5aeb21ad51454ebb036d21eeefdb647d737261)]
23
+ - change: update ExtendedToolView [kreafox - [`725f082`](https://github.com/eea/volto-cca-policy/commit/725f08257c9a80d92623e5066fea36c70b52075e)]
24
+ - change: update map legend colors and text [kreafox - [`98e342a`](https://github.com/eea/volto-cca-policy/commit/98e342a69ce449e22b570143898c2b3a97d066ec)]
25
+
26
+ #### :house: Internal changes
27
+
28
+ - style: css polishments [kreafox - [`99605f2`](https://github.com/eea/volto-cca-policy/commit/99605f265c0581c0437d0747c0c3201caa5fdd67)]
29
+
30
+ #### :hammer_and_wrench: Others
31
+
32
+ - core: update locales [kreafox - [`122817e`](https://github.com/eea/volto-cca-policy/commit/122817ea9f6f0084fe8cb697ccfaffb8a9fe833d)]
33
+ - test: update ExtendedToolView tests [kreafox - [`619f8dd`](https://github.com/eea/volto-cca-policy/commit/619f8dd45f2d8eb2bc43260e9b0e5e2099de137b)]
34
+ - test: update map legend colors and labels [kreafox - [`b30b6bc`](https://github.com/eea/volto-cca-policy/commit/b30b6bca3fa26c73e362a5e30f85b8de0bd548a5)]
7
35
  ### [1.0.4](https://github.com/eea/volto-cca-policy/compare/1.0.3...1.0.4) - 30 July 2026
8
36
 
9
37
  #### :rocket: New Features
@@ -171,12 +199,71 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
171
199
 
172
200
  #### :house: Internal changes
173
201
 
174
- - chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
175
202
 
176
203
  #### :hammer_and_wrench: Others
177
204
 
178
205
  - test: pin Chromium version 149 to work with Cypress [valentinab25 - [`659ec82`](https://github.com/eea/volto-cca-policy/commit/659ec823dd71fe592a3a7accda22effbe1fb07bc)]
179
- ## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.12...1.0.0) - 12 June 2026
206
+ ## [1.0.0](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.17...1.0.0) - 12 June 2026
207
+
208
+ ### [1.0.0-alpha.17](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.16...1.0.0-alpha.17) - 4 August 2026
209
+
210
+ #### :rocket: New Features
211
+
212
+ - feat: refactor map styles [kreafox - [`7d774c1`](https://github.com/eea/volto-cca-policy/commit/7d774c1678171ffae8ba6d47d1804a65e3c12e2b)]
213
+ - feat: update tooltip message for tool availability [kreafox - [`d7af0b8`](https://github.com/eea/volto-cca-policy/commit/d7af0b8a7bba3e800dc01008268b25474b372c8b)]
214
+ - feat: improve tooltip styling [kreafox - [`6ce5edc`](https://github.com/eea/volto-cca-policy/commit/6ce5edcc1d878385db5b99e757f583ecf7fbe564)]
215
+ - feat: fix accessibility and styling in Navigator components [kreafox - [`5bf04bc`](https://github.com/eea/volto-cca-policy/commit/5bf04bc3568f06e53b5e8f6acbed9fb7e5daef95)]
216
+ - feat: Explore Tools applies country filter and switches to list view [Tiberiu Ichim - [`c42619d`](https://github.com/eea/volto-cca-policy/commit/c42619d58a1e9a8520bcf16c203c3da6d6c24216)]
217
+ - feat: render OpenLayers map with color-coded countries [Tiberiu Ichim - [`52dbe76`](https://github.com/eea/volto-cca-policy/commit/52dbe7694dfeb875b8ce7133dcb7179622eff1f0)]
218
+ - feat: update landing page URLs and adjust heading styles in Navigator components [kreafox - [`a582043`](https://github.com/eea/volto-cca-policy/commit/a5820439635339c3ebdfa5b71c619e52a34891ab)]
219
+ - feat: add green text style and adjust small text size [kreafox - [`c3197cf`](https://github.com/eea/volto-cca-policy/commit/c3197cf9b68370eabf8e68f09bfd5988fe676264)]
220
+ - feat: add label styles and update color definitions [kreafox - [`5d3793e`](https://github.com/eea/volto-cca-policy/commit/5d3793e783895dd3597bce84cb41460b2918df12)]
221
+
222
+ #### :bug: Bug Fixes
223
+
224
+ - fix: update import paths for countryMap helpers [kreafox - [`cfc47b4`](https://github.com/eea/volto-cca-policy/commit/cfc47b4e8d9f7edd3b7ceb5fcdf59498d22dece1)]
225
+ - fix: refactor array handling in NavigatorCatalogue utilities [kreafox - [`6b452c0`](https://github.com/eea/volto-cca-policy/commit/6b452c0f8019580a9fa5100e3ae7669595907b3b)]
226
+ - fix: duplicated import [kreafox - [`bf8e515`](https://github.com/eea/volto-cca-policy/commit/bf8e5155092da36824c8e1e9f792c1143e771023)]
227
+ - fix: loader in navigator map view [kreafox - [`137bb90`](https://github.com/eea/volto-cca-policy/commit/137bb903a51ce3860755463772f587125b178878)]
228
+ - fix: update import paths [kreafox - [`a3c528d`](https://github.com/eea/volto-cca-policy/commit/a3c528d620e27262fc9a5bda82c215f223e0c51f)]
229
+ - fix: remove font-weight from selected state in search navigator [kreafox - [`93de223`](https://github.com/eea/volto-cca-policy/commit/93de2233e0c1954c5bb3fda6855f8fd69d06a320)]
230
+ - fix: issue reported by sonarqube [kreafox - [`47dcf9d`](https://github.com/eea/volto-cca-policy/commit/47dcf9dfd8a310049efbfb907c7b5beff5cba984)]
231
+ - fix: update text and style [kreafox - [`d6f4f9d`](https://github.com/eea/volto-cca-policy/commit/d6f4f9dbb0b227ca6286e304bef06963a1920a31)]
232
+ - fix: tag types in navigator guide [kreafox - [`0cf7b0a`](https://github.com/eea/volto-cca-policy/commit/0cf7b0a9c8c8e1bc0f8b5644da14d6e3aa946ee8)]
233
+
234
+ #### :nail_care: Enhancements
235
+
236
+ - change: update import paths for search listing cards [kreafox - [`2c448e0`](https://github.com/eea/volto-cca-policy/commit/2c448e0f076cea6c54237ba7ddaa951467a090c2)]
237
+ - change: update colors on naivgator map [kreafox - [`6a5aeb2`](https://github.com/eea/volto-cca-policy/commit/6a5aeb21ad51454ebb036d21eeefdb647d737261)]
238
+ - change: update ExtendedToolView [kreafox - [`725f082`](https://github.com/eea/volto-cca-policy/commit/725f08257c9a80d92623e5066fea36c70b52075e)]
239
+ - change: update map legend colors and text [kreafox - [`98e342a`](https://github.com/eea/volto-cca-policy/commit/98e342a69ce449e22b570143898c2b3a97d066ec)]
240
+ - change: enhance map features and style [kreafox - [`270f102`](https://github.com/eea/volto-cca-policy/commit/270f1020470f804c162f87a81258884ee91d4fb3)]
241
+ - refactor: extract map utils and expand test coverage [Tiberiu Ichim - [`e62fc16`](https://github.com/eea/volto-cca-policy/commit/e62fc1613fffb022c6ed7ecd40f73821611ed426)]
242
+ - refactor: remove unused download fields [kreafox - [`937ccef`](https://github.com/eea/volto-cca-policy/commit/937ccef4258f04bc9f8f47b8216863fc8b0eedbf)]
243
+ - change: update compare tools [kreafox - [`7ff0a66`](https://github.com/eea/volto-cca-policy/commit/7ff0a667a7f24064308d08ae59c8dbcf833b1aa8)]
244
+
245
+ #### :house: Internal changes
246
+
247
+ - style: css polishments [kreafox - [`99605f2`](https://github.com/eea/volto-cca-policy/commit/99605f265c0581c0437d0747c0c3201caa5fdd67)]
248
+ - style: css improvements [kreafox - [`7dcdd2e`](https://github.com/eea/volto-cca-policy/commit/7dcdd2ef55585fb1ca3e35511b838634f15ae7ca)]
249
+ - style: improve navigator guide styles [kreafox - [`d75d210`](https://github.com/eea/volto-cca-policy/commit/d75d2104ecd8cfdce4cff96a92a3f984f5f862a8)]
250
+ - chore: add istanbul ignore for hard-to-test HOC/OL components [Tiberiu Ichim - [`3b09e44`](https://github.com/eea/volto-cca-policy/commit/3b09e4465fe0fae2202287cd35357bbc195d2566)]
251
+ - chore: gitignore artifacts/ directory and remove from tracking [Tiberiu Ichim - [`d027391`](https://github.com/eea/volto-cca-policy/commit/d0273915b62dff2f4122a06da7eac4e6de9cf6b8)]
252
+ - chore: discover navigator map view — facet data access verified, pagination hidden in map view [Tiberiu Ichim - [`ba19728`](https://github.com/eea/volto-cca-policy/commit/ba19728a5bc3fd461e482b64844e16c413364024)]
253
+
254
+ #### :hammer_and_wrench: Others
255
+
256
+ - Refs# 296263 - contact get only first element if array [iugin - [`8d9c01f`](https://github.com/eea/volto-cca-policy/commit/8d9c01f80dec807053f0ca9ecd1b49bbf550ac3e)]
257
+ - test: update ExtendedToolView tests [kreafox - [`619f8dd`](https://github.com/eea/volto-cca-policy/commit/619f8dd45f2d8eb2bc43260e9b0e5e2099de137b)]
258
+ - test: update map legend colors and labels [kreafox - [`b30b6bc`](https://github.com/eea/volto-cca-policy/commit/b30b6bca3fa26c73e362a5e30f85b8de0bd548a5)]
259
+ - test: add unit tests for map view utility functions [Tiberiu Ichim - [`988f4c6`](https://github.com/eea/volto-cca-policy/commit/988f4c6122be6d347cb833b34e7c67fff6119d90)]
260
+ ### [1.0.0-alpha.16](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.15...1.0.0-alpha.16) - 4 August 2026
261
+
262
+ ### [1.0.0-alpha.15](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.14...1.0.0-alpha.15) - 4 August 2026
263
+
264
+ ### [1.0.0-alpha.14](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.13...1.0.0-alpha.14) - 4 August 2026
265
+
266
+ ### [1.0.0-alpha.13](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.12...1.0.0-alpha.13) - 3 August 2026
180
267
 
181
268
  ### [1.0.0-alpha.12](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.11...1.0.0-alpha.12) - 27 July 2026
182
269
 
@@ -334,7 +421,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
334
421
 
335
422
  #### :house: Internal changes
336
423
 
337
- - chore: [JENKINSFILE] sanitize sonarqube command Refs #305084 [valentinab25 - [`8106a44`](https://github.com/eea/volto-cca-policy/commit/8106a44e8f40dd360a274cede4b3f9c215d026cf)]
338
424
 
339
425
  #### :hammer_and_wrench: Others
340
426
 
@@ -871,7 +957,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
871
957
 
872
958
  #### :house: Internal changes
873
959
 
874
- - chore: [JENKINSFILE] add package version in sonarqube [valentinab25 - [`e901251`](https://github.com/eea/volto-cca-policy/commit/e901251592eb54609fbc7eb8fcf7bd452c2da9cd)]
875
960
 
876
961
  ### [0.3.102](https://github.com/eea/volto-cca-policy/compare/0.3.101...0.3.102) - 24 February 2026
877
962
 
@@ -881,7 +966,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
881
966
 
882
967
  #### :house: Internal changes
883
968
 
884
- - chore: [JENKINSFILE] use sonarqube branches [EEA Jenkins - [`8b3699a`](https://github.com/eea/volto-cca-policy/commit/8b3699a6cbaef662b5e80884ac2c1f7dc9c6591e)]
885
969
 
886
970
  ### [0.3.101](https://github.com/eea/volto-cca-policy/compare/0.3.100...0.3.101) - 28 January 2026
887
971
 
@@ -1169,7 +1253,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1169
1253
  - style: fix item spacing [kreafox - [`7d4535d`](https://github.com/eea/volto-cca-policy/commit/7d4535dbc486e6cb80fc55d6ac8c7c01d9cf48af)]
1170
1254
  - chore: code cleanup [kreafox - [`842419b`](https://github.com/eea/volto-cca-policy/commit/842419b1bce3dc624755c81c9dea672198cab9e2)]
1171
1255
  - style: update teaser block styling [kreafox - [`1e0cad8`](https://github.com/eea/volto-cca-policy/commit/1e0cad8e1ed3ae827ee868dce8ad50b292a937ba)]
1172
- - chore: update Makefile, run yarn i18n [kreafox - [`61e6962`](https://github.com/eea/volto-cca-policy/commit/61e6962901068ae6512265417a730bd9befd65fe)]
1173
1256
  - chore: move styling to theme folder [kreafox - [`8cf6a1b`](https://github.com/eea/volto-cca-policy/commit/8cf6a1b8b14abf472a9c61b28db574f6d9e0bd3b)]
1174
1257
  - chore: remove ArrayWidget customization [kreafox - [`249bf93`](https://github.com/eea/volto-cca-policy/commit/249bf93054f7726c3d57a8b8ca01b75cd0d30522)]
1175
1258
  - chore: remove Footer customization [kreafox - [`7038af3`](https://github.com/eea/volto-cca-policy/commit/7038af37d48a328dfc31746f3fa84973e2f840ab)]
@@ -3932,13 +4015,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3932
4015
  - Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
3933
4016
  - Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
3934
4017
  - Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
3935
- - test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
3936
- - test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
3937
4018
  ### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
3938
4019
 
3939
4020
  #### :house: Internal changes
3940
4021
 
3941
- - chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
3942
4022
  - chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
3943
4023
 
3944
4024
  #### :hammer_and_wrench: Others
@@ -3955,9 +4035,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3955
4035
  - Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
3956
4036
  - Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
3957
4037
  - Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
3958
- - test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
3959
- - test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
3960
- - test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
3961
4038
  - Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
3962
4039
  - 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)]
3963
4040
  - Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
@@ -4174,7 +4251,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4174
4251
 
4175
4252
  #### :house: Internal changes
4176
4253
 
4177
- - chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
4178
4254
 
4179
4255
  #### :hammer_and_wrench: Others
4180
4256
 
@@ -4655,7 +4731,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4655
4731
  #### :hammer_and_wrench: Others
4656
4732
 
4657
4733
  - Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
4658
- - Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
4659
4734
  ### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
4660
4735
 
4661
4736
  #### :hammer_and_wrench: Others
@@ -288,6 +288,11 @@ msgstr "Казуси от Climate-ADAPT"
288
288
  msgid "Climate-ADAPT page for this event"
289
289
  msgstr "Climate-ADAPT страница за това събитие"
290
290
 
291
+ #. Default: "Close"
292
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
293
+ msgid "Close"
294
+ msgstr ""
295
+
291
296
  #. Default: "Compare"
292
297
  #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
293
298
  msgid "Compare"
@@ -892,11 +897,6 @@ msgstr "Инструмент на мисията"
892
897
  msgid "Most useful for"
893
898
  msgstr "Най-полезен за"
894
899
 
895
- #. Default: "NO"
896
- #: components/theme/Views/ExtendedToolView
897
- msgid "NO"
898
- msgstr ""
899
-
900
900
  #. Default: "National HHAP"
901
901
  #: components/manage/Blocks/CountryMapHeatIndex/Filter
902
902
  msgid "National HHAP"
@@ -934,7 +934,7 @@ msgid "Navigator Guide preview empty state"
934
934
  msgstr ""
935
935
 
936
936
  #. Default: "New"
937
- #: components/Result/ClusterHorizontalCardItem
937
+ #: components/Search/Result/ClusterHorizontalCardItem
938
938
  msgid "New"
939
939
  msgstr "Нов"
940
940
 
@@ -953,6 +953,11 @@ msgstr "Новини"
953
953
  msgid "Next step"
954
954
  msgstr ""
955
955
 
956
+ #. Default: "No"
957
+ #: components/theme/Views/ExtendedToolView
958
+ msgid "No"
959
+ msgstr ""
960
+
956
961
  #. Default: "No HHAP"
957
962
  #: components/manage/Blocks/CountryMapHeatIndex/Filter
958
963
  msgid "No HHAP"
@@ -1099,11 +1104,6 @@ msgstr ""
1099
1104
  msgid "Project information"
1100
1105
  msgstr "Информация за проекта"
1101
1106
 
1102
- #. Default: "Public/private"
1103
- #: components/theme/Views/ExtendedToolView
1104
- msgid "Public/private"
1105
- msgstr ""
1106
-
1107
1107
  #. Default: "Publications and reports"
1108
1108
  #: search/vocabulary
1109
1109
  msgid "Publication reference"
@@ -1211,6 +1211,11 @@ msgstr "Съответни синергии със смекчаването на
1211
1211
  msgid "Remove {title}"
1212
1212
  msgstr ""
1213
1213
 
1214
+ #. Default: "Remove {title} from comparison"
1215
+ #: components/theme/CompareTools/CompareToolsView
1216
+ msgid "Remove {title} from comparison"
1217
+ msgstr ""
1218
+
1214
1219
  #. Default: "Replace existing file"
1215
1220
  #: components/theme/Widgets/PromotionalImageWidget
1216
1221
  msgid "Replace existing file"
@@ -1335,8 +1340,8 @@ msgid "Source of funding"
1335
1340
  msgstr "Източник на финансиране"
1336
1341
 
1337
1342
  #. Default: "Source:"
1338
- #: components/Result/ClusterHorizontalCardItem
1339
- #: components/Result/HealthHorizontalCardItem
1343
+ #: components/Search/Result/ClusterHorizontalCardItem
1344
+ #: components/Search/Result/HealthHorizontalCardItem
1340
1345
  msgid "Source:"
1341
1346
  msgstr "източник:"
1342
1347
 
@@ -1462,14 +1467,24 @@ msgstr "Инструмент"
1462
1467
  msgid "Tool provider"
1463
1468
  msgstr ""
1464
1469
 
1470
+ #. Default: "Tool provider mode"
1471
+ #: components/theme/Views/ExtendedToolView
1472
+ msgid "Tool provider mode"
1473
+ msgstr ""
1474
+
1465
1475
  #. Default: "Tool validation use"
1466
1476
  #: components/theme/Views/ExtendedToolView
1467
1477
  msgid "Tool validation use"
1468
1478
  msgstr ""
1469
1479
 
1480
+ #. Default: "Tools per country"
1481
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
1482
+ msgid "Tools per country"
1483
+ msgstr ""
1484
+
1470
1485
  #. Default: "Topics:"
1471
- #: components/Result/ClusterHorizontalCardItem
1472
- #: components/Result/HealthHorizontalCardItem
1486
+ #: components/Search/Result/ClusterHorizontalCardItem
1487
+ #: components/Search/Result/HealthHorizontalCardItem
1473
1488
  msgid "Topics:"
1474
1489
  msgstr "теми:"
1475
1490
 
@@ -1569,6 +1584,11 @@ msgstr "Видеоклипове и подкасти"
1569
1584
  msgid "Videos and podcasts"
1570
1585
  msgstr "Видеоклипове и подкасти"
1571
1586
 
1587
+ #. Default: "View"
1588
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1589
+ msgid "View"
1590
+ msgstr ""
1591
+
1572
1592
  #. Default: "View all contributions in the resource catalogue"
1573
1593
  #: helpers/Utils
1574
1594
  msgid "View all contributions in the resource catalogue"
@@ -1579,11 +1599,6 @@ msgstr "Вижте всички приноси в каталога с ресур
1579
1599
  msgid "View latest version"
1580
1600
  msgstr ""
1581
1601
 
1582
- #. Default: "View tool"
1583
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1584
- msgid "View tool"
1585
- msgstr ""
1586
-
1587
1602
  #. Default: "Visit external website"
1588
1603
  #: helpers/Utils
1589
1604
  msgid "Visit external website"
@@ -1645,9 +1660,9 @@ msgstr ""
1645
1660
  msgid "Which spatial coverage do you need?"
1646
1661
  msgstr ""
1647
1662
 
1648
- #. Default: "YES"
1663
+ #. Default: "Yes"
1649
1664
  #: components/theme/Views/ExtendedToolView
1650
- msgid "YES"
1665
+ msgid "Yes"
1651
1666
  msgstr ""
1652
1667
 
1653
1668
  #. Default: "You are viewing an archived version."
@@ -1735,16 +1750,16 @@ msgstr ""
1735
1750
  msgid "refers to"
1736
1751
  msgstr ""
1737
1752
 
1738
- #. Default: "tools available"
1739
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
1740
- msgid "tools available"
1741
- msgstr ""
1742
-
1743
1753
  #. Default: "Upload an image from your computer"
1744
1754
  #: components/theme/Widgets/ImageWidget
1745
1755
  msgid "uploadAnImage"
1746
1756
  msgstr ""
1747
1757
 
1758
+ #. Default: "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1759
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
1760
+ msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1761
+ msgstr ""
1762
+
1748
1763
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1749
1764
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1750
1765
  msgid "{count, plural, one {tool matches} other {tools match}}"
@@ -288,6 +288,11 @@ msgstr "Případové studie Climate-ADAPT"
288
288
  msgid "Climate-ADAPT page for this event"
289
289
  msgstr "Stránka Climate-ADAPT pro tuto událost"
290
290
 
291
+ #. Default: "Close"
292
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
293
+ msgid "Close"
294
+ msgstr ""
295
+
291
296
  #. Default: "Compare"
292
297
  #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
293
298
  msgid "Compare"
@@ -892,11 +897,6 @@ msgstr "Nástroj mise"
892
897
  msgid "Most useful for"
893
898
  msgstr "Nejužitečnější pro"
894
899
 
895
- #. Default: "NO"
896
- #: components/theme/Views/ExtendedToolView
897
- msgid "NO"
898
- msgstr ""
899
-
900
900
  #. Default: "National HHAP"
901
901
  #: components/manage/Blocks/CountryMapHeatIndex/Filter
902
902
  msgid "National HHAP"
@@ -934,7 +934,7 @@ msgid "Navigator Guide preview empty state"
934
934
  msgstr ""
935
935
 
936
936
  #. Default: "New"
937
- #: components/Result/ClusterHorizontalCardItem
937
+ #: components/Search/Result/ClusterHorizontalCardItem
938
938
  msgid "New"
939
939
  msgstr "Nový"
940
940
 
@@ -953,6 +953,11 @@ msgstr "Novinky"
953
953
  msgid "Next step"
954
954
  msgstr ""
955
955
 
956
+ #. Default: "No"
957
+ #: components/theme/Views/ExtendedToolView
958
+ msgid "No"
959
+ msgstr ""
960
+
956
961
  #. Default: "No HHAP"
957
962
  #: components/manage/Blocks/CountryMapHeatIndex/Filter
958
963
  msgid "No HHAP"
@@ -1099,11 +1104,6 @@ msgstr ""
1099
1104
  msgid "Project information"
1100
1105
  msgstr "Informace o projektu"
1101
1106
 
1102
- #. Default: "Public/private"
1103
- #: components/theme/Views/ExtendedToolView
1104
- msgid "Public/private"
1105
- msgstr ""
1106
-
1107
1107
  #. Default: "Publications and reports"
1108
1108
  #: search/vocabulary
1109
1109
  msgid "Publication reference"
@@ -1211,6 +1211,11 @@ msgstr "Relevantní synergie se zmírňováním dopadů"
1211
1211
  msgid "Remove {title}"
1212
1212
  msgstr ""
1213
1213
 
1214
+ #. Default: "Remove {title} from comparison"
1215
+ #: components/theme/CompareTools/CompareToolsView
1216
+ msgid "Remove {title} from comparison"
1217
+ msgstr ""
1218
+
1214
1219
  #. Default: "Replace existing file"
1215
1220
  #: components/theme/Widgets/PromotionalImageWidget
1216
1221
  msgid "Replace existing file"
@@ -1335,8 +1340,8 @@ msgid "Source of funding"
1335
1340
  msgstr "Zdroj financování"
1336
1341
 
1337
1342
  #. Default: "Source:"
1338
- #: components/Result/ClusterHorizontalCardItem
1339
- #: components/Result/HealthHorizontalCardItem
1343
+ #: components/Search/Result/ClusterHorizontalCardItem
1344
+ #: components/Search/Result/HealthHorizontalCardItem
1340
1345
  msgid "Source:"
1341
1346
  msgstr "Zdroj:"
1342
1347
 
@@ -1462,14 +1467,24 @@ msgstr "Nástroj"
1462
1467
  msgid "Tool provider"
1463
1468
  msgstr ""
1464
1469
 
1470
+ #. Default: "Tool provider mode"
1471
+ #: components/theme/Views/ExtendedToolView
1472
+ msgid "Tool provider mode"
1473
+ msgstr ""
1474
+
1465
1475
  #. Default: "Tool validation use"
1466
1476
  #: components/theme/Views/ExtendedToolView
1467
1477
  msgid "Tool validation use"
1468
1478
  msgstr ""
1469
1479
 
1480
+ #. Default: "Tools per country"
1481
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
1482
+ msgid "Tools per country"
1483
+ msgstr ""
1484
+
1470
1485
  #. Default: "Topics:"
1471
- #: components/Result/ClusterHorizontalCardItem
1472
- #: components/Result/HealthHorizontalCardItem
1486
+ #: components/Search/Result/ClusterHorizontalCardItem
1487
+ #: components/Search/Result/HealthHorizontalCardItem
1473
1488
  msgid "Topics:"
1474
1489
  msgstr "témata:"
1475
1490
 
@@ -1569,6 +1584,11 @@ msgstr "Videa a podcasty"
1569
1584
  msgid "Videos and podcasts"
1570
1585
  msgstr "Videa a podcasty"
1571
1586
 
1587
+ #. Default: "View"
1588
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1589
+ msgid "View"
1590
+ msgstr ""
1591
+
1572
1592
  #. Default: "View all contributions in the resource catalogue"
1573
1593
  #: helpers/Utils
1574
1594
  msgid "View all contributions in the resource catalogue"
@@ -1579,11 +1599,6 @@ msgstr "Zobrazit všechny příspěvky v katalogu zdrojů"
1579
1599
  msgid "View latest version"
1580
1600
  msgstr ""
1581
1601
 
1582
- #. Default: "View tool"
1583
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1584
- msgid "View tool"
1585
- msgstr ""
1586
-
1587
1602
  #. Default: "Visit external website"
1588
1603
  #: helpers/Utils
1589
1604
  msgid "Visit external website"
@@ -1645,9 +1660,9 @@ msgstr ""
1645
1660
  msgid "Which spatial coverage do you need?"
1646
1661
  msgstr ""
1647
1662
 
1648
- #. Default: "YES"
1663
+ #. Default: "Yes"
1649
1664
  #: components/theme/Views/ExtendedToolView
1650
- msgid "YES"
1665
+ msgid "Yes"
1651
1666
  msgstr ""
1652
1667
 
1653
1668
  #. Default: "You are viewing an archived version."
@@ -1735,16 +1750,16 @@ msgstr ""
1735
1750
  msgid "refers to"
1736
1751
  msgstr ""
1737
1752
 
1738
- #. Default: "tools available"
1739
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
1740
- msgid "tools available"
1741
- msgstr ""
1742
-
1743
1753
  #. Default: "Upload an image from your computer"
1744
1754
  #: components/theme/Widgets/ImageWidget
1745
1755
  msgid "uploadAnImage"
1746
1756
  msgstr ""
1747
1757
 
1758
+ #. Default: "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1759
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
1760
+ msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1761
+ msgstr ""
1762
+
1748
1763
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1749
1764
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1750
1765
  msgid "{count, plural, one {tool matches} other {tools match}}"
@@ -288,6 +288,11 @@ msgstr "Climate-ADAPT casestudier"
288
288
  msgid "Climate-ADAPT page for this event"
289
289
  msgstr "Climate-ADAPT side for denne begivenhed"
290
290
 
291
+ #. Default: "Close"
292
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
293
+ msgid "Close"
294
+ msgstr ""
295
+
291
296
  #. Default: "Compare"
292
297
  #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
293
298
  msgid "Compare"
@@ -892,11 +897,6 @@ msgstr "Missionsværktøj"
892
897
  msgid "Most useful for"
893
898
  msgstr "Mest anvendelig til"
894
899
 
895
- #. Default: "NO"
896
- #: components/theme/Views/ExtendedToolView
897
- msgid "NO"
898
- msgstr ""
899
-
900
900
  #. Default: "National HHAP"
901
901
  #: components/manage/Blocks/CountryMapHeatIndex/Filter
902
902
  msgid "National HHAP"
@@ -934,7 +934,7 @@ msgid "Navigator Guide preview empty state"
934
934
  msgstr ""
935
935
 
936
936
  #. Default: "New"
937
- #: components/Result/ClusterHorizontalCardItem
937
+ #: components/Search/Result/ClusterHorizontalCardItem
938
938
  msgid "New"
939
939
  msgstr "Ny"
940
940
 
@@ -953,6 +953,11 @@ msgstr "Nyheder"
953
953
  msgid "Next step"
954
954
  msgstr ""
955
955
 
956
+ #. Default: "No"
957
+ #: components/theme/Views/ExtendedToolView
958
+ msgid "No"
959
+ msgstr ""
960
+
956
961
  #. Default: "No HHAP"
957
962
  #: components/manage/Blocks/CountryMapHeatIndex/Filter
958
963
  msgid "No HHAP"
@@ -1099,11 +1104,6 @@ msgstr ""
1099
1104
  msgid "Project information"
1100
1105
  msgstr "Projektinformation"
1101
1106
 
1102
- #. Default: "Public/private"
1103
- #: components/theme/Views/ExtendedToolView
1104
- msgid "Public/private"
1105
- msgstr ""
1106
-
1107
1107
  #. Default: "Publications and reports"
1108
1108
  #: search/vocabulary
1109
1109
  msgid "Publication reference"
@@ -1211,6 +1211,11 @@ msgstr "Relevante synergier med afbødning"
1211
1211
  msgid "Remove {title}"
1212
1212
  msgstr ""
1213
1213
 
1214
+ #. Default: "Remove {title} from comparison"
1215
+ #: components/theme/CompareTools/CompareToolsView
1216
+ msgid "Remove {title} from comparison"
1217
+ msgstr ""
1218
+
1214
1219
  #. Default: "Replace existing file"
1215
1220
  #: components/theme/Widgets/PromotionalImageWidget
1216
1221
  msgid "Replace existing file"
@@ -1335,8 +1340,8 @@ msgid "Source of funding"
1335
1340
  msgstr "Finansieringskilde"
1336
1341
 
1337
1342
  #. Default: "Source:"
1338
- #: components/Result/ClusterHorizontalCardItem
1339
- #: components/Result/HealthHorizontalCardItem
1343
+ #: components/Search/Result/ClusterHorizontalCardItem
1344
+ #: components/Search/Result/HealthHorizontalCardItem
1340
1345
  msgid "Source:"
1341
1346
  msgstr "Kilde:"
1342
1347
 
@@ -1462,14 +1467,24 @@ msgstr "Værktøj"
1462
1467
  msgid "Tool provider"
1463
1468
  msgstr ""
1464
1469
 
1470
+ #. Default: "Tool provider mode"
1471
+ #: components/theme/Views/ExtendedToolView
1472
+ msgid "Tool provider mode"
1473
+ msgstr ""
1474
+
1465
1475
  #. Default: "Tool validation use"
1466
1476
  #: components/theme/Views/ExtendedToolView
1467
1477
  msgid "Tool validation use"
1468
1478
  msgstr ""
1469
1479
 
1480
+ #. Default: "Tools per country"
1481
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
1482
+ msgid "Tools per country"
1483
+ msgstr ""
1484
+
1470
1485
  #. Default: "Topics:"
1471
- #: components/Result/ClusterHorizontalCardItem
1472
- #: components/Result/HealthHorizontalCardItem
1486
+ #: components/Search/Result/ClusterHorizontalCardItem
1487
+ #: components/Search/Result/HealthHorizontalCardItem
1473
1488
  msgid "Topics:"
1474
1489
  msgstr "Emner:"
1475
1490
 
@@ -1569,6 +1584,11 @@ msgstr "Videoer og podcasts"
1569
1584
  msgid "Videos and podcasts"
1570
1585
  msgstr "Videoer og podcasts"
1571
1586
 
1587
+ #. Default: "View"
1588
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1589
+ msgid "View"
1590
+ msgstr ""
1591
+
1572
1592
  #. Default: "View all contributions in the resource catalogue"
1573
1593
  #: helpers/Utils
1574
1594
  msgid "View all contributions in the resource catalogue"
@@ -1579,11 +1599,6 @@ msgstr "Se alle bidrag i ressourcekataloget"
1579
1599
  msgid "View latest version"
1580
1600
  msgstr ""
1581
1601
 
1582
- #. Default: "View tool"
1583
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1584
- msgid "View tool"
1585
- msgstr ""
1586
-
1587
1602
  #. Default: "Visit external website"
1588
1603
  #: helpers/Utils
1589
1604
  msgid "Visit external website"
@@ -1645,9 +1660,9 @@ msgstr ""
1645
1660
  msgid "Which spatial coverage do you need?"
1646
1661
  msgstr ""
1647
1662
 
1648
- #. Default: "YES"
1663
+ #. Default: "Yes"
1649
1664
  #: components/theme/Views/ExtendedToolView
1650
- msgid "YES"
1665
+ msgid "Yes"
1651
1666
  msgstr ""
1652
1667
 
1653
1668
  #. Default: "You are viewing an archived version."
@@ -1735,16 +1750,16 @@ msgstr ""
1735
1750
  msgid "refers to"
1736
1751
  msgstr ""
1737
1752
 
1738
- #. Default: "tools available"
1739
- #: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
1740
- msgid "tools available"
1741
- msgstr ""
1742
-
1743
1753
  #. Default: "Upload an image from your computer"
1744
1754
  #: components/theme/Widgets/ImageWidget
1745
1755
  msgid "uploadAnImage"
1746
1756
  msgstr ""
1747
1757
 
1758
+ #. Default: "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1759
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
1760
+ msgid "{count, plural, =0 {No tools available} one {# tool available} other {# tools available}}"
1761
+ msgstr ""
1762
+
1748
1763
  #. Default: "{count, plural, one {tool matches} other {tools match}}"
1749
1764
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
1750
1765
  msgid "{count, plural, one {tool matches} other {tools match}}"