@eeacms/volto-cca-policy 0.3.78 → 0.3.80

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 (36) hide show
  1. package/CHANGELOG.md +13 -12
  2. package/locales/bg/LC_MESSAGES/volto.po +96 -32
  3. package/locales/cs/LC_MESSAGES/volto.po +96 -32
  4. package/locales/da/LC_MESSAGES/volto.po +96 -32
  5. package/locales/de/LC_MESSAGES/volto.po +96 -32
  6. package/locales/eea.cca.pot +53 -0
  7. package/locales/el/LC_MESSAGES/volto.po +96 -32
  8. package/locales/en/LC_MESSAGES/volto.po +95 -32
  9. package/locales/es/LC_MESSAGES/volto.po +96 -32
  10. package/locales/et/LC_MESSAGES/volto.po +96 -32
  11. package/locales/fi/LC_MESSAGES/volto.po +96 -32
  12. package/locales/fr/LC_MESSAGES/volto.po +96 -32
  13. package/locales/ga/LC_MESSAGES/volto.po +96 -32
  14. package/locales/hr/LC_MESSAGES/volto.po +96 -32
  15. package/locales/hu/LC_MESSAGES/volto.po +96 -32
  16. package/locales/is/LC_MESSAGES/volto.po +96 -32
  17. package/locales/it/LC_MESSAGES/volto.po +96 -32
  18. package/locales/lt/LC_MESSAGES/volto.po +96 -32
  19. package/locales/lv/LC_MESSAGES/volto.po +95 -32
  20. package/locales/mt/LC_MESSAGES/volto.po +96 -32
  21. package/locales/nl/LC_MESSAGES/volto.po +96 -32
  22. package/locales/nn/LC_MESSAGES/volto.po +96 -32
  23. package/locales/pl/LC_MESSAGES/volto.po +96 -32
  24. package/locales/pt/LC_MESSAGES/volto.po +96 -32
  25. package/locales/ro/LC_MESSAGES/volto.po +96 -32
  26. package/locales/sk/LC_MESSAGES/volto.po +96 -32
  27. package/locales/sl/LC_MESSAGES/volto.po +96 -32
  28. package/locales/sv/LC_MESSAGES/volto.po +96 -32
  29. package/locales/tr/LC_MESSAGES/volto.po +96 -32
  30. package/locales/volto.pot +124 -5
  31. package/package.json +2 -2
  32. package/src/components/manage/Blocks/CountryMapHeatIndex/View.js +1 -1
  33. package/src/components/manage/Blocks/CountryMapObservatory/CountryMapObservatoryOLView.jsx +1 -1
  34. package/src/components/manage/Blocks/CountryMapProfile/OLView.jsx +2 -2
  35. package/src/helpers/country_map/countryMap.js +18 -10
  36. package/src/helpers/country_map/hocs.jsx +4 -4
package/CHANGELOG.md CHANGED
@@ -4,10 +4,11 @@ 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
- ### [0.3.78](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.1...0.3.78) - 31 July 2025
7
+ ### [0.3.80](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.1...0.3.80) - 22 August 2025
8
8
 
9
9
  #### :rocket: Dependency updates
10
10
 
11
+ - Release @eeacms/volto-searchlib@2.1.8 [EEA Jenkins - [`4518eba`](https://github.com/eea/volto-cca-policy/commit/4518ebac718c205eac0fd80583efc564ecf8ae69)]
11
12
  - Release @eeacms/volto-searchlib@2.1.7 [EEA Jenkins - [`ef5499d`](https://github.com/eea/volto-cca-policy/commit/ef5499dfc12182ac38af1283bbc87fd154891a6c)]
12
13
 
13
14
  #### :bug: Bug Fixes
@@ -22,7 +23,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
22
23
 
23
24
  #### :hammer_and_wrench: Others
24
25
 
25
- - Remove plotlycharts [Tiberiu Ichim - [`a643a3f`](https://github.com/eea/volto-cca-policy/commit/a643a3f432371e43fa723f7b9b0fa803a361eb61)]
26
+ - Refs #290787 - sum of countries [Tripon Eugen - [`f1033cf`](https://github.com/eea/volto-cca-policy/commit/f1033cf0beca2d7cace3d1ee2bc93d03cbf7b3c8)]
27
+ - Refs #290787 - contry map update flat/round earth and diffrent countries list [Tripon Eugen - [`6009e9f`](https://github.com/eea/volto-cca-policy/commit/6009e9f2ef28aeacd8f27d2735e0270822a13a5e)]
26
28
  ### [1.0.0-alpha.1](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.0...1.0.0-alpha.1) - 28 July 2025
27
29
 
28
30
  #### :rocket: Dependency updates
@@ -104,7 +106,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
104
106
  - Add some loadable for components [Tiberiu Ichim - [`1793962`](https://github.com/eea/volto-cca-policy/commit/179396211c66a6a2465b2d1b6c0f2afc40fc7189)]
105
107
  - Refs #284961 - test [Tripon Eugen - [`c989f1f`](https://github.com/eea/volto-cca-policy/commit/c989f1f8638c0c5233c5c49f8673c9a2cdc7937e)]
106
108
  - Refs #284961 - add translations [Tripon Eugen - [`04ee988`](https://github.com/eea/volto-cca-policy/commit/04ee988c086d393b9b37ce1ea8d24f5e84f266aa)]
107
- ### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.77...1.0.0-alpha.0) - 15 July 2025
109
+ ### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.79...1.0.0-alpha.0) - 15 July 2025
110
+
111
+ ### [0.3.79](https://github.com/eea/volto-cca-policy/compare/0.3.78...0.3.79) - 8 August 2025
112
+
113
+ #### :rocket: Dependency updates
114
+
115
+ - Release @eeacms/volto-searchlib@2.1.8 [EEA Jenkins - [`4518eba`](https://github.com/eea/volto-cca-policy/commit/4518ebac718c205eac0fd80583efc564ecf8ae69)]
116
+
117
+ ### [0.3.78](https://github.com/eea/volto-cca-policy/compare/0.3.77...0.3.78) - 31 July 2025
108
118
 
109
119
  ### [0.3.77](https://github.com/eea/volto-cca-policy/compare/0.3.76...0.3.77) - 30 July 2025
110
120
 
@@ -154,7 +164,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
154
164
  - style: fix item spacing [kreafox - [`7d4535d`](https://github.com/eea/volto-cca-policy/commit/7d4535dbc486e6cb80fc55d6ac8c7c01d9cf48af)]
155
165
  - chore: code cleanup [kreafox - [`842419b`](https://github.com/eea/volto-cca-policy/commit/842419b1bce3dc624755c81c9dea672198cab9e2)]
156
166
  - style: update teaser block styling [kreafox - [`1e0cad8`](https://github.com/eea/volto-cca-policy/commit/1e0cad8e1ed3ae827ee868dce8ad50b292a937ba)]
157
- - chore: update Makefile, run yarn i18n [kreafox - [`61e6962`](https://github.com/eea/volto-cca-policy/commit/61e6962901068ae6512265417a730bd9befd65fe)]
158
167
  - chore: move styling to theme folder [kreafox - [`8cf6a1b`](https://github.com/eea/volto-cca-policy/commit/8cf6a1b8b14abf472a9c61b28db574f6d9e0bd3b)]
159
168
  - chore: remove ArrayWidget customization [kreafox - [`249bf93`](https://github.com/eea/volto-cca-policy/commit/249bf93054f7726c3d57a8b8ca01b75cd0d30522)]
160
169
  - chore: remove Footer customization [kreafox - [`7038af3`](https://github.com/eea/volto-cca-policy/commit/7038af37d48a328dfc31746f3fa84973e2f840ab)]
@@ -2917,13 +2926,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2917
2926
  - Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
2918
2927
  - Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
2919
2928
  - Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
2920
- - test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
2921
- - test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
2922
2929
  ### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
2923
2930
 
2924
2931
  #### :house: Internal changes
2925
2932
 
2926
- - chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
2927
2933
  - chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
2928
2934
 
2929
2935
  #### :hammer_and_wrench: Others
@@ -2940,9 +2946,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2940
2946
  - Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
2941
2947
  - Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
2942
2948
  - Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
2943
- - test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
2944
- - test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
2945
- - test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
2946
2949
  - Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
2947
2950
  - 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)]
2948
2951
  - Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
@@ -3159,7 +3162,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3159
3162
 
3160
3163
  #### :house: Internal changes
3161
3164
 
3162
- - chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
3163
3165
 
3164
3166
  #### :hammer_and_wrench: Others
3165
3167
 
@@ -3640,7 +3642,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3640
3642
  #### :hammer_and_wrench: Others
3641
3643
 
3642
3644
  - Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
3643
- - Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
3644
3645
  ### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
3645
3646
 
3646
3647
  #### :hammer_and_wrench: Others
@@ -1,3 +1,4 @@
1
+ #.
1
2
  msgid ""
2
3
  msgstr ""
3
4
  "Project-Id-Version: \n"
@@ -18,8 +19,6 @@ msgstr "Наличен е справочен документ за събити
18
19
 
19
20
  #. Default: "Adaptation Approaches"
20
21
  #: search/cca/facets
21
- #: search/facets
22
- #: search/fise/facets
23
22
  #: search/health_observatory/facets-health
24
23
  #: search/mission_all/facets-all
25
24
  #: search/mission_projects/facets-projects
@@ -44,8 +43,6 @@ msgstr "Опции за адаптация, изпълнени в този сл
44
43
  #. Default: "Adaptation Sectors"
45
44
  #: search/cca/facets
46
45
  #: search/common
47
- #: search/facets
48
- #: search/fise/facets
49
46
  msgid "Adaptation Sectors"
50
47
  msgstr "Сектори за адаптация"
51
48
 
@@ -86,16 +83,21 @@ msgstr "През цялото време"
86
83
  msgid "Background information"
87
84
  msgstr "Основна информация"
88
85
 
89
- #. Default: "Belgium"
90
- #: helpers/Constants
91
- msgid "Belgium"
92
- msgstr "Белгия"
93
-
94
86
  #. Default: "Biogeographical regions:"
95
87
  #: helpers/ContentMetadata
96
88
  msgid "Biogeographical regions:"
97
89
  msgstr "Биогеографски региони:"
98
90
 
91
+ #. Default: "Blue options"
92
+ #: messages
93
+ msgid "Blue options"
94
+ msgstr "Сини опции"
95
+
96
+ #. Default: "Capacity building empowering and lifestyle practices"
97
+ #: messages
98
+ msgid "Capacity building empowering and lifestyle practices"
99
+ msgstr "Изграждане на капацитет, овластяване и практики за начин на живот"
100
+
99
101
  #. Default: "Case Studies Documents"
100
102
  #: helpers/Utils
101
103
  msgid "Case Studies Documents"
@@ -149,8 +151,6 @@ msgstr "град:"
149
151
  #. Default: "Climate Impacts"
150
152
  #: search/cca/facets
151
153
  #: search/common
152
- #: search/facets
153
- #: search/fise/facets
154
154
  msgid "Climate Impacts"
155
155
  msgstr "Климатични въздействия"
156
156
 
@@ -196,6 +196,11 @@ msgstr "Информация за връзка с обсерваторията"
196
196
  msgid "Contributor:"
197
197
  msgstr "Сътрудник:"
198
198
 
199
+ #. Default: "Coordination cooperation and networks"
200
+ #: messages
201
+ msgid "Coordination cooperation and networks"
202
+ msgstr "Координационно сътрудничество и мрежи"
203
+
199
204
  #. Default: "Costs and benefits"
200
205
  #: components/theme/Views/AdaptationOptionView
201
206
  #: components/theme/Views/CaseStudyView
@@ -304,6 +309,11 @@ msgstr "ЕС финансиране"
304
309
  msgid "Eastern Parnership Members and Energy Community Contracting Parties"
305
310
  msgstr "Членове на Източното партньорство и договарящи страни на Енергийната общност"
306
311
 
312
+ #. Default: "Economic and Finance"
313
+ #: messages
314
+ msgid "Economic and Finance"
315
+ msgstr "Икономика и финанси"
316
+
307
317
  #. Default: "Eligible to receive funding"
308
318
  #: search/mission_funding/facets-funding
309
319
  msgid "Eligible to receive funding"
@@ -319,16 +329,16 @@ msgstr "Изход от цял ​​екран"
319
329
  msgid "Explore more on Climate-ADAPT"
320
330
  msgstr "Разгледайте повече в Climate-ADAPT"
321
331
 
332
+ #. Default: "Financing incentive instruments"
333
+ #: messages
334
+ msgid "Financing incentive instruments"
335
+ msgstr "Инструменти за стимулиране на финансирането"
336
+
322
337
  #. Default: "For more search options"
323
338
  #: index
324
339
  msgid "For more search options"
325
340
  msgstr "За повече опции за търсене"
326
341
 
327
- #. Default: "France"
328
- #: helpers/Constants
329
- msgid "France"
330
- msgstr "Франция"
331
-
332
342
  #. Default: "Fullscreen"
333
343
  #: components/theme/Views/C3SIndicatorView
334
344
  msgid "Fullscreen"
@@ -336,8 +346,6 @@ msgstr "Цял екран"
336
346
 
337
347
  #. Default: "Funding Programme"
338
348
  #: search/cca/facets
339
- #: search/facets
340
- #: search/fise/facets
341
349
  #: search/mission_projects/facets-projects
342
350
  #: search/mission_stories/facets-stories
343
351
  msgid "Funding Programme"
@@ -368,11 +376,26 @@ msgstr "Първи стъпки"
368
376
  msgid "Go to advanced search"
369
377
  msgstr "Отидете на разширено търсене"
370
378
 
379
+ #. Default: "Governance and Institutional"
380
+ #: messages
381
+ msgid "Governance and Institutional"
382
+ msgstr "Управление и институционално"
383
+
371
384
  #. Default: "Governance level:"
372
385
  #: helpers/ContentMetadata
373
386
  msgid "Governance level:"
374
387
  msgstr "Ниво на управление:"
375
388
 
389
+ #. Default: "Green options"
390
+ #: messages
391
+ msgid "Green options"
392
+ msgstr "Зелени опции"
393
+
394
+ #. Default: "Grey options"
395
+ #: messages
396
+ msgid "Grey options"
397
+ msgstr "Сиви опции"
398
+
376
399
  #. Default: "HHWS available (click on country for further information)"
377
400
  #: components/manage/Blocks/CountryMapHeatIndex/Filter
378
401
  msgid "HHWS available (click on country for further information)"
@@ -384,7 +407,7 @@ msgid "Hazard Type"
384
407
  msgstr "Тип опасност"
385
408
 
386
409
  #. Default: "Health Impacts"
387
- #: search/health_observatory/config-health
410
+ #: messages
388
411
  msgid "Health Impacts"
389
412
  msgstr "Въздействия върху здравето"
390
413
 
@@ -449,10 +472,18 @@ msgstr "Индикатори"
449
472
  msgid "Info"
450
473
  msgstr "Информация"
451
474
 
475
+ #. Default: "Information and awareness raising"
476
+ #: messages
477
+ msgid "Information and awareness raising"
478
+ msgstr "Информиране и повишаване на осведомеността"
479
+
480
+ #. Default: "Insurance and risk sharing instruments"
481
+ #: messages
482
+ msgid "Insurance and risk sharing instruments"
483
+ msgstr "Инструменти за застраховане и споделяне на риска"
484
+
452
485
  #. Default: "Item from third parties"
453
486
  #: search/cca/facets
454
- #: search/facets
455
- #: search/fise/facets
456
487
  msgid "Item from third parties"
457
488
  msgstr "Артикул от трети страни"
458
489
 
@@ -464,8 +495,6 @@ msgstr "Ключови системи на общността"
464
495
  #. Default: "Key Type Measure"
465
496
  #: components/manage/Blocks/FilterAceContent/FilterAceContentView
466
497
  #: search/cca/facets
467
- #: search/facets
468
- #: search/fise/facets
469
498
  msgid "Key Type Measure"
470
499
  msgstr "Ключов тип мярка"
471
500
 
@@ -489,6 +518,11 @@ msgstr "Ключов тип мерки"
489
518
  msgid "Keywords:"
490
519
  msgstr "Ключови думи:"
491
520
 
521
+ #. Default: "Knowledge and behavioural change"
522
+ #: messages
523
+ msgid "Knowledge and behavioural change"
524
+ msgstr "Промяна на знанието и поведението"
525
+
492
526
  #. Default: "Language"
493
527
  #: search/common
494
528
  msgid "Language"
@@ -571,6 +605,11 @@ msgstr "Търсите повече информация?"
571
605
  msgid "Macro-Transnational region:"
572
606
  msgstr "Макро-транснационален регион:"
573
607
 
608
+ #. Default: "Management and planning"
609
+ #: messages
610
+ msgid "Management and planning"
611
+ msgstr "Управление и планиране"
612
+
574
613
  #. Default: "Most useful for"
575
614
  #: search/mission_tools/facets-tools
576
615
  msgid "Most useful for"
@@ -581,6 +620,11 @@ msgstr "Най-полезен за"
581
620
  msgid "National HHAP"
582
621
  msgstr "Национален HHAP"
583
622
 
623
+ #. Default: "Nature based Solutions and Ecosystem based approaches"
624
+ #: messages
625
+ msgid "Nature based Solutions and Ecosystem based approaches"
626
+ msgstr "Решения, базирани на природата, и подходи, базирани на екосистеми"
627
+
584
628
  #. Default: "New"
585
629
  #: components/Result/ClusterHorizontalCardItem
586
630
  msgid "New"
@@ -622,7 +666,6 @@ msgid "Observatory contributions"
622
666
  msgstr "Принос на обсерваторията"
623
667
 
624
668
  #. Default: "Observatory partner"
625
- #: search/health_observatory/config-health
626
669
  #: search/health_observatory/facets-health
627
670
  msgid "Observatory partner"
628
671
  msgstr "Партньор на обсерваторията"
@@ -652,6 +695,16 @@ msgstr "Участие"
652
695
  msgid "Partners"
653
696
  msgstr "Партньори"
654
697
 
698
+ #. Default: "Physical and technological"
699
+ #: messages
700
+ msgid "Physical and technological"
701
+ msgstr "Физически и технологични"
702
+
703
+ #. Default: "Policy Instruments"
704
+ #: messages
705
+ msgid "Policy Instruments"
706
+ msgstr "Инструменти на политиката"
707
+
655
708
  #. Default: "Policy and legal background"
656
709
  #: components/theme/Views/CaseStudyView
657
710
  msgid "Policy and legal background"
@@ -746,24 +799,22 @@ msgid "Replace existing file"
746
799
  msgstr "Замяна на съществуващ файл"
747
800
 
748
801
  #. Default: "Search the Climate-ADAPT database"
749
- #: index
802
+ #: messages
750
803
  msgid "Search the Climate-ADAPT database"
751
804
  msgstr "Търсете в базата данни Climate-ADAPT"
752
805
 
753
806
  #. Default: "Search the EU Mission on Adaptation"
754
- #: index
807
+ #: messages
755
808
  msgid "Search the EU Mission on Adaptation"
756
809
  msgstr "Потърсете в Мисията на ЕС за адаптация"
757
810
 
758
811
  #. Default: "Search the Observatory Resource Catalogue..."
759
- #: index
812
+ #: messages
760
813
  msgid "Search the Observatory Resource Catalogue..."
761
814
  msgstr "Търсете в каталога с ресурси на обсерваторията..."
762
815
 
763
816
  #. Default: "Section"
764
817
  #: search/cca/facets
765
- #: search/facets
766
- #: search/fise/facets
767
818
  msgid "Section"
768
819
  msgstr "Раздел"
769
820
 
@@ -854,6 +905,11 @@ msgstr "Поднационални или местни"
854
905
  msgid "Success and limiting factors"
855
906
  msgstr "Успех и ограничаващи фактори"
856
907
 
908
+ #. Default: "Technological options"
909
+ #: messages
910
+ msgid "Technological options"
911
+ msgstr "Технологични опции"
912
+
857
913
  #. Default: "The Adaptation Support Tool - Getting started"
858
914
  #: components/theme/ASTNavigation/ASTAccordion
859
915
  msgid "The Adaptation Support Tool - Getting started"
@@ -887,8 +943,6 @@ msgstr "теми:"
887
943
 
888
944
  #. Default: "Transnational regions"
889
945
  #: search/cca/facets
890
- #: search/facets
891
- #: search/fise/facets
892
946
  msgid "Transnational regions"
893
947
  msgstr "Транснационални региони"
894
948
 
@@ -899,7 +953,7 @@ msgid "Type of item"
899
953
  msgstr "Вид артикул"
900
954
 
901
955
  #. Default: "Types"
902
- #: search/health_observatory/config-health
956
+ #: messages
903
957
  msgid "Types"
904
958
  msgstr "Видове"
905
959
 
@@ -1236,6 +1290,11 @@ msgstr "Беларус"
1236
1290
 
1237
1291
  #. undefined
1238
1292
 
1293
+ msgid "Belgium"
1294
+ msgstr "Белгия"
1295
+
1296
+ #. undefined
1297
+
1239
1298
  msgid "Bosnia and Herzegovina"
1240
1299
  msgstr "Босна и Херцеговина"
1241
1300
 
@@ -1271,6 +1330,11 @@ msgstr "Естония"
1271
1330
 
1272
1331
  #. undefined
1273
1332
 
1333
+ msgid "France"
1334
+ msgstr "Франция"
1335
+
1336
+ #. undefined
1337
+
1274
1338
  msgid "Faroe Islands"
1275
1339
  msgstr "Фарьорски острови"
1276
1340