design-comuni-plone-theme 11.19.0 → 11.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/.yarn/install-state.gz +0 -0
  2. package/CHANGELOG.md +35 -0
  3. package/RELEASE.md +6 -0
  4. package/locales/de/LC_MESSAGES/volto.po +1 -1
  5. package/locales/en/LC_MESSAGES/volto.po +66 -66
  6. package/locales/es/LC_MESSAGES/volto.po +1 -1
  7. package/locales/fr/LC_MESSAGES/volto.po +1 -1
  8. package/locales/it/LC_MESSAGES/volto.po +2 -2
  9. package/locales/volto.pot +2 -2
  10. package/package.json +1 -1
  11. package/publiccode.yml +2 -2
  12. package/src/components/ItaliaTheme/Blocks/Accordion/Edit.jsx +1 -1
  13. package/src/components/ItaliaTheme/Blocks/Accordion/index.js +16 -0
  14. package/src/components/ItaliaTheme/Blocks/Alert/Edit.jsx +2 -4
  15. package/src/components/ItaliaTheme/Blocks/Alert/index.js +16 -0
  16. package/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/Edit.jsx +1 -1
  17. package/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/index.js +17 -0
  18. package/src/components/ItaliaTheme/Blocks/BandiSearch/Edit.jsx +1 -1
  19. package/src/components/ItaliaTheme/Blocks/BandiSearch/index.js +16 -0
  20. package/src/components/ItaliaTheme/Blocks/Break/index.js +10 -0
  21. package/src/components/ItaliaTheme/Blocks/CTABlock/Edit.jsx +2 -2
  22. package/src/components/ItaliaTheme/Blocks/CTABlock/index.js +17 -0
  23. package/src/components/ItaliaTheme/Blocks/Calendar/Edit.jsx +2 -6
  24. package/src/components/ItaliaTheme/Blocks/Calendar/index.js +17 -0
  25. package/src/components/ItaliaTheme/Blocks/Common/SearchFilters/SelectFilter.jsx +6 -4
  26. package/src/components/ItaliaTheme/Blocks/ContactsBlock/Edit.jsx +1 -1
  27. package/src/components/ItaliaTheme/Blocks/ContactsBlock/index.js +17 -0
  28. package/src/components/ItaliaTheme/Blocks/CountDown/Edit.jsx +1 -1
  29. package/src/components/ItaliaTheme/Blocks/CountDown/index.js +16 -0
  30. package/src/components/ItaliaTheme/Blocks/EventSearch/Edit.jsx +1 -1
  31. package/src/components/ItaliaTheme/Blocks/EventSearch/index.js +17 -0
  32. package/src/components/ItaliaTheme/Blocks/HighlightedContent/Edit.jsx +1 -1
  33. package/src/components/ItaliaTheme/Blocks/HighlightedContent/getAsyncData.js +10 -0
  34. package/src/components/ItaliaTheme/Blocks/HighlightedContent/index.js +17 -0
  35. package/src/components/ItaliaTheme/Blocks/IconBlocks/Edit.jsx +1 -1
  36. package/src/components/ItaliaTheme/Blocks/IconBlocks/Sidebar.jsx +1 -1
  37. package/src/components/ItaliaTheme/Blocks/IconBlocks/index.js +17 -0
  38. package/src/components/ItaliaTheme/Blocks/NumbersBlock/Edit.jsx +2 -2
  39. package/src/components/ItaliaTheme/Blocks/NumbersBlock/Sidebar.jsx +1 -1
  40. package/src/components/ItaliaTheme/Blocks/NumbersBlock/index.js +17 -0
  41. package/src/components/ItaliaTheme/Blocks/SearchSections/Edit.jsx +3 -5
  42. package/src/components/ItaliaTheme/Blocks/SearchSections/index.js +17 -0
  43. package/src/components/ItaliaTheme/Blocks/TextCard/CardWithImage/Edit.jsx +1 -1
  44. package/src/components/ItaliaTheme/Blocks/TextCard/index.js +23 -0
  45. package/src/components/ItaliaTheme/Blocks/UOSearch/Edit.jsx +1 -1
  46. package/src/components/ItaliaTheme/Blocks/UOSearch/index.js +17 -0
  47. package/src/components/ItaliaTheme/Blocks/VideoGallery/Edit.jsx +1 -1
  48. package/src/components/ItaliaTheme/Blocks/VideoGallery/index.js +17 -0
  49. package/src/components/ItaliaTheme/Icons/FontAwesomeIcon.jsx +8 -7
  50. package/src/components/ItaliaTheme/Icons/Icon.jsx +1 -1
  51. package/src/components/ItaliaTheme/View/BandoView/index.js +68 -0
  52. package/src/components/ItaliaTheme/View/CartellaModulisticaView/index.js +20 -0
  53. package/src/components/ItaliaTheme/View/Commons/Dates.jsx +15 -0
  54. package/src/components/ItaliaTheme/View/Commons/index.jsx +358 -20
  55. package/src/components/ItaliaTheme/View/DocumentoView/index.js +68 -0
  56. package/src/components/ItaliaTheme/View/EventoView/index.js +74 -0
  57. package/src/components/ItaliaTheme/View/FAQ/FaqFolder/index.js +32 -0
  58. package/src/components/ItaliaTheme/View/FAQ/FaqView/index.js +20 -0
  59. package/src/components/ItaliaTheme/View/IncaricoView/index.js +26 -0
  60. package/src/components/ItaliaTheme/View/ModuloView/index.js +44 -0
  61. package/src/components/ItaliaTheme/View/NewsItemView/index.js +62 -0
  62. package/src/components/ItaliaTheme/View/PageView/index.js +26 -0
  63. package/src/components/ItaliaTheme/View/PaginaArgomentoView/index.js +26 -0
  64. package/src/components/ItaliaTheme/View/PersonaView/index.js +44 -0
  65. package/src/components/ItaliaTheme/View/PuntoDiContattoView/index.js +26 -0
  66. package/src/components/ItaliaTheme/View/ServizioView/index.js +152 -0
  67. package/src/components/ItaliaTheme/View/TrasparenzaView/index.js +20 -0
  68. package/src/components/ItaliaTheme/View/UOView/index.js +86 -0
  69. package/src/components/ItaliaTheme/View/VenueView/index.js +86 -0
  70. package/src/components/ItaliaTheme/View/index.js +255 -203
  71. package/src/components/ItaliaTheme/index.js +43 -15
  72. package/src/components/ItaliaTheme/manage/Widgets/IconWidget.jsx +1 -1
  73. package/src/components/ItaliaTheme/manage/Widgets/index.js +94 -0
  74. package/src/config/Blocks/blocks.js +87 -49
  75. package/src/config/Views/views.js +20 -20
  76. package/src/config/Widgets/widgets.js +12 -10
  77. package/src/config/italiaConfig.js +23 -21
  78. package/src/config/loadables.js +5 -0
  79. package/src/customizations/volto/components/manage/Blocks/Listing/ListingBody.jsx +6 -1
  80. package/src/customizations/volto/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +31 -14
  81. package/src/customizations/volto/components/theme/Search/Search.jsx +6 -1
  82. package/src/customizations/volto-feedback/components/FeedbackForm/Steps/{Commons.jsx → Commons/FormHeader.jsx} +2 -1
  83. package/src/helpers/IconWidget/IconAliasHelper.js +2 -1
  84. package/src/helpers/index.js +1 -2
  85. package/src/icons/index.js +161 -0
  86. package/src/overrideTranslations.jsx +1 -1
  87. /package/src/components/ItaliaTheme/View/{__tests__/CartellaModulisticaView.test.jsx → __disabled_tests__/CartellaModulisticaView.test__disabled.jsx} +0 -0
  88. /package/src/components/ItaliaTheme/View/{__tests__/ModuloView.test.jsx → __disabled_tests__/ModuloView.test__disabled.jsx} +0 -0
  89. /package/src/components/ItaliaTheme/View/{__tests__/PersonaView.test.jsx → __disabled_tests__/PersonaView.test__disabled.jsx} +0 -0
  90. /package/src/components/ItaliaTheme/View/{__tests__/ServizioAChiSiRivolge.test.jsx → __disabled_tests__/ServizioAChiSiRivolge.test__disabled.jsx} +0 -0
  91. /package/src/components/ItaliaTheme/View/{__tests__/ServizioAccedi.test.jsx → __disabled_tests__/ServizioAccedi.test__disabled.jsx} +0 -0
  92. /package/src/components/ItaliaTheme/View/{__tests__/ServizioCasiParticolari.test.jsx → __disabled_tests__/ServizioCasiParticolari.test__disabled.jsx} +0 -0
  93. /package/src/components/ItaliaTheme/View/{__tests__/ServizioComeFare.test.jsx → __disabled_tests__/ServizioComeFare.test__disabled.jsx} +0 -0
  94. /package/src/components/ItaliaTheme/View/{__tests__/ServizioCondizioni.test.jsx → __disabled_tests__/ServizioCondizioni.test__disabled.jsx} +0 -0
  95. /package/src/components/ItaliaTheme/View/{__tests__/ServizioContatti.test.jsx → __disabled_tests__/ServizioContatti.test__disabled.jsx} +0 -0
  96. /package/src/components/ItaliaTheme/View/{__tests__/ServizioCosE.test.jsx → __disabled_tests__/ServizioCosE.test__disabled.jsx} +0 -0
  97. /package/src/components/ItaliaTheme/View/{__tests__/ServizioCosaServe.test.jsx → __disabled_tests__/ServizioCosaServe.test__disabled.jsx} +0 -0
  98. /package/src/components/ItaliaTheme/View/{__tests__/ServizioCosaSiOttiene.test.jsx → __disabled_tests__/ServizioCosaSiOttiene.test__disabled.jsx} +0 -0
  99. /package/src/components/ItaliaTheme/View/{__tests__/ServizioCostiVincoli.test.jsx → __disabled_tests__/ServizioCostiVincoli.test__disabled.jsx} +0 -0
  100. /package/src/components/ItaliaTheme/View/{__tests__/ServizioMetadati.test.jsx → __disabled_tests__/ServizioMetadati.test__disabled.jsx} +0 -0
  101. /package/src/components/ItaliaTheme/View/{__tests__/ServizioModulistica.test.jsx → __disabled_tests__/ServizioModulistica.test__disabled.jsx} +0 -0
  102. /package/src/components/ItaliaTheme/View/{__tests__/ServizioProcedure.test.jsx → __disabled_tests__/ServizioProcedure.test__disabled.jsx} +0 -0
  103. /package/src/components/ItaliaTheme/View/{__tests__/ServizioSitiEsterni.test.jsx → __disabled_tests__/ServizioSitiEsterni.test__disabled.jsx} +0 -0
  104. /package/src/components/ItaliaTheme/View/{__tests__/ServizioTempiScadenze.test.jsx → __disabled_tests__/ServizioTempiScadenze.test__disabled.jsx} +0 -0
  105. /package/src/components/ItaliaTheme/View/{__tests__/ServizioUlterioriInformazioni.test.jsx → __disabled_tests__/ServizioUlterioriInformazioni.test__disabled.jsx} +0 -0
  106. /package/src/components/ItaliaTheme/View/{__tests__/TrasparenzaView.test.jsx → __disabled_tests__/TrasparenzaView.test__disabled.jsx} +0 -0
Binary file
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
 
2
2
 
3
+ ## [11.20.1](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.20.0...v11.20.1) (2024-08-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * en translations ([#736](https://github.com/RedTurtle/design-comuni-plone-theme/issues/736)) ([a684186](https://github.com/RedTurtle/design-comuni-plone-theme/commit/a684186441c019600b12d21d7a4738b88c25df81))
9
+ * rrule monthly recurrence text italian translation ([#739](https://github.com/RedTurtle/design-comuni-plone-theme/issues/739)) ([9c4e75a](https://github.com/RedTurtle/design-comuni-plone-theme/commit/9c4e75a30657d5b3e035cfe3a6443fd31eacbf02))
10
+
11
+
12
+ ### Documentation
13
+
14
+ * updated publiccode and release log ([97062e4](https://github.com/RedTurtle/design-comuni-plone-theme/commit/97062e43a963873c89a0059daf4a961184f1cb94))
15
+
16
+ ## [11.20.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.19.0...v11.20.0) (2024-08-06)
17
+
18
+
19
+ ### Features
20
+
21
+ * added option to pass static choices and isClearable to select filter ([f67acda](https://github.com/RedTurtle/design-comuni-plone-theme/commit/f67acdaee5b06ab615b8338bc286ae01c02b7fd4))
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * added new variable to set bg null ([#737](https://github.com/RedTurtle/design-comuni-plone-theme/issues/737)) ([5be0842](https://github.com/RedTurtle/design-comuni-plone-theme/commit/5be08427dc62200440cc0d3771c0a400e2871bab))
27
+
28
+
29
+ ### Maintenance
30
+
31
+ * set the ground for performance improvements ([#659](https://github.com/RedTurtle/design-comuni-plone-theme/issues/659)) ([e5951a2](https://github.com/RedTurtle/design-comuni-plone-theme/commit/e5951a22e51acf9f5deca0d12c848ee335e850fa))
32
+
33
+
34
+ ### Documentation
35
+
36
+ * updated publiccode ([53523eb](https://github.com/RedTurtle/design-comuni-plone-theme/commit/53523eb3a968c2102bf7dcc4025518fe6fe343c5))
37
+
3
38
  ## [11.19.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.18.3...v11.19.0) (2024-08-01)
4
39
 
5
40
 
package/RELEASE.md CHANGED
@@ -41,6 +41,12 @@
41
41
  - ...
42
42
  -->
43
43
 
44
+ ## Versione 11.20.1 (09/08/2024)
45
+
46
+ ### Fix
47
+
48
+ - Il testo che descrive la ricorrenza mensile è stato corretto per coprire tutti i casi.
49
+
44
50
  ## Versione 11.18.2 (25/07/2024)
45
51
 
46
52
  ### Fix
@@ -3030,7 +3030,7 @@ msgid "rrule_on"
3030
3030
  msgstr ""
3031
3031
 
3032
3032
  #: overrideTranslations
3033
- # defaultMessage: di
3033
+ # defaultMessage: il
3034
3034
  msgid "rrule_on the"
3035
3035
  msgstr ""
3036
3036
 
@@ -39,7 +39,7 @@ msgstr "Accept external URL to embed"
39
39
  #: config/Blocks/ListingOptions/sliderTemplate
40
40
  # defaultMessage: Aspetto
41
41
  msgid "Aspetto"
42
- msgstr ""
42
+ msgstr "Appearance"
43
43
 
44
44
  #: components/ItaliaTheme/Search/Search
45
45
  # defaultMessage: Attenzione!
@@ -107,7 +107,7 @@ msgstr "Search by keyword"
107
107
  #: overrideTranslations
108
108
  # defaultMessage: Pulisci i campi
109
109
  msgid "Clear dates"
110
- msgstr ""
110
+ msgstr "Clear dates"
111
111
 
112
112
  #: helpers/Translations/searchBlockExtendedTranslations
113
113
  # defaultMessage: Clear filters
@@ -185,12 +185,12 @@ msgstr ""
185
185
  #: config/Views/views
186
186
  # defaultMessage: Dettagli procedimento
187
187
  msgid "Dettagli procedimento"
188
- msgstr ""
188
+ msgstr "Procedure details"
189
189
 
190
190
  #: config/Blocks/ListingOptions/mapTemplate
191
191
  # defaultMessage: Dimensione della mappa
192
192
  msgid "Dimensione della mappa"
193
- msgstr ""
193
+ msgstr "Map dimensions"
194
194
 
195
195
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
196
196
  # defaultMessage: Download
@@ -289,7 +289,7 @@ msgstr ""
289
289
  #: components/ItaliaTheme/View/Commons/Events
290
290
  # defaultMessage: Immagine
291
291
  msgid "Immagine"
292
- msgstr ""
292
+ msgstr "Image"
293
293
 
294
294
  #: components/ItaliaTheme/Footer/FooterSmall
295
295
  # defaultMessage: Impostazioni cookie
@@ -351,7 +351,7 @@ msgstr "Loading page..."
351
351
  #: components/ItaliaTheme/Header/HeaderSlim/HeaderLogin
352
352
  # defaultMessage: Esci
353
353
  msgid "Logout"
354
- msgstr ""
354
+ msgstr "Logout"
355
355
 
356
356
  #: config/Views/views
357
357
  # defaultMessage: Luogo
@@ -490,7 +490,7 @@ msgstr "Scroll to top"
490
490
  #: components/ItaliaTheme/Blocks/SearchSections/Body
491
491
  # defaultMessage: Cerca
492
492
  msgid "Search"
493
- msgstr ""
493
+ msgstr "Search"
494
494
 
495
495
  #: components/ItaliaTheme/Search/Search
496
496
  # defaultMessage: Risultati della ricerca
@@ -709,7 +709,7 @@ msgstr "You are trying to access a protected resource, please {login} first."
709
709
  #: components/ItaliaTheme/View/EventoView/EventoCosE
710
710
  # defaultMessage: A chi è rivolto
711
711
  msgid "a_chi_rivolto"
712
- msgstr ""
712
+ msgstr "Intended for"
713
713
 
714
714
  #: components/ItaliaTheme/View/ServizioView/ServizioAChiSiRivolge
715
715
  # defaultMessage: A chi è rivolto
@@ -735,7 +735,7 @@ msgstr "View actions"
735
735
  #: components/ItaliaTheme/Search/Search
736
736
  # defaultMessage: {filterNumber} filtri attivati
737
737
  msgid "active_filters"
738
- msgstr ""
738
+ msgstr "{filterNumber} active filters"
739
739
 
740
740
  #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
741
741
  # defaultMessage: Vai alla ricerca per sezioni avanzata
@@ -905,7 +905,7 @@ msgstr ""
905
905
  #: components/ItaliaTheme/View/DocumentoView/DocumentoAutori
906
906
  # defaultMessage: Autore
907
907
  msgid "autore"
908
- msgstr ""
908
+ msgstr "Author"
909
909
 
910
910
  #: components/SelectInput/SelectInput
911
911
  # defaultMessage: Usa le frecce Su e Giu per scegliere un'opzione
@@ -915,7 +915,7 @@ msgstr "Use Up and Down to choose options"
915
915
  #: components/SelectInput/SelectInput
916
916
  # defaultMessage: Annulla
917
917
  msgid "ay11_select cancel"
918
- msgstr ""
918
+ msgstr "Cancel"
919
919
 
920
920
  #: components/SelectInput/SelectInput
921
921
  # defaultMessage: deselezionata
@@ -1114,7 +1114,7 @@ msgstr ""
1114
1114
  #: components/ItaliaTheme/Blocks/Calendar/Body
1115
1115
  # defaultMessage: Nessun evento disponibile al momento
1116
1116
  msgid "calendar_no_results"
1117
- msgstr ""
1117
+ msgstr "There are no events available at the moment"
1118
1118
 
1119
1119
  #: components/ItaliaTheme/manage/Widgets/CanaleDigitaleWidget
1120
1120
  # defaultMessage: Accedere al servizio
@@ -1150,12 +1150,12 @@ msgstr ""
1150
1150
  #: components/ItaliaTheme/Slider/CarouselWrapper
1151
1151
  # defaultMessage: Carosello
1152
1152
  msgid "carousel"
1153
- msgstr ""
1153
+ msgstr "Carousel"
1154
1154
 
1155
1155
  #: components/ItaliaTheme/Blocks/Listing/SliderTemplate
1156
1156
  # defaultMessage: Sei attualmente in un carosello, per navigare usa le frecce sinistra e destra
1157
1157
  msgid "carousel-item-aria-label"
1158
- msgstr ""
1158
+ msgstr "You are currently in a carousel. To navigate, use the left and right arrows."
1159
1159
 
1160
1160
  #: components/ItaliaTheme/Slider/SingleSlideWrapper
1161
1161
  # defaultMessage: Slide
@@ -1238,7 +1238,7 @@ msgstr ""
1238
1238
  #: components/Collapse
1239
1239
  # defaultMessage: Chiudi menu
1240
1240
  msgid "close-menu"
1241
- msgstr ""
1241
+ msgstr "Close menu"
1242
1242
 
1243
1243
  #: components/ItaliaTheme/Blocks/Accordion/Block/ViewBlock
1244
1244
  # defaultMessage: Chiudi l'accordion
@@ -1253,7 +1253,7 @@ msgstr "Close search"
1253
1253
  #: components/ItaliaTheme/View/ServizioView/ServizioUlterioriInformazioni
1254
1254
  # defaultMessage: Codice dell'ente erogatore (ipa)
1255
1255
  msgid "codice_ipa"
1256
- msgstr ""
1256
+ msgstr "Provider code (ipa)"
1257
1257
 
1258
1258
  #: components/ItaliaTheme/Blocks/Alert/Sidebar
1259
1259
  # defaultMessage: Rosso
@@ -1365,27 +1365,27 @@ msgstr ""
1365
1365
  #: components/ItaliaTheme/Blocks/CountDown/CountDown
1366
1366
  # defaultMessage: giorni
1367
1367
  msgid "countdown_days"
1368
- msgstr ""
1368
+ msgstr "days"
1369
1369
 
1370
1370
  #: components/ItaliaTheme/Blocks/CountDown/CountDown
1371
1371
  # defaultMessage: Scaduto il
1372
1372
  msgid "countdown_expired"
1373
- msgstr ""
1373
+ msgstr "Expired on"
1374
1374
 
1375
1375
  #: components/ItaliaTheme/Blocks/CountDown/CountDown
1376
1376
  # defaultMessage: ore
1377
1377
  msgid "countdown_hours"
1378
- msgstr ""
1378
+ msgstr "hours"
1379
1379
 
1380
1380
  #: components/ItaliaTheme/Blocks/CountDown/CountDown
1381
1381
  # defaultMessage: minuti
1382
1382
  msgid "countdown_minutes"
1383
- msgstr ""
1383
+ msgstr "minutes"
1384
1384
 
1385
1385
  #: components/ItaliaTheme/Blocks/CountDown/CountDown
1386
1386
  # defaultMessage: secondi
1387
1387
  msgid "countdown_seconds"
1388
- msgstr ""
1388
+ msgstr "seconds"
1389
1389
 
1390
1390
  #: components/ItaliaTheme/Blocks/CTABlock/Sidebar
1391
1391
  # defaultMessage: Mostra a pieno schermo
@@ -1441,17 +1441,17 @@ msgstr "Curriculum vitae"
1441
1441
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
1442
1442
  # defaultMessage: Risultati indagini di customer satisfaction
1443
1443
  msgid "customer_satisfaction"
1444
- msgstr ""
1444
+ msgstr "Results of customer satisfaction surveys"
1445
1445
 
1446
1446
  #: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderEventDates
1447
1447
  # defaultMessage: dal {dateStart} fino a conclusione
1448
1448
  msgid "dal {dateStart} fino a conclusione"
1449
- msgstr ""
1449
+ msgstr "from {dateStart} until the end"
1450
1450
 
1451
1451
  #: components/ItaliaTheme/View/IncaricoView/IncaricoView
1452
1452
  # defaultMessage: Data conclusione incarico
1453
1453
  msgid "data_conclusione"
1454
- msgstr ""
1454
+ msgstr "Assignment start date"
1455
1455
 
1456
1456
  #: components/ItaliaTheme/View/IncaricoView/IncaricoView
1457
1457
  #: components/ItaliaTheme/View/PersonaView/PersonaRuolo
@@ -1462,13 +1462,13 @@ msgstr "He was part of the municipal organization until"
1462
1462
  #: components/ItaliaTheme/View/IncaricoView/IncaricoView
1463
1463
  # defaultMessage: Data inizio incarico
1464
1464
  msgid "data_inizio"
1465
- msgstr ""
1465
+ msgstr "Assignment start date"
1466
1466
 
1467
1467
  #: components/ItaliaTheme/View/IncaricoView/IncaricoView
1468
1468
  #: components/ItaliaTheme/View/PersonaView/PersonaRuolo
1469
1469
  # defaultMessage: Data di inizio dell'incarico
1470
1470
  msgid "data_inizio_incarico"
1471
- msgstr ""
1471
+ msgstr "Start date of the assignment"
1472
1472
 
1473
1473
  #: components/ItaliaTheme/View/IncaricoView/IncaricoView
1474
1474
  #: components/ItaliaTheme/View/PersonaView/PersonaRuolo
@@ -1725,17 +1725,17 @@ msgstr "Documents"
1725
1725
  #: components/ItaliaTheme/View/DocumentoView/DocumentoDocAllegati
1726
1726
  # defaultMessage: Documenti collegati
1727
1727
  msgid "documento_documenti_collegati"
1728
- msgstr ""
1728
+ msgstr "Attached documents"
1729
1729
 
1730
1730
  #: components/ItaliaTheme/View/DocumentoView/DocumentoDocumenti
1731
1731
  # defaultMessage: Formati disponibili
1732
1732
  msgid "documento_formati_disponibili"
1733
- msgstr ""
1733
+ msgstr "Available formats"
1734
1734
 
1735
1735
  #: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderDocumento
1736
1736
  # defaultMessage: Protocollo {protocollo} del {data_protocollo}
1737
1737
  msgid "documento_header_protocollo"
1738
- msgstr ""
1738
+ msgstr "Protocol number {protocollo} from {data_protocollo}"
1739
1739
 
1740
1740
  #: components/ItaliaTheme/View/DocumentoView/DocumentoDescrizione
1741
1741
  # defaultMessage: Licenza di distribuzione
@@ -1750,12 +1750,12 @@ msgstr "Normative requirements"
1750
1750
  #: components/ItaliaTheme/View/DocumentoView/DocumentoDescrizione
1751
1751
  # defaultMessage: Tipo di documento albo pretorio
1752
1752
  msgid "documento_tipologia_documenti_albopretorio"
1753
- msgstr ""
1753
+ msgstr "Public register document type"
1754
1754
 
1755
1755
  #: components/ItaliaTheme/View/DocumentoView/DocumentoDescrizione
1756
1756
  # defaultMessage: Tipo di documento
1757
1757
  msgid "documento_tipologia_documento"
1758
- msgstr ""
1758
+ msgstr "Document type"
1759
1759
 
1760
1760
  #: components/ItaliaTheme/View/DocumentoView/DocumentoUfficioResponsabile
1761
1761
  # defaultMessage: Ufficio responsabile
@@ -1770,7 +1770,7 @@ msgstr ""
1770
1770
  #: components/ItaliaTheme/Blocks/Listing/SliderTemplate
1771
1771
  # defaultMessage: Navigazione elementi slider
1772
1772
  msgid "dots"
1773
- msgstr ""
1773
+ msgstr "Slider items navigation"
1774
1774
 
1775
1775
  #: components/ItaliaTheme/View/VenueView/VenueWhere
1776
1776
  # defaultMessage: Indirizzo
@@ -1958,7 +1958,7 @@ msgstr "Appointments"
1958
1958
  #: components/ItaliaTheme/View/Commons/Events
1959
1959
  # defaultMessage: Leggi di più
1960
1960
  msgid "events_read_more"
1961
- msgstr ""
1961
+ msgstr "Read more"
1962
1962
 
1963
1963
  #: components/ItaliaTheme/manage/Widgets/CharCounterTextareaWidget
1964
1964
  #: components/ItaliaTheme/manage/Widgets/CharCounterTextWidget
@@ -2294,7 +2294,7 @@ msgstr ""
2294
2294
  #: components/ItaliaTheme/View/DocumentoView/DocumentoDescrizione
2295
2295
  # defaultMessage: Identificativo del documento
2296
2296
  msgid "identificativo"
2297
- msgstr ""
2297
+ msgstr "Document identifier"
2298
2298
 
2299
2299
  #: components/ItaliaTheme/Blocks/SearchSections/SideBar
2300
2300
  # defaultMessage: Immagine per lo sfondo
@@ -2310,7 +2310,7 @@ msgstr "Travel and / or service charges"
2310
2310
  #: components/ItaliaTheme/View/IncaricoView/IncaricoView
2311
2311
  # defaultMessage: Importi di viaggio e/o servizio
2312
2312
  msgid "importi_viaggio"
2313
- msgstr ""
2313
+ msgstr "Travel and/or service expenses"
2314
2314
 
2315
2315
  #: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate
2316
2316
  #: helpers/amministrazioneTrasparenteHelper
@@ -2507,7 +2507,7 @@ msgstr ""
2507
2507
  #: components/ItaliaTheme/View/VenueView/VenueLuoghiCorrelati
2508
2508
  # defaultMessage: Luoghi correlati
2509
2509
  msgid "luoghi_correlati"
2510
- msgstr ""
2510
+ msgstr "Related places"
2511
2511
 
2512
2512
  #: components/ItaliaTheme/manage/Widgets/LuoghiCorrelatiEventoWidget
2513
2513
  # defaultMessage: Luogo dell'evento
@@ -2687,7 +2687,7 @@ msgstr "Open link in a new tab"
2687
2687
  #: components/ItaliaTheme/View/Commons/Dates
2688
2688
  # defaultMessage: Questo evento ha una data di fine aperta/variabile.
2689
2689
  msgid "open_end"
2690
- msgstr ""
2690
+ msgstr "This event has an open/variable end date."
2691
2691
 
2692
2692
  #: helpers/customizationsI18n
2693
2693
  # defaultMessage: Opens in new tab
@@ -2810,7 +2810,7 @@ msgstr "This page is managed by"
2810
2810
  #: components/ItaliaTheme/Pagination/Pagination
2811
2811
  # defaultMessage: Selettore di pagina
2812
2812
  msgid "paginationLabel"
2813
- msgstr ""
2813
+ msgstr "Page selector"
2814
2814
 
2815
2815
  #: components/ItaliaTheme/View/EventoView/EventoCosE
2816
2816
  # defaultMessage: Parteciperanno
@@ -2866,7 +2866,7 @@ msgstr ""
2866
2866
  #: components/ItaliaTheme/Slider/PrevArrow
2867
2867
  # defaultMessage: Precedente
2868
2868
  msgid "precedente"
2869
- msgstr ""
2869
+ msgstr "Previous"
2870
2870
 
2871
2871
  #: components/ItaliaTheme/manage/Widgets/IconPreviewWidget
2872
2872
  # defaultMessage: Anteprima dell'icona scelta
@@ -2893,7 +2893,7 @@ msgstr "Final provision"
2893
2893
  #: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateOneForRow
2894
2894
  # defaultMessage: Data di pubblicazione
2895
2895
  msgid "publication_date"
2896
- msgstr ""
2896
+ msgstr "Publication date"
2897
2897
 
2898
2898
  #: components/ItaliaTheme/View/Commons/LocationItem
2899
2899
  #: components/ItaliaTheme/View/VenueView/VenueWhere
@@ -2904,7 +2904,7 @@ msgstr "District "
2904
2904
  #: components/ItaliaTheme/Blocks/Listing/Commons/RassegnaInfo
2905
2905
  # defaultMessage: Rassegna:
2906
2906
  msgid "rassegna_label"
2907
- msgstr ""
2907
+ msgstr "Event collection:"
2908
2908
 
2909
2909
  #: components/ItaliaTheme/View/Commons/PageHeader/PageHeader
2910
2910
  # defaultMessage: Tempo di lettura
@@ -3015,7 +3015,7 @@ msgid "rrule_on"
3015
3015
  msgstr "on"
3016
3016
 
3017
3017
  #: overrideTranslations
3018
- # defaultMessage: di
3018
+ # defaultMessage: il
3019
3019
  msgid "rrule_on the"
3020
3020
  msgstr "on the"
3021
3021
 
@@ -3277,7 +3277,7 @@ msgstr "Search contents in"
3277
3277
  #: components/ItaliaTheme/Search/SearchSections
3278
3278
  # defaultMessage: Cerca nella sezione
3279
3279
  msgid "searchInSection"
3280
- msgstr ""
3280
+ msgstr "Search in sections"
3281
3281
 
3282
3282
  #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
3283
3283
  # defaultMessage: Cerca nel sito
@@ -3302,7 +3302,7 @@ msgstr "Types"
3302
3302
  #: components/ItaliaTheme/Blocks/Common/SearchFilters/DateFilter
3303
3303
  # defaultMessage: Data fine
3304
3304
  msgid "search_endDate"
3305
- msgstr ""
3305
+ msgstr "End date"
3306
3306
 
3307
3307
  #: components/ItaliaTheme/View/FAQ/FaqFolder/SearchBar
3308
3308
  # defaultMessage: Search icon
@@ -3437,7 +3437,7 @@ msgstr ""
3437
3437
  #: components/ItaliaTheme/Search/Search
3438
3438
  # defaultMessage: altro
3439
3439
  msgid "section_undefined"
3440
- msgstr ""
3440
+ msgstr "other"
3441
3441
 
3442
3442
  #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
3443
3443
  #: components/ItaliaTheme/Search/Search
@@ -3514,7 +3514,7 @@ msgstr "Related services"
3514
3514
  #: components/ItaliaTheme/View/PuntoDiContattoView/RelatedItemsChipsPDC
3515
3515
  # defaultMessage: Servizi correlati
3516
3516
  msgid "servizi_correlati"
3517
- msgstr ""
3517
+ msgstr "Related services"
3518
3518
 
3519
3519
  #: components/ItaliaTheme/View/UOView/UOServices
3520
3520
  # defaultMessage: Servizi disponibili
@@ -3524,53 +3524,53 @@ msgstr "Services"
3524
3524
  #: components/ItaliaTheme/View/ServizioView/ServizioAccedi
3525
3525
  # defaultMessage: Accedi al servizio
3526
3526
  msgid "servizio_canale_digitale"
3527
- msgstr ""
3527
+ msgstr "Access the service"
3528
3528
 
3529
3529
  #: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderLinkServizio
3530
3530
  #: components/ItaliaTheme/View/ServizioView/ServizioAccedi
3531
3531
  # defaultMessage: Accedi al servizio
3532
3532
  msgid "servizio_canale_digitale_link"
3533
- msgstr ""
3533
+ msgstr "Access the service"
3534
3534
 
3535
3535
  #: components/ItaliaTheme/View/ServizioView/ServizioComeFare
3536
3536
  # defaultMessage: Come fare
3537
3537
  msgid "servizio_come_fare"
3538
- msgstr ""
3538
+ msgstr "Instructions"
3539
3539
 
3540
3540
  #: components/ItaliaTheme/View/ServizioView/ServizioCondizioni
3541
3541
  # defaultMessage: Condizioni di servizio
3542
3542
  msgid "servizio_condizioni"
3543
- msgstr ""
3543
+ msgstr "Terms of service"
3544
3544
 
3545
3545
  #: components/ItaliaTheme/View/ServizioView/ServizioCondizioni
3546
3546
  # defaultMessage: Termini e condizioni di servizio
3547
3547
  msgid "servizio_condizioni_link"
3548
- msgstr ""
3548
+ msgstr "Service terms and conditions"
3549
3549
 
3550
3550
  #: components/ItaliaTheme/View/ServizioView/ServizioCondizioni
3551
3551
  # defaultMessage: Per conoscere i dettagli di scadenze, requisiti e altre informazioni importanti, leggi i termini e le condizioni di servizio.
3552
3552
  msgid "servizio_condizioni_text"
3553
- msgstr ""
3553
+ msgstr "To learn about deadlines, requirements, and other important information, read the terms and conditions of service"
3554
3554
 
3555
3555
  #: components/ItaliaTheme/View/ServizioView/ServizioCosaSiOttiene
3556
3556
  # defaultMessage: Cosa si ottiene
3557
3557
  msgid "servizio_cosa_si_ottiene"
3558
- msgstr ""
3558
+ msgstr "What you will get"
3559
3559
 
3560
3560
  #: components/ItaliaTheme/View/ServizioView/ServizioAccedi
3561
3561
  # defaultMessage: Dove rivolgersi
3562
3562
  msgid "servizio_dove_rivolgersi"
3563
- msgstr ""
3563
+ msgstr "Where to go"
3564
3564
 
3565
3565
  #: components/ItaliaTheme/View/ServizioView/ServizioAccedi
3566
3566
  # defaultMessage: Prenota appuntamento
3567
3567
  msgid "servizio_prenota_appuntamento"
3568
- msgstr ""
3568
+ msgstr "Schedule an appointment"
3569
3569
 
3570
3570
  #: components/ItaliaTheme/View/ServizioView/ServizioProcedure
3571
3571
  # defaultMessage: Procedure collegate all'esito
3572
3572
  msgid "servizio_procedure_collegate"
3573
- msgstr ""
3573
+ msgstr "Procedures connected to the result"
3574
3574
 
3575
3575
  #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
3576
3576
  # defaultMessage: Vai alle altre opzioni di ricerca
@@ -3585,7 +3585,7 @@ msgstr "Arrange on 4 columns"
3585
3585
  #: components/ItaliaTheme/View/ServizioView/ServizioUlterioriInformazioni
3586
3586
  # defaultMessage: Settore merceologico
3587
3587
  msgid "settore_merceologico"
3588
- msgstr ""
3588
+ msgstr "Commodity sector"
3589
3589
 
3590
3590
  #: components/ItaliaTheme/View/Commons/Sharing
3591
3591
  # defaultMessage: Condividi
@@ -3857,7 +3857,7 @@ msgstr "Responsible structure"
3857
3857
  #: components/ItaliaTheme/View/PuntoDiContattoView/RelatedItemsChipsPDC
3858
3858
  # defaultMessage: Strutture correlate
3859
3859
  msgid "strutture_correlate"
3860
- msgstr ""
3860
+ msgstr "Related offices"
3861
3861
 
3862
3862
  #: components/ItaliaTheme/manage/Widgets/SubFooterConfigurationForm
3863
3863
  # defaultMessage: Delete menu item
@@ -3897,12 +3897,12 @@ msgstr "Tags"
3897
3897
  #: components/ItaliaTheme/Slider/NextArrow
3898
3898
  # defaultMessage: Successivo
3899
3899
  msgid "successivo"
3900
- msgstr ""
3900
+ msgstr "Next"
3901
3901
 
3902
3902
  #: components/ItaliaTheme/View/EventoView/EventoContattiSupportatoDa
3903
3903
  # defaultMessage: Con il supporto di
3904
3904
  msgid "supported_by"
3905
- msgstr ""
3905
+ msgstr "Supported by"
3906
3906
 
3907
3907
  #: components/ItaliaTheme/View/Commons/ContactLink
3908
3908
  #: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
@@ -3974,12 +3974,12 @@ msgstr "Event type"
3974
3974
  #: components/ItaliaTheme/View/PersonaView/PersonaRuolo
3975
3975
  # defaultMessage: Tipo di incarico
3976
3976
  msgid "tipologia_incarico"
3977
- msgstr ""
3977
+ msgstr "Assignment type"
3978
3978
 
3979
3979
  #: components/ItaliaTheme/View/VenueView/VenueTipologia
3980
3980
  # defaultMessage: Tipo di luogo
3981
3981
  msgid "tipologia_luogo"
3982
- msgstr ""
3982
+ msgstr "Venue type"
3983
3983
 
3984
3984
  #: components/ItaliaTheme/View/UOView/UOStructure
3985
3985
  # defaultMessage: Tipologia di organizzazione
@@ -4056,7 +4056,7 @@ msgstr ""
4056
4056
  #: components/ItaliaTheme/View/IncaricoView/IncaricoView
4057
4057
  # defaultMessage: Unita organizzativa
4058
4058
  msgid "ufficio"
4059
- msgstr ""
4059
+ msgstr "Organizational department"
4060
4060
 
4061
4061
  #: components/ItaliaTheme/View/BandoView/BandoUfficioResponsabile
4062
4062
  # defaultMessage: Ufficio responsabile
@@ -4120,13 +4120,13 @@ msgstr "Type"
4120
4120
  #: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateOneForRow
4121
4121
  # defaultMessage: Data di aggiornamento
4122
4122
  msgid "update_date"
4123
- msgstr ""
4123
+ msgstr "Update date"
4124
4124
 
4125
4125
  #: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
4126
4126
  #: helpers/contentHelper
4127
4127
  # defaultMessage: Sito web
4128
4128
  msgid "url"
4129
- msgstr ""
4129
+ msgstr "website"
4130
4130
 
4131
4131
  #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
4132
4132
  # defaultMessage: Variazione situazione patrimoniale
@@ -4176,7 +4176,7 @@ msgstr ""
4176
4176
  #: components/ItaliaTheme/View/Commons/Dates
4177
4177
  # defaultMessage: Questo evento ha luogo per tutta la giornata.
4178
4178
  msgid "whole_day"
4179
- msgstr ""
4179
+ msgstr "This event lasts all day"
4180
4180
 
4181
4181
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
4182
4182
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
@@ -3024,7 +3024,7 @@ msgid "rrule_on"
3024
3024
  msgstr ""
3025
3025
 
3026
3026
  #: overrideTranslations
3027
- # defaultMessage: di
3027
+ # defaultMessage: il
3028
3028
  msgid "rrule_on the"
3029
3029
  msgstr ""
3030
3030
 
@@ -3032,7 +3032,7 @@ msgid "rrule_on"
3032
3032
  msgstr ""
3033
3033
 
3034
3034
  #: overrideTranslations
3035
- # defaultMessage: di
3035
+ # defaultMessage: il
3036
3036
  msgid "rrule_on the"
3037
3037
  msgstr ""
3038
3038
 
@@ -3015,9 +3015,9 @@ msgid "rrule_on"
3015
3015
  msgstr "di"
3016
3016
 
3017
3017
  #: overrideTranslations
3018
- # defaultMessage: di
3018
+ # defaultMessage: il
3019
3019
  msgid "rrule_on the"
3020
- msgstr "di"
3020
+ msgstr "il"
3021
3021
 
3022
3022
  #: overrideTranslations
3023
3023
  # defaultMessage: _
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: 2024-07-15T11:07:19.251Z\n"
4
+ "POT-Creation-Date: 2024-08-06T16:50:24.401Z\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
  "MIME-Version: 1.0\n"
@@ -3017,7 +3017,7 @@ msgid "rrule_on"
3017
3017
  msgstr ""
3018
3018
 
3019
3019
  #: overrideTranslations
3020
- # defaultMessage: di
3020
+ # defaultMessage: il
3021
3021
  msgid "rrule_on the"
3022
3022
  msgstr ""
3023
3023
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "design-comuni-plone-theme",
3
3
  "description": "Volto Theme for Italia design guidelines",
4
4
  "license": "GPL-v3",
5
- "version": "11.19.0",
5
+ "version": "11.20.1",
6
6
  "main": "src/index.js",
7
7
  "repository": {
8
8
  "type": "git",
package/publiccode.yml CHANGED
@@ -227,9 +227,9 @@ maintenance:
227
227
  name: io-Comune - Il sito AgID per Comuni ed Enti Pubblici
228
228
  platforms:
229
229
  - web
230
- releaseDate: '2024-08-01'
230
+ releaseDate: '2024-08-09'
231
231
  softwareType: standalone/web
232
- softwareVersion: 11.19.0
232
+ softwareVersion: 11.20.1
233
233
  url: 'https://github.com/italia/design-comuni-plone-theme'
234
234
  usedBy:
235
235
  - ASP Comuni Modenesi Area Nord
@@ -14,7 +14,7 @@ import {
14
14
  } from 'volto-subblocks';
15
15
 
16
16
  import { SidebarPortal } from '@plone/volto/components';
17
- import Sidebar from './Sidebar.jsx';
17
+ import { Sidebar } from 'design-comuni-plone-theme/components/ItaliaTheme/Blocks/Accordion';
18
18
 
19
19
  import { defineMessages } from 'react-intl';
20
20