design-comuni-plone-theme 11.26.5 → 11.28.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.
Files changed (66) hide show
  1. package/.yarn/cache/{volto-feedback-npm-0.5.2-c3471099a1-48c0763678.zip → volto-feedback-npm-0.6.0-42c860b5c3-49addbf819.zip} +0 -0
  2. package/.yarn/install-state.gz +0 -0
  3. package/CHANGELOG.md +55 -0
  4. package/RELEASE.md +33 -0
  5. package/locales/de/LC_MESSAGES/volto.po +104 -0
  6. package/locales/en/LC_MESSAGES/volto.po +105 -1
  7. package/locales/es/LC_MESSAGES/volto.po +104 -0
  8. package/locales/fr/LC_MESSAGES/volto.po +104 -0
  9. package/locales/it/LC_MESSAGES/volto.po +104 -0
  10. package/locales/volto.pot +105 -1
  11. package/package.json +2 -2
  12. package/publiccode.yml +2 -2
  13. package/src/components/ItaliaTheme/Blocks/Accordion/Block/ViewBlock.jsx +1 -0
  14. package/src/components/ItaliaTheme/Blocks/Listing/CardWithImage/CardWithImageDefault.jsx +1 -1
  15. package/src/components/ItaliaTheme/Blocks/Listing/CardWithSlideUpTextTemplate.jsx +23 -14
  16. package/src/components/ItaliaTheme/Blocks/Listing/Commons/ListingImage.jsx +17 -4
  17. package/src/components/ItaliaTheme/Blocks/Listing/CompleteBlockLinksTemplate.jsx +0 -1
  18. package/src/components/ItaliaTheme/Blocks/Listing/ContentInEvidenceTemplate.jsx +0 -1
  19. package/src/components/ItaliaTheme/Blocks/Listing/GridGalleryTemplate.jsx +4 -3
  20. package/src/components/ItaliaTheme/Blocks/Listing/InEvidenceTemplate.jsx +0 -1
  21. package/src/components/ItaliaTheme/Blocks/__tests__/Accordion.test.jsx +0 -3
  22. package/src/components/ItaliaTheme/Cards/CardPersona.jsx +1 -1
  23. package/src/components/ItaliaTheme/CustomerSatisfaction/FeedbackForm.jsx +25 -6
  24. package/src/components/ItaliaTheme/Header/HeaderSearch/HeaderSearch.jsx +9 -1
  25. package/src/components/ItaliaTheme/Header/HeaderSearch/SearchModal.jsx +10 -1
  26. package/src/components/ItaliaTheme/Header/HeaderSlim/HeaderSlim.jsx +15 -2
  27. package/src/components/ItaliaTheme/Header/HeaderSlim/TertiaryMenu.jsx +1 -1
  28. package/src/components/ItaliaTheme/Header/ParentSiteMenu.jsx +14 -1
  29. package/src/components/ItaliaTheme/SkipLinks/SkipLinks.jsx +9 -1
  30. package/src/components/ItaliaTheme/View/BandoView/BandoView.jsx +19 -1
  31. package/src/components/ItaliaTheme/View/Commons/PageHeader/PageHeader.jsx +3 -4
  32. package/src/components/ItaliaTheme/View/Commons/RelatedItemInEvidence/RelatedItemInEvidence.jsx +14 -1
  33. package/src/components/ItaliaTheme/View/Commons/RelatedItems.jsx +5 -1
  34. package/src/components/ItaliaTheme/View/Commons/SideMenu.jsx +10 -6
  35. package/src/components/ItaliaTheme/View/DocumentoView/DocumentoView.jsx +20 -1
  36. package/src/components/ItaliaTheme/View/EventoView/EventoView.jsx +20 -1
  37. package/src/components/ItaliaTheme/View/FAQ/FaqFolder/SearchBar.jsx +2 -0
  38. package/src/components/ItaliaTheme/View/NewsItemView/NewsItemView.jsx +19 -1
  39. package/src/components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks.jsx +14 -1
  40. package/src/components/ItaliaTheme/View/PersonaView/PersonaDocumenti.jsx +57 -20
  41. package/src/components/ItaliaTheme/View/PersonaView/PersonaView.jsx +20 -1
  42. package/src/components/ItaliaTheme/View/ServizioView/ServizioView.jsx +19 -2
  43. package/src/components/ItaliaTheme/View/UOView/UOView.jsx +20 -1
  44. package/src/components/ItaliaTheme/View/VenueView/VenueView.jsx +24 -11
  45. package/src/components/SelectInput/SelectInput.jsx +2 -1
  46. package/src/components/TextInput.jsx +1 -0
  47. package/src/config/Blocks/ListingOptions/cardWithSlideUpTextTemplate.js +1 -6
  48. package/src/config/italiaConfig.js +23 -2
  49. package/src/customizations/volto/components/manage/Blocks/Search/SearchBlockView.jsx +20 -1
  50. package/src/customizations/volto/components/manage/Blocks/Search/layout/LeftColumnFacets.jsx +21 -17
  51. package/src/customizations/volto/components/manage/Blocks/Search/layout/RightColumnFacets.jsx +21 -17
  52. package/src/customizations/volto/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +5 -2
  53. package/src/customizations/volto/components/theme/Footer/Footer.jsx +12 -5
  54. package/src/customizations/volto/components/theme/Navigation/Navigation.jsx +16 -2
  55. package/src/customizations/volto/helpers/FormValidation/FormValidation.js +8 -5
  56. package/src/customizations/volto-form-block/components/Field.jsx +7 -0
  57. package/src/customizations/volto-form-block/fieldSchema.js +345 -0
  58. package/src/overrideTranslations.jsx +4 -0
  59. package/src/theme/ItaliaTheme/Blocks/_cardWithImage.scss +1 -0
  60. package/src/theme/ItaliaTheme/Blocks/_cardWithSlideUpTextTemplate.scss +10 -0
  61. package/src/theme/ItaliaTheme/Blocks/_search.scss +20 -2
  62. package/src/theme/ItaliaTheme/Components/_cardPersona.scss +2 -0
  63. package/src/theme/ItaliaTheme/Views/_servizio.scss +6 -0
  64. package/src/theme/ItaliaTheme/_ar.scss +3 -2
  65. package/src/theme/bootstrap-override/_bootstrap-italia-site.scss +1 -0
  66. package/src/theme/bootstrap-override/bootstrap-italia/_form-select.scss +17 -0
Binary file
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
 
2
2
 
3
+ ## [11.28.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.27.0...v11.28.0) (2025-03-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * feedback customizations for new volto-feedback version ([#897](https://github.com/RedTurtle/design-comuni-plone-theme/issues/897)) ([ac3f292](https://github.com/RedTurtle/design-comuni-plone-theme/commit/ac3f292ba0fd76af35f64d3bc1a7f1e2b5f46ff4))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * added cards to show files uploaded in ct persona trasparenza folders ([#889](https://github.com/RedTurtle/design-comuni-plone-theme/issues/889)) ([5ce0e06](https://github.com/RedTurtle/design-comuni-plone-theme/commit/5ce0e06b24cc9794478e38e95facff7883cd527f))
14
+ * changed draftjs buttons font in accedi al servizio section in service ([#891](https://github.com/RedTurtle/design-comuni-plone-theme/issues/891)) ([c1cc30b](https://github.com/RedTurtle/design-comuni-plone-theme/commit/c1cc30b26da79fa3014bb1f9e38478a8ee9b311d))
15
+ * search block focus styles and scroll into view results when apply filters ([#898](https://github.com/RedTurtle/design-comuni-plone-theme/issues/898)) ([3bbe8d0](https://github.com/RedTurtle/design-comuni-plone-theme/commit/3bbe8d05c811ca6f5729cb76c9efca4715562053))
16
+ * updated locales ([fdbb495](https://github.com/RedTurtle/design-comuni-plone-theme/commit/fdbb495aa72a9987de62b7a53da4839fbf402766))
17
+ * urlRegex syntax ([#894](https://github.com/RedTurtle/design-comuni-plone-theme/issues/894)) ([6eb2ec9](https://github.com/RedTurtle/design-comuni-plone-theme/commit/6eb2ec9325063622335f3174628f1b30cdb1ffbd))
18
+
19
+
20
+ ### Maintenance
21
+
22
+ * release.md info on BE change ([#895](https://github.com/RedTurtle/design-comuni-plone-theme/issues/895)) ([83409ef](https://github.com/RedTurtle/design-comuni-plone-theme/commit/83409ef52b7edc312c3685159bc9c9df07f92425))
23
+
24
+
25
+ ### Documentation
26
+
27
+ * updated publiccode and release log ([1c28a3a](https://github.com/RedTurtle/design-comuni-plone-theme/commit/1c28a3a513898b4c87ccdcaf7e380c434b16fac3))
28
+
29
+ ## [11.27.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.26.5...v11.27.0) (2025-02-26)
30
+
31
+
32
+ ### Features
33
+
34
+ * **a11y:** porting of volto-form-block autocomplete changes ([#779](https://github.com/RedTurtle/design-comuni-plone-theme/issues/779)) ([c7ba540](https://github.com/RedTurtle/design-comuni-plone-theme/commit/c7ba5405854802cedbfae5735469c6da5eecc297))
35
+ * nasconde il menu sia per chi non ha ruoli, che per chi ha il ruolo Citizen ([#879](https://github.com/RedTurtle/design-comuni-plone-theme/issues/879)) ([bf9f4a2](https://github.com/RedTurtle/design-comuni-plone-theme/commit/bf9f4a23ce0244e13d85d98d48762cacf4542bf3))
36
+
37
+
38
+ ### Bug Fixes
39
+
40
+ * a11y accordion block ([#880](https://github.com/RedTurtle/design-comuni-plone-theme/issues/880)) ([041f37d](https://github.com/RedTurtle/design-comuni-plone-theme/commit/041f37dde4b87832f2ac9f558cafdb1a8ce0f79f))
41
+ * **a11y:** landmarks ([#860](https://github.com/RedTurtle/design-comuni-plone-theme/issues/860)) ([01af8ec](https://github.com/RedTurtle/design-comuni-plone-theme/commit/01af8ecaa1c9cd19f6022fc1130fbcff344cd9b4))
42
+ * accordion block tests ([ee0dd89](https://github.com/RedTurtle/design-comuni-plone-theme/commit/ee0dd89679b0164ee004e7e91d597f83a0da14c1))
43
+ * added condition to set the listing image caption ([#851](https://github.com/RedTurtle/design-comuni-plone-theme/issues/851)) ([0db23bc](https://github.com/RedTurtle/design-comuni-plone-theme/commit/0db23bc210b83881d234f482cfb0a5a736c3c1a8))
44
+ * added lighthouse id to slideuptext + added overlay link ([#884](https://github.com/RedTurtle/design-comuni-plone-theme/issues/884)) ([36f8baf](https://github.com/RedTurtle/design-comuni-plone-theme/commit/36f8baff23c87acd440adba168c92dfe48f42fb1))
45
+ * byweekday value added in getFormValues ([#887](https://github.com/RedTurtle/design-comuni-plone-theme/issues/887)) ([558ee44](https://github.com/RedTurtle/design-comuni-plone-theme/commit/558ee440b27c20501156752189ff7464e5cb0f53))
46
+ * card persona fonts ([#881](https://github.com/RedTurtle/design-comuni-plone-theme/issues/881)) ([1a119fe](https://github.com/RedTurtle/design-comuni-plone-theme/commit/1a119fe3ba1941755cc7b659d7f89c9a05019a4d))
47
+ * non backtracking regex ([#878](https://github.com/RedTurtle/design-comuni-plone-theme/issues/878)) ([f6a76dd](https://github.com/RedTurtle/design-comuni-plone-theme/commit/f6a76dd94cc6931ff5ff7167e762eb72a9944308))
48
+ * prevent scrollbars in select-facet of search block ([#883](https://github.com/RedTurtle/design-comuni-plone-theme/issues/883)) ([a187f85](https://github.com/RedTurtle/design-comuni-plone-theme/commit/a187f85a16a18a040c93160292ddfbb63c212014))
49
+ * render of nome_alternativo for Venue view ([#886](https://github.com/RedTurtle/design-comuni-plone-theme/issues/886)) ([c1941f0](https://github.com/RedTurtle/design-comuni-plone-theme/commit/c1941f05e62c9c9f9be5b8b04c7dc642f83cbbe2))
50
+ * rollback label selectinput ([#882](https://github.com/RedTurtle/design-comuni-plone-theme/issues/882)) ([c3f37c6](https://github.com/RedTurtle/design-comuni-plone-theme/commit/c3f37c6d51e8c83b0235c75111cb715864d4b199))
51
+ * update locales ([892e244](https://github.com/RedTurtle/design-comuni-plone-theme/commit/892e244a4560dd27f4cb0a38a44942c2c85adad2))
52
+
53
+
54
+ ### Documentation
55
+
56
+ * updated publiccode and release log ([1ca82cb](https://github.com/RedTurtle/design-comuni-plone-theme/commit/1ca82cb2f524d203d12126d95a00275d205322c1))
57
+
3
58
  ## [11.26.5](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.26.4...v11.26.5) (2025-02-06)
4
59
 
5
60
 
package/RELEASE.md CHANGED
@@ -41,6 +41,39 @@
41
41
  - ...
42
42
  -->
43
43
 
44
+ ## Versione 11.28.0 (04/03/2025)
45
+
46
+ ### Migliorie
47
+
48
+ - Tutti i bottoni della sezione "Accedi al servizio" hanno lo stesso font.
49
+ - Nel blocco 'Cerca' ora viene fatto lo scroll automatico nel punto dove iniziano i risultati di ricerca quando vengono modificati i filtri.
50
+
51
+ ### Novità
52
+
53
+ - Nel campo "Assessori di riferimento" nel CT Unità Organizzativa è ora possibile collegare due CT Persona.
54
+ - Per caricare documenti per "Dichiarazioni di insussistenza e incompatibilità" e per "Emolumenti a carico della finanza pubblica" è ora possibile caricare anche documenti multipli dalle cartelle contenute nel CT Persona, non solo dai campi specifici.
55
+
56
+ ### Fix
57
+
58
+ - I campi del CT Servizio - sezione Accedi al Servizio funzionano correttamente.
59
+ - Sistemato lo stile del focus nelle select del blocco 'Cerca'.
60
+
61
+ ## Versione 11.27.0 (26/02/2025)
62
+
63
+ ### Migliorie
64
+
65
+ - Migliorata l'accessibilità del blocco Accordion.
66
+
67
+ ### Fix
68
+
69
+ - Se su un evento si imposta una ricorrenza mensile per eventi che avvengono in uno specifico giorno della settimana, la ricorrenza viene calcolata correttamente.
70
+ - Aggiunto correttamente il data-element ai link della card con testo animato del blocco Elenco.
71
+ - Aggiunta una nuova condizione per la corretta compilazione dell’attributo **alt** e **title** nelle immagini dei blocchi listing. Ora questi attributi utilizzano correttamente i testi delle didascalie dell'immagine di anteprima o testata se impostati. L'attributo **title** viene valorizzato solo se esiste una didascalia associata all’immagine.
72
+ - Rimosso l’attributo **showTitleAttr** dal componente _ListingImage_ utilizzato nei template del blocco listing: card con immagine, persona, blocco link completo, contenuto in evidenza, gallery a griglia, e in evidenza. Ora gli attributi **title** e **alt** vengono calcolati e impostati direttamente dal componente _ListingImage_.
73
+ - Condizione per la Label per i select ripristinata.
74
+ - Sistemata la visualizzazione del sottotitolo nel content-type Luogo (in alcuni casi non si vedeva).
75
+ - Rimosse le scrollbar dal widget 'Select' dei filtri di ricerca del blocco 'Cerca'.
76
+
44
77
  ## Versione 11.26.5 (06/02/2025)
45
78
 
46
79
  ### Migliorie
@@ -690,6 +690,11 @@ msgstr ""
690
690
  msgid "Type the title…"
691
691
  msgstr ""
692
692
 
693
+ #: components/ItaliaTheme/View/UOView/UOView
694
+ # defaultMessage: Contenuto dell'unità organizzativa
695
+ msgid "UOContent"
696
+ msgstr ""
697
+
693
698
  #: components/ItaliaTheme/Unauthorized/Unauthorized
694
699
  # defaultMessage: Unauthorized
695
700
  msgid "Unauthorized"
@@ -890,6 +895,11 @@ msgstr ""
890
895
  msgid "argoment"
891
896
  msgstr ""
892
897
 
898
+ #: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
899
+ # defaultMessage: Contenuto dell'argomento
900
+ msgid "argomentoContent"
901
+ msgstr ""
902
+
893
903
  #: components/ItaliaTheme/Blocks/Listing/RibbonCardTemplate
894
904
  #: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateCompact
895
905
  # defaultMessage: Icona {type}
@@ -939,6 +949,11 @@ msgstr ""
939
949
  msgid "atto_nomina"
940
950
  msgstr ""
941
951
 
952
+ #: config/italiaConfig
953
+ # defaultMessage: Login/Logout
954
+ msgid "auth_ft"
955
+ msgstr ""
956
+
942
957
  #: config/Blocks/ListingOptions/sliderTemplate
943
958
  # defaultMessage: Autoplay
944
959
  msgid "autoplay"
@@ -1071,6 +1086,11 @@ msgstr ""
1071
1086
  msgid "bandi_search_no_filters"
1072
1087
  msgstr ""
1073
1088
 
1089
+ #: components/ItaliaTheme/View/BandoView/BandoView
1090
+ # defaultMessage: Contenuto del Bando
1091
+ msgid "bandoContent"
1092
+ msgstr ""
1093
+
1074
1094
  #: components/ItaliaTheme/View/Commons/BandoStatus
1075
1095
  # defaultMessage: Scaduto
1076
1096
  msgid "bando_closed"
@@ -1754,6 +1774,11 @@ msgstr ""
1754
1774
  msgid "dirigente"
1755
1775
  msgstr ""
1756
1776
 
1777
+ #: components/ItaliaTheme/View/DocumentoView/DocumentoView
1778
+ # defaultMessage: Contenuto del documento
1779
+ msgid "documentContent"
1780
+ msgstr ""
1781
+
1757
1782
  #: components/ItaliaTheme/View/Commons/RelatedItems
1758
1783
  # defaultMessage: Documenti e dati
1759
1784
  msgid "documenti-e-dati"
@@ -2017,6 +2042,11 @@ msgstr ""
2017
2042
  msgid "event_url"
2018
2043
  msgstr ""
2019
2044
 
2045
+ #: components/ItaliaTheme/View/EventoView/EventoView
2046
+ # defaultMessage: Contenuto dell'evento
2047
+ msgid "eventoContent"
2048
+ msgstr ""
2049
+
2020
2050
  #: components/ItaliaTheme/View/Commons/Events
2021
2051
  # defaultMessage: Appuntamenti
2022
2052
  msgid "events"
@@ -2115,6 +2145,11 @@ msgstr ""
2115
2145
  msgid "feedback_error"
2116
2146
  msgstr ""
2117
2147
 
2148
+ #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2149
+ # defaultMessage: Feedback form
2150
+ msgid "feedback_form_aria_title"
2151
+ msgstr ""
2152
+
2118
2153
  #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2119
2154
  # defaultMessage: Next
2120
2155
  msgid "feedback_form_button_next"
@@ -2409,6 +2444,11 @@ msgstr ""
2409
2444
  msgid "importi_viaggio"
2410
2445
  msgstr ""
2411
2446
 
2447
+ #: components/ItaliaTheme/View/Commons/RelatedItemInEvidence/RelatedItemInEvidence
2448
+ # defaultMessage: Contenuti in evidenza
2449
+ msgid "inEvidenceItems"
2450
+ msgstr ""
2451
+
2412
2452
  #: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate
2413
2453
  #: helpers/amministrazioneTrasparenteHelper
2414
2454
  # defaultMessage: incarico
@@ -2631,6 +2671,11 @@ msgstr ""
2631
2671
  msgid "mailto"
2632
2672
  msgstr ""
2633
2673
 
2674
+ #: overrideTranslations
2675
+ # defaultMessage: Menu principale
2676
+ msgid "mainMenu"
2677
+ msgstr ""
2678
+
2634
2679
  #: config/Blocks/ListingOptions/mapTemplate
2635
2680
  # defaultMessage: Grande
2636
2681
  msgid "map_size_large"
@@ -2716,6 +2761,11 @@ msgstr ""
2716
2761
  msgid "natural_image_size"
2717
2762
  msgstr ""
2718
2763
 
2764
+ #: components/ItaliaTheme/View/NewsItemView/NewsItemView
2765
+ # defaultMessage: Contenuto della notizia
2766
+ msgid "newsContent"
2767
+ msgstr ""
2768
+
2719
2769
  #: components/ItaliaTheme/View/NewsItemView/NewsItemText
2720
2770
  # defaultMessage: Contenuto
2721
2771
  msgid "news_item_contenuto"
@@ -2909,6 +2959,11 @@ msgstr ""
2909
2959
  msgid "paginationLabel"
2910
2960
  msgstr ""
2911
2961
 
2962
+ #: components/ItaliaTheme/Header/ParentSiteMenu
2963
+ # defaultMessage: Main site menu
2964
+ msgid "parent_site_menu"
2965
+ msgstr ""
2966
+
2912
2967
  #: components/ItaliaTheme/View/EventoView/EventoCosE
2913
2968
  # defaultMessage: Parteciperanno
2914
2969
  msgid "parteciperanno"
@@ -2931,6 +2986,11 @@ msgstr ""
2931
2986
  msgid "persona"
2932
2987
  msgstr ""
2933
2988
 
2989
+ #: components/ItaliaTheme/View/PersonaView/PersonaView
2990
+ # defaultMessage: Contenuto del profilo della persona
2991
+ msgid "personaContent"
2992
+ msgstr ""
2993
+
2934
2994
  #: components/ItaliaTheme/View/PersonaView/PersonaRuolo
2935
2995
  # defaultMessage: Fa parte di
2936
2996
  msgid "persona_strutture_correlate"
@@ -3383,6 +3443,7 @@ msgstr ""
3383
3443
  msgid "searchInSection"
3384
3444
  msgstr ""
3385
3445
 
3446
+ #: components/ItaliaTheme/Header/HeaderSearch/HeaderSearch
3386
3447
  #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
3387
3448
  # defaultMessage: Cerca nel sito
3388
3449
  msgid "searchLabel"
@@ -3625,6 +3686,11 @@ msgstr ""
3625
3686
  msgid "servizi_offerti"
3626
3687
  msgstr ""
3627
3688
 
3689
+ #: components/ItaliaTheme/View/ServizioView/ServizioView
3690
+ # defaultMessage: Contenuto del servizio
3691
+ msgid "servizioContent"
3692
+ msgstr ""
3693
+
3628
3694
  #: components/ItaliaTheme/View/ServizioView/ServizioAccedi
3629
3695
  # defaultMessage: Accedi al servizio
3630
3696
  msgid "servizio_canale_digitale"
@@ -3790,6 +3856,24 @@ msgstr ""
3790
3856
  msgid "show_type"
3791
3857
  msgstr ""
3792
3858
 
3859
+ #: components/ItaliaTheme/View/BandoView/BandoView
3860
+ #: components/ItaliaTheme/View/DocumentoView/DocumentoView
3861
+ #: components/ItaliaTheme/View/EventoView/EventoView
3862
+ #: components/ItaliaTheme/View/NewsItemView/NewsItemView
3863
+ #: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
3864
+ #: components/ItaliaTheme/View/PersonaView/PersonaView
3865
+ #: components/ItaliaTheme/View/ServizioView/ServizioView
3866
+ #: components/ItaliaTheme/View/UOView/UOView
3867
+ #: components/ItaliaTheme/View/VenueView/VenueView
3868
+ # defaultMessage: Indice della pagina
3869
+ msgid "sideMenuIndex"
3870
+ msgstr ""
3871
+
3872
+ #: components/ItaliaTheme/View/Commons/SideMenu
3873
+ # defaultMessage: Navigazione della pagina
3874
+ msgid "sideMenuNavigation"
3875
+ msgstr ""
3876
+
3793
3877
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
3794
3878
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
3795
3879
  # defaultMessage: Silenzio assenso/Dichiarazione dell'interessato sostitutiva del provvedimento finale
@@ -3811,6 +3895,11 @@ msgstr ""
3811
3895
  msgid "simplecard_listing_appearance_oneforrow"
3812
3896
  msgstr ""
3813
3897
 
3898
+ #: config/italiaConfig
3899
+ # defaultMessage: Sitemap
3900
+ msgid "sitemap_ft"
3901
+ msgstr ""
3902
+
3814
3903
  #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
3815
3904
  # defaultMessage: Situazione patrimoniale
3816
3905
  msgid "situazione_patrimoniale"
@@ -3831,6 +3920,11 @@ msgstr ""
3831
3920
  msgid "skiplink-navigation"
3832
3921
  msgstr ""
3833
3922
 
3923
+ #: components/ItaliaTheme/SkipLinks/SkipLinks
3924
+ # defaultMessage: Skiplinks
3925
+ msgid "skiplinks-description"
3926
+ msgstr ""
3927
+
3834
3928
  #: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
3835
3929
  #: helpers/contentHelper
3836
3930
  # defaultMessage: Skype
@@ -4232,11 +4326,21 @@ msgstr ""
4232
4326
  msgid "url"
4233
4327
  msgstr ""
4234
4328
 
4329
+ #: components/ItaliaTheme/Header/HeaderSlim/HeaderSlim
4330
+ # defaultMessage: Utility Menu
4331
+ msgid "utilityMenu"
4332
+ msgstr ""
4333
+
4235
4334
  #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
4236
4335
  # defaultMessage: Variazione situazione patrimoniale
4237
4336
  msgid "variazione_situazione_patrimoniale"
4238
4337
  msgstr ""
4239
4338
 
4339
+ #: components/ItaliaTheme/View/VenueView/VenueView
4340
+ # defaultMessage: Informazioni sulla struttura
4341
+ msgid "venueContent"
4342
+ msgstr ""
4343
+
4240
4344
  #: components/ItaliaTheme/Blocks/BandiSearch/Body
4241
4345
  #: components/ItaliaTheme/Blocks/EventSearch/Body
4242
4346
  #: components/ItaliaTheme/Blocks/EventSearch/DefaultFilters
@@ -675,6 +675,11 @@ msgstr ""
675
675
  msgid "Type the title…"
676
676
  msgstr ""
677
677
 
678
+ #: components/ItaliaTheme/View/UOView/UOView
679
+ # defaultMessage: Contenuto dell'unità organizzativa
680
+ msgid "UOContent"
681
+ msgstr "Content of the Organizational department"
682
+
678
683
  #: components/ItaliaTheme/Unauthorized/Unauthorized
679
684
  # defaultMessage: Unauthorized
680
685
  msgid "Unauthorized"
@@ -875,6 +880,11 @@ msgstr "Responsible area"
875
880
  msgid "argoment"
876
881
  msgstr "Topic"
877
882
 
883
+ #: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
884
+ # defaultMessage: Contenuto dell'argomento
885
+ msgid "argomentoContent"
886
+ msgstr "Content of the argument"
887
+
878
888
  #: components/ItaliaTheme/Blocks/Listing/RibbonCardTemplate
879
889
  #: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateCompact
880
890
  # defaultMessage: Icona {type}
@@ -924,6 +934,11 @@ msgstr ""
924
934
  msgid "atto_nomina"
925
935
  msgstr "Act of appointment"
926
936
 
937
+ #: config/italiaConfig
938
+ # defaultMessage: Login/Logout
939
+ msgid "auth_ft"
940
+ msgstr ""
941
+
927
942
  #: config/Blocks/ListingOptions/sliderTemplate
928
943
  # defaultMessage: Autoplay
929
944
  msgid "autoplay"
@@ -1056,6 +1071,11 @@ msgstr ""
1056
1071
  msgid "bandi_search_no_filters"
1057
1072
  msgstr ""
1058
1073
 
1074
+ #: components/ItaliaTheme/View/BandoView/BandoView
1075
+ # defaultMessage: Contenuto del Bando
1076
+ msgid "bandoContent"
1077
+ msgstr "Content of the announcement"
1078
+
1059
1079
  #: components/ItaliaTheme/View/Commons/BandoStatus
1060
1080
  # defaultMessage: Scaduto
1061
1081
  msgid "bando_closed"
@@ -1739,6 +1759,11 @@ msgstr "Statements of Incompatibility"
1739
1759
  msgid "dirigente"
1740
1760
  msgstr "Manager"
1741
1761
 
1762
+ #: components/ItaliaTheme/View/DocumentoView/DocumentoView
1763
+ # defaultMessage: Contenuto del documento
1764
+ msgid "documentContent"
1765
+ msgstr "Content of the document"
1766
+
1742
1767
  #: components/ItaliaTheme/View/Commons/RelatedItems
1743
1768
  # defaultMessage: Documenti e dati
1744
1769
  msgid "documenti-e-dati"
@@ -2002,6 +2027,11 @@ msgstr "Political structures involved"
2002
2027
  msgid "event_url"
2003
2028
  msgstr "Event url"
2004
2029
 
2030
+ #: components/ItaliaTheme/View/EventoView/EventoView
2031
+ # defaultMessage: Contenuto dell'evento
2032
+ msgid "eventoContent"
2033
+ msgstr "Content of the event"
2034
+
2005
2035
  #: components/ItaliaTheme/View/Commons/Events
2006
2036
  # defaultMessage: Appuntamenti
2007
2037
  msgid "events"
@@ -2100,6 +2130,11 @@ msgstr ""
2100
2130
  msgid "feedback_error"
2101
2131
  msgstr ""
2102
2132
 
2133
+ #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2134
+ # defaultMessage: Feedback form
2135
+ msgid "feedback_form_aria_title"
2136
+ msgstr ""
2137
+
2103
2138
  #: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
2104
2139
  # defaultMessage: Next
2105
2140
  msgid "feedback_form_button_next"
@@ -2394,6 +2429,11 @@ msgstr "Travel and / or service charges"
2394
2429
  msgid "importi_viaggio"
2395
2430
  msgstr "Travel and/or service expenses"
2396
2431
 
2432
+ #: components/ItaliaTheme/View/Commons/RelatedItemInEvidence/RelatedItemInEvidence
2433
+ # defaultMessage: Contenuti in evidenza
2434
+ msgid "inEvidenceItems"
2435
+ msgstr "In evidence items"
2436
+
2397
2437
  #: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate
2398
2438
  #: helpers/amministrazioneTrasparenteHelper
2399
2439
  # defaultMessage: incarico
@@ -2616,6 +2656,11 @@ msgstr ""
2616
2656
  msgid "mailto"
2617
2657
  msgstr "Send"
2618
2658
 
2659
+ #: overrideTranslations
2660
+ # defaultMessage: Menu principale
2661
+ msgid "mainMenu"
2662
+ msgstr "Main menu"
2663
+
2619
2664
  #: config/Blocks/ListingOptions/mapTemplate
2620
2665
  # defaultMessage: Grande
2621
2666
  msgid "map_size_large"
@@ -2701,6 +2746,11 @@ msgstr "Alternative formats"
2701
2746
  msgid "natural_image_size"
2702
2747
  msgstr "Do not alter natural image sizes"
2703
2748
 
2749
+ #: components/ItaliaTheme/View/NewsItemView/NewsItemView
2750
+ # defaultMessage: Contenuto della notizia
2751
+ msgid "newsContent"
2752
+ msgstr "Content of the news"
2753
+
2704
2754
  #: components/ItaliaTheme/View/NewsItemView/NewsItemText
2705
2755
  # defaultMessage: Contenuto
2706
2756
  msgid "news_item_contenuto"
@@ -2894,6 +2944,11 @@ msgstr "This page is managed by"
2894
2944
  msgid "paginationLabel"
2895
2945
  msgstr "Page selector"
2896
2946
 
2947
+ #: components/ItaliaTheme/Header/ParentSiteMenu
2948
+ # defaultMessage: Main site menu
2949
+ msgid "parent_site_menu"
2950
+ msgstr ""
2951
+
2897
2952
  #: components/ItaliaTheme/View/EventoView/EventoCosE
2898
2953
  # defaultMessage: Parteciperanno
2899
2954
  msgid "parteciperanno"
@@ -2916,6 +2971,11 @@ msgstr "PEC"
2916
2971
  msgid "persona"
2917
2972
  msgstr "Person"
2918
2973
 
2974
+ #: components/ItaliaTheme/View/PersonaView/PersonaView
2975
+ # defaultMessage: Contenuto del profilo della persona
2976
+ msgid "personaContent"
2977
+ msgstr "Content of the person’s profile"
2978
+
2919
2979
  #: components/ItaliaTheme/View/PersonaView/PersonaRuolo
2920
2980
  # defaultMessage: Fa parte di
2921
2981
  msgid "persona_strutture_correlate"
@@ -3169,7 +3229,7 @@ msgstr "Responsible office"
3169
3229
  #: components/ItaliaTheme/View/Commons/BandoDates
3170
3230
  # defaultMessage: Scadenza dei termini per partecipare al bando
3171
3231
  msgid "scadenza_bando"
3172
- msgstr "Scadenza dei termini per partecipare al bando call"
3232
+ msgstr "Deadline for submitting applications"
3173
3233
 
3174
3234
  #: components/ItaliaTheme/Blocks/Calendar/Item
3175
3235
  #: components/ItaliaTheme/View/Commons/BandoDates
@@ -3368,6 +3428,7 @@ msgstr "Search contents in"
3368
3428
  msgid "searchInSection"
3369
3429
  msgstr "Search in sections"
3370
3430
 
3431
+ #: components/ItaliaTheme/Header/HeaderSearch/HeaderSearch
3371
3432
  #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
3372
3433
  # defaultMessage: Cerca nel sito
3373
3434
  msgid "searchLabel"
@@ -3610,6 +3671,11 @@ msgstr "Related services"
3610
3671
  msgid "servizi_offerti"
3611
3672
  msgstr "Services"
3612
3673
 
3674
+ #: components/ItaliaTheme/View/ServizioView/ServizioView
3675
+ # defaultMessage: Contenuto del servizio
3676
+ msgid "servizioContent"
3677
+ msgstr "Content of the service"
3678
+
3613
3679
  #: components/ItaliaTheme/View/ServizioView/ServizioAccedi
3614
3680
  # defaultMessage: Accedi al servizio
3615
3681
  msgid "servizio_canale_digitale"
@@ -3775,6 +3841,24 @@ msgstr ""
3775
3841
  msgid "show_type"
3776
3842
  msgstr ""
3777
3843
 
3844
+ #: components/ItaliaTheme/View/BandoView/BandoView
3845
+ #: components/ItaliaTheme/View/DocumentoView/DocumentoView
3846
+ #: components/ItaliaTheme/View/EventoView/EventoView
3847
+ #: components/ItaliaTheme/View/NewsItemView/NewsItemView
3848
+ #: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
3849
+ #: components/ItaliaTheme/View/PersonaView/PersonaView
3850
+ #: components/ItaliaTheme/View/ServizioView/ServizioView
3851
+ #: components/ItaliaTheme/View/UOView/UOView
3852
+ #: components/ItaliaTheme/View/VenueView/VenueView
3853
+ # defaultMessage: Indice della pagina
3854
+ msgid "sideMenuIndex"
3855
+ msgstr "Page index"
3856
+
3857
+ #: components/ItaliaTheme/View/Commons/SideMenu
3858
+ # defaultMessage: Navigazione della pagina
3859
+ msgid "sideMenuNavigation"
3860
+ msgstr "Elements of the sidebar menu"
3861
+
3778
3862
  #: components/ItaliaTheme/View/Commons/TrasparenzaFields
3779
3863
  #: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
3780
3864
  # defaultMessage: Silenzio assenso/Dichiarazione dell'interessato sostitutiva del provvedimento finale
@@ -3796,6 +3880,11 @@ msgstr ""
3796
3880
  msgid "simplecard_listing_appearance_oneforrow"
3797
3881
  msgstr ""
3798
3882
 
3883
+ #: config/italiaConfig
3884
+ # defaultMessage: Sitemap
3885
+ msgid "sitemap_ft"
3886
+ msgstr ""
3887
+
3799
3888
  #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
3800
3889
  # defaultMessage: Situazione patrimoniale
3801
3890
  msgid "situazione_patrimoniale"
@@ -3816,6 +3905,11 @@ msgstr "Go to content"
3816
3905
  msgid "skiplink-navigation"
3817
3906
  msgstr "Go to navigation"
3818
3907
 
3908
+ #: components/ItaliaTheme/SkipLinks/SkipLinks
3909
+ # defaultMessage: Skiplinks
3910
+ msgid "skiplinks-description"
3911
+ msgstr ""
3912
+
3819
3913
  #: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
3820
3914
  #: helpers/contentHelper
3821
3915
  # defaultMessage: Skype
@@ -4217,11 +4311,21 @@ msgstr "Update date"
4217
4311
  msgid "url"
4218
4312
  msgstr "website"
4219
4313
 
4314
+ #: components/ItaliaTheme/Header/HeaderSlim/HeaderSlim
4315
+ # defaultMessage: Utility Menu
4316
+ msgid "utilityMenu"
4317
+ msgstr "Utility menu"
4318
+
4220
4319
  #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
4221
4320
  # defaultMessage: Variazione situazione patrimoniale
4222
4321
  msgid "variazione_situazione_patrimoniale"
4223
4322
  msgstr "Change in balance sheet"
4224
4323
 
4324
+ #: components/ItaliaTheme/View/VenueView/VenueView
4325
+ # defaultMessage: Informazioni sulla struttura
4326
+ msgid "venueContent"
4327
+ msgstr "Informations about the structure"
4328
+
4225
4329
  #: components/ItaliaTheme/Blocks/BandiSearch/Body
4226
4330
  #: components/ItaliaTheme/Blocks/EventSearch/Body
4227
4331
  #: components/ItaliaTheme/Blocks/EventSearch/DefaultFilters