@eeacms/volto-eea-website-theme 3.14.1 → 3.15.0
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 +8 -27
- package/locales/de/LC_MESSAGES/volto.po +20 -0
- package/locales/en/LC_MESSAGES/volto.po +20 -0
- package/locales/it/LC_MESSAGES/volto.po +20 -0
- package/locales/ro/LC_MESSAGES/volto.po +20 -0
- package/locales/volto.pot +21 -1
- package/package.json +1 -1
- package/src/components/theme/Widgets/ADUserGroupSelectWidget.jsx +644 -0
- package/src/components/theme/Widgets/ADUserGroupSelectWidget.test.jsx +2782 -0
- package/src/components/theme/Widgets/CreatableSelectWidget.test.jsx +265 -1
- package/src/components/theme/Widgets/NavigationBehaviorWidget.test.jsx +69 -0
- package/src/index.js +106 -8
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +4,16 @@ 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
|
-
### [3.
|
|
7
|
+
### [3.15.0](https://github.com/eea/volto-eea-website-theme/compare/3.14.1...3.15.0) - 3 December 2025
|
|
8
8
|
|
|
9
|
-
#### :
|
|
9
|
+
#### :rocket: New Features
|
|
10
|
+
|
|
11
|
+
- feat: Add restricted options for group block - refs #294358 [dobri1408 - [`e23808d`](https://github.com/eea/volto-eea-website-theme/commit/e23808d2fa6ca252032b5a82915fe175b26be913)]
|
|
12
|
+
|
|
13
|
+
#### :hammer_and_wrench: Others
|
|
10
14
|
|
|
11
|
-
-
|
|
15
|
+
- Release 3.15.0 [Alin Voinea - [`7ee262b`](https://github.com/eea/volto-eea-website-theme/commit/7ee262b0bcb09b221358bcc1d7c6b43464a86731)]
|
|
16
|
+
### [3.14.1](https://github.com/eea/volto-eea-website-theme/compare/3.14.0...3.14.1) - 17 November 2025
|
|
12
17
|
|
|
13
18
|
### [3.14.0](https://github.com/eea/volto-eea-website-theme/compare/3.13.0...3.14.0) - 6 November 2025
|
|
14
19
|
|
|
@@ -29,7 +34,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
29
34
|
#### :hammer_and_wrench: Others
|
|
30
35
|
|
|
31
36
|
- Release 3.12.0 [Alin Voinea - [`ea1e961`](https://github.com/eea/volto-eea-website-theme/commit/ea1e96144684b2a8238ae476fd8d47de82ff42b4)]
|
|
32
|
-
- Add Sonarqube tag using bise-frontend addons list [EEA Jenkins - [`2cac56e`](https://github.com/eea/volto-eea-website-theme/commit/2cac56e22e580e042d368b69254172539ed33b65)]
|
|
33
37
|
### [3.11.0](https://github.com/eea/volto-eea-website-theme/compare/3.10.1...3.11.0) - 29 September 2025
|
|
34
38
|
|
|
35
39
|
#### :bug: Bug Fixes
|
|
@@ -123,8 +127,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
123
127
|
|
|
124
128
|
#### :hammer_and_wrench: Others
|
|
125
129
|
|
|
126
|
-
- Add Sonarqube tag using fise-frontend addons list [EEA Jenkins - [`3d50874`](https://github.com/eea/volto-eea-website-theme/commit/3d50874281ebcb91a1ae3727248f656a6f26c603)]
|
|
127
|
-
- Add Sonarqube tag using ied-frontend addons list [EEA Jenkins - [`a3f7676`](https://github.com/eea/volto-eea-website-theme/commit/a3f76767d99cb6dd93cc7fa0eafdea57e9000b2c)]
|
|
128
130
|
### [3.5.4](https://github.com/eea/volto-eea-website-theme/compare/3.5.3...3.5.4) - 30 January 2025
|
|
129
131
|
|
|
130
132
|
#### :bug: Bug Fixes
|
|
@@ -225,7 +227,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
225
227
|
|
|
226
228
|
#### :hammer_and_wrench: Others
|
|
227
229
|
|
|
228
|
-
- Add Sonarqube tag using bise-frontend addons list [EEA Jenkins - [`e417f83`](https://github.com/eea/volto-eea-website-theme/commit/e417f839312045c56b67ab8134fe5b0622b3e2c3)]
|
|
229
230
|
## [3.0.0](https://github.com/eea/volto-eea-website-theme/compare/2.4.0...3.0.0) - 21 October 2024
|
|
230
231
|
|
|
231
232
|
#### :nail_care: Enhancements
|
|
@@ -311,7 +312,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
311
312
|
- Refs #269520 - other_organisation test [Tripon Eugen - [`7558b27`](https://github.com/eea/volto-eea-website-theme/commit/7558b27a9d1cd6d3480a32b296c7325c796006c9)]
|
|
312
313
|
- Refs #269520 - other_organisation token widget edit mode [Tripon Eugen - [`b6df127`](https://github.com/eea/volto-eea-website-theme/commit/b6df127bd91b6f55dda8f468e1107037d43752ff)]
|
|
313
314
|
- Refs #269520 - other_organisation token widget [Tripon Eugen - [`6fd7543`](https://github.com/eea/volto-eea-website-theme/commit/6fd7543894bd2c593a1729116befd95c82ea3c8f)]
|
|
314
|
-
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`cbc36c7`](https://github.com/eea/volto-eea-website-theme/commit/cbc36c74dfcd5f7cb1013a4c673d9c02e0023766)]
|
|
315
315
|
### [2.1.1](https://github.com/eea/volto-eea-website-theme/compare/2.1.0...2.1.1) - 28 May 2024
|
|
316
316
|
|
|
317
317
|
#### :bug: Bug Fixes
|
|
@@ -396,7 +396,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
396
396
|
|
|
397
397
|
#### :hammer_and_wrench: Others
|
|
398
398
|
|
|
399
|
-
- Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`adc6730`](https://github.com/eea/volto-eea-website-theme/commit/adc6730e21a37afb865b842182624401de6a29f5)]
|
|
400
399
|
### [1.33.1](https://github.com/eea/volto-eea-website-theme/compare/1.33.0...1.33.1) - 4 April 2024
|
|
401
400
|
|
|
402
401
|
#### :bug: Bug Fixes
|
|
@@ -530,8 +529,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
530
529
|
|
|
531
530
|
- bump version [Razvan - [`721e939`](https://github.com/eea/volto-eea-website-theme/commit/721e939d12e324b459ebfa78a2e656ee7142a3d6)]
|
|
532
531
|
- merge master into this branch [Razvan - [`586c8f9`](https://github.com/eea/volto-eea-website-theme/commit/586c8f910bac55a043bd8dda60e9444bd2ae1663)]
|
|
533
|
-
- Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`fd90044`](https://github.com/eea/volto-eea-website-theme/commit/fd9004442a9d1d465f7601ecdefe3e23c61e6a9c)]
|
|
534
|
-
- Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`4bc3dd3`](https://github.com/eea/volto-eea-website-theme/commit/4bc3dd3ae412a66befd04b5b80fab3716c929240)]
|
|
535
532
|
- test: Update jest,Jenkinsfile,lint to volto-addons-template PR30 [valentinab25 - [`c4dbd28`](https://github.com/eea/volto-eea-website-theme/commit/c4dbd289358205bc2d849aab7edb11ccf3b89cee)]
|
|
536
533
|
- fix tests [Razvan - [`042330b`](https://github.com/eea/volto-eea-website-theme/commit/042330bc97d32ffe7ba769b4f2453f71cffed706)]
|
|
537
534
|
- remove RemoveSchema logic [Razvan - [`08d10f8`](https://github.com/eea/volto-eea-website-theme/commit/08d10f8bf6f75478260e4e4c66d7316ba87b907a)]
|
|
@@ -626,11 +623,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
626
623
|
- test: Add real image to cypress test [Alin Voinea - [`4ff591a`](https://github.com/eea/volto-eea-website-theme/commit/4ff591ae3318c9588b4e2114582c0fa6cfdf31ae)]
|
|
627
624
|
- test: Add cypress tests for Image block styling position and align [Alin Voinea - [`7341ef7`](https://github.com/eea/volto-eea-website-theme/commit/7341ef7b92714fc0cc3ab0c31c39033e7b3e19e7)]
|
|
628
625
|
- Revert "change(tests): commented out rss test since title block config is missing" [Alin Voinea - [`fb61191`](https://github.com/eea/volto-eea-website-theme/commit/fb611918d6ca380b89b594f283dcf9f685a4b294)]
|
|
629
|
-
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`6a3be30`](https://github.com/eea/volto-eea-website-theme/commit/6a3be3092589411af7808a235f76de5222fd3868)]
|
|
630
|
-
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`c3978f2`](https://github.com/eea/volto-eea-website-theme/commit/c3978f23375ef066e9fd6f6c2e34ba6c1c058f69)]
|
|
631
|
-
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`f672779`](https://github.com/eea/volto-eea-website-theme/commit/f672779e845bec9240ccc901e9f53ec80c5a1819)]
|
|
632
|
-
- test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`ae5d8e3`](https://github.com/eea/volto-eea-website-theme/commit/ae5d8e3f4e04dc2808d47ce2ee886e1b23b528da)]
|
|
633
|
-
- test: [JENKINS] Improve cypress time [valentinab25 - [`170ff0c`](https://github.com/eea/volto-eea-website-theme/commit/170ff0c8e3b30e69479bdf1117e811fea94f1027)]
|
|
634
626
|
### [1.23.0](https://github.com/eea/volto-eea-website-theme/compare/1.22.1...1.23.0) - 2 November 2023
|
|
635
627
|
|
|
636
628
|
#### :rocket: New Features
|
|
@@ -643,7 +635,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
643
635
|
|
|
644
636
|
#### :house: Internal changes
|
|
645
637
|
|
|
646
|
-
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`f28fce3`](https://github.com/eea/volto-eea-website-theme/commit/f28fce3d1eb815f95fb9aa40de42b10b7e8e30c5)]
|
|
647
638
|
- chore: husky, lint-staged use fixed versions [valentinab25 - [`6d15088`](https://github.com/eea/volto-eea-website-theme/commit/6d150886c5aeb2ca0b569270486e60f7cc274e2c)]
|
|
648
639
|
- chore:volto 16 in tests, update docs, fix stylelint overrides [valentinab25 - [`20c0323`](https://github.com/eea/volto-eea-website-theme/commit/20c032380b33c0077c869a05136f93e2fb68e5d4)]
|
|
649
640
|
|
|
@@ -829,7 +820,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
829
820
|
|
|
830
821
|
#### :house: Internal changes
|
|
831
822
|
|
|
832
|
-
- chore: [JENKINS] Deprecate circularity website [valentinab25 - [`370dcbf`](https://github.com/eea/volto-eea-website-theme/commit/370dcbfbf1a8135ce7b1b3b271b004552a631837)]
|
|
833
823
|
|
|
834
824
|
#### :hammer_and_wrench: Others
|
|
835
825
|
|
|
@@ -985,7 +975,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
985
975
|
|
|
986
976
|
#### :hammer_and_wrench: Others
|
|
987
977
|
|
|
988
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`6c5e2f8`](https://github.com/eea/volto-eea-website-theme/commit/6c5e2f80456e2061d9e9c15fd0a0b91b9ac70568)]
|
|
989
978
|
### [1.9.1](https://github.com/eea/volto-eea-website-theme/compare/1.9.0...1.9.1) - 28 February 2023
|
|
990
979
|
|
|
991
980
|
#### :bug: Bug Fixes
|
|
@@ -1132,7 +1121,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1132
1121
|
|
|
1133
1122
|
- For some reasons types is a string [Alin Voinea - [`3769a09`](https://github.com/eea/volto-eea-website-theme/commit/3769a0981181d5b633f3498daebbe96be8b4b833)]
|
|
1134
1123
|
- Fix(redirect): o.filter - refs #157627 [Alin Voinea - [`deb23da`](https://github.com/eea/volto-eea-website-theme/commit/deb23da846444cc96539697fd798429ae0abe89e)]
|
|
1135
|
-
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`f1fffc5`](https://github.com/eea/volto-eea-website-theme/commit/f1fffc5db96725440863d545580b4e76cce4b796)]
|
|
1136
1124
|
### [1.5.0](https://github.com/eea/volto-eea-website-theme/compare/1.4.2...1.5.0) - 9 January 2023
|
|
1137
1125
|
|
|
1138
1126
|
#### :hammer_and_wrench: Others
|
|
@@ -1166,7 +1154,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1166
1154
|
|
|
1167
1155
|
- Release 1.4.0 [Alin Voinea - [`bd42a0d`](https://github.com/eea/volto-eea-website-theme/commit/bd42a0d26e928cac5d99933194755da3db06b341)]
|
|
1168
1156
|
- bump version to use as volto-eea-design-system [David Ichim - [`f4be047`](https://github.com/eea/volto-eea-website-theme/commit/f4be047328b46399b03b612d378b18aaf82e7dc1)]
|
|
1169
|
-
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`9b7cfef`](https://github.com/eea/volto-eea-website-theme/commit/9b7cfefb4d34fc1c948015e491feb370f9795bd8)]
|
|
1170
1157
|
- test(Jenkins): Run tests and cypress with latest canary @plone/volto [Alin Voinea - [`df252a9`](https://github.com/eea/volto-eea-website-theme/commit/df252a9bfed0bb86cadf53c59dd1603b1e2cd822)]
|
|
1171
1158
|
### [1.3.2](https://github.com/eea/volto-eea-website-theme/compare/1.3.1...1.3.2) - 16 December 2022
|
|
1172
1159
|
|
|
@@ -1176,7 +1163,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1176
1163
|
|
|
1177
1164
|
#### :hammer_and_wrench: Others
|
|
1178
1165
|
|
|
1179
|
-
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`a43c658`](https://github.com/eea/volto-eea-website-theme/commit/a43c658a7920c8df95e763b9a637f38ce77eba2c)]
|
|
1180
1166
|
- Better razzle.config [Tiberiu Ichim - [`81dbf48`](https://github.com/eea/volto-eea-website-theme/commit/81dbf48815fb27facb4f82c9b764540fdf188b2e)]
|
|
1181
1167
|
- Better razzle.config [Tiberiu Ichim - [`7bc9da2`](https://github.com/eea/volto-eea-website-theme/commit/7bc9da2cd837ab62a95cd29979cdd9b0055b7d67)]
|
|
1182
1168
|
### [1.3.1](https://github.com/eea/volto-eea-website-theme/compare/1.3.0...1.3.1) - 28 November 2022
|
|
@@ -1187,7 +1173,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1187
1173
|
|
|
1188
1174
|
#### :hammer_and_wrench: Others
|
|
1189
1175
|
|
|
1190
|
-
- yarn 3 [Alin Voinea - [`ea7a709`](https://github.com/eea/volto-eea-website-theme/commit/ea7a7094945312776e9b6f44e371178603e92139)]
|
|
1191
1176
|
### [1.3.0](https://github.com/eea/volto-eea-website-theme/compare/1.2.0...1.3.0) - 22 November 2022
|
|
1192
1177
|
|
|
1193
1178
|
#### :rocket: New Features
|
|
@@ -1228,7 +1213,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1228
1213
|
- Add subsite class to body [Tiberiu Ichim - [`74d700f`](https://github.com/eea/volto-eea-website-theme/commit/74d700fbfd6249a8604762a7e4e49cce857db0f3)]
|
|
1229
1214
|
- Add subsite info to header [Tiberiu Ichim - [`47daf8b`](https://github.com/eea/volto-eea-website-theme/commit/47daf8bb6374a1222040626b19d4154df7ba1b83)]
|
|
1230
1215
|
- fix eslint [Miu Razvan - [`eb8d0a7`](https://github.com/eea/volto-eea-website-theme/commit/eb8d0a790bc70c0aae256c6ff35f63c4885f338e)]
|
|
1231
|
-
- Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`cc578a4`](https://github.com/eea/volto-eea-website-theme/commit/cc578a413b205a8e61e091fab3a88f94cedefc89)]
|
|
1232
1216
|
### [1.1.0](https://github.com/eea/volto-eea-website-theme/compare/1.0.0...1.1.0) - 28 October 2022
|
|
1233
1217
|
|
|
1234
1218
|
#### :nail_care: Enhancements
|
|
@@ -1276,7 +1260,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1276
1260
|
|
|
1277
1261
|
#### :hammer_and_wrench: Others
|
|
1278
1262
|
|
|
1279
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`33b56ac`](https://github.com/eea/volto-eea-website-theme/commit/33b56acb13fbaf0c5b79e8fc6e13c4b699c79c90)]
|
|
1280
1263
|
### [0.7.3](https://github.com/eea/volto-eea-website-theme/compare/0.7.2...0.7.3) - 22 September 2022
|
|
1281
1264
|
|
|
1282
1265
|
#### :hammer_and_wrench: Others
|
|
@@ -1544,7 +1527,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1544
1527
|
- Header refactor, add custom logo #5 [ichim-david - [`4950235`](https://github.com/eea/volto-eea-website-theme/commit/49502358105437cfeac3b144e6d301cb59aa2346)]
|
|
1545
1528
|
- Update footer.config with new publication card component [ichim-david - [`2e38e9a`](https://github.com/eea/volto-eea-website-theme/commit/2e38e9a417f835009d60c80d4eb4b30229f55e45)]
|
|
1546
1529
|
- feature(breadcrumbs): implement eea-design-system breadcrumb as Volto component #32 #7 [ichim-david - [`181af41`](https://github.com/eea/volto-eea-website-theme/commit/181af4125ce2b9ddac56dab4723cb11c26633221)]
|
|
1547
|
-
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`da8ceb6`](https://github.com/eea/volto-eea-website-theme/commit/da8ceb68ea68bfbc9504e48ccd4d68277f11ab9a)]
|
|
1548
1530
|
- use breadcrumbs from eea-design-system [nileshgulia1 - [`db2f9e9`](https://github.com/eea/volto-eea-website-theme/commit/db2f9e9a4327420a3cce9a9903cd88549b129eab)]
|
|
1549
1531
|
- Update theme.config [ichim-david - [`8eca4f4`](https://github.com/eea/volto-eea-website-theme/commit/8eca4f40397a4aeca6d39029c92db78968d37064)]
|
|
1550
1532
|
- Added keyContent component to theme.config [ichim-david - [`d86f202`](https://github.com/eea/volto-eea-website-theme/commit/d86f202d0274d839487a88b51cae9a0e899beb23)]
|
|
@@ -1586,5 +1568,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1586
1568
|
|
|
1587
1569
|
#### :hammer_and_wrench: Others
|
|
1588
1570
|
|
|
1589
|
-
- yarn bootstrap [Alin Voinea - [`6995e9e`](https://github.com/eea/volto-eea-website-theme/commit/6995e9e091f21fdbbdffa8a44fc0e2c626f6d46a)]
|
|
1590
1571
|
- Initial commit [Alin Voinea - [`6a9c03a`](https://github.com/eea/volto-eea-website-theme/commit/6a9c03a7cebe71ca87e82cf58c42904063e9d8d3)]
|
|
@@ -46,6 +46,11 @@ msgstr ""
|
|
|
46
46
|
msgid "European Environment Agency"
|
|
47
47
|
msgstr ""
|
|
48
48
|
|
|
49
|
+
#. Default: "Group"
|
|
50
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
51
|
+
msgid "Group"
|
|
52
|
+
msgstr ""
|
|
53
|
+
|
|
49
54
|
#. Default: "Invalid block - Will be removed on saving"
|
|
50
55
|
#: components/manage/Blocks/GroupBlockTemplate/FlexGroup/RenderBlocks
|
|
51
56
|
msgid "Invalid Block"
|
|
@@ -62,7 +67,9 @@ msgid "Navigation"
|
|
|
62
67
|
msgstr ""
|
|
63
68
|
|
|
64
69
|
#. Default: "No options"
|
|
70
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
65
71
|
#: components/theme/Widgets/CreatableSelectWidget
|
|
72
|
+
#: components/theme/Widgets/UserSelectWidget
|
|
66
73
|
msgid "No options"
|
|
67
74
|
msgstr ""
|
|
68
75
|
|
|
@@ -82,7 +89,9 @@ msgid "Required"
|
|
|
82
89
|
msgstr ""
|
|
83
90
|
|
|
84
91
|
#. Default: "Select…"
|
|
92
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
85
93
|
#: components/theme/Widgets/CreatableSelectWidget
|
|
94
|
+
#: components/theme/Widgets/UserSelectWidget
|
|
86
95
|
msgid "Select…"
|
|
87
96
|
msgstr ""
|
|
88
97
|
|
|
@@ -111,6 +120,12 @@ msgstr ""
|
|
|
111
120
|
msgid "Title"
|
|
112
121
|
msgstr ""
|
|
113
122
|
|
|
123
|
+
#. Default: "Type text..."
|
|
124
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
125
|
+
#: components/theme/Widgets/UserSelectWidget
|
|
126
|
+
msgid "Type text..."
|
|
127
|
+
msgstr ""
|
|
128
|
+
|
|
114
129
|
#. Default: "Type the title…"
|
|
115
130
|
#: components/manage/Blocks/Title/Edit
|
|
116
131
|
msgid "Type the title…"
|
|
@@ -126,6 +141,11 @@ msgstr ""
|
|
|
126
141
|
msgid "Used for programmatic access to the fieldset."
|
|
127
142
|
msgstr ""
|
|
128
143
|
|
|
144
|
+
#. Default: "User"
|
|
145
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
146
|
+
msgid "User"
|
|
147
|
+
msgstr ""
|
|
148
|
+
|
|
129
149
|
#. Default: "RSS Feed"
|
|
130
150
|
#: components/theme/Banner/View
|
|
131
151
|
msgid "rssFeed"
|
|
@@ -46,6 +46,11 @@ msgstr ""
|
|
|
46
46
|
msgid "European Environment Agency"
|
|
47
47
|
msgstr ""
|
|
48
48
|
|
|
49
|
+
#. Default: "Group"
|
|
50
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
51
|
+
msgid "Group"
|
|
52
|
+
msgstr ""
|
|
53
|
+
|
|
49
54
|
#. Default: "Invalid block - Will be removed on saving"
|
|
50
55
|
#: components/manage/Blocks/GroupBlockTemplate/FlexGroup/RenderBlocks
|
|
51
56
|
msgid "Invalid Block"
|
|
@@ -62,7 +67,9 @@ msgid "Navigation"
|
|
|
62
67
|
msgstr ""
|
|
63
68
|
|
|
64
69
|
#. Default: "No options"
|
|
70
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
65
71
|
#: components/theme/Widgets/CreatableSelectWidget
|
|
72
|
+
#: components/theme/Widgets/UserSelectWidget
|
|
66
73
|
msgid "No options"
|
|
67
74
|
msgstr ""
|
|
68
75
|
|
|
@@ -82,7 +89,9 @@ msgid "Required"
|
|
|
82
89
|
msgstr ""
|
|
83
90
|
|
|
84
91
|
#. Default: "Select…"
|
|
92
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
85
93
|
#: components/theme/Widgets/CreatableSelectWidget
|
|
94
|
+
#: components/theme/Widgets/UserSelectWidget
|
|
86
95
|
msgid "Select…"
|
|
87
96
|
msgstr ""
|
|
88
97
|
|
|
@@ -111,6 +120,12 @@ msgstr ""
|
|
|
111
120
|
msgid "Title"
|
|
112
121
|
msgstr ""
|
|
113
122
|
|
|
123
|
+
#. Default: "Type text..."
|
|
124
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
125
|
+
#: components/theme/Widgets/UserSelectWidget
|
|
126
|
+
msgid "Type text..."
|
|
127
|
+
msgstr ""
|
|
128
|
+
|
|
114
129
|
#. Default: "Type the title…"
|
|
115
130
|
#: components/manage/Blocks/Title/Edit
|
|
116
131
|
msgid "Type the title…"
|
|
@@ -126,6 +141,11 @@ msgstr ""
|
|
|
126
141
|
msgid "Used for programmatic access to the fieldset."
|
|
127
142
|
msgstr ""
|
|
128
143
|
|
|
144
|
+
#. Default: "User"
|
|
145
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
146
|
+
msgid "User"
|
|
147
|
+
msgstr ""
|
|
148
|
+
|
|
129
149
|
#. Default: "RSS Feed"
|
|
130
150
|
#: components/theme/Banner/View
|
|
131
151
|
msgid "rssFeed"
|
|
@@ -46,6 +46,11 @@ msgstr ""
|
|
|
46
46
|
msgid "European Environment Agency"
|
|
47
47
|
msgstr ""
|
|
48
48
|
|
|
49
|
+
#. Default: "Group"
|
|
50
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
51
|
+
msgid "Group"
|
|
52
|
+
msgstr ""
|
|
53
|
+
|
|
49
54
|
#. Default: "Invalid block - Will be removed on saving"
|
|
50
55
|
#: components/manage/Blocks/GroupBlockTemplate/FlexGroup/RenderBlocks
|
|
51
56
|
msgid "Invalid Block"
|
|
@@ -62,7 +67,9 @@ msgid "Navigation"
|
|
|
62
67
|
msgstr ""
|
|
63
68
|
|
|
64
69
|
#. Default: "No options"
|
|
70
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
65
71
|
#: components/theme/Widgets/CreatableSelectWidget
|
|
72
|
+
#: components/theme/Widgets/UserSelectWidget
|
|
66
73
|
msgid "No options"
|
|
67
74
|
msgstr ""
|
|
68
75
|
|
|
@@ -82,7 +89,9 @@ msgid "Required"
|
|
|
82
89
|
msgstr ""
|
|
83
90
|
|
|
84
91
|
#. Default: "Select…"
|
|
92
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
85
93
|
#: components/theme/Widgets/CreatableSelectWidget
|
|
94
|
+
#: components/theme/Widgets/UserSelectWidget
|
|
86
95
|
msgid "Select…"
|
|
87
96
|
msgstr ""
|
|
88
97
|
|
|
@@ -111,6 +120,12 @@ msgstr ""
|
|
|
111
120
|
msgid "Title"
|
|
112
121
|
msgstr ""
|
|
113
122
|
|
|
123
|
+
#. Default: "Type text..."
|
|
124
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
125
|
+
#: components/theme/Widgets/UserSelectWidget
|
|
126
|
+
msgid "Type text..."
|
|
127
|
+
msgstr ""
|
|
128
|
+
|
|
114
129
|
#. Default: "Type the title…"
|
|
115
130
|
#: components/manage/Blocks/Title/Edit
|
|
116
131
|
msgid "Type the title…"
|
|
@@ -126,6 +141,11 @@ msgstr ""
|
|
|
126
141
|
msgid "Used for programmatic access to the fieldset."
|
|
127
142
|
msgstr ""
|
|
128
143
|
|
|
144
|
+
#. Default: "User"
|
|
145
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
146
|
+
msgid "User"
|
|
147
|
+
msgstr ""
|
|
148
|
+
|
|
129
149
|
#. Default: "RSS Feed"
|
|
130
150
|
#: components/theme/Banner/View
|
|
131
151
|
msgid "rssFeed"
|
|
@@ -46,6 +46,11 @@ msgstr ""
|
|
|
46
46
|
msgid "European Environment Agency"
|
|
47
47
|
msgstr ""
|
|
48
48
|
|
|
49
|
+
#. Default: "Group"
|
|
50
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
51
|
+
msgid "Group"
|
|
52
|
+
msgstr ""
|
|
53
|
+
|
|
49
54
|
#. Default: "Invalid block - Will be removed on saving"
|
|
50
55
|
#: components/manage/Blocks/GroupBlockTemplate/FlexGroup/RenderBlocks
|
|
51
56
|
msgid "Invalid Block"
|
|
@@ -62,7 +67,9 @@ msgid "Navigation"
|
|
|
62
67
|
msgstr ""
|
|
63
68
|
|
|
64
69
|
#. Default: "No options"
|
|
70
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
65
71
|
#: components/theme/Widgets/CreatableSelectWidget
|
|
72
|
+
#: components/theme/Widgets/UserSelectWidget
|
|
66
73
|
msgid "No options"
|
|
67
74
|
msgstr ""
|
|
68
75
|
|
|
@@ -82,7 +89,9 @@ msgid "Required"
|
|
|
82
89
|
msgstr ""
|
|
83
90
|
|
|
84
91
|
#. Default: "Select…"
|
|
92
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
85
93
|
#: components/theme/Widgets/CreatableSelectWidget
|
|
94
|
+
#: components/theme/Widgets/UserSelectWidget
|
|
86
95
|
msgid "Select…"
|
|
87
96
|
msgstr ""
|
|
88
97
|
|
|
@@ -111,6 +120,12 @@ msgstr ""
|
|
|
111
120
|
msgid "Title"
|
|
112
121
|
msgstr ""
|
|
113
122
|
|
|
123
|
+
#. Default: "Type text..."
|
|
124
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
125
|
+
#: components/theme/Widgets/UserSelectWidget
|
|
126
|
+
msgid "Type text..."
|
|
127
|
+
msgstr ""
|
|
128
|
+
|
|
114
129
|
#. Default: "Type the title…"
|
|
115
130
|
#: components/manage/Blocks/Title/Edit
|
|
116
131
|
msgid "Type the title…"
|
|
@@ -126,6 +141,11 @@ msgstr ""
|
|
|
126
141
|
msgid "Used for programmatic access to the fieldset."
|
|
127
142
|
msgstr ""
|
|
128
143
|
|
|
144
|
+
#. Default: "User"
|
|
145
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
146
|
+
msgid "User"
|
|
147
|
+
msgstr ""
|
|
148
|
+
|
|
129
149
|
#. Default: "RSS Feed"
|
|
130
150
|
#: components/theme/Banner/View
|
|
131
151
|
msgid "rssFeed"
|
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-
|
|
4
|
+
"POT-Creation-Date: 2025-06-01T18:42:16.532Z\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"
|
|
@@ -48,6 +48,11 @@ msgstr ""
|
|
|
48
48
|
msgid "European Environment Agency"
|
|
49
49
|
msgstr ""
|
|
50
50
|
|
|
51
|
+
#. Default: "Group"
|
|
52
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
53
|
+
msgid "Group"
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
51
56
|
#. Default: "Invalid block - Will be removed on saving"
|
|
52
57
|
#: components/manage/Blocks/GroupBlockTemplate/FlexGroup/RenderBlocks
|
|
53
58
|
msgid "Invalid Block"
|
|
@@ -64,7 +69,9 @@ msgid "Navigation"
|
|
|
64
69
|
msgstr ""
|
|
65
70
|
|
|
66
71
|
#. Default: "No options"
|
|
72
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
67
73
|
#: components/theme/Widgets/CreatableSelectWidget
|
|
74
|
+
#: components/theme/Widgets/UserSelectWidget
|
|
68
75
|
msgid "No options"
|
|
69
76
|
msgstr ""
|
|
70
77
|
|
|
@@ -84,7 +91,9 @@ msgid "Required"
|
|
|
84
91
|
msgstr ""
|
|
85
92
|
|
|
86
93
|
#. Default: "Select…"
|
|
94
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
87
95
|
#: components/theme/Widgets/CreatableSelectWidget
|
|
96
|
+
#: components/theme/Widgets/UserSelectWidget
|
|
88
97
|
msgid "Select…"
|
|
89
98
|
msgstr ""
|
|
90
99
|
|
|
@@ -113,6 +122,12 @@ msgstr ""
|
|
|
113
122
|
msgid "Title"
|
|
114
123
|
msgstr ""
|
|
115
124
|
|
|
125
|
+
#. Default: "Type text..."
|
|
126
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
127
|
+
#: components/theme/Widgets/UserSelectWidget
|
|
128
|
+
msgid "Type text..."
|
|
129
|
+
msgstr ""
|
|
130
|
+
|
|
116
131
|
#. Default: "Type the title…"
|
|
117
132
|
#: components/manage/Blocks/Title/Edit
|
|
118
133
|
msgid "Type the title…"
|
|
@@ -128,6 +143,11 @@ msgstr ""
|
|
|
128
143
|
msgid "Used for programmatic access to the fieldset."
|
|
129
144
|
msgstr ""
|
|
130
145
|
|
|
146
|
+
#. Default: "User"
|
|
147
|
+
#: components/theme/Widgets/ADUserGroupSelectWidget
|
|
148
|
+
msgid "User"
|
|
149
|
+
msgstr ""
|
|
150
|
+
|
|
131
151
|
#. Default: "RSS Feed"
|
|
132
152
|
#: components/theme/Banner/View
|
|
133
153
|
msgid "rssFeed"
|
package/package.json
CHANGED