@eeacms/volto-cca-policy 1.0.19 → 1.0.21

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.
Files changed (41) hide show
  1. package/CHANGELOG.md +29 -13
  2. package/locales/bg/LC_MESSAGES/volto.po +51 -28
  3. package/locales/cs/LC_MESSAGES/volto.po +51 -28
  4. package/locales/da/LC_MESSAGES/volto.po +51 -28
  5. package/locales/de/LC_MESSAGES/volto.po +51 -28
  6. package/locales/el/LC_MESSAGES/volto.po +51 -28
  7. package/locales/en/LC_MESSAGES/volto.po +51 -28
  8. package/locales/es/LC_MESSAGES/volto.po +51 -28
  9. package/locales/et/LC_MESSAGES/volto.po +51 -28
  10. package/locales/fi/LC_MESSAGES/volto.po +51 -28
  11. package/locales/fr/LC_MESSAGES/volto.po +51 -28
  12. package/locales/ga/LC_MESSAGES/volto.po +51 -28
  13. package/locales/hr/LC_MESSAGES/volto.po +51 -28
  14. package/locales/hu/LC_MESSAGES/volto.po +51 -28
  15. package/locales/is/LC_MESSAGES/volto.po +51 -28
  16. package/locales/it/LC_MESSAGES/volto.po +51 -28
  17. package/locales/lt/LC_MESSAGES/volto.po +51 -28
  18. package/locales/lv/LC_MESSAGES/volto.po +51 -28
  19. package/locales/mt/LC_MESSAGES/volto.po +51 -28
  20. package/locales/nl/LC_MESSAGES/volto.po +51 -28
  21. package/locales/nn/LC_MESSAGES/volto.po +51 -28
  22. package/locales/pl/LC_MESSAGES/volto.po +51 -28
  23. package/locales/pt/LC_MESSAGES/volto.po +51 -28
  24. package/locales/ro/LC_MESSAGES/volto.po +51 -28
  25. package/locales/sk/LC_MESSAGES/volto.po +51 -28
  26. package/locales/sl/LC_MESSAGES/volto.po +51 -28
  27. package/locales/sv/LC_MESSAGES/volto.po +51 -28
  28. package/locales/tr/LC_MESSAGES/volto.po +51 -28
  29. package/locales/volto.pot +52 -29
  30. package/package.json +1 -1
  31. package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.jsx +10 -8
  32. package/src/components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem.test.jsx +8 -6
  33. package/src/components/theme/Content/Sections/ExtendedToolGeographicMetadata.jsx +78 -13
  34. package/src/components/theme/Content/Sections/ExtendedToolGeographicMetadata.test.jsx +110 -11
  35. package/src/components/theme/Content/Sections/GeographicMetadata.jsx +10 -1
  36. package/src/components/theme/Content/Sections/geographicMetadataUtils.js +5 -1
  37. package/src/components/theme/Views/ExtendedToolView.jsx +10 -12
  38. package/src/components/theme/Views/ExtendedToolView.test.jsx +1 -2
  39. package/src/search/navigator_catalogue/facets.js +19 -30
  40. package/theme/globals/navigator.less +0 -8
  41. package/theme/globals/views.less +14 -0
@@ -62,13 +62,13 @@ msgid "Adaptation Sectors"
62
62
  msgstr "Settori di adattamento"
63
63
 
64
64
  #. Default: "Adaptation Support Cycle Step"
65
- #: search/navigator_catalogue/facets
66
65
  #: search/navigator_guide/facets
67
66
  msgid "Adaptation Support Cycle Step"
68
67
  msgstr ""
69
68
 
70
69
  #. Default: "Adaptation approaches"
71
70
  #: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
71
+ #: search/navigator_catalogue/facets
72
72
  msgid "Adaptation approaches"
73
73
  msgstr "Approcci di adattamento"
74
74
 
@@ -82,6 +82,11 @@ msgstr "Opzione di adattamento"
82
82
  msgid "Adaptation options"
83
83
  msgstr "Opzioni di adattamento"
84
84
 
85
+ #. Default: "Adaptation policy cycle"
86
+ #: search/navigator_catalogue/facets
87
+ msgid "Adaptation policy cycle"
88
+ msgstr ""
89
+
85
90
  #. Default: "Adaptation sectors"
86
91
  #: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
87
92
  #: components/manage/Blocks/CaseStudyExplorer/FeatureDisplay
@@ -140,6 +145,11 @@ msgstr "Tutto il tempo"
140
145
  msgid "At least two valid tools are required for comparison. Select tools from the Navigator Catalogue."
141
146
  msgstr ""
142
147
 
148
+ #. Default: "Available"
149
+ #: components/theme/CompareTools/CompareToolsView
150
+ msgid "Available"
151
+ msgstr ""
152
+
143
153
  #. Default: "Back"
144
154
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
145
155
  msgid "Back"
@@ -156,6 +166,7 @@ msgid "Background information"
156
166
  msgstr "Informazioni di base"
157
167
 
158
168
  #. Default: "Biogeographical regions:"
169
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
159
170
  #: components/theme/Content/Sections/GeographicMetadata
160
171
  msgid "Biogeographical regions:"
161
172
  msgstr "Regioni biogeografiche:"
@@ -220,6 +231,11 @@ msgstr "Categoria"
220
231
  msgid "Challenges"
221
232
  msgstr "Sfide"
222
233
 
234
+ #. Default: "Check Navigator Catalogue"
235
+ #: components/theme/Views/ExtendedToolView
236
+ msgid "Check Navigator Catalogue"
237
+ msgstr ""
238
+
223
239
  #. Default: "Choose a file"
224
240
  #: components/manage/Widgets/PromotionalImageWidget
225
241
  msgid "Choose a file"
@@ -240,7 +256,14 @@ msgstr ""
240
256
  msgid "Choose thematic map:"
241
257
  msgstr "Scegli la mappa tematica:"
242
258
 
243
- #. Default: "City:"
259
+ #. Default: "Municipalities & other:"
260
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
261
+ #: components/theme/Content/Sections/GeographicMetadata
262
+ msgid "Cities:"
263
+ msgstr ""
264
+
265
+ #. Default: "Municipalities & other:"
266
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
244
267
  #: components/theme/Content/Sections/GeographicMetadata
245
268
  msgid "City:"
246
269
  msgstr "Città:"
@@ -350,6 +373,7 @@ msgid "Countries"
350
373
  msgstr "Paesi"
351
374
 
352
375
  #. Default: "Countries:"
376
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
353
377
  #: components/theme/Content/Sections/GeographicMetadata
354
378
  msgid "Countries:"
355
379
  msgstr "Paesi:"
@@ -510,6 +534,11 @@ msgstr "Strumenti di incentivazione finanziaria"
510
534
  msgid "Find the right tool"
511
535
  msgstr ""
512
536
 
537
+ #. Default: "Focus areas"
538
+ #: search/navigator_catalogue/facets
539
+ msgid "Focus areas"
540
+ msgstr ""
541
+
513
542
  #. Default: "For more search options"
514
543
  #: index
515
544
  msgid "For more search options"
@@ -647,6 +676,11 @@ msgstr "Categorie delle opzioni di adattamento dell’IPCC:"
647
676
  msgid "If you have any further questions you can contact"
648
677
  msgstr "Se hai ulteriori domande puoi contattare"
649
678
 
679
+ #. Default: "Implementation level"
680
+ #: search/navigator_catalogue/facets
681
+ msgid "Implementation level"
682
+ msgstr ""
683
+
650
684
  #. Default: "Implementation time"
651
685
  #: components/theme/Views/AdaptationOptionView
652
686
  #: components/theme/Views/CaseStudyView
@@ -811,11 +845,6 @@ msgstr "Aspetti legali"
811
845
  msgid "License"
812
846
  msgstr ""
813
847
 
814
- #. Default: "License status"
815
- #: search/navigator_catalogue/facets
816
- msgid "License status"
817
- msgstr ""
818
-
819
848
  #. Default: "Lifetime"
820
849
  #: components/theme/Views/AdaptationOptionView
821
850
  #: components/theme/Views/CaseStudyView
@@ -848,6 +877,7 @@ msgid "Looking for more information?"
848
877
  msgstr "Cerchi ulteriori informazioni?"
849
878
 
850
879
  #. Default: "Macro-Transnational region:"
880
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
851
881
  #: components/theme/Content/Sections/GeographicMetadata
852
882
  msgid "Macro-Transnational region:"
853
883
  msgstr "Regione macro-transnazionale:"
@@ -877,6 +907,12 @@ msgstr "Strumento della missione"
877
907
  msgid "Most useful for"
878
908
  msgstr "Molto utile per"
879
909
 
910
+ #. Default: "Municipalities & other:"
911
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
912
+ #: components/theme/Content/Sections/GeographicMetadata
913
+ msgid "Municipalities & other:"
914
+ msgstr ""
915
+
880
916
  #. Default: "National HHAP"
881
917
  #: components/manage/Blocks/CountryMapHeatIndex/Filter
882
918
  msgid "National HHAP"
@@ -887,11 +923,6 @@ msgstr "HHAP nazionale"
887
923
  msgid "Nature based Solutions and Ecosystem based approaches"
888
924
  msgstr "Soluzioni basate sulla natura e approcci basati sugli ecosistemi"
889
925
 
890
- #. Default: "Nature-based solution"
891
- #: search/navigator_catalogue/facets
892
- msgid "Nature-based solution"
893
- msgstr ""
894
-
895
926
  #. Default: "Navigate to this item"
896
927
  #: components/manage/Workflow/WorkflowLinkIntegrityModal
897
928
  msgid "Navigate to this item"
@@ -962,6 +993,11 @@ msgstr "Nessun risultato"
962
993
  msgid "Non-EU Languages"
963
994
  msgstr "Lingue extracomunitarie"
964
995
 
996
+ #. Default: "Not available"
997
+ #: components/theme/CompareTools/CompareToolsView
998
+ msgid "Not available"
999
+ msgstr ""
1000
+
965
1001
  #. Default: "Objectives of the adaptation measure"
966
1002
  #: components/theme/Views/CaseStudyView
967
1003
  msgid "Objectives of the adaptation measure"
@@ -1226,7 +1262,6 @@ msgstr "Sezioni"
1226
1262
  #. Default: "Sector"
1227
1263
  #: components/manage/Blocks/FilterAceContent/FilterAceContentView
1228
1264
  #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1229
- #: components/theme/CompareTools/CompareToolsView
1230
1265
  msgid "Sector"
1231
1266
  msgstr "Settore"
1232
1267
 
@@ -1341,6 +1376,7 @@ msgid "Step {current} of {total}"
1341
1376
  msgstr ""
1342
1377
 
1343
1378
  #. Default: "Sub Nationals:"
1379
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
1344
1380
  #: components/theme/Content/Sections/GeographicMetadata
1345
1381
  msgid "Sub Nationals:"
1346
1382
  msgstr "Sottonazionali:"
@@ -1452,16 +1488,6 @@ msgstr "Regioni transnazionali"
1452
1488
  msgid "Type"
1453
1489
  msgstr ""
1454
1490
 
1455
- #. Default: "Type of Data"
1456
- #: search/navigator_catalogue/facets
1457
- msgid "Type of Data"
1458
- msgstr ""
1459
-
1460
- #. Default: "Type of Outputs"
1461
- #: search/navigator_catalogue/facets
1462
- msgid "Type of Outputs"
1463
- msgstr ""
1464
-
1465
1491
  #. Default: "Type of item"
1466
1492
  #: search/common
1467
1493
  #: search/mission_all/facets-all
@@ -1469,7 +1495,9 @@ msgid "Type of item"
1469
1495
  msgstr "Tipo di articolo"
1470
1496
 
1471
1497
  #. Default: "Type of outputs"
1498
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1472
1499
  #: components/theme/Views/ExtendedToolView
1500
+ #: search/navigator_catalogue/facets
1473
1501
  msgid "Type of outputs"
1474
1502
  msgstr ""
1475
1503
 
@@ -1508,11 +1536,6 @@ msgstr ""
1508
1536
  msgid "User Group"
1509
1537
  msgstr ""
1510
1538
 
1511
- #. Default: "User Groups"
1512
- #: search/navigator_catalogue/facets
1513
- msgid "User Groups"
1514
- msgstr ""
1515
-
1516
1539
  #. Default: "User requirements"
1517
1540
  #: search/mission_tools/facets-tools
1518
1541
  msgid "User requirements"
@@ -62,13 +62,13 @@ msgid "Adaptation Sectors"
62
62
  msgstr "Prisitaikymo sektoriai"
63
63
 
64
64
  #. Default: "Adaptation Support Cycle Step"
65
- #: search/navigator_catalogue/facets
66
65
  #: search/navigator_guide/facets
67
66
  msgid "Adaptation Support Cycle Step"
68
67
  msgstr ""
69
68
 
70
69
  #. Default: "Adaptation approaches"
71
70
  #: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
71
+ #: search/navigator_catalogue/facets
72
72
  msgid "Adaptation approaches"
73
73
  msgstr "Prisitaikymo būdai"
74
74
 
@@ -82,6 +82,11 @@ msgstr "Prisitaikymo galimybė"
82
82
  msgid "Adaptation options"
83
83
  msgstr "Adaptacijos parinktys"
84
84
 
85
+ #. Default: "Adaptation policy cycle"
86
+ #: search/navigator_catalogue/facets
87
+ msgid "Adaptation policy cycle"
88
+ msgstr ""
89
+
85
90
  #. Default: "Adaptation sectors"
86
91
  #: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
87
92
  #: components/manage/Blocks/CaseStudyExplorer/FeatureDisplay
@@ -140,6 +145,11 @@ msgstr "Visą laiką"
140
145
  msgid "At least two valid tools are required for comparison. Select tools from the Navigator Catalogue."
141
146
  msgstr ""
142
147
 
148
+ #. Default: "Available"
149
+ #: components/theme/CompareTools/CompareToolsView
150
+ msgid "Available"
151
+ msgstr ""
152
+
143
153
  #. Default: "Back"
144
154
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
145
155
  msgid "Back"
@@ -156,6 +166,7 @@ msgid "Background information"
156
166
  msgstr "Fono informacija"
157
167
 
158
168
  #. Default: "Biogeographical regions:"
169
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
159
170
  #: components/theme/Content/Sections/GeographicMetadata
160
171
  msgid "Biogeographical regions:"
161
172
  msgstr "Biogeografiniai regionai:"
@@ -220,6 +231,11 @@ msgstr "Kategorija"
220
231
  msgid "Challenges"
221
232
  msgstr "Iššūkiai"
222
233
 
234
+ #. Default: "Check Navigator Catalogue"
235
+ #: components/theme/Views/ExtendedToolView
236
+ msgid "Check Navigator Catalogue"
237
+ msgstr ""
238
+
223
239
  #. Default: "Choose a file"
224
240
  #: components/manage/Widgets/PromotionalImageWidget
225
241
  msgid "Choose a file"
@@ -240,7 +256,14 @@ msgstr ""
240
256
  msgid "Choose thematic map:"
241
257
  msgstr "Pasirinkite teminį žemėlapį:"
242
258
 
243
- #. Default: "City:"
259
+ #. Default: "Municipalities & other:"
260
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
261
+ #: components/theme/Content/Sections/GeographicMetadata
262
+ msgid "Cities:"
263
+ msgstr ""
264
+
265
+ #. Default: "Municipalities & other:"
266
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
244
267
  #: components/theme/Content/Sections/GeographicMetadata
245
268
  msgid "City:"
246
269
  msgstr "Miestas:"
@@ -350,6 +373,7 @@ msgid "Countries"
350
373
  msgstr "Šalys"
351
374
 
352
375
  #. Default: "Countries:"
376
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
353
377
  #: components/theme/Content/Sections/GeographicMetadata
354
378
  msgid "Countries:"
355
379
  msgstr "Šalys:"
@@ -510,6 +534,11 @@ msgstr "Finansavimo skatinimo priemonės"
510
534
  msgid "Find the right tool"
511
535
  msgstr ""
512
536
 
537
+ #. Default: "Focus areas"
538
+ #: search/navigator_catalogue/facets
539
+ msgid "Focus areas"
540
+ msgstr ""
541
+
513
542
  #. Default: "For more search options"
514
543
  #: index
515
544
  msgid "For more search options"
@@ -647,6 +676,11 @@ msgstr "IPCC pritaikymo parinkčių kategorijos:"
647
676
  msgid "If you have any further questions you can contact"
648
677
  msgstr "Jei turite daugiau klausimų galite susisiekti"
649
678
 
679
+ #. Default: "Implementation level"
680
+ #: search/navigator_catalogue/facets
681
+ msgid "Implementation level"
682
+ msgstr ""
683
+
650
684
  #. Default: "Implementation time"
651
685
  #: components/theme/Views/AdaptationOptionView
652
686
  #: components/theme/Views/CaseStudyView
@@ -811,11 +845,6 @@ msgstr "Teisiniai aspektai"
811
845
  msgid "License"
812
846
  msgstr ""
813
847
 
814
- #. Default: "License status"
815
- #: search/navigator_catalogue/facets
816
- msgid "License status"
817
- msgstr ""
818
-
819
848
  #. Default: "Lifetime"
820
849
  #: components/theme/Views/AdaptationOptionView
821
850
  #: components/theme/Views/CaseStudyView
@@ -848,6 +877,7 @@ msgid "Looking for more information?"
848
877
  msgstr "Ieškote daugiau informacijos?"
849
878
 
850
879
  #. Default: "Macro-Transnational region:"
880
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
851
881
  #: components/theme/Content/Sections/GeographicMetadata
852
882
  msgid "Macro-Transnational region:"
853
883
  msgstr "Makro-tarptautinis regionas:"
@@ -877,6 +907,12 @@ msgstr "Misijos įrankis"
877
907
  msgid "Most useful for"
878
908
  msgstr "Labiausiai naudinga"
879
909
 
910
+ #. Default: "Municipalities & other:"
911
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
912
+ #: components/theme/Content/Sections/GeographicMetadata
913
+ msgid "Municipalities & other:"
914
+ msgstr ""
915
+
880
916
  #. Default: "National HHAP"
881
917
  #: components/manage/Blocks/CountryMapHeatIndex/Filter
882
918
  msgid "National HHAP"
@@ -887,11 +923,6 @@ msgstr "Nacionalinis HHAP"
887
923
  msgid "Nature based Solutions and Ecosystem based approaches"
888
924
  msgstr "Gamta pagrįsti sprendimai ir ekosistemomis pagrįsti metodai"
889
925
 
890
- #. Default: "Nature-based solution"
891
- #: search/navigator_catalogue/facets
892
- msgid "Nature-based solution"
893
- msgstr ""
894
-
895
926
  #. Default: "Navigate to this item"
896
927
  #: components/manage/Workflow/WorkflowLinkIntegrityModal
897
928
  msgid "Navigate to this item"
@@ -962,6 +993,11 @@ msgstr "Jokių rezultatų"
962
993
  msgid "Non-EU Languages"
963
994
  msgstr "Ne ES kalbos"
964
995
 
996
+ #. Default: "Not available"
997
+ #: components/theme/CompareTools/CompareToolsView
998
+ msgid "Not available"
999
+ msgstr ""
1000
+
965
1001
  #. Default: "Objectives of the adaptation measure"
966
1002
  #: components/theme/Views/CaseStudyView
967
1003
  msgid "Objectives of the adaptation measure"
@@ -1226,7 +1262,6 @@ msgstr "Skyriai"
1226
1262
  #. Default: "Sector"
1227
1263
  #: components/manage/Blocks/FilterAceContent/FilterAceContentView
1228
1264
  #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1229
- #: components/theme/CompareTools/CompareToolsView
1230
1265
  msgid "Sector"
1231
1266
  msgstr "Sektorius"
1232
1267
 
@@ -1341,6 +1376,7 @@ msgid "Step {current} of {total}"
1341
1376
  msgstr ""
1342
1377
 
1343
1378
  #. Default: "Sub Nationals:"
1379
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
1344
1380
  #: components/theme/Content/Sections/GeographicMetadata
1345
1381
  msgid "Sub Nationals:"
1346
1382
  msgstr "Subpiliečiai:"
@@ -1452,16 +1488,6 @@ msgstr "Tarptautiniai regionai"
1452
1488
  msgid "Type"
1453
1489
  msgstr ""
1454
1490
 
1455
- #. Default: "Type of Data"
1456
- #: search/navigator_catalogue/facets
1457
- msgid "Type of Data"
1458
- msgstr ""
1459
-
1460
- #. Default: "Type of Outputs"
1461
- #: search/navigator_catalogue/facets
1462
- msgid "Type of Outputs"
1463
- msgstr ""
1464
-
1465
1491
  #. Default: "Type of item"
1466
1492
  #: search/common
1467
1493
  #: search/mission_all/facets-all
@@ -1469,7 +1495,9 @@ msgid "Type of item"
1469
1495
  msgstr "Prekės tipas"
1470
1496
 
1471
1497
  #. Default: "Type of outputs"
1498
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1472
1499
  #: components/theme/Views/ExtendedToolView
1500
+ #: search/navigator_catalogue/facets
1473
1501
  msgid "Type of outputs"
1474
1502
  msgstr ""
1475
1503
 
@@ -1508,11 +1536,6 @@ msgstr ""
1508
1536
  msgid "User Group"
1509
1537
  msgstr ""
1510
1538
 
1511
- #. Default: "User Groups"
1512
- #: search/navigator_catalogue/facets
1513
- msgid "User Groups"
1514
- msgstr ""
1515
-
1516
1539
  #. Default: "User requirements"
1517
1540
  #: search/mission_tools/facets-tools
1518
1541
  msgid "User requirements"
@@ -62,13 +62,13 @@ msgid "Adaptation Sectors"
62
62
  msgstr "Adaptācijas nozares"
63
63
 
64
64
  #. Default: "Adaptation Support Cycle Step"
65
- #: search/navigator_catalogue/facets
66
65
  #: search/navigator_guide/facets
67
66
  msgid "Adaptation Support Cycle Step"
68
67
  msgstr ""
69
68
 
70
69
  #. Default: "Adaptation approaches"
71
70
  #: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
71
+ #: search/navigator_catalogue/facets
72
72
  msgid "Adaptation approaches"
73
73
  msgstr "Adaptācijas pieejas"
74
74
 
@@ -82,6 +82,11 @@ msgstr "Pielāgošanās iespēja"
82
82
  msgid "Adaptation options"
83
83
  msgstr "Adaptācijas iespējas"
84
84
 
85
+ #. Default: "Adaptation policy cycle"
86
+ #: search/navigator_catalogue/facets
87
+ msgid "Adaptation policy cycle"
88
+ msgstr ""
89
+
85
90
  #. Default: "Adaptation sectors"
86
91
  #: components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters
87
92
  #: components/manage/Blocks/CaseStudyExplorer/FeatureDisplay
@@ -140,6 +145,11 @@ msgstr "Visu laiku"
140
145
  msgid "At least two valid tools are required for comparison. Select tools from the Navigator Catalogue."
141
146
  msgstr ""
142
147
 
148
+ #. Default: "Available"
149
+ #: components/theme/CompareTools/CompareToolsView
150
+ msgid "Available"
151
+ msgstr ""
152
+
143
153
  #. Default: "Back"
144
154
  #: components/Search/NavigatorGuide/NavigatorGuideContentView
145
155
  msgid "Back"
@@ -156,6 +166,7 @@ msgid "Background information"
156
166
  msgstr "Fona informācija"
157
167
 
158
168
  #. Default: "Biogeographical regions:"
169
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
159
170
  #: components/theme/Content/Sections/GeographicMetadata
160
171
  msgid "Biogeographical regions:"
161
172
  msgstr "Bioģeogrāfiskie reģioni:"
@@ -220,6 +231,11 @@ msgstr "Kategorija"
220
231
  msgid "Challenges"
221
232
  msgstr "Izaicinājumi"
222
233
 
234
+ #. Default: "Check Navigator Catalogue"
235
+ #: components/theme/Views/ExtendedToolView
236
+ msgid "Check Navigator Catalogue"
237
+ msgstr ""
238
+
223
239
  #. Default: "Choose a file"
224
240
  #: components/manage/Widgets/PromotionalImageWidget
225
241
  msgid "Choose a file"
@@ -240,7 +256,14 @@ msgstr ""
240
256
  msgid "Choose thematic map:"
241
257
  msgstr "Izvēlieties tematisko karti:"
242
258
 
243
- #. Default: "City:"
259
+ #. Default: "Municipalities & other:"
260
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
261
+ #: components/theme/Content/Sections/GeographicMetadata
262
+ msgid "Cities:"
263
+ msgstr ""
264
+
265
+ #. Default: "Municipalities & other:"
266
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
244
267
  #: components/theme/Content/Sections/GeographicMetadata
245
268
  msgid "City:"
246
269
  msgstr "Pilsēta:"
@@ -350,6 +373,7 @@ msgid "Countries"
350
373
  msgstr "valstis"
351
374
 
352
375
  #. Default: "Countries:"
376
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
353
377
  #: components/theme/Content/Sections/GeographicMetadata
354
378
  msgid "Countries:"
355
379
  msgstr "Valstis:"
@@ -510,6 +534,11 @@ msgstr "Finansēšanas stimulēšanas instrumenti"
510
534
  msgid "Find the right tool"
511
535
  msgstr ""
512
536
 
537
+ #. Default: "Focus areas"
538
+ #: search/navigator_catalogue/facets
539
+ msgid "Focus areas"
540
+ msgstr ""
541
+
513
542
  #. Default: "For more search options"
514
543
  #: index
515
544
  msgid "For more search options"
@@ -647,6 +676,11 @@ msgstr "IPCC adaptācijas iespēju kategorijas:"
647
676
  msgid "If you have any further questions you can contact"
648
677
  msgstr "Ja jums ir vēl kādi jautājumi, varat sazināties"
649
678
 
679
+ #. Default: "Implementation level"
680
+ #: search/navigator_catalogue/facets
681
+ msgid "Implementation level"
682
+ msgstr ""
683
+
650
684
  #. Default: "Implementation time"
651
685
  #: components/theme/Views/AdaptationOptionView
652
686
  #: components/theme/Views/CaseStudyView
@@ -811,11 +845,6 @@ msgstr "Juridiskie aspekti"
811
845
  msgid "License"
812
846
  msgstr ""
813
847
 
814
- #. Default: "License status"
815
- #: search/navigator_catalogue/facets
816
- msgid "License status"
817
- msgstr ""
818
-
819
848
  #. Default: "Lifetime"
820
849
  #: components/theme/Views/AdaptationOptionView
821
850
  #: components/theme/Views/CaseStudyView
@@ -848,6 +877,7 @@ msgid "Looking for more information?"
848
877
  msgstr "Vai meklējat vairāk informācijas?"
849
878
 
850
879
  #. Default: "Macro-Transnational region:"
880
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
851
881
  #: components/theme/Content/Sections/GeographicMetadata
852
882
  msgid "Macro-Transnational region:"
853
883
  msgstr "Makro-starptautiskais reģions:"
@@ -877,6 +907,12 @@ msgstr "Misijas rīks"
877
907
  msgid "Most useful for"
878
908
  msgstr "Visnoderīgākais priekš"
879
909
 
910
+ #. Default: "Municipalities & other:"
911
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
912
+ #: components/theme/Content/Sections/GeographicMetadata
913
+ msgid "Municipalities & other:"
914
+ msgstr ""
915
+
880
916
  #. Default: "National HHAP"
881
917
  #: components/manage/Blocks/CountryMapHeatIndex/Filter
882
918
  msgid "National HHAP"
@@ -887,11 +923,6 @@ msgstr "Valsts HHAP"
887
923
  msgid "Nature based Solutions and Ecosystem based approaches"
888
924
  msgstr "Dabā balstīti risinājumi un ekosistēmu pieejas"
889
925
 
890
- #. Default: "Nature-based solution"
891
- #: search/navigator_catalogue/facets
892
- msgid "Nature-based solution"
893
- msgstr ""
894
-
895
926
  #. Default: "Navigate to this item"
896
927
  #: components/manage/Workflow/WorkflowLinkIntegrityModal
897
928
  msgid "Navigate to this item"
@@ -962,6 +993,11 @@ msgstr "Nav rezultātu"
962
993
  msgid "Non-EU Languages"
963
994
  msgstr "Valodas ārpus ES"
964
995
 
996
+ #. Default: "Not available"
997
+ #: components/theme/CompareTools/CompareToolsView
998
+ msgid "Not available"
999
+ msgstr ""
1000
+
965
1001
  #. Default: "Objectives of the adaptation measure"
966
1002
  #: components/theme/Views/CaseStudyView
967
1003
  msgid "Objectives of the adaptation measure"
@@ -1226,7 +1262,6 @@ msgstr "Sadaļas"
1226
1262
  #. Default: "Sector"
1227
1263
  #: components/manage/Blocks/FilterAceContent/FilterAceContentView
1228
1264
  #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1229
- #: components/theme/CompareTools/CompareToolsView
1230
1265
  msgid "Sector"
1231
1266
  msgstr "sektors"
1232
1267
 
@@ -1341,6 +1376,7 @@ msgid "Step {current} of {total}"
1341
1376
  msgstr ""
1342
1377
 
1343
1378
  #. Default: "Sub Nationals:"
1379
+ #: components/theme/Content/Sections/ExtendedToolGeographicMetadata
1344
1380
  #: components/theme/Content/Sections/GeographicMetadata
1345
1381
  msgid "Sub Nationals:"
1346
1382
  msgstr "Subpilsoņi:"
@@ -1452,16 +1488,6 @@ msgstr "Transnacionālie reģioni"
1452
1488
  msgid "Type"
1453
1489
  msgstr ""
1454
1490
 
1455
- #. Default: "Type of Data"
1456
- #: search/navigator_catalogue/facets
1457
- msgid "Type of Data"
1458
- msgstr ""
1459
-
1460
- #. Default: "Type of Outputs"
1461
- #: search/navigator_catalogue/facets
1462
- msgid "Type of Outputs"
1463
- msgstr ""
1464
-
1465
1491
  #. Default: "Type of item"
1466
1492
  #: search/common
1467
1493
  #: search/mission_all/facets-all
@@ -1469,7 +1495,9 @@ msgid "Type of item"
1469
1495
  msgstr "Preces veids"
1470
1496
 
1471
1497
  #. Default: "Type of outputs"
1498
+ #: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
1472
1499
  #: components/theme/Views/ExtendedToolView
1500
+ #: search/navigator_catalogue/facets
1473
1501
  msgid "Type of outputs"
1474
1502
  msgstr ""
1475
1503
 
@@ -1508,11 +1536,6 @@ msgstr ""
1508
1536
  msgid "User Group"
1509
1537
  msgstr ""
1510
1538
 
1511
- #. Default: "User Groups"
1512
- #: search/navigator_catalogue/facets
1513
- msgid "User Groups"
1514
- msgstr ""
1515
-
1516
1539
  #. Default: "User requirements"
1517
1540
  #: search/mission_tools/facets-tools
1518
1541
  msgid "User requirements"