@eeacms/volto-cca-policy 0.3.2 → 0.3.3
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 +14 -8
- package/locales/bg/LC_MESSAGES/volto.po +35 -0
- package/locales/cs/LC_MESSAGES/volto.po +35 -0
- package/locales/de/LC_MESSAGES/volto.po +35 -0
- package/locales/en/LC_MESSAGES/volto.po +35 -0
- package/locales/es/LC_MESSAGES/volto.po +35 -0
- package/locales/et/LC_MESSAGES/volto.po +35 -0
- package/locales/fi/LC_MESSAGES/volto.po +35 -0
- package/locales/fr/LC_MESSAGES/volto.po +35 -0
- package/locales/ga/LC_MESSAGES/volto.po +35 -0
- package/locales/hr/LC_MESSAGES/volto.po +35 -0
- package/locales/hu/LC_MESSAGES/volto.po +35 -0
- package/locales/it/LC_MESSAGES/volto.po +35 -0
- package/locales/lt/LC_MESSAGES/volto.po +35 -0
- package/locales/nl/LC_MESSAGES/volto.po +35 -0
- package/locales/pl/LC_MESSAGES/volto.po +35 -0
- package/locales/pt/LC_MESSAGES/volto.po +35 -0
- package/locales/ro/LC_MESSAGES/volto.po +35 -0
- package/locales/sl/LC_MESSAGES/volto.po +35 -0
- package/locales/volto.pot +36 -1
- package/package.json +1 -1
- package/src/components/manage/Blocks/CountryProfileDetail/View.js +1 -1
- package/src/components/manage/Blocks/TransRegionSelect/TransRegionSelectView.jsx +6 -5
- package/src/components/manage/Blocks/TransRegionSelect/schema.js +7 -1
- package/src/search/common.js +22 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [0.3.3](https://github.com/eea/volto-cca-policy/compare/0.3.2...0.3.3) - 10 February 2025
|
|
8
|
+
|
|
9
|
+
#### :house: Internal changes
|
|
10
|
+
|
|
11
|
+
- style: Automated code fix [eea-jenkins - [`ee754aa`](https://github.com/eea/volto-cca-policy/commit/ee754aae8d0453a68fd47b55081e3492a805662e)]
|
|
12
|
+
|
|
13
|
+
#### :hammer_and_wrench: Others
|
|
14
|
+
|
|
15
|
+
- Restore defautl for language [Tiberiu Ichim - [`9ce94b1`](https://github.com/eea/volto-cca-policy/commit/9ce94b16a0d7aa1bd5f82581df7e90a474337060)]
|
|
16
|
+
- Refs #283012 - translations last periods list [Tripon Eugen - [`b66aa33`](https://github.com/eea/volto-cca-policy/commit/b66aa333faed7825d077e5392b53457693f5eb85)]
|
|
17
|
+
- Don't crash in country profile view [Tiberiu Ichim - [`c96f076`](https://github.com/eea/volto-cca-policy/commit/c96f07683dbb9eeb568db73658f5035b6118afe5)]
|
|
18
|
+
- Remove console.log [Tiberiu Ichim - [`53be58b`](https://github.com/eea/volto-cca-policy/commit/53be58b8a4a812812168aa078a261e867a52d60a)]
|
|
19
|
+
- Allow selection of transnational region [Tiberiu Ichim - [`cf6250c`](https://github.com/eea/volto-cca-policy/commit/cf6250c425ea046467f15d52b9d6437b78063c76)]
|
|
20
|
+
- Allow selection of transnational region [Tiberiu Ichim - [`f313e24`](https://github.com/eea/volto-cca-policy/commit/f313e24c819428b10fea44eb162a74b9f00fd220)]
|
|
7
21
|
### [0.3.2](https://github.com/eea/volto-cca-policy/compare/0.3.1...0.3.2) - 7 February 2025
|
|
8
22
|
|
|
9
23
|
#### :rocket: Dependency updates
|
|
@@ -1893,13 +1907,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1893
1907
|
- Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
|
|
1894
1908
|
- Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
|
|
1895
1909
|
- Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
|
|
1896
|
-
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
|
|
1897
|
-
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
|
|
1898
1910
|
### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
|
|
1899
1911
|
|
|
1900
1912
|
#### :house: Internal changes
|
|
1901
1913
|
|
|
1902
|
-
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
|
|
1903
1914
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
|
|
1904
1915
|
|
|
1905
1916
|
#### :hammer_and_wrench: Others
|
|
@@ -1916,9 +1927,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1916
1927
|
- Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
|
|
1917
1928
|
- Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
|
|
1918
1929
|
- Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
|
|
1919
|
-
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
|
|
1920
|
-
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
|
|
1921
|
-
- test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
|
|
1922
1930
|
- Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
|
|
1923
1931
|
- Refs #256681 - Fix error in CCA Event view menu. ([React Intl] An id must be provided to format a message.) [GhitaB - [`517eeb8`](https://github.com/eea/volto-cca-policy/commit/517eeb817264a47bbfd6b9b7d22aaf22d44ed224)]
|
|
1924
1932
|
- Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
|
|
@@ -2135,7 +2143,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2135
2143
|
|
|
2136
2144
|
#### :house: Internal changes
|
|
2137
2145
|
|
|
2138
|
-
- chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
|
|
2139
2146
|
|
|
2140
2147
|
#### :hammer_and_wrench: Others
|
|
2141
2148
|
|
|
@@ -2616,7 +2623,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
2616
2623
|
#### :hammer_and_wrench: Others
|
|
2617
2624
|
|
|
2618
2625
|
- Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
|
|
2619
|
-
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
|
|
2620
2626
|
### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
|
|
2621
2627
|
|
|
2622
2628
|
#### :hammer_and_wrench: Others
|
|
@@ -74,6 +74,11 @@ msgstr "Допълнителни подробности"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Дневен ред и придружаващи документи"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Миналата година"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Език на конференцията"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Език(ци) на инструмента"
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "Последните 2 години"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "Последните 3 месеца"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "Последните 5 години"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Миналия месец"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "Миналата седмица"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "Миналата година"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "Další podrobnosti"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Pořad jednání a podklady"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Celou dobu"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Jazyk konference"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Jazyk(y) nástroje"
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "Poslední 2 roky"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "Poslední 3 měsíce"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "Posledních 5 let"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Minulý měsíc"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "Minulý týden"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "Loni"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "Zusätzliche Details"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Agenda und weiterführende Dokumente"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Alle Zeiten"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Konferenzsprache"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Sprache(n) des Tools"
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "Letzte 2 Jahre"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "Letzte 3 Monate"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "Letzte 5 Jahre"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Letzten Monat"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "Letzte Woche"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "Letztes Jahr"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr ""
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr ""
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr ""
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr ""
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr ""
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr ""
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr ""
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr ""
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr ""
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr ""
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr ""
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "Información adicional"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Orden del día y documentos de apoyo"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Todo el tiempo"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Idioma de la conferencia"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Idioma(s) de la herramienta"
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "últimos 2 años"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "últimos 3 meses"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "últimos 5 años"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Mes pasado"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "La semana pasada"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "El año pasado"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "Täiendavad üksikasjad"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Päevakord ja tõendavad dokumendid"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Kogu aeg"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Konverentsi keel"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Tööriista keel(ed)."
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "Viimased 2 aastat"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "Viimased 3 kuud"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "Viimased 5 aastat"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Eelmisel kuul"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "Eelmisel nädalal"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "Eelmisel aastal"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "Lisätiedot"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Esityslista ja tausta-asiakirjat"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Koko ajan"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Konferenssin kieli"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Työkalun kieli(t)."
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "Viimeiset 2 vuotta"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "Viimeiset 3 kuukautta"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "Viimeiset 5 vuotta"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Viime kuussa"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "Viime viikolla"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "Viime vuonna"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "Détails supplémentaires"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Ordre du jour et pièces justificatives"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Tout le temps"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Langue de la conférence"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Langue(s) de l'outil"
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "2 dernières années"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "3 derniers mois"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "5 dernières années"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Mois dernier"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "La semaine dernière"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "L'année dernière"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "Sonraí breise"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Clár oibre agus doiciméid tacaíochta"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "An t-am ar fad"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Teanga na Comhdhála"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Teanga(cha) na huirlise"
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "2 bhliain seo caite"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "3 mhí seo caite"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "5 bliana anuas"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "An mhí seo caite"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "An tseachtain seo caite"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "An bhliain seo caite"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "Dodatni podaci"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Dnevni red i popratni dokumenti"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Sve vrijeme"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Jezik konferencije"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Jezik(i) alata"
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "Zadnje 2 godine"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "Zadnja 3 mjeseca"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "Zadnjih 5 godina"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Prošli mjesec"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "Prošli tjedan"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "Prošle godine"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "További részletek"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Napirend és igazoló dokumentumok"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Minden alkalommal"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "A konferencia nyelve"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Az eszköz nyelve(i)."
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "Az elmúlt 2 év"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "Az elmúlt 3 hónap"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "Az elmúlt 5 év"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Múlt hónapban"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "Múlt héten"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "Tavaly"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "Dettagli aggiuntivi"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Agenda e documenti giustificativi"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Tutto il tempo"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Lingua della conferenza"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Lingua/e dello strumento"
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "Ultimi 2 anni"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "Ultimi 3 mesi"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "Ultimi 5 anni"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Il mese scorso"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "La settimana scorsa"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "L'anno scorso"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "Papildoma informacija"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Darbotvarkė ir patvirtinamieji dokumentai"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Visą laiką"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Konferencijos kalba"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Įrankio kalba (-os)."
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "Paskutinius 2 metus"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "Paskutiniai 3 mėn"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "Paskutiniai 5 metai"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Praėjusį mėnesį"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "Praėjusią savaitę"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "Praėjusiais metais"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "Aanvullende details"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Agenda en ondersteunende documenten"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Altijd"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Taal van de conferentie"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Taal/talen van de tool"
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "Laatste 2 jaar"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "Laatste 3 maanden"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "Laatste 5 jaar"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Vorige maand"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "Vorige week"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "Vorig jaar"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "Dodatkowe Szczegóły"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Agenda i dokumenty uzupełniające"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Cały czas"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Język konferencji"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Język(i) narzędzia"
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "Ostatnie 2 lata"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "Ostatnie 3 miesiące"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "Ostatnie 5 lat"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Ostatni miesiąc"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "Ostatni tydzień"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "W ubiegłym roku"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "Informações adicionais"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Ordem de trabalhos e documentos comprovativos"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Todo o tempo"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Língua da conferência"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Idioma(s) da ferramenta"
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "Últimos 2 anos"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "Últimos 3 meses"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "Últimos 5 anos"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Mês passado"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "Semana passada"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "Ano passado"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "Detalii suplimentare"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Ordinea de zi și documentele justificative"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Toate"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Limba conferinței"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Limba(e) instrumentului"
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "Ultimii 2 ani"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "Ultimele 3 luni"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "Ultimii 5 ani"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Luna trecută"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "Săptămâna trecută"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "Anul trecut"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
|
@@ -74,6 +74,11 @@ msgstr "Dodatne podrobnosti"
|
|
|
74
74
|
msgid "Agenda and supporting documents"
|
|
75
75
|
msgstr "Dnevni red in spremni dokumenti"
|
|
76
76
|
|
|
77
|
+
#. Default: "All time"
|
|
78
|
+
#: search/common
|
|
79
|
+
msgid "All time"
|
|
80
|
+
msgstr "Ves čas"
|
|
81
|
+
|
|
77
82
|
#. Default: "Background information"
|
|
78
83
|
#: components/theme/Views/C3SIndicatorView
|
|
79
84
|
msgid "Background information"
|
|
@@ -445,6 +450,36 @@ msgstr "Jezik konference"
|
|
|
445
450
|
msgid "Language(s) of the tool"
|
|
446
451
|
msgstr "Jezik(-i) orodja"
|
|
447
452
|
|
|
453
|
+
#. Default: "Last 2 years"
|
|
454
|
+
#: search/common
|
|
455
|
+
msgid "Last 2 years"
|
|
456
|
+
msgstr "Zadnji 2 leti"
|
|
457
|
+
|
|
458
|
+
#. Default: "Last 3 months"
|
|
459
|
+
#: search/common
|
|
460
|
+
msgid "Last 3 months"
|
|
461
|
+
msgstr "Zadnje 3 mesece"
|
|
462
|
+
|
|
463
|
+
#. Default: "Last 5 years"
|
|
464
|
+
#: search/common
|
|
465
|
+
msgid "Last 5 years"
|
|
466
|
+
msgstr "Zadnjih 5 let"
|
|
467
|
+
|
|
468
|
+
#. Default: "Last month"
|
|
469
|
+
#: search/common
|
|
470
|
+
msgid "Last month"
|
|
471
|
+
msgstr "Prejšnji mesec"
|
|
472
|
+
|
|
473
|
+
#. Default: "Last week"
|
|
474
|
+
#: search/common
|
|
475
|
+
msgid "Last week"
|
|
476
|
+
msgstr "Prejšnji teden"
|
|
477
|
+
|
|
478
|
+
#. Default: "Last year"
|
|
479
|
+
#: search/common
|
|
480
|
+
msgid "Last year"
|
|
481
|
+
msgstr "Lansko leto"
|
|
482
|
+
|
|
448
483
|
#. Default: "Lead"
|
|
449
484
|
#: components/theme/Views/ProjectView
|
|
450
485
|
msgid "Lead"
|
package/locales/volto.pot
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
msgid ""
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
|
-
"POT-Creation-Date: 2025-02-
|
|
4
|
+
"POT-Creation-Date: 2025-02-10T08:03:03.497Z\n"
|
|
5
5
|
"Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
6
6
|
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
7
7
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
@@ -76,6 +76,11 @@ msgstr ""
|
|
|
76
76
|
msgid "Agenda and supporting documents"
|
|
77
77
|
msgstr ""
|
|
78
78
|
|
|
79
|
+
#. Default: "All time"
|
|
80
|
+
#: search/common
|
|
81
|
+
msgid "All time"
|
|
82
|
+
msgstr ""
|
|
83
|
+
|
|
79
84
|
#. Default: "Background information"
|
|
80
85
|
#: components/theme/Views/C3SIndicatorView
|
|
81
86
|
msgid "Background information"
|
|
@@ -447,6 +452,36 @@ msgstr ""
|
|
|
447
452
|
msgid "Language(s) of the tool"
|
|
448
453
|
msgstr ""
|
|
449
454
|
|
|
455
|
+
#. Default: "Last 2 years"
|
|
456
|
+
#: search/common
|
|
457
|
+
msgid "Last 2 years"
|
|
458
|
+
msgstr ""
|
|
459
|
+
|
|
460
|
+
#. Default: "Last 3 months"
|
|
461
|
+
#: search/common
|
|
462
|
+
msgid "Last 3 months"
|
|
463
|
+
msgstr ""
|
|
464
|
+
|
|
465
|
+
#. Default: "Last 5 years"
|
|
466
|
+
#: search/common
|
|
467
|
+
msgid "Last 5 years"
|
|
468
|
+
msgstr ""
|
|
469
|
+
|
|
470
|
+
#. Default: "Last month"
|
|
471
|
+
#: search/common
|
|
472
|
+
msgid "Last month"
|
|
473
|
+
msgstr ""
|
|
474
|
+
|
|
475
|
+
#. Default: "Last week"
|
|
476
|
+
#: search/common
|
|
477
|
+
msgid "Last week"
|
|
478
|
+
msgstr ""
|
|
479
|
+
|
|
480
|
+
#. Default: "Last year"
|
|
481
|
+
#: search/common
|
|
482
|
+
msgid "Last year"
|
|
483
|
+
msgstr ""
|
|
484
|
+
|
|
450
485
|
#. Default: "Lead"
|
|
451
486
|
#: components/theme/Views/ProjectView
|
|
452
487
|
msgid "Lead"
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@ export default function View(props) {
|
|
|
9
9
|
// const dataJson = JSON.parse(
|
|
10
10
|
// props?.properties['@components']?.countryprofile?.html,
|
|
11
11
|
// );
|
|
12
|
-
const dataJson = props?.properties['@components']?.countryprofile?.html;
|
|
12
|
+
const dataJson = props?.properties['@components']?.countryprofile?.html || {};
|
|
13
13
|
const [activePanes, setActivePanes] = React.useState({});
|
|
14
14
|
|
|
15
15
|
const panes = [];
|
|
@@ -38,13 +38,14 @@ export default function TransRegionSelectView(props) {
|
|
|
38
38
|
const { data, metadata, properties, mode = 'view' } = props;
|
|
39
39
|
const content = metadata || properties;
|
|
40
40
|
if (mode === 'edit') {
|
|
41
|
-
return <div>TransRegionSelectView</div>;
|
|
41
|
+
return <div>TransRegionSelectView: {data.region}</div>;
|
|
42
42
|
}
|
|
43
43
|
const { title } = content;
|
|
44
|
-
const { regions, countries: countriesAndFlag } =
|
|
45
|
-
'transnationalregion'
|
|
46
|
-
];
|
|
47
|
-
|
|
44
|
+
const { regions, countries: countriesAndFlag } =
|
|
45
|
+
content['@components']['transnationalregion'] || data._v_ || {};
|
|
46
|
+
const [countries] = countriesAndFlag || [];
|
|
47
|
+
|
|
48
|
+
// console.log(regions, countries);
|
|
48
49
|
|
|
49
50
|
const defaultValue = !!countries
|
|
50
51
|
? title
|
|
@@ -4,13 +4,19 @@ export default {
|
|
|
4
4
|
{
|
|
5
5
|
id: 'default',
|
|
6
6
|
title: 'Default',
|
|
7
|
-
fields: ['title'],
|
|
7
|
+
fields: ['title', 'region'],
|
|
8
8
|
},
|
|
9
9
|
],
|
|
10
10
|
properties: {
|
|
11
11
|
title: {
|
|
12
12
|
title: 'Block title',
|
|
13
13
|
},
|
|
14
|
+
region: {
|
|
15
|
+
title: 'Region',
|
|
16
|
+
vocabulary: {
|
|
17
|
+
'@id': 'eea.climateadapt.regions',
|
|
18
|
+
},
|
|
19
|
+
},
|
|
14
20
|
},
|
|
15
21
|
required: [],
|
|
16
22
|
};
|
package/src/search/common.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { booleanFacet } from '@eeacms/search';
|
|
2
2
|
import { getTodayWithTime } from './utils';
|
|
3
3
|
|
|
4
|
-
import { defineMessages } from 'react-intl';
|
|
4
|
+
import { defineMessages, FormattedMessage } from 'react-intl';
|
|
5
5
|
|
|
6
6
|
const messages = defineMessages({
|
|
7
7
|
countries: {
|
|
@@ -117,34 +117,48 @@ export const issued_date = {
|
|
|
117
117
|
ignoreFromNlp: true,
|
|
118
118
|
ranges: [
|
|
119
119
|
{
|
|
120
|
+
label: <FormattedMessage id="All time" defaultMessage="All time" />,
|
|
120
121
|
key: 'All time',
|
|
121
122
|
},
|
|
122
123
|
{
|
|
124
|
+
label: <FormattedMessage id="Last week" defaultMessage="Last week" />,
|
|
125
|
+
|
|
123
126
|
key: 'Last week',
|
|
124
127
|
from: 'now-1w',
|
|
125
128
|
to: 'now',
|
|
126
129
|
},
|
|
127
130
|
{
|
|
131
|
+
label: <FormattedMessage id="Last month" defaultMessage="Last month" />,
|
|
128
132
|
key: 'Last month',
|
|
129
133
|
from: 'now-1m',
|
|
130
134
|
to: 'now',
|
|
131
135
|
},
|
|
132
136
|
{
|
|
137
|
+
label: (
|
|
138
|
+
<FormattedMessage id="Last 3 months" defaultMessage="Last 3 months" />
|
|
139
|
+
),
|
|
133
140
|
key: 'Last 3 months',
|
|
134
141
|
from: 'now-3m',
|
|
135
142
|
to: 'now',
|
|
136
143
|
},
|
|
137
144
|
{
|
|
145
|
+
label: <FormattedMessage id="Last year" defaultMessage="Last year" />,
|
|
138
146
|
key: 'Last year',
|
|
139
147
|
from: 'now-1y',
|
|
140
148
|
to: 'now',
|
|
141
149
|
},
|
|
142
150
|
{
|
|
151
|
+
label: (
|
|
152
|
+
<FormattedMessage id="Last 2 years" defaultMessage="Last 2 years" />
|
|
153
|
+
),
|
|
143
154
|
key: 'Last 2 years',
|
|
144
155
|
from: 'now-2y',
|
|
145
156
|
to: 'now',
|
|
146
157
|
},
|
|
147
158
|
{
|
|
159
|
+
label: (
|
|
160
|
+
<FormattedMessage id="Last 5 years" defaultMessage="Last 5 years" />
|
|
161
|
+
),
|
|
148
162
|
key: 'Last 5 years',
|
|
149
163
|
from: 'now-5y',
|
|
150
164
|
to: 'now',
|
|
@@ -165,9 +179,13 @@ export const language = {
|
|
|
165
179
|
isFilterable: false,
|
|
166
180
|
show: 10000,
|
|
167
181
|
isMulti: true,
|
|
168
|
-
default: {
|
|
169
|
-
|
|
170
|
-
|
|
182
|
+
default: (options) => {
|
|
183
|
+
const { language } = options || {};
|
|
184
|
+
// console.log('options', options);
|
|
185
|
+
return {
|
|
186
|
+
values: [language || 'en'],
|
|
187
|
+
type: 'any',
|
|
188
|
+
};
|
|
171
189
|
},
|
|
172
190
|
facetValues: [
|
|
173
191
|
'de',
|