@eeacms/volto-cca-policy 0.3.27 → 0.3.29
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 +55 -8
- package/locales/bg/LC_MESSAGES/volto.po +53 -6
- package/locales/cs/LC_MESSAGES/volto.po +53 -6
- package/locales/da/LC_MESSAGES/volto.po +53 -6
- package/locales/de/LC_MESSAGES/volto.po +53 -5
- package/locales/eea.cca.pot +27 -0
- package/locales/el/LC_MESSAGES/volto.po +53 -6
- package/locales/en/LC_MESSAGES/volto.po +63 -5
- package/locales/es/LC_MESSAGES/volto.po +53 -5
- package/locales/et/LC_MESSAGES/volto.po +53 -6
- package/locales/fi/LC_MESSAGES/volto.po +53 -6
- package/locales/fr/LC_MESSAGES/volto.po +53 -6
- package/locales/ga/LC_MESSAGES/volto.po +53 -6
- package/locales/hr/LC_MESSAGES/volto.po +53 -6
- package/locales/hu/LC_MESSAGES/volto.po +53 -6
- package/locales/is/LC_MESSAGES/volto.po +53 -6
- package/locales/it/LC_MESSAGES/volto.po +53 -6
- package/locales/lt/LC_MESSAGES/volto.po +53 -6
- package/locales/lv/LC_MESSAGES/volto.po +53 -6
- package/locales/mt/LC_MESSAGES/volto.po +53 -6
- package/locales/nl/LC_MESSAGES/volto.po +53 -6
- package/locales/nn/LC_MESSAGES/volto.po +53 -6
- package/locales/pl/LC_MESSAGES/volto.po +53 -6
- package/locales/pt/LC_MESSAGES/volto.po +53 -6
- package/locales/ro/LC_MESSAGES/volto.po +53 -6
- package/locales/sk/LC_MESSAGES/volto.po +53 -6
- package/locales/sl/LC_MESSAGES/volto.po +53 -6
- package/locales/sv/LC_MESSAGES/volto.po +53 -6
- package/locales/volto.pot +9 -1
- package/package.json +1 -1
- package/src/components/manage/Blocks/CollectionStatistics/CollectionStatsView.jsx +5 -1
- package/src/components/manage/Blocks/CollectionStatistics/styles.less +8 -0
- package/src/components/manage/Blocks/MissionSignatoriesProfile/MissionSignatoriesProfileView.js +9 -14
- package/src/components/manage/Blocks/MissionSignatoriesProfile/MissionSignatoriesProfileView.test.jsx +31 -78
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/ActionPagesTab.jsx +94 -17
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/ActionPagesTab.test.jsx +93 -0
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/AssessmentTab.jsx +82 -67
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/AssessmentTab.test.jsx +63 -0
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/GovernanceTab.jsx +25 -16
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/GovernanceTab.test.jsx +10 -6
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/IntroductionTab.jsx +2 -4
- package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/PlanningTab.jsx +2 -8
- package/src/components/manage/Blocks/MissionSignatoriesProfile/style.less +23 -2
- package/src/components/manage/Blocks/RASTBlock/ContextNavigation.jsx +15 -10
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,61 @@ 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.3.29](https://github.com/eea/volto-cca-policy/compare/0.3.28...0.3.29) - 25 April 2025
|
|
8
|
+
|
|
9
|
+
#### :rocket: New Features
|
|
10
|
+
|
|
11
|
+
- feat: update action section view - refs #286863 [kreafox - [`742f315`](https://github.com/eea/volto-cca-policy/commit/742f315bbcbb430d1a7328a853a9c6c36e1f6cda)]
|
|
12
|
+
|
|
13
|
+
#### :bug: Bug Fixes
|
|
14
|
+
|
|
15
|
+
- fix: refactor ContextNavigation component [kreafox - [`52b51d2`](https://github.com/eea/volto-cca-policy/commit/52b51d20fc65f11676278d7c534c00635b22883b)]
|
|
16
|
+
- fix: refactor ContextNavigation component [kreafox - [`c4e484a`](https://github.com/eea/volto-cca-policy/commit/c4e484a9ffe87451d718ca3e1c54acafa7293489)]
|
|
17
|
+
|
|
18
|
+
#### :nail_care: Enhancements
|
|
19
|
+
|
|
20
|
+
- change: update sections for mission profile [kreafox - [`0970229`](https://github.com/eea/volto-cca-policy/commit/0970229def468be79eadc60096a5d4ace8a29bdc)]
|
|
21
|
+
- change: update action section view - refs #286863 [kreafox - [`5b60445`](https://github.com/eea/volto-cca-policy/commit/5b60445b10e31c68435638f71c42fb2aba2403f2)]
|
|
22
|
+
- change: update action section view - refs #286863 [kreafox - [`922b844`](https://github.com/eea/volto-cca-policy/commit/922b8449e01b801c41e753ef122c3ecf32e43e53)]
|
|
23
|
+
|
|
24
|
+
#### :house: Internal changes
|
|
25
|
+
|
|
26
|
+
- style: Automated code fix [eea-jenkins - [`8a66f93`](https://github.com/eea/volto-cca-policy/commit/8a66f93c9f993d77c1e6e24d12129bff1c3993c3)]
|
|
27
|
+
- style: Automated code fix [eea-jenkins - [`5439513`](https://github.com/eea/volto-cca-policy/commit/5439513629495812ad89df813402ea7604d57707)]
|
|
28
|
+
|
|
29
|
+
#### :hammer_and_wrench: Others
|
|
30
|
+
|
|
31
|
+
- test: add test for ActionPagesTab to increase code coverage [kreafox - [`c448505`](https://github.com/eea/volto-cca-policy/commit/c44850563a183bc2b81125496b7392c4c6fce471)]
|
|
32
|
+
- Trigger: empty commit [Tripon Eugen - [`3bd3a18`](https://github.com/eea/volto-cca-policy/commit/3bd3a18142f259cbdd0c54522254b2a31e85b14d)]
|
|
33
|
+
- Refs #286886 - try to pass sonarqube [Tripon Eugen - [`f16c978`](https://github.com/eea/volto-cca-policy/commit/f16c9784d3252f72099a067c7ef6201dc08b5688)]
|
|
34
|
+
- Refs #286886 - translations long words less update [Tripon Eugen - [`bd0b4bb`](https://github.com/eea/volto-cca-policy/commit/bd0b4bb7a1f5499efc4db98c164a84baaf5e88b0)]
|
|
35
|
+
### [0.3.28](https://github.com/eea/volto-cca-policy/compare/0.3.27...0.3.28) - 22 April 2025
|
|
36
|
+
|
|
37
|
+
#### :rocket: New Features
|
|
38
|
+
|
|
39
|
+
- feat: update assessment section view - refs #286757 [kreafox - [`1997bff`](https://github.com/eea/volto-cca-policy/commit/1997bff63788aff4c5e834bd73bef1443f4f869a)]
|
|
40
|
+
|
|
41
|
+
#### :bug: Bug Fixes
|
|
42
|
+
|
|
43
|
+
- fix: mission profile template fixes - refs #286757 [kreafox - [`583594e`](https://github.com/eea/volto-cca-policy/commit/583594e4d25bb7269037a5b7628a8f37dcd126ae)]
|
|
44
|
+
- fix: governance section - refs #285296 [kreafox - [`f34df51`](https://github.com/eea/volto-cca-policy/commit/f34df512bb82b50895b3f8ed6f83926da7c152b1)]
|
|
45
|
+
|
|
46
|
+
#### :nail_care: Enhancements
|
|
47
|
+
|
|
48
|
+
- change: update assessment section view - refs #286757 [kreafox - [`7e15434`](https://github.com/eea/volto-cca-policy/commit/7e15434972f54f5836063224ebf7fc4793de3606)]
|
|
49
|
+
- change: update planning section - refs #286151 [kreafox - [`38b8007`](https://github.com/eea/volto-cca-policy/commit/38b8007be3a6ecc88ccccbef3f6f14eec27a5e6b)]
|
|
50
|
+
|
|
51
|
+
#### :house: Internal changes
|
|
52
|
+
|
|
53
|
+
- style: Automated code fix [eea-jenkins - [`7b6b95f`](https://github.com/eea/volto-cca-policy/commit/7b6b95fcf910e33f70a7ab41bb6fbb3652dcb4ce)]
|
|
54
|
+
- style: Automated code fix [eea-jenkins - [`fc17148`](https://github.com/eea/volto-cca-policy/commit/fc17148d1e433b0990abe81b267343e36de3bd8f)]
|
|
55
|
+
|
|
56
|
+
#### :hammer_and_wrench: Others
|
|
57
|
+
|
|
58
|
+
- test: increase code coverage [kreafox - [`4bfdeaa`](https://github.com/eea/volto-cca-policy/commit/4bfdeaa37f8ce25591248ced83642acb54527053)]
|
|
59
|
+
- update tests [kreafox - [`83cf81c`](https://github.com/eea/volto-cca-policy/commit/83cf81cd58b6dc1b771b9f283e34d5b42ee7abbc)]
|
|
60
|
+
- test: update GovernanceTab test [kreafox - [`fd25e65`](https://github.com/eea/volto-cca-policy/commit/fd25e65c24838205ae5e4376a50c642f3686cb97)]
|
|
61
|
+
- update planning section - refs #285361 [kreafox - [`110f4de`](https://github.com/eea/volto-cca-policy/commit/110f4def3b73544c18f4a963e9a9c9592865333e)]
|
|
7
62
|
### [0.3.27](https://github.com/eea/volto-cca-policy/compare/0.3.26...0.3.27) - 16 April 2025
|
|
8
63
|
|
|
9
64
|
#### :hammer_and_wrench: Others
|
|
@@ -2157,13 +2212,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2157
2212
|
- Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
|
|
2158
2213
|
- Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
|
|
2159
2214
|
- Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
|
|
2160
|
-
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
|
|
2161
|
-
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
|
|
2162
2215
|
### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
|
|
2163
2216
|
|
|
2164
2217
|
#### :house: Internal changes
|
|
2165
2218
|
|
|
2166
|
-
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
|
|
2167
2219
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
|
|
2168
2220
|
|
|
2169
2221
|
#### :hammer_and_wrench: Others
|
|
@@ -2180,9 +2232,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2180
2232
|
- Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
|
|
2181
2233
|
- Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
|
|
2182
2234
|
- Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
|
|
2183
|
-
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
|
|
2184
|
-
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
|
|
2185
|
-
- test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
|
|
2186
2235
|
- Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
|
|
2187
2236
|
- Refs #256681 - Fix error in CCA Event view menu. ([React Intl] An id must be provided to format a message.) [GhitaB - [`517eeb8`](https://github.com/eea/volto-cca-policy/commit/517eeb817264a47bbfd6b9b7d22aaf22d44ed224)]
|
|
2188
2237
|
- Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
|
|
@@ -2399,7 +2448,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2399
2448
|
|
|
2400
2449
|
#### :house: Internal changes
|
|
2401
2450
|
|
|
2402
|
-
- chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
|
|
2403
2451
|
|
|
2404
2452
|
#### :hammer_and_wrench: Others
|
|
2405
2453
|
|
|
@@ -2880,7 +2928,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2880
2928
|
#### :hammer_and_wrench: Others
|
|
2881
2929
|
|
|
2882
2930
|
- Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
|
|
2883
|
-
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
|
|
2884
2931
|
### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
|
|
2885
2932
|
|
|
2886
2933
|
#### :hammer_and_wrench: Others
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
#.
|
|
2
1
|
msgid ""
|
|
3
2
|
msgstr ""
|
|
4
3
|
"Project-Id-Version: \n"
|
|
@@ -20,6 +19,7 @@ msgstr "Наличен е справочен документ за събити
|
|
|
20
19
|
#. Default: "Adaptation Approaches"
|
|
21
20
|
#: search/cca/facets
|
|
22
21
|
#: search/facets
|
|
22
|
+
#: search/fise/facets
|
|
23
23
|
#: search/health_observatory/facets-health
|
|
24
24
|
#: search/mission_all/facets-all
|
|
25
25
|
#: search/mission_projects/facets-projects
|
|
@@ -45,6 +45,7 @@ msgstr "Опции за адаптация, изпълнени в този сл
|
|
|
45
45
|
#: search/cca/facets
|
|
46
46
|
#: search/common
|
|
47
47
|
#: search/facets
|
|
48
|
+
#: search/fise/facets
|
|
48
49
|
msgid "Adaptation Sectors"
|
|
49
50
|
msgstr "Сектори за адаптация"
|
|
50
51
|
|
|
@@ -149,6 +150,7 @@ msgstr "град:"
|
|
|
149
150
|
#: search/cca/facets
|
|
150
151
|
#: search/common
|
|
151
152
|
#: search/facets
|
|
153
|
+
#: search/fise/facets
|
|
152
154
|
msgid "Climate Impacts"
|
|
153
155
|
msgstr "Климатични въздействия"
|
|
154
156
|
|
|
@@ -315,6 +317,7 @@ msgstr "Цял екран"
|
|
|
315
317
|
#. Default: "Funding Programme"
|
|
316
318
|
#: search/cca/facets
|
|
317
319
|
#: search/facets
|
|
320
|
+
#: search/fise/facets
|
|
318
321
|
#: search/mission_projects/facets-projects
|
|
319
322
|
#: search/mission_stories/facets-stories
|
|
320
323
|
msgid "Funding Programme"
|
|
@@ -429,6 +432,7 @@ msgstr "Информация"
|
|
|
429
432
|
#. Default: "Item from third parties"
|
|
430
433
|
#: search/cca/facets
|
|
431
434
|
#: search/facets
|
|
435
|
+
#: search/fise/facets
|
|
432
436
|
msgid "Item from third parties"
|
|
433
437
|
msgstr "Артикул от трети страни"
|
|
434
438
|
|
|
@@ -441,6 +445,7 @@ msgstr "Ключови системи на общността"
|
|
|
441
445
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
442
446
|
#: search/cca/facets
|
|
443
447
|
#: search/facets
|
|
448
|
+
#: search/fise/facets
|
|
444
449
|
msgid "Key Type Measure"
|
|
445
450
|
msgstr "Ключов тип мярка"
|
|
446
451
|
|
|
@@ -723,6 +728,7 @@ msgstr "Търсете в каталога с ресурси на обсерва
|
|
|
723
728
|
#. Default: "Section"
|
|
724
729
|
#: search/cca/facets
|
|
725
730
|
#: search/facets
|
|
731
|
+
#: search/fise/facets
|
|
726
732
|
msgid "Section"
|
|
727
733
|
msgstr "Раздел"
|
|
728
734
|
|
|
@@ -842,6 +848,7 @@ msgstr "теми:"
|
|
|
842
848
|
#. Default: "Transnational regions"
|
|
843
849
|
#: search/cca/facets
|
|
844
850
|
#: search/facets
|
|
851
|
+
#: search/fise/facets
|
|
845
852
|
msgid "Transnational regions"
|
|
846
853
|
msgstr "Транснационални региони"
|
|
847
854
|
|
|
@@ -909,16 +916,36 @@ msgstr "Къде"
|
|
|
909
916
|
|
|
910
917
|
#. undefined
|
|
911
918
|
|
|
919
|
+
msgid "Adaptation option"
|
|
920
|
+
msgstr ""
|
|
921
|
+
|
|
922
|
+
#. undefined
|
|
923
|
+
|
|
912
924
|
msgid "Case studies"
|
|
913
925
|
msgstr "Казуси"
|
|
914
926
|
|
|
915
927
|
#. undefined
|
|
916
928
|
|
|
929
|
+
msgid "Case study"
|
|
930
|
+
msgstr ""
|
|
931
|
+
|
|
932
|
+
#. undefined
|
|
933
|
+
|
|
917
934
|
msgid "Guidance"
|
|
918
935
|
msgstr "Насоки"
|
|
919
936
|
|
|
920
937
|
#. undefined
|
|
921
938
|
|
|
939
|
+
msgid "Indicator"
|
|
940
|
+
msgstr "Индикатор"
|
|
941
|
+
|
|
942
|
+
#. undefined
|
|
943
|
+
|
|
944
|
+
msgid "Information portal"
|
|
945
|
+
msgstr ""
|
|
946
|
+
|
|
947
|
+
#. undefined
|
|
948
|
+
|
|
922
949
|
msgid "Information portals"
|
|
923
950
|
msgstr "Информационни портали"
|
|
924
951
|
|
|
@@ -929,16 +956,31 @@ msgstr "Видеоклипове"
|
|
|
929
956
|
|
|
930
957
|
#. undefined
|
|
931
958
|
|
|
959
|
+
msgid "Video and podcast"
|
|
960
|
+
msgstr ""
|
|
961
|
+
|
|
962
|
+
#. undefined
|
|
963
|
+
|
|
932
964
|
msgid "Organisations"
|
|
933
965
|
msgstr "организации"
|
|
934
966
|
|
|
935
967
|
#. undefined
|
|
936
968
|
|
|
969
|
+
msgid "Organisation"
|
|
970
|
+
msgstr ""
|
|
971
|
+
|
|
972
|
+
#. undefined
|
|
973
|
+
|
|
937
974
|
msgid "Publication and reports"
|
|
938
975
|
msgstr "Публикации и доклади"
|
|
939
976
|
|
|
940
977
|
#. undefined
|
|
941
978
|
|
|
979
|
+
msgid "Publication and report"
|
|
980
|
+
msgstr ""
|
|
981
|
+
|
|
982
|
+
#. undefined
|
|
983
|
+
|
|
942
984
|
msgid "Publications and reports"
|
|
943
985
|
msgstr "Публикации и доклади"
|
|
944
986
|
|
|
@@ -949,11 +991,21 @@ msgstr "Изследователски проекти и проекти за з
|
|
|
949
991
|
|
|
950
992
|
#. undefined
|
|
951
993
|
|
|
994
|
+
msgid "Research and knowledge project"
|
|
995
|
+
msgstr ""
|
|
996
|
+
|
|
997
|
+
#. undefined
|
|
998
|
+
|
|
952
999
|
msgid "Tools"
|
|
953
1000
|
msgstr "Инструменти"
|
|
954
1001
|
|
|
955
1002
|
#. undefined
|
|
956
1003
|
|
|
1004
|
+
msgid "Tool"
|
|
1005
|
+
msgstr ""
|
|
1006
|
+
|
|
1007
|
+
#. undefined
|
|
1008
|
+
|
|
957
1009
|
msgid "Based on your preferences, you can view this page in english"
|
|
958
1010
|
msgstr "Въз основа на вашите предпочитания можете да видите тази страница на английски език"
|
|
959
1011
|
|
|
@@ -1004,11 +1056,6 @@ msgstr "Тип опасност"
|
|
|
1004
1056
|
|
|
1005
1057
|
#. undefined
|
|
1006
1058
|
|
|
1007
|
-
msgid "Indicator"
|
|
1008
|
-
msgstr "Индикатор"
|
|
1009
|
-
|
|
1010
|
-
#. undefined
|
|
1011
|
-
|
|
1012
1059
|
msgid "Zip download"
|
|
1013
1060
|
msgstr "Zip изтегляне"
|
|
1014
1061
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
#.
|
|
2
1
|
msgid ""
|
|
3
2
|
msgstr ""
|
|
4
3
|
"Project-Id-Version: \n"
|
|
@@ -20,6 +19,7 @@ msgstr "K dispozici je podkladový dokument akce"
|
|
|
20
19
|
#. Default: "Adaptation Approaches"
|
|
21
20
|
#: search/cca/facets
|
|
22
21
|
#: search/facets
|
|
22
|
+
#: search/fise/facets
|
|
23
23
|
#: search/health_observatory/facets-health
|
|
24
24
|
#: search/mission_all/facets-all
|
|
25
25
|
#: search/mission_projects/facets-projects
|
|
@@ -45,6 +45,7 @@ msgstr "Možnosti adaptace implementované v tomto případě"
|
|
|
45
45
|
#: search/cca/facets
|
|
46
46
|
#: search/common
|
|
47
47
|
#: search/facets
|
|
48
|
+
#: search/fise/facets
|
|
48
49
|
msgid "Adaptation Sectors"
|
|
49
50
|
msgstr "Adaptační sektory"
|
|
50
51
|
|
|
@@ -149,6 +150,7 @@ msgstr "Město:"
|
|
|
149
150
|
#: search/cca/facets
|
|
150
151
|
#: search/common
|
|
151
152
|
#: search/facets
|
|
153
|
+
#: search/fise/facets
|
|
152
154
|
msgid "Climate Impacts"
|
|
153
155
|
msgstr "Dopady klimatu"
|
|
154
156
|
|
|
@@ -315,6 +317,7 @@ msgstr "Celá obrazovka"
|
|
|
315
317
|
#. Default: "Funding Programme"
|
|
316
318
|
#: search/cca/facets
|
|
317
319
|
#: search/facets
|
|
320
|
+
#: search/fise/facets
|
|
318
321
|
#: search/mission_projects/facets-projects
|
|
319
322
|
#: search/mission_stories/facets-stories
|
|
320
323
|
msgid "Funding Programme"
|
|
@@ -429,6 +432,7 @@ msgstr "Info"
|
|
|
429
432
|
#. Default: "Item from third parties"
|
|
430
433
|
#: search/cca/facets
|
|
431
434
|
#: search/facets
|
|
435
|
+
#: search/fise/facets
|
|
432
436
|
msgid "Item from third parties"
|
|
433
437
|
msgstr "Položka od třetích stran"
|
|
434
438
|
|
|
@@ -441,6 +445,7 @@ msgstr "Klíčové komunitní systémy"
|
|
|
441
445
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
442
446
|
#: search/cca/facets
|
|
443
447
|
#: search/facets
|
|
448
|
+
#: search/fise/facets
|
|
444
449
|
msgid "Key Type Measure"
|
|
445
450
|
msgstr "Měření typu klíče"
|
|
446
451
|
|
|
@@ -723,6 +728,7 @@ msgstr "Prohledejte katalog zdrojů observatoře..."
|
|
|
723
728
|
#. Default: "Section"
|
|
724
729
|
#: search/cca/facets
|
|
725
730
|
#: search/facets
|
|
731
|
+
#: search/fise/facets
|
|
726
732
|
msgid "Section"
|
|
727
733
|
msgstr "Sekce"
|
|
728
734
|
|
|
@@ -842,6 +848,7 @@ msgstr "témata:"
|
|
|
842
848
|
#. Default: "Transnational regions"
|
|
843
849
|
#: search/cca/facets
|
|
844
850
|
#: search/facets
|
|
851
|
+
#: search/fise/facets
|
|
845
852
|
msgid "Transnational regions"
|
|
846
853
|
msgstr "Nadnárodní regiony"
|
|
847
854
|
|
|
@@ -909,16 +916,36 @@ msgstr "Kde"
|
|
|
909
916
|
|
|
910
917
|
#. undefined
|
|
911
918
|
|
|
919
|
+
msgid "Adaptation option"
|
|
920
|
+
msgstr ""
|
|
921
|
+
|
|
922
|
+
#. undefined
|
|
923
|
+
|
|
912
924
|
msgid "Case studies"
|
|
913
925
|
msgstr "Případové studie"
|
|
914
926
|
|
|
915
927
|
#. undefined
|
|
916
928
|
|
|
929
|
+
msgid "Case study"
|
|
930
|
+
msgstr ""
|
|
931
|
+
|
|
932
|
+
#. undefined
|
|
933
|
+
|
|
917
934
|
msgid "Guidance"
|
|
918
935
|
msgstr "Vedení"
|
|
919
936
|
|
|
920
937
|
#. undefined
|
|
921
938
|
|
|
939
|
+
msgid "Indicator"
|
|
940
|
+
msgstr "Indikátor"
|
|
941
|
+
|
|
942
|
+
#. undefined
|
|
943
|
+
|
|
944
|
+
msgid "Information portal"
|
|
945
|
+
msgstr ""
|
|
946
|
+
|
|
947
|
+
#. undefined
|
|
948
|
+
|
|
922
949
|
msgid "Information portals"
|
|
923
950
|
msgstr "Informační portály"
|
|
924
951
|
|
|
@@ -929,16 +956,31 @@ msgstr "videa"
|
|
|
929
956
|
|
|
930
957
|
#. undefined
|
|
931
958
|
|
|
959
|
+
msgid "Video and podcast"
|
|
960
|
+
msgstr ""
|
|
961
|
+
|
|
962
|
+
#. undefined
|
|
963
|
+
|
|
932
964
|
msgid "Organisations"
|
|
933
965
|
msgstr "Organizace"
|
|
934
966
|
|
|
935
967
|
#. undefined
|
|
936
968
|
|
|
969
|
+
msgid "Organisation"
|
|
970
|
+
msgstr ""
|
|
971
|
+
|
|
972
|
+
#. undefined
|
|
973
|
+
|
|
937
974
|
msgid "Publication and reports"
|
|
938
975
|
msgstr "Publikace a zprávy"
|
|
939
976
|
|
|
940
977
|
#. undefined
|
|
941
978
|
|
|
979
|
+
msgid "Publication and report"
|
|
980
|
+
msgstr ""
|
|
981
|
+
|
|
982
|
+
#. undefined
|
|
983
|
+
|
|
942
984
|
msgid "Publications and reports"
|
|
943
985
|
msgstr "Publikace a zprávy"
|
|
944
986
|
|
|
@@ -949,11 +991,21 @@ msgstr "Výzkumné a znalostní projekty"
|
|
|
949
991
|
|
|
950
992
|
#. undefined
|
|
951
993
|
|
|
994
|
+
msgid "Research and knowledge project"
|
|
995
|
+
msgstr ""
|
|
996
|
+
|
|
997
|
+
#. undefined
|
|
998
|
+
|
|
952
999
|
msgid "Tools"
|
|
953
1000
|
msgstr "Nástroje"
|
|
954
1001
|
|
|
955
1002
|
#. undefined
|
|
956
1003
|
|
|
1004
|
+
msgid "Tool"
|
|
1005
|
+
msgstr ""
|
|
1006
|
+
|
|
1007
|
+
#. undefined
|
|
1008
|
+
|
|
957
1009
|
msgid "Based on your preferences, you can view this page in english"
|
|
958
1010
|
msgstr "Na základě vašich preferencí můžete tuto stránku zobrazit v angličtině"
|
|
959
1011
|
|
|
@@ -1004,11 +1056,6 @@ msgstr "Typ nebezpečí"
|
|
|
1004
1056
|
|
|
1005
1057
|
#. undefined
|
|
1006
1058
|
|
|
1007
|
-
msgid "Indicator"
|
|
1008
|
-
msgstr "Indikátor"
|
|
1009
|
-
|
|
1010
|
-
#. undefined
|
|
1011
|
-
|
|
1012
1059
|
msgid "Zip download"
|
|
1013
1060
|
msgstr "Stažení zipu"
|
|
1014
1061
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
#.
|
|
2
1
|
msgid ""
|
|
3
2
|
msgstr ""
|
|
4
3
|
"Project-Id-Version: \n"
|
|
@@ -20,6 +19,7 @@ msgstr "Et baggrundsdokument for arrangementet er tilgængeligt"
|
|
|
20
19
|
#. Default: "Adaptation Approaches"
|
|
21
20
|
#: search/cca/facets
|
|
22
21
|
#: search/facets
|
|
22
|
+
#: search/fise/facets
|
|
23
23
|
#: search/health_observatory/facets-health
|
|
24
24
|
#: search/mission_all/facets-all
|
|
25
25
|
#: search/mission_projects/facets-projects
|
|
@@ -45,6 +45,7 @@ msgstr "Tilpasningsmuligheder implementeret i dette tilfælde"
|
|
|
45
45
|
#: search/cca/facets
|
|
46
46
|
#: search/common
|
|
47
47
|
#: search/facets
|
|
48
|
+
#: search/fise/facets
|
|
48
49
|
msgid "Adaptation Sectors"
|
|
49
50
|
msgstr "Tilpasningssektorer"
|
|
50
51
|
|
|
@@ -149,6 +150,7 @@ msgstr "By:"
|
|
|
149
150
|
#: search/cca/facets
|
|
150
151
|
#: search/common
|
|
151
152
|
#: search/facets
|
|
153
|
+
#: search/fise/facets
|
|
152
154
|
msgid "Climate Impacts"
|
|
153
155
|
msgstr "Klimapåvirkninger"
|
|
154
156
|
|
|
@@ -315,6 +317,7 @@ msgstr "Fuldskærm"
|
|
|
315
317
|
#. Default: "Funding Programme"
|
|
316
318
|
#: search/cca/facets
|
|
317
319
|
#: search/facets
|
|
320
|
+
#: search/fise/facets
|
|
318
321
|
#: search/mission_projects/facets-projects
|
|
319
322
|
#: search/mission_stories/facets-stories
|
|
320
323
|
msgid "Funding Programme"
|
|
@@ -429,6 +432,7 @@ msgstr "Info"
|
|
|
429
432
|
#. Default: "Item from third parties"
|
|
430
433
|
#: search/cca/facets
|
|
431
434
|
#: search/facets
|
|
435
|
+
#: search/fise/facets
|
|
432
436
|
msgid "Item from third parties"
|
|
433
437
|
msgstr "Vare fra tredjepart"
|
|
434
438
|
|
|
@@ -441,6 +445,7 @@ msgstr "Nøgle fællesskabssystemer"
|
|
|
441
445
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
442
446
|
#: search/cca/facets
|
|
443
447
|
#: search/facets
|
|
448
|
+
#: search/fise/facets
|
|
444
449
|
msgid "Key Type Measure"
|
|
445
450
|
msgstr "Nøgletype Mål"
|
|
446
451
|
|
|
@@ -723,6 +728,7 @@ msgstr "Søg i Observatory Resource Catalogue..."
|
|
|
723
728
|
#. Default: "Section"
|
|
724
729
|
#: search/cca/facets
|
|
725
730
|
#: search/facets
|
|
731
|
+
#: search/fise/facets
|
|
726
732
|
msgid "Section"
|
|
727
733
|
msgstr "Afsnit"
|
|
728
734
|
|
|
@@ -842,6 +848,7 @@ msgstr "Emner:"
|
|
|
842
848
|
#. Default: "Transnational regions"
|
|
843
849
|
#: search/cca/facets
|
|
844
850
|
#: search/facets
|
|
851
|
+
#: search/fise/facets
|
|
845
852
|
msgid "Transnational regions"
|
|
846
853
|
msgstr "Transnationale regioner"
|
|
847
854
|
|
|
@@ -909,16 +916,36 @@ msgstr "Hvor"
|
|
|
909
916
|
|
|
910
917
|
#. undefined
|
|
911
918
|
|
|
919
|
+
msgid "Adaptation option"
|
|
920
|
+
msgstr ""
|
|
921
|
+
|
|
922
|
+
#. undefined
|
|
923
|
+
|
|
912
924
|
msgid "Case studies"
|
|
913
925
|
msgstr "Casestudier"
|
|
914
926
|
|
|
915
927
|
#. undefined
|
|
916
928
|
|
|
929
|
+
msgid "Case study"
|
|
930
|
+
msgstr ""
|
|
931
|
+
|
|
932
|
+
#. undefined
|
|
933
|
+
|
|
917
934
|
msgid "Guidance"
|
|
918
935
|
msgstr "Vejledning"
|
|
919
936
|
|
|
920
937
|
#. undefined
|
|
921
938
|
|
|
939
|
+
msgid "Indicator"
|
|
940
|
+
msgstr "Indikator"
|
|
941
|
+
|
|
942
|
+
#. undefined
|
|
943
|
+
|
|
944
|
+
msgid "Information portal"
|
|
945
|
+
msgstr ""
|
|
946
|
+
|
|
947
|
+
#. undefined
|
|
948
|
+
|
|
922
949
|
msgid "Information portals"
|
|
923
950
|
msgstr "Informationsportaler"
|
|
924
951
|
|
|
@@ -929,16 +956,31 @@ msgstr "Videoer"
|
|
|
929
956
|
|
|
930
957
|
#. undefined
|
|
931
958
|
|
|
959
|
+
msgid "Video and podcast"
|
|
960
|
+
msgstr ""
|
|
961
|
+
|
|
962
|
+
#. undefined
|
|
963
|
+
|
|
932
964
|
msgid "Organisations"
|
|
933
965
|
msgstr "Organisationer"
|
|
934
966
|
|
|
935
967
|
#. undefined
|
|
936
968
|
|
|
969
|
+
msgid "Organisation"
|
|
970
|
+
msgstr ""
|
|
971
|
+
|
|
972
|
+
#. undefined
|
|
973
|
+
|
|
937
974
|
msgid "Publication and reports"
|
|
938
975
|
msgstr "Udgivelse og rapporter"
|
|
939
976
|
|
|
940
977
|
#. undefined
|
|
941
978
|
|
|
979
|
+
msgid "Publication and report"
|
|
980
|
+
msgstr ""
|
|
981
|
+
|
|
982
|
+
#. undefined
|
|
983
|
+
|
|
942
984
|
msgid "Publications and reports"
|
|
943
985
|
msgstr "Publikationer og rapporter"
|
|
944
986
|
|
|
@@ -949,11 +991,21 @@ msgstr "Forsknings- og vidensprojekter"
|
|
|
949
991
|
|
|
950
992
|
#. undefined
|
|
951
993
|
|
|
994
|
+
msgid "Research and knowledge project"
|
|
995
|
+
msgstr ""
|
|
996
|
+
|
|
997
|
+
#. undefined
|
|
998
|
+
|
|
952
999
|
msgid "Tools"
|
|
953
1000
|
msgstr "Værktøjer"
|
|
954
1001
|
|
|
955
1002
|
#. undefined
|
|
956
1003
|
|
|
1004
|
+
msgid "Tool"
|
|
1005
|
+
msgstr ""
|
|
1006
|
+
|
|
1007
|
+
#. undefined
|
|
1008
|
+
|
|
957
1009
|
msgid "Based on your preferences, you can view this page in english"
|
|
958
1010
|
msgstr "Baseret på dine præferencer kan du se denne side på engelsk"
|
|
959
1011
|
|
|
@@ -1004,11 +1056,6 @@ msgstr "Faretype"
|
|
|
1004
1056
|
|
|
1005
1057
|
#. undefined
|
|
1006
1058
|
|
|
1007
|
-
msgid "Indicator"
|
|
1008
|
-
msgstr "Indikator"
|
|
1009
|
-
|
|
1010
|
-
#. undefined
|
|
1011
|
-
|
|
1012
1059
|
msgid "Zip download"
|
|
1013
1060
|
msgstr "Download zip"
|
|
1014
1061
|
|