@eeacms/volto-cca-policy 1.0.2 → 1.0.4
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 +259 -3
- package/jest-addon.config.js +4 -2
- package/locales/bg/LC_MESSAGES/volto.po +576 -0
- package/locales/cs/LC_MESSAGES/volto.po +576 -0
- package/locales/da/LC_MESSAGES/volto.po +576 -0
- package/locales/de/LC_MESSAGES/volto.po +576 -0
- package/locales/el/LC_MESSAGES/volto.po +576 -0
- package/locales/en/LC_MESSAGES/volto.po +576 -0
- package/locales/es/LC_MESSAGES/volto.po +576 -0
- package/locales/et/LC_MESSAGES/volto.po +576 -0
- package/locales/fi/LC_MESSAGES/volto.po +576 -0
- package/locales/fr/LC_MESSAGES/volto.po +576 -0
- package/locales/ga/LC_MESSAGES/volto.po +576 -0
- package/locales/hr/LC_MESSAGES/volto.po +576 -0
- package/locales/hu/LC_MESSAGES/volto.po +576 -0
- package/locales/is/LC_MESSAGES/volto.po +576 -0
- package/locales/it/LC_MESSAGES/volto.po +576 -0
- package/locales/lt/LC_MESSAGES/volto.po +576 -0
- package/locales/lv/LC_MESSAGES/volto.po +576 -0
- package/locales/mt/LC_MESSAGES/volto.po +576 -0
- package/locales/nl/LC_MESSAGES/volto.po +576 -0
- package/locales/nn/LC_MESSAGES/volto.po +576 -0
- package/locales/pl/LC_MESSAGES/volto.po +576 -0
- package/locales/pt/LC_MESSAGES/volto.po +576 -0
- package/locales/ro/LC_MESSAGES/volto.po +576 -0
- package/locales/sk/LC_MESSAGES/volto.po +576 -0
- package/locales/sl/LC_MESSAGES/volto.po +576 -0
- package/locales/sv/LC_MESSAGES/volto.po +576 -0
- package/locales/tr/LC_MESSAGES/volto.po +576 -0
- package/locales/volto.pot +577 -1
- package/package.json +1 -1
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.jsx +224 -0
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.test.jsx +173 -0
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueContentView.jsx +189 -0
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.jsx +272 -0
- package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueMapView.test.jsx +160 -0
- package/src/components/Search/NavigatorCatalogue/utils.js +157 -0
- package/src/components/Search/NavigatorCatalogue/utils.test.js +132 -0
- package/src/components/Search/NavigatorGuide/NavigatorGuideContentView.jsx +409 -0
- package/src/components/Search/NavigatorGuide/NavigatorGuideLayout.jsx +8 -0
- package/src/components/index.js +2 -0
- package/src/components/theme/CompareTools/CompareToolsPanel.jsx +151 -0
- package/src/components/theme/CompareTools/CompareToolsPanel.test.jsx +96 -0
- package/src/components/theme/CompareTools/CompareToolsView.jsx +475 -0
- package/src/components/theme/CompareTools/CompareToolsView.test.jsx +110 -0
- package/src/components/theme/CompareTools/utils.js +111 -0
- package/src/components/theme/CompareTools/utils.test.jsx +217 -0
- package/src/components/theme/Views/ExtendedToolView.jsx +201 -201
- package/src/components/theme/Views/ExtendedToolView.test.jsx +420 -58
- package/src/constants.js +0 -48
- package/src/customizations/volto/reducers/breadcrumbs/breadcrumbs.js +1 -1
- package/src/helpers/Utils.jsx +29 -0
- package/src/helpers/index.js +3 -0
- package/src/index.js +28 -2
- package/src/search/index.js +6 -0
- package/src/search/navigator_catalogue/config.js +89 -0
- package/src/search/navigator_catalogue/facets.js +86 -0
- package/src/search/navigator_catalogue/views.js +28 -0
- package/src/search/navigator_guide/config.js +70 -0
- package/src/search/navigator_guide/facets.js +31 -0
- package/src/search/navigator_guide/guideSteps.js +93 -0
- package/src/slate-styles.less +4 -0
- package/src/state.js +1 -0
- package/theme/elements/button.overrides +0 -11
- package/theme/elements/label.overrides +15 -0
- package/theme/globals/blocks.less +3 -2
- package/theme/globals/navigator.less +1090 -0
- package/theme/globals/site.overrides +5 -0
- package/theme/tokens/colors.less +2 -0
- package/artifacts/BLOCKS.md +0 -167
- package/artifacts/link-integrity-workflow/README.md +0 -76
- package/artifacts/link-integrity-workflow/index.md +0 -33
- package/artifacts/link-integrity-workflow/link-integrity-block-fields-report.md +0 -132
- package/artifacts/link-integrity-workflow/link-integrity-blocks-report.md +0 -52
- package/artifacts/link-integrity-workflow/understanding-link-integrity.md +0 -143
- package/artifacts/link-integrity-workflow/volto-block-link-analysis.md +0 -63
- package/artifacts/link-integrity-workflow/volto-block-link-discovery.md +0 -60
- package/artifacts/test-fixes/test-fixes-specification.md +0 -267
|
@@ -16,6 +16,16 @@ msgstr ""
|
|
|
16
16
|
msgid "A background document for the event is available"
|
|
17
17
|
msgstr "Et baggrundsdokument for arrangementet er tilgængeligt"
|
|
18
18
|
|
|
19
|
+
#. Default: "Accessibility and usability"
|
|
20
|
+
#: components/theme/Views/ExtendedToolView
|
|
21
|
+
msgid "Accessibility and usability"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
#. Default: "Active filters are always shown in edit mode"
|
|
25
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
26
|
+
msgid "Active filters are always shown in edit mode"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
19
29
|
#. Default: "Adaptation Approaches"
|
|
20
30
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
21
31
|
#: search/cca/facets
|
|
@@ -35,6 +45,11 @@ msgstr "Tilpasningsmetoder:"
|
|
|
35
45
|
msgid "Adaptation Details"
|
|
36
46
|
msgstr "Tilpasningsdetaljer"
|
|
37
47
|
|
|
48
|
+
#. Default: "Adaptation Option illustrations"
|
|
49
|
+
#: components/theme/Views/AdaptationOptionView
|
|
50
|
+
msgid "Adaptation Option illustrations"
|
|
51
|
+
msgstr ""
|
|
52
|
+
|
|
38
53
|
#. Default: "Adaptation Options Implemented In This Case"
|
|
39
54
|
#: components/theme/Views/CaseStudyView
|
|
40
55
|
msgid "Adaptation Options Implemented In This Case"
|
|
@@ -43,9 +58,22 @@ msgstr "Tilpasningsmuligheder implementeret i dette tilfælde"
|
|
|
43
58
|
#. Default: "Adaptation Sectors"
|
|
44
59
|
#: search/cca/facets
|
|
45
60
|
#: search/common
|
|
61
|
+
#: search/navigator_guide/guideSteps
|
|
46
62
|
msgid "Adaptation Sectors"
|
|
47
63
|
msgstr "Tilpasningssektorer"
|
|
48
64
|
|
|
65
|
+
#. Default: "Adaptation Stage"
|
|
66
|
+
#: search/navigator_guide/guideSteps
|
|
67
|
+
msgid "Adaptation Stage"
|
|
68
|
+
msgstr ""
|
|
69
|
+
|
|
70
|
+
#. Default: "Adaptation Support Cycle Step"
|
|
71
|
+
#: components/theme/Views/ExtendedToolView
|
|
72
|
+
#: search/navigator_catalogue/facets
|
|
73
|
+
#: search/navigator_guide/facets
|
|
74
|
+
msgid "Adaptation Support Cycle Step"
|
|
75
|
+
msgstr ""
|
|
76
|
+
|
|
49
77
|
#. Default: "Adaptation approaches"
|
|
50
78
|
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
51
79
|
msgid "Adaptation approaches"
|
|
@@ -67,6 +95,26 @@ msgstr "Tilpasningsmuligheder"
|
|
|
67
95
|
msgid "Adaptation sectors"
|
|
68
96
|
msgstr "Tilpasningssektorer"
|
|
69
97
|
|
|
98
|
+
#. Default: "Adaptation support cycle step"
|
|
99
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
100
|
+
msgid "Adaptation support cycle step"
|
|
101
|
+
msgstr ""
|
|
102
|
+
|
|
103
|
+
#. Default: "Add a tool"
|
|
104
|
+
#: components/theme/CompareTools/CompareToolsPanel
|
|
105
|
+
msgid "Add a tool"
|
|
106
|
+
msgstr ""
|
|
107
|
+
|
|
108
|
+
#. Default: "Add at least another tool"
|
|
109
|
+
#: components/theme/CompareTools/CompareToolsPanel
|
|
110
|
+
msgid "Add at least another tool"
|
|
111
|
+
msgstr ""
|
|
112
|
+
|
|
113
|
+
#. Default: "Add to comparison"
|
|
114
|
+
#: components/theme/Views/ExtendedToolView
|
|
115
|
+
msgid "Add to comparison"
|
|
116
|
+
msgstr ""
|
|
117
|
+
|
|
70
118
|
#. Default: "Additional Details"
|
|
71
119
|
#: components/theme/Views/CaseStudyView
|
|
72
120
|
msgid "Additional Details"
|
|
@@ -87,6 +135,26 @@ msgstr "Dagsorden og støttedokumenter"
|
|
|
87
135
|
msgid "All time"
|
|
88
136
|
msgstr "Hele tiden"
|
|
89
137
|
|
|
138
|
+
#. Default: "At least two valid tools are required for comparison. Select tools from the Navigator Catalogue."
|
|
139
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
140
|
+
msgid "At least two valid tools are required for comparison. Select tools from the Navigator Catalogue."
|
|
141
|
+
msgstr ""
|
|
142
|
+
|
|
143
|
+
#. Default: "Available language"
|
|
144
|
+
#: components/theme/Views/ExtendedToolView
|
|
145
|
+
msgid "Available language"
|
|
146
|
+
msgstr ""
|
|
147
|
+
|
|
148
|
+
#. Default: "Back"
|
|
149
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
150
|
+
msgid "Back"
|
|
151
|
+
msgstr ""
|
|
152
|
+
|
|
153
|
+
#. Default: "Back to results"
|
|
154
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
155
|
+
msgid "Back to results"
|
|
156
|
+
msgstr ""
|
|
157
|
+
|
|
90
158
|
#. Default: "Background information"
|
|
91
159
|
#: components/theme/Views/C3SIndicatorView
|
|
92
160
|
msgid "Background information"
|
|
@@ -107,6 +175,16 @@ msgstr "Blå muligheder"
|
|
|
107
175
|
msgid "Browse the site, drop an image, or type a URL"
|
|
108
176
|
msgstr ""
|
|
109
177
|
|
|
178
|
+
#. Default: "By changing the state, we're not breaking references, but may break user experience for final Anonymous users. There are {brokenReferences} {variation} to this item:"
|
|
179
|
+
#: components/manage/Workflow/WorkflowLinkIntegrityModal
|
|
180
|
+
msgid "By changing the state, we're not breaking references, but may break user experience for final Anonymous users. There are {brokenReferences} {variation} to this item:"
|
|
181
|
+
msgstr ""
|
|
182
|
+
|
|
183
|
+
#. Default: "Cancel"
|
|
184
|
+
#: components/manage/Workflow/WorkflowLinkIntegrityModal
|
|
185
|
+
msgid "Cancel"
|
|
186
|
+
msgstr ""
|
|
187
|
+
|
|
110
188
|
#. Default: "Capacity building empowering and lifestyle practices"
|
|
111
189
|
#: messages
|
|
112
190
|
msgid "Capacity building empowering and lifestyle practices"
|
|
@@ -157,6 +235,11 @@ msgstr "Vælg en fil"
|
|
|
157
235
|
msgid "Choose a region"
|
|
158
236
|
msgstr "Vælg en region"
|
|
159
237
|
|
|
238
|
+
#. Default: "Choose one or more hazards relevant to your work. This narrows tools to those covering your risk."
|
|
239
|
+
#: search/navigator_guide/guideSteps
|
|
240
|
+
msgid "Choose one or more hazards relevant to your work. This narrows tools to those covering your risk."
|
|
241
|
+
msgstr ""
|
|
242
|
+
|
|
160
243
|
#. Default: "Choose thematic map:"
|
|
161
244
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
162
245
|
msgid "Choose thematic map:"
|
|
@@ -167,9 +250,15 @@ msgstr "Vælg temakort:"
|
|
|
167
250
|
msgid "City:"
|
|
168
251
|
msgstr "By:"
|
|
169
252
|
|
|
253
|
+
#. Default: "Clear all"
|
|
254
|
+
#: components/theme/CompareTools/CompareToolsPanel
|
|
255
|
+
msgid "Clear all"
|
|
256
|
+
msgstr ""
|
|
257
|
+
|
|
170
258
|
#. Default: "Climate Impacts"
|
|
171
259
|
#: search/cca/facets
|
|
172
260
|
#: search/common
|
|
261
|
+
#: search/navigator_guide/guideSteps
|
|
173
262
|
msgid "Climate Impacts"
|
|
174
263
|
msgstr "Klimapåvirkninger"
|
|
175
264
|
|
|
@@ -199,6 +288,27 @@ msgstr "Climate-ADAPT casestudier"
|
|
|
199
288
|
msgid "Climate-ADAPT page for this event"
|
|
200
289
|
msgstr "Climate-ADAPT side for denne begivenhed"
|
|
201
290
|
|
|
291
|
+
#. Default: "Compare"
|
|
292
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
293
|
+
msgid "Compare"
|
|
294
|
+
msgstr ""
|
|
295
|
+
|
|
296
|
+
#. Default: "Compare selected tools"
|
|
297
|
+
#: components/theme/CompareTools/CompareToolsPanel
|
|
298
|
+
msgid "Compare selected tools"
|
|
299
|
+
msgstr ""
|
|
300
|
+
|
|
301
|
+
#. Default: "Compare tools"
|
|
302
|
+
#: components/theme/CompareTools/CompareToolsPanel
|
|
303
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
304
|
+
msgid "Compare tools"
|
|
305
|
+
msgstr ""
|
|
306
|
+
|
|
307
|
+
#. Default: "Comparing {count} {count, plural, one {tool} other {tools}}"
|
|
308
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
309
|
+
msgid "Comparing {count} {count, plural, one {tool} other {tools}}"
|
|
310
|
+
msgstr ""
|
|
311
|
+
|
|
202
312
|
#. Default: "Contact"
|
|
203
313
|
#: components/theme/Views/CaseStudyView
|
|
204
314
|
#: components/theme/Views/CcaEventView
|
|
@@ -220,6 +330,11 @@ msgstr "Bidragyder:"
|
|
|
220
330
|
msgid "Coordination cooperation and networks"
|
|
221
331
|
msgstr "Koordineringssamarbejde og netværk"
|
|
222
332
|
|
|
333
|
+
#. Default: "Cost-benefit ratio"
|
|
334
|
+
#: components/theme/Views/ExtendedToolView
|
|
335
|
+
msgid "Cost-benefit ratio"
|
|
336
|
+
msgstr ""
|
|
337
|
+
|
|
223
338
|
#. Default: "Costs and benefits"
|
|
224
339
|
#: components/theme/Views/AdaptationOptionView
|
|
225
340
|
#: components/theme/Views/CaseStudyView
|
|
@@ -238,6 +353,26 @@ msgstr "lande"
|
|
|
238
353
|
msgid "Countries:"
|
|
239
354
|
msgstr "Lande:"
|
|
240
355
|
|
|
356
|
+
#. Default: "Coverage"
|
|
357
|
+
#: search/navigator_guide/guideSteps
|
|
358
|
+
msgid "Coverage"
|
|
359
|
+
msgstr ""
|
|
360
|
+
|
|
361
|
+
#. Default: "Criteria"
|
|
362
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
363
|
+
msgid "Criteria"
|
|
364
|
+
msgstr ""
|
|
365
|
+
|
|
366
|
+
#. Default: "Cycle"
|
|
367
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
368
|
+
msgid "Cycle"
|
|
369
|
+
msgstr ""
|
|
370
|
+
|
|
371
|
+
#. Default: "Data sources"
|
|
372
|
+
#: components/theme/Views/ExtendedToolView
|
|
373
|
+
msgid "Data sources"
|
|
374
|
+
msgstr ""
|
|
375
|
+
|
|
241
376
|
#. Default: "Date of creation:"
|
|
242
377
|
#: helpers/ContentMetadata
|
|
243
378
|
msgid "Date of creation:"
|
|
@@ -359,21 +494,47 @@ msgstr "Afslut fuldskærm"
|
|
|
359
494
|
msgid "Explore more on Climate-ADAPT"
|
|
360
495
|
msgstr "Udforsk mere på Climate-ADAPT"
|
|
361
496
|
|
|
497
|
+
#. Default: "Explore tools"
|
|
498
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
499
|
+
msgid "Explore tools"
|
|
500
|
+
msgstr ""
|
|
501
|
+
|
|
502
|
+
#. Default: "Export table"
|
|
503
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
504
|
+
msgid "Export table"
|
|
505
|
+
msgstr ""
|
|
506
|
+
|
|
362
507
|
#. Default: "Financing incentive instruments"
|
|
363
508
|
#: messages
|
|
364
509
|
msgid "Financing incentive instruments"
|
|
365
510
|
msgstr "Finansieringsincitamentsinstrumenter"
|
|
366
511
|
|
|
512
|
+
#. Default: "Find the right tool"
|
|
513
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
514
|
+
msgid "Find the right tool"
|
|
515
|
+
msgstr ""
|
|
516
|
+
|
|
367
517
|
#. Default: "For more search options"
|
|
368
518
|
#: index
|
|
369
519
|
msgid "For more search options"
|
|
370
520
|
msgstr "For flere søgemuligheder"
|
|
371
521
|
|
|
522
|
+
#. Default: "Free [full or core functionality] access"
|
|
523
|
+
#: components/theme/Views/ExtendedToolView
|
|
524
|
+
msgid "Free [full or core functionality] access"
|
|
525
|
+
msgstr ""
|
|
526
|
+
|
|
372
527
|
#. Default: "Fullscreen"
|
|
373
528
|
#: components/theme/Views/C3SIndicatorView
|
|
374
529
|
msgid "Fullscreen"
|
|
375
530
|
msgstr "Fuldskærm"
|
|
376
531
|
|
|
532
|
+
#. Default: "Functionality"
|
|
533
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
534
|
+
#: components/theme/Views/ExtendedToolView
|
|
535
|
+
msgid "Functionality"
|
|
536
|
+
msgstr ""
|
|
537
|
+
|
|
377
538
|
#. Default: "Funding Programme"
|
|
378
539
|
#: search/cca/facets
|
|
379
540
|
#: search/mission_projects/facets-projects
|
|
@@ -436,11 +597,21 @@ msgstr "Grå muligheder"
|
|
|
436
597
|
msgid "Guidance"
|
|
437
598
|
msgstr "Vejledning"
|
|
438
599
|
|
|
600
|
+
#. Default: "Guide me"
|
|
601
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
602
|
+
msgid "Guide me"
|
|
603
|
+
msgstr ""
|
|
604
|
+
|
|
439
605
|
#. Default: "HHWS available (click on country for further information)"
|
|
440
606
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
441
607
|
msgid "HHWS available (click on country for further information)"
|
|
442
608
|
msgstr "HHWS tilgængelig (klik på land for yderligere information)"
|
|
443
609
|
|
|
610
|
+
#. Default: "Hazard"
|
|
611
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
612
|
+
msgid "Hazard"
|
|
613
|
+
msgstr ""
|
|
614
|
+
|
|
444
615
|
#. Default: "Hazard Type"
|
|
445
616
|
#: search/mission_stories/facets-stories
|
|
446
617
|
msgid "Hazard Type"
|
|
@@ -527,11 +698,21 @@ msgstr "Informationsportal"
|
|
|
527
698
|
msgid "Insurance and risk sharing instruments"
|
|
528
699
|
msgstr "Forsikrings- og risikodelingsinstrumenter"
|
|
529
700
|
|
|
701
|
+
#. Default: "Intended User Groups"
|
|
702
|
+
#: components/theme/Views/ExtendedToolView
|
|
703
|
+
msgid "Intended User Groups"
|
|
704
|
+
msgstr ""
|
|
705
|
+
|
|
530
706
|
#. Default: "Item from third parties"
|
|
531
707
|
#: search/cca/facets
|
|
532
708
|
msgid "Item from third parties"
|
|
533
709
|
msgstr "Vare fra tredjepart"
|
|
534
710
|
|
|
711
|
+
#. Default: "Just resilience"
|
|
712
|
+
#: components/theme/Views/ExtendedToolView
|
|
713
|
+
msgid "Just resilience"
|
|
714
|
+
msgstr ""
|
|
715
|
+
|
|
535
716
|
#. Default: "Key Community Systems"
|
|
536
717
|
#: search/mission_stories/facets-stories
|
|
537
718
|
msgid "Key Community Systems"
|
|
@@ -578,6 +759,11 @@ msgstr "Viden og adfærdsændring"
|
|
|
578
759
|
msgid "Language"
|
|
579
760
|
msgstr "Sprog"
|
|
580
761
|
|
|
762
|
+
#. Default: "Language Accessibility"
|
|
763
|
+
#: components/theme/Views/ExtendedToolView
|
|
764
|
+
msgid "Language Accessibility"
|
|
765
|
+
msgstr ""
|
|
766
|
+
|
|
581
767
|
#. Default: "Language of the conference"
|
|
582
768
|
#: components/theme/Views/CcaEventView
|
|
583
769
|
msgid "Language of the conference"
|
|
@@ -634,17 +820,43 @@ msgstr "Få flere oplysninger"
|
|
|
634
820
|
msgid "Legal aspects"
|
|
635
821
|
msgstr "Juridiske aspekter"
|
|
636
822
|
|
|
823
|
+
#. Default: "License"
|
|
824
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
825
|
+
msgid "License"
|
|
826
|
+
msgstr ""
|
|
827
|
+
|
|
828
|
+
#. Default: "License status"
|
|
829
|
+
#: components/theme/Views/ExtendedToolView
|
|
830
|
+
#: search/navigator_catalogue/facets
|
|
831
|
+
msgid "License status"
|
|
832
|
+
msgstr ""
|
|
833
|
+
|
|
637
834
|
#. Default: "Lifetime"
|
|
638
835
|
#: components/theme/Views/AdaptationOptionView
|
|
639
836
|
#: components/theme/Views/CaseStudyView
|
|
640
837
|
msgid "Lifetime"
|
|
641
838
|
msgstr "Livstid"
|
|
642
839
|
|
|
840
|
+
#. Default: "Link copied"
|
|
841
|
+
#: components/theme/Views/ExtendedToolView
|
|
842
|
+
msgid "Link copied"
|
|
843
|
+
msgstr ""
|
|
844
|
+
|
|
643
845
|
#. Default: "Links to further information"
|
|
644
846
|
#: components/theme/Views/DatabaseItemView
|
|
645
847
|
msgid "Links to further information"
|
|
646
848
|
msgstr "Links til yderligere information"
|
|
647
849
|
|
|
850
|
+
#. Default: "List view"
|
|
851
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
852
|
+
msgid "List view"
|
|
853
|
+
msgstr ""
|
|
854
|
+
|
|
855
|
+
#. Default: "Live preview · results based on your selection"
|
|
856
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
857
|
+
msgid "Live preview · results based on your selection"
|
|
858
|
+
msgstr ""
|
|
859
|
+
|
|
648
860
|
#. Default: "Looking for more information?"
|
|
649
861
|
#: index
|
|
650
862
|
msgid "Looking for more information?"
|
|
@@ -660,6 +872,11 @@ msgstr "Makro-transnational region:"
|
|
|
660
872
|
msgid "Management and planning"
|
|
661
873
|
msgstr "Ledelse og planlægning"
|
|
662
874
|
|
|
875
|
+
#. Default: "Map view"
|
|
876
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
877
|
+
msgid "Map view"
|
|
878
|
+
msgstr ""
|
|
879
|
+
|
|
663
880
|
#. Default: "Mission story"
|
|
664
881
|
#: messages
|
|
665
882
|
msgid "Mission story"
|
|
@@ -675,6 +892,11 @@ msgstr "Missionsværktøj"
|
|
|
675
892
|
msgid "Most useful for"
|
|
676
893
|
msgstr "Mest anvendelig til"
|
|
677
894
|
|
|
895
|
+
#. Default: "NO"
|
|
896
|
+
#: components/theme/Views/ExtendedToolView
|
|
897
|
+
msgid "NO"
|
|
898
|
+
msgstr ""
|
|
899
|
+
|
|
678
900
|
#. Default: "National HHAP"
|
|
679
901
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
680
902
|
msgid "National HHAP"
|
|
@@ -685,26 +907,72 @@ msgstr "National HHAP"
|
|
|
685
907
|
msgid "Nature based Solutions and Ecosystem based approaches"
|
|
686
908
|
msgstr "Naturbaserede løsninger og økosystembaserede tilgange"
|
|
687
909
|
|
|
910
|
+
#. Default: "Nature-based solution"
|
|
911
|
+
#: components/theme/Views/ExtendedToolView
|
|
912
|
+
#: search/navigator_catalogue/facets
|
|
913
|
+
msgid "Nature-based solution"
|
|
914
|
+
msgstr ""
|
|
915
|
+
|
|
916
|
+
#. Default: "Navigate to this item"
|
|
917
|
+
#: components/manage/Workflow/WorkflowLinkIntegrityModal
|
|
918
|
+
msgid "Navigate to this item"
|
|
919
|
+
msgstr ""
|
|
920
|
+
|
|
921
|
+
#. Default: "Navigator"
|
|
922
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
923
|
+
msgid "Navigator"
|
|
924
|
+
msgstr ""
|
|
925
|
+
|
|
926
|
+
#. Default: "Answer a few guided questions. The catalogue on the right narrows as you go - you can skip to the results at any point."
|
|
927
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
928
|
+
msgid "Navigator Guide introduction"
|
|
929
|
+
msgstr ""
|
|
930
|
+
|
|
931
|
+
#. Default: "Start by selecting the categories that interest you. The tools filtered by your chosen categories will appear in this box."
|
|
932
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
933
|
+
msgid "Navigator Guide preview empty state"
|
|
934
|
+
msgstr ""
|
|
935
|
+
|
|
688
936
|
#. Default: "New"
|
|
689
937
|
#: components/Result/ClusterHorizontalCardItem
|
|
690
938
|
msgid "New"
|
|
691
939
|
msgstr "Ny"
|
|
692
940
|
|
|
941
|
+
#. Default: "Newest"
|
|
942
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
943
|
+
msgid "Newest"
|
|
944
|
+
msgstr ""
|
|
945
|
+
|
|
693
946
|
#. Default: "News"
|
|
694
947
|
#: messages
|
|
695
948
|
msgid "News"
|
|
696
949
|
msgstr "Nyheder"
|
|
697
950
|
|
|
951
|
+
#. Default: "Next step"
|
|
952
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
953
|
+
msgid "Next step"
|
|
954
|
+
msgstr ""
|
|
955
|
+
|
|
698
956
|
#. Default: "No HHAP"
|
|
699
957
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
700
958
|
msgid "No HHAP"
|
|
701
959
|
msgstr "Nej HHAP"
|
|
702
960
|
|
|
961
|
+
#. Default: "No Navigator Guide steps are configured."
|
|
962
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
963
|
+
msgid "No Navigator Guide steps are configured."
|
|
964
|
+
msgstr ""
|
|
965
|
+
|
|
703
966
|
#. Default: "No information"
|
|
704
967
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
705
968
|
msgid "No information"
|
|
706
969
|
msgstr "Ingen information"
|
|
707
970
|
|
|
971
|
+
#. Default: "No options are available for this step."
|
|
972
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
973
|
+
msgid "No options are available for this step."
|
|
974
|
+
msgstr ""
|
|
975
|
+
|
|
708
976
|
#. Default: "No results"
|
|
709
977
|
#: components/manage/Blocks/SearchAceContent/SearchAceContentView
|
|
710
978
|
msgid "No results"
|
|
@@ -715,6 +983,11 @@ msgstr "Ingen resultater"
|
|
|
715
983
|
msgid "Non-EU Languages"
|
|
716
984
|
msgstr "Ikke-EU-sprog"
|
|
717
985
|
|
|
986
|
+
#. Default: "Number of users / uptake"
|
|
987
|
+
#: components/theme/Views/ExtendedToolView
|
|
988
|
+
msgid "Number of users / uptake"
|
|
989
|
+
msgstr ""
|
|
990
|
+
|
|
718
991
|
#. Default: "Objectives of the adaptation measure"
|
|
719
992
|
#: components/theme/Views/CaseStudyView
|
|
720
993
|
msgid "Objectives of the adaptation measure"
|
|
@@ -730,6 +1003,22 @@ msgstr "Observatoriets bidrag:"
|
|
|
730
1003
|
msgid "Observatory partner"
|
|
731
1004
|
msgstr "Observationspartner"
|
|
732
1005
|
|
|
1006
|
+
#. Default: "Oldest"
|
|
1007
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1008
|
+
msgid "Oldest"
|
|
1009
|
+
msgstr ""
|
|
1010
|
+
|
|
1011
|
+
#. Default: "Only online interactive support tool"
|
|
1012
|
+
#: components/theme/Views/ExtendedToolView
|
|
1013
|
+
msgid "Only online interactive support tool"
|
|
1014
|
+
msgstr ""
|
|
1015
|
+
|
|
1016
|
+
#. Default: "Open tool"
|
|
1017
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
1018
|
+
#: components/theme/Views/ExtendedToolView
|
|
1019
|
+
msgid "Open tool"
|
|
1020
|
+
msgstr ""
|
|
1021
|
+
|
|
733
1022
|
#. Default: "Organisation"
|
|
734
1023
|
#: messages
|
|
735
1024
|
msgid "Organisation"
|
|
@@ -750,6 +1039,11 @@ msgstr "Arrangeret af EEA"
|
|
|
750
1039
|
msgid "Other regions"
|
|
751
1040
|
msgstr "Andre regioner"
|
|
752
1041
|
|
|
1042
|
+
#. Default: "Output type"
|
|
1043
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
1044
|
+
msgid "Output type"
|
|
1045
|
+
msgstr ""
|
|
1046
|
+
|
|
753
1047
|
#. Default: "Participation"
|
|
754
1048
|
#: components/theme/Views/CcaEventView
|
|
755
1049
|
msgid "Participation"
|
|
@@ -765,6 +1059,16 @@ msgstr "Partnere"
|
|
|
765
1059
|
msgid "Physical and technological"
|
|
766
1060
|
msgstr "Fysisk og teknologisk"
|
|
767
1061
|
|
|
1062
|
+
#. Default: "Pick the levels your work operates at. We keep tools whose data and guidance reach those scales."
|
|
1063
|
+
#: search/navigator_guide/guideSteps
|
|
1064
|
+
msgid "Pick the levels your work operates at. We keep tools whose data and guidance reach those scales."
|
|
1065
|
+
msgstr ""
|
|
1066
|
+
|
|
1067
|
+
#. Default: "Place of implementation"
|
|
1068
|
+
#: components/theme/Views/ExtendedToolView
|
|
1069
|
+
msgid "Place of implementation"
|
|
1070
|
+
msgstr ""
|
|
1071
|
+
|
|
768
1072
|
#. Default: "Policy Instruments"
|
|
769
1073
|
#: messages
|
|
770
1074
|
msgid "Policy Instruments"
|
|
@@ -785,11 +1089,21 @@ msgstr "Tilpasningsforanstaltningens politiske kontekst"
|
|
|
785
1089
|
msgid "Practical information"
|
|
786
1090
|
msgstr "Praktisk information"
|
|
787
1091
|
|
|
1092
|
+
#. Default: "Previous versions of this indicator"
|
|
1093
|
+
#: components/theme/Views/ArchivedVersionListing
|
|
1094
|
+
msgid "Previous versions of this indicator"
|
|
1095
|
+
msgstr ""
|
|
1096
|
+
|
|
788
1097
|
#. Default: "Project information"
|
|
789
1098
|
#: components/theme/Views/ProjectView
|
|
790
1099
|
msgid "Project information"
|
|
791
1100
|
msgstr "Projektinformation"
|
|
792
1101
|
|
|
1102
|
+
#. Default: "Public/private"
|
|
1103
|
+
#: components/theme/Views/ExtendedToolView
|
|
1104
|
+
msgid "Public/private"
|
|
1105
|
+
msgstr ""
|
|
1106
|
+
|
|
793
1107
|
#. Default: "Publications and reports"
|
|
794
1108
|
#: search/vocabulary
|
|
795
1109
|
msgid "Publication reference"
|
|
@@ -826,6 +1140,11 @@ msgstr "RAST trin af relevans"
|
|
|
826
1140
|
msgid "Read the full text of the adaptation option"
|
|
827
1141
|
msgstr "Læs hele teksten til tilpasningsmuligheden"
|
|
828
1142
|
|
|
1143
|
+
#. Default: "Ready to compare"
|
|
1144
|
+
#: components/theme/CompareTools/CompareToolsPanel
|
|
1145
|
+
msgid "Ready to compare"
|
|
1146
|
+
msgstr ""
|
|
1147
|
+
|
|
829
1148
|
#. Default: "Reference Information"
|
|
830
1149
|
#: components/theme/Views/CaseStudyView
|
|
831
1150
|
msgid "Reference Information"
|
|
@@ -842,6 +1161,11 @@ msgstr "Referenceoplysninger"
|
|
|
842
1161
|
msgid "References"
|
|
843
1162
|
msgstr "Referencer"
|
|
844
1163
|
|
|
1164
|
+
#. Default: "Refined by {criteria}"
|
|
1165
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1166
|
+
msgid "Refined by {criteria}"
|
|
1167
|
+
msgstr ""
|
|
1168
|
+
|
|
845
1169
|
#. Default: "Region's countries:"
|
|
846
1170
|
#: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
|
|
847
1171
|
msgid "Region's countries:"
|
|
@@ -867,6 +1191,11 @@ msgstr "Relateret indhold:"
|
|
|
867
1191
|
msgid "Related documents and presentations"
|
|
868
1192
|
msgstr "Relaterede dokumenter og præsentationer"
|
|
869
1193
|
|
|
1194
|
+
#. Default: "Relevance"
|
|
1195
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1196
|
+
msgid "Relevance"
|
|
1197
|
+
msgstr ""
|
|
1198
|
+
|
|
870
1199
|
#. Default: "Relevant EU policies"
|
|
871
1200
|
#: components/theme/Views/AdaptationOptionView
|
|
872
1201
|
msgid "Relevant EU policies"
|
|
@@ -877,6 +1206,11 @@ msgstr "Relevante EU-politikker"
|
|
|
877
1206
|
msgid "Relevant synergies with mitigation"
|
|
878
1207
|
msgstr "Relevante synergier med afbødning"
|
|
879
1208
|
|
|
1209
|
+
#. Default: "Remove {title}"
|
|
1210
|
+
#: components/theme/CompareTools/CompareToolsPanel
|
|
1211
|
+
msgid "Remove {title}"
|
|
1212
|
+
msgstr ""
|
|
1213
|
+
|
|
880
1214
|
#. Default: "Replace existing file"
|
|
881
1215
|
#: components/theme/Widgets/PromotionalImageWidget
|
|
882
1216
|
msgid "Replace existing file"
|
|
@@ -917,6 +1251,8 @@ msgstr "Afsnit"
|
|
|
917
1251
|
|
|
918
1252
|
#. Default: "Sector"
|
|
919
1253
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
1254
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1255
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
920
1256
|
msgid "Sector"
|
|
921
1257
|
msgstr "Sektor"
|
|
922
1258
|
|
|
@@ -925,6 +1261,11 @@ msgstr "Sektor"
|
|
|
925
1261
|
msgid "Sectors:"
|
|
926
1262
|
msgstr "Sektorer:"
|
|
927
1263
|
|
|
1264
|
+
#. Default: "See all matching tools"
|
|
1265
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1266
|
+
msgid "See all matching tools"
|
|
1267
|
+
msgstr ""
|
|
1268
|
+
|
|
928
1269
|
#. Default: "See less"
|
|
929
1270
|
#: helpers/Utils
|
|
930
1271
|
msgid "See less"
|
|
@@ -935,6 +1276,11 @@ msgstr "Se mindre"
|
|
|
935
1276
|
msgid "See more"
|
|
936
1277
|
msgstr "Se mere"
|
|
937
1278
|
|
|
1279
|
+
#. Default: "See results"
|
|
1280
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1281
|
+
msgid "See results"
|
|
1282
|
+
msgstr ""
|
|
1283
|
+
|
|
938
1284
|
#. Default: "See video outside Climate-ADAPT"
|
|
939
1285
|
#: components/theme/Views/DatabaseItemView
|
|
940
1286
|
msgid "See video outside Climate-ADAPT"
|
|
@@ -946,17 +1292,37 @@ msgstr "Se video udenfor Climate-ADAPT"
|
|
|
946
1292
|
msgid "Select"
|
|
947
1293
|
msgstr "Vælge"
|
|
948
1294
|
|
|
1295
|
+
#. Default: "Select all that apply"
|
|
1296
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1297
|
+
msgid "Select all that apply"
|
|
1298
|
+
msgstr ""
|
|
1299
|
+
|
|
1300
|
+
#. Default: "Share"
|
|
1301
|
+
#: components/theme/Views/ExtendedToolView
|
|
1302
|
+
msgid "Share"
|
|
1303
|
+
msgstr ""
|
|
1304
|
+
|
|
949
1305
|
#. Default: "Share your information"
|
|
950
1306
|
#: components/manage/Blocks/SearchAceContent/SearchAceContentView
|
|
951
1307
|
#: components/theme/ShareInfoButton/ShareInfoButton
|
|
952
1308
|
msgid "Share your information"
|
|
953
1309
|
msgstr "Del dine oplysninger"
|
|
954
1310
|
|
|
1311
|
+
#. Default: "Skip to results"
|
|
1312
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1313
|
+
msgid "Skip to results"
|
|
1314
|
+
msgstr ""
|
|
1315
|
+
|
|
955
1316
|
#. Default: "Solutions"
|
|
956
1317
|
#: components/theme/Views/CaseStudyView
|
|
957
1318
|
msgid "Solutions"
|
|
958
1319
|
msgstr "Løsninger"
|
|
959
1320
|
|
|
1321
|
+
#. Default: "Some selected tools could not be loaded and were skipped."
|
|
1322
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
1323
|
+
msgid "Some selected tools could not be loaded and were skipped."
|
|
1324
|
+
msgstr ""
|
|
1325
|
+
|
|
960
1326
|
#. Default: "Source"
|
|
961
1327
|
#: components/theme/Views/CaseStudyView
|
|
962
1328
|
#: helpers/Utils
|
|
@@ -974,12 +1340,37 @@ msgstr "Finansieringskilde"
|
|
|
974
1340
|
msgid "Source:"
|
|
975
1341
|
msgstr "Kilde:"
|
|
976
1342
|
|
|
1343
|
+
#. Default: "Spatial resolution"
|
|
1344
|
+
#: components/theme/Views/ExtendedToolView
|
|
1345
|
+
msgid "Spatial resolution"
|
|
1346
|
+
msgstr ""
|
|
1347
|
+
|
|
1348
|
+
#. Default: "Spatial scale"
|
|
1349
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
1350
|
+
msgid "Spatial scale"
|
|
1351
|
+
msgstr ""
|
|
1352
|
+
|
|
977
1353
|
#. Default: "Stakeholder participation"
|
|
978
1354
|
#: components/theme/Views/AdaptationOptionView
|
|
979
1355
|
#: components/theme/Views/CaseStudyView
|
|
980
1356
|
msgid "Stakeholder participation"
|
|
981
1357
|
msgstr "Interessenters deltagelse"
|
|
982
1358
|
|
|
1359
|
+
#. Default: "Start the guided tour by selecting one or more sector. On the right, you will begin to see a preview of the available tools, filtered according to your selections."
|
|
1360
|
+
#: search/navigator_guide/guideSteps
|
|
1361
|
+
msgid "Start the guided tour by selecting one or more sector. On the right, you will begin to see a preview of the available tools, filtered according to your selections."
|
|
1362
|
+
msgstr ""
|
|
1363
|
+
|
|
1364
|
+
#. Default: "Step {current} of {total}"
|
|
1365
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1366
|
+
msgid "Step {current} of {total}"
|
|
1367
|
+
msgstr ""
|
|
1368
|
+
|
|
1369
|
+
#. Default: "Strengths and possible limitations of the tool"
|
|
1370
|
+
#: components/theme/Views/ExtendedToolView
|
|
1371
|
+
msgid "Strengths and possible limitations of the tool"
|
|
1372
|
+
msgstr ""
|
|
1373
|
+
|
|
983
1374
|
#. Default: "Sub Nationals:"
|
|
984
1375
|
#: helpers/ContentMetadata
|
|
985
1376
|
msgid "Sub Nationals:"
|
|
@@ -996,11 +1387,21 @@ msgstr "Subnationalt eller lokalt"
|
|
|
996
1387
|
msgid "Success and limiting factors"
|
|
997
1388
|
msgstr "Succes og begrænsende faktorer"
|
|
998
1389
|
|
|
1390
|
+
#. Default: "Supports ≥1 adaptation cycle step"
|
|
1391
|
+
#: components/theme/Views/ExtendedToolView
|
|
1392
|
+
msgid "Supports ≥1 adaptation cycle step"
|
|
1393
|
+
msgstr ""
|
|
1394
|
+
|
|
999
1395
|
#. Default: "Technological options"
|
|
1000
1396
|
#: messages
|
|
1001
1397
|
msgid "Technological options"
|
|
1002
1398
|
msgstr "Teknologiske muligheder"
|
|
1003
1399
|
|
|
1400
|
+
#. Default: "Temporality of data"
|
|
1401
|
+
#: components/theme/Views/ExtendedToolView
|
|
1402
|
+
msgid "Temporality of data"
|
|
1403
|
+
msgstr ""
|
|
1404
|
+
|
|
1004
1405
|
#. Default: "The Adaptation Support Tool - Getting started"
|
|
1005
1406
|
#: components/theme/ASTNavigation/ASTAccordion
|
|
1006
1407
|
msgid "The Adaptation Support Tool - Getting started"
|
|
@@ -1021,16 +1422,51 @@ msgstr "Datoen refererer til den seneste dato for udgivelsen af varen"
|
|
|
1021
1422
|
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"
|
|
1022
1423
|
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"
|
|
1023
1424
|
|
|
1425
|
+
#. Default: "The selected tools could not be loaded. Return to the Navigator Catalogue and select them again."
|
|
1426
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
1427
|
+
msgid "The selected tools could not be loaded. Return to the Navigator Catalogue and select them again."
|
|
1428
|
+
msgstr ""
|
|
1429
|
+
|
|
1430
|
+
#. Default: "The steps follows the Climate-ADAPT Adaptation Support Tool cycle. Pick the stage(s) you need support for - we keep tools that help at thor points in the process."
|
|
1431
|
+
#: search/navigator_guide/guideSteps
|
|
1432
|
+
msgid "The steps follows the Climate-ADAPT Adaptation Support Tool cycle. Pick the stage(s) you need support for - we keep tools that help at thor points in the process."
|
|
1433
|
+
msgstr ""
|
|
1434
|
+
|
|
1435
|
+
#. Default: "These items will have broken links"
|
|
1436
|
+
#: components/manage/Workflow/WorkflowLinkIntegrityModal
|
|
1437
|
+
msgid "These items will have broken links"
|
|
1438
|
+
msgstr ""
|
|
1439
|
+
|
|
1024
1440
|
#. Default: "This object has been archived because its content is outdated. You can still access it as legacy."
|
|
1025
1441
|
#: components/theme/PortalMessage/PortalMessage
|
|
1026
1442
|
msgid "This object has been archived because its content is outdated. You can still access it as legacy."
|
|
1027
1443
|
msgstr "Dette objekt er blevet arkiveret, fordi dets indhold er forældet. Du kan stadig få adgang til det som legacy."
|
|
1028
1444
|
|
|
1445
|
+
#. Default: "Title a-z"
|
|
1446
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1447
|
+
msgid "Title a-z"
|
|
1448
|
+
msgstr ""
|
|
1449
|
+
|
|
1450
|
+
#. Default: "Title z-a"
|
|
1451
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueContentView
|
|
1452
|
+
msgid "Title z-a"
|
|
1453
|
+
msgstr ""
|
|
1454
|
+
|
|
1029
1455
|
#. Default: "Tool"
|
|
1030
1456
|
#: messages
|
|
1031
1457
|
msgid "Tool"
|
|
1032
1458
|
msgstr "Værktøj"
|
|
1033
1459
|
|
|
1460
|
+
#. Default: "Tool provider"
|
|
1461
|
+
#: components/theme/Views/ExtendedToolView
|
|
1462
|
+
msgid "Tool provider"
|
|
1463
|
+
msgstr ""
|
|
1464
|
+
|
|
1465
|
+
#. Default: "Tool validation use"
|
|
1466
|
+
#: components/theme/Views/ExtendedToolView
|
|
1467
|
+
msgid "Tool validation use"
|
|
1468
|
+
msgstr ""
|
|
1469
|
+
|
|
1034
1470
|
#. Default: "Topics:"
|
|
1035
1471
|
#: components/Result/ClusterHorizontalCardItem
|
|
1036
1472
|
#: components/Result/HealthHorizontalCardItem
|
|
@@ -1042,17 +1478,52 @@ msgstr "Emner:"
|
|
|
1042
1478
|
msgid "Transnational regions"
|
|
1043
1479
|
msgstr "Transnationale regioner"
|
|
1044
1480
|
|
|
1481
|
+
#. Default: "Type"
|
|
1482
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1483
|
+
msgid "Type"
|
|
1484
|
+
msgstr ""
|
|
1485
|
+
|
|
1486
|
+
#. Default: "Type of Data"
|
|
1487
|
+
#: search/navigator_catalogue/facets
|
|
1488
|
+
msgid "Type of Data"
|
|
1489
|
+
msgstr ""
|
|
1490
|
+
|
|
1491
|
+
#. Default: "Type of Outputs"
|
|
1492
|
+
#: search/navigator_catalogue/facets
|
|
1493
|
+
msgid "Type of Outputs"
|
|
1494
|
+
msgstr ""
|
|
1495
|
+
|
|
1496
|
+
#. Default: "Type of data"
|
|
1497
|
+
#: components/theme/Views/ExtendedToolView
|
|
1498
|
+
msgid "Type of data"
|
|
1499
|
+
msgstr ""
|
|
1500
|
+
|
|
1045
1501
|
#. Default: "Type of item"
|
|
1046
1502
|
#: search/common
|
|
1047
1503
|
#: search/mission_all/facets-all
|
|
1048
1504
|
msgid "Type of item"
|
|
1049
1505
|
msgstr "Varetype"
|
|
1050
1506
|
|
|
1507
|
+
#. Default: "Type of outputs"
|
|
1508
|
+
#: components/theme/Views/ExtendedToolView
|
|
1509
|
+
msgid "Type of outputs"
|
|
1510
|
+
msgstr ""
|
|
1511
|
+
|
|
1051
1512
|
#. Default: "Types"
|
|
1052
1513
|
#: messages
|
|
1053
1514
|
msgid "Types"
|
|
1054
1515
|
msgstr "Typer"
|
|
1055
1516
|
|
|
1517
|
+
#. Default: "Underlying data maintenance"
|
|
1518
|
+
#: components/theme/Views/ExtendedToolView
|
|
1519
|
+
msgid "Underlying data maintenance"
|
|
1520
|
+
msgstr ""
|
|
1521
|
+
|
|
1522
|
+
#. Default: "Updating cycle of the tool"
|
|
1523
|
+
#: components/theme/Views/ExtendedToolView
|
|
1524
|
+
msgid "Updating cycle of the tool"
|
|
1525
|
+
msgstr ""
|
|
1526
|
+
|
|
1056
1527
|
#. Default: "Updating notes"
|
|
1057
1528
|
#: components/theme/Views/CaseStudyView
|
|
1058
1529
|
msgid "Updating notes"
|
|
@@ -1063,11 +1534,31 @@ msgstr "Opdatering af noter"
|
|
|
1063
1534
|
msgid "Uploading image"
|
|
1064
1535
|
msgstr ""
|
|
1065
1536
|
|
|
1537
|
+
#. Default: "Usability"
|
|
1538
|
+
#: components/theme/CompareTools/CompareToolsView
|
|
1539
|
+
msgid "Usability"
|
|
1540
|
+
msgstr ""
|
|
1541
|
+
|
|
1542
|
+
#. Default: "User Groups"
|
|
1543
|
+
#: search/navigator_catalogue/facets
|
|
1544
|
+
msgid "User Groups"
|
|
1545
|
+
msgstr ""
|
|
1546
|
+
|
|
1066
1547
|
#. Default: "User requirements"
|
|
1067
1548
|
#: search/mission_tools/facets-tools
|
|
1068
1549
|
msgid "User requirements"
|
|
1069
1550
|
msgstr "Brugerkrav"
|
|
1070
1551
|
|
|
1552
|
+
#. Default: "User support provisions"
|
|
1553
|
+
#: components/theme/Views/ExtendedToolView
|
|
1554
|
+
msgid "User support provisions"
|
|
1555
|
+
msgstr ""
|
|
1556
|
+
|
|
1557
|
+
#. Default: "Versions"
|
|
1558
|
+
#: components/theme/Views/VersionsGroup
|
|
1559
|
+
msgid "Versions"
|
|
1560
|
+
msgstr ""
|
|
1561
|
+
|
|
1071
1562
|
#. Default: "Videos and podcasts"
|
|
1072
1563
|
#: search/vocabulary
|
|
1073
1564
|
msgid "Video"
|
|
@@ -1083,11 +1574,26 @@ msgstr "Videoer og podcasts"
|
|
|
1083
1574
|
msgid "View all contributions in the resource catalogue"
|
|
1084
1575
|
msgstr "Se alle bidrag i ressourcekataloget"
|
|
1085
1576
|
|
|
1577
|
+
#. Default: "View latest version"
|
|
1578
|
+
#: components/theme/Views/ArchivedVersionNotice
|
|
1579
|
+
msgid "View latest version"
|
|
1580
|
+
msgstr ""
|
|
1581
|
+
|
|
1582
|
+
#. Default: "View tool"
|
|
1583
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1584
|
+
msgid "View tool"
|
|
1585
|
+
msgstr ""
|
|
1586
|
+
|
|
1086
1587
|
#. Default: "Visit external website"
|
|
1087
1588
|
#: helpers/Utils
|
|
1088
1589
|
msgid "Visit external website"
|
|
1089
1590
|
msgstr "Besøg ekstern hjemmeside"
|
|
1090
1591
|
|
|
1592
|
+
#. Default: "Warning: Potential broken links"
|
|
1593
|
+
#: components/manage/Workflow/WorkflowLinkIntegrityModal
|
|
1594
|
+
msgid "Warning: Potential broken links"
|
|
1595
|
+
msgstr ""
|
|
1596
|
+
|
|
1091
1597
|
#. Default: "Web"
|
|
1092
1598
|
#: helpers/Utils
|
|
1093
1599
|
msgid "Web"
|
|
@@ -1109,6 +1615,16 @@ msgstr "Hjemmesider"
|
|
|
1109
1615
|
msgid "Websites:"
|
|
1110
1616
|
msgstr "Websites:"
|
|
1111
1617
|
|
|
1618
|
+
#. Default: "What sectors does your work focus on?"
|
|
1619
|
+
#: search/navigator_guide/guideSteps
|
|
1620
|
+
msgid "What sectors does your work focus on?"
|
|
1621
|
+
msgstr ""
|
|
1622
|
+
|
|
1623
|
+
#. Default: "What stage of the adaptation stage are you working on?"
|
|
1624
|
+
#: search/navigator_guide/guideSteps
|
|
1625
|
+
msgid "What stage of the adaptation stage are you working on?"
|
|
1626
|
+
msgstr ""
|
|
1627
|
+
|
|
1112
1628
|
#. Default: "When"
|
|
1113
1629
|
#: helpers/Utils
|
|
1114
1630
|
msgid "When"
|
|
@@ -1119,6 +1635,26 @@ msgstr "Når"
|
|
|
1119
1635
|
msgid "Where"
|
|
1120
1636
|
msgstr "Hvor"
|
|
1121
1637
|
|
|
1638
|
+
#. Default: "Which climate hazard are you addressing?"
|
|
1639
|
+
#: search/navigator_guide/guideSteps
|
|
1640
|
+
msgid "Which climate hazard are you addressing?"
|
|
1641
|
+
msgstr ""
|
|
1642
|
+
|
|
1643
|
+
#. Default: "Which spatial coverage do you need?"
|
|
1644
|
+
#: search/navigator_guide/guideSteps
|
|
1645
|
+
msgid "Which spatial coverage do you need?"
|
|
1646
|
+
msgstr ""
|
|
1647
|
+
|
|
1648
|
+
#. Default: "YES"
|
|
1649
|
+
#: components/theme/Views/ExtendedToolView
|
|
1650
|
+
msgid "YES"
|
|
1651
|
+
msgstr ""
|
|
1652
|
+
|
|
1653
|
+
#. Default: "You are viewing an archived version."
|
|
1654
|
+
#: components/theme/Views/ArchivedVersionNotice
|
|
1655
|
+
msgid "You are viewing an archived version."
|
|
1656
|
+
msgstr ""
|
|
1657
|
+
|
|
1122
1658
|
#. Default: "Machine translation can give you a basic idea of the content in a language you understand. It is fully automated and involves no human intervention. The quality and accuracy of machine translation can vary significantly from one text to another and between different language pairs. The European Commission does not guarantee the accuracy and accepts no liability for possible errors. Some content (such as images, videos, files, etc.) may not be translated due to the technical limitations of the system."
|
|
1123
1659
|
#: components/theme/TranslationDisclaimer/TranslationInfo
|
|
1124
1660
|
msgid "exclusion_of_liability.desciption"
|
|
@@ -1154,6 +1690,21 @@ msgstr "Ansvarsfraskrivelse"
|
|
|
1154
1690
|
msgid "imageImportFailed"
|
|
1155
1691
|
msgstr ""
|
|
1156
1692
|
|
|
1693
|
+
#. Default: "latest"
|
|
1694
|
+
#: components/theme/Views/VersionsGroup
|
|
1695
|
+
msgid "latest"
|
|
1696
|
+
msgstr ""
|
|
1697
|
+
|
|
1698
|
+
#. Default: "Change state anyway"
|
|
1699
|
+
#: components/manage/Workflow/WorkflowLinkIntegrityModal
|
|
1700
|
+
msgid "link-integrity: Change state anyway"
|
|
1701
|
+
msgstr ""
|
|
1702
|
+
|
|
1703
|
+
#. Default: "Checking references..."
|
|
1704
|
+
#: components/manage/Workflow/WorkflowLinkIntegrityModal
|
|
1705
|
+
msgid "link-integrity: loading references"
|
|
1706
|
+
msgstr ""
|
|
1707
|
+
|
|
1157
1708
|
#. Default: "Enter a URL to an image"
|
|
1158
1709
|
#: components/theme/Widgets/ImageWidget
|
|
1159
1710
|
msgid "linkAnImage"
|
|
@@ -1169,7 +1720,32 @@ msgstr "Officielt rapporterede regeringsoplysninger er kun tilgængelige på eng
|
|
|
1169
1720
|
msgid "pickAnImage"
|
|
1170
1721
|
msgstr ""
|
|
1171
1722
|
|
|
1723
|
+
#. Default: "reference"
|
|
1724
|
+
#: components/manage/Workflow/WorkflowLinkIntegrityModal
|
|
1725
|
+
msgid "reference"
|
|
1726
|
+
msgstr ""
|
|
1727
|
+
|
|
1728
|
+
#. Default: "references"
|
|
1729
|
+
#: components/manage/Workflow/WorkflowLinkIntegrityModal
|
|
1730
|
+
msgid "references"
|
|
1731
|
+
msgstr ""
|
|
1732
|
+
|
|
1733
|
+
#. Default: "refers to"
|
|
1734
|
+
#: components/manage/Workflow/WorkflowLinkIntegrityModal
|
|
1735
|
+
msgid "refers to"
|
|
1736
|
+
msgstr ""
|
|
1737
|
+
|
|
1738
|
+
#. Default: "tools available"
|
|
1739
|
+
#: components/Search/NavigatorCatalogue/NavigatorCatalogueMapView
|
|
1740
|
+
msgid "tools available"
|
|
1741
|
+
msgstr ""
|
|
1742
|
+
|
|
1172
1743
|
#. Default: "Upload an image from your computer"
|
|
1173
1744
|
#: components/theme/Widgets/ImageWidget
|
|
1174
1745
|
msgid "uploadAnImage"
|
|
1175
1746
|
msgstr ""
|
|
1747
|
+
|
|
1748
|
+
#. Default: "{count, plural, one {tool matches} other {tools match}}"
|
|
1749
|
+
#: components/Search/NavigatorGuide/NavigatorGuideContentView
|
|
1750
|
+
msgid "{count, plural, one {tool matches} other {tools match}}"
|
|
1751
|
+
msgstr ""
|