@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 "Popratni dokument za događaj je dostupan"
|
|
|
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 "Mogućnosti prilagodbe implementirane u ovom slučaju"
|
|
|
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 "Sektori adaptacije"
|
|
52
47
|
|
|
@@ -87,11 +82,6 @@ msgstr "Sve vrijeme"
|
|
|
87
82
|
msgid "Background information"
|
|
88
83
|
msgstr "Pozadinske informacije"
|
|
89
84
|
|
|
90
|
-
#. Default: "Belgium"
|
|
91
|
-
#: helpers/Constants
|
|
92
|
-
msgid "Belgium"
|
|
93
|
-
msgstr "Belgija"
|
|
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 "Ilustracije studije slučaja"
|
|
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 "Studije slučaja vezane uz ovu opciju:"
|
|
119
109
|
|
|
@@ -150,8 +140,6 @@ msgstr "Grad:"
|
|
|
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 "Klimatski utjecaji"
|
|
157
145
|
|
|
@@ -305,11 +293,6 @@ msgstr "Istražite više na Climate-ADAPT"
|
|
|
305
293
|
msgid "For more search options"
|
|
306
294
|
msgstr "Za više opcija pretraživanja"
|
|
307
295
|
|
|
308
|
-
#. Default: "France"
|
|
309
|
-
#: helpers/Constants
|
|
310
|
-
msgid "France"
|
|
311
|
-
msgstr "Francuska"
|
|
312
|
-
|
|
313
296
|
#. Default: "Fullscreen"
|
|
314
297
|
#: components/theme/Views/C3SIndicatorView
|
|
315
298
|
msgid "Fullscreen"
|
|
@@ -317,8 +300,6 @@ msgstr "Cijeli zaslon"
|
|
|
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 "Dostupan HHWS (kliknite na zemlju za dodatne informacije)"
|
|
|
364
345
|
msgid "Hazard Type"
|
|
365
346
|
msgstr "Vrsta opasnosti"
|
|
366
347
|
|
|
367
|
-
#. Default: "Health Impacts"
|
|
368
|
-
#: search/health_observatory/config-health
|
|
369
|
-
msgid "Health Impacts"
|
|
370
|
-
msgstr "Zdravstveni utjecaji"
|
|
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 "Stavka trećih strana"
|
|
439
413
|
|
|
@@ -445,8 +419,6 @@ msgstr "Ključni sustavi zajednice"
|
|
|
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 "Ključna vrsta mjerenja"
|
|
452
424
|
|
|
@@ -520,6 +492,11 @@ msgstr "Prošle godine"
|
|
|
520
492
|
msgid "Lead"
|
|
521
493
|
msgstr "Dovesti"
|
|
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 "Nema informacija"
|
|
|
577
554
|
msgid "No results"
|
|
578
555
|
msgstr "Nema rezultata"
|
|
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 "Prilozi Zvjezdarnice"
|
|
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 zvjezdarnice"
|
|
@@ -728,8 +709,6 @@ msgstr "Pretražite katalog izvora zvjezdarnice..."
|
|
|
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 "Odjeljak"
|
|
735
714
|
|
|
@@ -840,6 +819,11 @@ msgstr "Datum se odnosi na zadnji datum objave artikla"
|
|
|
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 "Datum se odnosi na trenutak u kojem je stavka pripremljena ili ažurirana od strane stručnjaka koji doprinose kako bi se predala za objavljivanje u Climate ADAPT-u"
|
|
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 "Teme:"
|
|
|
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 "Transnacionalne regije"
|
|
855
837
|
|
|
@@ -859,11 +841,6 @@ msgstr "Transnacionalne regije"
|
|
|
859
841
|
msgid "Type of item"
|
|
860
842
|
msgstr "Vrsta artikla"
|
|
861
843
|
|
|
862
|
-
#. Default: "Types"
|
|
863
|
-
#: search/health_observatory/config-health
|
|
864
|
-
msgid "Types"
|
|
865
|
-
msgstr "Vrste"
|
|
866
|
-
|
|
867
844
|
#. Default: "Updating notes"
|
|
868
845
|
#: components/theme/Views/CaseStudyView
|
|
869
846
|
msgid "Updating notes"
|
|
@@ -915,6 +892,11 @@ msgstr "Kada"
|
|
|
915
892
|
msgid "Where"
|
|
916
893
|
msgstr "Gdje"
|
|
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 "Bjelorusija"
|
|
|
1187
1169
|
|
|
1188
1170
|
#. undefined
|
|
1189
1171
|
|
|
1172
|
+
msgid "Belgium"
|
|
1173
|
+
msgstr "Belgija"
|
|
1174
|
+
|
|
1175
|
+
#. undefined
|
|
1176
|
+
|
|
1190
1177
|
msgid "Bosnia and Herzegovina"
|
|
1191
1178
|
msgstr "Bosna i Hercegovina"
|
|
1192
1179
|
|
|
@@ -1222,6 +1209,11 @@ msgstr "Estonija"
|
|
|
1222
1209
|
|
|
1223
1210
|
#. undefined
|
|
1224
1211
|
|
|
1212
|
+
msgid "France"
|
|
1213
|
+
msgstr "Francuska"
|
|
1214
|
+
|
|
1215
|
+
#. undefined
|
|
1216
|
+
|
|
1225
1217
|
msgid "Faroe Islands"
|
|
1226
1218
|
msgstr "Farski otoci"
|
|
1227
1219
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
#.
|
|
2
1
|
msgid ""
|
|
3
2
|
msgstr ""
|
|
4
3
|
"Project-Id-Version: \n"
|
|
@@ -19,8 +18,6 @@ msgstr "Az esemény háttérdokumentuma elérhető"
|
|
|
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 "Ebben az esetben megvalósított adaptációs lehetőségek"
|
|
|
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 "Alkalmazkodási ágazatok"
|
|
52
47
|
|
|
@@ -87,11 +82,6 @@ msgstr "Minden alkalommal"
|
|
|
87
82
|
msgid "Background information"
|
|
88
83
|
msgstr "Háttérinformációk"
|
|
89
84
|
|
|
90
|
-
#. Default: "Belgium"
|
|
91
|
-
#: helpers/Constants
|
|
92
|
-
msgid "Belgium"
|
|
93
|
-
msgstr "Belgium"
|
|
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 "Esettanulmány illusztrációk"
|
|
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 "Esettanulmányok ehhez a lehetőséghez:"
|
|
119
109
|
|
|
@@ -150,8 +140,6 @@ msgstr "Város:"
|
|
|
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 "Éghajlati hatások"
|
|
157
145
|
|
|
@@ -305,11 +293,6 @@ msgstr "Fedezzen fel többet a Climate-ADAPT-ről"
|
|
|
305
293
|
msgid "For more search options"
|
|
306
294
|
msgstr "További keresési lehetőségekért"
|
|
307
295
|
|
|
308
|
-
#. Default: "France"
|
|
309
|
-
#: helpers/Constants
|
|
310
|
-
msgid "France"
|
|
311
|
-
msgstr "Franciaország"
|
|
312
|
-
|
|
313
296
|
#. Default: "Fullscreen"
|
|
314
297
|
#: components/theme/Views/C3SIndicatorView
|
|
315
298
|
msgid "Fullscreen"
|
|
@@ -317,8 +300,6 @@ msgstr "Teljes képernyő"
|
|
|
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 elérhető (további információért kattintson az országra)"
|
|
|
364
345
|
msgid "Hazard Type"
|
|
365
346
|
msgstr "Veszély típusa"
|
|
366
347
|
|
|
367
|
-
#. Default: "Health Impacts"
|
|
368
|
-
#: search/health_observatory/config-health
|
|
369
|
-
msgid "Health Impacts"
|
|
370
|
-
msgstr "Egészségügyi hatások"
|
|
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 "Harmadik féltől származó tétel"
|
|
439
413
|
|
|
@@ -445,8 +419,6 @@ msgstr "Kulcsfontosságú közösségi rendszerek"
|
|
|
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 "Kulcstípus Mérték"
|
|
452
424
|
|
|
@@ -520,6 +492,11 @@ msgstr "Tavaly"
|
|
|
520
492
|
msgid "Lead"
|
|
521
493
|
msgstr "Ólom"
|
|
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 "Nincs információ"
|
|
|
577
554
|
msgid "No results"
|
|
578
555
|
msgstr "Nincs eredmény"
|
|
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 "Obszervatóriumi hozzájárulások"
|
|
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 "Obszervatórium partnere"
|
|
@@ -728,8 +709,6 @@ msgstr "Keresés az Obszervatórium forráskatalógusában..."
|
|
|
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 "Szakasz"
|
|
735
714
|
|
|
@@ -840,6 +819,11 @@ msgstr "A dátum a tétel legkésőbbi megjelenési dátumára vonatkozik"
|
|
|
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 "A dátum arra a pillanatra vonatkozik, amikor az elemet a közreműködő szakértők elkészítették vagy frissítették a Climate ADAPT-ban való közzététel céljából."
|
|
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 "Témák:"
|
|
|
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 "Transznacionális régiók"
|
|
855
837
|
|
|
@@ -859,11 +841,6 @@ msgstr "Transznacionális régiók"
|
|
|
859
841
|
msgid "Type of item"
|
|
860
842
|
msgstr "Az elem típusa"
|
|
861
843
|
|
|
862
|
-
#. Default: "Types"
|
|
863
|
-
#: search/health_observatory/config-health
|
|
864
|
-
msgid "Types"
|
|
865
|
-
msgstr "Típusok"
|
|
866
|
-
|
|
867
844
|
#. Default: "Updating notes"
|
|
868
845
|
#: components/theme/Views/CaseStudyView
|
|
869
846
|
msgid "Updating notes"
|
|
@@ -915,6 +892,11 @@ msgstr "Amikor"
|
|
|
915
892
|
msgid "Where"
|
|
916
893
|
msgstr "Ahol"
|
|
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 "Fehéroroszország"
|
|
|
1187
1169
|
|
|
1188
1170
|
#. undefined
|
|
1189
1171
|
|
|
1172
|
+
msgid "Belgium"
|
|
1173
|
+
msgstr "Belgium"
|
|
1174
|
+
|
|
1175
|
+
#. undefined
|
|
1176
|
+
|
|
1190
1177
|
msgid "Bosnia and Herzegovina"
|
|
1191
1178
|
msgstr "Bosznia és Hercegovina"
|
|
1192
1179
|
|
|
@@ -1222,6 +1209,11 @@ msgstr "Észtország"
|
|
|
1222
1209
|
|
|
1223
1210
|
#. undefined
|
|
1224
1211
|
|
|
1212
|
+
msgid "France"
|
|
1213
|
+
msgstr "Franciaország"
|
|
1214
|
+
|
|
1215
|
+
#. undefined
|
|
1216
|
+
|
|
1225
1217
|
msgid "Faroe Islands"
|
|
1226
1218
|
msgstr "Feröer-szigetek"
|
|
1227
1219
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
#.
|
|
2
1
|
msgid ""
|
|
3
2
|
msgstr ""
|
|
4
3
|
"Project-Id-Version: \n"
|
|
@@ -19,8 +18,6 @@ msgstr "Bakgrunnsskjal fyrir viðburðinn er fáanlegt"
|
|
|
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 "Aðlögunarvalkostir innleiddir í þessu tilfelli"
|
|
|
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 "Aðlögunarsvið"
|
|
52
47
|
|
|
@@ -87,11 +82,6 @@ msgstr "Alla tíð"
|
|
|
87
82
|
msgid "Background information"
|
|
88
83
|
msgstr "Bakgrunnsupplýsingar"
|
|
89
84
|
|
|
90
|
-
#. Default: "Belgium"
|
|
91
|
-
#: helpers/Constants
|
|
92
|
-
msgid "Belgium"
|
|
93
|
-
msgstr "Belgíu"
|
|
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 "Dæmisögumyndir"
|
|
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 "Dæmi um þennan valkost:"
|
|
119
109
|
|
|
@@ -150,8 +140,6 @@ msgstr "Borg:"
|
|
|
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 "Loftslagsáhrif"
|
|
157
145
|
|
|
@@ -305,11 +293,6 @@ msgstr "Kannaðu meira á Climate-ADAPT"
|
|
|
305
293
|
msgid "For more search options"
|
|
306
294
|
msgstr "Fyrir fleiri leitarmöguleika"
|
|
307
295
|
|
|
308
|
-
#. Default: "France"
|
|
309
|
-
#: helpers/Constants
|
|
310
|
-
msgid "France"
|
|
311
|
-
msgstr "Frakklandi"
|
|
312
|
-
|
|
313
296
|
#. Default: "Fullscreen"
|
|
314
297
|
#: components/theme/Views/C3SIndicatorView
|
|
315
298
|
msgid "Fullscreen"
|
|
@@ -317,8 +300,6 @@ msgstr "Fullskjár"
|
|
|
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 í boði (smelltu á land fyrir frekari upplýsingar)"
|
|
|
364
345
|
msgid "Hazard Type"
|
|
365
346
|
msgstr "Tegund hættu"
|
|
366
347
|
|
|
367
|
-
#. Default: "Health Impacts"
|
|
368
|
-
#: search/health_observatory/config-health
|
|
369
|
-
msgid "Health Impacts"
|
|
370
|
-
msgstr "Heilsuáhrif"
|
|
371
|
-
|
|
372
348
|
#. Default: "Health impact:"
|
|
373
349
|
#: helpers/ContentMetadata
|
|
374
350
|
msgid "Health impact:"
|
|
@@ -432,8 +408,6 @@ msgstr "Upplýsingar"
|
|
|
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 "Atriði frá þriðja aðila"
|
|
439
413
|
|
|
@@ -445,8 +419,6 @@ msgstr "Helstu samfélagskerfi"
|
|
|
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 "Lykill Tegund Mál"
|
|
452
424
|
|
|
@@ -520,6 +492,11 @@ msgstr "Í fyrra"
|
|
|
520
492
|
msgid "Lead"
|
|
521
493
|
msgstr "Blý"
|
|
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 "Engar upplýsingar"
|
|
|
577
554
|
msgid "No results"
|
|
578
555
|
msgstr "Engar niðurstöður"
|
|
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 "Stjörnuskoðunarframlög"
|
|
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 "Stjörnuskoðunarfélagi"
|
|
@@ -728,8 +709,6 @@ msgstr "Leitaðu í auðlindaskrá Observatory..."
|
|
|
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 "kafla"
|
|
735
714
|
|
|
@@ -840,6 +819,11 @@ msgstr "Dagsetningin vísar til síðasta útgáfudags hlutarins"
|
|
|
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 "Dagsetningin vísar til þess augnabliks þegar hluturinn hefur verið útbúinn eða uppfærður af sérfræðingum sem leggja skal fram til birtingar í 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 "Efni:"
|
|
|
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 "Þverþjóðleg svæði"
|
|
855
837
|
|
|
@@ -859,11 +841,6 @@ msgstr "Þverþjóðleg svæði"
|
|
|
859
841
|
msgid "Type of item"
|
|
860
842
|
msgstr "Tegund hlutar"
|
|
861
843
|
|
|
862
|
-
#. Default: "Types"
|
|
863
|
-
#: search/health_observatory/config-health
|
|
864
|
-
msgid "Types"
|
|
865
|
-
msgstr "Tegundir"
|
|
866
|
-
|
|
867
844
|
#. Default: "Updating notes"
|
|
868
845
|
#: components/theme/Views/CaseStudyView
|
|
869
846
|
msgid "Updating notes"
|
|
@@ -915,6 +892,11 @@ msgstr "Hvenær"
|
|
|
915
892
|
msgid "Where"
|
|
916
893
|
msgstr "Hvar"
|
|
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 "Hvíta-Rússland"
|
|
|
1187
1169
|
|
|
1188
1170
|
#. undefined
|
|
1189
1171
|
|
|
1172
|
+
msgid "Belgium"
|
|
1173
|
+
msgstr "Belgíu"
|
|
1174
|
+
|
|
1175
|
+
#. undefined
|
|
1176
|
+
|
|
1190
1177
|
msgid "Bosnia and Herzegovina"
|
|
1191
1178
|
msgstr "Bosnía og Hersegóvína"
|
|
1192
1179
|
|
|
@@ -1222,6 +1209,11 @@ msgstr "Eistland"
|
|
|
1222
1209
|
|
|
1223
1210
|
#. undefined
|
|
1224
1211
|
|
|
1212
|
+
msgid "France"
|
|
1213
|
+
msgstr "Frakklandi"
|
|
1214
|
+
|
|
1215
|
+
#. undefined
|
|
1216
|
+
|
|
1225
1217
|
msgid "Faroe Islands"
|
|
1226
1218
|
msgstr "Færeyjar"
|
|
1227
1219
|
|