@eeacms/volto-cca-policy 0.3.71 → 0.3.73
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 +68 -4
- package/locales/bg/LC_MESSAGES/volto.po +91 -34
- package/locales/cs/LC_MESSAGES/volto.po +91 -34
- package/locales/da/LC_MESSAGES/volto.po +91 -34
- package/locales/de/LC_MESSAGES/volto.po +91 -34
- package/locales/el/LC_MESSAGES/volto.po +91 -34
- package/locales/en/LC_MESSAGES/volto.po +67 -10
- package/locales/es/LC_MESSAGES/volto.po +91 -34
- package/locales/et/LC_MESSAGES/volto.po +91 -34
- package/locales/fi/LC_MESSAGES/volto.po +91 -34
- package/locales/fr/LC_MESSAGES/volto.po +91 -34
- package/locales/ga/LC_MESSAGES/volto.po +91 -34
- package/locales/hr/LC_MESSAGES/volto.po +91 -34
- package/locales/hu/LC_MESSAGES/volto.po +91 -34
- package/locales/is/LC_MESSAGES/volto.po +91 -34
- package/locales/it/LC_MESSAGES/volto.po +91 -34
- package/locales/lt/LC_MESSAGES/volto.po +91 -34
- package/locales/lv/LC_MESSAGES/volto.po +85 -27
- package/locales/mt/LC_MESSAGES/volto.po +91 -34
- package/locales/nl/LC_MESSAGES/volto.po +91 -34
- package/locales/nn/LC_MESSAGES/volto.po +37 -13
- package/locales/pl/LC_MESSAGES/volto.po +91 -34
- package/locales/pt/LC_MESSAGES/volto.po +91 -34
- package/locales/ro/LC_MESSAGES/volto.po +91 -34
- package/locales/sk/LC_MESSAGES/volto.po +91 -34
- package/locales/sl/LC_MESSAGES/volto.po +91 -34
- package/locales/sv/LC_MESSAGES/volto.po +91 -34
- package/locales/tr/LC_MESSAGES/volto.po +75 -34
- package/package.json +2 -2
- package/src/cntrg.data +35 -0
- package/src/components/manage/Blocks/CountryMapProfile/Filter.jsx +37 -79
- package/src/components/manage/Blocks/CountryMapProfile/Filter.test.jsx +1 -1
- package/src/components/manage/Blocks/CountryMapProfile/Interactions.jsx +49 -3
- package/src/components/manage/Blocks/CountryMapProfile/OLView.jsx +7 -47
- package/src/components/manage/Blocks/CountryMapProfile/mapstyle.js +48 -7
- package/src/components/manage/Blocks/CountryMapProfile/styles.less +30 -10
- package/src/customizations/@plone/volto-slate/widgets/HtmlSlateWidget.jsx +26 -2
- package/src/customizations/@plone/volto-slate/widgets/README.md +2 -0
- package/src/express-middleware.js +1 -0
- package/src/helpers/country_map/countryMap.js +5 -0
- package/src/helpers/country_map/euro-countries-simplified.js +39 -0
- package/src/helpers/country_map/hocs.jsx +2 -1
- package/src/search/cca/config.js +0 -67
- package/src/search/cca/facets.js +12 -22
- package/src/search/vocabulary.js +12 -0
|
@@ -18,6 +18,8 @@ msgstr "Un document de fond pentru eveniment este disponibil"
|
|
|
18
18
|
|
|
19
19
|
#. Default: "Adaptation Approaches"
|
|
20
20
|
#: search/cca/facets
|
|
21
|
+
#: search/facets
|
|
22
|
+
#: search/fise/facets
|
|
21
23
|
#: search/health_observatory/facets-health
|
|
22
24
|
#: search/mission_all/facets-all
|
|
23
25
|
#: search/mission_projects/facets-projects
|
|
@@ -42,6 +44,8 @@ msgstr "Opțiuni de adaptare implementate în acest caz"
|
|
|
42
44
|
#. Default: "Adaptation Sectors"
|
|
43
45
|
#: search/cca/facets
|
|
44
46
|
#: search/common
|
|
47
|
+
#: search/facets
|
|
48
|
+
#: search/fise/facets
|
|
45
49
|
msgid "Adaptation Sectors"
|
|
46
50
|
msgstr "Sectoarele de adaptare"
|
|
47
51
|
|
|
@@ -82,6 +86,11 @@ msgstr "Tot timpul"
|
|
|
82
86
|
msgid "Background information"
|
|
83
87
|
msgstr "Informații de fundal"
|
|
84
88
|
|
|
89
|
+
#. Default: "Belgium"
|
|
90
|
+
#: helpers/Constants
|
|
91
|
+
msgid "Belgium"
|
|
92
|
+
msgstr "Belgia"
|
|
93
|
+
|
|
85
94
|
#. Default: "Biogeographical regions:"
|
|
86
95
|
#: helpers/ContentMetadata
|
|
87
96
|
msgid "Biogeographical regions:"
|
|
@@ -140,6 +149,8 @@ msgstr "Oraş:"
|
|
|
140
149
|
#. Default: "Climate Impacts"
|
|
141
150
|
#: search/cca/facets
|
|
142
151
|
#: search/common
|
|
152
|
+
#: search/facets
|
|
153
|
+
#: search/fise/facets
|
|
143
154
|
msgid "Climate Impacts"
|
|
144
155
|
msgstr "Impactul asupra climei"
|
|
145
156
|
|
|
@@ -268,11 +279,31 @@ msgstr "Aruncă fișierele aici..."
|
|
|
268
279
|
msgid "Duration:"
|
|
269
280
|
msgstr "Durată:"
|
|
270
281
|
|
|
282
|
+
#. Default: "EEA Cooperating Countries and Energy Community Contracting Parties"
|
|
283
|
+
#: components/manage/Blocks/CountryMapProfile/Filter
|
|
284
|
+
msgid "EEA Cooperating Countries and Energy Community Contracting Parties"
|
|
285
|
+
msgstr "Țările cooperante din SEE și părțile contractante ale Comunității Energiei"
|
|
286
|
+
|
|
287
|
+
#. Default: "EEA Member Countries"
|
|
288
|
+
#: components/manage/Blocks/CountryMapProfile/Filter
|
|
289
|
+
msgid "EEA Member Countries"
|
|
290
|
+
msgstr "Țările Membre ale SEE"
|
|
291
|
+
|
|
292
|
+
#. Default: "EU Member States and EEA Member Countries"
|
|
293
|
+
#: components/manage/Blocks/CountryMapProfile/Filter
|
|
294
|
+
msgid "EU Member States and EEA Member Countries"
|
|
295
|
+
msgstr "Statele membre ale UE și țările membre ale SEE"
|
|
296
|
+
|
|
271
297
|
#. Default: "EU funding"
|
|
272
298
|
#: search/mission_funding/facets-funding
|
|
273
299
|
msgid "EU funding"
|
|
274
300
|
msgstr "finanțare UE"
|
|
275
301
|
|
|
302
|
+
#. Default: "Eastern Parnership Members and Energy Community Contracting Parties"
|
|
303
|
+
#: components/manage/Blocks/CountryMapProfile/Filter
|
|
304
|
+
msgid "Eastern Parnership Members and Energy Community Contracting Parties"
|
|
305
|
+
msgstr "Membrii Parteneriatului Estic și părțile contractante ale Comunității Energiei"
|
|
306
|
+
|
|
276
307
|
#. Default: "Eligible to receive funding"
|
|
277
308
|
#: search/mission_funding/facets-funding
|
|
278
309
|
msgid "Eligible to receive funding"
|
|
@@ -293,6 +324,11 @@ msgstr "Explorați mai multe despre Climate-ADAPT"
|
|
|
293
324
|
msgid "For more search options"
|
|
294
325
|
msgstr "Pentru mai multe opțiuni de căutare"
|
|
295
326
|
|
|
327
|
+
#. Default: "France"
|
|
328
|
+
#: helpers/Constants
|
|
329
|
+
msgid "France"
|
|
330
|
+
msgstr "Franţa"
|
|
331
|
+
|
|
296
332
|
#. Default: "Fullscreen"
|
|
297
333
|
#: components/theme/Views/C3SIndicatorView
|
|
298
334
|
msgid "Fullscreen"
|
|
@@ -300,6 +336,8 @@ msgstr "Ecran complet"
|
|
|
300
336
|
|
|
301
337
|
#. Default: "Funding Programme"
|
|
302
338
|
#: search/cca/facets
|
|
339
|
+
#: search/facets
|
|
340
|
+
#: search/fise/facets
|
|
303
341
|
#: search/mission_projects/facets-projects
|
|
304
342
|
#: search/mission_stories/facets-stories
|
|
305
343
|
msgid "Funding Programme"
|
|
@@ -345,6 +383,11 @@ msgstr "HHWS disponibil (faceți clic pe țară pentru mai multe informații)"
|
|
|
345
383
|
msgid "Hazard Type"
|
|
346
384
|
msgstr "Tip de pericol"
|
|
347
385
|
|
|
386
|
+
#. Default: "Health Impacts"
|
|
387
|
+
#: search/health_observatory/config-health
|
|
388
|
+
msgid "Health Impacts"
|
|
389
|
+
msgstr "Impactul asupra sănătății"
|
|
390
|
+
|
|
348
391
|
#. Default: "Health impact:"
|
|
349
392
|
#: helpers/ContentMetadata
|
|
350
393
|
msgid "Health impact:"
|
|
@@ -408,6 +451,8 @@ msgstr "Info"
|
|
|
408
451
|
|
|
409
452
|
#. Default: "Item from third parties"
|
|
410
453
|
#: search/cca/facets
|
|
454
|
+
#: search/facets
|
|
455
|
+
#: search/fise/facets
|
|
411
456
|
msgid "Item from third parties"
|
|
412
457
|
msgstr "Articol de la terți"
|
|
413
458
|
|
|
@@ -419,6 +464,8 @@ msgstr "Sisteme comunitare cheie"
|
|
|
419
464
|
#. Default: "Key Type Measure"
|
|
420
465
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
421
466
|
#: search/cca/facets
|
|
467
|
+
#: search/facets
|
|
468
|
+
#: search/fise/facets
|
|
422
469
|
msgid "Key Type Measure"
|
|
423
470
|
msgstr "Măsură tip cheie"
|
|
424
471
|
|
|
@@ -495,7 +542,7 @@ msgstr "Duce"
|
|
|
495
542
|
#. Default: "Learn more"
|
|
496
543
|
#: components/manage/Blocks/Listing/EventAccordionListingView
|
|
497
544
|
msgid "Learn more"
|
|
498
|
-
msgstr ""
|
|
545
|
+
msgstr "Află mai multe"
|
|
499
546
|
|
|
500
547
|
#. Default: "Legal aspects"
|
|
501
548
|
#: components/theme/Views/AdaptationOptionView
|
|
@@ -575,6 +622,7 @@ msgid "Observatory contributions"
|
|
|
575
622
|
msgstr "Contribuțiile observatorului"
|
|
576
623
|
|
|
577
624
|
#. Default: "Observatory partner"
|
|
625
|
+
#: search/health_observatory/config-health
|
|
578
626
|
#: search/health_observatory/facets-health
|
|
579
627
|
msgid "Observatory partner"
|
|
580
628
|
msgstr "Partener observator"
|
|
@@ -624,6 +672,11 @@ msgstr "Informații practice"
|
|
|
624
672
|
msgid "Project information"
|
|
625
673
|
msgstr "Informații despre proiect"
|
|
626
674
|
|
|
675
|
+
#. Default: "Publications and reports"
|
|
676
|
+
#: search/vocabulary
|
|
677
|
+
msgid "Publication reference"
|
|
678
|
+
msgstr "Referința publicației"
|
|
679
|
+
|
|
627
680
|
#. Default: "Publications and Reports Documents"
|
|
628
681
|
#: helpers/Utils
|
|
629
682
|
msgid "Publications and Reports Documents"
|
|
@@ -709,6 +762,8 @@ msgstr "Căutați în Catalogul de resurse ale Observatorului..."
|
|
|
709
762
|
|
|
710
763
|
#. Default: "Section"
|
|
711
764
|
#: search/cca/facets
|
|
765
|
+
#: search/facets
|
|
766
|
+
#: search/fise/facets
|
|
712
767
|
msgid "Section"
|
|
713
768
|
msgstr "Secțiune"
|
|
714
769
|
|
|
@@ -822,7 +877,7 @@ msgstr "Data se referă la momentul în care articolul a fost pregătit sau actu
|
|
|
822
877
|
#. Default: "This object has been archived because its content is outdated. You can still access it as legacy."
|
|
823
878
|
#: components/theme/PortalMessage/PortalMessage
|
|
824
879
|
msgid "This object has been archived because its content is outdated. You can still access it as legacy."
|
|
825
|
-
msgstr ""
|
|
880
|
+
msgstr "Acest obiect a fost arhivat deoarece conținutul său este depășit. Îl puteți accesa în continuare ca moștenire."
|
|
826
881
|
|
|
827
882
|
#. Default: "Topics:"
|
|
828
883
|
#: components/Result/ClusterHorizontalCardItem
|
|
@@ -832,6 +887,8 @@ msgstr "Subiecte:"
|
|
|
832
887
|
|
|
833
888
|
#. Default: "Transnational regions"
|
|
834
889
|
#: search/cca/facets
|
|
890
|
+
#: search/facets
|
|
891
|
+
#: search/fise/facets
|
|
835
892
|
msgid "Transnational regions"
|
|
836
893
|
msgstr "Regiunile transnaționale"
|
|
837
894
|
|
|
@@ -841,6 +898,11 @@ msgstr "Regiunile transnaționale"
|
|
|
841
898
|
msgid "Type of item"
|
|
842
899
|
msgstr "Tipul articolului"
|
|
843
900
|
|
|
901
|
+
#. Default: "Types"
|
|
902
|
+
#: search/health_observatory/config-health
|
|
903
|
+
msgid "Types"
|
|
904
|
+
msgstr "Tipuri"
|
|
905
|
+
|
|
844
906
|
#. Default: "Updating notes"
|
|
845
907
|
#: components/theme/Views/CaseStudyView
|
|
846
908
|
msgid "Updating notes"
|
|
@@ -851,6 +913,11 @@ msgstr "Note de actualizare"
|
|
|
851
913
|
msgid "User requirements"
|
|
852
914
|
msgstr "Cerințele utilizatorului"
|
|
853
915
|
|
|
916
|
+
#. Default: "Videos and podcasts"
|
|
917
|
+
#: search/vocabulary
|
|
918
|
+
msgid "Video"
|
|
919
|
+
msgstr "Video"
|
|
920
|
+
|
|
854
921
|
#. Default: "View all contributions in the resource catalogue"
|
|
855
922
|
#: helpers/Utils
|
|
856
923
|
msgid "View all contributions in the resource catalogue"
|
|
@@ -895,7 +962,7 @@ msgstr "Unde"
|
|
|
895
962
|
#. Default: "Officially reported governmental information is only available in English"
|
|
896
963
|
#: components/manage/Blocks/CountryProfileDetail/View
|
|
897
964
|
msgid "officiallyInEnglish"
|
|
898
|
-
msgstr ""
|
|
965
|
+
msgstr "oficial în engleză"
|
|
899
966
|
|
|
900
967
|
#. undefined
|
|
901
968
|
|
|
@@ -1169,11 +1236,6 @@ msgstr "Bielorusia"
|
|
|
1169
1236
|
|
|
1170
1237
|
#. undefined
|
|
1171
1238
|
|
|
1172
|
-
msgid "Belgium"
|
|
1173
|
-
msgstr "Belgia"
|
|
1174
|
-
|
|
1175
|
-
#. undefined
|
|
1176
|
-
|
|
1177
1239
|
msgid "Bosnia and Herzegovina"
|
|
1178
1240
|
msgstr "Bosnia și Herțegovina"
|
|
1179
1241
|
|
|
@@ -1209,11 +1271,6 @@ msgstr "Estonia"
|
|
|
1209
1271
|
|
|
1210
1272
|
#. undefined
|
|
1211
1273
|
|
|
1212
|
-
msgid "France"
|
|
1213
|
-
msgstr "Franţa"
|
|
1214
|
-
|
|
1215
|
-
#. undefined
|
|
1216
|
-
|
|
1217
1274
|
msgid "Faroe Islands"
|
|
1218
1275
|
msgstr "Insulele Feroe"
|
|
1219
1276
|
|
|
@@ -2192,107 +2249,107 @@ msgid "Exposure of vulnerable groups to climate risks"
|
|
|
2192
2249
|
msgstr "Expunerea grupurilor vulnerabile la riscurile climatice"
|
|
2193
2250
|
|
|
2194
2251
|
#. undefined
|
|
2195
|
-
#:
|
|
2252
|
+
#:
|
|
2196
2253
|
msgid "KEY EU ACTIONS"
|
|
2197
2254
|
msgstr "ACȚIUNI-CHEIE ALE UE"
|
|
2198
2255
|
|
|
2199
2256
|
#. undefined
|
|
2200
|
-
#:
|
|
2257
|
+
#:
|
|
2201
2258
|
msgid "Just resilience"
|
|
2202
2259
|
msgstr "Doar reziliență"
|
|
2203
2260
|
|
|
2204
2261
|
#. undefined
|
|
2205
|
-
#:
|
|
2262
|
+
#:
|
|
2206
2263
|
msgid "Nature-based solutions"
|
|
2207
2264
|
msgstr "Soluții bazate pe natură"
|
|
2208
2265
|
|
|
2209
2266
|
#. undefined
|
|
2210
|
-
#:
|
|
2267
|
+
#:
|
|
2211
2268
|
msgid "Economic losses and fatalities"
|
|
2212
2269
|
msgstr "Pierderi economice și decese"
|
|
2213
2270
|
|
|
2214
2271
|
#. undefined
|
|
2215
|
-
#:
|
|
2272
|
+
#:
|
|
2216
2273
|
msgid "Strategic objectives 2030"
|
|
2217
2274
|
msgstr "Obiective strategice pentru 2030"
|
|
2218
2275
|
|
|
2219
2276
|
#. undefined
|
|
2220
|
-
#:
|
|
2277
|
+
#:
|
|
2221
2278
|
msgid "Availability of urban green spaces to vulnerable groups"
|
|
2222
2279
|
msgstr "Disponibilitatea spațiilor verzi urbane pentru grupurile vulnerabile"
|
|
2223
2280
|
|
|
2224
2281
|
#. undefined
|
|
2225
|
-
#:
|
|
2282
|
+
#:
|
|
2226
2283
|
msgid "Transnational, National, local"
|
|
2227
2284
|
msgstr "Transnațional, național, local"
|
|
2228
2285
|
|
|
2229
2286
|
#. undefined
|
|
2230
|
-
#:
|
|
2287
|
+
#:
|
|
2231
2288
|
msgid "Aero-allergens"
|
|
2232
2289
|
msgstr "Alergeni aeronautici"
|
|
2233
2290
|
|
|
2234
2291
|
#. undefined
|
|
2235
|
-
#:
|
|
2292
|
+
#:
|
|
2236
2293
|
msgid "Heat"
|
|
2237
2294
|
msgstr "Căldură"
|
|
2238
2295
|
|
|
2239
2296
|
#. undefined
|
|
2240
|
-
#:
|
|
2297
|
+
#:
|
|
2241
2298
|
msgid "Accessibility of hospitals in Europe"
|
|
2242
2299
|
msgstr "Accesibilitatea spitalelor din Europa"
|
|
2243
2300
|
|
|
2244
2301
|
#. undefined
|
|
2245
|
-
#:
|
|
2302
|
+
#:
|
|
2246
2303
|
msgid "ADAPTATION IN THE FORESTRY SECTOR"
|
|
2247
2304
|
msgstr "ADAPTAREA ÎN SECTORUL FORESTIER"
|
|
2248
2305
|
|
|
2249
2306
|
#. undefined
|
|
2250
|
-
#:
|
|
2307
|
+
#:
|
|
2251
2308
|
msgid "Ground-level ozone"
|
|
2252
2309
|
msgstr "Ozonul de la nivelul solului"
|
|
2253
2310
|
|
|
2254
2311
|
#. undefined
|
|
2255
|
-
#:
|
|
2312
|
+
#:
|
|
2256
2313
|
msgid "Ground-level ozone forecast (CAMS)"
|
|
2257
2314
|
msgstr "Prognoza privind ozonul de la nivelul solului (CAMS)"
|
|
2258
2315
|
|
|
2259
2316
|
#. undefined
|
|
2260
|
-
#:
|
|
2317
|
+
#:
|
|
2261
2318
|
msgid "Pollution"
|
|
2262
2319
|
msgstr "Poluare"
|
|
2263
2320
|
|
|
2264
2321
|
#. undefined
|
|
2265
|
-
#:
|
|
2322
|
+
#:
|
|
2266
2323
|
msgid "Occupational safety and health effects"
|
|
2267
2324
|
msgstr "Efectele asupra securității și sănătății în muncă"
|
|
2268
2325
|
|
|
2269
2326
|
#. undefined
|
|
2270
|
-
#:
|
|
2327
|
+
#:
|
|
2271
2328
|
msgid "Observatory workplan for 2023-24"
|
|
2272
2329
|
msgstr "Planul de lucru al Observatorului pentru perioada 2023-24"
|
|
2273
2330
|
|
|
2274
2331
|
#. undefined
|
|
2275
|
-
#:
|
|
2332
|
+
#:
|
|
2276
2333
|
msgid "Ground-level PM2.5 forecast (CAMS)"
|
|
2277
2334
|
msgstr "Prognoza privind PM2,5 de la nivelul solului (CAMS)"
|
|
2278
2335
|
|
|
2279
2336
|
#. undefined
|
|
2280
|
-
#:
|
|
2337
|
+
#:
|
|
2281
2338
|
msgid "Ground-level PM10 forecast (CAMS)"
|
|
2282
2339
|
msgstr "Prognoza pentru PM10 de la nivelul solului (CAMS)"
|
|
2283
2340
|
|
|
2284
2341
|
#. undefined
|
|
2285
|
-
#:
|
|
2342
|
+
#:
|
|
2286
2343
|
msgid "Ground-level NO2 forecast (CAMS)"
|
|
2287
2344
|
msgstr "Previziunea de la nivelul solului privind NO2 (CAMS)"
|
|
2288
2345
|
|
|
2289
2346
|
#. undefined
|
|
2290
|
-
#:
|
|
2347
|
+
#:
|
|
2291
2348
|
msgid "2022 EEA Report on Climate & Health"
|
|
2292
2349
|
msgstr "Raportul AEM 2022 privind clima și sănătatea"
|
|
2293
2350
|
|
|
2294
2351
|
#. undefined
|
|
2295
|
-
#:
|
|
2352
|
+
#:
|
|
2296
2353
|
msgid "European environment and health atlas"
|
|
2297
2354
|
msgstr "Atlasul european pentru mediu și sănătate"
|
|
2298
2355
|
|