@eeacms/volto-cca-policy 0.2.4 → 0.2.6

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 (31) hide show
  1. package/CHANGELOG.md +77 -0
  2. package/locales/de/LC_MESSAGES/volto.po +15 -64
  3. package/locales/en/LC_MESSAGES/volto.po +15 -64
  4. package/locales/es/LC_MESSAGES/volto.po +15 -64
  5. package/locales/fr/LC_MESSAGES/volto.po +15 -64
  6. package/locales/it/LC_MESSAGES/volto.po +15 -64
  7. package/locales/pl/LC_MESSAGES/volto.po +15 -64
  8. package/locales/ro/LC_MESSAGES/volto.po +15 -64
  9. package/locales/volto.pot +16 -55
  10. package/package.json +1 -1
  11. package/src/components/index.js +3 -0
  12. package/src/components/manage/Blocks/CountryProfileDetail/CountryTabPane.js +72 -0
  13. package/src/components/manage/Blocks/CountryProfileDetail/CountryTabPane.test.jsx +47 -0
  14. package/src/components/manage/Blocks/CountryProfileDetail/View.js +65 -48
  15. package/src/components/manage/Blocks/CountryProfileDetail/View.test.jsx +40 -0
  16. package/src/components/manage/Blocks/CountryProfileDetail/styles.less +59 -0
  17. package/src/components/manage/Blocks/RASTBlock/RASTMap.jsx +3 -1
  18. package/src/components/manage/Blocks/RASTBlock/RASTView.jsx +4 -2
  19. package/src/components/theme/ASTNavigation/ASTAccordion.jsx +20 -6
  20. package/src/components/theme/MissionDisclaimer/MissionDisclaimer.jsx +24 -0
  21. package/src/components/theme/Views/MissionFundingCCAView.jsx +22 -53
  22. package/src/components/theme/Views/MissionFundingCCAView.test.jsx +1 -3
  23. package/src/components/theme/Views/MissionToolView.jsx +226 -0
  24. package/src/components/theme/Views/MissionToolView.test.jsx +154 -0
  25. package/src/helpers/ContentMetadata.jsx +16 -34
  26. package/src/helpers/Utils.jsx +23 -0
  27. package/src/helpers/index.js +1 -0
  28. package/src/index.js +3 -0
  29. package/theme/elements/list.variables +1 -1
  30. package/theme/globals/mission.less +15 -0
  31. package/src/components/theme/Views/styles.less +0 -7
package/CHANGELOG.md CHANGED
@@ -4,6 +4,75 @@ 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.2.6](https://github.com/eea/volto-cca-policy/compare/0.2.5...0.2.6) - 17 April 2024
8
+
9
+ #### :rocket: New Features
10
+
11
+ - feat(view): add MissionToolView for mission_tool content type - Refs #268126 [kreafox - [`598f038`](https://github.com/eea/volto-cca-policy/commit/598f038b17754d272424a04e45ebc2b41766d724)]
12
+
13
+ #### :bug: Bug Fixes
14
+
15
+ - fix(view): fix condition in MissionFundingView [kreafox - [`45f8741`](https://github.com/eea/volto-cca-policy/commit/45f87418982cad2ec33d72a3bacb907ff39a6336)]
16
+
17
+ #### :nail_care: Enhancements
18
+
19
+ - change(view): use semantic List [kreafox - [`3cba130`](https://github.com/eea/volto-cca-policy/commit/3cba130f2c9cf3d39e8131b04beca5750affe73f)]
20
+ - change(view): use MetadataItemList [kreafox - [`a501d41`](https://github.com/eea/volto-cca-policy/commit/a501d413ceb4a78bfdfe38eaaaec38d93eddb7f7)]
21
+ - change(view): use MetadataItemList instead of ItemsList [kreafox - [`df2a28d`](https://github.com/eea/volto-cca-policy/commit/df2a28da12a37252e745ac87984eedea2701e16f)]
22
+
23
+ #### :hammer_and_wrench: Others
24
+
25
+ - test: update snapshot [kreafox - [`a8589e3`](https://github.com/eea/volto-cca-policy/commit/a8589e32cd506eae790cde287fbdf82fa0e29012)]
26
+ - test: reduce duplicated code , move disclaimer to separate component - Refs #268126 [kreafox - [`3ae3d09`](https://github.com/eea/volto-cca-policy/commit/3ae3d09ebdf6b32ef858051eb08d8088bec89d23)]
27
+ - test: add tests for Mission Tool content type [kreafox - [`5214c0f`](https://github.com/eea/volto-cca-policy/commit/5214c0f58646956055f10a07da8acf72398b6e29)]
28
+ - test: update snapshots [kreafox - [`8ce574c`](https://github.com/eea/volto-cca-policy/commit/8ce574cdf17edfe72ece2e4cc59d984746693f03)]
29
+ ### [0.2.5](https://github.com/eea/volto-cca-policy/compare/0.2.4...0.2.5) - 15 April 2024
30
+
31
+ #### :rocket: New Features
32
+
33
+ - feat: add AST side navigation [kreafox - [`ade39af`](https://github.com/eea/volto-cca-policy/commit/ade39afa5f72dd4cd55c5bb1a0c96f11ee230bf2)]
34
+
35
+ #### :bug: Bug Fixes
36
+
37
+ - fix(blocks): fix results in Relevant AceContent Block [kreafox - [`0997ab9`](https://github.com/eea/volto-cca-policy/commit/0997ab97fd030b9bb125d434e4eb00266451d9c3)]
38
+ - fix: add missing defaultMessage for label [kreafox - [`abe680b`](https://github.com/eea/volto-cca-policy/commit/abe680befd6d7b5d126962eb89da9001ff6b15a0)]
39
+
40
+ #### :nail_care: Enhancements
41
+
42
+ - change(ast): cleanup + small refactor [kreafox - [`3bf6614`](https://github.com/eea/volto-cca-policy/commit/3bf6614f5d9298718dfa81fcecf9e2530743043e)]
43
+ - change: update original SVG [kreafox - [`012b036`](https://github.com/eea/volto-cca-policy/commit/012b036589ba1242252fdbea801339fca62c9c10)]
44
+
45
+ #### :house: Internal changes
46
+
47
+ - style: Automated code fix [eea-jenkins - [`6151681`](https://github.com/eea/volto-cca-policy/commit/6151681c264380aabb28000a15579d67f4884ba2)]
48
+
49
+ #### :hammer_and_wrench: Others
50
+
51
+ - Filter children if they're published [Tiberiu Ichim - [`8fc2299`](https://github.com/eea/volto-cca-policy/commit/8fc22990361a070c2ff14f7a93fc7a0af9623348)]
52
+ - i18n [kreafox - [`8e729af`](https://github.com/eea/volto-cca-policy/commit/8e729af2d7ef5443417c779963e94a1d4244018d)]
53
+ - Refs #161494 - test TabPane [Tripon Eugen - [`4bd2efb`](https://github.com/eea/volto-cca-policy/commit/4bd2efb5bf65b1b570c10609d0bbe0b6ccd1b64a)]
54
+ - Fix test [kreafox - [`8c56516`](https://github.com/eea/volto-cca-policy/commit/8c5651625a9da3d238054ebad3bf385a4601d58b)]
55
+ - Refs #161494 - test TabPane content [Tripon Eugen - [`9d6bf67`](https://github.com/eea/volto-cca-policy/commit/9d6bf67815c67ba33df5fc5530c75ad398e638c1)]
56
+ - Refs #161494 - test TabPane content [Tripon Eugen - [`37b4ad2`](https://github.com/eea/volto-cca-policy/commit/37b4ad2e1938cbd3d9adf3bca63d17fef5c8143b)]
57
+ - Refs #161494 - test dummy json [Tripon Eugen - [`bfcfde7`](https://github.com/eea/volto-cca-policy/commit/bfcfde723190ddd9094bf28552d48f19cc9a09a2)]
58
+ - Refs #161494 - view test [Tripon Eugen - [`c572b9e`](https://github.com/eea/volto-cca-policy/commit/c572b9e588fa26512cd12302268b59cb0a1f6786)]
59
+ - Refs #161494 - view test [Tripon Eugen - [`657da24`](https://github.com/eea/volto-cca-policy/commit/657da2404bb102cf63c9a3de036fe6d3ddb116d3)]
60
+ - Refs #161494 - split code and add test [Tripon Eugen - [`2be3dda`](https://github.com/eea/volto-cca-policy/commit/2be3ddacc206a08c027c8a3d1d38c8e956c2a976)]
61
+ - Refs #161494 - return something [Tripon Eugen - [`ea9a0bf`](https://github.com/eea/volto-cca-policy/commit/ea9a0bf827e8b0f7b2faca91235896abdc35b2b1)]
62
+ - test: add tests for ASTLogoMap [kreafox - [`b61528e`](https://github.com/eea/volto-cca-policy/commit/b61528e8d65c74e20f6e9de111c12cb7abca2e6e)]
63
+ - Refs #268061 - eslint [Tripon Eugen - [`755f663`](https://github.com/eea/volto-cca-policy/commit/755f6639f24ee0bff55969d1def1d2145a16b441)]
64
+ - test: add tests for AST [kreafox - [`e5a9deb`](https://github.com/eea/volto-cca-policy/commit/e5a9deb7e41daa2797521035bf48131e84d96c83)]
65
+ - Refs #161494 - add styles [Tripon Eugen - [`0955f20`](https://github.com/eea/volto-cca-policy/commit/0955f2090c0df3f7d6b0f133b5f20bbe6f208bcf)]
66
+ - Refs #268061 - blue colors bullets [Tripon Eugen - [`d8e2843`](https://github.com/eea/volto-cca-policy/commit/d8e2843900047fcae1ee50c0f67503c9e9599770)]
67
+ - Refs #161494 - eslint [Tripon Eugen - [`5cd3a69`](https://github.com/eea/volto-cca-policy/commit/5cd3a69ea397247d4138abc379ad23fb3b5fb5dc)]
68
+ - Refs #161494 - remove console.log [Tripon Eugen - [`e2770d6`](https://github.com/eea/volto-cca-policy/commit/e2770d689620eaccb74cb54cf3b3db5aead130e4)]
69
+ - Refs #260715 - rebuild jenkins [Tripon Eugen - [`886e2b7`](https://github.com/eea/volto-cca-policy/commit/886e2b77505f6484c6446efa9aa0fd7f3751faed)]
70
+ - Change readme [Tiberiu Ichim - [`44ba420`](https://github.com/eea/volto-cca-policy/commit/44ba42015025e005ae72d087f2b2c6a305e0f301)]
71
+ - Refs #260715 - rast map main root path [Tripon Eugen - [`fc1c851`](https://github.com/eea/volto-cca-policy/commit/fc1c85189b4e3e0242960406f663f2b60d7f5fe7)]
72
+ - Refs #161494 - country profile update [Tripon Eugen - [`11730cb`](https://github.com/eea/volto-cca-policy/commit/11730cb2e541063cda510de16519d6ea58a126ea)]
73
+ - Refs #268061 - adapteca color [Tripon Eugen - [`5e42ab9`](https://github.com/eea/volto-cca-policy/commit/5e42ab95fef5b809401751bc0baa947e63341528)]
74
+ - Refs #260715 - rast check folder skip update skip null [Tripon Eugen - [`6cdf356`](https://github.com/eea/volto-cca-policy/commit/6cdf356f7c643d5da31db1df7d3f07b7702682fd)]
75
+ - Refs #260715 - rast check folder skip update [Tripon Eugen - [`dfefa87`](https://github.com/eea/volto-cca-policy/commit/dfefa8735078feb57bd0f58348006432650efad1)]
7
76
  ### [0.2.4](https://github.com/eea/volto-cca-policy/compare/0.2.3...0.2.4) - 12 April 2024
8
77
 
9
78
  #### :rocket: New Features
@@ -911,10 +980,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
911
980
  - Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
912
981
  - Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
913
982
  - Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
983
+ - test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
984
+ - test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
914
985
  ### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
915
986
 
916
987
  #### :house: Internal changes
917
988
 
989
+ - chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
918
990
  - chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
919
991
 
920
992
  #### :hammer_and_wrench: Others
@@ -931,6 +1003,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
931
1003
  - Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
932
1004
  - Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
933
1005
  - Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
1006
+ - test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
1007
+ - test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
1008
+ - test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
934
1009
  - Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
935
1010
  - 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)]
936
1011
  - Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
@@ -1147,6 +1222,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1147
1222
 
1148
1223
  #### :house: Internal changes
1149
1224
 
1225
+ - chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
1150
1226
 
1151
1227
  #### :hammer_and_wrench: Others
1152
1228
 
@@ -1627,6 +1703,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1627
1703
  #### :hammer_and_wrench: Others
1628
1704
 
1629
1705
  - Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
1706
+ - Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
1630
1707
  ### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
1631
1708
 
1632
1709
  #### :hammer_and_wrench: Others
@@ -98,11 +98,6 @@ msgstr "Kategorie"
98
98
  msgid "Challenges"
99
99
  msgstr "Herausforderungen"
100
100
 
101
- #. Default: "Choices"
102
- #: components/manage/Widgets/CreatableSelectWidget
103
- msgid "Choices"
104
- msgstr "Auswahlmöglichkeiten"
105
-
106
101
  #. Default: "Choose a region"
107
102
  #: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
108
103
  msgid "Choose a region"
@@ -119,7 +114,6 @@ msgid "City:"
119
114
  msgstr "Stadt:"
120
115
 
121
116
  #. Default: "Climate impact"
122
- #: components/manage/Blocks/FilterAceContent/FilterAceContentView copy
123
117
  #: components/manage/Blocks/FilterAceContent/FilterAceContentView
124
118
  msgid "Climate impact"
125
119
  msgstr "Auswirkungen auf das Klima"
@@ -140,11 +134,6 @@ msgstr "Auswirkungen des Klimawandels:"
140
134
  msgid "Climate-ADAPT page for this event"
141
135
  msgstr "Climate-ADAPT-Seite für diese Veranstaltung"
142
136
 
143
- #. Default: "Close"
144
- #: components/manage/Widgets/CreatableSelectWidget
145
- msgid "Close"
146
- msgstr "Schließen"
147
-
148
137
  #. Default: "Contact"
149
138
  #: components/theme/Views/CaseStudyView
150
139
  #: components/theme/Views/CcaEventView
@@ -192,13 +181,7 @@ msgstr "Erscheinungsdatum:"
192
181
  msgid "Dec"
193
182
  msgstr "Dez"
194
183
 
195
- #. Default: "Default"
196
- #: components/manage/Widgets/CreatableSelectWidget
197
- msgid "Default"
198
- msgstr "Standard"
199
-
200
184
  #. Default: "Description"
201
- #: components/manage/Widgets/CreatableSelectWidget
202
185
  #: helpers/Utils
203
186
  msgid "Description"
204
187
  msgstr "Beschreibung"
@@ -248,6 +231,11 @@ msgstr "Förderprogramm:"
248
231
  msgid "Geographic characterisation:"
249
232
  msgstr "Geografische Charakterisierung:"
250
233
 
234
+ #. Default: "Getting started"
235
+ #: components/theme/ASTNavigation/ASTAccordion
236
+ msgid "Getting started"
237
+ msgstr "Einstieg"
238
+
251
239
  #. Default: "Go back"
252
240
  #: components/theme/Views/C3SIndicatorView
253
241
  msgid "Go back"
@@ -339,6 +327,11 @@ msgstr "Schlüsseltypmaßnahmen:"
339
327
  msgid "Key activities within climate change and health"
340
328
  msgstr "Schlüsselaktivitäten im Klimawandel und Gesundheit"
341
329
 
330
+ #. Default: "Key type measures"
331
+ #: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
332
+ msgid "Key type measures"
333
+ msgstr ""
334
+
342
335
  #. Default: "Keywords:"
343
336
  #: helpers/ContentMetadata
344
337
  msgid "Keywords:"
@@ -411,21 +404,11 @@ msgstr "Kein HHAP"
411
404
  msgid "No information"
412
405
  msgstr "Keine Information"
413
406
 
414
- #. Default: "No options"
415
- #: components/manage/Widgets/CreatableSelectWidget
416
- msgid "No options"
417
- msgstr "Keine Optionen"
418
-
419
407
  #. Default: "No results"
420
408
  #: components/manage/Blocks/SearchAceContent/SearchAceContentView
421
409
  msgid "No results"
422
410
  msgstr "Keine Ergebnisse"
423
411
 
424
- #. Default: "No value"
425
- #: components/manage/Widgets/CreatableSelectWidget
426
- msgid "No value"
427
- msgstr "Kein Wert"
428
-
429
412
  #. Default: "Nov"
430
413
  #: components/manage/Blocks/Listing/EventCardsListingView
431
414
  msgid "Nov"
@@ -533,18 +516,12 @@ msgstr "Verwandte Dokumente und Präsentationen"
533
516
  msgid "Relevance"
534
517
  msgstr "Relevanz"
535
518
 
536
- #. Default: "Required"
537
- #: components/manage/Widgets/CreatableSelectWidget
538
- msgid "Required"
539
- msgstr "Erforderlich"
540
-
541
519
  #. Default: "Sa"
542
520
  #: components/manage/Blocks/Listing/EventCardsListingView
543
521
  msgid "Sa"
544
522
  msgstr "Sa"
545
523
 
546
524
  #. Default: "Sector"
547
- #: components/manage/Blocks/FilterAceContent/FilterAceContentView copy
548
525
  #: components/manage/Blocks/FilterAceContent/FilterAceContentView
549
526
  msgid "Sector"
550
527
  msgstr "Sektor"
@@ -569,11 +546,6 @@ msgstr "Erfahre mehr"
569
546
  msgid "See video outside Climate-ADAPT"
570
547
  msgstr "Schau das Video außerhalb von Climate-ADAPT an"
571
548
 
572
- #. Default: "Select…"
573
- #: components/manage/Widgets/CreatableSelectWidget
574
- msgid "Select…"
575
- msgstr "Wählen…"
576
-
577
549
  #. Default: "Sep"
578
550
  #: components/manage/Blocks/Listing/EventCardsListingView
579
551
  msgid "Sep"
@@ -582,15 +554,9 @@ msgstr "Sept"
582
554
  #. Default: "Share your information"
583
555
  #: components/manage/Blocks/SearchAceContent/SearchAceContentView
584
556
  #: components/theme/ShareInfoButton/ShareInfoButton
585
- #: helpers/ShareInfo
586
557
  msgid "Share your information"
587
558
  msgstr "Teilen Sie Ihre Informationen"
588
559
 
589
- #. Default: "Short Name"
590
- #: components/manage/Widgets/CreatableSelectWidget
591
- msgid "Short Name"
592
- msgstr "Kurzer Name"
593
-
594
560
  #. Default: "Solutions"
595
561
  #: components/theme/Views/CaseStudyView
596
562
  msgid "Solutions"
@@ -640,6 +606,11 @@ msgstr "Erfolgsfaktoren und Hemmnisse"
640
606
  msgid "Th"
641
607
  msgstr "Th"
642
608
 
609
+ #. Default: "The Adaptation Support Tool - Getting started"
610
+ #: components/theme/ASTNavigation/ASTAccordion
611
+ msgid "The Adaptation Support Tool - Getting started"
612
+ msgstr "Der Handlungsleitfaden für Anpassungs - Erste Schritte"
613
+
643
614
  #. Default: "The date refers to the date of release of the video"
644
615
  #: helpers/ContentMetadata
645
616
  msgid "The date refers to the date of release of the video"
@@ -655,21 +626,11 @@ msgstr "Das Datum bezieht sich auf das letzte Veröffentlichungsdatum des Eintra
655
626
  msgid "The date refers to the moment in which the item has been prepared or updated by contributing experts to be submitted for the publication in Climate ADAPT"
656
627
  msgstr "Das Datum bezieht sich auf den Zeitpunkt, zu dem der Artikel von den Redakteuren aufbereitet oder aktualisiert wurde, um für die Veröffentlichung in Climate ADAPT angenommen zu werden."
657
628
 
658
- #. Default: "Title"
659
- #: components/manage/Widgets/CreatableSelectWidget
660
- msgid "Title"
661
- msgstr "Titel"
662
-
663
629
  #. Default: "Tu"
664
630
  #: components/manage/Blocks/Listing/EventCardsListingView
665
631
  msgid "Tu"
666
632
  msgstr "Di"
667
633
 
668
- #. Default: "Used for programmatic access to the fieldset."
669
- #: components/manage/Widgets/CreatableSelectWidget
670
- msgid "Used for programmatic access to the fieldset."
671
- msgstr "Wird für den programmgesteuerten Zugriff auf das Feldset verwendet."
672
-
673
634
  #. Default: "View all contributions in the resource catalogue"
674
635
  #: helpers/Utils
675
636
  msgid "View all contributions in the resource catalogue"
@@ -3131,11 +3092,6 @@ msgstr "Geografische Charakterisierung"
3131
3092
  msgid "Geographic characterization:"
3132
3093
  msgstr "Geografische Charakterisierung:"
3133
3094
 
3134
- #. undefined
3135
- #: ../../climateadapt/tiles/pt/urbanast_navigation.pt:50
3136
- msgid "Getting started"
3137
- msgstr "Einstieg"
3138
-
3139
3095
  #. undefined
3140
3096
  #: ../../climateadapt/browser/pt/landing_page_forest.pt:300
3141
3097
  #: ../../climateadapt/browser/pt/landing_page_urban.pt:255
@@ -3749,11 +3705,6 @@ msgstr "Der <a href="https://www.covenantofmayors.eu/support/funding.html"> Cove
3749
3705
  msgid "The <a href="https://www.fao.org/green-cities-initiative/en/">FAO Green Cities Initiative</a> focuses on improving the urban environment, strengthening urban-rural linkages and the resilience of urban systems, services and populations to external shocks."
3750
3706
  msgstr "Die <a href="https://www.fao.org/green-cities-initiativ/en/"> Initiative Green Cities </a> konzentriert sich auf die Verbesserung des städtischen Umfelds, die Stärkung der Verknüpfungen in den städtischen Ländern und die Widerstandsfähigkeit von Städtische Systeme, Dienstleistungen und Bevölkerungsgruppen zu externen Schocks."
3751
3707
 
3752
- #. undefined
3753
- #: ../../climateadapt/tiles/pt/ast_navigation.pt:106
3754
- msgid "The Adaptation Support Tool - Getting started"
3755
- msgstr "Der Handlungsleitfaden für Anpassungs - Erste Schritte"
3756
-
3757
3708
  #. undefined
3758
3709
  #: ../../climateadapt/browser/pt/landing_page_urban.pt:384
3759
3710
  msgid "The EU Covenant of Mayors"
@@ -98,11 +98,6 @@ msgstr ""
98
98
  msgid "Challenges"
99
99
  msgstr ""
100
100
 
101
- #. Default: "Choices"
102
- #: components/manage/Widgets/CreatableSelectWidget
103
- msgid "Choices"
104
- msgstr ""
105
-
106
101
  #. Default: "Choose a region"
107
102
  #: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
108
103
  msgid "Choose a region"
@@ -119,7 +114,6 @@ msgid "City:"
119
114
  msgstr ""
120
115
 
121
116
  #. Default: "Climate impact"
122
- #: components/manage/Blocks/FilterAceContent/FilterAceContentView copy
123
117
  #: components/manage/Blocks/FilterAceContent/FilterAceContentView
124
118
  msgid "Climate impact"
125
119
  msgstr ""
@@ -140,11 +134,6 @@ msgstr ""
140
134
  msgid "Climate-ADAPT page for this event"
141
135
  msgstr ""
142
136
 
143
- #. Default: "Close"
144
- #: components/manage/Widgets/CreatableSelectWidget
145
- msgid "Close"
146
- msgstr ""
147
-
148
137
  #. Default: "Contact"
149
138
  #: components/theme/Views/CaseStudyView
150
139
  #: components/theme/Views/CcaEventView
@@ -192,13 +181,7 @@ msgstr ""
192
181
  msgid "Dec"
193
182
  msgstr ""
194
183
 
195
- #. Default: "Default"
196
- #: components/manage/Widgets/CreatableSelectWidget
197
- msgid "Default"
198
- msgstr ""
199
-
200
184
  #. Default: "Description"
201
- #: components/manage/Widgets/CreatableSelectWidget
202
185
  #: helpers/Utils
203
186
  msgid "Description"
204
187
  msgstr ""
@@ -248,6 +231,11 @@ msgstr ""
248
231
  msgid "Geographic characterisation:"
249
232
  msgstr ""
250
233
 
234
+ #. Default: "Getting started"
235
+ #: components/theme/ASTNavigation/ASTAccordion
236
+ msgid "Getting started"
237
+ msgstr ""
238
+
251
239
  #. Default: "Go back"
252
240
  #: components/theme/Views/C3SIndicatorView
253
241
  msgid "Go back"
@@ -339,6 +327,11 @@ msgstr ""
339
327
  msgid "Key activities within climate change and health"
340
328
  msgstr ""
341
329
 
330
+ #. Default: "Key type measures"
331
+ #: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
332
+ msgid "Key type measures"
333
+ msgstr ""
334
+
342
335
  #. Default: "Keywords:"
343
336
  #: helpers/ContentMetadata
344
337
  msgid "Keywords:"
@@ -411,21 +404,11 @@ msgstr ""
411
404
  msgid "No information"
412
405
  msgstr ""
413
406
 
414
- #. Default: "No options"
415
- #: components/manage/Widgets/CreatableSelectWidget
416
- msgid "No options"
417
- msgstr ""
418
-
419
407
  #. Default: "No results"
420
408
  #: components/manage/Blocks/SearchAceContent/SearchAceContentView
421
409
  msgid "No results"
422
410
  msgstr ""
423
411
 
424
- #. Default: "No value"
425
- #: components/manage/Widgets/CreatableSelectWidget
426
- msgid "No value"
427
- msgstr ""
428
-
429
412
  #. Default: "Nov"
430
413
  #: components/manage/Blocks/Listing/EventCardsListingView
431
414
  msgid "Nov"
@@ -533,18 +516,12 @@ msgstr ""
533
516
  msgid "Relevance"
534
517
  msgstr ""
535
518
 
536
- #. Default: "Required"
537
- #: components/manage/Widgets/CreatableSelectWidget
538
- msgid "Required"
539
- msgstr ""
540
-
541
519
  #. Default: "Sa"
542
520
  #: components/manage/Blocks/Listing/EventCardsListingView
543
521
  msgid "Sa"
544
522
  msgstr ""
545
523
 
546
524
  #. Default: "Sector"
547
- #: components/manage/Blocks/FilterAceContent/FilterAceContentView copy
548
525
  #: components/manage/Blocks/FilterAceContent/FilterAceContentView
549
526
  msgid "Sector"
550
527
  msgstr ""
@@ -569,11 +546,6 @@ msgstr ""
569
546
  msgid "See video outside Climate-ADAPT"
570
547
  msgstr ""
571
548
 
572
- #. Default: "Select…"
573
- #: components/manage/Widgets/CreatableSelectWidget
574
- msgid "Select…"
575
- msgstr ""
576
-
577
549
  #. Default: "Sep"
578
550
  #: components/manage/Blocks/Listing/EventCardsListingView
579
551
  msgid "Sep"
@@ -582,15 +554,9 @@ msgstr ""
582
554
  #. Default: "Share your information"
583
555
  #: components/manage/Blocks/SearchAceContent/SearchAceContentView
584
556
  #: components/theme/ShareInfoButton/ShareInfoButton
585
- #: helpers/ShareInfo
586
557
  msgid "Share your information"
587
558
  msgstr ""
588
559
 
589
- #. Default: "Short Name"
590
- #: components/manage/Widgets/CreatableSelectWidget
591
- msgid "Short Name"
592
- msgstr ""
593
-
594
560
  #. Default: "Solutions"
595
561
  #: components/theme/Views/CaseStudyView
596
562
  msgid "Solutions"
@@ -640,6 +606,11 @@ msgstr ""
640
606
  msgid "Th"
641
607
  msgstr ""
642
608
 
609
+ #. Default: "The Adaptation Support Tool - Getting started"
610
+ #: components/theme/ASTNavigation/ASTAccordion
611
+ msgid "The Adaptation Support Tool - Getting started"
612
+ msgstr ""
613
+
643
614
  #. Default: "The date refers to the date of release of the video"
644
615
  #: helpers/ContentMetadata
645
616
  msgid "The date refers to the date of release of the video"
@@ -655,21 +626,11 @@ msgstr ""
655
626
  msgid "The date refers to the moment in which the item has been prepared or updated by contributing experts to be submitted for the publication in Climate ADAPT"
656
627
  msgstr ""
657
628
 
658
- #. Default: "Title"
659
- #: components/manage/Widgets/CreatableSelectWidget
660
- msgid "Title"
661
- msgstr ""
662
-
663
629
  #. Default: "Tu"
664
630
  #: components/manage/Blocks/Listing/EventCardsListingView
665
631
  msgid "Tu"
666
632
  msgstr ""
667
633
 
668
- #. Default: "Used for programmatic access to the fieldset."
669
- #: components/manage/Widgets/CreatableSelectWidget
670
- msgid "Used for programmatic access to the fieldset."
671
- msgstr ""
672
-
673
634
  #. Default: "View all contributions in the resource catalogue"
674
635
  #: helpers/Utils
675
636
  msgid "View all contributions in the resource catalogue"
@@ -3131,11 +3092,6 @@ msgstr ""
3131
3092
  msgid "Geographic characterization:"
3132
3093
  msgstr ""
3133
3094
 
3134
- #. undefined
3135
- #: ../../climateadapt/tiles/pt/urbanast_navigation.pt:50
3136
- msgid "Getting started"
3137
- msgstr ""
3138
-
3139
3095
  #. undefined
3140
3096
  #: ../../climateadapt/browser/pt/landing_page_forest.pt:300
3141
3097
  #: ../../climateadapt/browser/pt/landing_page_urban.pt:255
@@ -3749,11 +3705,6 @@ msgstr ""
3749
3705
  msgid "The <a href="https://www.fao.org/green-cities-initiative/en/">FAO Green Cities Initiative</a> focuses on improving the urban environment, strengthening urban-rural linkages and the resilience of urban systems, services and populations to external shocks."
3750
3706
  msgstr ""
3751
3707
 
3752
- #. undefined
3753
- #: ../../climateadapt/tiles/pt/ast_navigation.pt:106
3754
- msgid "The Adaptation Support Tool - Getting started"
3755
- msgstr ""
3756
-
3757
3708
  #. undefined
3758
3709
  #: ../../climateadapt/browser/pt/landing_page_urban.pt:384
3759
3710
  msgid "The EU Covenant of Mayors"