@eeacms/volto-cca-policy 1.0.18 → 1.0.20
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 +27 -0
- package/locales/bg/LC_MESSAGES/volto.po +23 -2
- package/locales/cs/LC_MESSAGES/volto.po +23 -2
- package/locales/da/LC_MESSAGES/volto.po +23 -2
- package/locales/de/LC_MESSAGES/volto.po +23 -2
- package/locales/el/LC_MESSAGES/volto.po +23 -2
- package/locales/en/LC_MESSAGES/volto.po +23 -2
- package/locales/es/LC_MESSAGES/volto.po +23 -2
- package/locales/et/LC_MESSAGES/volto.po +23 -2
- package/locales/fi/LC_MESSAGES/volto.po +23 -2
- package/locales/fr/LC_MESSAGES/volto.po +23 -2
- package/locales/ga/LC_MESSAGES/volto.po +23 -2
- package/locales/hr/LC_MESSAGES/volto.po +23 -2
- package/locales/hu/LC_MESSAGES/volto.po +23 -2
- package/locales/is/LC_MESSAGES/volto.po +23 -2
- package/locales/it/LC_MESSAGES/volto.po +23 -2
- package/locales/lt/LC_MESSAGES/volto.po +23 -2
- package/locales/lv/LC_MESSAGES/volto.po +23 -2
- package/locales/mt/LC_MESSAGES/volto.po +23 -2
- package/locales/nl/LC_MESSAGES/volto.po +23 -2
- package/locales/nn/LC_MESSAGES/volto.po +23 -2
- package/locales/pl/LC_MESSAGES/volto.po +23 -2
- package/locales/pt/LC_MESSAGES/volto.po +23 -2
- package/locales/ro/LC_MESSAGES/volto.po +23 -2
- package/locales/sk/LC_MESSAGES/volto.po +23 -2
- package/locales/sl/LC_MESSAGES/volto.po +23 -2
- package/locales/sv/LC_MESSAGES/volto.po +23 -2
- package/locales/tr/LC_MESSAGES/volto.po +23 -2
- package/locales/volto.pot +24 -3
- package/package.json +1 -1
- package/src/components/Search/NavigatorCatalogue/utils.js +0 -12
- package/src/components/Search/NavigatorCatalogue/utils.test.js +0 -4
- package/src/components/theme/CompareTools/CompareToolsView.jsx +150 -81
- package/src/components/theme/CompareTools/CompareToolsView.test.jsx +72 -9
- package/src/components/theme/CompareTools/utils.js +33 -1
- package/src/components/theme/CompareTools/utils.test.jsx +128 -17
- package/src/components/theme/Content/Sections/ExtendedToolGeographicMetadata.jsx +78 -13
- package/src/components/theme/Content/Sections/ExtendedToolGeographicMetadata.test.jsx +110 -11
- package/src/components/theme/Content/Sections/GeographicMetadata.jsx +10 -1
- package/src/components/theme/Content/Sections/geographicMetadataUtils.js +5 -1
- package/theme/globals/navigator.less +42 -7
- package/theme/globals/views.less +26 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,33 @@ 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
|
+
### [1.0.20](https://github.com/eea/volto-cca-policy/compare/1.0.19...1.0.20) - 14 September 2026
|
|
8
|
+
|
|
9
|
+
#### :rocket: New Features
|
|
10
|
+
|
|
11
|
+
- feat: replace Cities label with Municipalities & other [Tiberiu Ichim - [`91953c8`](https://github.com/eea/volto-cca-policy/commit/91953c83251fd16274709a3dce7e9b7308e0a3d4)]
|
|
12
|
+
- feat: display geographic coverage in categorized tags with Cities label [Tiberiu Ichim - [`a5c1f29`](https://github.com/eea/volto-cca-policy/commit/a5c1f2956f83c7204bfaab34b0daae60ba1807bf)]
|
|
13
|
+
|
|
14
|
+
#### :hammer_and_wrench: Others
|
|
15
|
+
|
|
16
|
+
- i18n: sync locales after merge [Tiberiu Ichim - [`39a90e9`](https://github.com/eea/volto-cca-policy/commit/39a90e97c4f9e0469fe3dafa5ee3f9d4fc4af2a5)]
|
|
17
|
+
- i18n: update locales for Municipalities & other message [Tiberiu Ichim - [`24e4993`](https://github.com/eea/volto-cca-policy/commit/24e49939a45432daaabd1777fda65cd9e380faf5)]
|
|
18
|
+
- i18n: update locales for Cities message [Tiberiu Ichim - [`4114fc6`](https://github.com/eea/volto-cca-policy/commit/4114fc64a3ba6805cbc243fd1a59e4ae214fec09)]
|
|
19
|
+
### [1.0.19](https://github.com/eea/volto-cca-policy/compare/1.0.18...1.0.19) - 10 September 2026
|
|
20
|
+
|
|
21
|
+
#### :rocket: New Features
|
|
22
|
+
|
|
23
|
+
- feat: enhance comparison table with new output type and adaptation support cycle step features [kreafox - [`40e56ad`](https://github.com/eea/volto-cca-policy/commit/40e56adb144e283ce18bf36e87db5c36f286ab9c)]
|
|
24
|
+
- feat: enhance CompareToolsView with new comparison options and styling [kreafox - [`a912b50`](https://github.com/eea/volto-cca-policy/commit/a912b5006af55aefbd024b494cd9c810bfb22684)]
|
|
25
|
+
|
|
26
|
+
#### :nail_care: Enhancements
|
|
27
|
+
|
|
28
|
+
- change: comparison table export by removing unused fields and improve export functionality [kreafox - [`f9ee0f7`](https://github.com/eea/volto-cca-policy/commit/f9ee0f74d02153b9a233ef13264c026503534038)]
|
|
29
|
+
- change: update comparison options handling and enhance tests for adaptation support cycle steps [kreafox - [`fc2736b`](https://github.com/eea/volto-cca-policy/commit/fc2736b293e938b3e13367d96d3c8158c5435f49)]
|
|
30
|
+
|
|
31
|
+
#### :hammer_and_wrench: Others
|
|
32
|
+
|
|
33
|
+
- test: improve test readability and structure in Compare Tools utilities [kreafox - [`b6fc550`](https://github.com/eea/volto-cca-policy/commit/b6fc550db8f3ddbadf093c56596968caf94900ad)]
|
|
7
34
|
### [1.0.18](https://github.com/eea/volto-cca-policy/compare/1.0.17...1.0.18) - 10 September 2026
|
|
8
35
|
|
|
9
36
|
#### :rocket: New Features
|
|
@@ -156,6 +156,7 @@ msgid "Background information"
|
|
|
156
156
|
msgstr "Основна информация"
|
|
157
157
|
|
|
158
158
|
#. Default: "Biogeographical regions:"
|
|
159
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
159
160
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
160
161
|
msgid "Biogeographical regions:"
|
|
161
162
|
msgstr "Биогеографски региони:"
|
|
@@ -220,6 +221,11 @@ msgstr "Категория"
|
|
|
220
221
|
msgid "Challenges"
|
|
221
222
|
msgstr "Предизвикателства"
|
|
222
223
|
|
|
224
|
+
#. Default: "Check Navigator Catalogue"
|
|
225
|
+
#: components/theme/Views/ExtendedToolView
|
|
226
|
+
msgid "Check Navigator Catalogue"
|
|
227
|
+
msgstr ""
|
|
228
|
+
|
|
223
229
|
#. Default: "Choose a file"
|
|
224
230
|
#: components/manage/Widgets/PromotionalImageWidget
|
|
225
231
|
msgid "Choose a file"
|
|
@@ -240,7 +246,14 @@ msgstr ""
|
|
|
240
246
|
msgid "Choose thematic map:"
|
|
241
247
|
msgstr "Изберете тематична карта:"
|
|
242
248
|
|
|
243
|
-
#. Default: "
|
|
249
|
+
#. Default: "Municipalities & other:"
|
|
250
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
251
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
252
|
+
msgid "Cities:"
|
|
253
|
+
msgstr ""
|
|
254
|
+
|
|
255
|
+
#. Default: "Municipalities & other:"
|
|
256
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
244
257
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
245
258
|
msgid "City:"
|
|
246
259
|
msgstr "град:"
|
|
@@ -350,6 +363,7 @@ msgid "Countries"
|
|
|
350
363
|
msgstr "Държави"
|
|
351
364
|
|
|
352
365
|
#. Default: "Countries:"
|
|
366
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
353
367
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
354
368
|
msgid "Countries:"
|
|
355
369
|
msgstr "Държави:"
|
|
@@ -848,6 +862,7 @@ msgid "Looking for more information?"
|
|
|
848
862
|
msgstr "Търсите повече информация?"
|
|
849
863
|
|
|
850
864
|
#. Default: "Macro-Transnational region:"
|
|
865
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
851
866
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
852
867
|
msgid "Macro-Transnational region:"
|
|
853
868
|
msgstr "Макро-транснационален регион:"
|
|
@@ -877,6 +892,12 @@ msgstr "Инструмент на мисията"
|
|
|
877
892
|
msgid "Most useful for"
|
|
878
893
|
msgstr "Най-полезен за"
|
|
879
894
|
|
|
895
|
+
#. Default: "Municipalities & other:"
|
|
896
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
897
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
898
|
+
msgid "Municipalities & other:"
|
|
899
|
+
msgstr ""
|
|
900
|
+
|
|
880
901
|
#. Default: "National HHAP"
|
|
881
902
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
882
903
|
msgid "National HHAP"
|
|
@@ -1226,7 +1247,6 @@ msgstr "Раздели"
|
|
|
1226
1247
|
#. Default: "Sector"
|
|
1227
1248
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
1228
1249
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1229
|
-
#: components/theme/CompareTools/CompareToolsView
|
|
1230
1250
|
msgid "Sector"
|
|
1231
1251
|
msgstr "Сектор"
|
|
1232
1252
|
|
|
@@ -1341,6 +1361,7 @@ msgid "Step {current} of {total}"
|
|
|
1341
1361
|
msgstr ""
|
|
1342
1362
|
|
|
1343
1363
|
#. Default: "Sub Nationals:"
|
|
1364
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
1344
1365
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
1345
1366
|
msgid "Sub Nationals:"
|
|
1346
1367
|
msgstr "Субнационали:"
|
|
@@ -156,6 +156,7 @@ msgid "Background information"
|
|
|
156
156
|
msgstr "Základní informace"
|
|
157
157
|
|
|
158
158
|
#. Default: "Biogeographical regions:"
|
|
159
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
159
160
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
160
161
|
msgid "Biogeographical regions:"
|
|
161
162
|
msgstr "Biogeografické oblasti:"
|
|
@@ -220,6 +221,11 @@ msgstr "Kategorie"
|
|
|
220
221
|
msgid "Challenges"
|
|
221
222
|
msgstr "Výzvy"
|
|
222
223
|
|
|
224
|
+
#. Default: "Check Navigator Catalogue"
|
|
225
|
+
#: components/theme/Views/ExtendedToolView
|
|
226
|
+
msgid "Check Navigator Catalogue"
|
|
227
|
+
msgstr ""
|
|
228
|
+
|
|
223
229
|
#. Default: "Choose a file"
|
|
224
230
|
#: components/manage/Widgets/PromotionalImageWidget
|
|
225
231
|
msgid "Choose a file"
|
|
@@ -240,7 +246,14 @@ msgstr ""
|
|
|
240
246
|
msgid "Choose thematic map:"
|
|
241
247
|
msgstr "Vyberte si tematickou mapu:"
|
|
242
248
|
|
|
243
|
-
#. Default: "
|
|
249
|
+
#. Default: "Municipalities & other:"
|
|
250
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
251
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
252
|
+
msgid "Cities:"
|
|
253
|
+
msgstr ""
|
|
254
|
+
|
|
255
|
+
#. Default: "Municipalities & other:"
|
|
256
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
244
257
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
245
258
|
msgid "City:"
|
|
246
259
|
msgstr "Město:"
|
|
@@ -350,6 +363,7 @@ msgid "Countries"
|
|
|
350
363
|
msgstr "země"
|
|
351
364
|
|
|
352
365
|
#. Default: "Countries:"
|
|
366
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
353
367
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
354
368
|
msgid "Countries:"
|
|
355
369
|
msgstr "země:"
|
|
@@ -848,6 +862,7 @@ msgid "Looking for more information?"
|
|
|
848
862
|
msgstr "Hledáte další informace?"
|
|
849
863
|
|
|
850
864
|
#. Default: "Macro-Transnational region:"
|
|
865
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
851
866
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
852
867
|
msgid "Macro-Transnational region:"
|
|
853
868
|
msgstr "Makro-nadnárodní region:"
|
|
@@ -877,6 +892,12 @@ msgstr "Nástroj mise"
|
|
|
877
892
|
msgid "Most useful for"
|
|
878
893
|
msgstr "Nejužitečnější pro"
|
|
879
894
|
|
|
895
|
+
#. Default: "Municipalities & other:"
|
|
896
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
897
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
898
|
+
msgid "Municipalities & other:"
|
|
899
|
+
msgstr ""
|
|
900
|
+
|
|
880
901
|
#. Default: "National HHAP"
|
|
881
902
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
882
903
|
msgid "National HHAP"
|
|
@@ -1226,7 +1247,6 @@ msgstr "Sekce"
|
|
|
1226
1247
|
#. Default: "Sector"
|
|
1227
1248
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
1228
1249
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1229
|
-
#: components/theme/CompareTools/CompareToolsView
|
|
1230
1250
|
msgid "Sector"
|
|
1231
1251
|
msgstr "Sektor"
|
|
1232
1252
|
|
|
@@ -1341,6 +1361,7 @@ msgid "Step {current} of {total}"
|
|
|
1341
1361
|
msgstr ""
|
|
1342
1362
|
|
|
1343
1363
|
#. Default: "Sub Nationals:"
|
|
1364
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
1344
1365
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
1345
1366
|
msgid "Sub Nationals:"
|
|
1346
1367
|
msgstr "Sub Nationals:"
|
|
@@ -156,6 +156,7 @@ msgid "Background information"
|
|
|
156
156
|
msgstr "Baggrundsinformation"
|
|
157
157
|
|
|
158
158
|
#. Default: "Biogeographical regions:"
|
|
159
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
159
160
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
160
161
|
msgid "Biogeographical regions:"
|
|
161
162
|
msgstr "Biogeografiske regioner:"
|
|
@@ -220,6 +221,11 @@ msgstr "Kategori"
|
|
|
220
221
|
msgid "Challenges"
|
|
221
222
|
msgstr "Udfordringer"
|
|
222
223
|
|
|
224
|
+
#. Default: "Check Navigator Catalogue"
|
|
225
|
+
#: components/theme/Views/ExtendedToolView
|
|
226
|
+
msgid "Check Navigator Catalogue"
|
|
227
|
+
msgstr ""
|
|
228
|
+
|
|
223
229
|
#. Default: "Choose a file"
|
|
224
230
|
#: components/manage/Widgets/PromotionalImageWidget
|
|
225
231
|
msgid "Choose a file"
|
|
@@ -240,7 +246,14 @@ msgstr ""
|
|
|
240
246
|
msgid "Choose thematic map:"
|
|
241
247
|
msgstr "Vælg temakort:"
|
|
242
248
|
|
|
243
|
-
#. Default: "
|
|
249
|
+
#. Default: "Municipalities & other:"
|
|
250
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
251
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
252
|
+
msgid "Cities:"
|
|
253
|
+
msgstr ""
|
|
254
|
+
|
|
255
|
+
#. Default: "Municipalities & other:"
|
|
256
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
244
257
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
245
258
|
msgid "City:"
|
|
246
259
|
msgstr "By:"
|
|
@@ -350,6 +363,7 @@ msgid "Countries"
|
|
|
350
363
|
msgstr "lande"
|
|
351
364
|
|
|
352
365
|
#. Default: "Countries:"
|
|
366
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
353
367
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
354
368
|
msgid "Countries:"
|
|
355
369
|
msgstr "Lande:"
|
|
@@ -848,6 +862,7 @@ msgid "Looking for more information?"
|
|
|
848
862
|
msgstr "Leder du efter mere information?"
|
|
849
863
|
|
|
850
864
|
#. Default: "Macro-Transnational region:"
|
|
865
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
851
866
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
852
867
|
msgid "Macro-Transnational region:"
|
|
853
868
|
msgstr "Makro-transnational region:"
|
|
@@ -877,6 +892,12 @@ msgstr "Missionsværktøj"
|
|
|
877
892
|
msgid "Most useful for"
|
|
878
893
|
msgstr "Mest anvendelig til"
|
|
879
894
|
|
|
895
|
+
#. Default: "Municipalities & other:"
|
|
896
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
897
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
898
|
+
msgid "Municipalities & other:"
|
|
899
|
+
msgstr ""
|
|
900
|
+
|
|
880
901
|
#. Default: "National HHAP"
|
|
881
902
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
882
903
|
msgid "National HHAP"
|
|
@@ -1226,7 +1247,6 @@ msgstr "Afsnit"
|
|
|
1226
1247
|
#. Default: "Sector"
|
|
1227
1248
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
1228
1249
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1229
|
-
#: components/theme/CompareTools/CompareToolsView
|
|
1230
1250
|
msgid "Sector"
|
|
1231
1251
|
msgstr "Sektor"
|
|
1232
1252
|
|
|
@@ -1341,6 +1361,7 @@ msgid "Step {current} of {total}"
|
|
|
1341
1361
|
msgstr ""
|
|
1342
1362
|
|
|
1343
1363
|
#. Default: "Sub Nationals:"
|
|
1364
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
1344
1365
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
1345
1366
|
msgid "Sub Nationals:"
|
|
1346
1367
|
msgstr "Understatsborgere:"
|
|
@@ -156,6 +156,7 @@ msgid "Background information"
|
|
|
156
156
|
msgstr "Hintergrundinformationen"
|
|
157
157
|
|
|
158
158
|
#. Default: "Biogeographical regions:"
|
|
159
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
159
160
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
160
161
|
msgid "Biogeographical regions:"
|
|
161
162
|
msgstr "Biogeografische Regionen:"
|
|
@@ -220,6 +221,11 @@ msgstr "Kategorie"
|
|
|
220
221
|
msgid "Challenges"
|
|
221
222
|
msgstr "Herausforderungen"
|
|
222
223
|
|
|
224
|
+
#. Default: "Check Navigator Catalogue"
|
|
225
|
+
#: components/theme/Views/ExtendedToolView
|
|
226
|
+
msgid "Check Navigator Catalogue"
|
|
227
|
+
msgstr ""
|
|
228
|
+
|
|
223
229
|
#. Default: "Choose a file"
|
|
224
230
|
#: components/manage/Widgets/PromotionalImageWidget
|
|
225
231
|
msgid "Choose a file"
|
|
@@ -240,7 +246,14 @@ msgstr ""
|
|
|
240
246
|
msgid "Choose thematic map:"
|
|
241
247
|
msgstr "Wählen Sie eine thematische Karte:"
|
|
242
248
|
|
|
243
|
-
#. Default: "
|
|
249
|
+
#. Default: "Municipalities & other:"
|
|
250
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
251
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
252
|
+
msgid "Cities:"
|
|
253
|
+
msgstr ""
|
|
254
|
+
|
|
255
|
+
#. Default: "Municipalities & other:"
|
|
256
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
244
257
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
245
258
|
msgid "City:"
|
|
246
259
|
msgstr "Stadt:"
|
|
@@ -350,6 +363,7 @@ msgid "Countries"
|
|
|
350
363
|
msgstr "Länder"
|
|
351
364
|
|
|
352
365
|
#. Default: "Countries:"
|
|
366
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
353
367
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
354
368
|
msgid "Countries:"
|
|
355
369
|
msgstr "Länder:"
|
|
@@ -848,6 +862,7 @@ msgid "Looking for more information?"
|
|
|
848
862
|
msgstr "Suchen Sie weitere Informationen?"
|
|
849
863
|
|
|
850
864
|
#. Default: "Macro-Transnational region:"
|
|
865
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
851
866
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
852
867
|
msgid "Macro-Transnational region:"
|
|
853
868
|
msgstr "Makrotransnationale Region:"
|
|
@@ -877,6 +892,12 @@ msgstr "Missionswerkzeug"
|
|
|
877
892
|
msgid "Most useful for"
|
|
878
893
|
msgstr "Am nützlichsten für"
|
|
879
894
|
|
|
895
|
+
#. Default: "Municipalities & other:"
|
|
896
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
897
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
898
|
+
msgid "Municipalities & other:"
|
|
899
|
+
msgstr ""
|
|
900
|
+
|
|
880
901
|
#. Default: "National HHAP"
|
|
881
902
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
882
903
|
msgid "National HHAP"
|
|
@@ -1226,7 +1247,6 @@ msgstr "Abschnitte"
|
|
|
1226
1247
|
#. Default: "Sector"
|
|
1227
1248
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
1228
1249
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1229
|
-
#: components/theme/CompareTools/CompareToolsView
|
|
1230
1250
|
msgid "Sector"
|
|
1231
1251
|
msgstr "Sektor"
|
|
1232
1252
|
|
|
@@ -1341,6 +1361,7 @@ msgid "Step {current} of {total}"
|
|
|
1341
1361
|
msgstr ""
|
|
1342
1362
|
|
|
1343
1363
|
#. Default: "Sub Nationals:"
|
|
1364
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
1344
1365
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
1345
1366
|
msgid "Sub Nationals:"
|
|
1346
1367
|
msgstr "Unterstaatsangehörige:"
|
|
@@ -156,6 +156,7 @@ msgid "Background information"
|
|
|
156
156
|
msgstr "Πληροφορίες ιστορικού"
|
|
157
157
|
|
|
158
158
|
#. Default: "Biogeographical regions:"
|
|
159
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
159
160
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
160
161
|
msgid "Biogeographical regions:"
|
|
161
162
|
msgstr "Βιογεωγραφικές περιοχές:"
|
|
@@ -220,6 +221,11 @@ msgstr "Κατηγορία"
|
|
|
220
221
|
msgid "Challenges"
|
|
221
222
|
msgstr "Προκλήσεις"
|
|
222
223
|
|
|
224
|
+
#. Default: "Check Navigator Catalogue"
|
|
225
|
+
#: components/theme/Views/ExtendedToolView
|
|
226
|
+
msgid "Check Navigator Catalogue"
|
|
227
|
+
msgstr ""
|
|
228
|
+
|
|
223
229
|
#. Default: "Choose a file"
|
|
224
230
|
#: components/manage/Widgets/PromotionalImageWidget
|
|
225
231
|
msgid "Choose a file"
|
|
@@ -240,7 +246,14 @@ msgstr ""
|
|
|
240
246
|
msgid "Choose thematic map:"
|
|
241
247
|
msgstr "Επιλέξτε θεματικό χάρτη:"
|
|
242
248
|
|
|
243
|
-
#. Default: "
|
|
249
|
+
#. Default: "Municipalities & other:"
|
|
250
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
251
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
252
|
+
msgid "Cities:"
|
|
253
|
+
msgstr ""
|
|
254
|
+
|
|
255
|
+
#. Default: "Municipalities & other:"
|
|
256
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
244
257
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
245
258
|
msgid "City:"
|
|
246
259
|
msgstr "Πόλη:"
|
|
@@ -350,6 +363,7 @@ msgid "Countries"
|
|
|
350
363
|
msgstr "χωρών"
|
|
351
364
|
|
|
352
365
|
#. Default: "Countries:"
|
|
366
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
353
367
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
354
368
|
msgid "Countries:"
|
|
355
369
|
msgstr "Χώρες:"
|
|
@@ -848,6 +862,7 @@ msgid "Looking for more information?"
|
|
|
848
862
|
msgstr "Ψάχνετε για περισσότερες πληροφορίες;"
|
|
849
863
|
|
|
850
864
|
#. Default: "Macro-Transnational region:"
|
|
865
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
851
866
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
852
867
|
msgid "Macro-Transnational region:"
|
|
853
868
|
msgstr "Μακρο-διεθνική περιοχή:"
|
|
@@ -877,6 +892,12 @@ msgstr "Εργαλείο της αποστολής"
|
|
|
877
892
|
msgid "Most useful for"
|
|
878
893
|
msgstr "Το πιο χρήσιμο για"
|
|
879
894
|
|
|
895
|
+
#. Default: "Municipalities & other:"
|
|
896
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
897
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
898
|
+
msgid "Municipalities & other:"
|
|
899
|
+
msgstr ""
|
|
900
|
+
|
|
880
901
|
#. Default: "National HHAP"
|
|
881
902
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
882
903
|
msgid "National HHAP"
|
|
@@ -1226,7 +1247,6 @@ msgstr "Ενότητες"
|
|
|
1226
1247
|
#. Default: "Sector"
|
|
1227
1248
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
1228
1249
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1229
|
-
#: components/theme/CompareTools/CompareToolsView
|
|
1230
1250
|
msgid "Sector"
|
|
1231
1251
|
msgstr "Τομέας"
|
|
1232
1252
|
|
|
@@ -1341,6 +1361,7 @@ msgid "Step {current} of {total}"
|
|
|
1341
1361
|
msgstr ""
|
|
1342
1362
|
|
|
1343
1363
|
#. Default: "Sub Nationals:"
|
|
1364
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
1344
1365
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
1345
1366
|
msgid "Sub Nationals:"
|
|
1346
1367
|
msgstr "Υποεθνικές:"
|
|
@@ -156,6 +156,7 @@ msgid "Background information"
|
|
|
156
156
|
msgstr ""
|
|
157
157
|
|
|
158
158
|
#. Default: "Biogeographical regions:"
|
|
159
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
159
160
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
160
161
|
msgid "Biogeographical regions:"
|
|
161
162
|
msgstr ""
|
|
@@ -220,6 +221,11 @@ msgstr ""
|
|
|
220
221
|
msgid "Challenges"
|
|
221
222
|
msgstr ""
|
|
222
223
|
|
|
224
|
+
#. Default: "Check Navigator Catalogue"
|
|
225
|
+
#: components/theme/Views/ExtendedToolView
|
|
226
|
+
msgid "Check Navigator Catalogue"
|
|
227
|
+
msgstr ""
|
|
228
|
+
|
|
223
229
|
#. Default: "Choose a file"
|
|
224
230
|
#: components/manage/Widgets/PromotionalImageWidget
|
|
225
231
|
msgid "Choose a file"
|
|
@@ -240,7 +246,14 @@ msgstr ""
|
|
|
240
246
|
msgid "Choose thematic map:"
|
|
241
247
|
msgstr ""
|
|
242
248
|
|
|
243
|
-
#. Default: "
|
|
249
|
+
#. Default: "Municipalities & other:"
|
|
250
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
251
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
252
|
+
msgid "Cities:"
|
|
253
|
+
msgstr ""
|
|
254
|
+
|
|
255
|
+
#. Default: "Municipalities & other:"
|
|
256
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
244
257
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
245
258
|
msgid "City:"
|
|
246
259
|
msgstr ""
|
|
@@ -350,6 +363,7 @@ msgid "Countries"
|
|
|
350
363
|
msgstr ""
|
|
351
364
|
|
|
352
365
|
#. Default: "Countries:"
|
|
366
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
353
367
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
354
368
|
msgid "Countries:"
|
|
355
369
|
msgstr ""
|
|
@@ -848,6 +862,7 @@ msgid "Looking for more information?"
|
|
|
848
862
|
msgstr ""
|
|
849
863
|
|
|
850
864
|
#. Default: "Macro-Transnational region:"
|
|
865
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
851
866
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
852
867
|
msgid "Macro-Transnational region:"
|
|
853
868
|
msgstr ""
|
|
@@ -877,6 +892,12 @@ msgstr ""
|
|
|
877
892
|
msgid "Most useful for"
|
|
878
893
|
msgstr ""
|
|
879
894
|
|
|
895
|
+
#. Default: "Municipalities & other:"
|
|
896
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
897
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
898
|
+
msgid "Municipalities & other:"
|
|
899
|
+
msgstr ""
|
|
900
|
+
|
|
880
901
|
#. Default: "National HHAP"
|
|
881
902
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
882
903
|
msgid "National HHAP"
|
|
@@ -1226,7 +1247,6 @@ msgstr ""
|
|
|
1226
1247
|
#. Default: "Sector"
|
|
1227
1248
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
1228
1249
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1229
|
-
#: components/theme/CompareTools/CompareToolsView
|
|
1230
1250
|
msgid "Sector"
|
|
1231
1251
|
msgstr ""
|
|
1232
1252
|
|
|
@@ -1341,6 +1361,7 @@ msgid "Step {current} of {total}"
|
|
|
1341
1361
|
msgstr ""
|
|
1342
1362
|
|
|
1343
1363
|
#. Default: "Sub Nationals:"
|
|
1364
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
1344
1365
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
1345
1366
|
msgid "Sub Nationals:"
|
|
1346
1367
|
msgstr ""
|
|
@@ -156,6 +156,7 @@ msgid "Background information"
|
|
|
156
156
|
msgstr "Información previa"
|
|
157
157
|
|
|
158
158
|
#. Default: "Biogeographical regions:"
|
|
159
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
159
160
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
160
161
|
msgid "Biogeographical regions:"
|
|
161
162
|
msgstr "Regiones biogeográficas:"
|
|
@@ -220,6 +221,11 @@ msgstr "Categoría"
|
|
|
220
221
|
msgid "Challenges"
|
|
221
222
|
msgstr "Desafíos"
|
|
222
223
|
|
|
224
|
+
#. Default: "Check Navigator Catalogue"
|
|
225
|
+
#: components/theme/Views/ExtendedToolView
|
|
226
|
+
msgid "Check Navigator Catalogue"
|
|
227
|
+
msgstr ""
|
|
228
|
+
|
|
223
229
|
#. Default: "Choose a file"
|
|
224
230
|
#: components/manage/Widgets/PromotionalImageWidget
|
|
225
231
|
msgid "Choose a file"
|
|
@@ -240,7 +246,14 @@ msgstr ""
|
|
|
240
246
|
msgid "Choose thematic map:"
|
|
241
247
|
msgstr "Elija mapa temático:"
|
|
242
248
|
|
|
243
|
-
#. Default: "
|
|
249
|
+
#. Default: "Municipalities & other:"
|
|
250
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
251
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
252
|
+
msgid "Cities:"
|
|
253
|
+
msgstr ""
|
|
254
|
+
|
|
255
|
+
#. Default: "Municipalities & other:"
|
|
256
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
244
257
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
245
258
|
msgid "City:"
|
|
246
259
|
msgstr "Ciudad:"
|
|
@@ -350,6 +363,7 @@ msgid "Countries"
|
|
|
350
363
|
msgstr "Países"
|
|
351
364
|
|
|
352
365
|
#. Default: "Countries:"
|
|
366
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
353
367
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
354
368
|
msgid "Countries:"
|
|
355
369
|
msgstr "Países:"
|
|
@@ -848,6 +862,7 @@ msgid "Looking for more information?"
|
|
|
848
862
|
msgstr "¿Busca más información?"
|
|
849
863
|
|
|
850
864
|
#. Default: "Macro-Transnational region:"
|
|
865
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
851
866
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
852
867
|
msgid "Macro-Transnational region:"
|
|
853
868
|
msgstr "Región Macro-Transnacional:"
|
|
@@ -877,6 +892,12 @@ msgstr "Herramienta de la misión"
|
|
|
877
892
|
msgid "Most useful for"
|
|
878
893
|
msgstr "Más útil para"
|
|
879
894
|
|
|
895
|
+
#. Default: "Municipalities & other:"
|
|
896
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
897
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
898
|
+
msgid "Municipalities & other:"
|
|
899
|
+
msgstr ""
|
|
900
|
+
|
|
880
901
|
#. Default: "National HHAP"
|
|
881
902
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
882
903
|
msgid "National HHAP"
|
|
@@ -1226,7 +1247,6 @@ msgstr "Secciones"
|
|
|
1226
1247
|
#. Default: "Sector"
|
|
1227
1248
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
1228
1249
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1229
|
-
#: components/theme/CompareTools/CompareToolsView
|
|
1230
1250
|
msgid "Sector"
|
|
1231
1251
|
msgstr "Sector"
|
|
1232
1252
|
|
|
@@ -1341,6 +1361,7 @@ msgid "Step {current} of {total}"
|
|
|
1341
1361
|
msgstr ""
|
|
1342
1362
|
|
|
1343
1363
|
#. Default: "Sub Nationals:"
|
|
1364
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
1344
1365
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
1345
1366
|
msgid "Sub Nationals:"
|
|
1346
1367
|
msgstr "Subnacionales:"
|
|
@@ -156,6 +156,7 @@ msgid "Background information"
|
|
|
156
156
|
msgstr "Taustteave"
|
|
157
157
|
|
|
158
158
|
#. Default: "Biogeographical regions:"
|
|
159
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
159
160
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
160
161
|
msgid "Biogeographical regions:"
|
|
161
162
|
msgstr "Biogeograafilised piirkonnad:"
|
|
@@ -220,6 +221,11 @@ msgstr "Kategooria"
|
|
|
220
221
|
msgid "Challenges"
|
|
221
222
|
msgstr "Väljakutsed"
|
|
222
223
|
|
|
224
|
+
#. Default: "Check Navigator Catalogue"
|
|
225
|
+
#: components/theme/Views/ExtendedToolView
|
|
226
|
+
msgid "Check Navigator Catalogue"
|
|
227
|
+
msgstr ""
|
|
228
|
+
|
|
223
229
|
#. Default: "Choose a file"
|
|
224
230
|
#: components/manage/Widgets/PromotionalImageWidget
|
|
225
231
|
msgid "Choose a file"
|
|
@@ -240,7 +246,14 @@ msgstr ""
|
|
|
240
246
|
msgid "Choose thematic map:"
|
|
241
247
|
msgstr "Valige temaatiline kaart:"
|
|
242
248
|
|
|
243
|
-
#. Default: "
|
|
249
|
+
#. Default: "Municipalities & other:"
|
|
250
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
251
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
252
|
+
msgid "Cities:"
|
|
253
|
+
msgstr ""
|
|
254
|
+
|
|
255
|
+
#. Default: "Municipalities & other:"
|
|
256
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
244
257
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
245
258
|
msgid "City:"
|
|
246
259
|
msgstr "Linn:"
|
|
@@ -350,6 +363,7 @@ msgid "Countries"
|
|
|
350
363
|
msgstr "Riigid"
|
|
351
364
|
|
|
352
365
|
#. Default: "Countries:"
|
|
366
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
353
367
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
354
368
|
msgid "Countries:"
|
|
355
369
|
msgstr "Riigid:"
|
|
@@ -848,6 +862,7 @@ msgid "Looking for more information?"
|
|
|
848
862
|
msgstr "Kas otsite lisateavet?"
|
|
849
863
|
|
|
850
864
|
#. Default: "Macro-Transnational region:"
|
|
865
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
851
866
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
852
867
|
msgid "Macro-Transnational region:"
|
|
853
868
|
msgstr "Makro-rahvusvaheline piirkond:"
|
|
@@ -877,6 +892,12 @@ msgstr "Missiooni tööriist"
|
|
|
877
892
|
msgid "Most useful for"
|
|
878
893
|
msgstr "Kõige kasulikum"
|
|
879
894
|
|
|
895
|
+
#. Default: "Municipalities & other:"
|
|
896
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
897
|
+
#: components/theme/Content/Sections/GeographicMetadata
|
|
898
|
+
msgid "Municipalities & other:"
|
|
899
|
+
msgstr ""
|
|
900
|
+
|
|
880
901
|
#. Default: "National HHAP"
|
|
881
902
|
#: components/manage/Blocks/CountryMapHeatIndex/Filter
|
|
882
903
|
msgid "National HHAP"
|
|
@@ -1226,7 +1247,6 @@ msgstr "Sektsioonid"
|
|
|
1226
1247
|
#. Default: "Sector"
|
|
1227
1248
|
#: components/manage/Blocks/FilterAceContent/FilterAceContentView
|
|
1228
1249
|
#: components/Search/NavigatorCatalogue/NavigatorCatalogueCardItem
|
|
1229
|
-
#: components/theme/CompareTools/CompareToolsView
|
|
1230
1250
|
msgid "Sector"
|
|
1231
1251
|
msgstr "Sektor"
|
|
1232
1252
|
|
|
@@ -1341,6 +1361,7 @@ msgid "Step {current} of {total}"
|
|
|
1341
1361
|
msgstr ""
|
|
1342
1362
|
|
|
1343
1363
|
#. Default: "Sub Nationals:"
|
|
1364
|
+
#: components/theme/Content/Sections/ExtendedToolGeographicMetadata
|
|
1344
1365
|
#: components/theme/Content/Sections/GeographicMetadata
|
|
1345
1366
|
msgid "Sub Nationals:"
|
|
1346
1367
|
msgstr "Subkodanikud:"
|