@eeacms/volto-cca-policy 0.1.99 → 0.1.101
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 +22 -0
- package/locales/de/LC_MESSAGES/volto.po +109 -76
- package/locales/eea.cca.pot +3 -0
- package/locales/en/LC_MESSAGES/volto.po +107 -74
- package/locales/es/{volto.po → LC_MESSAGES/volto.po} +109 -76
- package/locales/fr/LC_MESSAGES/volto.po +109 -76
- package/locales/it/LC_MESSAGES/volto.po +109 -76
- package/locales/pl/LC_MESSAGES/volto.po +109 -76
- package/locales/ro/LC_MESSAGES/volto.po +107 -74
- package/locales/volto.pot +87 -4
- package/package.json +1 -1
- package/src/components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters.jsx +4 -3
- package/src/components/manage/Blocks/CaseStudyExplorer/FeatureDisplay.jsx +22 -3
- package/src/components/manage/Blocks/CountryMapHeatIndex/Filter.jsx +15 -8
- package/src/components/manage/Blocks/ECDEIndicators/ECDEIndicatorsView.jsx +20 -12
- package/src/components/manage/Blocks/SearchAceContent/SearchAceContentView.jsx +11 -3
- package/src/components/manage/Blocks/TransRegionSelect/TransRegionSelectView.jsx +32 -4
- package/src/components/theme/Views/CcaEventView.jsx +46 -26
- package/src/components/theme/Views/EventView.jsx +27 -43
- package/src/components/theme/Views/NewsItemView.jsx +6 -17
- package/src/helpers/Utils.jsx +52 -0
- package/src/helpers/index.js +2 -0
- package/src/search/index.js +22 -1
- package/theme/globals/site.overrides +6 -0
- package/theme/globals/views.less +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,28 @@ 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.1.101](https://github.com/eea/volto-cca-policy/compare/0.1.100...0.1.101) - 25 March 2024
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- Update snapshots [Tiberiu Ichim - [`308d1b3`](https://github.com/eea/volto-cca-policy/commit/308d1b34f16ba9b5173711ebbd90ee1731092fdb)]
|
|
12
|
+
### [0.1.100](https://github.com/eea/volto-cca-policy/compare/0.1.99...0.1.100) - 25 March 2024
|
|
13
|
+
|
|
14
|
+
#### :bug: Bug Fixes
|
|
15
|
+
|
|
16
|
+
- fix: cleanup event view [kreafox - [`983bc19`](https://github.com/eea/volto-cca-policy/commit/983bc19b712f70c50bba58529a4d7ed8ab9eec91)]
|
|
17
|
+
- fix(views): show tags, show missing website info on event [kreafox - [`6e31c8d`](https://github.com/eea/volto-cca-policy/commit/6e31c8dcebb05148e828661657ed87b481ed17ab)]
|
|
18
|
+
|
|
19
|
+
#### :hammer_and_wrench: Others
|
|
20
|
+
|
|
21
|
+
- Update i18n in Makefile [kreafox - [`69e199f`](https://github.com/eea/volto-cca-policy/commit/69e199ff8f541be487b66046140700c1ea0fb417)]
|
|
22
|
+
- i18n: update locales [kreafox - [`f3e8b5d`](https://github.com/eea/volto-cca-policy/commit/f3e8b5d75bdafb1379a4c0893a028d5ddbbb5a11)]
|
|
23
|
+
- test: reduce duplicated code [kreafox - [`38a6066`](https://github.com/eea/volto-cca-policy/commit/38a6066edcc26ef7d2ae8af39376c7c6787245ec)]
|
|
24
|
+
- test: update snapshot [kreafox - [`433b37e`](https://github.com/eea/volto-cca-policy/commit/433b37eb06afd3afcdf8279cd1bf2e731dd0946b)]
|
|
25
|
+
- Refs #253391 - label translation from message define [Tripon Eugen - [`69ee076`](https://github.com/eea/volto-cca-policy/commit/69ee076f29af222bd13dfb4c58a4db92a64f5ccc)]
|
|
26
|
+
- i18n event view [kreafox - [`cb9be8a`](https://github.com/eea/volto-cca-policy/commit/cb9be8adaa6ddba8eda708dbd26c564b89345ad9)]
|
|
27
|
+
- Refs #253391 - add label to filter and translation [Tripon Eugen - [`0a7c155`](https://github.com/eea/volto-cca-policy/commit/0a7c1550c623d7bd24c193dce4a3e13a7c38bc53)]
|
|
28
|
+
- Refs #267596 - elastic score update [Tripon Eugen - [`6fa828e`](https://github.com/eea/volto-cca-policy/commit/6fa828e1979b1bed51f73f0f24c253cfcf7365ff)]
|
|
7
29
|
### [0.1.99](https://github.com/eea/volto-cca-policy/compare/0.1.98...0.1.99) - 22 March 2024
|
|
8
30
|
|
|
9
31
|
#### :bug: Bug Fixes
|
|
@@ -29,7 +29,7 @@ msgstr "Anpassungselemente:"
|
|
|
29
29
|
#. Default: "Adaptation sectors"
|
|
30
30
|
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
31
31
|
msgid "Adaptation sectors"
|
|
32
|
-
msgstr ""
|
|
32
|
+
msgstr "Sektoren der Anpassung"
|
|
33
33
|
|
|
34
34
|
#. Default: "Additional Details"
|
|
35
35
|
#: components/theme/Views/AdaptationOptionView
|
|
@@ -37,6 +37,11 @@ msgstr ""
|
|
|
37
37
|
msgid "Additional Details"
|
|
38
38
|
msgstr "Zusätzliche Details"
|
|
39
39
|
|
|
40
|
+
#. Default: "Agenda and supporting documents"
|
|
41
|
+
#: components/theme/Views/CcaEventView
|
|
42
|
+
msgid "Agenda and supporting documents"
|
|
43
|
+
msgstr "Agenda und weiterführende Dokumente"
|
|
44
|
+
|
|
40
45
|
#. Default: "Apr"
|
|
41
46
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
42
47
|
msgid "Apr"
|
|
@@ -119,9 +124,15 @@ msgstr ""
|
|
|
119
124
|
|
|
120
125
|
#. Default: "Contact"
|
|
121
126
|
#: components/theme/Views/CaseStudyView
|
|
127
|
+
#: components/theme/Views/CcaEventView
|
|
122
128
|
msgid "Contact"
|
|
123
129
|
msgstr "Kontakt"
|
|
124
130
|
|
|
131
|
+
#. Default: "Contact information for the Observatory"
|
|
132
|
+
#: components/theme/Views/DatabaseItemView
|
|
133
|
+
msgid "Contact information for the Observatory"
|
|
134
|
+
msgstr "Kontaktinformation für das Observatorium"
|
|
135
|
+
|
|
125
136
|
#. Default: "Contributor:"
|
|
126
137
|
#: helpers/Utils
|
|
127
138
|
msgid "Contributor:"
|
|
@@ -212,7 +223,12 @@ msgstr "Gesundheitsauswirkungen:"
|
|
|
212
223
|
#. Default: "Heat health action plans (HHAP)"
|
|
213
224
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
214
225
|
msgid "Heat health action plans (HHAP)"
|
|
215
|
-
msgstr ""
|
|
226
|
+
msgstr "Aktionspläne zur Hitzegesundheit (HHAP)"
|
|
227
|
+
|
|
228
|
+
#. Default: "Heat health warning systems (HHWS)"
|
|
229
|
+
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
230
|
+
msgid "Heat health warning systems (HHWS)"
|
|
231
|
+
msgstr "Hitze-Gesundheitswarnsysteme (HHWS)"
|
|
216
232
|
|
|
217
233
|
#. Default: "IPCC adaptation options categories:"
|
|
218
234
|
#: helpers/ContentMetadata
|
|
@@ -224,6 +240,11 @@ msgstr "IPCC -Anpassungsoptionen Kategorien:"
|
|
|
224
240
|
msgid "IPCC categories"
|
|
225
241
|
msgstr "IPCC -Kategorien"
|
|
226
242
|
|
|
243
|
+
#. Default: "If you have any further questions you can contact"
|
|
244
|
+
#: components/theme/Views/CcaEventView
|
|
245
|
+
msgid "If you have any further questions you can contact"
|
|
246
|
+
msgstr ""
|
|
247
|
+
|
|
227
248
|
#. Default: "Implementation Time"
|
|
228
249
|
#: components/theme/Views/AdaptationOptionView
|
|
229
250
|
#: components/theme/Views/CaseStudyView
|
|
@@ -235,8 +256,13 @@ msgstr "Umsetzungszeitraum"
|
|
|
235
256
|
msgid "Importance and Relevance of Adaptation"
|
|
236
257
|
msgstr "Bedeutung und Relevanz der Anpassung"
|
|
237
258
|
|
|
259
|
+
#. Default: "Indicators"
|
|
260
|
+
#: components/manage/Blocks/ECDEIndicators/ECDEIndicatorsView
|
|
261
|
+
msgid "Indicators"
|
|
262
|
+
msgstr "Indikatoren"
|
|
263
|
+
|
|
238
264
|
#. Default: "Info"
|
|
239
|
-
#:
|
|
265
|
+
#: helpers/Utils
|
|
240
266
|
msgid "Info"
|
|
241
267
|
msgstr ""
|
|
242
268
|
|
|
@@ -260,11 +286,21 @@ msgstr ""
|
|
|
260
286
|
msgid "Key Type Measures:"
|
|
261
287
|
msgstr "Schlüsseltypmaßnahmen:"
|
|
262
288
|
|
|
289
|
+
#. Default: "Key activities within climate change and health"
|
|
290
|
+
#: components/theme/Views/DatabaseItemView
|
|
291
|
+
msgid "Key activities within climate change and health"
|
|
292
|
+
msgstr "Schlüsselaktivitäten im Klimawandel und Gesundheit"
|
|
293
|
+
|
|
263
294
|
#. Default: "Keywords:"
|
|
264
295
|
#: helpers/ContentMetadata
|
|
265
296
|
msgid "Keywords:"
|
|
266
297
|
msgstr "Suchbegriffe:"
|
|
267
298
|
|
|
299
|
+
#. Default: "Language of the conference"
|
|
300
|
+
#: components/theme/Views/CcaEventView
|
|
301
|
+
msgid "Language of the conference"
|
|
302
|
+
msgstr "Konferenzsprache"
|
|
303
|
+
|
|
268
304
|
#. Default: "Last Modified in Climate-ADAPT"
|
|
269
305
|
#: helpers/Utils
|
|
270
306
|
msgid "Last Modified in Climate-ADAPT"
|
|
@@ -287,6 +323,11 @@ msgstr "Rechtliche Aspekte"
|
|
|
287
323
|
msgid "Life Time"
|
|
288
324
|
msgstr "Lebensdauer"
|
|
289
325
|
|
|
326
|
+
#. Default: "Links to further information"
|
|
327
|
+
#: components/theme/Views/DatabaseItemView
|
|
328
|
+
msgid "Links to further information"
|
|
329
|
+
msgstr "Links zu weiteren Informationen"
|
|
330
|
+
|
|
290
331
|
#. Default: "Macro-Transnational region:"
|
|
291
332
|
#: helpers/ContentMetadata
|
|
292
333
|
msgid "Macro-Transnational region:"
|
|
@@ -327,6 +368,11 @@ msgstr "Keine Information"
|
|
|
327
368
|
msgid "No options"
|
|
328
369
|
msgstr ""
|
|
329
370
|
|
|
371
|
+
#. Default: "No results"
|
|
372
|
+
#: components/manage/Blocks/SearchAceContent/SearchAceContentView
|
|
373
|
+
msgid "No results"
|
|
374
|
+
msgstr "Keine Ergebnisse"
|
|
375
|
+
|
|
330
376
|
#. Default: "No value"
|
|
331
377
|
#: components/manage/Widgets/CreatableSelectWidget
|
|
332
378
|
msgid "No value"
|
|
@@ -357,11 +403,21 @@ msgstr ""
|
|
|
357
403
|
msgid "Oct"
|
|
358
404
|
msgstr ""
|
|
359
405
|
|
|
406
|
+
#. Default: "Participation"
|
|
407
|
+
#: components/theme/Views/CcaEventView
|
|
408
|
+
msgid "Participation"
|
|
409
|
+
msgstr "Teilnahme"
|
|
410
|
+
|
|
360
411
|
#. Default: "Partners"
|
|
361
412
|
#: components/theme/Views/ProjectView
|
|
362
413
|
msgid "Partners"
|
|
363
414
|
msgstr "Partner"
|
|
364
415
|
|
|
416
|
+
#. Default: "Practical information"
|
|
417
|
+
#: components/theme/Views/CcaEventView
|
|
418
|
+
msgid "Practical information"
|
|
419
|
+
msgstr "Praktische Informationen"
|
|
420
|
+
|
|
365
421
|
#. Default: "Project information"
|
|
366
422
|
#: components/theme/Views/ProjectView
|
|
367
423
|
msgid "Project information"
|
|
@@ -389,11 +445,21 @@ msgstr "Referenzinformationen"
|
|
|
389
445
|
msgid "References"
|
|
390
446
|
msgstr ""
|
|
391
447
|
|
|
448
|
+
#. Default: "Regions"
|
|
449
|
+
#: components/manage/Blocks/ECDEIndicators/ECDEIndicatorsView
|
|
450
|
+
msgid "Regions"
|
|
451
|
+
msgstr ""
|
|
452
|
+
|
|
392
453
|
#. Default: "Related content:"
|
|
393
454
|
#: helpers/Utils
|
|
394
455
|
msgid "Related content:"
|
|
395
456
|
msgstr ""
|
|
396
457
|
|
|
458
|
+
#. Default: "Related documents and presentations"
|
|
459
|
+
#: components/theme/Views/DatabaseItemView
|
|
460
|
+
msgid "Related documents and presentations"
|
|
461
|
+
msgstr "Verwandte Dokumente und Präsentationen"
|
|
462
|
+
|
|
397
463
|
#. Default: "Relevance"
|
|
398
464
|
#: components/theme/Views/CaseStudyView
|
|
399
465
|
msgid "Relevance"
|
|
@@ -429,6 +495,11 @@ msgstr ""
|
|
|
429
495
|
msgid "See more"
|
|
430
496
|
msgstr "Erfahre mehr"
|
|
431
497
|
|
|
498
|
+
#. Default: "See video outside Climate-ADAPT"
|
|
499
|
+
#: components/theme/Views/DatabaseItemView
|
|
500
|
+
msgid "See video outside Climate-ADAPT"
|
|
501
|
+
msgstr "Schau das Video außerhalb von Climate-ADAPT an"
|
|
502
|
+
|
|
432
503
|
#. Default: "Select…"
|
|
433
504
|
#: components/manage/Widgets/CreatableSelectWidget
|
|
434
505
|
msgid "Select…"
|
|
@@ -440,6 +511,8 @@ msgid "Sep"
|
|
|
440
511
|
msgstr ""
|
|
441
512
|
|
|
442
513
|
#. Default: "Share your information"
|
|
514
|
+
#: components/manage/Blocks/SearchAceContent/SearchAceContentView
|
|
515
|
+
#: components/theme/ShareInfoButton/ShareInfoButton
|
|
443
516
|
#: helpers/ShareInfo
|
|
444
517
|
msgid "Share your information"
|
|
445
518
|
msgstr "Teilen Sie Ihre Informationen"
|
|
@@ -533,11 +606,21 @@ msgstr ""
|
|
|
533
606
|
msgid "View all contributions in the resource catalogue"
|
|
534
607
|
msgstr "Sehen Sie sich alle Beiträge im Ressourcenkatalog an"
|
|
535
608
|
|
|
609
|
+
#. Default: "Visit external website"
|
|
610
|
+
#: components/theme/Views/EventView
|
|
611
|
+
msgid "Visit external website"
|
|
612
|
+
msgstr ""
|
|
613
|
+
|
|
536
614
|
#. Default: "We"
|
|
537
615
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
538
616
|
msgid "We"
|
|
539
617
|
msgstr ""
|
|
540
618
|
|
|
619
|
+
#. Default: "Web"
|
|
620
|
+
#: components/theme/Views/EventView
|
|
621
|
+
msgid "Web"
|
|
622
|
+
msgstr ""
|
|
623
|
+
|
|
541
624
|
#. Default: "Web site"
|
|
542
625
|
#: components/manage/Blocks/Listing/OrganisationCardsListingView
|
|
543
626
|
msgid "Web site"
|
|
@@ -555,12 +638,12 @@ msgid "Websites:"
|
|
|
555
638
|
msgstr "Webseiten:"
|
|
556
639
|
|
|
557
640
|
#. Default: "When"
|
|
558
|
-
#:
|
|
641
|
+
#: helpers/Utils
|
|
559
642
|
msgid "When"
|
|
560
643
|
msgstr ""
|
|
561
644
|
|
|
562
645
|
#. Default: "Where"
|
|
563
|
-
#:
|
|
646
|
+
#: helpers/Utils
|
|
564
647
|
msgid "Where"
|
|
565
648
|
msgstr ""
|
|
566
649
|
|
|
@@ -581,11 +664,6 @@ msgstr "Leitfaden"
|
|
|
581
664
|
|
|
582
665
|
#. undefined
|
|
583
666
|
|
|
584
|
-
msgid "Indicators"
|
|
585
|
-
msgstr "Indikatoren"
|
|
586
|
-
|
|
587
|
-
#. undefined
|
|
588
|
-
|
|
589
667
|
msgid "Information portals"
|
|
590
668
|
msgstr "Informationsportale"
|
|
591
669
|
|
|
@@ -1857,107 +1935,107 @@ msgid "Exposure of vulnerable groups to climate risks"
|
|
|
1857
1935
|
msgstr "Exposition gefährdeter Gruppen gegenüber Klimarisiken"
|
|
1858
1936
|
|
|
1859
1937
|
#. undefined
|
|
1860
|
-
#:
|
|
1938
|
+
#:
|
|
1861
1939
|
msgid "KEY EU ACTIONS"
|
|
1862
1940
|
msgstr "SCHLÜSSELBEREICHE VON EU-MASSNAHMEN"
|
|
1863
1941
|
|
|
1864
1942
|
#. undefined
|
|
1865
|
-
#:
|
|
1943
|
+
#:
|
|
1866
1944
|
msgid "Just resilience"
|
|
1867
1945
|
msgstr "Gerechte Resilienz"
|
|
1868
1946
|
|
|
1869
1947
|
#. undefined
|
|
1870
|
-
#:
|
|
1948
|
+
#:
|
|
1871
1949
|
msgid "Nature-based solutions"
|
|
1872
1950
|
msgstr "Naturbasierte Lösungen"
|
|
1873
1951
|
|
|
1874
1952
|
#. undefined
|
|
1875
|
-
#:
|
|
1953
|
+
#:
|
|
1876
1954
|
msgid "Economic losses and fatalities"
|
|
1877
1955
|
msgstr "Wirtschaftliche Verluste und Todesfälle"
|
|
1878
1956
|
|
|
1879
1957
|
#. undefined
|
|
1880
|
-
#:
|
|
1958
|
+
#:
|
|
1881
1959
|
msgid "Strategic objectives 2030"
|
|
1882
1960
|
msgstr "Strategische Ziele 2030"
|
|
1883
1961
|
|
|
1884
1962
|
#. undefined
|
|
1885
|
-
#:
|
|
1963
|
+
#:
|
|
1886
1964
|
msgid "Availability of urban green spaces to vulnerable groups"
|
|
1887
1965
|
msgstr "Verfügbarkeit von städtischen Grünflächen für gefährdete Bevölkerungsgruppen"
|
|
1888
1966
|
|
|
1889
1967
|
#. undefined
|
|
1890
|
-
#:
|
|
1968
|
+
#:
|
|
1891
1969
|
msgid "Transnational, National, local"
|
|
1892
1970
|
msgstr "Länderübergreifend, national, lokal"
|
|
1893
1971
|
|
|
1894
1972
|
#. undefined
|
|
1895
|
-
#:
|
|
1973
|
+
#:
|
|
1896
1974
|
msgid "Aero-allergens"
|
|
1897
1975
|
msgstr "Aeroallergene"
|
|
1898
1976
|
|
|
1899
1977
|
#. undefined
|
|
1900
|
-
#:
|
|
1978
|
+
#:
|
|
1901
1979
|
msgid "Heat"
|
|
1902
1980
|
msgstr "Hitze"
|
|
1903
1981
|
|
|
1904
1982
|
#. undefined
|
|
1905
|
-
#:
|
|
1983
|
+
#:
|
|
1906
1984
|
msgid "Accessibility of hospitals in Europe"
|
|
1907
1985
|
msgstr "Zugänglichkeit von Krankenhäusern in Europa"
|
|
1908
1986
|
|
|
1909
1987
|
#. undefined
|
|
1910
|
-
#:
|
|
1988
|
+
#:
|
|
1911
1989
|
msgid "ADAPTATION IN THE FORESTRY SECTOR"
|
|
1912
1990
|
msgstr "ANPASSUNG IN DER FORSTWIRTSCHAFT"
|
|
1913
1991
|
|
|
1914
1992
|
#. undefined
|
|
1915
|
-
#:
|
|
1993
|
+
#:
|
|
1916
1994
|
msgid "Ground-level ozone"
|
|
1917
1995
|
msgstr "Bodennahes Ozon"
|
|
1918
1996
|
|
|
1919
1997
|
#. undefined
|
|
1920
|
-
#:
|
|
1998
|
+
#:
|
|
1921
1999
|
msgid "Ground-level ozone forecast (CAMS)"
|
|
1922
2000
|
msgstr "Bodennahes Ozonprognose (CAMS)"
|
|
1923
2001
|
|
|
1924
2002
|
#. undefined
|
|
1925
|
-
#:
|
|
2003
|
+
#:
|
|
1926
2004
|
msgid "Pollution"
|
|
1927
2005
|
msgstr "Umweltverschmutzung"
|
|
1928
2006
|
|
|
1929
2007
|
#. undefined
|
|
1930
|
-
#:
|
|
2008
|
+
#:
|
|
1931
2009
|
msgid "Occupational safety and health effects"
|
|
1932
2010
|
msgstr "Arbeitsschutz und Arbeitsmedizin"
|
|
1933
2011
|
|
|
1934
2012
|
#. undefined
|
|
1935
|
-
#:
|
|
2013
|
+
#:
|
|
1936
2014
|
msgid "Observatory workplan for 2023-24"
|
|
1937
2015
|
msgstr "Arbeitsplan des Observatory für 2023-24"
|
|
1938
2016
|
|
|
1939
2017
|
#. undefined
|
|
1940
|
-
#:
|
|
2018
|
+
#:
|
|
1941
2019
|
msgid "Ground-level PM2.5 forecast (CAMS)"
|
|
1942
2020
|
msgstr "Bodennahe PM2.5-Prognose (CAMS)"
|
|
1943
2021
|
|
|
1944
2022
|
#. undefined
|
|
1945
|
-
#:
|
|
2023
|
+
#:
|
|
1946
2024
|
msgid "Ground-level PM10 forecast (CAMS)"
|
|
1947
2025
|
msgstr "Bodennahes PM10-Prognose (CAMS)"
|
|
1948
2026
|
|
|
1949
2027
|
#. undefined
|
|
1950
|
-
#:
|
|
2028
|
+
#:
|
|
1951
2029
|
msgid "Ground-level NO2 forecast (CAMS)"
|
|
1952
2030
|
msgstr "Bodennahe NO2-Prognose (CAMS)"
|
|
1953
2031
|
|
|
1954
2032
|
#. undefined
|
|
1955
|
-
#:
|
|
2033
|
+
#:
|
|
1956
2034
|
msgid "2022 EEA Report on Climate & Health"
|
|
1957
2035
|
msgstr "2022 EUA-Bericht über Klima und Gesundheit"
|
|
1958
2036
|
|
|
1959
2037
|
#. undefined
|
|
1960
|
-
#:
|
|
2038
|
+
#:
|
|
1961
2039
|
msgid "European environment and health atlas"
|
|
1962
2040
|
msgstr "Europäischer Umwelt- und Gesundheitsatlas"
|
|
1963
2041
|
|
|
@@ -2595,11 +2673,6 @@ msgstr "Adriatisches und Ionisches Meer"
|
|
|
2595
2673
|
msgid "Advanced search for Climate-Adapt database items <a href="/redirect_to_search_page">here</a>"
|
|
2596
2674
|
msgstr "Erweiterte Suche nach Climate-ADAPT Datenbank-Einträgen<a href="/Redirect_to_search_page"> hier </a>"
|
|
2597
2675
|
|
|
2598
|
-
#. undefined
|
|
2599
|
-
#: ../../climateadapt/browser/pt/ccaevent_view.pt:61
|
|
2600
|
-
msgid "Agenda and supporting documents"
|
|
2601
|
-
msgstr "Agenda und weiterführende Dokumente"
|
|
2602
|
-
|
|
2603
2676
|
#. undefined
|
|
2604
2677
|
#: ../../climateadapt/vocabulary.py:454
|
|
2605
2678
|
msgid "Air pollution and aero-allergens"
|
|
@@ -2797,11 +2870,6 @@ msgstr "Bemerkungen:"
|
|
|
2797
2870
|
msgid "Common definitions of the terms used frequently in the clearinghouse."
|
|
2798
2871
|
msgstr "Allgemeine Definitionen der in der Clearingstelle häufig verwendeten Begriffe."
|
|
2799
2872
|
|
|
2800
|
-
#. undefined
|
|
2801
|
-
#: ../../climateadapt/browser/pt/organisation_view.pt:39
|
|
2802
|
-
msgid "Contact information for the Observatory"
|
|
2803
|
-
msgstr "Kontaktinformation für das Observatorium"
|
|
2804
|
-
|
|
2805
2873
|
#. undefined
|
|
2806
2874
|
#: ../../climateadapt/browser/pt/c3s_indicators_overview.pt:30
|
|
2807
2875
|
#: ../../climateadapt/browser/pt/c3sindicator_view.pt:158
|
|
@@ -3188,11 +3256,6 @@ msgstr "Schlüsselmessung"
|
|
|
3188
3256
|
msgid "Key Type Measures"
|
|
3189
3257
|
msgstr "Schlüsseltypmaßnahmen"
|
|
3190
3258
|
|
|
3191
|
-
#. undefined
|
|
3192
|
-
#: ../../climateadapt/browser/pt/organisation_view.pt:22
|
|
3193
|
-
msgid "Key activities within climate change and health"
|
|
3194
|
-
msgstr "Schlüsselaktivitäten im Klimawandel und Gesundheit"
|
|
3195
|
-
|
|
3196
3259
|
#. undefined
|
|
3197
3260
|
#: ../../climateadapt/browser/admin.py:562
|
|
3198
3261
|
msgid "Keyword succesfully deleted: ${kw_old}."
|
|
@@ -3215,11 +3278,6 @@ msgstr "Suchbegriffe"
|
|
|
3215
3278
|
msgid "Land-use and Food Systems"
|
|
3216
3279
|
msgstr ""
|
|
3217
3280
|
|
|
3218
|
-
#. undefined
|
|
3219
|
-
#: ../../climateadapt/browser/pt/ccaevent_view.pt:99
|
|
3220
|
-
msgid "Language of the conference"
|
|
3221
|
-
msgstr "Konferenzsprache"
|
|
3222
|
-
|
|
3223
3281
|
#. undefined
|
|
3224
3282
|
#: ../../climateadapt/browser/pt/landing_page_forest.pt:285
|
|
3225
3283
|
msgid "Learn more about different adaptation options to the various impacts of climate change in forests."
|
|
@@ -3252,11 +3310,6 @@ msgstr "Link zum interaktiven Atlas:"
|
|
|
3252
3310
|
msgid "Link to metadata:"
|
|
3253
3311
|
msgstr "Link zu Metadaten:"
|
|
3254
3312
|
|
|
3255
|
-
#. undefined
|
|
3256
|
-
#: ../../climateadapt/browser/pt/organisation_view.pt:34
|
|
3257
|
-
msgid "Links to further information"
|
|
3258
|
-
msgstr "Links zu weiteren Informationen"
|
|
3259
|
-
|
|
3260
3313
|
#. undefined
|
|
3261
3314
|
#: ../../climateadapt/vocabulary.py:467
|
|
3262
3315
|
msgid "Local Economic Systems"
|
|
@@ -3378,11 +3431,6 @@ msgstr "Außerhalb des EWR"
|
|
|
3378
3431
|
msgid "Overview list of all indices"
|
|
3379
3432
|
msgstr "Übersicht aller Indizes"
|
|
3380
3433
|
|
|
3381
|
-
#. undefined
|
|
3382
|
-
#: ../../climateadapt/browser/pt/ccaevent_view.pt:91
|
|
3383
|
-
msgid "Participation"
|
|
3384
|
-
msgstr "Teilnahme"
|
|
3385
|
-
|
|
3386
3434
|
#. undefined
|
|
3387
3435
|
#: ../../climateadapt/browser/pt/casestudy_view.pt:254
|
|
3388
3436
|
msgid "Please contact us for any other enquiry on this Case Study or to share a new Case Study (email <a href="mailto: climate.adapt@eea.europa.eu">climate.adapt@eea.europa.eu</a>)"
|
|
@@ -3408,11 +3456,6 @@ msgstr "Richtlinienübersicht"
|
|
|
3408
3456
|
msgid "Portal Type"
|
|
3409
3457
|
msgstr "Art des Informationsportals"
|
|
3410
3458
|
|
|
3411
|
-
#. undefined
|
|
3412
|
-
#: ../../climateadapt/browser/pt/ccaevent_view.pt:61
|
|
3413
|
-
msgid "Practical information"
|
|
3414
|
-
msgstr "Praktische Informationen"
|
|
3415
|
-
|
|
3416
3459
|
#. undefined
|
|
3417
3460
|
#: ../../climateadapt/tiles/pt/ast_navigation.pt:119
|
|
3418
3461
|
#: ../../climateadapt/tiles/pt/urbanast_navigation.pt:68
|
|
@@ -3464,11 +3507,6 @@ msgstr "Registrierung"
|
|
|
3464
3507
|
msgid "Registration:"
|
|
3465
3508
|
msgstr "Registrierung"
|
|
3466
3509
|
|
|
3467
|
-
#. undefined
|
|
3468
|
-
#: ../../climateadapt/browser/pt/video_view.pt:45
|
|
3469
|
-
msgid "Related documents and presentations"
|
|
3470
|
-
msgstr "Verwandte Dokumente und Präsentationen"
|
|
3471
|
-
|
|
3472
3510
|
#. undefined
|
|
3473
3511
|
#: ../../climateadapt/tiles/pt/filter_acecontent.pt:49
|
|
3474
3512
|
msgid "Relevant tile"
|
|
@@ -3547,11 +3585,6 @@ msgstr "Sektorpolitiken"
|
|
|
3547
3585
|
msgid "Sectors"
|
|
3548
3586
|
msgstr "Sektoren"
|
|
3549
3587
|
|
|
3550
|
-
#. undefined
|
|
3551
|
-
#: ../../climateadapt/browser/pt/video_view.pt:39
|
|
3552
|
-
msgid "See video outside Climate-ADAPT"
|
|
3553
|
-
msgstr "Schau das Video außerhalb von Climate-ADAPT an"
|
|
3554
|
-
|
|
3555
3588
|
#. undefined
|
|
3556
3589
|
#: ../../climateadapt/browser/pt/countries-list.pt:5
|
|
3557
3590
|
msgid "Select a country"
|