design-comuni-plone-theme 11.26.5 → 11.27.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/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +29 -0
- package/RELEASE.md +16 -0
- package/locales/de/LC_MESSAGES/volto.po +94 -0
- package/locales/en/LC_MESSAGES/volto.po +95 -1
- package/locales/es/LC_MESSAGES/volto.po +94 -0
- package/locales/fr/LC_MESSAGES/volto.po +94 -0
- package/locales/it/LC_MESSAGES/volto.po +94 -0
- package/locales/volto.pot +95 -1
- package/package.json +1 -1
- package/publiccode.yml +2 -2
- package/src/components/ItaliaTheme/Blocks/Accordion/Block/ViewBlock.jsx +1 -0
- package/src/components/ItaliaTheme/Blocks/Listing/CardWithImage/CardWithImageDefault.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/Listing/CardWithSlideUpTextTemplate.jsx +23 -14
- package/src/components/ItaliaTheme/Blocks/Listing/Commons/ListingImage.jsx +17 -4
- package/src/components/ItaliaTheme/Blocks/Listing/CompleteBlockLinksTemplate.jsx +0 -1
- package/src/components/ItaliaTheme/Blocks/Listing/ContentInEvidenceTemplate.jsx +0 -1
- package/src/components/ItaliaTheme/Blocks/Listing/GridGalleryTemplate.jsx +4 -3
- package/src/components/ItaliaTheme/Blocks/Listing/InEvidenceTemplate.jsx +0 -1
- package/src/components/ItaliaTheme/Blocks/__tests__/Accordion.test.jsx +0 -3
- package/src/components/ItaliaTheme/Cards/CardPersona.jsx +1 -1
- package/src/components/ItaliaTheme/CustomerSatisfaction/FeedbackForm.jsx +9 -1
- package/src/components/ItaliaTheme/Header/HeaderSearch/HeaderSearch.jsx +9 -1
- package/src/components/ItaliaTheme/Header/HeaderSearch/SearchModal.jsx +10 -1
- package/src/components/ItaliaTheme/Header/HeaderSlim/HeaderSlim.jsx +15 -2
- package/src/components/ItaliaTheme/Header/HeaderSlim/TertiaryMenu.jsx +1 -1
- package/src/components/ItaliaTheme/Header/ParentSiteMenu.jsx +14 -1
- package/src/components/ItaliaTheme/SkipLinks/SkipLinks.jsx +9 -1
- package/src/components/ItaliaTheme/View/BandoView/BandoView.jsx +19 -1
- package/src/components/ItaliaTheme/View/Commons/PageHeader/PageHeader.jsx +3 -4
- package/src/components/ItaliaTheme/View/Commons/RelatedItemInEvidence/RelatedItemInEvidence.jsx +14 -1
- package/src/components/ItaliaTheme/View/Commons/RelatedItems.jsx +5 -1
- package/src/components/ItaliaTheme/View/Commons/SideMenu.jsx +10 -6
- package/src/components/ItaliaTheme/View/DocumentoView/DocumentoView.jsx +20 -1
- package/src/components/ItaliaTheme/View/EventoView/EventoView.jsx +20 -1
- package/src/components/ItaliaTheme/View/FAQ/FaqFolder/SearchBar.jsx +2 -0
- package/src/components/ItaliaTheme/View/NewsItemView/NewsItemView.jsx +19 -1
- package/src/components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks.jsx +14 -1
- package/src/components/ItaliaTheme/View/PersonaView/PersonaView.jsx +20 -1
- package/src/components/ItaliaTheme/View/ServizioView/ServizioView.jsx +19 -2
- package/src/components/ItaliaTheme/View/UOView/UOView.jsx +20 -1
- package/src/components/ItaliaTheme/View/VenueView/VenueView.jsx +24 -11
- package/src/components/SelectInput/SelectInput.jsx +2 -1
- package/src/components/TextInput.jsx +1 -0
- package/src/config/Blocks/ListingOptions/cardWithSlideUpTextTemplate.js +1 -6
- package/src/customizations/volto/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +5 -2
- package/src/customizations/volto/components/theme/Navigation/Navigation.jsx +16 -2
- package/src/customizations/volto/helpers/FormValidation/FormValidation.js +8 -5
- package/src/customizations/volto-form-block/components/Field.jsx +7 -0
- package/src/customizations/volto-form-block/fieldSchema.js +345 -0
- package/src/overrideTranslations.jsx +4 -0
- package/src/theme/ItaliaTheme/Blocks/_cardWithImage.scss +1 -0
- package/src/theme/ItaliaTheme/Blocks/_cardWithSlideUpTextTemplate.scss +10 -0
- package/src/theme/ItaliaTheme/Blocks/_search.scss +8 -2
- package/src/theme/ItaliaTheme/Components/_cardPersona.scss +2 -0
- package/src/theme/ItaliaTheme/_ar.scss +3 -2
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [11.27.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.26.5...v11.27.0) (2025-02-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **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))
|
|
9
|
+
* 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))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* 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))
|
|
15
|
+
* **a11y:** landmarks ([#860](https://github.com/RedTurtle/design-comuni-plone-theme/issues/860)) ([01af8ec](https://github.com/RedTurtle/design-comuni-plone-theme/commit/01af8ecaa1c9cd19f6022fc1130fbcff344cd9b4))
|
|
16
|
+
* accordion block tests ([ee0dd89](https://github.com/RedTurtle/design-comuni-plone-theme/commit/ee0dd89679b0164ee004e7e91d597f83a0da14c1))
|
|
17
|
+
* 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))
|
|
18
|
+
* 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))
|
|
19
|
+
* 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))
|
|
20
|
+
* 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))
|
|
21
|
+
* 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))
|
|
22
|
+
* 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))
|
|
23
|
+
* 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))
|
|
24
|
+
* 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))
|
|
25
|
+
* update locales ([892e244](https://github.com/RedTurtle/design-comuni-plone-theme/commit/892e244a4560dd27f4cb0a38a44942c2c85adad2))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Documentation
|
|
29
|
+
|
|
30
|
+
* updated publiccode and release log ([1ca82cb](https://github.com/RedTurtle/design-comuni-plone-theme/commit/1ca82cb2f524d203d12126d95a00275d205322c1))
|
|
31
|
+
|
|
3
32
|
## [11.26.5](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.26.4...v11.26.5) (2025-02-06)
|
|
4
33
|
|
|
5
34
|
|
package/RELEASE.md
CHANGED
|
@@ -41,6 +41,22 @@
|
|
|
41
41
|
- ...
|
|
42
42
|
-->
|
|
43
43
|
|
|
44
|
+
## Versione 11.27.0 (26/02/2025)
|
|
45
|
+
|
|
46
|
+
### Migliorie
|
|
47
|
+
|
|
48
|
+
- Migliorata l'accessibilità del blocco Accordion.
|
|
49
|
+
|
|
50
|
+
### Fix
|
|
51
|
+
|
|
52
|
+
- Se su un evento si imposta una ricorrenza mensile per eventi che avvengono in uno specifico giorno della settimana, la ricorrenza viene calcolata correttamente.
|
|
53
|
+
- Aggiunto correttamente il data-element ai link della card con testo animato del blocco Elenco.
|
|
54
|
+
- 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.
|
|
55
|
+
- 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_.
|
|
56
|
+
- Condizione per la Label per i select ripristinata.
|
|
57
|
+
- Sistemata la visualizzazione del sottotitolo nel content-type Luogo (in alcuni casi non si vedeva).
|
|
58
|
+
- Rimosse le scrollbar dal widget 'Select' dei filtri di ricerca del blocco 'Cerca'.
|
|
59
|
+
|
|
44
60
|
## Versione 11.26.5 (06/02/2025)
|
|
45
61
|
|
|
46
62
|
### 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}
|
|
@@ -1071,6 +1081,11 @@ msgstr ""
|
|
|
1071
1081
|
msgid "bandi_search_no_filters"
|
|
1072
1082
|
msgstr ""
|
|
1073
1083
|
|
|
1084
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
1085
|
+
# defaultMessage: Contenuto del Bando
|
|
1086
|
+
msgid "bandoContent"
|
|
1087
|
+
msgstr ""
|
|
1088
|
+
|
|
1074
1089
|
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1075
1090
|
# defaultMessage: Scaduto
|
|
1076
1091
|
msgid "bando_closed"
|
|
@@ -1754,6 +1769,11 @@ msgstr ""
|
|
|
1754
1769
|
msgid "dirigente"
|
|
1755
1770
|
msgstr ""
|
|
1756
1771
|
|
|
1772
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
1773
|
+
# defaultMessage: Contenuto del documento
|
|
1774
|
+
msgid "documentContent"
|
|
1775
|
+
msgstr ""
|
|
1776
|
+
|
|
1757
1777
|
#: components/ItaliaTheme/View/Commons/RelatedItems
|
|
1758
1778
|
# defaultMessage: Documenti e dati
|
|
1759
1779
|
msgid "documenti-e-dati"
|
|
@@ -2017,6 +2037,11 @@ msgstr ""
|
|
|
2017
2037
|
msgid "event_url"
|
|
2018
2038
|
msgstr ""
|
|
2019
2039
|
|
|
2040
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
2041
|
+
# defaultMessage: Contenuto dell'evento
|
|
2042
|
+
msgid "eventoContent"
|
|
2043
|
+
msgstr ""
|
|
2044
|
+
|
|
2020
2045
|
#: components/ItaliaTheme/View/Commons/Events
|
|
2021
2046
|
# defaultMessage: Appuntamenti
|
|
2022
2047
|
msgid "events"
|
|
@@ -2115,6 +2140,11 @@ msgstr ""
|
|
|
2115
2140
|
msgid "feedback_error"
|
|
2116
2141
|
msgstr ""
|
|
2117
2142
|
|
|
2143
|
+
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2144
|
+
# defaultMessage: Feedback form
|
|
2145
|
+
msgid "feedback_form_aria_title"
|
|
2146
|
+
msgstr ""
|
|
2147
|
+
|
|
2118
2148
|
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2119
2149
|
# defaultMessage: Next
|
|
2120
2150
|
msgid "feedback_form_button_next"
|
|
@@ -2409,6 +2439,11 @@ msgstr ""
|
|
|
2409
2439
|
msgid "importi_viaggio"
|
|
2410
2440
|
msgstr ""
|
|
2411
2441
|
|
|
2442
|
+
#: components/ItaliaTheme/View/Commons/RelatedItemInEvidence/RelatedItemInEvidence
|
|
2443
|
+
# defaultMessage: Contenuti in evidenza
|
|
2444
|
+
msgid "inEvidenceItems"
|
|
2445
|
+
msgstr ""
|
|
2446
|
+
|
|
2412
2447
|
#: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate
|
|
2413
2448
|
#: helpers/amministrazioneTrasparenteHelper
|
|
2414
2449
|
# defaultMessage: incarico
|
|
@@ -2631,6 +2666,11 @@ msgstr ""
|
|
|
2631
2666
|
msgid "mailto"
|
|
2632
2667
|
msgstr ""
|
|
2633
2668
|
|
|
2669
|
+
#: overrideTranslations
|
|
2670
|
+
# defaultMessage: Menu principale
|
|
2671
|
+
msgid "mainMenu"
|
|
2672
|
+
msgstr ""
|
|
2673
|
+
|
|
2634
2674
|
#: config/Blocks/ListingOptions/mapTemplate
|
|
2635
2675
|
# defaultMessage: Grande
|
|
2636
2676
|
msgid "map_size_large"
|
|
@@ -2716,6 +2756,11 @@ msgstr ""
|
|
|
2716
2756
|
msgid "natural_image_size"
|
|
2717
2757
|
msgstr ""
|
|
2718
2758
|
|
|
2759
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
2760
|
+
# defaultMessage: Contenuto della notizia
|
|
2761
|
+
msgid "newsContent"
|
|
2762
|
+
msgstr ""
|
|
2763
|
+
|
|
2719
2764
|
#: components/ItaliaTheme/View/NewsItemView/NewsItemText
|
|
2720
2765
|
# defaultMessage: Contenuto
|
|
2721
2766
|
msgid "news_item_contenuto"
|
|
@@ -2909,6 +2954,11 @@ msgstr ""
|
|
|
2909
2954
|
msgid "paginationLabel"
|
|
2910
2955
|
msgstr ""
|
|
2911
2956
|
|
|
2957
|
+
#: components/ItaliaTheme/Header/ParentSiteMenu
|
|
2958
|
+
# defaultMessage: Main site menu
|
|
2959
|
+
msgid "parent_site_menu"
|
|
2960
|
+
msgstr ""
|
|
2961
|
+
|
|
2912
2962
|
#: components/ItaliaTheme/View/EventoView/EventoCosE
|
|
2913
2963
|
# defaultMessage: Parteciperanno
|
|
2914
2964
|
msgid "parteciperanno"
|
|
@@ -2931,6 +2981,11 @@ msgstr ""
|
|
|
2931
2981
|
msgid "persona"
|
|
2932
2982
|
msgstr ""
|
|
2933
2983
|
|
|
2984
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
2985
|
+
# defaultMessage: Contenuto del profilo della persona
|
|
2986
|
+
msgid "personaContent"
|
|
2987
|
+
msgstr ""
|
|
2988
|
+
|
|
2934
2989
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
2935
2990
|
# defaultMessage: Fa parte di
|
|
2936
2991
|
msgid "persona_strutture_correlate"
|
|
@@ -3383,6 +3438,7 @@ msgstr ""
|
|
|
3383
3438
|
msgid "searchInSection"
|
|
3384
3439
|
msgstr ""
|
|
3385
3440
|
|
|
3441
|
+
#: components/ItaliaTheme/Header/HeaderSearch/HeaderSearch
|
|
3386
3442
|
#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
|
|
3387
3443
|
# defaultMessage: Cerca nel sito
|
|
3388
3444
|
msgid "searchLabel"
|
|
@@ -3625,6 +3681,11 @@ msgstr ""
|
|
|
3625
3681
|
msgid "servizi_offerti"
|
|
3626
3682
|
msgstr ""
|
|
3627
3683
|
|
|
3684
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3685
|
+
# defaultMessage: Contenuto del servizio
|
|
3686
|
+
msgid "servizioContent"
|
|
3687
|
+
msgstr ""
|
|
3688
|
+
|
|
3628
3689
|
#: components/ItaliaTheme/View/ServizioView/ServizioAccedi
|
|
3629
3690
|
# defaultMessage: Accedi al servizio
|
|
3630
3691
|
msgid "servizio_canale_digitale"
|
|
@@ -3790,6 +3851,24 @@ msgstr ""
|
|
|
3790
3851
|
msgid "show_type"
|
|
3791
3852
|
msgstr ""
|
|
3792
3853
|
|
|
3854
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
3855
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
3856
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
3857
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
3858
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
3859
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
3860
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3861
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
3862
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
3863
|
+
# defaultMessage: Indice della pagina
|
|
3864
|
+
msgid "sideMenuIndex"
|
|
3865
|
+
msgstr ""
|
|
3866
|
+
|
|
3867
|
+
#: components/ItaliaTheme/View/Commons/SideMenu
|
|
3868
|
+
# defaultMessage: Navigazione della pagina
|
|
3869
|
+
msgid "sideMenuNavigation"
|
|
3870
|
+
msgstr ""
|
|
3871
|
+
|
|
3793
3872
|
#: components/ItaliaTheme/View/Commons/TrasparenzaFields
|
|
3794
3873
|
#: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
|
|
3795
3874
|
# defaultMessage: Silenzio assenso/Dichiarazione dell'interessato sostitutiva del provvedimento finale
|
|
@@ -3831,6 +3910,11 @@ msgstr ""
|
|
|
3831
3910
|
msgid "skiplink-navigation"
|
|
3832
3911
|
msgstr ""
|
|
3833
3912
|
|
|
3913
|
+
#: components/ItaliaTheme/SkipLinks/SkipLinks
|
|
3914
|
+
# defaultMessage: Skiplinks
|
|
3915
|
+
msgid "skiplinks-description"
|
|
3916
|
+
msgstr ""
|
|
3917
|
+
|
|
3834
3918
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3835
3919
|
#: helpers/contentHelper
|
|
3836
3920
|
# defaultMessage: Skype
|
|
@@ -4232,11 +4316,21 @@ msgstr ""
|
|
|
4232
4316
|
msgid "url"
|
|
4233
4317
|
msgstr ""
|
|
4234
4318
|
|
|
4319
|
+
#: components/ItaliaTheme/Header/HeaderSlim/HeaderSlim
|
|
4320
|
+
# defaultMessage: Utility Menu
|
|
4321
|
+
msgid "utilityMenu"
|
|
4322
|
+
msgstr ""
|
|
4323
|
+
|
|
4235
4324
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
4236
4325
|
# defaultMessage: Variazione situazione patrimoniale
|
|
4237
4326
|
msgid "variazione_situazione_patrimoniale"
|
|
4238
4327
|
msgstr ""
|
|
4239
4328
|
|
|
4329
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
4330
|
+
# defaultMessage: Informazioni sulla struttura
|
|
4331
|
+
msgid "venueContent"
|
|
4332
|
+
msgstr ""
|
|
4333
|
+
|
|
4240
4334
|
#: components/ItaliaTheme/Blocks/BandiSearch/Body
|
|
4241
4335
|
#: components/ItaliaTheme/Blocks/EventSearch/Body
|
|
4242
4336
|
#: 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}
|
|
@@ -1056,6 +1066,11 @@ msgstr ""
|
|
|
1056
1066
|
msgid "bandi_search_no_filters"
|
|
1057
1067
|
msgstr ""
|
|
1058
1068
|
|
|
1069
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
1070
|
+
# defaultMessage: Contenuto del Bando
|
|
1071
|
+
msgid "bandoContent"
|
|
1072
|
+
msgstr "Content of the announcement"
|
|
1073
|
+
|
|
1059
1074
|
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1060
1075
|
# defaultMessage: Scaduto
|
|
1061
1076
|
msgid "bando_closed"
|
|
@@ -1739,6 +1754,11 @@ msgstr "Statements of Incompatibility"
|
|
|
1739
1754
|
msgid "dirigente"
|
|
1740
1755
|
msgstr "Manager"
|
|
1741
1756
|
|
|
1757
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
1758
|
+
# defaultMessage: Contenuto del documento
|
|
1759
|
+
msgid "documentContent"
|
|
1760
|
+
msgstr "Content of the document"
|
|
1761
|
+
|
|
1742
1762
|
#: components/ItaliaTheme/View/Commons/RelatedItems
|
|
1743
1763
|
# defaultMessage: Documenti e dati
|
|
1744
1764
|
msgid "documenti-e-dati"
|
|
@@ -2002,6 +2022,11 @@ msgstr "Political structures involved"
|
|
|
2002
2022
|
msgid "event_url"
|
|
2003
2023
|
msgstr "Event url"
|
|
2004
2024
|
|
|
2025
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
2026
|
+
# defaultMessage: Contenuto dell'evento
|
|
2027
|
+
msgid "eventoContent"
|
|
2028
|
+
msgstr "Content of the event"
|
|
2029
|
+
|
|
2005
2030
|
#: components/ItaliaTheme/View/Commons/Events
|
|
2006
2031
|
# defaultMessage: Appuntamenti
|
|
2007
2032
|
msgid "events"
|
|
@@ -2100,6 +2125,11 @@ msgstr ""
|
|
|
2100
2125
|
msgid "feedback_error"
|
|
2101
2126
|
msgstr ""
|
|
2102
2127
|
|
|
2128
|
+
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2129
|
+
# defaultMessage: Feedback form
|
|
2130
|
+
msgid "feedback_form_aria_title"
|
|
2131
|
+
msgstr ""
|
|
2132
|
+
|
|
2103
2133
|
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2104
2134
|
# defaultMessage: Next
|
|
2105
2135
|
msgid "feedback_form_button_next"
|
|
@@ -2394,6 +2424,11 @@ msgstr "Travel and / or service charges"
|
|
|
2394
2424
|
msgid "importi_viaggio"
|
|
2395
2425
|
msgstr "Travel and/or service expenses"
|
|
2396
2426
|
|
|
2427
|
+
#: components/ItaliaTheme/View/Commons/RelatedItemInEvidence/RelatedItemInEvidence
|
|
2428
|
+
# defaultMessage: Contenuti in evidenza
|
|
2429
|
+
msgid "inEvidenceItems"
|
|
2430
|
+
msgstr "In evidence items"
|
|
2431
|
+
|
|
2397
2432
|
#: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate
|
|
2398
2433
|
#: helpers/amministrazioneTrasparenteHelper
|
|
2399
2434
|
# defaultMessage: incarico
|
|
@@ -2616,6 +2651,11 @@ msgstr ""
|
|
|
2616
2651
|
msgid "mailto"
|
|
2617
2652
|
msgstr "Send"
|
|
2618
2653
|
|
|
2654
|
+
#: overrideTranslations
|
|
2655
|
+
# defaultMessage: Menu principale
|
|
2656
|
+
msgid "mainMenu"
|
|
2657
|
+
msgstr "Main menu"
|
|
2658
|
+
|
|
2619
2659
|
#: config/Blocks/ListingOptions/mapTemplate
|
|
2620
2660
|
# defaultMessage: Grande
|
|
2621
2661
|
msgid "map_size_large"
|
|
@@ -2701,6 +2741,11 @@ msgstr "Alternative formats"
|
|
|
2701
2741
|
msgid "natural_image_size"
|
|
2702
2742
|
msgstr "Do not alter natural image sizes"
|
|
2703
2743
|
|
|
2744
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
2745
|
+
# defaultMessage: Contenuto della notizia
|
|
2746
|
+
msgid "newsContent"
|
|
2747
|
+
msgstr "Content of the news"
|
|
2748
|
+
|
|
2704
2749
|
#: components/ItaliaTheme/View/NewsItemView/NewsItemText
|
|
2705
2750
|
# defaultMessage: Contenuto
|
|
2706
2751
|
msgid "news_item_contenuto"
|
|
@@ -2894,6 +2939,11 @@ msgstr "This page is managed by"
|
|
|
2894
2939
|
msgid "paginationLabel"
|
|
2895
2940
|
msgstr "Page selector"
|
|
2896
2941
|
|
|
2942
|
+
#: components/ItaliaTheme/Header/ParentSiteMenu
|
|
2943
|
+
# defaultMessage: Main site menu
|
|
2944
|
+
msgid "parent_site_menu"
|
|
2945
|
+
msgstr ""
|
|
2946
|
+
|
|
2897
2947
|
#: components/ItaliaTheme/View/EventoView/EventoCosE
|
|
2898
2948
|
# defaultMessage: Parteciperanno
|
|
2899
2949
|
msgid "parteciperanno"
|
|
@@ -2916,6 +2966,11 @@ msgstr "PEC"
|
|
|
2916
2966
|
msgid "persona"
|
|
2917
2967
|
msgstr "Person"
|
|
2918
2968
|
|
|
2969
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
2970
|
+
# defaultMessage: Contenuto del profilo della persona
|
|
2971
|
+
msgid "personaContent"
|
|
2972
|
+
msgstr "Content of the person’s profile"
|
|
2973
|
+
|
|
2919
2974
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
2920
2975
|
# defaultMessage: Fa parte di
|
|
2921
2976
|
msgid "persona_strutture_correlate"
|
|
@@ -3169,7 +3224,7 @@ msgstr "Responsible office"
|
|
|
3169
3224
|
#: components/ItaliaTheme/View/Commons/BandoDates
|
|
3170
3225
|
# defaultMessage: Scadenza dei termini per partecipare al bando
|
|
3171
3226
|
msgid "scadenza_bando"
|
|
3172
|
-
msgstr "
|
|
3227
|
+
msgstr "Deadline for submitting applications"
|
|
3173
3228
|
|
|
3174
3229
|
#: components/ItaliaTheme/Blocks/Calendar/Item
|
|
3175
3230
|
#: components/ItaliaTheme/View/Commons/BandoDates
|
|
@@ -3368,6 +3423,7 @@ msgstr "Search contents in"
|
|
|
3368
3423
|
msgid "searchInSection"
|
|
3369
3424
|
msgstr "Search in sections"
|
|
3370
3425
|
|
|
3426
|
+
#: components/ItaliaTheme/Header/HeaderSearch/HeaderSearch
|
|
3371
3427
|
#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
|
|
3372
3428
|
# defaultMessage: Cerca nel sito
|
|
3373
3429
|
msgid "searchLabel"
|
|
@@ -3610,6 +3666,11 @@ msgstr "Related services"
|
|
|
3610
3666
|
msgid "servizi_offerti"
|
|
3611
3667
|
msgstr "Services"
|
|
3612
3668
|
|
|
3669
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3670
|
+
# defaultMessage: Contenuto del servizio
|
|
3671
|
+
msgid "servizioContent"
|
|
3672
|
+
msgstr "Content of the service"
|
|
3673
|
+
|
|
3613
3674
|
#: components/ItaliaTheme/View/ServizioView/ServizioAccedi
|
|
3614
3675
|
# defaultMessage: Accedi al servizio
|
|
3615
3676
|
msgid "servizio_canale_digitale"
|
|
@@ -3775,6 +3836,24 @@ msgstr ""
|
|
|
3775
3836
|
msgid "show_type"
|
|
3776
3837
|
msgstr ""
|
|
3777
3838
|
|
|
3839
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
3840
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
3841
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
3842
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
3843
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
3844
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
3845
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3846
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
3847
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
3848
|
+
# defaultMessage: Indice della pagina
|
|
3849
|
+
msgid "sideMenuIndex"
|
|
3850
|
+
msgstr "Page index"
|
|
3851
|
+
|
|
3852
|
+
#: components/ItaliaTheme/View/Commons/SideMenu
|
|
3853
|
+
# defaultMessage: Navigazione della pagina
|
|
3854
|
+
msgid "sideMenuNavigation"
|
|
3855
|
+
msgstr "Elements of the sidebar menu"
|
|
3856
|
+
|
|
3778
3857
|
#: components/ItaliaTheme/View/Commons/TrasparenzaFields
|
|
3779
3858
|
#: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
|
|
3780
3859
|
# defaultMessage: Silenzio assenso/Dichiarazione dell'interessato sostitutiva del provvedimento finale
|
|
@@ -3816,6 +3895,11 @@ msgstr "Go to content"
|
|
|
3816
3895
|
msgid "skiplink-navigation"
|
|
3817
3896
|
msgstr "Go to navigation"
|
|
3818
3897
|
|
|
3898
|
+
#: components/ItaliaTheme/SkipLinks/SkipLinks
|
|
3899
|
+
# defaultMessage: Skiplinks
|
|
3900
|
+
msgid "skiplinks-description"
|
|
3901
|
+
msgstr ""
|
|
3902
|
+
|
|
3819
3903
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3820
3904
|
#: helpers/contentHelper
|
|
3821
3905
|
# defaultMessage: Skype
|
|
@@ -4217,11 +4301,21 @@ msgstr "Update date"
|
|
|
4217
4301
|
msgid "url"
|
|
4218
4302
|
msgstr "website"
|
|
4219
4303
|
|
|
4304
|
+
#: components/ItaliaTheme/Header/HeaderSlim/HeaderSlim
|
|
4305
|
+
# defaultMessage: Utility Menu
|
|
4306
|
+
msgid "utilityMenu"
|
|
4307
|
+
msgstr "Utility menu"
|
|
4308
|
+
|
|
4220
4309
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
4221
4310
|
# defaultMessage: Variazione situazione patrimoniale
|
|
4222
4311
|
msgid "variazione_situazione_patrimoniale"
|
|
4223
4312
|
msgstr "Change in balance sheet"
|
|
4224
4313
|
|
|
4314
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
4315
|
+
# defaultMessage: Informazioni sulla struttura
|
|
4316
|
+
msgid "venueContent"
|
|
4317
|
+
msgstr "Informations about the structure"
|
|
4318
|
+
|
|
4225
4319
|
#: components/ItaliaTheme/Blocks/BandiSearch/Body
|
|
4226
4320
|
#: components/ItaliaTheme/Blocks/EventSearch/Body
|
|
4227
4321
|
#: components/ItaliaTheme/Blocks/EventSearch/DefaultFilters
|
|
@@ -684,6 +684,11 @@ msgstr "Ingrese texto..."
|
|
|
684
684
|
msgid "Type the title…"
|
|
685
685
|
msgstr "Ingrese el título..."
|
|
686
686
|
|
|
687
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
688
|
+
# defaultMessage: Contenuto dell'unità organizzativa
|
|
689
|
+
msgid "UOContent"
|
|
690
|
+
msgstr ""
|
|
691
|
+
|
|
687
692
|
#: components/ItaliaTheme/Unauthorized/Unauthorized
|
|
688
693
|
# defaultMessage: Unauthorized
|
|
689
694
|
msgid "Unauthorized"
|
|
@@ -884,6 +889,11 @@ msgstr "Área responsable"
|
|
|
884
889
|
msgid "argoment"
|
|
885
890
|
msgstr "Tema"
|
|
886
891
|
|
|
892
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
893
|
+
# defaultMessage: Contenuto dell'argomento
|
|
894
|
+
msgid "argomentoContent"
|
|
895
|
+
msgstr ""
|
|
896
|
+
|
|
887
897
|
#: components/ItaliaTheme/Blocks/Listing/RibbonCardTemplate
|
|
888
898
|
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateCompact
|
|
889
899
|
# defaultMessage: Icona {type}
|
|
@@ -1065,6 +1075,11 @@ msgstr "Fondo de bloque"
|
|
|
1065
1075
|
msgid "bandi_search_no_filters"
|
|
1066
1076
|
msgstr "No hay filtros para mostrar. Seleccione yo filtros de búsqueda para mostrar desde la barra lateral."
|
|
1067
1077
|
|
|
1078
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
1079
|
+
# defaultMessage: Contenuto del Bando
|
|
1080
|
+
msgid "bandoContent"
|
|
1081
|
+
msgstr ""
|
|
1082
|
+
|
|
1068
1083
|
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1069
1084
|
# defaultMessage: Scaduto
|
|
1070
1085
|
msgid "bando_closed"
|
|
@@ -1748,6 +1763,11 @@ msgstr ""
|
|
|
1748
1763
|
msgid "dirigente"
|
|
1749
1764
|
msgstr "Dirigente"
|
|
1750
1765
|
|
|
1766
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
1767
|
+
# defaultMessage: Contenuto del documento
|
|
1768
|
+
msgid "documentContent"
|
|
1769
|
+
msgstr ""
|
|
1770
|
+
|
|
1751
1771
|
#: components/ItaliaTheme/View/Commons/RelatedItems
|
|
1752
1772
|
# defaultMessage: Documenti e dati
|
|
1753
1773
|
msgid "documenti-e-dati"
|
|
@@ -2011,6 +2031,11 @@ msgstr "Estructuras políticas involucradas"
|
|
|
2011
2031
|
msgid "event_url"
|
|
2012
2032
|
msgstr "URL del evento"
|
|
2013
2033
|
|
|
2034
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
2035
|
+
# defaultMessage: Contenuto dell'evento
|
|
2036
|
+
msgid "eventoContent"
|
|
2037
|
+
msgstr ""
|
|
2038
|
+
|
|
2014
2039
|
#: components/ItaliaTheme/View/Commons/Events
|
|
2015
2040
|
# defaultMessage: Appuntamenti
|
|
2016
2041
|
msgid "events"
|
|
@@ -2109,6 +2134,11 @@ msgstr ""
|
|
|
2109
2134
|
msgid "feedback_error"
|
|
2110
2135
|
msgstr ""
|
|
2111
2136
|
|
|
2137
|
+
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2138
|
+
# defaultMessage: Feedback form
|
|
2139
|
+
msgid "feedback_form_aria_title"
|
|
2140
|
+
msgstr ""
|
|
2141
|
+
|
|
2112
2142
|
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2113
2143
|
# defaultMessage: Next
|
|
2114
2144
|
msgid "feedback_form_button_next"
|
|
@@ -2403,6 +2433,11 @@ msgstr "Gastos de viajes y servicios"
|
|
|
2403
2433
|
msgid "importi_viaggio"
|
|
2404
2434
|
msgstr ""
|
|
2405
2435
|
|
|
2436
|
+
#: components/ItaliaTheme/View/Commons/RelatedItemInEvidence/RelatedItemInEvidence
|
|
2437
|
+
# defaultMessage: Contenuti in evidenza
|
|
2438
|
+
msgid "inEvidenceItems"
|
|
2439
|
+
msgstr ""
|
|
2440
|
+
|
|
2406
2441
|
#: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate
|
|
2407
2442
|
#: helpers/amministrazioneTrasparenteHelper
|
|
2408
2443
|
# defaultMessage: incarico
|
|
@@ -2625,6 +2660,11 @@ msgstr ""
|
|
|
2625
2660
|
msgid "mailto"
|
|
2626
2661
|
msgstr "Enviar"
|
|
2627
2662
|
|
|
2663
|
+
#: overrideTranslations
|
|
2664
|
+
# defaultMessage: Menu principale
|
|
2665
|
+
msgid "mainMenu"
|
|
2666
|
+
msgstr ""
|
|
2667
|
+
|
|
2628
2668
|
#: config/Blocks/ListingOptions/mapTemplate
|
|
2629
2669
|
# defaultMessage: Grande
|
|
2630
2670
|
msgid "map_size_large"
|
|
@@ -2710,6 +2750,11 @@ msgstr "Formatos alternativos"
|
|
|
2710
2750
|
msgid "natural_image_size"
|
|
2711
2751
|
msgstr "No altere los tamaños naturales de las imágenes"
|
|
2712
2752
|
|
|
2753
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
2754
|
+
# defaultMessage: Contenuto della notizia
|
|
2755
|
+
msgid "newsContent"
|
|
2756
|
+
msgstr ""
|
|
2757
|
+
|
|
2713
2758
|
#: components/ItaliaTheme/View/NewsItemView/NewsItemText
|
|
2714
2759
|
# defaultMessage: Contenuto
|
|
2715
2760
|
msgid "news_item_contenuto"
|
|
@@ -2903,6 +2948,11 @@ msgstr "Esta página es administrada por"
|
|
|
2903
2948
|
msgid "paginationLabel"
|
|
2904
2949
|
msgstr ""
|
|
2905
2950
|
|
|
2951
|
+
#: components/ItaliaTheme/Header/ParentSiteMenu
|
|
2952
|
+
# defaultMessage: Main site menu
|
|
2953
|
+
msgid "parent_site_menu"
|
|
2954
|
+
msgstr ""
|
|
2955
|
+
|
|
2906
2956
|
#: components/ItaliaTheme/View/EventoView/EventoCosE
|
|
2907
2957
|
# defaultMessage: Parteciperanno
|
|
2908
2958
|
msgid "parteciperanno"
|
|
@@ -2925,6 +2975,11 @@ msgstr "PEC"
|
|
|
2925
2975
|
msgid "persona"
|
|
2926
2976
|
msgstr ""
|
|
2927
2977
|
|
|
2978
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
2979
|
+
# defaultMessage: Contenuto del profilo della persona
|
|
2980
|
+
msgid "personaContent"
|
|
2981
|
+
msgstr ""
|
|
2982
|
+
|
|
2928
2983
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
2929
2984
|
# defaultMessage: Fa parte di
|
|
2930
2985
|
msgid "persona_strutture_correlate"
|
|
@@ -3377,6 +3432,7 @@ msgstr "Buscar contenidos en"
|
|
|
3377
3432
|
msgid "searchInSection"
|
|
3378
3433
|
msgstr "Busca en la sección"
|
|
3379
3434
|
|
|
3435
|
+
#: components/ItaliaTheme/Header/HeaderSearch/HeaderSearch
|
|
3380
3436
|
#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
|
|
3381
3437
|
# defaultMessage: Cerca nel sito
|
|
3382
3438
|
msgid "searchLabel"
|
|
@@ -3619,6 +3675,11 @@ msgstr ""
|
|
|
3619
3675
|
msgid "servizi_offerti"
|
|
3620
3676
|
msgstr "Servicios"
|
|
3621
3677
|
|
|
3678
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3679
|
+
# defaultMessage: Contenuto del servizio
|
|
3680
|
+
msgid "servizioContent"
|
|
3681
|
+
msgstr ""
|
|
3682
|
+
|
|
3622
3683
|
#: components/ItaliaTheme/View/ServizioView/ServizioAccedi
|
|
3623
3684
|
# defaultMessage: Accedi al servizio
|
|
3624
3685
|
msgid "servizio_canale_digitale"
|
|
@@ -3784,6 +3845,24 @@ msgstr "Mostrar temas"
|
|
|
3784
3845
|
msgid "show_type"
|
|
3785
3846
|
msgstr "Mostrar tipo"
|
|
3786
3847
|
|
|
3848
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
3849
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
3850
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
3851
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
3852
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
3853
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
3854
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3855
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
3856
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
3857
|
+
# defaultMessage: Indice della pagina
|
|
3858
|
+
msgid "sideMenuIndex"
|
|
3859
|
+
msgstr ""
|
|
3860
|
+
|
|
3861
|
+
#: components/ItaliaTheme/View/Commons/SideMenu
|
|
3862
|
+
# defaultMessage: Navigazione della pagina
|
|
3863
|
+
msgid "sideMenuNavigation"
|
|
3864
|
+
msgstr ""
|
|
3865
|
+
|
|
3787
3866
|
#: components/ItaliaTheme/View/Commons/TrasparenzaFields
|
|
3788
3867
|
#: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
|
|
3789
3868
|
# defaultMessage: Silenzio assenso/Dichiarazione dell'interessato sostitutiva del provvedimento finale
|
|
@@ -3825,6 +3904,11 @@ msgstr "Ir al contenido"
|
|
|
3825
3904
|
msgid "skiplink-navigation"
|
|
3826
3905
|
msgstr "Ir a navegación"
|
|
3827
3906
|
|
|
3907
|
+
#: components/ItaliaTheme/SkipLinks/SkipLinks
|
|
3908
|
+
# defaultMessage: Skiplinks
|
|
3909
|
+
msgid "skiplinks-description"
|
|
3910
|
+
msgstr ""
|
|
3911
|
+
|
|
3828
3912
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3829
3913
|
#: helpers/contentHelper
|
|
3830
3914
|
# defaultMessage: Skype
|
|
@@ -4226,11 +4310,21 @@ msgstr ""
|
|
|
4226
4310
|
msgid "url"
|
|
4227
4311
|
msgstr ""
|
|
4228
4312
|
|
|
4313
|
+
#: components/ItaliaTheme/Header/HeaderSlim/HeaderSlim
|
|
4314
|
+
# defaultMessage: Utility Menu
|
|
4315
|
+
msgid "utilityMenu"
|
|
4316
|
+
msgstr ""
|
|
4317
|
+
|
|
4229
4318
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
4230
4319
|
# defaultMessage: Variazione situazione patrimoniale
|
|
4231
4320
|
msgid "variazione_situazione_patrimoniale"
|
|
4232
4321
|
msgstr "Cambio en el balance"
|
|
4233
4322
|
|
|
4323
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
4324
|
+
# defaultMessage: Informazioni sulla struttura
|
|
4325
|
+
msgid "venueContent"
|
|
4326
|
+
msgstr ""
|
|
4327
|
+
|
|
4234
4328
|
#: components/ItaliaTheme/Blocks/BandiSearch/Body
|
|
4235
4329
|
#: components/ItaliaTheme/Blocks/EventSearch/Body
|
|
4236
4330
|
#: components/ItaliaTheme/Blocks/EventSearch/DefaultFilters
|