@eeacms/volto-cca-policy 0.2.67 → 0.2.68
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 +14 -0
- package/locales/bg/LC_MESSAGES/volto.po +26 -75
- package/locales/cs/LC_MESSAGES/volto.po +26 -75
- package/locales/de/LC_MESSAGES/volto.po +26 -74
- package/locales/eea.climateadapt.pot +0 -29
- package/locales/en/LC_MESSAGES/volto.po +25 -73
- package/locales/es/LC_MESSAGES/volto.po +26 -74
- package/locales/et/LC_MESSAGES/volto.po +26 -75
- package/locales/fi/LC_MESSAGES/volto.po +26 -75
- package/locales/fr/LC_MESSAGES/volto.po +26 -74
- package/locales/ga/LC_MESSAGES/volto.po +26 -75
- package/locales/hr/LC_MESSAGES/volto.po +26 -75
- package/locales/hu/LC_MESSAGES/volto.po +26 -75
- package/locales/it/LC_MESSAGES/volto.po +26 -74
- package/locales/lt/LC_MESSAGES/volto.po +26 -75
- package/locales/nl/LC_MESSAGES/volto.po +26 -75
- package/locales/pl/LC_MESSAGES/volto.po +26 -74
- package/locales/pt/LC_MESSAGES/volto.po +26 -75
- package/locales/ro/LC_MESSAGES/volto.po +26 -75
- package/locales/sl/LC_MESSAGES/volto.po +26 -75
- package/locales/volto.pot +26 -74
- package/package.json +1 -1
- package/src/components/theme/Views/AdaptationOptionView.jsx +8 -8
- package/src/components/theme/Views/CaseStudyView.jsx +43 -23
- package/src/components/theme/Widgets/GeolocationWidget.jsx +3 -3
- package/theme/globals/views.less +9 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,20 @@ 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.2.68](https://github.com/eea/volto-cca-policy/compare/0.2.67...0.2.68) - 26 September 2024
|
|
8
|
+
|
|
9
|
+
#### :bug: Bug Fixes
|
|
10
|
+
|
|
11
|
+
- fix: use semantic button [kreafox - [`64b9c0a`](https://github.com/eea/volto-cca-policy/commit/64b9c0a4daae64ca6caa294810c504f24d4bbbdd)]
|
|
12
|
+
|
|
13
|
+
#### :nail_care: Enhancements
|
|
14
|
+
|
|
15
|
+
- change(view): add new field to case study view - refs #277447 [kreafox - [`153f03f`](https://github.com/eea/volto-cca-policy/commit/153f03f88d1743f9603c960d2d05c8f242309963)]
|
|
16
|
+
- change(view): add new field to case study view - refs #277447 [kreafox - [`9afbcf5`](https://github.com/eea/volto-cca-policy/commit/9afbcf5a33565a2480cd20201391311e824d0cb1)]
|
|
17
|
+
|
|
18
|
+
#### :hammer_and_wrench: Others
|
|
19
|
+
|
|
20
|
+
- core: i18n - refs #277447 [kreafox - [`9eb9840`](https://github.com/eea/volto-cca-policy/commit/9eb98400ac9d36eb34c3666ce48812b91ff7ad87)]
|
|
7
21
|
### [0.2.67](https://github.com/eea/volto-cca-policy/compare/0.2.66...0.2.67) - 24 September 2024
|
|
8
22
|
|
|
9
23
|
#### :house: Internal changes
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
#.
|
|
2
1
|
msgid ""
|
|
3
2
|
msgstr ""
|
|
4
3
|
"Project-Id-Version: \n"
|
|
@@ -17,11 +16,6 @@ msgstr ""
|
|
|
17
16
|
msgid "A background document for the event is available"
|
|
18
17
|
msgstr ""
|
|
19
18
|
|
|
20
|
-
#. Default: "Adaptation Approaches"
|
|
21
|
-
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
22
|
-
msgid "Adaptation Approaches"
|
|
23
|
-
msgstr ""
|
|
24
|
-
|
|
25
19
|
#. Default: "Adaptation Approaches:"
|
|
26
20
|
#: helpers/ContentMetadata
|
|
27
21
|
msgid "Adaptation Approaches:"
|
|
@@ -37,6 +31,11 @@ msgstr "Подробности за адаптирането"
|
|
|
37
31
|
msgid "Adaptation Options Implemented In This Case"
|
|
38
32
|
msgstr "Опции за адаптация, приложени в този случай"
|
|
39
33
|
|
|
34
|
+
#. Default: "Adaptation approaches"
|
|
35
|
+
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
36
|
+
msgid "Adaptation approaches"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
40
39
|
#. Default: "Adaptation options"
|
|
41
40
|
#: components/manage/Blocks/CaseStudyExplorer/FeatureDisplay
|
|
42
41
|
msgid "Adaptation options"
|
|
@@ -114,11 +113,6 @@ msgstr "Категория"
|
|
|
114
113
|
msgid "Challenges"
|
|
115
114
|
msgstr "Предизвикателства"
|
|
116
115
|
|
|
117
|
-
#. Default: "Choices"
|
|
118
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
119
|
-
msgid "Choices"
|
|
120
|
-
msgstr "Избори"
|
|
121
|
-
|
|
122
116
|
#. Default: "Choose a region"
|
|
123
117
|
#: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
|
|
124
118
|
msgid "Choose a region"
|
|
@@ -135,7 +129,6 @@ msgid "City:"
|
|
|
135
129
|
msgstr "Град:"
|
|
136
130
|
|
|
137
131
|
#. Default: "Climate impact"
|
|
138
|
-
#: components/manage/Blocks/FilterAceContent/FilterAceContentView copy
|
|
139
132
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
140
133
|
msgid "Climate impact"
|
|
141
134
|
msgstr "Въздействие върху климата"
|
|
@@ -161,11 +154,6 @@ msgstr "Climate-ADAPT казуси"
|
|
|
161
154
|
msgid "Climate-ADAPT page for this event"
|
|
162
155
|
msgstr "Страница на Climate-ADAPT за това събитие"
|
|
163
156
|
|
|
164
|
-
#. Default: "Close"
|
|
165
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
166
|
-
msgid "Close"
|
|
167
|
-
msgstr "Затваряне"
|
|
168
|
-
|
|
169
157
|
#. Default: "Contact"
|
|
170
158
|
#: components/theme/Views/CaseStudyView
|
|
171
159
|
#: components/theme/Views/CcaEventView
|
|
@@ -182,10 +170,10 @@ msgstr "Информация за връзка с Обсерваторията"
|
|
|
182
170
|
msgid "Contributor:"
|
|
183
171
|
msgstr "Сътрудник:"
|
|
184
172
|
|
|
185
|
-
#. Default: "Costs and
|
|
173
|
+
#. Default: "Costs and benefits"
|
|
186
174
|
#: components/theme/Views/AdaptationOptionView
|
|
187
175
|
#: components/theme/Views/CaseStudyView
|
|
188
|
-
msgid "Costs and
|
|
176
|
+
msgid "Costs and benefits"
|
|
189
177
|
msgstr "Разходи и ползи"
|
|
190
178
|
|
|
191
179
|
#. Default: "Countries:"
|
|
@@ -213,13 +201,7 @@ msgstr "Дата на освобождаване:"
|
|
|
213
201
|
msgid "Dec"
|
|
214
202
|
msgstr "дек"
|
|
215
203
|
|
|
216
|
-
#. Default: "Default"
|
|
217
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
218
|
-
msgid "Default"
|
|
219
|
-
msgstr "По подразбиране"
|
|
220
|
-
|
|
221
204
|
#. Default: "Description"
|
|
222
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
223
205
|
#: helpers/Utils
|
|
224
206
|
msgid "Description"
|
|
225
207
|
msgstr "Описание"
|
|
@@ -235,7 +217,6 @@ msgid "Documents"
|
|
|
235
217
|
msgstr "Документи"
|
|
236
218
|
|
|
237
219
|
#. Default: "Download Event"
|
|
238
|
-
#: components/theme/Views/EventView
|
|
239
220
|
#: helpers/Utils
|
|
240
221
|
msgid "Download Event"
|
|
241
222
|
msgstr "Изтегляне на събитие"
|
|
@@ -246,7 +227,6 @@ msgid "Download the detailed agenda"
|
|
|
246
227
|
msgstr ""
|
|
247
228
|
|
|
248
229
|
#. Default: "Download this event in iCal format"
|
|
249
|
-
#: components/theme/Views/EventView
|
|
250
230
|
#: helpers/Utils
|
|
251
231
|
msgid "Download this event in iCal format"
|
|
252
232
|
msgstr "Изтеглете това събитие във формат iCal"
|
|
@@ -331,10 +311,10 @@ msgstr "Категории на Междуправителствения ком
|
|
|
331
311
|
msgid "If you have any further questions you can contact"
|
|
332
312
|
msgstr "Ако имате допълнителни въпроси, можете да се свържете с"
|
|
333
313
|
|
|
334
|
-
#. Default: "Implementation
|
|
314
|
+
#. Default: "Implementation time"
|
|
335
315
|
#: components/theme/Views/AdaptationOptionView
|
|
336
316
|
#: components/theme/Views/CaseStudyView
|
|
337
|
-
msgid "Implementation
|
|
317
|
+
msgid "Implementation time"
|
|
338
318
|
msgstr "Време за изпълнение"
|
|
339
319
|
|
|
340
320
|
#. Default: "Importance and Relevance of Adaptation"
|
|
@@ -407,16 +387,16 @@ msgstr "Последна промяна в Climate-ADAPT"
|
|
|
407
387
|
msgid "Lead"
|
|
408
388
|
msgstr "Водещ"
|
|
409
389
|
|
|
410
|
-
#. Default: "Legal
|
|
390
|
+
#. Default: "Legal aspects"
|
|
411
391
|
#: components/theme/Views/AdaptationOptionView
|
|
412
392
|
#: components/theme/Views/CaseStudyView
|
|
413
|
-
msgid "Legal
|
|
393
|
+
msgid "Legal aspects"
|
|
414
394
|
msgstr "Правни аспекти"
|
|
415
395
|
|
|
416
|
-
#. Default: "
|
|
396
|
+
#. Default: "Lifetime"
|
|
417
397
|
#: components/theme/Views/AdaptationOptionView
|
|
418
398
|
#: components/theme/Views/CaseStudyView
|
|
419
|
-
msgid "
|
|
399
|
+
msgid "Lifetime"
|
|
420
400
|
msgstr "Време на живот"
|
|
421
401
|
|
|
422
402
|
#. Default: "Links to further information"
|
|
@@ -459,29 +439,19 @@ msgstr "Няма HHAP"
|
|
|
459
439
|
msgid "No information"
|
|
460
440
|
msgstr "Няма информация"
|
|
461
441
|
|
|
462
|
-
#. Default: "No options"
|
|
463
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
464
|
-
msgid "No options"
|
|
465
|
-
msgstr "Няма опции"
|
|
466
|
-
|
|
467
442
|
#. Default: "No results"
|
|
468
443
|
#: components/manage/Blocks/SearchAceContent/SearchAceContentView
|
|
469
444
|
msgid "No results"
|
|
470
445
|
msgstr "Няма резултати"
|
|
471
446
|
|
|
472
|
-
#. Default: "No value"
|
|
473
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
474
|
-
msgid "No value"
|
|
475
|
-
msgstr "Няма стойност"
|
|
476
|
-
|
|
477
447
|
#. Default: "Nov"
|
|
478
448
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
479
449
|
msgid "Nov"
|
|
480
450
|
msgstr "ноември"
|
|
481
451
|
|
|
482
|
-
#. Default: "Objectives"
|
|
452
|
+
#. Default: "Objectives of the adaptation measure"
|
|
483
453
|
#: components/theme/Views/CaseStudyView
|
|
484
|
-
msgid "Objectives"
|
|
454
|
+
msgid "Objectives of the adaptation measure"
|
|
485
455
|
msgstr "Цели"
|
|
486
456
|
|
|
487
457
|
#. Default: "Observatory Contributions:"
|
|
@@ -519,6 +489,11 @@ msgstr "Участие"
|
|
|
519
489
|
msgid "Partners"
|
|
520
490
|
msgstr "Партньори"
|
|
521
491
|
|
|
492
|
+
#. Default: "Policy and legal background"
|
|
493
|
+
#: components/theme/Views/CaseStudyView
|
|
494
|
+
msgid "Policy and legal background"
|
|
495
|
+
msgstr ""
|
|
496
|
+
|
|
522
497
|
#. Default: "Practical information"
|
|
523
498
|
#: components/theme/Views/CcaEventView
|
|
524
499
|
msgid "Practical information"
|
|
@@ -581,18 +556,12 @@ msgstr "Свързани документи и презентации"
|
|
|
581
556
|
msgid "Relevance"
|
|
582
557
|
msgstr "Целесъобразност"
|
|
583
558
|
|
|
584
|
-
#. Default: "Required"
|
|
585
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
586
|
-
msgid "Required"
|
|
587
|
-
msgstr "Изисква се"
|
|
588
|
-
|
|
589
559
|
#. Default: "Sa"
|
|
590
560
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
591
561
|
msgid "Sa"
|
|
592
562
|
msgstr "Са"
|
|
593
563
|
|
|
594
564
|
#. Default: "Sector"
|
|
595
|
-
#: components/manage/Blocks/FilterAceContent/FilterAceContentView copy
|
|
596
565
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
597
566
|
msgid "Sector"
|
|
598
567
|
msgstr "Сектор"
|
|
@@ -623,11 +592,6 @@ msgstr "Вижте видео извън Climate-ADAPT"
|
|
|
623
592
|
msgid "Select"
|
|
624
593
|
msgstr ""
|
|
625
594
|
|
|
626
|
-
#. Default: "Select…"
|
|
627
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
628
|
-
msgid "Select…"
|
|
629
|
-
msgstr "Изберете..."
|
|
630
|
-
|
|
631
595
|
#. Default: "Sep"
|
|
632
596
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
633
597
|
msgid "Sep"
|
|
@@ -636,15 +600,9 @@ msgstr "Сеп"
|
|
|
636
600
|
#. Default: "Share your information"
|
|
637
601
|
#: components/manage/Blocks/SearchAceContent/SearchAceContentView
|
|
638
602
|
#: components/theme/ShareInfoButton/ShareInfoButton
|
|
639
|
-
#: helpers/ShareInfo
|
|
640
603
|
msgid "Share your information"
|
|
641
604
|
msgstr "Споделяне на вашата информация"
|
|
642
605
|
|
|
643
|
-
#. Default: "Short Name"
|
|
644
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
645
|
-
msgid "Short Name"
|
|
646
|
-
msgstr "Кратко име"
|
|
647
|
-
|
|
648
606
|
#. Default: "Solutions"
|
|
649
607
|
#: components/theme/Views/CaseStudyView
|
|
650
608
|
msgid "Solutions"
|
|
@@ -683,10 +641,10 @@ msgstr "Граждани на поднационално равнище:"
|
|
|
683
641
|
msgid "Subnational or local"
|
|
684
642
|
msgstr "Поднационално или местно"
|
|
685
643
|
|
|
686
|
-
#. Default: "Success and
|
|
644
|
+
#. Default: "Success and limiting factors"
|
|
687
645
|
#: components/theme/Views/AdaptationOptionView
|
|
688
646
|
#: components/theme/Views/CaseStudyView
|
|
689
|
-
msgid "Success and
|
|
647
|
+
msgid "Success and limiting factors"
|
|
690
648
|
msgstr "Успехът и ограничаващите фактори"
|
|
691
649
|
|
|
692
650
|
#. Default: "Th"
|
|
@@ -714,20 +672,15 @@ msgstr "Датата се отнася до най-късната дата на
|
|
|
714
672
|
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"
|
|
715
673
|
msgstr "Датата се отнася до момента, в който елементът е изготвен или актуализиран от допринасящи експерти, които трябва да бъдат представени за публикуване в Climate ADAPT."
|
|
716
674
|
|
|
717
|
-
#. Default: "Title"
|
|
718
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
719
|
-
msgid "Title"
|
|
720
|
-
msgstr "Заглавие"
|
|
721
|
-
|
|
722
675
|
#. Default: "Tu"
|
|
723
676
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
724
677
|
msgid "Tu"
|
|
725
678
|
msgstr "Ту"
|
|
726
679
|
|
|
727
|
-
#. Default: "
|
|
728
|
-
#: components/
|
|
729
|
-
msgid "
|
|
730
|
-
msgstr "
|
|
680
|
+
#. Default: "Updating notes"
|
|
681
|
+
#: components/theme/Views/CaseStudyView
|
|
682
|
+
msgid "Updating notes"
|
|
683
|
+
msgstr ""
|
|
731
684
|
|
|
732
685
|
#. Default: "View all contributions in the resource catalogue"
|
|
733
686
|
#: helpers/Utils
|
|
@@ -735,7 +688,6 @@ msgid "View all contributions in the resource catalogue"
|
|
|
735
688
|
msgstr "Преглед на всички приноси в каталога на ресурсите"
|
|
736
689
|
|
|
737
690
|
#. Default: "Visit external website"
|
|
738
|
-
#: components/theme/Views/EventView
|
|
739
691
|
#: helpers/Utils
|
|
740
692
|
msgid "Visit external website"
|
|
741
693
|
msgstr "Посетете външния уебсайт"
|
|
@@ -746,7 +698,6 @@ msgid "We"
|
|
|
746
698
|
msgstr "Ние"
|
|
747
699
|
|
|
748
700
|
#. Default: "Web"
|
|
749
|
-
#: components/theme/Views/EventView
|
|
750
701
|
#: helpers/Utils
|
|
751
702
|
msgid "Web"
|
|
752
703
|
msgstr "Уеб"
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
#.
|
|
2
1
|
msgid ""
|
|
3
2
|
msgstr ""
|
|
4
3
|
"Project-Id-Version: \n"
|
|
@@ -17,11 +16,6 @@ msgstr ""
|
|
|
17
16
|
msgid "A background document for the event is available"
|
|
18
17
|
msgstr ""
|
|
19
18
|
|
|
20
|
-
#. Default: "Adaptation Approaches"
|
|
21
|
-
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
22
|
-
msgid "Adaptation Approaches"
|
|
23
|
-
msgstr ""
|
|
24
|
-
|
|
25
19
|
#. Default: "Adaptation Approaches:"
|
|
26
20
|
#: helpers/ContentMetadata
|
|
27
21
|
msgid "Adaptation Approaches:"
|
|
@@ -37,6 +31,11 @@ msgstr "Podrobnosti o přizpůsobení"
|
|
|
37
31
|
msgid "Adaptation Options Implemented In This Case"
|
|
38
32
|
msgstr "Možnosti přizpůsobení realizované v tomto případě"
|
|
39
33
|
|
|
34
|
+
#. Default: "Adaptation approaches"
|
|
35
|
+
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
36
|
+
msgid "Adaptation approaches"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
40
39
|
#. Default: "Adaptation options"
|
|
41
40
|
#: components/manage/Blocks/CaseStudyExplorer/FeatureDisplay
|
|
42
41
|
msgid "Adaptation options"
|
|
@@ -114,11 +113,6 @@ msgstr "Kategorie"
|
|
|
114
113
|
msgid "Challenges"
|
|
115
114
|
msgstr "Výzvy"
|
|
116
115
|
|
|
117
|
-
#. Default: "Choices"
|
|
118
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
119
|
-
msgid "Choices"
|
|
120
|
-
msgstr "Volby"
|
|
121
|
-
|
|
122
116
|
#. Default: "Choose a region"
|
|
123
117
|
#: components/manage/Blocks/TransRegionSelect/TransRegionSelectView
|
|
124
118
|
msgid "Choose a region"
|
|
@@ -135,7 +129,6 @@ msgid "City:"
|
|
|
135
129
|
msgstr "Město:"
|
|
136
130
|
|
|
137
131
|
#. Default: "Climate impact"
|
|
138
|
-
#: components/manage/Blocks/FilterAceContent/FilterAceContentView copy
|
|
139
132
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
140
133
|
msgid "Climate impact"
|
|
141
134
|
msgstr "Dopad na klima"
|
|
@@ -161,11 +154,6 @@ msgstr "Případové studie Climate-ADAPT"
|
|
|
161
154
|
msgid "Climate-ADAPT page for this event"
|
|
162
155
|
msgstr "Climate-ADAPT stránka pro tuto událost"
|
|
163
156
|
|
|
164
|
-
#. Default: "Close"
|
|
165
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
166
|
-
msgid "Close"
|
|
167
|
-
msgstr "Zavřít"
|
|
168
|
-
|
|
169
157
|
#. Default: "Contact"
|
|
170
158
|
#: components/theme/Views/CaseStudyView
|
|
171
159
|
#: components/theme/Views/CcaEventView
|
|
@@ -182,10 +170,10 @@ msgstr "Kontaktní údaje observatoře"
|
|
|
182
170
|
msgid "Contributor:"
|
|
183
171
|
msgstr "Přispěvatel:"
|
|
184
172
|
|
|
185
|
-
#. Default: "Costs and
|
|
173
|
+
#. Default: "Costs and benefits"
|
|
186
174
|
#: components/theme/Views/AdaptationOptionView
|
|
187
175
|
#: components/theme/Views/CaseStudyView
|
|
188
|
-
msgid "Costs and
|
|
176
|
+
msgid "Costs and benefits"
|
|
189
177
|
msgstr "Náklady a přínosy"
|
|
190
178
|
|
|
191
179
|
#. Default: "Countries:"
|
|
@@ -213,13 +201,7 @@ msgstr "Datum vydání:"
|
|
|
213
201
|
msgid "Dec"
|
|
214
202
|
msgstr "DEC"
|
|
215
203
|
|
|
216
|
-
#. Default: "Default"
|
|
217
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
218
|
-
msgid "Default"
|
|
219
|
-
msgstr "Výchozí hodnota"
|
|
220
|
-
|
|
221
204
|
#. Default: "Description"
|
|
222
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
223
205
|
#: helpers/Utils
|
|
224
206
|
msgid "Description"
|
|
225
207
|
msgstr "Popis"
|
|
@@ -235,7 +217,6 @@ msgid "Documents"
|
|
|
235
217
|
msgstr "Dokumenty"
|
|
236
218
|
|
|
237
219
|
#. Default: "Download Event"
|
|
238
|
-
#: components/theme/Views/EventView
|
|
239
220
|
#: helpers/Utils
|
|
240
221
|
msgid "Download Event"
|
|
241
222
|
msgstr "Událost ke stažení"
|
|
@@ -246,7 +227,6 @@ msgid "Download the detailed agenda"
|
|
|
246
227
|
msgstr ""
|
|
247
228
|
|
|
248
229
|
#. Default: "Download this event in iCal format"
|
|
249
|
-
#: components/theme/Views/EventView
|
|
250
230
|
#: helpers/Utils
|
|
251
231
|
msgid "Download this event in iCal format"
|
|
252
232
|
msgstr "Stáhněte si tuto událost ve formátu iCal"
|
|
@@ -331,10 +311,10 @@ msgstr "Kategorie IPCC"
|
|
|
331
311
|
msgid "If you have any further questions you can contact"
|
|
332
312
|
msgstr "Máte-li jakékoli další dotazy, můžete se obrátit na"
|
|
333
313
|
|
|
334
|
-
#. Default: "Implementation
|
|
314
|
+
#. Default: "Implementation time"
|
|
335
315
|
#: components/theme/Views/AdaptationOptionView
|
|
336
316
|
#: components/theme/Views/CaseStudyView
|
|
337
|
-
msgid "Implementation
|
|
317
|
+
msgid "Implementation time"
|
|
338
318
|
msgstr "Doba realizace"
|
|
339
319
|
|
|
340
320
|
#. Default: "Importance and Relevance of Adaptation"
|
|
@@ -407,16 +387,16 @@ msgstr "Naposledy upraveno v Climate-ADAPT"
|
|
|
407
387
|
msgid "Lead"
|
|
408
388
|
msgstr "Olovo"
|
|
409
389
|
|
|
410
|
-
#. Default: "Legal
|
|
390
|
+
#. Default: "Legal aspects"
|
|
411
391
|
#: components/theme/Views/AdaptationOptionView
|
|
412
392
|
#: components/theme/Views/CaseStudyView
|
|
413
|
-
msgid "Legal
|
|
393
|
+
msgid "Legal aspects"
|
|
414
394
|
msgstr "Právní aspekty"
|
|
415
395
|
|
|
416
|
-
#. Default: "
|
|
396
|
+
#. Default: "Lifetime"
|
|
417
397
|
#: components/theme/Views/AdaptationOptionView
|
|
418
398
|
#: components/theme/Views/CaseStudyView
|
|
419
|
-
msgid "
|
|
399
|
+
msgid "Lifetime"
|
|
420
400
|
msgstr "Životní doba"
|
|
421
401
|
|
|
422
402
|
#. Default: "Links to further information"
|
|
@@ -459,29 +439,19 @@ msgstr "Žádný HHAP"
|
|
|
459
439
|
msgid "No information"
|
|
460
440
|
msgstr "Žádné informace"
|
|
461
441
|
|
|
462
|
-
#. Default: "No options"
|
|
463
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
464
|
-
msgid "No options"
|
|
465
|
-
msgstr "Žádné možnosti"
|
|
466
|
-
|
|
467
442
|
#. Default: "No results"
|
|
468
443
|
#: components/manage/Blocks/SearchAceContent/SearchAceContentView
|
|
469
444
|
msgid "No results"
|
|
470
445
|
msgstr "Žádné výsledky"
|
|
471
446
|
|
|
472
|
-
#. Default: "No value"
|
|
473
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
474
|
-
msgid "No value"
|
|
475
|
-
msgstr "Žádná hodnota"
|
|
476
|
-
|
|
477
447
|
#. Default: "Nov"
|
|
478
448
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
479
449
|
msgid "Nov"
|
|
480
450
|
msgstr "listopad"
|
|
481
451
|
|
|
482
|
-
#. Default: "Objectives"
|
|
452
|
+
#. Default: "Objectives of the adaptation measure"
|
|
483
453
|
#: components/theme/Views/CaseStudyView
|
|
484
|
-
msgid "Objectives"
|
|
454
|
+
msgid "Objectives of the adaptation measure"
|
|
485
455
|
msgstr "Cíle"
|
|
486
456
|
|
|
487
457
|
#. Default: "Observatory Contributions:"
|
|
@@ -519,6 +489,11 @@ msgstr "Účast"
|
|
|
519
489
|
msgid "Partners"
|
|
520
490
|
msgstr "Partneři"
|
|
521
491
|
|
|
492
|
+
#. Default: "Policy and legal background"
|
|
493
|
+
#: components/theme/Views/CaseStudyView
|
|
494
|
+
msgid "Policy and legal background"
|
|
495
|
+
msgstr ""
|
|
496
|
+
|
|
522
497
|
#. Default: "Practical information"
|
|
523
498
|
#: components/theme/Views/CcaEventView
|
|
524
499
|
msgid "Practical information"
|
|
@@ -581,18 +556,12 @@ msgstr "Související dokumenty a prezentace"
|
|
|
581
556
|
msgid "Relevance"
|
|
582
557
|
msgstr "Relevantnost"
|
|
583
558
|
|
|
584
|
-
#. Default: "Required"
|
|
585
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
586
|
-
msgid "Required"
|
|
587
|
-
msgstr "Požadováno"
|
|
588
|
-
|
|
589
559
|
#. Default: "Sa"
|
|
590
560
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
591
561
|
msgid "Sa"
|
|
592
562
|
msgstr "Sa"
|
|
593
563
|
|
|
594
564
|
#. Default: "Sector"
|
|
595
|
-
#: components/manage/Blocks/FilterAceContent/FilterAceContentView copy
|
|
596
565
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
597
566
|
msgid "Sector"
|
|
598
567
|
msgstr "Odvětví"
|
|
@@ -623,11 +592,6 @@ msgstr "Viz video mimo Climate-ADAPT"
|
|
|
623
592
|
msgid "Select"
|
|
624
593
|
msgstr ""
|
|
625
594
|
|
|
626
|
-
#. Default: "Select…"
|
|
627
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
628
|
-
msgid "Select…"
|
|
629
|
-
msgstr "Vyberte..."
|
|
630
|
-
|
|
631
595
|
#. Default: "Sep"
|
|
632
596
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
633
597
|
msgid "Sep"
|
|
@@ -636,15 +600,9 @@ msgstr "SEP"
|
|
|
636
600
|
#. Default: "Share your information"
|
|
637
601
|
#: components/manage/Blocks/SearchAceContent/SearchAceContentView
|
|
638
602
|
#: components/theme/ShareInfoButton/ShareInfoButton
|
|
639
|
-
#: helpers/ShareInfo
|
|
640
603
|
msgid "Share your information"
|
|
641
604
|
msgstr "Podělte se o své informace"
|
|
642
605
|
|
|
643
|
-
#. Default: "Short Name"
|
|
644
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
645
|
-
msgid "Short Name"
|
|
646
|
-
msgstr "Zkrácený název"
|
|
647
|
-
|
|
648
606
|
#. Default: "Solutions"
|
|
649
607
|
#: components/theme/Views/CaseStudyView
|
|
650
608
|
msgid "Solutions"
|
|
@@ -683,10 +641,10 @@ msgstr "Státní příslušníci na nižší než celostátní úrovni:"
|
|
|
683
641
|
msgid "Subnational or local"
|
|
684
642
|
msgstr "Na nižší než celostátní úrovni nebo na místní úrovni"
|
|
685
643
|
|
|
686
|
-
#. Default: "Success and
|
|
644
|
+
#. Default: "Success and limiting factors"
|
|
687
645
|
#: components/theme/Views/AdaptationOptionView
|
|
688
646
|
#: components/theme/Views/CaseStudyView
|
|
689
|
-
msgid "Success and
|
|
647
|
+
msgid "Success and limiting factors"
|
|
690
648
|
msgstr "Úspěch a limitující faktory"
|
|
691
649
|
|
|
692
650
|
#. Default: "Th"
|
|
@@ -714,20 +672,15 @@ msgstr "Datum se vztahuje k nejzazšímu datu zveřejnění daného bodu."
|
|
|
714
672
|
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"
|
|
715
673
|
msgstr "Datum se vztahuje k okamžiku, kdy přispívající odborníci připravili nebo aktualizovali položku, která má být předložena ke zveřejnění v dokumentu Climate ADAPT."
|
|
716
674
|
|
|
717
|
-
#. Default: "Title"
|
|
718
|
-
#: components/manage/Widgets/CreatableSelectWidget
|
|
719
|
-
msgid "Title"
|
|
720
|
-
msgstr "Název"
|
|
721
|
-
|
|
722
675
|
#. Default: "Tu"
|
|
723
676
|
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
724
677
|
msgid "Tu"
|
|
725
678
|
msgstr "Tu"
|
|
726
679
|
|
|
727
|
-
#. Default: "
|
|
728
|
-
#: components/
|
|
729
|
-
msgid "
|
|
730
|
-
msgstr "
|
|
680
|
+
#. Default: "Updating notes"
|
|
681
|
+
#: components/theme/Views/CaseStudyView
|
|
682
|
+
msgid "Updating notes"
|
|
683
|
+
msgstr ""
|
|
731
684
|
|
|
732
685
|
#. Default: "View all contributions in the resource catalogue"
|
|
733
686
|
#: helpers/Utils
|
|
@@ -735,7 +688,6 @@ msgid "View all contributions in the resource catalogue"
|
|
|
735
688
|
msgstr "Zobrazit všechny příspěvky v katalogu zdrojů"
|
|
736
689
|
|
|
737
690
|
#. Default: "Visit external website"
|
|
738
|
-
#: components/theme/Views/EventView
|
|
739
691
|
#: helpers/Utils
|
|
740
692
|
msgid "Visit external website"
|
|
741
693
|
msgstr "Navštivte externí webové stránky"
|
|
@@ -746,7 +698,6 @@ msgid "We"
|
|
|
746
698
|
msgstr "My"
|
|
747
699
|
|
|
748
700
|
#. Default: "Web"
|
|
749
|
-
#: components/theme/Views/EventView
|
|
750
701
|
#: helpers/Utils
|
|
751
702
|
msgid "Web"
|
|
752
703
|
msgstr "Webové stránky"
|