@eeacms/volto-cca-policy 0.2.99 → 0.3.0
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 +31 -8
- package/locales/bg/LC_MESSAGES/volto.po +5 -95
- package/locales/cs/LC_MESSAGES/volto.po +5 -95
- package/locales/de/LC_MESSAGES/volto.po +5 -95
- package/locales/en/LC_MESSAGES/volto.po +5 -95
- package/locales/es/LC_MESSAGES/volto.po +5 -95
- package/locales/et/LC_MESSAGES/volto.po +5 -95
- package/locales/fi/LC_MESSAGES/volto.po +5 -95
- package/locales/fr/LC_MESSAGES/volto.po +5 -95
- package/locales/ga/LC_MESSAGES/volto.po +5 -95
- package/locales/hr/LC_MESSAGES/volto.po +5 -95
- package/locales/hu/LC_MESSAGES/volto.po +5 -95
- package/locales/it/LC_MESSAGES/volto.po +5 -95
- package/locales/lt/LC_MESSAGES/volto.po +5 -95
- package/locales/nl/LC_MESSAGES/volto.po +5 -95
- package/locales/pl/LC_MESSAGES/volto.po +5 -95
- package/locales/pt/LC_MESSAGES/volto.po +5 -95
- package/locales/ro/LC_MESSAGES/volto.po +5 -95
- package/locales/sl/LC_MESSAGES/volto.po +5 -95
- package/locales/volto.pot +6 -96
- package/package.json +1 -1
- package/src/components/manage/Blocks/Listing/EventCardsListingView.jsx +136 -161
- package/src/components/manage/Blocks/Listing/styles.less +46 -16
- package/src/customizations/volto/components/manage/UniversalLink/UniversalLink.jsx +19 -10
- package/src/customizations/volto/components/manage/UniversalLink/UniversalLink.test.jsx +3 -3
- package/src/helpers/index.js +3 -0
- package/src/search/{config.js → cca/config.js} +15 -2
- package/src/search/{facets.js → cca/facets.js} +1 -1
- package/src/search/common.js +7 -3
- package/src/search/index.js +8 -7
- package/theme/assets/images/eea-logo.svg +1 -0
- package/theme/globals/site.variables +1 -0
- /package/src/search/{views.js → cca/views.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,37 @@ 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.0](https://github.com/eea/volto-cca-policy/compare/0.2.100...0.3.0) - 5 February 2025
|
|
8
|
+
|
|
9
|
+
#### :bug: Bug Fixes
|
|
10
|
+
|
|
11
|
+
- fix: test [kreafox - [`478fb27`](https://github.com/eea/volto-cca-policy/commit/478fb2701bee49dd191ba1c4542ce9c9faed9958)]
|
|
12
|
+
- fix(UniversalLink): fix issue with @@download in url - refs #273406 [kreafox - [`544d91c`](https://github.com/eea/volto-cca-policy/commit/544d91cfcccf12a7eb6cc04ddf10313c2883ece7)]
|
|
13
|
+
|
|
14
|
+
#### :hammer_and_wrench: Others
|
|
15
|
+
|
|
16
|
+
- Bump version to 0.3.0 [kreafox - [`7380a83`](https://github.com/eea/volto-cca-policy/commit/7380a8312271bdda07dc7a2494c21ecddffa514a)]
|
|
17
|
+
- Remove console log [Tiberiu Ichim - [`23e5f6e`](https://github.com/eea/volto-cca-policy/commit/23e5f6e395021504b4a955564eb46425933cf4e5)]
|
|
18
|
+
- Make language default a function [Tiberiu Ichim - [`a96766e`](https://github.com/eea/volto-cca-policy/commit/a96766ec8b020f485a184ca77fb1aa3a91800afa)]
|
|
19
|
+
- Add missing code [Tiberiu Ichim - [`b9d2b8d`](https://github.com/eea/volto-cca-policy/commit/b9d2b8ddfda6169ba748d9eed21bba685585e8ab)]
|
|
20
|
+
### [0.2.100](https://github.com/eea/volto-cca-policy/compare/0.2.99...0.2.100) - 4 February 2025
|
|
21
|
+
|
|
22
|
+
#### :bug: Bug Fixes
|
|
23
|
+
|
|
24
|
+
- fix(listing): fix start date styling [kreafox - [`ff88bf7`](https://github.com/eea/volto-cca-policy/commit/ff88bf71275d10ee9a6f9bed096d17d01f1b9257)]
|
|
25
|
+
- fix(listing): refactored StartDate to use toLocaleDateString for dynamic localization [kreafox - [`6207766`](https://github.com/eea/volto-cca-policy/commit/6207766b87d8ffb8c7c2f7d30056785d2f0bb354)]
|
|
26
|
+
- fix(listing): update translation for event listing view [kreafox - [`3642f73`](https://github.com/eea/volto-cca-policy/commit/3642f7343f59df0a7624b2cfe75c8bfedb45db8b)]
|
|
27
|
+
|
|
28
|
+
#### :nail_care: Enhancements
|
|
29
|
+
|
|
30
|
+
- change(listing): add organisation logo for CCA events - refs #271085 [kreafox - [`9a79a30`](https://github.com/eea/volto-cca-policy/commit/9a79a309c1e648e7cab32f4c6f09e8f29190b0a7)]
|
|
31
|
+
- change(listing): improve event listing view [kreafox - [`a0e08b6`](https://github.com/eea/volto-cca-policy/commit/a0e08b633509a01bf7ba8c1d4f5b1a083e1d31d8)]
|
|
32
|
+
|
|
33
|
+
#### :house: Internal changes
|
|
34
|
+
|
|
35
|
+
- style: Automated code fix [eea-jenkins - [`d7c39b0`](https://github.com/eea/volto-cca-policy/commit/d7c39b0e4fd8e4e62b6aaa05542ca9d8dbeb9623)]
|
|
36
|
+
- style: Automated code fix [eea-jenkins - [`2141e2e`](https://github.com/eea/volto-cca-policy/commit/2141e2eebd72f86313e0391218de0a9eb4ee2e32)]
|
|
37
|
+
|
|
7
38
|
### [0.2.99](https://github.com/eea/volto-cca-policy/compare/0.2.98...0.2.99) - 31 January 2025
|
|
8
39
|
|
|
9
40
|
#### :nail_care: Enhancements
|
|
@@ -1846,13 +1877,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1846
1877
|
- Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
|
|
1847
1878
|
- Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
|
|
1848
1879
|
- Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
|
|
1849
|
-
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
|
|
1850
|
-
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
|
|
1851
1880
|
### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
|
|
1852
1881
|
|
|
1853
1882
|
#### :house: Internal changes
|
|
1854
1883
|
|
|
1855
|
-
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
|
|
1856
1884
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
|
|
1857
1885
|
|
|
1858
1886
|
#### :hammer_and_wrench: Others
|
|
@@ -1869,9 +1897,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1869
1897
|
- Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
|
|
1870
1898
|
- Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
|
|
1871
1899
|
- Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
|
|
1872
|
-
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
|
|
1873
|
-
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
|
|
1874
|
-
- test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
|
|
1875
1900
|
- Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
|
|
1876
1901
|
- 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)]
|
|
1877
1902
|
- Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
|
|
@@ -2088,7 +2113,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2088
2113
|
|
|
2089
2114
|
#### :house: Internal changes
|
|
2090
2115
|
|
|
2091
|
-
- chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
|
|
2092
2116
|
|
|
2093
2117
|
#### :hammer_and_wrench: Others
|
|
2094
2118
|
|
|
@@ -2569,7 +2593,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2569
2593
|
#### :hammer_and_wrench: Others
|
|
2570
2594
|
|
|
2571
2595
|
- Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
|
|
2572
|
-
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
|
|
2573
2596
|
### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
|
|
2574
2597
|
|
|
2575
2598
|
#### :hammer_and_wrench: Others
|
|
@@ -58,16 +58,6 @@ msgstr "Допълнителни подробности"
|
|
|
58
58
|
msgid "Agenda and supporting documents"
|
|
59
59
|
msgstr "Дневен ред и придружаващи документи"
|
|
60
60
|
|
|
61
|
-
#. Default: "Apr"
|
|
62
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
63
|
-
msgid "Apr"
|
|
64
|
-
msgstr "април"
|
|
65
|
-
|
|
66
|
-
#. Default: "Aug"
|
|
67
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
68
|
-
msgid "Aug"
|
|
69
|
-
msgstr "Ауг"
|
|
70
|
-
|
|
71
61
|
#. Default: "Background information"
|
|
72
62
|
#: components/theme/Views/C3SIndicatorView
|
|
73
63
|
msgid "Background information"
|
|
@@ -196,11 +186,6 @@ msgstr "Дата на публикуване:"
|
|
|
196
186
|
msgid "Date of release:"
|
|
197
187
|
msgstr "Дата на освобождаване:"
|
|
198
188
|
|
|
199
|
-
#. Default: "Dec"
|
|
200
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
201
|
-
msgid "Dec"
|
|
202
|
-
msgstr "дек"
|
|
203
|
-
|
|
204
189
|
#. Default: "Description"
|
|
205
190
|
#: helpers/Utils
|
|
206
191
|
msgid "Description"
|
|
@@ -261,21 +246,11 @@ msgstr "Изход от цял екран"
|
|
|
261
246
|
msgid "Explore more on Climate-ADAPT"
|
|
262
247
|
msgstr "Разгледайте повече в Climate-ADAPT"
|
|
263
248
|
|
|
264
|
-
#. Default: "Feb"
|
|
265
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
266
|
-
msgid "Feb"
|
|
267
|
-
msgstr "февруари"
|
|
268
|
-
|
|
269
249
|
#. Default: "For more search options"
|
|
270
250
|
#: index
|
|
271
251
|
msgid "For more search options"
|
|
272
252
|
msgstr "За повече опции за търсене"
|
|
273
253
|
|
|
274
|
-
#. Default: "Fr"
|
|
275
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
276
|
-
msgid "Fr"
|
|
277
|
-
msgstr "от"
|
|
278
|
-
|
|
279
254
|
#. Default: "Fullscreen"
|
|
280
255
|
#: components/theme/Views/C3SIndicatorView
|
|
281
256
|
msgid "Fullscreen"
|
|
@@ -362,21 +337,6 @@ msgstr "Показатели"
|
|
|
362
337
|
msgid "Info"
|
|
363
338
|
msgstr "Информация"
|
|
364
339
|
|
|
365
|
-
#. Default: "Jan"
|
|
366
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
367
|
-
msgid "Jan"
|
|
368
|
-
msgstr "Ян"
|
|
369
|
-
|
|
370
|
-
#. Default: "Jul"
|
|
371
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
372
|
-
msgid "Jul"
|
|
373
|
-
msgstr "юли"
|
|
374
|
-
|
|
375
|
-
#. Default: "Jun"
|
|
376
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
377
|
-
msgid "Jun"
|
|
378
|
-
msgstr "Юни"
|
|
379
|
-
|
|
380
340
|
#. Default: "Key Type Measure"
|
|
381
341
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
382
342
|
msgid "Key Type Measure"
|
|
@@ -439,21 +399,6 @@ msgstr "Търся повече информация"
|
|
|
439
399
|
msgid "Macro-Transnational region:"
|
|
440
400
|
msgstr "Макротранснационален регион:"
|
|
441
401
|
|
|
442
|
-
#. Default: "Mar"
|
|
443
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
444
|
-
msgid "Mar"
|
|
445
|
-
msgstr "Мар"
|
|
446
|
-
|
|
447
|
-
#. Default: "May"
|
|
448
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
449
|
-
msgid "May"
|
|
450
|
-
msgstr "май"
|
|
451
|
-
|
|
452
|
-
#. Default: "Mo"
|
|
453
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
454
|
-
msgid "Mo"
|
|
455
|
-
msgstr "Мо"
|
|
456
|
-
|
|
457
402
|
#. Default: "National HHAP"
|
|
458
403
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
459
404
|
msgid "National HHAP"
|
|
@@ -474,11 +419,6 @@ msgstr "Няма информация"
|
|
|
474
419
|
msgid "No results"
|
|
475
420
|
msgstr "Няма резултати"
|
|
476
421
|
|
|
477
|
-
#. Default: "Nov"
|
|
478
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
479
|
-
msgid "Nov"
|
|
480
|
-
msgstr "ноември"
|
|
481
|
-
|
|
482
422
|
#. Default: "Objectives of the adaptation measure"
|
|
483
423
|
#: components/theme/Views/CaseStudyView
|
|
484
424
|
msgid "Objectives of the adaptation measure"
|
|
@@ -494,16 +434,16 @@ msgstr "Принос на Обсерваторията:"
|
|
|
494
434
|
msgid "Observatory contributions"
|
|
495
435
|
msgstr "Принос на Обсерваторията"
|
|
496
436
|
|
|
497
|
-
#. Default: "Oct"
|
|
498
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
499
|
-
msgid "Oct"
|
|
500
|
-
msgstr "октомври"
|
|
501
|
-
|
|
502
437
|
#. Default: "Organisation Documents"
|
|
503
438
|
#: helpers/Utils
|
|
504
439
|
msgid "Organisation Documents"
|
|
505
440
|
msgstr "Документи на организацията"
|
|
506
441
|
|
|
442
|
+
#. Default: "Organised by EEA"
|
|
443
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
444
|
+
msgid "Organised by EEA"
|
|
445
|
+
msgstr ""
|
|
446
|
+
|
|
507
447
|
#. Default: "Other regions"
|
|
508
448
|
#: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
|
|
509
449
|
msgid "Other regions"
|
|
@@ -591,11 +531,6 @@ msgstr "Свързани документи и презентации"
|
|
|
591
531
|
msgid "Replace existing file"
|
|
592
532
|
msgstr ""
|
|
593
533
|
|
|
594
|
-
#. Default: "Sa"
|
|
595
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
596
|
-
msgid "Sa"
|
|
597
|
-
msgstr "Са"
|
|
598
|
-
|
|
599
534
|
#. Default: "Search the Climate-ADAPT database"
|
|
600
535
|
#: index
|
|
601
536
|
msgid "Search the Climate-ADAPT database"
|
|
@@ -642,11 +577,6 @@ msgstr "Вижте видео извън Climate-ADAPT"
|
|
|
642
577
|
msgid "Select"
|
|
643
578
|
msgstr "Изберете"
|
|
644
579
|
|
|
645
|
-
#. Default: "Sep"
|
|
646
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
647
|
-
msgid "Sep"
|
|
648
|
-
msgstr "Сеп"
|
|
649
|
-
|
|
650
580
|
#. Default: "Share your information"
|
|
651
581
|
#: components/manage/Blocks/SearchAceContent/SearchAceContentView
|
|
652
582
|
#: components/theme/ShareInfoButton/ShareInfoButton
|
|
@@ -676,11 +606,6 @@ msgstr "Източник на финансиране"
|
|
|
676
606
|
msgid "Stakeholder participation"
|
|
677
607
|
msgstr "Участие на заинтересованите страни"
|
|
678
608
|
|
|
679
|
-
#. Default: "Su"
|
|
680
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
681
|
-
msgid "Su"
|
|
682
|
-
msgstr "Су"
|
|
683
|
-
|
|
684
609
|
#. Default: "Sub Nationals:"
|
|
685
610
|
#: helpers/ContentMetadata
|
|
686
611
|
msgid "Sub Nationals:"
|
|
@@ -697,11 +622,6 @@ msgstr "Поднационално или местно"
|
|
|
697
622
|
msgid "Success and limiting factors"
|
|
698
623
|
msgstr "Успехът и ограничаващите фактори"
|
|
699
624
|
|
|
700
|
-
#. Default: "Th"
|
|
701
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
702
|
-
msgid "Th"
|
|
703
|
-
msgstr "Т"
|
|
704
|
-
|
|
705
625
|
#. Default: "The Adaptation Support Tool - Getting started"
|
|
706
626
|
#: components/theme/ASTNavigation/ASTAccordion
|
|
707
627
|
msgid "The Adaptation Support Tool - Getting started"
|
|
@@ -722,11 +642,6 @@ msgstr "Датата се отнася до най-късната дата на
|
|
|
722
642
|
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"
|
|
723
643
|
msgstr "Датата се отнася до момента, в който елементът е изготвен или актуализиран от допринасящи експерти, които трябва да бъдат представени за публикуване в Climate ADAPT."
|
|
724
644
|
|
|
725
|
-
#. Default: "Tu"
|
|
726
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
727
|
-
msgid "Tu"
|
|
728
|
-
msgstr "Ту"
|
|
729
|
-
|
|
730
645
|
#. Default: "Updating notes"
|
|
731
646
|
#: components/theme/Views/CaseStudyView
|
|
732
647
|
msgid "Updating notes"
|
|
@@ -742,11 +657,6 @@ msgstr "Преглед на всички приноси в каталога на
|
|
|
742
657
|
msgid "Visit external website"
|
|
743
658
|
msgstr "Посетете външния уебсайт"
|
|
744
659
|
|
|
745
|
-
#. Default: "We"
|
|
746
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
747
|
-
msgid "We"
|
|
748
|
-
msgstr "Ние"
|
|
749
|
-
|
|
750
660
|
#. Default: "Web"
|
|
751
661
|
#: helpers/Utils
|
|
752
662
|
msgid "Web"
|
|
@@ -58,16 +58,6 @@ msgstr "Další podrobnosti"
|
|
|
58
58
|
msgid "Agenda and supporting documents"
|
|
59
59
|
msgstr "Pořad jednání a podklady"
|
|
60
60
|
|
|
61
|
-
#. Default: "Apr"
|
|
62
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
63
|
-
msgid "Apr"
|
|
64
|
-
msgstr "Apr"
|
|
65
|
-
|
|
66
|
-
#. Default: "Aug"
|
|
67
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
68
|
-
msgid "Aug"
|
|
69
|
-
msgstr "Aug"
|
|
70
|
-
|
|
71
61
|
#. Default: "Background information"
|
|
72
62
|
#: components/theme/Views/C3SIndicatorView
|
|
73
63
|
msgid "Background information"
|
|
@@ -196,11 +186,6 @@ msgstr "Datum zveřejnění:"
|
|
|
196
186
|
msgid "Date of release:"
|
|
197
187
|
msgstr "Datum vydání:"
|
|
198
188
|
|
|
199
|
-
#. Default: "Dec"
|
|
200
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
201
|
-
msgid "Dec"
|
|
202
|
-
msgstr "DEC"
|
|
203
|
-
|
|
204
189
|
#. Default: "Description"
|
|
205
190
|
#: helpers/Utils
|
|
206
191
|
msgid "Description"
|
|
@@ -261,21 +246,11 @@ msgstr "Ukončete celou obrazovku"
|
|
|
261
246
|
msgid "Explore more on Climate-ADAPT"
|
|
262
247
|
msgstr "Prozkoumejte více na Climate-ADAPT"
|
|
263
248
|
|
|
264
|
-
#. Default: "Feb"
|
|
265
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
266
|
-
msgid "Feb"
|
|
267
|
-
msgstr "únor"
|
|
268
|
-
|
|
269
249
|
#. Default: "For more search options"
|
|
270
250
|
#: index
|
|
271
251
|
msgid "For more search options"
|
|
272
252
|
msgstr "Pro více možností vyhledávání"
|
|
273
253
|
|
|
274
|
-
#. Default: "Fr"
|
|
275
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
276
|
-
msgid "Fr"
|
|
277
|
-
msgstr "Fr"
|
|
278
|
-
|
|
279
254
|
#. Default: "Fullscreen"
|
|
280
255
|
#: components/theme/Views/C3SIndicatorView
|
|
281
256
|
msgid "Fullscreen"
|
|
@@ -362,21 +337,6 @@ msgstr "Ukazatele"
|
|
|
362
337
|
msgid "Info"
|
|
363
338
|
msgstr "Informace"
|
|
364
339
|
|
|
365
|
-
#. Default: "Jan"
|
|
366
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
367
|
-
msgid "Jan"
|
|
368
|
-
msgstr "Jan"
|
|
369
|
-
|
|
370
|
-
#. Default: "Jul"
|
|
371
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
372
|
-
msgid "Jul"
|
|
373
|
-
msgstr "červenec"
|
|
374
|
-
|
|
375
|
-
#. Default: "Jun"
|
|
376
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
377
|
-
msgid "Jun"
|
|
378
|
-
msgstr "Jun"
|
|
379
|
-
|
|
380
340
|
#. Default: "Key Type Measure"
|
|
381
341
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
382
342
|
msgid "Key Type Measure"
|
|
@@ -439,21 +399,6 @@ msgstr "Hledáte další informace?"
|
|
|
439
399
|
msgid "Macro-Transnational region:"
|
|
440
400
|
msgstr "Makro-nadnárodní region:"
|
|
441
401
|
|
|
442
|
-
#. Default: "Mar"
|
|
443
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
444
|
-
msgid "Mar"
|
|
445
|
-
msgstr "Mar"
|
|
446
|
-
|
|
447
|
-
#. Default: "May"
|
|
448
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
449
|
-
msgid "May"
|
|
450
|
-
msgstr "května"
|
|
451
|
-
|
|
452
|
-
#. Default: "Mo"
|
|
453
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
454
|
-
msgid "Mo"
|
|
455
|
-
msgstr "Mo"
|
|
456
|
-
|
|
457
402
|
#. Default: "National HHAP"
|
|
458
403
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
459
404
|
msgid "National HHAP"
|
|
@@ -474,11 +419,6 @@ msgstr "Žádné informace"
|
|
|
474
419
|
msgid "No results"
|
|
475
420
|
msgstr "Žádné výsledky"
|
|
476
421
|
|
|
477
|
-
#. Default: "Nov"
|
|
478
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
479
|
-
msgid "Nov"
|
|
480
|
-
msgstr "listopad"
|
|
481
|
-
|
|
482
422
|
#. Default: "Objectives of the adaptation measure"
|
|
483
423
|
#: components/theme/Views/CaseStudyView
|
|
484
424
|
msgid "Objectives of the adaptation measure"
|
|
@@ -494,16 +434,16 @@ msgstr "Příspěvky observatoře:"
|
|
|
494
434
|
msgid "Observatory contributions"
|
|
495
435
|
msgstr "Příspěvky střediska"
|
|
496
436
|
|
|
497
|
-
#. Default: "Oct"
|
|
498
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
499
|
-
msgid "Oct"
|
|
500
|
-
msgstr "říjen"
|
|
501
|
-
|
|
502
437
|
#. Default: "Organisation Documents"
|
|
503
438
|
#: helpers/Utils
|
|
504
439
|
msgid "Organisation Documents"
|
|
505
440
|
msgstr "Dokumenty organizace"
|
|
506
441
|
|
|
442
|
+
#. Default: "Organised by EEA"
|
|
443
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
444
|
+
msgid "Organised by EEA"
|
|
445
|
+
msgstr ""
|
|
446
|
+
|
|
507
447
|
#. Default: "Other regions"
|
|
508
448
|
#: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
|
|
509
449
|
msgid "Other regions"
|
|
@@ -591,11 +531,6 @@ msgstr "Související dokumenty a prezentace"
|
|
|
591
531
|
msgid "Replace existing file"
|
|
592
532
|
msgstr ""
|
|
593
533
|
|
|
594
|
-
#. Default: "Sa"
|
|
595
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
596
|
-
msgid "Sa"
|
|
597
|
-
msgstr "Sa"
|
|
598
|
-
|
|
599
534
|
#. Default: "Search the Climate-ADAPT database"
|
|
600
535
|
#: index
|
|
601
536
|
msgid "Search the Climate-ADAPT database"
|
|
@@ -642,11 +577,6 @@ msgstr "Viz video mimo Climate-ADAPT"
|
|
|
642
577
|
msgid "Select"
|
|
643
578
|
msgstr "Vybrat"
|
|
644
579
|
|
|
645
|
-
#. Default: "Sep"
|
|
646
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
647
|
-
msgid "Sep"
|
|
648
|
-
msgstr "SEP"
|
|
649
|
-
|
|
650
580
|
#. Default: "Share your information"
|
|
651
581
|
#: components/manage/Blocks/SearchAceContent/SearchAceContentView
|
|
652
582
|
#: components/theme/ShareInfoButton/ShareInfoButton
|
|
@@ -676,11 +606,6 @@ msgstr "Zdroj financování"
|
|
|
676
606
|
msgid "Stakeholder participation"
|
|
677
607
|
msgstr "Účast zúčastněných stran"
|
|
678
608
|
|
|
679
|
-
#. Default: "Su"
|
|
680
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
681
|
-
msgid "Su"
|
|
682
|
-
msgstr "Su"
|
|
683
|
-
|
|
684
609
|
#. Default: "Sub Nationals:"
|
|
685
610
|
#: helpers/ContentMetadata
|
|
686
611
|
msgid "Sub Nationals:"
|
|
@@ -697,11 +622,6 @@ msgstr "Na nižší než celostátní úrovni nebo na místní úrovni"
|
|
|
697
622
|
msgid "Success and limiting factors"
|
|
698
623
|
msgstr "Úspěch a limitující faktory"
|
|
699
624
|
|
|
700
|
-
#. Default: "Th"
|
|
701
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
702
|
-
msgid "Th"
|
|
703
|
-
msgstr "Th"
|
|
704
|
-
|
|
705
625
|
#. Default: "The Adaptation Support Tool - Getting started"
|
|
706
626
|
#: components/theme/ASTNavigation/ASTAccordion
|
|
707
627
|
msgid "The Adaptation Support Tool - Getting started"
|
|
@@ -722,11 +642,6 @@ msgstr "Datum se vztahuje k nejzazšímu datu zveřejnění daného bodu."
|
|
|
722
642
|
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"
|
|
723
643
|
msgstr "Datum se vztahuje k okamžiku, kdy přispívající odborníci připravili nebo aktualizovali položku, která má být předložena ke zveřejnění v dokumentu Climate ADAPT."
|
|
724
644
|
|
|
725
|
-
#. Default: "Tu"
|
|
726
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
727
|
-
msgid "Tu"
|
|
728
|
-
msgstr "Tu"
|
|
729
|
-
|
|
730
645
|
#. Default: "Updating notes"
|
|
731
646
|
#: components/theme/Views/CaseStudyView
|
|
732
647
|
msgid "Updating notes"
|
|
@@ -742,11 +657,6 @@ msgstr "Zobrazit všechny příspěvky v katalogu zdrojů"
|
|
|
742
657
|
msgid "Visit external website"
|
|
743
658
|
msgstr "Navštivte externí webové stránky"
|
|
744
659
|
|
|
745
|
-
#. Default: "We"
|
|
746
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
747
|
-
msgid "We"
|
|
748
|
-
msgstr "My"
|
|
749
|
-
|
|
750
660
|
#. Default: "Web"
|
|
751
661
|
#: helpers/Utils
|
|
752
662
|
msgid "Web"
|
|
@@ -58,16 +58,6 @@ msgstr "Zusätzliche Details"
|
|
|
58
58
|
msgid "Agenda and supporting documents"
|
|
59
59
|
msgstr "Agenda und weiterführende Dokumente"
|
|
60
60
|
|
|
61
|
-
#. Default: "Apr"
|
|
62
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
63
|
-
msgid "Apr"
|
|
64
|
-
msgstr "Apr"
|
|
65
|
-
|
|
66
|
-
#. Default: "Aug"
|
|
67
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
68
|
-
msgid "Aug"
|
|
69
|
-
msgstr "Aug"
|
|
70
|
-
|
|
71
61
|
#. Default: "Background information"
|
|
72
62
|
#: components/theme/Views/C3SIndicatorView
|
|
73
63
|
msgid "Background information"
|
|
@@ -196,11 +186,6 @@ msgstr "Veröffentlichungsdatum:"
|
|
|
196
186
|
msgid "Date of release:"
|
|
197
187
|
msgstr "Erscheinungsdatum:"
|
|
198
188
|
|
|
199
|
-
#. Default: "Dec"
|
|
200
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
201
|
-
msgid "Dec"
|
|
202
|
-
msgstr "Dez"
|
|
203
|
-
|
|
204
189
|
#. Default: "Description"
|
|
205
190
|
#: helpers/Utils
|
|
206
191
|
msgid "Description"
|
|
@@ -261,21 +246,11 @@ msgstr "Beenden Sie den Vollbildmodus"
|
|
|
261
246
|
msgid "Explore more on Climate-ADAPT"
|
|
262
247
|
msgstr "Erfahren Sie mehr über Climate-ADAPT"
|
|
263
248
|
|
|
264
|
-
#. Default: "Feb"
|
|
265
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
266
|
-
msgid "Feb"
|
|
267
|
-
msgstr "Febr"
|
|
268
|
-
|
|
269
249
|
#. Default: "For more search options"
|
|
270
250
|
#: index
|
|
271
251
|
msgid "For more search options"
|
|
272
252
|
msgstr "Für weitere Suchoptionen"
|
|
273
253
|
|
|
274
|
-
#. Default: "Fr"
|
|
275
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
276
|
-
msgid "Fr"
|
|
277
|
-
msgstr "Fr"
|
|
278
|
-
|
|
279
254
|
#. Default: "Fullscreen"
|
|
280
255
|
#: components/theme/Views/C3SIndicatorView
|
|
281
256
|
msgid "Fullscreen"
|
|
@@ -362,21 +337,6 @@ msgstr "Indikatoren"
|
|
|
362
337
|
msgid "Info"
|
|
363
338
|
msgstr "Die Info"
|
|
364
339
|
|
|
365
|
-
#. Default: "Jan"
|
|
366
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
367
|
-
msgid "Jan"
|
|
368
|
-
msgstr "Jan"
|
|
369
|
-
|
|
370
|
-
#. Default: "Jul"
|
|
371
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
372
|
-
msgid "Jul"
|
|
373
|
-
msgstr "Juli"
|
|
374
|
-
|
|
375
|
-
#. Default: "Jun"
|
|
376
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
377
|
-
msgid "Jun"
|
|
378
|
-
msgstr "Jun"
|
|
379
|
-
|
|
380
340
|
#. Default: "Key Type Measure"
|
|
381
341
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
382
342
|
msgid "Key Type Measure"
|
|
@@ -439,21 +399,6 @@ msgstr "Suchen Sie weitere Informationen?"
|
|
|
439
399
|
msgid "Macro-Transnational region:"
|
|
440
400
|
msgstr "Makrotransnationale Region:"
|
|
441
401
|
|
|
442
|
-
#. Default: "Mar"
|
|
443
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
444
|
-
msgid "Mar"
|
|
445
|
-
msgstr "Beschädigen"
|
|
446
|
-
|
|
447
|
-
#. Default: "May"
|
|
448
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
449
|
-
msgid "May"
|
|
450
|
-
msgstr "Mai"
|
|
451
|
-
|
|
452
|
-
#. Default: "Mo"
|
|
453
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
454
|
-
msgid "Mo"
|
|
455
|
-
msgstr "Mo"
|
|
456
|
-
|
|
457
402
|
#. Default: "National HHAP"
|
|
458
403
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
459
404
|
msgid "National HHAP"
|
|
@@ -474,11 +419,6 @@ msgstr "Keine Information"
|
|
|
474
419
|
msgid "No results"
|
|
475
420
|
msgstr "Keine Ergebnisse"
|
|
476
421
|
|
|
477
|
-
#. Default: "Nov"
|
|
478
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
479
|
-
msgid "Nov"
|
|
480
|
-
msgstr "Nov"
|
|
481
|
-
|
|
482
422
|
#. Default: "Objectives of the adaptation measure"
|
|
483
423
|
#: components/theme/Views/CaseStudyView
|
|
484
424
|
msgid "Objectives of the adaptation measure"
|
|
@@ -494,16 +434,16 @@ msgstr "Beiträge zum Observatorium:"
|
|
|
494
434
|
msgid "Observatory contributions"
|
|
495
435
|
msgstr "Beiträge der Beobachtungsstelle"
|
|
496
436
|
|
|
497
|
-
#. Default: "Oct"
|
|
498
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
499
|
-
msgid "Oct"
|
|
500
|
-
msgstr "Okt"
|
|
501
|
-
|
|
502
437
|
#. Default: "Organisation Documents"
|
|
503
438
|
#: helpers/Utils
|
|
504
439
|
msgid "Organisation Documents"
|
|
505
440
|
msgstr "Organisationsdokumente"
|
|
506
441
|
|
|
442
|
+
#. Default: "Organised by EEA"
|
|
443
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
444
|
+
msgid "Organised by EEA"
|
|
445
|
+
msgstr ""
|
|
446
|
+
|
|
507
447
|
#. Default: "Other regions"
|
|
508
448
|
#: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
|
|
509
449
|
msgid "Other regions"
|
|
@@ -591,11 +531,6 @@ msgstr "Verwandte Dokumente und Präsentationen"
|
|
|
591
531
|
msgid "Replace existing file"
|
|
592
532
|
msgstr ""
|
|
593
533
|
|
|
594
|
-
#. Default: "Sa"
|
|
595
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
596
|
-
msgid "Sa"
|
|
597
|
-
msgstr "Sa"
|
|
598
|
-
|
|
599
534
|
#. Default: "Search the Climate-ADAPT database"
|
|
600
535
|
#: index
|
|
601
536
|
msgid "Search the Climate-ADAPT database"
|
|
@@ -642,11 +577,6 @@ msgstr "Schau das Video außerhalb von Climate-ADAPT an"
|
|
|
642
577
|
msgid "Select"
|
|
643
578
|
msgstr "Wählen"
|
|
644
579
|
|
|
645
|
-
#. Default: "Sep"
|
|
646
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
647
|
-
msgid "Sep"
|
|
648
|
-
msgstr "Sept"
|
|
649
|
-
|
|
650
580
|
#. Default: "Share your information"
|
|
651
581
|
#: components/manage/Blocks/SearchAceContent/SearchAceContentView
|
|
652
582
|
#: components/theme/ShareInfoButton/ShareInfoButton
|
|
@@ -676,11 +606,6 @@ msgstr "Fördermöglichkeit"
|
|
|
676
606
|
msgid "Stakeholder participation"
|
|
677
607
|
msgstr "Stakeholderbeteiligung"
|
|
678
608
|
|
|
679
|
-
#. Default: "Su"
|
|
680
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
681
|
-
msgid "Su"
|
|
682
|
-
msgstr "Su"
|
|
683
|
-
|
|
684
609
|
#. Default: "Sub Nationals:"
|
|
685
610
|
#: helpers/ContentMetadata
|
|
686
611
|
msgid "Sub Nationals:"
|
|
@@ -697,11 +622,6 @@ msgstr "Subnational oder lokal"
|
|
|
697
622
|
msgid "Success and limiting factors"
|
|
698
623
|
msgstr "Erfolgsfaktoren und Hemmnisse"
|
|
699
624
|
|
|
700
|
-
#. Default: "Th"
|
|
701
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
702
|
-
msgid "Th"
|
|
703
|
-
msgstr "Th"
|
|
704
|
-
|
|
705
625
|
#. Default: "The Adaptation Support Tool - Getting started"
|
|
706
626
|
#: components/theme/ASTNavigation/ASTAccordion
|
|
707
627
|
msgid "The Adaptation Support Tool - Getting started"
|
|
@@ -722,11 +642,6 @@ msgstr "Das Datum bezieht sich auf das letzte Veröffentlichungsdatum des Eintra
|
|
|
722
642
|
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"
|
|
723
643
|
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."
|
|
724
644
|
|
|
725
|
-
#. Default: "Tu"
|
|
726
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
727
|
-
msgid "Tu"
|
|
728
|
-
msgstr "Di"
|
|
729
|
-
|
|
730
645
|
#. Default: "Updating notes"
|
|
731
646
|
#: components/theme/Views/CaseStudyView
|
|
732
647
|
msgid "Updating notes"
|
|
@@ -742,11 +657,6 @@ msgstr "Sehen Sie sich alle Beiträge im Ressourcenkatalog an"
|
|
|
742
657
|
msgid "Visit external website"
|
|
743
658
|
msgstr "Besuchen Sie eine externe Website"
|
|
744
659
|
|
|
745
|
-
#. Default: "We"
|
|
746
|
-
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
747
|
-
msgid "We"
|
|
748
|
-
msgstr "Wir"
|
|
749
|
-
|
|
750
660
|
#. Default: "Web"
|
|
751
661
|
#: helpers/Utils
|
|
752
662
|
msgid "Web"
|