@eeacms/volto-cca-policy 0.1.98 → 0.1.100
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 +34 -2
- package/locales/de/LC_MESSAGES/volto.po +72 -51
- package/locales/en/LC_MESSAGES/volto.po +70 -49
- package/locales/es/{volto.po → LC_MESSAGES/volto.po} +72 -51
- package/locales/fr/LC_MESSAGES/volto.po +72 -51
- package/locales/it/LC_MESSAGES/volto.po +72 -51
- package/locales/pl/LC_MESSAGES/volto.po +72 -51
- package/locales/ro/LC_MESSAGES/volto.po +70 -49
- package/locales/volto.pot +71 -5
- package/package.json +1 -1
- package/src/components/MigrationButtons.jsx +1 -0
- package/src/components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters.jsx +4 -3
- package/src/components/manage/Blocks/CountryMapHeatIndex/Filter.jsx +15 -8
- package/src/components/manage/Blocks/ECDEIndicators/ECDEIndicatorsView.jsx +20 -12
- package/src/components/theme/BannerTitle/BannerTitle.jsx +5 -23
- package/src/components/theme/Views/AdaptationOptionView.jsx +10 -1
- package/src/components/theme/Views/C3SIndicatorView.jsx +12 -1
- package/src/components/theme/Views/CaseStudyView.jsx +13 -1
- package/src/components/theme/Views/CcaEventView.jsx +62 -39
- package/src/components/theme/Views/DatabaseItemView.jsx +80 -3
- package/src/components/theme/Views/EventView.jsx +27 -53
- package/src/components/theme/Views/NewsItemView.jsx +9 -22
- package/src/components/theme/Views/ProjectView.jsx +3 -3
- package/src/helpers/Utils.jsx +57 -18
- package/src/helpers/index.js +10 -0
- package/src/index.js +1 -2
- package/src/search/common.js +1 -1
- package/src/search/index.js +22 -1
- package/src/utils.js +19 -0
- package/theme/globals/site.overrides +6 -0
- package/theme/globals/views.less +5 -0
- package/src/components/theme/Views/VideoView.jsx +0 -118
- package/src/components/theme/Views/VideoView.test.jsx +0 -50
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +4,43 @@ 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.
|
|
7
|
+
### [0.1.100](https://github.com/eea/volto-cca-policy/compare/0.1.99...0.1.100) - 25 March 2024
|
|
8
|
+
|
|
9
|
+
#### :bug: Bug Fixes
|
|
10
|
+
|
|
11
|
+
- fix: cleanup event view [kreafox - [`983bc19`](https://github.com/eea/volto-cca-policy/commit/983bc19b712f70c50bba58529a4d7ed8ab9eec91)]
|
|
12
|
+
- fix(views): show tags, show missing website info on event [kreafox - [`6e31c8d`](https://github.com/eea/volto-cca-policy/commit/6e31c8dcebb05148e828661657ed87b481ed17ab)]
|
|
8
13
|
|
|
9
14
|
#### :hammer_and_wrench: Others
|
|
10
15
|
|
|
11
|
-
-
|
|
16
|
+
- Update i18n in Makefile [kreafox - [`69e199f`](https://github.com/eea/volto-cca-policy/commit/69e199ff8f541be487b66046140700c1ea0fb417)]
|
|
17
|
+
- i18n: update locales [kreafox - [`f3e8b5d`](https://github.com/eea/volto-cca-policy/commit/f3e8b5d75bdafb1379a4c0893a028d5ddbbb5a11)]
|
|
18
|
+
- test: reduce duplicated code [kreafox - [`38a6066`](https://github.com/eea/volto-cca-policy/commit/38a6066edcc26ef7d2ae8af39376c7c6787245ec)]
|
|
19
|
+
- test: update snapshot [kreafox - [`433b37e`](https://github.com/eea/volto-cca-policy/commit/433b37eb06afd3afcdf8279cd1bf2e731dd0946b)]
|
|
20
|
+
- Refs #253391 - label translation from message define [Tripon Eugen - [`69ee076`](https://github.com/eea/volto-cca-policy/commit/69ee076f29af222bd13dfb4c58a4db92a64f5ccc)]
|
|
21
|
+
- i18n event view [kreafox - [`cb9be8a`](https://github.com/eea/volto-cca-policy/commit/cb9be8adaa6ddba8eda708dbd26c564b89345ad9)]
|
|
22
|
+
- Refs #253391 - add label to filter and translation [Tripon Eugen - [`0a7c155`](https://github.com/eea/volto-cca-policy/commit/0a7c1550c623d7bd24c193dce4a3e13a7c38bc53)]
|
|
23
|
+
- Refs #267596 - elastic score update [Tripon Eugen - [`6fa828e`](https://github.com/eea/volto-cca-policy/commit/6fa828e1979b1bed51f73f0f24c253cfcf7365ff)]
|
|
24
|
+
### [0.1.99](https://github.com/eea/volto-cca-policy/compare/0.1.98...0.1.99) - 22 March 2024
|
|
25
|
+
|
|
26
|
+
#### :bug: Bug Fixes
|
|
27
|
+
|
|
28
|
+
- fix(test): duplicated code [kreafox - [`c209673`](https://github.com/eea/volto-cca-policy/commit/c209673344363c43fe136bbc5824a2a312de7ae3)]
|
|
29
|
+
- fix: banner on event and update snapshot [kreafox - [`6ad2ea2`](https://github.com/eea/volto-cca-policy/commit/6ad2ea24e013745afa9a71f006cdf7c05106f470)]
|
|
30
|
+
- fix: duplicated title on cca event view as well [kreafox - [`af57d8d`](https://github.com/eea/volto-cca-policy/commit/af57d8d2c00488c82bc57db5d4c6c9e4e39c50d6)]
|
|
31
|
+
- fix: duplicated title on event view [kreafox - [`2892c1d`](https://github.com/eea/volto-cca-policy/commit/2892c1d074de4f49079580b00512a890a50188ea)]
|
|
32
|
+
- fix: events and news duplicated content [kreafox - [`cbca24d`](https://github.com/eea/volto-cca-policy/commit/cbca24d309b51f36478c07cadd7b5da24897f6bd)]
|
|
33
|
+
|
|
34
|
+
#### :nail_care: Enhancements
|
|
35
|
+
|
|
36
|
+
- change: hide dates on banner for database items [kreafox - [`2c83574`](https://github.com/eea/volto-cca-policy/commit/2c835749d2cd996fdd5661491e9f292e8115b775)]
|
|
37
|
+
|
|
38
|
+
#### :hammer_and_wrench: Others
|
|
39
|
+
|
|
40
|
+
- Add key to migration buttons [Tiberiu Ichim - [`b958ec9`](https://github.com/eea/volto-cca-policy/commit/b958ec999aa193a79ed67834478397681cfd7af7)]
|
|
41
|
+
- i18n on database item [kreafox - [`8341cf3`](https://github.com/eea/volto-cca-policy/commit/8341cf385e9853faa7818ae9abc59665456abda6)]
|
|
42
|
+
### [0.1.98](https://github.com/eea/volto-cca-policy/compare/0.1.97...0.1.98) - 21 March 2024
|
|
43
|
+
|
|
12
44
|
### [0.1.97](https://github.com/eea/volto-cca-policy/compare/0.1.96...0.1.97) - 20 March 2024
|
|
13
45
|
|
|
14
46
|
#### :rocket: New Features
|
|
@@ -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
|
|
@@ -236,7 +257,7 @@ msgid "Importance and Relevance of Adaptation"
|
|
|
236
257
|
msgstr "Bedeutung und Relevanz der Anpassung"
|
|
237
258
|
|
|
238
259
|
#. Default: "Info"
|
|
239
|
-
#:
|
|
260
|
+
#: helpers/Utils
|
|
240
261
|
msgid "Info"
|
|
241
262
|
msgstr ""
|
|
242
263
|
|
|
@@ -260,11 +281,21 @@ msgstr ""
|
|
|
260
281
|
msgid "Key Type Measures:"
|
|
261
282
|
msgstr "Schlüsseltypmaßnahmen:"
|
|
262
283
|
|
|
284
|
+
#. Default: "Key activities within climate change and health"
|
|
285
|
+
#: components/theme/Views/DatabaseItemView
|
|
286
|
+
msgid "Key activities within climate change and health"
|
|
287
|
+
msgstr "Schlüsselaktivitäten im Klimawandel und Gesundheit"
|
|
288
|
+
|
|
263
289
|
#. Default: "Keywords:"
|
|
264
290
|
#: helpers/ContentMetadata
|
|
265
291
|
msgid "Keywords:"
|
|
266
292
|
msgstr "Suchbegriffe:"
|
|
267
293
|
|
|
294
|
+
#. Default: "Language of the conference"
|
|
295
|
+
#: components/theme/Views/CcaEventView
|
|
296
|
+
msgid "Language of the conference"
|
|
297
|
+
msgstr "Konferenzsprache"
|
|
298
|
+
|
|
268
299
|
#. Default: "Last Modified in Climate-ADAPT"
|
|
269
300
|
#: helpers/Utils
|
|
270
301
|
msgid "Last Modified in Climate-ADAPT"
|
|
@@ -287,6 +318,11 @@ msgstr "Rechtliche Aspekte"
|
|
|
287
318
|
msgid "Life Time"
|
|
288
319
|
msgstr "Lebensdauer"
|
|
289
320
|
|
|
321
|
+
#. Default: "Links to further information"
|
|
322
|
+
#: components/theme/Views/DatabaseItemView
|
|
323
|
+
msgid "Links to further information"
|
|
324
|
+
msgstr "Links zu weiteren Informationen"
|
|
325
|
+
|
|
290
326
|
#. Default: "Macro-Transnational region:"
|
|
291
327
|
#: helpers/ContentMetadata
|
|
292
328
|
msgid "Macro-Transnational region:"
|
|
@@ -357,11 +393,21 @@ msgstr ""
|
|
|
357
393
|
msgid "Oct"
|
|
358
394
|
msgstr ""
|
|
359
395
|
|
|
396
|
+
#. Default: "Participation"
|
|
397
|
+
#: components/theme/Views/CcaEventView
|
|
398
|
+
msgid "Participation"
|
|
399
|
+
msgstr "Teilnahme"
|
|
400
|
+
|
|
360
401
|
#. Default: "Partners"
|
|
361
402
|
#: components/theme/Views/ProjectView
|
|
362
403
|
msgid "Partners"
|
|
363
404
|
msgstr "Partner"
|
|
364
405
|
|
|
406
|
+
#. Default: "Practical information"
|
|
407
|
+
#: components/theme/Views/CcaEventView
|
|
408
|
+
msgid "Practical information"
|
|
409
|
+
msgstr "Praktische Informationen"
|
|
410
|
+
|
|
365
411
|
#. Default: "Project information"
|
|
366
412
|
#: components/theme/Views/ProjectView
|
|
367
413
|
msgid "Project information"
|
|
@@ -394,6 +440,11 @@ msgstr ""
|
|
|
394
440
|
msgid "Related content:"
|
|
395
441
|
msgstr ""
|
|
396
442
|
|
|
443
|
+
#. Default: "Related documents and presentations"
|
|
444
|
+
#: components/theme/Views/DatabaseItemView
|
|
445
|
+
msgid "Related documents and presentations"
|
|
446
|
+
msgstr "Verwandte Dokumente und Präsentationen"
|
|
447
|
+
|
|
397
448
|
#. Default: "Relevance"
|
|
398
449
|
#: components/theme/Views/CaseStudyView
|
|
399
450
|
msgid "Relevance"
|
|
@@ -429,6 +480,11 @@ msgstr ""
|
|
|
429
480
|
msgid "See more"
|
|
430
481
|
msgstr "Erfahre mehr"
|
|
431
482
|
|
|
483
|
+
#. Default: "See video outside Climate-ADAPT"
|
|
484
|
+
#: components/theme/Views/DatabaseItemView
|
|
485
|
+
msgid "See video outside Climate-ADAPT"
|
|
486
|
+
msgstr "Schau das Video außerhalb von Climate-ADAPT an"
|
|
487
|
+
|
|
432
488
|
#. Default: "Select…"
|
|
433
489
|
#: components/manage/Widgets/CreatableSelectWidget
|
|
434
490
|
msgid "Select…"
|
|
@@ -440,7 +496,7 @@ msgid "Sep"
|
|
|
440
496
|
msgstr ""
|
|
441
497
|
|
|
442
498
|
#. Default: "Share your information"
|
|
443
|
-
#:
|
|
499
|
+
#: components/theme/ShareInfoButton/ShareInfoButton
|
|
444
500
|
msgid "Share your information"
|
|
445
501
|
msgstr "Teilen Sie Ihre Informationen"
|
|
446
502
|
|
|
@@ -533,11 +589,21 @@ msgstr ""
|
|
|
533
589
|
msgid "View all contributions in the resource catalogue"
|
|
534
590
|
msgstr "Sehen Sie sich alle Beiträge im Ressourcenkatalog an"
|
|
535
591
|
|
|
592
|
+
#. Default: "Visit external website"
|
|
593
|
+
#: components/theme/Views/EventView
|
|
594
|
+
msgid "Visit external website"
|
|
595
|
+
msgstr ""
|
|
596
|
+
|
|
536
597
|
#. Default: "We"
|
|
537
598
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
538
599
|
msgid "We"
|
|
539
600
|
msgstr ""
|
|
540
601
|
|
|
602
|
+
#. Default: "Web"
|
|
603
|
+
#: components/theme/Views/EventView
|
|
604
|
+
msgid "Web"
|
|
605
|
+
msgstr ""
|
|
606
|
+
|
|
541
607
|
#. Default: "Web site"
|
|
542
608
|
#: components/manage/Blocks/Listing/OrganisationCardsListingView
|
|
543
609
|
msgid "Web site"
|
|
@@ -555,12 +621,12 @@ msgid "Websites:"
|
|
|
555
621
|
msgstr "Webseiten:"
|
|
556
622
|
|
|
557
623
|
#. Default: "When"
|
|
558
|
-
#:
|
|
624
|
+
#: helpers/Utils
|
|
559
625
|
msgid "When"
|
|
560
626
|
msgstr ""
|
|
561
627
|
|
|
562
628
|
#. Default: "Where"
|
|
563
|
-
#:
|
|
629
|
+
#: helpers/Utils
|
|
564
630
|
msgid "Where"
|
|
565
631
|
msgstr ""
|
|
566
632
|
|
|
@@ -2595,11 +2661,6 @@ msgstr "Adriatisches und Ionisches Meer"
|
|
|
2595
2661
|
msgid "Advanced search for Climate-Adapt database items <a href="/redirect_to_search_page">here</a>"
|
|
2596
2662
|
msgstr "Erweiterte Suche nach Climate-ADAPT Datenbank-Einträgen<a href="/Redirect_to_search_page"> hier </a>"
|
|
2597
2663
|
|
|
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
2664
|
#. undefined
|
|
2604
2665
|
#: ../../climateadapt/vocabulary.py:454
|
|
2605
2666
|
msgid "Air pollution and aero-allergens"
|
|
@@ -2797,11 +2858,6 @@ msgstr "Bemerkungen:"
|
|
|
2797
2858
|
msgid "Common definitions of the terms used frequently in the clearinghouse."
|
|
2798
2859
|
msgstr "Allgemeine Definitionen der in der Clearingstelle häufig verwendeten Begriffe."
|
|
2799
2860
|
|
|
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
2861
|
#. undefined
|
|
2806
2862
|
#: ../../climateadapt/browser/pt/c3s_indicators_overview.pt:30
|
|
2807
2863
|
#: ../../climateadapt/browser/pt/c3sindicator_view.pt:158
|
|
@@ -3188,11 +3244,6 @@ msgstr "Schlüsselmessung"
|
|
|
3188
3244
|
msgid "Key Type Measures"
|
|
3189
3245
|
msgstr "Schlüsseltypmaßnahmen"
|
|
3190
3246
|
|
|
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
3247
|
#. undefined
|
|
3197
3248
|
#: ../../climateadapt/browser/admin.py:562
|
|
3198
3249
|
msgid "Keyword succesfully deleted: ${kw_old}."
|
|
@@ -3215,11 +3266,6 @@ msgstr "Suchbegriffe"
|
|
|
3215
3266
|
msgid "Land-use and Food Systems"
|
|
3216
3267
|
msgstr ""
|
|
3217
3268
|
|
|
3218
|
-
#. undefined
|
|
3219
|
-
#: ../../climateadapt/browser/pt/ccaevent_view.pt:99
|
|
3220
|
-
msgid "Language of the conference"
|
|
3221
|
-
msgstr "Konferenzsprache"
|
|
3222
|
-
|
|
3223
3269
|
#. undefined
|
|
3224
3270
|
#: ../../climateadapt/browser/pt/landing_page_forest.pt:285
|
|
3225
3271
|
msgid "Learn more about different adaptation options to the various impacts of climate change in forests."
|
|
@@ -3252,11 +3298,6 @@ msgstr "Link zum interaktiven Atlas:"
|
|
|
3252
3298
|
msgid "Link to metadata:"
|
|
3253
3299
|
msgstr "Link zu Metadaten:"
|
|
3254
3300
|
|
|
3255
|
-
#. undefined
|
|
3256
|
-
#: ../../climateadapt/browser/pt/organisation_view.pt:34
|
|
3257
|
-
msgid "Links to further information"
|
|
3258
|
-
msgstr "Links zu weiteren Informationen"
|
|
3259
|
-
|
|
3260
3301
|
#. undefined
|
|
3261
3302
|
#: ../../climateadapt/vocabulary.py:467
|
|
3262
3303
|
msgid "Local Economic Systems"
|
|
@@ -3378,11 +3419,6 @@ msgstr "Außerhalb des EWR"
|
|
|
3378
3419
|
msgid "Overview list of all indices"
|
|
3379
3420
|
msgstr "Übersicht aller Indizes"
|
|
3380
3421
|
|
|
3381
|
-
#. undefined
|
|
3382
|
-
#: ../../climateadapt/browser/pt/ccaevent_view.pt:91
|
|
3383
|
-
msgid "Participation"
|
|
3384
|
-
msgstr "Teilnahme"
|
|
3385
|
-
|
|
3386
3422
|
#. undefined
|
|
3387
3423
|
#: ../../climateadapt/browser/pt/casestudy_view.pt:254
|
|
3388
3424
|
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 +3444,6 @@ msgstr "Richtlinienübersicht"
|
|
|
3408
3444
|
msgid "Portal Type"
|
|
3409
3445
|
msgstr "Art des Informationsportals"
|
|
3410
3446
|
|
|
3411
|
-
#. undefined
|
|
3412
|
-
#: ../../climateadapt/browser/pt/ccaevent_view.pt:61
|
|
3413
|
-
msgid "Practical information"
|
|
3414
|
-
msgstr "Praktische Informationen"
|
|
3415
|
-
|
|
3416
3447
|
#. undefined
|
|
3417
3448
|
#: ../../climateadapt/tiles/pt/ast_navigation.pt:119
|
|
3418
3449
|
#: ../../climateadapt/tiles/pt/urbanast_navigation.pt:68
|
|
@@ -3464,11 +3495,6 @@ msgstr "Registrierung"
|
|
|
3464
3495
|
msgid "Registration:"
|
|
3465
3496
|
msgstr "Registrierung"
|
|
3466
3497
|
|
|
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
3498
|
#. undefined
|
|
3473
3499
|
#: ../../climateadapt/tiles/pt/filter_acecontent.pt:49
|
|
3474
3500
|
msgid "Relevant tile"
|
|
@@ -3547,11 +3573,6 @@ msgstr "Sektorpolitiken"
|
|
|
3547
3573
|
msgid "Sectors"
|
|
3548
3574
|
msgstr "Sektoren"
|
|
3549
3575
|
|
|
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
3576
|
#. undefined
|
|
3556
3577
|
#: ../../climateadapt/browser/pt/countries-list.pt:5
|
|
3557
3578
|
msgid "Select a country"
|
|
@@ -37,6 +37,11 @@ msgstr ""
|
|
|
37
37
|
msgid "Additional Details"
|
|
38
38
|
msgstr ""
|
|
39
39
|
|
|
40
|
+
#. Default: "Agenda and supporting documents"
|
|
41
|
+
#: components/theme/Views/CcaEventView
|
|
42
|
+
msgid "Agenda and supporting documents"
|
|
43
|
+
msgstr ""
|
|
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 ""
|
|
124
130
|
|
|
131
|
+
#. Default: "Contact information for the Observatory"
|
|
132
|
+
#: components/theme/Views/DatabaseItemView
|
|
133
|
+
msgid "Contact information for the Observatory"
|
|
134
|
+
msgstr ""
|
|
135
|
+
|
|
125
136
|
#. Default: "Contributor:"
|
|
126
137
|
#: helpers/Utils
|
|
127
138
|
msgid "Contributor:"
|
|
@@ -214,6 +225,11 @@ msgstr ""
|
|
|
214
225
|
msgid "Heat health action plans (HHAP)"
|
|
215
226
|
msgstr ""
|
|
216
227
|
|
|
228
|
+
#. Default: "Heat health warning systems (HHWS)"
|
|
229
|
+
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
230
|
+
msgid "Heat health warning systems (HHWS)"
|
|
231
|
+
msgstr ""
|
|
232
|
+
|
|
217
233
|
#. Default: "IPCC adaptation options categories:"
|
|
218
234
|
#: helpers/ContentMetadata
|
|
219
235
|
msgid "IPCC adaptation options categories:"
|
|
@@ -224,6 +240,11 @@ msgstr ""
|
|
|
224
240
|
msgid "IPCC categories"
|
|
225
241
|
msgstr ""
|
|
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
|
|
@@ -236,7 +257,7 @@ msgid "Importance and Relevance of Adaptation"
|
|
|
236
257
|
msgstr ""
|
|
237
258
|
|
|
238
259
|
#. Default: "Info"
|
|
239
|
-
#:
|
|
260
|
+
#: helpers/Utils
|
|
240
261
|
msgid "Info"
|
|
241
262
|
msgstr ""
|
|
242
263
|
|
|
@@ -260,11 +281,21 @@ msgstr ""
|
|
|
260
281
|
msgid "Key Type Measures:"
|
|
261
282
|
msgstr ""
|
|
262
283
|
|
|
284
|
+
#. Default: "Key activities within climate change and health"
|
|
285
|
+
#: components/theme/Views/DatabaseItemView
|
|
286
|
+
msgid "Key activities within climate change and health"
|
|
287
|
+
msgstr ""
|
|
288
|
+
|
|
263
289
|
#. Default: "Keywords:"
|
|
264
290
|
#: helpers/ContentMetadata
|
|
265
291
|
msgid "Keywords:"
|
|
266
292
|
msgstr ""
|
|
267
293
|
|
|
294
|
+
#. Default: "Language of the conference"
|
|
295
|
+
#: components/theme/Views/CcaEventView
|
|
296
|
+
msgid "Language of the conference"
|
|
297
|
+
msgstr ""
|
|
298
|
+
|
|
268
299
|
#. Default: "Last Modified in Climate-ADAPT"
|
|
269
300
|
#: helpers/Utils
|
|
270
301
|
msgid "Last Modified in Climate-ADAPT"
|
|
@@ -287,6 +318,11 @@ msgstr ""
|
|
|
287
318
|
msgid "Life Time"
|
|
288
319
|
msgstr ""
|
|
289
320
|
|
|
321
|
+
#. Default: "Links to further information"
|
|
322
|
+
#: components/theme/Views/DatabaseItemView
|
|
323
|
+
msgid "Links to further information"
|
|
324
|
+
msgstr ""
|
|
325
|
+
|
|
290
326
|
#. Default: "Macro-Transnational region:"
|
|
291
327
|
#: helpers/ContentMetadata
|
|
292
328
|
msgid "Macro-Transnational region:"
|
|
@@ -357,11 +393,21 @@ msgstr ""
|
|
|
357
393
|
msgid "Oct"
|
|
358
394
|
msgstr ""
|
|
359
395
|
|
|
396
|
+
#. Default: "Participation"
|
|
397
|
+
#: components/theme/Views/CcaEventView
|
|
398
|
+
msgid "Participation"
|
|
399
|
+
msgstr ""
|
|
400
|
+
|
|
360
401
|
#. Default: "Partners"
|
|
361
402
|
#: components/theme/Views/ProjectView
|
|
362
403
|
msgid "Partners"
|
|
363
404
|
msgstr ""
|
|
364
405
|
|
|
406
|
+
#. Default: "Practical information"
|
|
407
|
+
#: components/theme/Views/CcaEventView
|
|
408
|
+
msgid "Practical information"
|
|
409
|
+
msgstr ""
|
|
410
|
+
|
|
365
411
|
#. Default: "Project information"
|
|
366
412
|
#: components/theme/Views/ProjectView
|
|
367
413
|
msgid "Project information"
|
|
@@ -394,6 +440,11 @@ msgstr ""
|
|
|
394
440
|
msgid "Related content:"
|
|
395
441
|
msgstr ""
|
|
396
442
|
|
|
443
|
+
#. Default: "Related documents and presentations"
|
|
444
|
+
#: components/theme/Views/DatabaseItemView
|
|
445
|
+
msgid "Related documents and presentations"
|
|
446
|
+
msgstr ""
|
|
447
|
+
|
|
397
448
|
#. Default: "Relevance"
|
|
398
449
|
#: components/theme/Views/CaseStudyView
|
|
399
450
|
msgid "Relevance"
|
|
@@ -429,6 +480,11 @@ msgstr ""
|
|
|
429
480
|
msgid "See more"
|
|
430
481
|
msgstr ""
|
|
431
482
|
|
|
483
|
+
#. Default: "See video outside Climate-ADAPT"
|
|
484
|
+
#: components/theme/Views/DatabaseItemView
|
|
485
|
+
msgid "See video outside Climate-ADAPT"
|
|
486
|
+
msgstr ""
|
|
487
|
+
|
|
432
488
|
#. Default: "Select…"
|
|
433
489
|
#: components/manage/Widgets/CreatableSelectWidget
|
|
434
490
|
msgid "Select…"
|
|
@@ -440,7 +496,7 @@ msgid "Sep"
|
|
|
440
496
|
msgstr ""
|
|
441
497
|
|
|
442
498
|
#. Default: "Share your information"
|
|
443
|
-
#:
|
|
499
|
+
#: components/theme/ShareInfoButton/ShareInfoButton
|
|
444
500
|
msgid "Share your information"
|
|
445
501
|
msgstr ""
|
|
446
502
|
|
|
@@ -533,11 +589,21 @@ msgstr ""
|
|
|
533
589
|
msgid "View all contributions in the resource catalogue"
|
|
534
590
|
msgstr ""
|
|
535
591
|
|
|
592
|
+
#. Default: "Visit external website"
|
|
593
|
+
#: components/theme/Views/EventView
|
|
594
|
+
msgid "Visit external website"
|
|
595
|
+
msgstr ""
|
|
596
|
+
|
|
536
597
|
#. Default: "We"
|
|
537
598
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
538
599
|
msgid "We"
|
|
539
600
|
msgstr ""
|
|
540
601
|
|
|
602
|
+
#. Default: "Web"
|
|
603
|
+
#: components/theme/Views/EventView
|
|
604
|
+
msgid "Web"
|
|
605
|
+
msgstr ""
|
|
606
|
+
|
|
541
607
|
#. Default: "Web site"
|
|
542
608
|
#: components/manage/Blocks/Listing/OrganisationCardsListingView
|
|
543
609
|
msgid "Web site"
|
|
@@ -555,12 +621,12 @@ msgid "Websites:"
|
|
|
555
621
|
msgstr ""
|
|
556
622
|
|
|
557
623
|
#. Default: "When"
|
|
558
|
-
#:
|
|
624
|
+
#: helpers/Utils
|
|
559
625
|
msgid "When"
|
|
560
626
|
msgstr ""
|
|
561
627
|
|
|
562
628
|
#. Default: "Where"
|
|
563
|
-
#:
|
|
629
|
+
#: helpers/Utils
|
|
564
630
|
msgid "Where"
|
|
565
631
|
msgstr ""
|
|
566
632
|
|
|
@@ -2595,11 +2661,6 @@ msgstr ""
|
|
|
2595
2661
|
msgid "Advanced search for Climate-Adapt database items <a href="/redirect_to_search_page">here</a>"
|
|
2596
2662
|
msgstr ""
|
|
2597
2663
|
|
|
2598
|
-
#. undefined
|
|
2599
|
-
#: ../../climateadapt/browser/pt/ccaevent_view.pt:61
|
|
2600
|
-
msgid "Agenda and supporting documents"
|
|
2601
|
-
msgstr ""
|
|
2602
|
-
|
|
2603
2664
|
#. undefined
|
|
2604
2665
|
#: ../../climateadapt/vocabulary.py:454
|
|
2605
2666
|
msgid "Air pollution and aero-allergens"
|
|
@@ -2797,11 +2858,6 @@ msgstr ""
|
|
|
2797
2858
|
msgid "Common definitions of the terms used frequently in the clearinghouse."
|
|
2798
2859
|
msgstr ""
|
|
2799
2860
|
|
|
2800
|
-
#. undefined
|
|
2801
|
-
#: ../../climateadapt/browser/pt/organisation_view.pt:39
|
|
2802
|
-
msgid "Contact information for the Observatory"
|
|
2803
|
-
msgstr ""
|
|
2804
|
-
|
|
2805
2861
|
#. undefined
|
|
2806
2862
|
#: ../../climateadapt/browser/pt/c3s_indicators_overview.pt:30
|
|
2807
2863
|
#: ../../climateadapt/browser/pt/c3sindicator_view.pt:158
|
|
@@ -3188,11 +3244,6 @@ msgstr ""
|
|
|
3188
3244
|
msgid "Key Type Measures"
|
|
3189
3245
|
msgstr ""
|
|
3190
3246
|
|
|
3191
|
-
#. undefined
|
|
3192
|
-
#: ../../climateadapt/browser/pt/organisation_view.pt:22
|
|
3193
|
-
msgid "Key activities within climate change and health"
|
|
3194
|
-
msgstr ""
|
|
3195
|
-
|
|
3196
3247
|
#. undefined
|
|
3197
3248
|
#: ../../climateadapt/browser/admin.py:562
|
|
3198
3249
|
msgid "Keyword succesfully deleted: ${kw_old}."
|
|
@@ -3215,11 +3266,6 @@ msgstr ""
|
|
|
3215
3266
|
msgid "Land-use and Food Systems"
|
|
3216
3267
|
msgstr ""
|
|
3217
3268
|
|
|
3218
|
-
#. undefined
|
|
3219
|
-
#: ../../climateadapt/browser/pt/ccaevent_view.pt:99
|
|
3220
|
-
msgid "Language of the conference"
|
|
3221
|
-
msgstr ""
|
|
3222
|
-
|
|
3223
3269
|
#. undefined
|
|
3224
3270
|
#: ../../climateadapt/browser/pt/landing_page_forest.pt:285
|
|
3225
3271
|
msgid "Learn more about different adaptation options to the various impacts of climate change in forests."
|
|
@@ -3252,11 +3298,6 @@ msgstr ""
|
|
|
3252
3298
|
msgid "Link to metadata:"
|
|
3253
3299
|
msgstr ""
|
|
3254
3300
|
|
|
3255
|
-
#. undefined
|
|
3256
|
-
#: ../../climateadapt/browser/pt/organisation_view.pt:34
|
|
3257
|
-
msgid "Links to further information"
|
|
3258
|
-
msgstr ""
|
|
3259
|
-
|
|
3260
3301
|
#. undefined
|
|
3261
3302
|
#: ../../climateadapt/vocabulary.py:467
|
|
3262
3303
|
msgid "Local Economic Systems"
|
|
@@ -3378,11 +3419,6 @@ msgstr ""
|
|
|
3378
3419
|
msgid "Overview list of all indices"
|
|
3379
3420
|
msgstr ""
|
|
3380
3421
|
|
|
3381
|
-
#. undefined
|
|
3382
|
-
#: ../../climateadapt/browser/pt/ccaevent_view.pt:91
|
|
3383
|
-
msgid "Participation"
|
|
3384
|
-
msgstr ""
|
|
3385
|
-
|
|
3386
3422
|
#. undefined
|
|
3387
3423
|
#: ../../climateadapt/browser/pt/casestudy_view.pt:254
|
|
3388
3424
|
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 +3444,6 @@ msgstr ""
|
|
|
3408
3444
|
msgid "Portal Type"
|
|
3409
3445
|
msgstr ""
|
|
3410
3446
|
|
|
3411
|
-
#. undefined
|
|
3412
|
-
#: ../../climateadapt/browser/pt/ccaevent_view.pt:61
|
|
3413
|
-
msgid "Practical information"
|
|
3414
|
-
msgstr ""
|
|
3415
|
-
|
|
3416
3447
|
#. undefined
|
|
3417
3448
|
#: ../../climateadapt/tiles/pt/ast_navigation.pt:119
|
|
3418
3449
|
#: ../../climateadapt/tiles/pt/urbanast_navigation.pt:68
|
|
@@ -3464,11 +3495,6 @@ msgstr ""
|
|
|
3464
3495
|
msgid "Registration:"
|
|
3465
3496
|
msgstr ""
|
|
3466
3497
|
|
|
3467
|
-
#. undefined
|
|
3468
|
-
#: ../../climateadapt/browser/pt/video_view.pt:45
|
|
3469
|
-
msgid "Related documents and presentations"
|
|
3470
|
-
msgstr ""
|
|
3471
|
-
|
|
3472
3498
|
#. undefined
|
|
3473
3499
|
#: ../../climateadapt/tiles/pt/filter_acecontent.pt:49
|
|
3474
3500
|
msgid "Relevant tile"
|
|
@@ -3547,11 +3573,6 @@ msgstr ""
|
|
|
3547
3573
|
msgid "Sectors"
|
|
3548
3574
|
msgstr ""
|
|
3549
3575
|
|
|
3550
|
-
#. undefined
|
|
3551
|
-
#: ../../climateadapt/browser/pt/video_view.pt:39
|
|
3552
|
-
msgid "See video outside Climate-ADAPT"
|
|
3553
|
-
msgstr ""
|
|
3554
|
-
|
|
3555
3576
|
#. undefined
|
|
3556
3577
|
#: ../../climateadapt/browser/pt/countries-list.pt:5
|
|
3557
3578
|
msgid "Select a country"
|