@eeacms/volto-cca-policy 0.2.93 → 0.2.95
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 +17 -0
- package/locales/bg/LC_MESSAGES/volto.po +50 -15
- package/locales/cs/LC_MESSAGES/volto.po +50 -15
- package/locales/de/LC_MESSAGES/volto.po +50 -15
- package/locales/en/LC_MESSAGES/volto.po +40 -5
- package/locales/es/LC_MESSAGES/volto.po +50 -15
- package/locales/et/LC_MESSAGES/volto.po +51 -16
- package/locales/fi/LC_MESSAGES/volto.po +51 -16
- package/locales/fr/LC_MESSAGES/volto.po +50 -15
- package/locales/ga/LC_MESSAGES/volto.po +40 -5
- package/locales/hr/LC_MESSAGES/volto.po +51 -16
- package/locales/hu/LC_MESSAGES/volto.po +51 -16
- package/locales/it/LC_MESSAGES/volto.po +50 -15
- package/locales/lt/LC_MESSAGES/volto.po +51 -16
- package/locales/nl/LC_MESSAGES/volto.po +51 -16
- package/locales/pl/LC_MESSAGES/volto.po +50 -15
- package/locales/pt/LC_MESSAGES/volto.po +51 -16
- package/locales/ro/LC_MESSAGES/volto.po +51 -16
- package/locales/sl/LC_MESSAGES/volto.po +51 -16
- package/locales/volto.pot +36 -6
- package/package.json +1 -1
- package/src/components/manage/Blocks/Listing/EventCardsListingView.jsx +26 -40
- package/src/customizations/@eeacms/volto-eea-design-system/ui/Header/HeaderSearchPopUp.js +18 -3
- package/src/index.js +68 -18
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,23 @@ 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.95](https://github.com/eea/volto-cca-policy/compare/0.2.94...0.2.95) - 21 January 2025
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- add translations [Tripon Eugen - [`97e6511`](https://github.com/eea/volto-cca-policy/commit/97e651189ced7a92556402b0ccc6ead4f2b39c95)]
|
|
12
|
+
- test italian [Tripon Eugen - [`326de13`](https://github.com/eea/volto-cca-policy/commit/326de131024b50739b76a19105d6cd4b967915af)]
|
|
13
|
+
- Edit po language files [dorutrip - [`4ec271c`](https://github.com/eea/volto-cca-policy/commit/4ec271cc3b24ef3567747b3568a18c9fc3b1abba)]
|
|
14
|
+
- Remove unused import [Tiberiu Ichim - [`b59025d`](https://github.com/eea/volto-cca-policy/commit/b59025d06e7164549e42d74c8573a2bb99527963)]
|
|
15
|
+
- Run i18n [Tiberiu Ichim - [`7190cce`](https://github.com/eea/volto-cca-policy/commit/7190cced7293d8a469ef8e3bf72a6b8894e4052d)]
|
|
16
|
+
- Add intl inteligence to header search popup [Tiberiu Ichim - [`aa11bbb`](https://github.com/eea/volto-cca-policy/commit/aa11bbbedcf72f4ec41b792a32b6fcb3d004190d)]
|
|
17
|
+
### [0.2.94](https://github.com/eea/volto-cca-policy/compare/0.2.93...0.2.94) - 14 January 2025
|
|
18
|
+
|
|
19
|
+
#### :bug: Bug Fixes
|
|
20
|
+
|
|
21
|
+
- fix(listing): improve event listing view - refs #282708 [kreafox - [`b13a9f3`](https://github.com/eea/volto-cca-policy/commit/b13a9f3c9f8ba44ac7daf655d7f87744c52ebff6)]
|
|
22
|
+
- fix(listing): fix wrong URL in event listing view + code cleanup - refs #282708 [kreafox - [`f916165`](https://github.com/eea/volto-cca-policy/commit/f916165ae5d3110893216ef9d6e7882f3f07673d)]
|
|
23
|
+
|
|
7
24
|
### [0.2.93](https://github.com/eea/volto-cca-policy/compare/0.2.92...0.2.93) - 9 January 2025
|
|
8
25
|
|
|
9
26
|
#### :hammer_and_wrench: Others
|
|
@@ -14,12 +14,12 @@ msgstr ""
|
|
|
14
14
|
#. Default: "A background document for the event is available"
|
|
15
15
|
#: components/theme/Views/CcaEventView
|
|
16
16
|
msgid "A background document for the event is available"
|
|
17
|
-
msgstr ""
|
|
17
|
+
msgstr "Наличен е справочен документ за събитието"
|
|
18
18
|
|
|
19
19
|
#. Default: "Adaptation Approaches:"
|
|
20
20
|
#: helpers/ContentMetadata
|
|
21
21
|
msgid "Adaptation Approaches:"
|
|
22
|
-
msgstr ""
|
|
22
|
+
msgstr "Подходи за адаптация:"
|
|
23
23
|
|
|
24
24
|
#. Default: "Adaptation Details"
|
|
25
25
|
#: components/theme/Views/AdaptationOptionView
|
|
@@ -34,7 +34,7 @@ msgstr "Опции за адаптация, приложени в този сл
|
|
|
34
34
|
#. Default: "Adaptation approaches"
|
|
35
35
|
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
36
36
|
msgid "Adaptation approaches"
|
|
37
|
-
msgstr ""
|
|
37
|
+
msgstr "Подходи за адаптация"
|
|
38
38
|
|
|
39
39
|
#. Default: "Adaptation options"
|
|
40
40
|
#: components/manage/Blocks/CaseStudyExplorer/FeatureDisplay
|
|
@@ -93,11 +93,6 @@ msgstr "Описание на казуса"
|
|
|
93
93
|
msgid "Case Study illustrations"
|
|
94
94
|
msgstr "Илюстрации на казуси"
|
|
95
95
|
|
|
96
|
-
#. Default: "Case studies collected at national level in Spain, provided by AdapteCCA.es"
|
|
97
|
-
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
98
|
-
msgid "Case studies collected at national level in Spain, provided by AdapteCCA.es"
|
|
99
|
-
msgstr "Казуси, събрани на национално равнище в Испания, предоставени от AdapteCCA.es"
|
|
100
|
-
|
|
101
96
|
#. Default: "Case studies related to this option:"
|
|
102
97
|
#: components/theme/Views/AdaptationOptionView
|
|
103
98
|
msgid "Case studies related to this option:"
|
|
@@ -224,7 +219,7 @@ msgstr "Изтегляне на събитие"
|
|
|
224
219
|
#. Default: "Download the detailed agenda"
|
|
225
220
|
#: components/theme/Views/CcaEventView
|
|
226
221
|
msgid "Download the detailed agenda"
|
|
227
|
-
msgstr ""
|
|
222
|
+
msgstr "Изтеглете подробния дневен ред"
|
|
228
223
|
|
|
229
224
|
#. Default: "Download this event in iCal format"
|
|
230
225
|
#: helpers/Utils
|
|
@@ -239,13 +234,23 @@ msgstr "Продължителност:"
|
|
|
239
234
|
#. Default: "Exit fullscreen"
|
|
240
235
|
#: components/theme/Views/C3SIndicatorView
|
|
241
236
|
msgid "Exit fullscreen"
|
|
242
|
-
msgstr ""
|
|
237
|
+
msgstr "Изход от цял екран"
|
|
238
|
+
|
|
239
|
+
#. Default: "Explore more on Climate-ADAPT"
|
|
240
|
+
#: index
|
|
241
|
+
msgid "Explore more on Climate-ADAPT"
|
|
242
|
+
msgstr "Разгледайте повече в Climate-ADAPT"
|
|
243
243
|
|
|
244
244
|
#. Default: "Feb"
|
|
245
245
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
246
246
|
msgid "Feb"
|
|
247
247
|
msgstr "февруари"
|
|
248
248
|
|
|
249
|
+
#. Default: "For more search options"
|
|
250
|
+
#: index
|
|
251
|
+
msgid "For more search options"
|
|
252
|
+
msgstr "За повече опции за търсене"
|
|
253
|
+
|
|
249
254
|
#. Default: "Fr"
|
|
250
255
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
251
256
|
msgid "Fr"
|
|
@@ -254,7 +259,7 @@ msgstr "от"
|
|
|
254
259
|
#. Default: "Fullscreen"
|
|
255
260
|
#: components/theme/Views/C3SIndicatorView
|
|
256
261
|
msgid "Fullscreen"
|
|
257
|
-
msgstr ""
|
|
262
|
+
msgstr "Цял екран"
|
|
258
263
|
|
|
259
264
|
#. Default: "Funding Programme:"
|
|
260
265
|
#: helpers/ContentMetadata
|
|
@@ -271,6 +276,11 @@ msgstr "Географско характеризиране:"
|
|
|
271
276
|
msgid "Getting started"
|
|
272
277
|
msgstr "Първи стъпки"
|
|
273
278
|
|
|
279
|
+
#. Default: "Go to advanced search"
|
|
280
|
+
#: index
|
|
281
|
+
msgid "Go to advanced search"
|
|
282
|
+
msgstr "Отидете на разширено търсене"
|
|
283
|
+
|
|
274
284
|
#. Default: "Governance level:"
|
|
275
285
|
#: helpers/ContentMetadata
|
|
276
286
|
msgid "Governance level:"
|
|
@@ -404,6 +414,11 @@ msgstr "Време на живот"
|
|
|
404
414
|
msgid "Links to further information"
|
|
405
415
|
msgstr "Връзки към допълнителна информация"
|
|
406
416
|
|
|
417
|
+
#. Default: "Looking for more information?"
|
|
418
|
+
#: index
|
|
419
|
+
msgid "Looking for more information?"
|
|
420
|
+
msgstr "Търся повече информация"
|
|
421
|
+
|
|
407
422
|
#. Default: "Macro-Transnational region:"
|
|
408
423
|
#: helpers/ContentMetadata
|
|
409
424
|
msgid "Macro-Transnational region:"
|
|
@@ -492,7 +507,7 @@ msgstr "Партньори"
|
|
|
492
507
|
#. Default: "Policy and legal background"
|
|
493
508
|
#: components/theme/Views/CaseStudyView
|
|
494
509
|
msgid "Policy and legal background"
|
|
495
|
-
msgstr ""
|
|
510
|
+
msgstr "Политика и правна основа"
|
|
496
511
|
|
|
497
512
|
#. Default: "Practical information"
|
|
498
513
|
#: components/theme/Views/CcaEventView
|
|
@@ -561,6 +576,21 @@ msgstr "Целесъобразност"
|
|
|
561
576
|
msgid "Sa"
|
|
562
577
|
msgstr "Са"
|
|
563
578
|
|
|
579
|
+
#. Default: "Search the Climate-ADAPT database"
|
|
580
|
+
#: index
|
|
581
|
+
msgid "Search the Climate-ADAPT database"
|
|
582
|
+
msgstr "Търсете в базата данни Climate-ADAPT"
|
|
583
|
+
|
|
584
|
+
#. Default: "Search the EU Mission on Adaptation"
|
|
585
|
+
#: index
|
|
586
|
+
msgid "Search the EU Mission on Adaptation"
|
|
587
|
+
msgstr "Потърсете в Мисията на ЕС за адаптация"
|
|
588
|
+
|
|
589
|
+
#. Default: "Search the Observatory Resource Catalogue..."
|
|
590
|
+
#: index
|
|
591
|
+
msgid "Search the Observatory Resource Catalogue..."
|
|
592
|
+
msgstr "Търсете в каталога с ресурси на обсерваторията..."
|
|
593
|
+
|
|
564
594
|
#. Default: "Sector"
|
|
565
595
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
566
596
|
msgid "Sector"
|
|
@@ -590,7 +620,7 @@ msgstr "Вижте видео извън Climate-ADAPT"
|
|
|
590
620
|
#: components/manage/Blocks/ContentLinks/DropdownListView
|
|
591
621
|
#: components/manage/Blocks/Listing/DropdownListingView
|
|
592
622
|
msgid "Select"
|
|
593
|
-
msgstr ""
|
|
623
|
+
msgstr "Изберете"
|
|
594
624
|
|
|
595
625
|
#. Default: "Sep"
|
|
596
626
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
@@ -680,7 +710,7 @@ msgstr "Ту"
|
|
|
680
710
|
#. Default: "Updating notes"
|
|
681
711
|
#: components/theme/Views/CaseStudyView
|
|
682
712
|
msgid "Updating notes"
|
|
683
|
-
msgstr ""
|
|
713
|
+
msgstr "Актуализиране на бележки"
|
|
684
714
|
|
|
685
715
|
#. Default: "View all contributions in the resource catalogue"
|
|
686
716
|
#: helpers/Utils
|
|
@@ -2219,6 +2249,11 @@ msgstr "Случаят е разработен и приложен главно
|
|
|
2219
2249
|
msgid "Case studies and Adaptation Options"
|
|
2220
2250
|
msgstr "Примери от практиката и варианти за адаптиране"
|
|
2221
2251
|
|
|
2252
|
+
#. undefined
|
|
2253
|
+
#: ../../climateadapt/browser/pt/case-study-and-adaptation-options-map-viewer.pt:301
|
|
2254
|
+
msgid "Case studies collected at national level in Spain, provided by AdapteCCA.es"
|
|
2255
|
+
msgstr "Казуси, събрани на национално равнище в Испания, предоставени от AdapteCCA.es"
|
|
2256
|
+
|
|
2222
2257
|
#. undefined
|
|
2223
2258
|
#: ../../climateadapt/mayorsadapt/views.py:78
|
|
2224
2259
|
msgid "Check-out created"
|
|
@@ -3267,4 +3302,4 @@ msgstr "сортиране_по"
|
|
|
3267
3302
|
#. Default: "Located in"
|
|
3268
3303
|
#: ../../climateadapt/browser/pt-overrides/plone.app.search.search.pt:541
|
|
3269
3304
|
msgid "text_searchitem_location"
|
|
3270
|
-
msgstr ""
|
|
3305
|
+
msgstr "text_searchitem_location"
|
|
@@ -14,12 +14,12 @@ msgstr ""
|
|
|
14
14
|
#. Default: "A background document for the event is available"
|
|
15
15
|
#: components/theme/Views/CcaEventView
|
|
16
16
|
msgid "A background document for the event is available"
|
|
17
|
-
msgstr ""
|
|
17
|
+
msgstr "K dispozici je podkladový dokument akce"
|
|
18
18
|
|
|
19
19
|
#. Default: "Adaptation Approaches:"
|
|
20
20
|
#: helpers/ContentMetadata
|
|
21
21
|
msgid "Adaptation Approaches:"
|
|
22
|
-
msgstr ""
|
|
22
|
+
msgstr "Adaptační přístupy:"
|
|
23
23
|
|
|
24
24
|
#. Default: "Adaptation Details"
|
|
25
25
|
#: components/theme/Views/AdaptationOptionView
|
|
@@ -34,7 +34,7 @@ msgstr "Možnosti přizpůsobení realizované v tomto případě"
|
|
|
34
34
|
#. Default: "Adaptation approaches"
|
|
35
35
|
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
36
36
|
msgid "Adaptation approaches"
|
|
37
|
-
msgstr ""
|
|
37
|
+
msgstr "Adaptační přístupy"
|
|
38
38
|
|
|
39
39
|
#. Default: "Adaptation options"
|
|
40
40
|
#: components/manage/Blocks/CaseStudyExplorer/FeatureDisplay
|
|
@@ -93,11 +93,6 @@ msgstr "Popis případové studie"
|
|
|
93
93
|
msgid "Case Study illustrations"
|
|
94
94
|
msgstr "Ilustrace případových studií"
|
|
95
95
|
|
|
96
|
-
#. Default: "Case studies collected at national level in Spain, provided by AdapteCCA.es"
|
|
97
|
-
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
98
|
-
msgid "Case studies collected at national level in Spain, provided by AdapteCCA.es"
|
|
99
|
-
msgstr "Případové studie shromážděné na vnitrostátní úrovni ve Španělsku, které poskytl AdapteCCA.es"
|
|
100
|
-
|
|
101
96
|
#. Default: "Case studies related to this option:"
|
|
102
97
|
#: components/theme/Views/AdaptationOptionView
|
|
103
98
|
msgid "Case studies related to this option:"
|
|
@@ -224,7 +219,7 @@ msgstr "Událost ke stažení"
|
|
|
224
219
|
#. Default: "Download the detailed agenda"
|
|
225
220
|
#: components/theme/Views/CcaEventView
|
|
226
221
|
msgid "Download the detailed agenda"
|
|
227
|
-
msgstr ""
|
|
222
|
+
msgstr "Stáhněte si podrobnou agendu"
|
|
228
223
|
|
|
229
224
|
#. Default: "Download this event in iCal format"
|
|
230
225
|
#: helpers/Utils
|
|
@@ -239,13 +234,23 @@ msgstr "Doba trvání:"
|
|
|
239
234
|
#. Default: "Exit fullscreen"
|
|
240
235
|
#: components/theme/Views/C3SIndicatorView
|
|
241
236
|
msgid "Exit fullscreen"
|
|
242
|
-
msgstr ""
|
|
237
|
+
msgstr "Ukončete celou obrazovku"
|
|
238
|
+
|
|
239
|
+
#. Default: "Explore more on Climate-ADAPT"
|
|
240
|
+
#: index
|
|
241
|
+
msgid "Explore more on Climate-ADAPT"
|
|
242
|
+
msgstr "Prozkoumejte více na Climate-ADAPT"
|
|
243
243
|
|
|
244
244
|
#. Default: "Feb"
|
|
245
245
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
246
246
|
msgid "Feb"
|
|
247
247
|
msgstr "únor"
|
|
248
248
|
|
|
249
|
+
#. Default: "For more search options"
|
|
250
|
+
#: index
|
|
251
|
+
msgid "For more search options"
|
|
252
|
+
msgstr "Pro více možností vyhledávání"
|
|
253
|
+
|
|
249
254
|
#. Default: "Fr"
|
|
250
255
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
251
256
|
msgid "Fr"
|
|
@@ -254,7 +259,7 @@ msgstr "Fr"
|
|
|
254
259
|
#. Default: "Fullscreen"
|
|
255
260
|
#: components/theme/Views/C3SIndicatorView
|
|
256
261
|
msgid "Fullscreen"
|
|
257
|
-
msgstr ""
|
|
262
|
+
msgstr "Celá obrazovka"
|
|
258
263
|
|
|
259
264
|
#. Default: "Funding Programme:"
|
|
260
265
|
#: helpers/ContentMetadata
|
|
@@ -271,6 +276,11 @@ msgstr "Zeměpisná charakteristika:"
|
|
|
271
276
|
msgid "Getting started"
|
|
272
277
|
msgstr "Začínáme"
|
|
273
278
|
|
|
279
|
+
#. Default: "Go to advanced search"
|
|
280
|
+
#: index
|
|
281
|
+
msgid "Go to advanced search"
|
|
282
|
+
msgstr "Přejděte na pokročilé vyhledávání"
|
|
283
|
+
|
|
274
284
|
#. Default: "Governance level:"
|
|
275
285
|
#: helpers/ContentMetadata
|
|
276
286
|
msgid "Governance level:"
|
|
@@ -404,6 +414,11 @@ msgstr "Životní doba"
|
|
|
404
414
|
msgid "Links to further information"
|
|
405
415
|
msgstr "Odkazy na další informace"
|
|
406
416
|
|
|
417
|
+
#. Default: "Looking for more information?"
|
|
418
|
+
#: index
|
|
419
|
+
msgid "Looking for more information?"
|
|
420
|
+
msgstr "Hledáte další informace?"
|
|
421
|
+
|
|
407
422
|
#. Default: "Macro-Transnational region:"
|
|
408
423
|
#: helpers/ContentMetadata
|
|
409
424
|
msgid "Macro-Transnational region:"
|
|
@@ -492,7 +507,7 @@ msgstr "Partneři"
|
|
|
492
507
|
#. Default: "Policy and legal background"
|
|
493
508
|
#: components/theme/Views/CaseStudyView
|
|
494
509
|
msgid "Policy and legal background"
|
|
495
|
-
msgstr ""
|
|
510
|
+
msgstr "Politika a právní pozadí"
|
|
496
511
|
|
|
497
512
|
#. Default: "Practical information"
|
|
498
513
|
#: components/theme/Views/CcaEventView
|
|
@@ -561,6 +576,21 @@ msgstr "Relevantnost"
|
|
|
561
576
|
msgid "Sa"
|
|
562
577
|
msgstr "Sa"
|
|
563
578
|
|
|
579
|
+
#. Default: "Search the Climate-ADAPT database"
|
|
580
|
+
#: index
|
|
581
|
+
msgid "Search the Climate-ADAPT database"
|
|
582
|
+
msgstr "Prohledejte databázi Climate-ADAPT"
|
|
583
|
+
|
|
584
|
+
#. Default: "Search the EU Mission on Adaptation"
|
|
585
|
+
#: index
|
|
586
|
+
msgid "Search the EU Mission on Adaptation"
|
|
587
|
+
msgstr "Hledejte misi EU pro přizpůsobení"
|
|
588
|
+
|
|
589
|
+
#. Default: "Search the Observatory Resource Catalogue..."
|
|
590
|
+
#: index
|
|
591
|
+
msgid "Search the Observatory Resource Catalogue..."
|
|
592
|
+
msgstr "Prohledejte katalog zdrojů observatoře..."
|
|
593
|
+
|
|
564
594
|
#. Default: "Sector"
|
|
565
595
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
566
596
|
msgid "Sector"
|
|
@@ -590,7 +620,7 @@ msgstr "Viz video mimo Climate-ADAPT"
|
|
|
590
620
|
#: components/manage/Blocks/ContentLinks/DropdownListView
|
|
591
621
|
#: components/manage/Blocks/Listing/DropdownListingView
|
|
592
622
|
msgid "Select"
|
|
593
|
-
msgstr ""
|
|
623
|
+
msgstr "Vybrat"
|
|
594
624
|
|
|
595
625
|
#. Default: "Sep"
|
|
596
626
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
@@ -680,7 +710,7 @@ msgstr "Tu"
|
|
|
680
710
|
#. Default: "Updating notes"
|
|
681
711
|
#: components/theme/Views/CaseStudyView
|
|
682
712
|
msgid "Updating notes"
|
|
683
|
-
msgstr ""
|
|
713
|
+
msgstr "Aktualizace poznámek"
|
|
684
714
|
|
|
685
715
|
#. Default: "View all contributions in the resource catalogue"
|
|
686
716
|
#: helpers/Utils
|
|
@@ -1510,7 +1540,7 @@ msgstr "Vyhledávání v databázi"
|
|
|
1510
1540
|
#. undefined
|
|
1511
1541
|
#: health_menu:2201
|
|
1512
1542
|
msgid "Climate Services"
|
|
1513
|
-
msgstr ""
|
|
1543
|
+
msgstr "Klimatické služby"
|
|
1514
1544
|
|
|
1515
1545
|
#. undefined
|
|
1516
1546
|
#: health_menu:222
|
|
@@ -2219,6 +2249,11 @@ msgstr "Případ byl vypracován a prováděn především kvůli jiným politic
|
|
|
2219
2249
|
msgid "Case studies and Adaptation Options"
|
|
2220
2250
|
msgstr "Případové studie a adaptační možnosti"
|
|
2221
2251
|
|
|
2252
|
+
#. undefined
|
|
2253
|
+
#: ../../climateadapt/browser/pt/case-study-and-adaptation-options-map-viewer.pt:301
|
|
2254
|
+
msgid "Case studies collected at national level in Spain, provided by AdapteCCA.es"
|
|
2255
|
+
msgstr "Případové studie shromážděné na vnitrostátní úrovni ve Španělsku, které poskytl AdapteCCA.es"
|
|
2256
|
+
|
|
2222
2257
|
#. undefined
|
|
2223
2258
|
#: ../../climateadapt/mayorsadapt/views.py:78
|
|
2224
2259
|
msgid "Check-out created"
|
|
@@ -14,7 +14,7 @@ msgstr ""
|
|
|
14
14
|
#. Default: "A background document for the event is available"
|
|
15
15
|
#: components/theme/Views/CcaEventView
|
|
16
16
|
msgid "A background document for the event is available"
|
|
17
|
-
msgstr ""
|
|
17
|
+
msgstr "Ein Hintergrunddokument zur Veranstaltung liegt vor"
|
|
18
18
|
|
|
19
19
|
#. Default: "Adaptation Approaches:"
|
|
20
20
|
#: helpers/ContentMetadata
|
|
@@ -93,11 +93,6 @@ msgstr "Beschreibung der Fallstudien"
|
|
|
93
93
|
msgid "Case Study illustrations"
|
|
94
94
|
msgstr "Fallstudienillustrationen"
|
|
95
95
|
|
|
96
|
-
#. Default: "Case studies collected at national level in Spain, provided by AdapteCCA.es"
|
|
97
|
-
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
98
|
-
msgid "Case studies collected at national level in Spain, provided by AdapteCCA.es"
|
|
99
|
-
msgstr "Fallstudien auf nationaler Ebene in Spanien, bereitgestellt von AdapteCCA.es"
|
|
100
|
-
|
|
101
96
|
#. Default: "Case studies related to this option:"
|
|
102
97
|
#: components/theme/Views/AdaptationOptionView
|
|
103
98
|
msgid "Case studies related to this option:"
|
|
@@ -219,17 +214,17 @@ msgstr "Unterlagen"
|
|
|
219
214
|
#. Default: "Download Event"
|
|
220
215
|
#: helpers/Utils
|
|
221
216
|
msgid "Download Event"
|
|
222
|
-
msgstr ""
|
|
217
|
+
msgstr "Veranstaltung herunterladen"
|
|
223
218
|
|
|
224
219
|
#. Default: "Download the detailed agenda"
|
|
225
220
|
#: components/theme/Views/CcaEventView
|
|
226
221
|
msgid "Download the detailed agenda"
|
|
227
|
-
msgstr ""
|
|
222
|
+
msgstr "Laden Sie die detaillierte Agenda herunter"
|
|
228
223
|
|
|
229
224
|
#. Default: "Download this event in iCal format"
|
|
230
225
|
#: helpers/Utils
|
|
231
226
|
msgid "Download this event in iCal format"
|
|
232
|
-
msgstr ""
|
|
227
|
+
msgstr "Laden Sie diese Veranstaltung im iCal-Format herunter"
|
|
233
228
|
|
|
234
229
|
#. Default: "Duration:"
|
|
235
230
|
#: helpers/ContentMetadata
|
|
@@ -239,13 +234,23 @@ msgstr "Dauer:"
|
|
|
239
234
|
#. Default: "Exit fullscreen"
|
|
240
235
|
#: components/theme/Views/C3SIndicatorView
|
|
241
236
|
msgid "Exit fullscreen"
|
|
242
|
-
msgstr ""
|
|
237
|
+
msgstr "Beenden Sie den Vollbildmodus"
|
|
238
|
+
|
|
239
|
+
#. Default: "Explore more on Climate-ADAPT"
|
|
240
|
+
#: index
|
|
241
|
+
msgid "Explore more on Climate-ADAPT"
|
|
242
|
+
msgstr "Erfahren Sie mehr über Climate-ADAPT"
|
|
243
243
|
|
|
244
244
|
#. Default: "Feb"
|
|
245
245
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
246
246
|
msgid "Feb"
|
|
247
247
|
msgstr "Febr"
|
|
248
248
|
|
|
249
|
+
#. Default: "For more search options"
|
|
250
|
+
#: index
|
|
251
|
+
msgid "For more search options"
|
|
252
|
+
msgstr "Für weitere Suchoptionen"
|
|
253
|
+
|
|
249
254
|
#. Default: "Fr"
|
|
250
255
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
251
256
|
msgid "Fr"
|
|
@@ -254,7 +259,7 @@ msgstr "Fr"
|
|
|
254
259
|
#. Default: "Fullscreen"
|
|
255
260
|
#: components/theme/Views/C3SIndicatorView
|
|
256
261
|
msgid "Fullscreen"
|
|
257
|
-
msgstr ""
|
|
262
|
+
msgstr "Vollbild"
|
|
258
263
|
|
|
259
264
|
#. Default: "Funding Programme:"
|
|
260
265
|
#: helpers/ContentMetadata
|
|
@@ -271,6 +276,11 @@ msgstr "Geografische Charakterisierung:"
|
|
|
271
276
|
msgid "Getting started"
|
|
272
277
|
msgstr "Einstieg"
|
|
273
278
|
|
|
279
|
+
#. Default: "Go to advanced search"
|
|
280
|
+
#: index
|
|
281
|
+
msgid "Go to advanced search"
|
|
282
|
+
msgstr "Gehen Sie zur erweiterten Suche"
|
|
283
|
+
|
|
274
284
|
#. Default: "Governance level:"
|
|
275
285
|
#: helpers/ContentMetadata
|
|
276
286
|
msgid "Governance level:"
|
|
@@ -365,7 +375,7 @@ msgstr "Schlüsselaktivitäten im Klimawandel und Gesundheit"
|
|
|
365
375
|
#. Default: "Key type measures"
|
|
366
376
|
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
367
377
|
msgid "Key type measures"
|
|
368
|
-
msgstr ""
|
|
378
|
+
msgstr "Schlüsseltypmaßnahmen"
|
|
369
379
|
|
|
370
380
|
#. Default: "Keywords:"
|
|
371
381
|
#: helpers/ContentMetadata
|
|
@@ -404,6 +414,11 @@ msgstr "Lebensdauer"
|
|
|
404
414
|
msgid "Links to further information"
|
|
405
415
|
msgstr "Links zu weiteren Informationen"
|
|
406
416
|
|
|
417
|
+
#. Default: "Looking for more information?"
|
|
418
|
+
#: index
|
|
419
|
+
msgid "Looking for more information?"
|
|
420
|
+
msgstr "Suchen Sie weitere Informationen?"
|
|
421
|
+
|
|
407
422
|
#. Default: "Macro-Transnational region:"
|
|
408
423
|
#: helpers/ContentMetadata
|
|
409
424
|
msgid "Macro-Transnational region:"
|
|
@@ -492,7 +507,7 @@ msgstr "Partner"
|
|
|
492
507
|
#. Default: "Policy and legal background"
|
|
493
508
|
#: components/theme/Views/CaseStudyView
|
|
494
509
|
msgid "Policy and legal background"
|
|
495
|
-
msgstr ""
|
|
510
|
+
msgstr "Politischer und rechtlicher Hintergrund"
|
|
496
511
|
|
|
497
512
|
#. Default: "Practical information"
|
|
498
513
|
#: components/theme/Views/CcaEventView
|
|
@@ -561,6 +576,21 @@ msgstr "Relevanz"
|
|
|
561
576
|
msgid "Sa"
|
|
562
577
|
msgstr "Sa"
|
|
563
578
|
|
|
579
|
+
#. Default: "Search the Climate-ADAPT database"
|
|
580
|
+
#: index
|
|
581
|
+
msgid "Search the Climate-ADAPT database"
|
|
582
|
+
msgstr "Durchsuchen Sie die Climate-ADAPT-Datenbank"
|
|
583
|
+
|
|
584
|
+
#. Default: "Search the EU Mission on Adaptation"
|
|
585
|
+
#: index
|
|
586
|
+
msgid "Search the EU Mission on Adaptation"
|
|
587
|
+
msgstr "Durchsuchen Sie die EU-Mission zur Anpassung"
|
|
588
|
+
|
|
589
|
+
#. Default: "Search the Observatory Resource Catalogue..."
|
|
590
|
+
#: index
|
|
591
|
+
msgid "Search the Observatory Resource Catalogue..."
|
|
592
|
+
msgstr "Durchsuchen Sie den Ressourcenkatalog des Observatoriums..."
|
|
593
|
+
|
|
564
594
|
#. Default: "Sector"
|
|
565
595
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
566
596
|
msgid "Sector"
|
|
@@ -590,7 +620,7 @@ msgstr "Schau das Video außerhalb von Climate-ADAPT an"
|
|
|
590
620
|
#: components/manage/Blocks/ContentLinks/DropdownListView
|
|
591
621
|
#: components/manage/Blocks/Listing/DropdownListingView
|
|
592
622
|
msgid "Select"
|
|
593
|
-
msgstr ""
|
|
623
|
+
msgstr "Wählen"
|
|
594
624
|
|
|
595
625
|
#. Default: "Sep"
|
|
596
626
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
@@ -680,7 +710,7 @@ msgstr "Di"
|
|
|
680
710
|
#. Default: "Updating notes"
|
|
681
711
|
#: components/theme/Views/CaseStudyView
|
|
682
712
|
msgid "Updating notes"
|
|
683
|
-
msgstr ""
|
|
713
|
+
msgstr "Notizen aktualisieren"
|
|
684
714
|
|
|
685
715
|
#. Default: "View all contributions in the resource catalogue"
|
|
686
716
|
#: helpers/Utils
|
|
@@ -2219,6 +2249,11 @@ msgstr "Der Fall wurde hauptsächlich aufgrund anderer politischer Ziele entwick
|
|
|
2219
2249
|
msgid "Case studies and Adaptation Options"
|
|
2220
2250
|
msgstr "Fallstudien und Anpassungsmöglichkeiten"
|
|
2221
2251
|
|
|
2252
|
+
#. undefined
|
|
2253
|
+
#: ../../climateadapt/browser/pt/case-study-and-adaptation-options-map-viewer.pt:301
|
|
2254
|
+
msgid "Case studies collected at national level in Spain, provided by AdapteCCA.es"
|
|
2255
|
+
msgstr "Fallstudien auf nationaler Ebene in Spanien, bereitgestellt von AdapteCCA.es"
|
|
2256
|
+
|
|
2222
2257
|
#. undefined
|
|
2223
2258
|
#: ../../climateadapt/mayorsadapt/views.py:78
|
|
2224
2259
|
msgid "Check-out created"
|
|
@@ -93,11 +93,6 @@ msgstr ""
|
|
|
93
93
|
msgid "Case Study illustrations"
|
|
94
94
|
msgstr ""
|
|
95
95
|
|
|
96
|
-
#. Default: "Case studies collected at national level in Spain, provided by AdapteCCA.es"
|
|
97
|
-
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
98
|
-
msgid "Case studies collected at national level in Spain, provided by AdapteCCA.es"
|
|
99
|
-
msgstr ""
|
|
100
|
-
|
|
101
96
|
#. Default: "Case studies related to this option:"
|
|
102
97
|
#: components/theme/Views/AdaptationOptionView
|
|
103
98
|
msgid "Case studies related to this option:"
|
|
@@ -241,11 +236,21 @@ msgstr ""
|
|
|
241
236
|
msgid "Exit fullscreen"
|
|
242
237
|
msgstr ""
|
|
243
238
|
|
|
239
|
+
#. Default: "Explore more on Climate-ADAPT"
|
|
240
|
+
#: index
|
|
241
|
+
msgid "Explore more on Climate-ADAPT"
|
|
242
|
+
msgstr ""
|
|
243
|
+
|
|
244
244
|
#. Default: "Feb"
|
|
245
245
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
246
246
|
msgid "Feb"
|
|
247
247
|
msgstr ""
|
|
248
248
|
|
|
249
|
+
#. Default: "For more search options"
|
|
250
|
+
#: index
|
|
251
|
+
msgid "For more search options"
|
|
252
|
+
msgstr ""
|
|
253
|
+
|
|
249
254
|
#. Default: "Fr"
|
|
250
255
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
251
256
|
msgid "Fr"
|
|
@@ -271,6 +276,11 @@ msgstr ""
|
|
|
271
276
|
msgid "Getting started"
|
|
272
277
|
msgstr ""
|
|
273
278
|
|
|
279
|
+
#. Default: "Go to advanced search"
|
|
280
|
+
#: index
|
|
281
|
+
msgid "Go to advanced search"
|
|
282
|
+
msgstr ""
|
|
283
|
+
|
|
274
284
|
#. Default: "Governance level:"
|
|
275
285
|
#: helpers/ContentMetadata
|
|
276
286
|
msgid "Governance level:"
|
|
@@ -404,6 +414,11 @@ msgstr ""
|
|
|
404
414
|
msgid "Links to further information"
|
|
405
415
|
msgstr ""
|
|
406
416
|
|
|
417
|
+
#. Default: "Looking for more information?"
|
|
418
|
+
#: index
|
|
419
|
+
msgid "Looking for more information?"
|
|
420
|
+
msgstr ""
|
|
421
|
+
|
|
407
422
|
#. Default: "Macro-Transnational region:"
|
|
408
423
|
#: helpers/ContentMetadata
|
|
409
424
|
msgid "Macro-Transnational region:"
|
|
@@ -561,6 +576,21 @@ msgstr ""
|
|
|
561
576
|
msgid "Sa"
|
|
562
577
|
msgstr ""
|
|
563
578
|
|
|
579
|
+
#. Default: "Search the Climate-ADAPT database"
|
|
580
|
+
#: index
|
|
581
|
+
msgid "Search the Climate-ADAPT database"
|
|
582
|
+
msgstr ""
|
|
583
|
+
|
|
584
|
+
#. Default: "Search the EU Mission on Adaptation"
|
|
585
|
+
#: index
|
|
586
|
+
msgid "Search the EU Mission on Adaptation"
|
|
587
|
+
msgstr ""
|
|
588
|
+
|
|
589
|
+
#. Default: "Search the Observatory Resource Catalogue..."
|
|
590
|
+
#: index
|
|
591
|
+
msgid "Search the Observatory Resource Catalogue..."
|
|
592
|
+
msgstr ""
|
|
593
|
+
|
|
564
594
|
#. Default: "Sector"
|
|
565
595
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
566
596
|
msgid "Sector"
|
|
@@ -2219,6 +2249,11 @@ msgstr ""
|
|
|
2219
2249
|
msgid "Case studies and Adaptation Options"
|
|
2220
2250
|
msgstr ""
|
|
2221
2251
|
|
|
2252
|
+
#. undefined
|
|
2253
|
+
#: ../../climateadapt/browser/pt/case-study-and-adaptation-options-map-viewer.pt:301
|
|
2254
|
+
msgid "Case studies collected at national level in Spain, provided by AdapteCCA.es"
|
|
2255
|
+
msgstr ""
|
|
2256
|
+
|
|
2222
2257
|
#. undefined
|
|
2223
2258
|
#: ../../climateadapt/mayorsadapt/views.py:78
|
|
2224
2259
|
msgid "Check-out created"
|