@eeacms/volto-cca-policy 0.1.93 → 0.1.94
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 +32 -0
- package/babel.config.js +2 -1
- package/locales/de/LC_MESSAGES/volto.po +551 -0
- package/locales/eea.pot +18 -0
- package/locales/en/LC_MESSAGES/volto.po +551 -0
- package/locales/it/LC_MESSAGES/volto.po +551 -0
- package/locales/pl/LC_MESSAGES/volto.po +565 -0
- package/locales/ro/LC_MESSAGES/volto.po +551 -0
- package/locales/volto.pot +552 -1
- package/package.json +1 -1
- package/src/components/index.js +1 -0
- package/src/components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters.jsx +14 -2
- package/src/components/manage/Blocks/CountryMapHeatIndex/Filter.jsx +44 -8
- package/src/components/manage/Blocks/FilterAceContent/FilterAceContentView.jsx +7 -2
- package/src/components/manage/Blocks/Listing/EventCardsListingView.jsx +54 -16
- package/src/components/manage/Blocks/Listing/OrganisationCardsListingView.jsx +21 -46
- package/src/components/theme/TranslationDisclaimer/TranslationDisclaimer.jsx +98 -0
- package/src/components/theme/Views/AdaptationOptionView.jsx +88 -26
- package/src/components/theme/Views/C3SIndicatorView.jsx +5 -1
- package/src/components/theme/Views/CaseStudyView.jsx +76 -17
- package/src/components/theme/Views/CcaEventView.jsx +5 -1
- package/src/components/theme/Views/DatabaseItemView.jsx +14 -4
- package/src/components/theme/Views/DatabaseItemView.test.jsx +10 -0
- package/src/components/theme/Views/EventView.jsx +12 -3
- package/src/components/theme/Views/NewsItemView.jsx +2 -0
- package/src/components/theme/Views/ProjectView.jsx +26 -6
- package/src/components/theme/Views/VideoView.jsx +5 -1
- package/src/customizations/volto/components/theme/View/DefaultView.jsx +6 -1
- package/src/helpers/ContentMetadata.jsx +119 -17
- package/src/helpers/ShareInfo.jsx +5 -1
- package/src/helpers/Utils.jsx +143 -26
- package/src/helpers/index.js +24 -2
- package/theme/elements/list.variables +9 -0
- package/theme/globals/views.less +26 -9
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [0.1.94](https://github.com/eea/volto-cca-policy/compare/0.1.93...0.1.94) - 13 March 2024
|
|
8
|
+
|
|
9
|
+
#### :rocket: New Features
|
|
10
|
+
|
|
11
|
+
- feat: add translation disclaimer [kreafox - [`5501cb3`](https://github.com/eea/volto-cca-policy/commit/5501cb38b127adc5b0b2a795339e2a9f3cff5fbb)]
|
|
12
|
+
- feat(views): add read more for long list of contributions [kreafox - [`d67099e`](https://github.com/eea/volto-cca-policy/commit/d67099eab657feea1b790108ea4a6a3406960773)]
|
|
13
|
+
- feat(views): add contributions link [kreafox - [`e0cad4c`](https://github.com/eea/volto-cca-policy/commit/e0cad4caaa42028a40fe01d698d88b4dda3bccfd)]
|
|
14
|
+
|
|
15
|
+
#### :nail_care: Enhancements
|
|
16
|
+
|
|
17
|
+
- change(lists): use List from semantic UI [kreafox - [`53ff919`](https://github.com/eea/volto-cca-policy/commit/53ff9196a608dffeb2cb6a6778b151383a44388b)]
|
|
18
|
+
- change(views) : show Observatory contributions [kreafox - [`c03fff4`](https://github.com/eea/volto-cca-policy/commit/c03fff408f73f0916ef10f7c7a56f96f71df567e)]
|
|
19
|
+
|
|
20
|
+
#### :house: Internal changes
|
|
21
|
+
|
|
22
|
+
- style(disclaimer): change color [kreafox - [`ded2a43`](https://github.com/eea/volto-cca-policy/commit/ded2a43270e30b9c948989875698cc9236b709df)]
|
|
23
|
+
|
|
24
|
+
#### :hammer_and_wrench: Others
|
|
25
|
+
|
|
26
|
+
- Refs #266914 - translate event view [Tripon Eugen - [`6f70578`](https://github.com/eea/volto-cca-policy/commit/6f70578b8f0e87204c5206c75cbd9c5859073ecd)]
|
|
27
|
+
- Add pl .po file [Tiberiu Ichim - [`0457389`](https://github.com/eea/volto-cca-policy/commit/0457389d0bd1e24a3d550dabaa67b4ccd16edbeb)]
|
|
28
|
+
- Refs #266914 - case study view and share your info [Tripon Eugen - [`86f6e38`](https://github.com/eea/volto-cca-policy/commit/86f6e3856b9bac49b858d2440d7a4c112749dfca)]
|
|
29
|
+
- Refs #266914 - view adaptation option [Tripon Eugen - [`0defa3e`](https://github.com/eea/volto-cca-policy/commit/0defa3e44f03057ae6e97cad083b9bac32180439)]
|
|
30
|
+
- Wip on i18n [Tiberiu Ichim - [`d6fbdef`](https://github.com/eea/volto-cca-policy/commit/d6fbdef18f8be50fbba0fc2e186b58f4cb875a2f)]
|
|
31
|
+
- Refs #266914 - translation wip [Tripon Eugen - [`1dbf724`](https://github.com/eea/volto-cca-policy/commit/1dbf724c78c86e5160c46b52c0f7ad9d4afcbc85)]
|
|
32
|
+
- Refs #266914 - translation wip content metadata tooltip [Tripon Eugen - [`49b9bba`](https://github.com/eea/volto-cca-policy/commit/49b9bba08060407becb9a17a9af08a1b4574a266)]
|
|
33
|
+
- Refs #266914 - translation wip [Tripon Eugen - [`70cf337`](https://github.com/eea/volto-cca-policy/commit/70cf337a04995c775d599feb33a5906914d0eff1)]
|
|
34
|
+
- Wip on i18n [Tiberiu Ichim - [`e380c2f`](https://github.com/eea/volto-cca-policy/commit/e380c2f55c1936a685b09b69396761b624a4788c)]
|
|
35
|
+
- WIP on i18n [Tiberiu Ichim - [`9534c85`](https://github.com/eea/volto-cca-policy/commit/9534c85ed2a195abffcc5f925f78b862563a8180)]
|
|
36
|
+
- WIP on i18n [Tiberiu Ichim - [`7bccdb2`](https://github.com/eea/volto-cca-policy/commit/7bccdb292722bc24f9ddd06882d1ada5dbfa8ecc)]
|
|
37
|
+
- test: update snapshots [kreafox - [`1121ab0`](https://github.com/eea/volto-cca-policy/commit/1121ab0a979be6a004042b3096bb534fa8c2e6e0)]
|
|
38
|
+
- test: update snapshots [kreafox - [`5c16fee`](https://github.com/eea/volto-cca-policy/commit/5c16fee32a7733fc83722f2f48a661fd982a7214)]
|
|
7
39
|
### [0.1.93](https://github.com/eea/volto-cca-policy/compare/0.1.92...0.1.93) - 8 March 2024
|
|
8
40
|
|
|
9
41
|
#### :rocket: New Features
|
package/babel.config.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
module.exports = function
|
|
1
|
+
module.exports = function(api) {
|
|
2
2
|
api.cache(true);
|
|
3
3
|
const presets = ['razzle'];
|
|
4
4
|
const plugins = [
|
|
5
|
+
'@babel/plugin-proposal-export-default-from',
|
|
5
6
|
[
|
|
6
7
|
'react-intl', // React Intl extractor, required for the whole i18n infrastructure to work
|
|
7
8
|
{
|
|
@@ -11,4 +11,555 @@ msgstr ""
|
|
|
11
11
|
"Content-Transfer-Encoding: \n"
|
|
12
12
|
"Plural-Forms: \n"
|
|
13
13
|
|
|
14
|
+
#: components/theme/Views/AdaptationOptionView
|
|
15
|
+
# defaultMessage: Adaptation Details
|
|
16
|
+
msgid "Adaptation Details"
|
|
17
|
+
msgstr ""
|
|
18
|
+
|
|
19
|
+
#: components/theme/Views/CaseStudyView
|
|
20
|
+
# defaultMessage: Adaptation Options Implemented In This Case
|
|
21
|
+
msgid "Adaptation Options Implemented In This Case"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
#: helpers/ContentMetadata
|
|
25
|
+
# defaultMessage: Adaptation elements:
|
|
26
|
+
msgid "Adaptation elements:"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
29
|
+
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
30
|
+
# defaultMessage: Adaptation sectors
|
|
31
|
+
msgid "Adaptation sectors"
|
|
32
|
+
msgstr ""
|
|
33
|
+
|
|
34
|
+
#: components/theme/Views/AdaptationOptionView
|
|
35
|
+
#: components/theme/Views/CaseStudyView
|
|
36
|
+
# defaultMessage: Additional Details
|
|
37
|
+
msgid "Additional Details"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
41
|
+
# defaultMessage: Apr
|
|
42
|
+
msgid "Apr"
|
|
43
|
+
msgstr ""
|
|
44
|
+
|
|
45
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
46
|
+
# defaultMessage: Aug
|
|
47
|
+
msgid "Aug"
|
|
48
|
+
msgstr ""
|
|
49
|
+
|
|
50
|
+
#: helpers/ContentMetadata
|
|
51
|
+
# defaultMessage: Biogeographical regions:
|
|
52
|
+
msgid "Biogeographical regions:"
|
|
53
|
+
msgstr ""
|
|
54
|
+
|
|
55
|
+
#: components/theme/Views/CaseStudyView
|
|
56
|
+
# defaultMessage: Case Study Description
|
|
57
|
+
msgid "Case Study Description"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
60
|
+
#: components/theme/Views/CaseStudyView
|
|
61
|
+
# defaultMessage: Case Study illustrations
|
|
62
|
+
msgid "Case Study illustrations"
|
|
63
|
+
msgstr ""
|
|
64
|
+
|
|
65
|
+
#: components/theme/Views/AdaptationOptionView
|
|
66
|
+
# defaultMessage: Case studies related to this option:
|
|
67
|
+
msgid "Case studies related to this option:"
|
|
68
|
+
msgstr ""
|
|
69
|
+
|
|
70
|
+
#: components/theme/Views/AdaptationOptionView
|
|
71
|
+
# defaultMessage: Category
|
|
72
|
+
msgid "Category"
|
|
73
|
+
msgstr ""
|
|
74
|
+
|
|
75
|
+
#: components/theme/Views/CaseStudyView
|
|
76
|
+
# defaultMessage: Challenges
|
|
77
|
+
msgid "Challenges"
|
|
78
|
+
msgstr ""
|
|
79
|
+
|
|
80
|
+
#: components/manage/Widgets/CreatableSelectWidget
|
|
81
|
+
# defaultMessage: Choices
|
|
82
|
+
msgid "Choices"
|
|
83
|
+
msgstr ""
|
|
84
|
+
|
|
85
|
+
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
86
|
+
# defaultMessage: Choose thematic map:
|
|
87
|
+
msgid "Choose thematic map:"
|
|
88
|
+
msgstr ""
|
|
89
|
+
|
|
90
|
+
#: helpers/ContentMetadata
|
|
91
|
+
# defaultMessage: City:
|
|
92
|
+
msgid "City:"
|
|
93
|
+
msgstr ""
|
|
94
|
+
|
|
95
|
+
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
96
|
+
# defaultMessage: Climate impact
|
|
97
|
+
msgid "Climate impact"
|
|
98
|
+
msgstr ""
|
|
99
|
+
|
|
100
|
+
#: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
|
|
101
|
+
# defaultMessage: Climate impacts
|
|
102
|
+
msgid "Climate impacts"
|
|
103
|
+
msgstr ""
|
|
104
|
+
|
|
105
|
+
#: helpers/ContentMetadata
|
|
106
|
+
# defaultMessage: Climate impacts:
|
|
107
|
+
msgid "Climate impacts:"
|
|
108
|
+
msgstr ""
|
|
109
|
+
|
|
110
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
111
|
+
# defaultMessage: Climate-ADAPT page for this event
|
|
112
|
+
msgid "Climate-ADAPT page for this event"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
#: components/manage/Widgets/CreatableSelectWidget
|
|
116
|
+
# defaultMessage: Close
|
|
117
|
+
msgid "Close"
|
|
118
|
+
msgstr ""
|
|
119
|
+
|
|
120
|
+
#: components/theme/Views/CaseStudyView
|
|
121
|
+
# defaultMessage: Contact
|
|
122
|
+
msgid "Contact"
|
|
123
|
+
msgstr ""
|
|
124
|
+
|
|
125
|
+
#: helpers/Utils
|
|
126
|
+
# defaultMessage: Contributor:
|
|
127
|
+
msgid "Contributor:"
|
|
128
|
+
msgstr ""
|
|
129
|
+
|
|
130
|
+
#: components/theme/Views/AdaptationOptionView
|
|
131
|
+
#: components/theme/Views/CaseStudyView
|
|
132
|
+
# defaultMessage: Costs and Benefits
|
|
133
|
+
msgid "Costs and Benefits"
|
|
134
|
+
msgstr ""
|
|
135
|
+
|
|
136
|
+
#: helpers/ContentMetadata
|
|
137
|
+
# defaultMessage: Countries:
|
|
138
|
+
msgid "Countries:"
|
|
139
|
+
msgstr ""
|
|
140
|
+
|
|
141
|
+
#: helpers/ContentMetadata
|
|
142
|
+
# defaultMessage: Date of creation:
|
|
143
|
+
msgid "Date of creation:"
|
|
144
|
+
msgstr ""
|
|
145
|
+
|
|
146
|
+
#: helpers/ContentMetadata
|
|
147
|
+
# defaultMessage: Date of publication:
|
|
148
|
+
msgid "Date of publication:"
|
|
149
|
+
msgstr ""
|
|
150
|
+
|
|
151
|
+
#: helpers/ContentMetadata
|
|
152
|
+
# defaultMessage: Date of release:
|
|
153
|
+
msgid "Date of release:"
|
|
154
|
+
msgstr ""
|
|
155
|
+
|
|
156
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
157
|
+
# defaultMessage: Dec
|
|
158
|
+
msgid "Dec"
|
|
159
|
+
msgstr ""
|
|
160
|
+
|
|
161
|
+
#: components/manage/Widgets/CreatableSelectWidget
|
|
162
|
+
# defaultMessage: Default
|
|
163
|
+
msgid "Default"
|
|
164
|
+
msgstr ""
|
|
165
|
+
|
|
166
|
+
#: components/manage/Widgets/CreatableSelectWidget
|
|
167
|
+
#: helpers/Utils
|
|
168
|
+
# defaultMessage: Description
|
|
169
|
+
msgid "Description"
|
|
170
|
+
msgstr ""
|
|
171
|
+
|
|
172
|
+
#: helpers/ContentMetadata
|
|
173
|
+
# defaultMessage: Duration:
|
|
174
|
+
msgid "Duration:"
|
|
175
|
+
msgstr ""
|
|
176
|
+
|
|
177
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
178
|
+
# defaultMessage: Feb
|
|
179
|
+
msgid "Feb"
|
|
180
|
+
msgstr ""
|
|
181
|
+
|
|
182
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
183
|
+
# defaultMessage: Fr
|
|
184
|
+
msgid "Fr"
|
|
185
|
+
msgstr ""
|
|
186
|
+
|
|
187
|
+
#: helpers/ContentMetadata
|
|
188
|
+
# defaultMessage: Funding Programme:
|
|
189
|
+
msgid "Funding Programme:"
|
|
190
|
+
msgstr ""
|
|
191
|
+
|
|
192
|
+
#: helpers/ContentMetadata
|
|
193
|
+
# defaultMessage: Geographic characterisation:
|
|
194
|
+
msgid "Geographic characterisation:"
|
|
195
|
+
msgstr ""
|
|
196
|
+
|
|
197
|
+
#: helpers/ContentMetadata
|
|
198
|
+
# defaultMessage: Governance level:
|
|
199
|
+
msgid "Governance level:"
|
|
200
|
+
msgstr ""
|
|
201
|
+
|
|
202
|
+
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
203
|
+
# defaultMessage: HHWS available (click on country for further information)
|
|
204
|
+
msgid "HHWS available (click on country for further information)"
|
|
205
|
+
msgstr ""
|
|
206
|
+
|
|
207
|
+
#: helpers/ContentMetadata
|
|
208
|
+
# defaultMessage: Health impact:
|
|
209
|
+
msgid "Health impact:"
|
|
210
|
+
msgstr ""
|
|
211
|
+
|
|
212
|
+
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
213
|
+
# defaultMessage: Heat health action plans (HHAP)
|
|
214
|
+
msgid "Heat health action plans (HHAP)"
|
|
215
|
+
msgstr ""
|
|
216
|
+
|
|
217
|
+
#: helpers/ContentMetadata
|
|
218
|
+
# defaultMessage: IPCC adaptation options categories:
|
|
219
|
+
msgid "IPCC adaptation options categories:"
|
|
220
|
+
msgstr ""
|
|
221
|
+
|
|
222
|
+
#: components/theme/Views/AdaptationOptionView
|
|
223
|
+
# defaultMessage: IPCC categories
|
|
224
|
+
msgid "IPCC categories"
|
|
225
|
+
msgstr ""
|
|
226
|
+
|
|
227
|
+
#: components/theme/Views/AdaptationOptionView
|
|
228
|
+
#: components/theme/Views/CaseStudyView
|
|
229
|
+
# defaultMessage: Implementation Time
|
|
230
|
+
msgid "Implementation Time"
|
|
231
|
+
msgstr ""
|
|
232
|
+
|
|
233
|
+
#: components/theme/Views/CaseStudyView
|
|
234
|
+
# defaultMessage: Importance and Relevance of Adaptation
|
|
235
|
+
msgid "Importance and Relevance of Adaptation"
|
|
236
|
+
msgstr ""
|
|
237
|
+
|
|
238
|
+
#: components/theme/Views/EventView
|
|
239
|
+
# defaultMessage: Info
|
|
240
|
+
msgid "Info"
|
|
241
|
+
msgstr ""
|
|
242
|
+
|
|
243
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
244
|
+
# defaultMessage: Jan
|
|
245
|
+
msgid "Jan"
|
|
246
|
+
msgstr ""
|
|
247
|
+
|
|
248
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
249
|
+
# defaultMessage: Jul
|
|
250
|
+
msgid "Jul"
|
|
251
|
+
msgstr ""
|
|
252
|
+
|
|
253
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
254
|
+
# defaultMessage: Jun
|
|
255
|
+
msgid "Jun"
|
|
256
|
+
msgstr ""
|
|
257
|
+
|
|
258
|
+
#: helpers/ContentMetadata
|
|
259
|
+
# defaultMessage: Key Type Measures:
|
|
260
|
+
msgid "Key Type Measures:"
|
|
261
|
+
msgstr ""
|
|
262
|
+
|
|
263
|
+
#: helpers/ContentMetadata
|
|
264
|
+
# defaultMessage: Keywords:
|
|
265
|
+
msgid "Keywords:"
|
|
266
|
+
msgstr ""
|
|
267
|
+
|
|
268
|
+
#: helpers/Utils
|
|
269
|
+
# defaultMessage: Last Modified in Climate-ADAPT
|
|
270
|
+
msgid "Last Modified in Climate-ADAPT"
|
|
271
|
+
msgstr ""
|
|
272
|
+
|
|
273
|
+
#: components/theme/Views/ProjectView
|
|
274
|
+
# defaultMessage: Lead
|
|
275
|
+
msgid "Lead"
|
|
276
|
+
msgstr ""
|
|
277
|
+
|
|
278
|
+
#: components/theme/Views/AdaptationOptionView
|
|
279
|
+
#: components/theme/Views/CaseStudyView
|
|
280
|
+
# defaultMessage: Legal Aspects
|
|
281
|
+
msgid "Legal Aspects"
|
|
282
|
+
msgstr ""
|
|
283
|
+
|
|
284
|
+
#: components/theme/Views/AdaptationOptionView
|
|
285
|
+
#: components/theme/Views/CaseStudyView
|
|
286
|
+
# defaultMessage: Life Time
|
|
287
|
+
msgid "Life Time"
|
|
288
|
+
msgstr ""
|
|
14
289
|
|
|
290
|
+
#: helpers/ContentMetadata
|
|
291
|
+
# defaultMessage: Macro-Transnational region:
|
|
292
|
+
msgid "Macro-Transnational region:"
|
|
293
|
+
msgstr ""
|
|
294
|
+
|
|
295
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
296
|
+
# defaultMessage: Mar
|
|
297
|
+
msgid "Mar"
|
|
298
|
+
msgstr ""
|
|
299
|
+
|
|
300
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
301
|
+
# defaultMessage: May
|
|
302
|
+
msgid "May"
|
|
303
|
+
msgstr ""
|
|
304
|
+
|
|
305
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
306
|
+
# defaultMessage: Mo
|
|
307
|
+
msgid "Mo"
|
|
308
|
+
msgstr ""
|
|
309
|
+
|
|
310
|
+
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
311
|
+
# defaultMessage: National HHAP
|
|
312
|
+
msgid "National HHAP"
|
|
313
|
+
msgstr ""
|
|
314
|
+
|
|
315
|
+
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
316
|
+
# defaultMessage: No HHAP
|
|
317
|
+
msgid "No HHAP"
|
|
318
|
+
msgstr ""
|
|
319
|
+
|
|
320
|
+
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
321
|
+
# defaultMessage: No information
|
|
322
|
+
msgid "No information"
|
|
323
|
+
msgstr ""
|
|
324
|
+
|
|
325
|
+
#: components/manage/Widgets/CreatableSelectWidget
|
|
326
|
+
# defaultMessage: No options
|
|
327
|
+
msgid "No options"
|
|
328
|
+
msgstr ""
|
|
329
|
+
|
|
330
|
+
#: components/manage/Widgets/CreatableSelectWidget
|
|
331
|
+
# defaultMessage: No value
|
|
332
|
+
msgid "No value"
|
|
333
|
+
msgstr ""
|
|
334
|
+
|
|
335
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
336
|
+
# defaultMessage: Nov
|
|
337
|
+
msgid "Nov"
|
|
338
|
+
msgstr ""
|
|
339
|
+
|
|
340
|
+
#: components/theme/Views/CaseStudyView
|
|
341
|
+
# defaultMessage: Objectives
|
|
342
|
+
msgid "Objectives"
|
|
343
|
+
msgstr ""
|
|
344
|
+
|
|
345
|
+
#: helpers/Utils
|
|
346
|
+
# defaultMessage: Observatory Contributions:
|
|
347
|
+
msgid "Observatory Contributions:"
|
|
348
|
+
msgstr ""
|
|
349
|
+
|
|
350
|
+
#: components/manage/Blocks/Listing/OrganisationCardsListingView
|
|
351
|
+
# defaultMessage: Observatory contributions
|
|
352
|
+
msgid "Observatory contributions"
|
|
353
|
+
msgstr ""
|
|
354
|
+
|
|
355
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
356
|
+
# defaultMessage: Ott
|
|
357
|
+
msgid "Oct"
|
|
358
|
+
msgstr ""
|
|
359
|
+
|
|
360
|
+
#: components/theme/Views/ProjectView
|
|
361
|
+
# defaultMessage: Partners
|
|
362
|
+
msgid "Partners"
|
|
363
|
+
msgstr ""
|
|
364
|
+
|
|
365
|
+
#: components/theme/Views/ProjectView
|
|
366
|
+
# defaultMessage: Project information
|
|
367
|
+
msgid "Project information"
|
|
368
|
+
msgstr ""
|
|
369
|
+
|
|
370
|
+
#: helpers/Utils
|
|
371
|
+
# defaultMessage: Published in Climate-ADAPT
|
|
372
|
+
msgid "Published in Climate-ADAPT"
|
|
373
|
+
msgstr ""
|
|
374
|
+
|
|
375
|
+
#: components/theme/Views/CaseStudyView
|
|
376
|
+
# defaultMessage: Reference Information
|
|
377
|
+
msgid "Reference Information"
|
|
378
|
+
msgstr ""
|
|
379
|
+
|
|
380
|
+
#: components/theme/Views/AdaptationOptionView
|
|
381
|
+
#: helpers/Utils
|
|
382
|
+
# defaultMessage: Reference information
|
|
383
|
+
msgid "Reference information"
|
|
384
|
+
msgstr ""
|
|
385
|
+
|
|
386
|
+
#: components/theme/Views/CaseStudyView
|
|
387
|
+
#: helpers/Utils
|
|
388
|
+
# defaultMessage: References
|
|
389
|
+
msgid "References"
|
|
390
|
+
msgstr ""
|
|
391
|
+
|
|
392
|
+
#: helpers/Utils
|
|
393
|
+
# defaultMessage: Related content:
|
|
394
|
+
msgid "Related content:"
|
|
395
|
+
msgstr ""
|
|
396
|
+
|
|
397
|
+
#: components/theme/Views/CaseStudyView
|
|
398
|
+
# defaultMessage: Relevance
|
|
399
|
+
msgid "Relevance"
|
|
400
|
+
msgstr ""
|
|
401
|
+
|
|
402
|
+
#: components/manage/Widgets/CreatableSelectWidget
|
|
403
|
+
# defaultMessage: Required
|
|
404
|
+
msgid "Required"
|
|
405
|
+
msgstr ""
|
|
406
|
+
|
|
407
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
408
|
+
# defaultMessage: Sa
|
|
409
|
+
msgid "Sa"
|
|
410
|
+
msgstr ""
|
|
411
|
+
|
|
412
|
+
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
413
|
+
# defaultMessage: Sector
|
|
414
|
+
msgid "Sector"
|
|
415
|
+
msgstr ""
|
|
416
|
+
|
|
417
|
+
#: helpers/ContentMetadata
|
|
418
|
+
# defaultMessage: Sectors:
|
|
419
|
+
msgid "Sectors:"
|
|
420
|
+
msgstr ""
|
|
421
|
+
|
|
422
|
+
#: helpers/Utils
|
|
423
|
+
# defaultMessage: See less
|
|
424
|
+
msgid "See less"
|
|
425
|
+
msgstr ""
|
|
426
|
+
|
|
427
|
+
#: helpers/Utils
|
|
428
|
+
# defaultMessage: See more
|
|
429
|
+
msgid "See more"
|
|
430
|
+
msgstr ""
|
|
431
|
+
|
|
432
|
+
#: components/manage/Widgets/CreatableSelectWidget
|
|
433
|
+
# defaultMessage: Select…
|
|
434
|
+
msgid "Select…"
|
|
435
|
+
msgstr ""
|
|
436
|
+
|
|
437
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
438
|
+
# defaultMessage: Sep
|
|
439
|
+
msgid "Sep"
|
|
440
|
+
msgstr ""
|
|
441
|
+
|
|
442
|
+
#: helpers/ShareInfo
|
|
443
|
+
# defaultMessage: Share your information
|
|
444
|
+
msgid "Share your information"
|
|
445
|
+
msgstr ""
|
|
446
|
+
|
|
447
|
+
#: components/manage/Widgets/CreatableSelectWidget
|
|
448
|
+
# defaultMessage: Short Name
|
|
449
|
+
msgid "Short Name"
|
|
450
|
+
msgstr ""
|
|
451
|
+
|
|
452
|
+
#: components/theme/Views/CaseStudyView
|
|
453
|
+
# defaultMessage: Solutions
|
|
454
|
+
msgid "Solutions"
|
|
455
|
+
msgstr ""
|
|
456
|
+
|
|
457
|
+
#: components/theme/Views/AdaptationOptionView
|
|
458
|
+
#: components/theme/Views/CaseStudyView
|
|
459
|
+
#: helpers/Utils
|
|
460
|
+
# defaultMessage: Source
|
|
461
|
+
msgid "Source"
|
|
462
|
+
msgstr ""
|
|
463
|
+
|
|
464
|
+
#: components/theme/Views/ProjectView
|
|
465
|
+
# defaultMessage: Source of funding
|
|
466
|
+
msgid "Source of funding"
|
|
467
|
+
msgstr ""
|
|
468
|
+
|
|
469
|
+
#: components/theme/Views/AdaptationOptionView
|
|
470
|
+
#: components/theme/Views/CaseStudyView
|
|
471
|
+
# defaultMessage: Stakeholder participation
|
|
472
|
+
msgid "Stakeholder participation"
|
|
473
|
+
msgstr ""
|
|
474
|
+
|
|
475
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
476
|
+
# defaultMessage: Su
|
|
477
|
+
msgid "Su"
|
|
478
|
+
msgstr ""
|
|
479
|
+
|
|
480
|
+
#: helpers/ContentMetadata
|
|
481
|
+
# defaultMessage: Sub Nationals:
|
|
482
|
+
msgid "Sub Nationals:"
|
|
483
|
+
msgstr ""
|
|
484
|
+
|
|
485
|
+
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
486
|
+
# defaultMessage: Subnational or local
|
|
487
|
+
msgid "Subnational or local"
|
|
488
|
+
msgstr ""
|
|
489
|
+
|
|
490
|
+
#: components/theme/Views/AdaptationOptionView
|
|
491
|
+
#: components/theme/Views/CaseStudyView
|
|
492
|
+
# defaultMessage: Success and Limiting Factors
|
|
493
|
+
msgid "Success and Limiting Factors"
|
|
494
|
+
msgstr ""
|
|
495
|
+
|
|
496
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
497
|
+
# defaultMessage: Th
|
|
498
|
+
msgid "Th"
|
|
499
|
+
msgstr ""
|
|
500
|
+
|
|
501
|
+
#: helpers/ContentMetadata
|
|
502
|
+
# defaultMessage: The date refers to the date of release of the video
|
|
503
|
+
msgid "The date refers to the date of release of the video"
|
|
504
|
+
msgstr ""
|
|
505
|
+
|
|
506
|
+
#: helpers/ContentMetadata
|
|
507
|
+
# defaultMessage: The date refers to the latest date of publication of the item
|
|
508
|
+
msgid "The date refers to the latest date of publication of the item"
|
|
509
|
+
msgstr ""
|
|
510
|
+
|
|
511
|
+
#: helpers/ContentMetadata
|
|
512
|
+
# defaultMessage: 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
|
|
513
|
+
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"
|
|
514
|
+
msgstr ""
|
|
515
|
+
|
|
516
|
+
#: components/manage/Widgets/CreatableSelectWidget
|
|
517
|
+
# defaultMessage: Title
|
|
518
|
+
msgid "Title"
|
|
519
|
+
msgstr ""
|
|
520
|
+
|
|
521
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
522
|
+
# defaultMessage: Tu
|
|
523
|
+
msgid "Tu"
|
|
524
|
+
msgstr ""
|
|
525
|
+
|
|
526
|
+
#: components/manage/Widgets/CreatableSelectWidget
|
|
527
|
+
# defaultMessage: Used for programmatic access to the fieldset.
|
|
528
|
+
msgid "Used for programmatic access to the fieldset."
|
|
529
|
+
msgstr ""
|
|
530
|
+
|
|
531
|
+
#: helpers/Utils
|
|
532
|
+
# defaultMessage: View all contributions in the resource catalogue
|
|
533
|
+
msgid "View all contributions in the resource catalogue"
|
|
534
|
+
msgstr ""
|
|
535
|
+
|
|
536
|
+
#: components/manage/Blocks/Listing/EventCardsListingView
|
|
537
|
+
# defaultMessage: We
|
|
538
|
+
msgid "We"
|
|
539
|
+
msgstr ""
|
|
540
|
+
|
|
541
|
+
#: components/manage/Blocks/Listing/OrganisationCardsListingView
|
|
542
|
+
# defaultMessage: Web site
|
|
543
|
+
msgid "Web site"
|
|
544
|
+
msgstr ""
|
|
545
|
+
|
|
546
|
+
#: components/theme/Views/AdaptationOptionView
|
|
547
|
+
#: components/theme/Views/CaseStudyView
|
|
548
|
+
# defaultMessage: Websites
|
|
549
|
+
msgid "Websites"
|
|
550
|
+
msgstr ""
|
|
551
|
+
|
|
552
|
+
#: helpers/Utils
|
|
553
|
+
# defaultMessage: Websites:
|
|
554
|
+
msgid "Websites:"
|
|
555
|
+
msgstr ""
|
|
556
|
+
|
|
557
|
+
#: components/theme/Views/EventView
|
|
558
|
+
# defaultMessage: When
|
|
559
|
+
msgid "When"
|
|
560
|
+
msgstr ""
|
|
561
|
+
|
|
562
|
+
#: components/theme/Views/EventView
|
|
563
|
+
# defaultMessage: Where
|
|
564
|
+
msgid "Where"
|
|
565
|
+
msgstr ""
|
package/locales/eea.pot
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
msgid ""
|
|
2
|
+
msgstr ""
|
|
3
|
+
"Project-Id-Version: Plone\n"
|
|
4
|
+
"POT-Creation-Date: 2024-03-13T08:01:23.844Z\n"
|
|
5
|
+
"Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
6
|
+
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
7
|
+
"MIME-Version: 1.0\n"
|
|
8
|
+
"Content-Type: text/plain; charset=utf-8\n"
|
|
9
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
10
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
11
|
+
"Language-Code: en\n"
|
|
12
|
+
"Language-Name: English\n"
|
|
13
|
+
"Preferred-Encodings: utf-8\n"
|
|
14
|
+
"Domain: eea\n"
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
msgid "YY Test"
|
|
18
|
+
msgstr ""
|