@eeacms/volto-cca-policy 0.3.63 → 0.3.65
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 +70 -0
- package/locales/bg/LC_MESSAGES/volto.po +31 -39
- package/locales/cs/LC_MESSAGES/volto.po +31 -39
- package/locales/da/LC_MESSAGES/volto.po +31 -39
- package/locales/de/LC_MESSAGES/volto.po +31 -39
- package/locales/el/LC_MESSAGES/volto.po +31 -39
- package/locales/en/LC_MESSAGES/volto.po +31 -38
- package/locales/es/LC_MESSAGES/volto.po +31 -39
- package/locales/et/LC_MESSAGES/volto.po +31 -39
- package/locales/fi/LC_MESSAGES/volto.po +31 -39
- package/locales/fr/LC_MESSAGES/volto.po +31 -39
- package/locales/ga/LC_MESSAGES/volto.po +31 -39
- package/locales/hr/LC_MESSAGES/volto.po +31 -39
- package/locales/hu/LC_MESSAGES/volto.po +31 -39
- package/locales/is/LC_MESSAGES/volto.po +31 -39
- package/locales/it/LC_MESSAGES/volto.po +31 -39
- package/locales/lt/LC_MESSAGES/volto.po +31 -39
- package/locales/lv/LC_MESSAGES/volto.po +31 -39
- package/locales/mt/LC_MESSAGES/volto.po +31 -39
- package/locales/nl/LC_MESSAGES/volto.po +31 -39
- package/locales/nn/LC_MESSAGES/volto.po +31 -39
- package/locales/pl/LC_MESSAGES/volto.po +31 -39
- package/locales/pt/LC_MESSAGES/volto.po +31 -39
- package/locales/ro/LC_MESSAGES/volto.po +31 -39
- package/locales/sk/LC_MESSAGES/volto.po +31 -39
- package/locales/sl/LC_MESSAGES/volto.po +31 -39
- package/locales/sv/LC_MESSAGES/volto.po +31 -39
- package/locales/tr/LC_MESSAGES/volto.po +309 -351
- package/locales/volto.pot +22 -39
- package/package.json +2 -2
- package/src/components/manage/Blocks/CaseStudyExplorer/CaseStudyMap.test.jsx +6 -6
- package/src/components/manage/Blocks/CaseStudyExplorer/FeatureDisplay.test.jsx +2 -2
- package/src/components/manage/Blocks/FlourishEmbedBlock/FlourishEmbedBlockEdit.jsx +33 -0
- package/src/components/manage/Blocks/FlourishEmbedBlock/FlourishEmbedBlockView.jsx +40 -0
- package/src/components/manage/Blocks/FlourishEmbedBlock/index.js +22 -0
- package/src/components/manage/Blocks/FlourishEmbedBlock/schema.js +17 -0
- package/src/components/manage/Blocks/FlourishEmbedBlock/style.less +13 -0
- package/src/components/manage/Blocks/index.js +2 -0
- package/src/components/theme/Header/Header.jsx +45 -27
- package/src/components/theme/MissionSignatoryProfile/TabSections/PlanningTab.test.jsx +3 -2
- package/src/components/theme/PortalMessage/PortalMessage.jsx +6 -4
- package/src/components/theme/Views/DatabaseItemView.jsx +9 -37
- package/src/components/theme/Widgets/PromotionalImageWidget.test.jsx +1 -1
- package/src/customizations/volto/components/theme/View/DefaultView.jsx +5 -1
- package/src/helpers/flourishUtils.js +32 -0
- package/theme/extras/header.overrides +14 -0
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
#.
|
|
2
1
|
msgid ""
|
|
3
2
|
msgstr ""
|
|
4
3
|
"Project-Id-Version: \n"
|
|
@@ -19,8 +18,6 @@ msgstr "Et baggrundsdokument for arrangementet er tilgængeligt"
|
|
|
19
18
|
|
|
20
19
|
#. Default: "Adaptation Approaches"
|
|
21
20
|
#: search/cca/facets
|
|
22
|
-
#: search/facets
|
|
23
|
-
#: search/fise/facets
|
|
24
21
|
#: search/health_observatory/facets-health
|
|
25
22
|
#: search/mission_all/facets-all
|
|
26
23
|
#: search/mission_projects/facets-projects
|
|
@@ -45,8 +42,6 @@ msgstr "Tilpasningsmuligheder implementeret i dette tilfælde"
|
|
|
45
42
|
#. Default: "Adaptation Sectors"
|
|
46
43
|
#: search/cca/facets
|
|
47
44
|
#: search/common
|
|
48
|
-
#: search/facets
|
|
49
|
-
#: search/fise/facets
|
|
50
45
|
msgid "Adaptation Sectors"
|
|
51
46
|
msgstr "Tilpasningssektorer"
|
|
52
47
|
|
|
@@ -87,11 +82,6 @@ msgstr "Hele tiden"
|
|
|
87
82
|
msgid "Background information"
|
|
88
83
|
msgstr "Baggrundsinformation"
|
|
89
84
|
|
|
90
|
-
#. Default: "Belgium"
|
|
91
|
-
#: helpers/Constants
|
|
92
|
-
msgid "Belgium"
|
|
93
|
-
msgstr "Belgien"
|
|
94
|
-
|
|
95
85
|
#. Default: "Biogeographical regions:"
|
|
96
86
|
#: helpers/ContentMetadata
|
|
97
87
|
msgid "Biogeographical regions:"
|
|
@@ -113,7 +103,7 @@ msgid "Case Study illustrations"
|
|
|
113
103
|
msgstr "Casestudie illustrationer"
|
|
114
104
|
|
|
115
105
|
#. Default: "Case studies related to this option:"
|
|
116
|
-
#:
|
|
106
|
+
#: helpers/ContentMetadata
|
|
117
107
|
msgid "Case studies related to this option:"
|
|
118
108
|
msgstr "Casestudier relateret til denne mulighed:"
|
|
119
109
|
|
|
@@ -150,8 +140,6 @@ msgstr "By:"
|
|
|
150
140
|
#. Default: "Climate Impacts"
|
|
151
141
|
#: search/cca/facets
|
|
152
142
|
#: search/common
|
|
153
|
-
#: search/facets
|
|
154
|
-
#: search/fise/facets
|
|
155
143
|
msgid "Climate Impacts"
|
|
156
144
|
msgstr "Klimapåvirkninger"
|
|
157
145
|
|
|
@@ -305,11 +293,6 @@ msgstr "Udforsk mere på Climate-ADAPT"
|
|
|
305
293
|
msgid "For more search options"
|
|
306
294
|
msgstr "For flere søgemuligheder"
|
|
307
295
|
|
|
308
|
-
#. Default: "France"
|
|
309
|
-
#: helpers/Constants
|
|
310
|
-
msgid "France"
|
|
311
|
-
msgstr "Frankrig"
|
|
312
|
-
|
|
313
296
|
#. Default: "Fullscreen"
|
|
314
297
|
#: components/theme/Views/C3SIndicatorView
|
|
315
298
|
msgid "Fullscreen"
|
|
@@ -317,8 +300,6 @@ msgstr "Fuldskærm"
|
|
|
317
300
|
|
|
318
301
|
#. Default: "Funding Programme"
|
|
319
302
|
#: search/cca/facets
|
|
320
|
-
#: search/facets
|
|
321
|
-
#: search/fise/facets
|
|
322
303
|
#: search/mission_projects/facets-projects
|
|
323
304
|
#: search/mission_stories/facets-stories
|
|
324
305
|
msgid "Funding Programme"
|
|
@@ -364,11 +345,6 @@ msgstr "HHWS tilgængelig (klik på land for yderligere information)"
|
|
|
364
345
|
msgid "Hazard Type"
|
|
365
346
|
msgstr "Faretype"
|
|
366
347
|
|
|
367
|
-
#. Default: "Health Impacts"
|
|
368
|
-
#: search/health_observatory/config-health
|
|
369
|
-
msgid "Health Impacts"
|
|
370
|
-
msgstr "Sundhedspåvirkninger"
|
|
371
|
-
|
|
372
348
|
#. Default: "Health impact:"
|
|
373
349
|
#: helpers/ContentMetadata
|
|
374
350
|
msgid "Health impact:"
|
|
@@ -432,8 +408,6 @@ msgstr "Info"
|
|
|
432
408
|
|
|
433
409
|
#. Default: "Item from third parties"
|
|
434
410
|
#: search/cca/facets
|
|
435
|
-
#: search/facets
|
|
436
|
-
#: search/fise/facets
|
|
437
411
|
msgid "Item from third parties"
|
|
438
412
|
msgstr "Vare fra tredjepart"
|
|
439
413
|
|
|
@@ -445,8 +419,6 @@ msgstr "Nøgle fællesskabssystemer"
|
|
|
445
419
|
#. Default: "Key Type Measure"
|
|
446
420
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
447
421
|
#: search/cca/facets
|
|
448
|
-
#: search/facets
|
|
449
|
-
#: search/fise/facets
|
|
450
422
|
msgid "Key Type Measure"
|
|
451
423
|
msgstr "Nøgletype Mål"
|
|
452
424
|
|
|
@@ -520,6 +492,11 @@ msgstr "Sidste år"
|
|
|
520
492
|
msgid "Lead"
|
|
521
493
|
msgstr "Føre"
|
|
522
494
|
|
|
495
|
+
#. Default: "Learn more"
|
|
496
|
+
#: components/manage/Blocks/Listing/EventAccordionListingView
|
|
497
|
+
msgid "Learn more"
|
|
498
|
+
msgstr ""
|
|
499
|
+
|
|
523
500
|
#. Default: "Legal aspects"
|
|
524
501
|
#: components/theme/Views/AdaptationOptionView
|
|
525
502
|
#: components/theme/Views/CaseStudyView
|
|
@@ -577,6 +554,11 @@ msgstr "Ingen information"
|
|
|
577
554
|
msgid "No results"
|
|
578
555
|
msgstr "Ingen resultater"
|
|
579
556
|
|
|
557
|
+
#. Default: "Non-EU Languages"
|
|
558
|
+
#: components/theme/Header/LanguageSwitch
|
|
559
|
+
msgid "Non-EU Languages"
|
|
560
|
+
msgstr ""
|
|
561
|
+
|
|
580
562
|
#. Default: "Objectives of the adaptation measure"
|
|
581
563
|
#: components/theme/Views/CaseStudyView
|
|
582
564
|
msgid "Objectives of the adaptation measure"
|
|
@@ -593,7 +575,6 @@ msgid "Observatory contributions"
|
|
|
593
575
|
msgstr "Observationsbidrag"
|
|
594
576
|
|
|
595
577
|
#. Default: "Observatory partner"
|
|
596
|
-
#: search/health_observatory/config-health
|
|
597
578
|
#: search/health_observatory/facets-health
|
|
598
579
|
msgid "Observatory partner"
|
|
599
580
|
msgstr "Observationspartner"
|
|
@@ -728,8 +709,6 @@ msgstr "Søg i Observatory Resource Catalogue..."
|
|
|
728
709
|
|
|
729
710
|
#. Default: "Section"
|
|
730
711
|
#: search/cca/facets
|
|
731
|
-
#: search/facets
|
|
732
|
-
#: search/fise/facets
|
|
733
712
|
msgid "Section"
|
|
734
713
|
msgstr "Afsnit"
|
|
735
714
|
|
|
@@ -840,6 +819,11 @@ msgstr "Datoen refererer til den seneste dato for udgivelsen af varen"
|
|
|
840
819
|
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"
|
|
841
820
|
msgstr "Datoen refererer til det tidspunkt, hvor emnet er blevet udarbejdet eller opdateret af bidragende eksperter, der skal indsendes til offentliggørelse i Climate ADAPT"
|
|
842
821
|
|
|
822
|
+
#. Default: "This object has been archived because its content is outdated. You can still access it as legacy."
|
|
823
|
+
#: components/theme/PortalMessage/PortalMessage
|
|
824
|
+
msgid "This object has been archived because its content is outdated. You can still access it as legacy."
|
|
825
|
+
msgstr ""
|
|
826
|
+
|
|
843
827
|
#. Default: "Topics:"
|
|
844
828
|
#: components/Result/ClusterHorizontalCardItem
|
|
845
829
|
#: components/Result/HealthHorizontalCardItem
|
|
@@ -848,8 +832,6 @@ msgstr "Emner:"
|
|
|
848
832
|
|
|
849
833
|
#. Default: "Transnational regions"
|
|
850
834
|
#: search/cca/facets
|
|
851
|
-
#: search/facets
|
|
852
|
-
#: search/fise/facets
|
|
853
835
|
msgid "Transnational regions"
|
|
854
836
|
msgstr "Transnationale regioner"
|
|
855
837
|
|
|
@@ -859,11 +841,6 @@ msgstr "Transnationale regioner"
|
|
|
859
841
|
msgid "Type of item"
|
|
860
842
|
msgstr "Varetype"
|
|
861
843
|
|
|
862
|
-
#. Default: "Types"
|
|
863
|
-
#: search/health_observatory/config-health
|
|
864
|
-
msgid "Types"
|
|
865
|
-
msgstr "Typer"
|
|
866
|
-
|
|
867
844
|
#. Default: "Updating notes"
|
|
868
845
|
#: components/theme/Views/CaseStudyView
|
|
869
846
|
msgid "Updating notes"
|
|
@@ -915,6 +892,11 @@ msgstr "Når"
|
|
|
915
892
|
msgid "Where"
|
|
916
893
|
msgstr "Hvor"
|
|
917
894
|
|
|
895
|
+
#. Default: "Officially reported governmental information is only available in English"
|
|
896
|
+
#: components/manage/Blocks/CountryProfileDetail/View
|
|
897
|
+
msgid "officiallyInEnglish"
|
|
898
|
+
msgstr ""
|
|
899
|
+
|
|
918
900
|
#. undefined
|
|
919
901
|
|
|
920
902
|
msgid "Adaptation option"
|
|
@@ -1187,6 +1169,11 @@ msgstr "Hviderusland"
|
|
|
1187
1169
|
|
|
1188
1170
|
#. undefined
|
|
1189
1171
|
|
|
1172
|
+
msgid "Belgium"
|
|
1173
|
+
msgstr "Belgien"
|
|
1174
|
+
|
|
1175
|
+
#. undefined
|
|
1176
|
+
|
|
1190
1177
|
msgid "Bosnia and Herzegovina"
|
|
1191
1178
|
msgstr "Bosnien-Hercegovina"
|
|
1192
1179
|
|
|
@@ -1222,6 +1209,11 @@ msgstr "Estland"
|
|
|
1222
1209
|
|
|
1223
1210
|
#. undefined
|
|
1224
1211
|
|
|
1212
|
+
msgid "France"
|
|
1213
|
+
msgstr "Frankrig"
|
|
1214
|
+
|
|
1215
|
+
#. undefined
|
|
1216
|
+
|
|
1225
1217
|
msgid "Faroe Islands"
|
|
1226
1218
|
msgstr "Færøerne"
|
|
1227
1219
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
#.
|
|
2
1
|
msgid ""
|
|
3
2
|
msgstr ""
|
|
4
3
|
"Project-Id-Version: \n"
|
|
@@ -19,8 +18,6 @@ msgstr "Ein Hintergrunddokument zur Veranstaltung liegt vor"
|
|
|
19
18
|
|
|
20
19
|
#. Default: "Adaptation Approaches"
|
|
21
20
|
#: search/cca/facets
|
|
22
|
-
#: search/facets
|
|
23
|
-
#: search/fise/facets
|
|
24
21
|
#: search/health_observatory/facets-health
|
|
25
22
|
#: search/mission_all/facets-all
|
|
26
23
|
#: search/mission_projects/facets-projects
|
|
@@ -45,8 +42,6 @@ msgstr "In diesem Fall implementierte Anpassungsoptionen"
|
|
|
45
42
|
#. Default: "Adaptation Sectors"
|
|
46
43
|
#: search/cca/facets
|
|
47
44
|
#: search/common
|
|
48
|
-
#: search/facets
|
|
49
|
-
#: search/fise/facets
|
|
50
45
|
msgid "Adaptation Sectors"
|
|
51
46
|
msgstr "Anpassungssektoren"
|
|
52
47
|
|
|
@@ -87,11 +82,6 @@ msgstr "Alle Zeiten"
|
|
|
87
82
|
msgid "Background information"
|
|
88
83
|
msgstr "Hintergrundinformationen"
|
|
89
84
|
|
|
90
|
-
#. Default: "Belgium"
|
|
91
|
-
#: helpers/Constants
|
|
92
|
-
msgid "Belgium"
|
|
93
|
-
msgstr "Belgien"
|
|
94
|
-
|
|
95
85
|
#. Default: "Biogeographical regions:"
|
|
96
86
|
#: helpers/ContentMetadata
|
|
97
87
|
msgid "Biogeographical regions:"
|
|
@@ -113,7 +103,7 @@ msgid "Case Study illustrations"
|
|
|
113
103
|
msgstr "Fallstudienillustrationen"
|
|
114
104
|
|
|
115
105
|
#. Default: "Case studies related to this option:"
|
|
116
|
-
#:
|
|
106
|
+
#: helpers/ContentMetadata
|
|
117
107
|
msgid "Case studies related to this option:"
|
|
118
108
|
msgstr "Fallstudien zu dieser Option:"
|
|
119
109
|
|
|
@@ -150,8 +140,6 @@ msgstr "Stadt:"
|
|
|
150
140
|
#. Default: "Climate Impacts"
|
|
151
141
|
#: search/cca/facets
|
|
152
142
|
#: search/common
|
|
153
|
-
#: search/facets
|
|
154
|
-
#: search/fise/facets
|
|
155
143
|
msgid "Climate Impacts"
|
|
156
144
|
msgstr "Klimaauswirkungen"
|
|
157
145
|
|
|
@@ -305,11 +293,6 @@ msgstr "Erfahren Sie mehr über Climate-ADAPT"
|
|
|
305
293
|
msgid "For more search options"
|
|
306
294
|
msgstr "Für weitere Suchoptionen"
|
|
307
295
|
|
|
308
|
-
#. Default: "France"
|
|
309
|
-
#: helpers/Constants
|
|
310
|
-
msgid "France"
|
|
311
|
-
msgstr "Frankreich"
|
|
312
|
-
|
|
313
296
|
#. Default: "Fullscreen"
|
|
314
297
|
#: components/theme/Views/C3SIndicatorView
|
|
315
298
|
msgid "Fullscreen"
|
|
@@ -317,8 +300,6 @@ msgstr "Vollbild"
|
|
|
317
300
|
|
|
318
301
|
#. Default: "Funding Programme"
|
|
319
302
|
#: search/cca/facets
|
|
320
|
-
#: search/facets
|
|
321
|
-
#: search/fise/facets
|
|
322
303
|
#: search/mission_projects/facets-projects
|
|
323
304
|
#: search/mission_stories/facets-stories
|
|
324
305
|
msgid "Funding Programme"
|
|
@@ -364,11 +345,6 @@ msgstr "HHWS verfügbar (klicken Sie auf das Land für weitere Informationen)"
|
|
|
364
345
|
msgid "Hazard Type"
|
|
365
346
|
msgstr "Gefahrentyp"
|
|
366
347
|
|
|
367
|
-
#. Default: "Health Impacts"
|
|
368
|
-
#: search/health_observatory/config-health
|
|
369
|
-
msgid "Health Impacts"
|
|
370
|
-
msgstr "Auswirkungen auf die Gesundheit"
|
|
371
|
-
|
|
372
348
|
#. Default: "Health impact:"
|
|
373
349
|
#: helpers/ContentMetadata
|
|
374
350
|
msgid "Health impact:"
|
|
@@ -432,8 +408,6 @@ msgstr "Info"
|
|
|
432
408
|
|
|
433
409
|
#. Default: "Item from third parties"
|
|
434
410
|
#: search/cca/facets
|
|
435
|
-
#: search/facets
|
|
436
|
-
#: search/fise/facets
|
|
437
411
|
msgid "Item from third parties"
|
|
438
412
|
msgstr "Artikel von Drittanbietern"
|
|
439
413
|
|
|
@@ -445,8 +419,6 @@ msgstr "Wichtige Gemeinschaftssysteme"
|
|
|
445
419
|
#. Default: "Key Type Measure"
|
|
446
420
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
447
421
|
#: search/cca/facets
|
|
448
|
-
#: search/facets
|
|
449
|
-
#: search/fise/facets
|
|
450
422
|
msgid "Key Type Measure"
|
|
451
423
|
msgstr "Schlüsseltypmaß"
|
|
452
424
|
|
|
@@ -520,6 +492,11 @@ msgstr "Letztes Jahr"
|
|
|
520
492
|
msgid "Lead"
|
|
521
493
|
msgstr "Führen"
|
|
522
494
|
|
|
495
|
+
#. Default: "Learn more"
|
|
496
|
+
#: components/manage/Blocks/Listing/EventAccordionListingView
|
|
497
|
+
msgid "Learn more"
|
|
498
|
+
msgstr ""
|
|
499
|
+
|
|
523
500
|
#. Default: "Legal aspects"
|
|
524
501
|
#: components/theme/Views/AdaptationOptionView
|
|
525
502
|
#: components/theme/Views/CaseStudyView
|
|
@@ -577,6 +554,11 @@ msgstr "Keine Informationen"
|
|
|
577
554
|
msgid "No results"
|
|
578
555
|
msgstr "Keine Ergebnisse"
|
|
579
556
|
|
|
557
|
+
#. Default: "Non-EU Languages"
|
|
558
|
+
#: components/theme/Header/LanguageSwitch
|
|
559
|
+
msgid "Non-EU Languages"
|
|
560
|
+
msgstr ""
|
|
561
|
+
|
|
580
562
|
#. Default: "Objectives of the adaptation measure"
|
|
581
563
|
#: components/theme/Views/CaseStudyView
|
|
582
564
|
msgid "Objectives of the adaptation measure"
|
|
@@ -593,7 +575,6 @@ msgid "Observatory contributions"
|
|
|
593
575
|
msgstr "Beiträge der Beobachtungsstelle"
|
|
594
576
|
|
|
595
577
|
#. Default: "Observatory partner"
|
|
596
|
-
#: search/health_observatory/config-health
|
|
597
578
|
#: search/health_observatory/facets-health
|
|
598
579
|
msgid "Observatory partner"
|
|
599
580
|
msgstr "Partner der Sternwarte"
|
|
@@ -728,8 +709,6 @@ msgstr "Durchsuchen Sie den Ressourcenkatalog des Observatoriums..."
|
|
|
728
709
|
|
|
729
710
|
#. Default: "Section"
|
|
730
711
|
#: search/cca/facets
|
|
731
|
-
#: search/facets
|
|
732
|
-
#: search/fise/facets
|
|
733
712
|
msgid "Section"
|
|
734
713
|
msgstr "Abschnitt"
|
|
735
714
|
|
|
@@ -840,6 +819,11 @@ msgstr "Das Datum bezieht sich auf das späteste Erscheinungsdatum des Artikels"
|
|
|
840
819
|
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"
|
|
841
820
|
msgstr "Das Datum bezieht sich auf den Zeitpunkt, an dem der Artikel von beitragenden Experten vorbereitet oder aktualisiert wurde, um ihn für die Veröffentlichung in Climate ADAPT einzureichen"
|
|
842
821
|
|
|
822
|
+
#. Default: "This object has been archived because its content is outdated. You can still access it as legacy."
|
|
823
|
+
#: components/theme/PortalMessage/PortalMessage
|
|
824
|
+
msgid "This object has been archived because its content is outdated. You can still access it as legacy."
|
|
825
|
+
msgstr ""
|
|
826
|
+
|
|
843
827
|
#. Default: "Topics:"
|
|
844
828
|
#: components/Result/ClusterHorizontalCardItem
|
|
845
829
|
#: components/Result/HealthHorizontalCardItem
|
|
@@ -848,8 +832,6 @@ msgstr "Themen:"
|
|
|
848
832
|
|
|
849
833
|
#. Default: "Transnational regions"
|
|
850
834
|
#: search/cca/facets
|
|
851
|
-
#: search/facets
|
|
852
|
-
#: search/fise/facets
|
|
853
835
|
msgid "Transnational regions"
|
|
854
836
|
msgstr "Transnationale Regionen"
|
|
855
837
|
|
|
@@ -859,11 +841,6 @@ msgstr "Transnationale Regionen"
|
|
|
859
841
|
msgid "Type of item"
|
|
860
842
|
msgstr "Art des Artikels"
|
|
861
843
|
|
|
862
|
-
#. Default: "Types"
|
|
863
|
-
#: search/health_observatory/config-health
|
|
864
|
-
msgid "Types"
|
|
865
|
-
msgstr "Typen"
|
|
866
|
-
|
|
867
844
|
#. Default: "Updating notes"
|
|
868
845
|
#: components/theme/Views/CaseStudyView
|
|
869
846
|
msgid "Updating notes"
|
|
@@ -915,6 +892,11 @@ msgstr "Wann"
|
|
|
915
892
|
msgid "Where"
|
|
916
893
|
msgstr "Wo"
|
|
917
894
|
|
|
895
|
+
#. Default: "Officially reported governmental information is only available in English"
|
|
896
|
+
#: components/manage/Blocks/CountryProfileDetail/View
|
|
897
|
+
msgid "officiallyInEnglish"
|
|
898
|
+
msgstr ""
|
|
899
|
+
|
|
918
900
|
#. undefined
|
|
919
901
|
|
|
920
902
|
msgid "Adaptation option"
|
|
@@ -1187,6 +1169,11 @@ msgstr "Weißrussland"
|
|
|
1187
1169
|
|
|
1188
1170
|
#. undefined
|
|
1189
1171
|
|
|
1172
|
+
msgid "Belgium"
|
|
1173
|
+
msgstr "Belgien"
|
|
1174
|
+
|
|
1175
|
+
#. undefined
|
|
1176
|
+
|
|
1190
1177
|
msgid "Bosnia and Herzegovina"
|
|
1191
1178
|
msgstr "Bosnien und Herzegowina"
|
|
1192
1179
|
|
|
@@ -1222,6 +1209,11 @@ msgstr "Estland"
|
|
|
1222
1209
|
|
|
1223
1210
|
#. undefined
|
|
1224
1211
|
|
|
1212
|
+
msgid "France"
|
|
1213
|
+
msgstr "Frankreich"
|
|
1214
|
+
|
|
1215
|
+
#. undefined
|
|
1216
|
+
|
|
1225
1217
|
msgid "Faroe Islands"
|
|
1226
1218
|
msgstr "Färöer-Inseln"
|
|
1227
1219
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
#.
|
|
2
1
|
msgid ""
|
|
3
2
|
msgstr ""
|
|
4
3
|
"Project-Id-Version: \n"
|
|
@@ -19,8 +18,6 @@ msgstr "Ένα έγγραφο φόντου για την εκδήλωση είν
|
|
|
19
18
|
|
|
20
19
|
#. Default: "Adaptation Approaches"
|
|
21
20
|
#: search/cca/facets
|
|
22
|
-
#: search/facets
|
|
23
|
-
#: search/fise/facets
|
|
24
21
|
#: search/health_observatory/facets-health
|
|
25
22
|
#: search/mission_all/facets-all
|
|
26
23
|
#: search/mission_projects/facets-projects
|
|
@@ -45,8 +42,6 @@ msgstr "Επιλογές προσαρμογής που εφαρμόζονται
|
|
|
45
42
|
#. Default: "Adaptation Sectors"
|
|
46
43
|
#: search/cca/facets
|
|
47
44
|
#: search/common
|
|
48
|
-
#: search/facets
|
|
49
|
-
#: search/fise/facets
|
|
50
45
|
msgid "Adaptation Sectors"
|
|
51
46
|
msgstr "Τομείς Προσαρμογής"
|
|
52
47
|
|
|
@@ -87,11 +82,6 @@ msgstr "Όλο το χρόνο"
|
|
|
87
82
|
msgid "Background information"
|
|
88
83
|
msgstr "Πληροφορίες ιστορικού"
|
|
89
84
|
|
|
90
|
-
#. Default: "Belgium"
|
|
91
|
-
#: helpers/Constants
|
|
92
|
-
msgid "Belgium"
|
|
93
|
-
msgstr "Βέλγιο"
|
|
94
|
-
|
|
95
85
|
#. Default: "Biogeographical regions:"
|
|
96
86
|
#: helpers/ContentMetadata
|
|
97
87
|
msgid "Biogeographical regions:"
|
|
@@ -113,7 +103,7 @@ msgid "Case Study illustrations"
|
|
|
113
103
|
msgstr "Εικονογραφήσεις Μελέτης Περίπτωσης"
|
|
114
104
|
|
|
115
105
|
#. Default: "Case studies related to this option:"
|
|
116
|
-
#:
|
|
106
|
+
#: helpers/ContentMetadata
|
|
117
107
|
msgid "Case studies related to this option:"
|
|
118
108
|
msgstr "Μελέτες περιπτώσεων που σχετίζονται με αυτήν την επιλογή:"
|
|
119
109
|
|
|
@@ -150,8 +140,6 @@ msgstr "Πόλη:"
|
|
|
150
140
|
#. Default: "Climate Impacts"
|
|
151
141
|
#: search/cca/facets
|
|
152
142
|
#: search/common
|
|
153
|
-
#: search/facets
|
|
154
|
-
#: search/fise/facets
|
|
155
143
|
msgid "Climate Impacts"
|
|
156
144
|
msgstr "Κλιματικές Επιπτώσεις"
|
|
157
145
|
|
|
@@ -305,11 +293,6 @@ msgstr "Εξερευνήστε περισσότερα για το Climate-ADAPT"
|
|
|
305
293
|
msgid "For more search options"
|
|
306
294
|
msgstr "Για περισσότερες επιλογές αναζήτησης"
|
|
307
295
|
|
|
308
|
-
#. Default: "France"
|
|
309
|
-
#: helpers/Constants
|
|
310
|
-
msgid "France"
|
|
311
|
-
msgstr "Γαλλία"
|
|
312
|
-
|
|
313
296
|
#. Default: "Fullscreen"
|
|
314
297
|
#: components/theme/Views/C3SIndicatorView
|
|
315
298
|
msgid "Fullscreen"
|
|
@@ -317,8 +300,6 @@ msgstr "Πλήρης οθόνη"
|
|
|
317
300
|
|
|
318
301
|
#. Default: "Funding Programme"
|
|
319
302
|
#: search/cca/facets
|
|
320
|
-
#: search/facets
|
|
321
|
-
#: search/fise/facets
|
|
322
303
|
#: search/mission_projects/facets-projects
|
|
323
304
|
#: search/mission_stories/facets-stories
|
|
324
305
|
msgid "Funding Programme"
|
|
@@ -364,11 +345,6 @@ msgstr "Διαθέσιμο HHWS (κάντε κλικ στη χώρα για πε
|
|
|
364
345
|
msgid "Hazard Type"
|
|
365
346
|
msgstr "Τύπος κινδύνου"
|
|
366
347
|
|
|
367
|
-
#. Default: "Health Impacts"
|
|
368
|
-
#: search/health_observatory/config-health
|
|
369
|
-
msgid "Health Impacts"
|
|
370
|
-
msgstr "Επιπτώσεις στην υγεία"
|
|
371
|
-
|
|
372
348
|
#. Default: "Health impact:"
|
|
373
349
|
#: helpers/ContentMetadata
|
|
374
350
|
msgid "Health impact:"
|
|
@@ -432,8 +408,6 @@ msgstr "Πληροφορίες"
|
|
|
432
408
|
|
|
433
409
|
#. Default: "Item from third parties"
|
|
434
410
|
#: search/cca/facets
|
|
435
|
-
#: search/facets
|
|
436
|
-
#: search/fise/facets
|
|
437
411
|
msgid "Item from third parties"
|
|
438
412
|
msgstr "Είδος από τρίτους"
|
|
439
413
|
|
|
@@ -445,8 +419,6 @@ msgstr "Βασικά κοινοτικά συστήματα"
|
|
|
445
419
|
#. Default: "Key Type Measure"
|
|
446
420
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
447
421
|
#: search/cca/facets
|
|
448
|
-
#: search/facets
|
|
449
|
-
#: search/fise/facets
|
|
450
422
|
msgid "Key Type Measure"
|
|
451
423
|
msgstr "Τύπος κλειδιού Μέτρο"
|
|
452
424
|
|
|
@@ -520,6 +492,11 @@ msgstr "Πέρυσι"
|
|
|
520
492
|
msgid "Lead"
|
|
521
493
|
msgstr "Μόλυβδος"
|
|
522
494
|
|
|
495
|
+
#. Default: "Learn more"
|
|
496
|
+
#: components/manage/Blocks/Listing/EventAccordionListingView
|
|
497
|
+
msgid "Learn more"
|
|
498
|
+
msgstr ""
|
|
499
|
+
|
|
523
500
|
#. Default: "Legal aspects"
|
|
524
501
|
#: components/theme/Views/AdaptationOptionView
|
|
525
502
|
#: components/theme/Views/CaseStudyView
|
|
@@ -577,6 +554,11 @@ msgstr "Καμία πληροφορία"
|
|
|
577
554
|
msgid "No results"
|
|
578
555
|
msgstr "Κανένα αποτέλεσμα"
|
|
579
556
|
|
|
557
|
+
#. Default: "Non-EU Languages"
|
|
558
|
+
#: components/theme/Header/LanguageSwitch
|
|
559
|
+
msgid "Non-EU Languages"
|
|
560
|
+
msgstr ""
|
|
561
|
+
|
|
580
562
|
#. Default: "Objectives of the adaptation measure"
|
|
581
563
|
#: components/theme/Views/CaseStudyView
|
|
582
564
|
msgid "Objectives of the adaptation measure"
|
|
@@ -593,7 +575,6 @@ msgid "Observatory contributions"
|
|
|
593
575
|
msgstr "Συνεισφορές παρατηρητηρίου"
|
|
594
576
|
|
|
595
577
|
#. Default: "Observatory partner"
|
|
596
|
-
#: search/health_observatory/config-health
|
|
597
578
|
#: search/health_observatory/facets-health
|
|
598
579
|
msgid "Observatory partner"
|
|
599
580
|
msgstr "Συνεργάτης του Παρατηρητηρίου"
|
|
@@ -728,8 +709,6 @@ msgstr "Αναζήτηση στον Κατάλογο Πόρων του Παρα
|
|
|
728
709
|
|
|
729
710
|
#. Default: "Section"
|
|
730
711
|
#: search/cca/facets
|
|
731
|
-
#: search/facets
|
|
732
|
-
#: search/fise/facets
|
|
733
712
|
msgid "Section"
|
|
734
713
|
msgstr "Τμήμα"
|
|
735
714
|
|
|
@@ -840,6 +819,11 @@ msgstr "Η ημερομηνία αναφέρεται στην τελευταία
|
|
|
840
819
|
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"
|
|
841
820
|
msgstr "Η ημερομηνία αναφέρεται στη στιγμή κατά την οποία το αντικείμενο προετοιμάστηκε ή ενημερώθηκε από συνεισφέροντες εμπειρογνώμονες που θα υποβληθεί για δημοσίευση στο Climate ADAPT"
|
|
842
821
|
|
|
822
|
+
#. Default: "This object has been archived because its content is outdated. You can still access it as legacy."
|
|
823
|
+
#: components/theme/PortalMessage/PortalMessage
|
|
824
|
+
msgid "This object has been archived because its content is outdated. You can still access it as legacy."
|
|
825
|
+
msgstr ""
|
|
826
|
+
|
|
843
827
|
#. Default: "Topics:"
|
|
844
828
|
#: components/Result/ClusterHorizontalCardItem
|
|
845
829
|
#: components/Result/HealthHorizontalCardItem
|
|
@@ -848,8 +832,6 @@ msgstr "Θέματα:"
|
|
|
848
832
|
|
|
849
833
|
#. Default: "Transnational regions"
|
|
850
834
|
#: search/cca/facets
|
|
851
|
-
#: search/facets
|
|
852
|
-
#: search/fise/facets
|
|
853
835
|
msgid "Transnational regions"
|
|
854
836
|
msgstr "Διακρατικές περιοχές"
|
|
855
837
|
|
|
@@ -859,11 +841,6 @@ msgstr "Διακρατικές περιοχές"
|
|
|
859
841
|
msgid "Type of item"
|
|
860
842
|
msgstr "Τύπος αντικειμένου"
|
|
861
843
|
|
|
862
|
-
#. Default: "Types"
|
|
863
|
-
#: search/health_observatory/config-health
|
|
864
|
-
msgid "Types"
|
|
865
|
-
msgstr "Τύποι"
|
|
866
|
-
|
|
867
844
|
#. Default: "Updating notes"
|
|
868
845
|
#: components/theme/Views/CaseStudyView
|
|
869
846
|
msgid "Updating notes"
|
|
@@ -915,6 +892,11 @@ msgstr "Οταν"
|
|
|
915
892
|
msgid "Where"
|
|
916
893
|
msgstr "Οπου"
|
|
917
894
|
|
|
895
|
+
#. Default: "Officially reported governmental information is only available in English"
|
|
896
|
+
#: components/manage/Blocks/CountryProfileDetail/View
|
|
897
|
+
msgid "officiallyInEnglish"
|
|
898
|
+
msgstr ""
|
|
899
|
+
|
|
918
900
|
#. undefined
|
|
919
901
|
|
|
920
902
|
msgid "Adaptation option"
|
|
@@ -1187,6 +1169,11 @@ msgstr "Λευκορωσία"
|
|
|
1187
1169
|
|
|
1188
1170
|
#. undefined
|
|
1189
1171
|
|
|
1172
|
+
msgid "Belgium"
|
|
1173
|
+
msgstr "Βέλγιο"
|
|
1174
|
+
|
|
1175
|
+
#. undefined
|
|
1176
|
+
|
|
1190
1177
|
msgid "Bosnia and Herzegovina"
|
|
1191
1178
|
msgstr "Βοσνία-Ερζεγοβίνη"
|
|
1192
1179
|
|
|
@@ -1222,6 +1209,11 @@ msgstr "Εσθονία"
|
|
|
1222
1209
|
|
|
1223
1210
|
#. undefined
|
|
1224
1211
|
|
|
1212
|
+
msgid "France"
|
|
1213
|
+
msgstr "Γαλλία"
|
|
1214
|
+
|
|
1215
|
+
#. undefined
|
|
1216
|
+
|
|
1225
1217
|
msgid "Faroe Islands"
|
|
1226
1218
|
msgstr "Νησιά Φερόε"
|
|
1227
1219
|
|