design-comuni-plone-theme 11.26.4 → 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/cache/{volto-venue-npm-4.1.0-481d5ba425-64ca36bc93.zip → volto-venue-npm-4.1.1-d5be247928-f796d519ad.zip} +0 -0
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +53 -0
- package/RELEASE.md +38 -0
- package/locales/de/LC_MESSAGES/volto.po +102 -7
- package/locales/en/LC_MESSAGES/volto.po +104 -9
- package/locales/es/LC_MESSAGES/volto.po +102 -7
- package/locales/fr/LC_MESSAGES/volto.po +102 -7
- package/locales/it/LC_MESSAGES/volto.po +103 -8
- package/locales/volto.pot +103 -8
- package/package.json +2 -2
- package/publiccode.yml +2 -2
- package/src/components/ImageWithErrors/ImageWithErrors.jsx +0 -1
- package/src/components/ItaliaTheme/Blocks/Accordion/Block/ViewBlock.jsx +1 -0
- package/src/components/ItaliaTheme/Blocks/Listing/AttachmentCardTemplate.jsx +13 -10
- package/src/components/ItaliaTheme/Blocks/Listing/CardWithImage/CardWithImageDefault.jsx +7 -7
- package/src/components/ItaliaTheme/Blocks/Listing/CardWithSlideUpTextTemplate.jsx +23 -14
- package/src/components/ItaliaTheme/Blocks/Listing/Commons/ListingImage.jsx +51 -16
- package/src/components/ItaliaTheme/Blocks/Listing/CompleteBlockLinksTemplate.jsx +15 -10
- package/src/components/ItaliaTheme/Blocks/Listing/ContentInEvidenceTemplate.jsx +11 -9
- package/src/components/ItaliaTheme/Blocks/Listing/GridGalleryTemplate.jsx +4 -3
- package/src/components/ItaliaTheme/Blocks/Listing/InEvidenceTemplate.jsx +8 -8
- package/src/components/ItaliaTheme/Blocks/Listing/PhotogalleryTemplate.jsx +7 -6
- package/src/components/ItaliaTheme/Blocks/Listing/SliderTemplate.jsx +9 -6
- package/src/components/ItaliaTheme/Blocks/Listing/SmallBlockLinksTemplate.jsx +19 -23
- package/src/components/ItaliaTheme/Blocks/__tests__/Accordion.test.jsx +0 -3
- package/src/components/ItaliaTheme/Cards/CardPersona.jsx +5 -8
- 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/GenericCard.jsx +14 -13
- package/src/components/ItaliaTheme/View/Commons/LocationItem.jsx +15 -9
- package/src/components/ItaliaTheme/View/Commons/OfficeCard.jsx +7 -3
- 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/Commons/Sponsors.jsx +14 -10
- package/src/components/ItaliaTheme/View/Commons/VenuesSmall.jsx +13 -6
- package/src/components/ItaliaTheme/View/DocumentoView/DocumentoView.jsx +20 -1
- package/src/components/ItaliaTheme/View/EventoView/EventoContatti.jsx +8 -7
- package/src/components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreEsterno.jsx +1 -12
- package/src/components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreInterno.jsx +1 -12
- package/src/components/ItaliaTheme/View/EventoView/EventoOrganizzatoDa.jsx +38 -0
- package/src/components/ItaliaTheme/View/EventoView/EventoPatrocinatoDa.jsx +38 -0
- package/src/components/ItaliaTheme/View/EventoView/EventoUlterioriInformazioni.jsx +0 -18
- 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/NewsItemText.jsx +1 -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 +10 -4
- package/src/components/TextInput.jsx +1 -0
- package/src/config/Blocks/ListingOptions/attachmentCardTemplate.js +1 -1
- package/src/config/Blocks/ListingOptions/cardWithSlideUpTextTemplate.js +1 -6
- package/src/customizations/volto/components/manage/UniversalLink/UniversalLink.jsx +15 -11
- 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/components/theme/View/ListingView.jsx +3 -3
- 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/helpers/images.js +25 -1
- package/src/helpers/index.js +4 -1
- package/src/overrideTranslations.jsx +4 -0
- package/src/theme/ItaliaTheme/Blocks/_cardWithImage.scss +5 -0
- package/src/theme/ItaliaTheme/Blocks/_cardWithSlideUpTextTemplate.scss +10 -0
- package/src/theme/ItaliaTheme/Blocks/_gridBlock.scss +9 -0
- package/src/theme/ItaliaTheme/Blocks/_search.scss +8 -2
- package/src/theme/ItaliaTheme/Components/_cardLocationItem.scss +12 -0
- package/src/theme/ItaliaTheme/Components/_cardPersona.scss +21 -1
- package/src/theme/ItaliaTheme/Widgets/_blocksWidget.scss +36 -0
- package/src/theme/ItaliaTheme/_ar.scss +3 -2
- package/src/theme/_cms-ui.scss +21 -0
- package/src/theme/bootstrap-override/_bootstrap-italia-site.scss +1 -0
- package/src/theme/bootstrap-override/bootstrap-italia/_avatar.scss +28 -0
|
@@ -562,6 +562,11 @@ msgstr "Seleccione todos los tipos de contenido o ninguno"
|
|
|
562
562
|
msgid "Select all or none"
|
|
563
563
|
msgstr "Seleccionar todo o ninguno"
|
|
564
564
|
|
|
565
|
+
#: components/SelectInput/SelectInput
|
|
566
|
+
# defaultMessage: Seleziona un'opzione
|
|
567
|
+
msgid "SelectInput_default_label"
|
|
568
|
+
msgstr ""
|
|
569
|
+
|
|
565
570
|
#: components/ItaliaTheme/manage/Widgets/FileWidget
|
|
566
571
|
# defaultMessage: Seleziona un file
|
|
567
572
|
msgid "Seleziona un file"
|
|
@@ -679,6 +684,11 @@ msgstr "Ingrese texto..."
|
|
|
679
684
|
msgid "Type the title…"
|
|
680
685
|
msgstr "Ingrese el título..."
|
|
681
686
|
|
|
687
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
688
|
+
# defaultMessage: Contenuto dell'unità organizzativa
|
|
689
|
+
msgid "UOContent"
|
|
690
|
+
msgstr ""
|
|
691
|
+
|
|
682
692
|
#: components/ItaliaTheme/Unauthorized/Unauthorized
|
|
683
693
|
# defaultMessage: Unauthorized
|
|
684
694
|
msgid "Unauthorized"
|
|
@@ -879,6 +889,11 @@ msgstr "Área responsable"
|
|
|
879
889
|
msgid "argoment"
|
|
880
890
|
msgstr "Tema"
|
|
881
891
|
|
|
892
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
893
|
+
# defaultMessage: Contenuto dell'argomento
|
|
894
|
+
msgid "argomentoContent"
|
|
895
|
+
msgstr ""
|
|
896
|
+
|
|
882
897
|
#: components/ItaliaTheme/Blocks/Listing/RibbonCardTemplate
|
|
883
898
|
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateCompact
|
|
884
899
|
# defaultMessage: Icona {type}
|
|
@@ -1060,6 +1075,11 @@ msgstr "Fondo de bloque"
|
|
|
1060
1075
|
msgid "bandi_search_no_filters"
|
|
1061
1076
|
msgstr "No hay filtros para mostrar. Seleccione yo filtros de búsqueda para mostrar desde la barra lateral."
|
|
1062
1077
|
|
|
1078
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
1079
|
+
# defaultMessage: Contenuto del Bando
|
|
1080
|
+
msgid "bandoContent"
|
|
1081
|
+
msgstr ""
|
|
1082
|
+
|
|
1063
1083
|
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1064
1084
|
# defaultMessage: Scaduto
|
|
1065
1085
|
msgid "bando_closed"
|
|
@@ -1743,6 +1763,11 @@ msgstr ""
|
|
|
1743
1763
|
msgid "dirigente"
|
|
1744
1764
|
msgstr "Dirigente"
|
|
1745
1765
|
|
|
1766
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
1767
|
+
# defaultMessage: Contenuto del documento
|
|
1768
|
+
msgid "documentContent"
|
|
1769
|
+
msgstr ""
|
|
1770
|
+
|
|
1746
1771
|
#: components/ItaliaTheme/View/Commons/RelatedItems
|
|
1747
1772
|
# defaultMessage: Documenti e dati
|
|
1748
1773
|
msgid "documenti-e-dati"
|
|
@@ -2006,6 +2031,11 @@ msgstr "Estructuras políticas involucradas"
|
|
|
2006
2031
|
msgid "event_url"
|
|
2007
2032
|
msgstr "URL del evento"
|
|
2008
2033
|
|
|
2034
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
2035
|
+
# defaultMessage: Contenuto dell'evento
|
|
2036
|
+
msgid "eventoContent"
|
|
2037
|
+
msgstr ""
|
|
2038
|
+
|
|
2009
2039
|
#: components/ItaliaTheme/View/Commons/Events
|
|
2010
2040
|
# defaultMessage: Appuntamenti
|
|
2011
2041
|
msgid "events"
|
|
@@ -2104,6 +2134,11 @@ msgstr ""
|
|
|
2104
2134
|
msgid "feedback_error"
|
|
2105
2135
|
msgstr ""
|
|
2106
2136
|
|
|
2137
|
+
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2138
|
+
# defaultMessage: Feedback form
|
|
2139
|
+
msgid "feedback_form_aria_title"
|
|
2140
|
+
msgstr ""
|
|
2141
|
+
|
|
2107
2142
|
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2108
2143
|
# defaultMessage: Next
|
|
2109
2144
|
msgid "feedback_form_button_next"
|
|
@@ -2398,6 +2433,11 @@ msgstr "Gastos de viajes y servicios"
|
|
|
2398
2433
|
msgid "importi_viaggio"
|
|
2399
2434
|
msgstr ""
|
|
2400
2435
|
|
|
2436
|
+
#: components/ItaliaTheme/View/Commons/RelatedItemInEvidence/RelatedItemInEvidence
|
|
2437
|
+
# defaultMessage: Contenuti in evidenza
|
|
2438
|
+
msgid "inEvidenceItems"
|
|
2439
|
+
msgstr ""
|
|
2440
|
+
|
|
2401
2441
|
#: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate
|
|
2402
2442
|
#: helpers/amministrazioneTrasparenteHelper
|
|
2403
2443
|
# defaultMessage: incarico
|
|
@@ -2620,6 +2660,11 @@ msgstr ""
|
|
|
2620
2660
|
msgid "mailto"
|
|
2621
2661
|
msgstr "Enviar"
|
|
2622
2662
|
|
|
2663
|
+
#: overrideTranslations
|
|
2664
|
+
# defaultMessage: Menu principale
|
|
2665
|
+
msgid "mainMenu"
|
|
2666
|
+
msgstr ""
|
|
2667
|
+
|
|
2623
2668
|
#: config/Blocks/ListingOptions/mapTemplate
|
|
2624
2669
|
# defaultMessage: Grande
|
|
2625
2670
|
msgid "map_size_large"
|
|
@@ -2705,6 +2750,11 @@ msgstr "Formatos alternativos"
|
|
|
2705
2750
|
msgid "natural_image_size"
|
|
2706
2751
|
msgstr "No altere los tamaños naturales de las imágenes"
|
|
2707
2752
|
|
|
2753
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
2754
|
+
# defaultMessage: Contenuto della notizia
|
|
2755
|
+
msgid "newsContent"
|
|
2756
|
+
msgstr ""
|
|
2757
|
+
|
|
2708
2758
|
#: components/ItaliaTheme/View/NewsItemView/NewsItemText
|
|
2709
2759
|
# defaultMessage: Contenuto
|
|
2710
2760
|
msgid "news_item_contenuto"
|
|
@@ -2851,16 +2901,11 @@ msgstr "Hora de apertura"
|
|
|
2851
2901
|
msgid "order_by"
|
|
2852
2902
|
msgstr "Ordenado por"
|
|
2853
2903
|
|
|
2854
|
-
#: components/ItaliaTheme/View/EventoView/
|
|
2904
|
+
#: components/ItaliaTheme/View/EventoView/EventoOrganizzatoDa
|
|
2855
2905
|
# defaultMessage: Organizzato da
|
|
2856
2906
|
msgid "organizzato_da"
|
|
2857
2907
|
msgstr ""
|
|
2858
2908
|
|
|
2859
|
-
#: components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreEsterno
|
|
2860
|
-
# defaultMessage: Organizzatore
|
|
2861
|
-
msgid "organizzatore"
|
|
2862
|
-
msgstr ""
|
|
2863
|
-
|
|
2864
2909
|
#: components/ItaliaTheme/View/Commons/TrasparenzaFields
|
|
2865
2910
|
#: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
|
|
2866
2911
|
# defaultMessage: Organo competente adozione provvedimento finale
|
|
@@ -2903,11 +2948,17 @@ 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"
|
|
2909
2959
|
msgstr "Participara"
|
|
2910
2960
|
|
|
2961
|
+
#: components/ItaliaTheme/View/EventoView/EventoPatrocinatoDa
|
|
2911
2962
|
#: components/ItaliaTheme/View/EventoView/EventoUlterioriInformazioni
|
|
2912
2963
|
# defaultMessage: Patrocinato da
|
|
2913
2964
|
msgid "patrocinato_da"
|
|
@@ -2924,6 +2975,11 @@ msgstr "PEC"
|
|
|
2924
2975
|
msgid "persona"
|
|
2925
2976
|
msgstr ""
|
|
2926
2977
|
|
|
2978
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
2979
|
+
# defaultMessage: Contenuto del profilo della persona
|
|
2980
|
+
msgid "personaContent"
|
|
2981
|
+
msgstr ""
|
|
2982
|
+
|
|
2927
2983
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
2928
2984
|
# defaultMessage: Fa parte di
|
|
2929
2985
|
msgid "persona_strutture_correlate"
|
|
@@ -3376,6 +3432,7 @@ msgstr "Buscar contenidos en"
|
|
|
3376
3432
|
msgid "searchInSection"
|
|
3377
3433
|
msgstr "Busca en la sección"
|
|
3378
3434
|
|
|
3435
|
+
#: components/ItaliaTheme/Header/HeaderSearch/HeaderSearch
|
|
3379
3436
|
#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
|
|
3380
3437
|
# defaultMessage: Cerca nel sito
|
|
3381
3438
|
msgid "searchLabel"
|
|
@@ -3618,6 +3675,11 @@ msgstr ""
|
|
|
3618
3675
|
msgid "servizi_offerti"
|
|
3619
3676
|
msgstr "Servicios"
|
|
3620
3677
|
|
|
3678
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3679
|
+
# defaultMessage: Contenuto del servizio
|
|
3680
|
+
msgid "servizioContent"
|
|
3681
|
+
msgstr ""
|
|
3682
|
+
|
|
3621
3683
|
#: components/ItaliaTheme/View/ServizioView/ServizioAccedi
|
|
3622
3684
|
# defaultMessage: Accedi al servizio
|
|
3623
3685
|
msgid "servizio_canale_digitale"
|
|
@@ -3746,7 +3808,7 @@ msgid "show_only_first_ribbon"
|
|
|
3746
3808
|
msgstr "Mostrar la cinta solo en la primera tarjeta"
|
|
3747
3809
|
|
|
3748
3810
|
#: config/Blocks/ListingOptions/attachmentCardTemplate
|
|
3749
|
-
# defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata
|
|
3811
|
+
# defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata. Se non impostato, i PDF vengono scaricati.
|
|
3750
3812
|
msgid "show_pdf_desc"
|
|
3751
3813
|
msgstr "Le permite abrir la vista previa de todos los archivos PDF en esta lista en una pestaña separada, de lo contrario, se descargarán."
|
|
3752
3814
|
|
|
@@ -3783,6 +3845,24 @@ msgstr "Mostrar temas"
|
|
|
3783
3845
|
msgid "show_type"
|
|
3784
3846
|
msgstr "Mostrar tipo"
|
|
3785
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
|
+
|
|
3786
3866
|
#: components/ItaliaTheme/View/Commons/TrasparenzaFields
|
|
3787
3867
|
#: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
|
|
3788
3868
|
# defaultMessage: Silenzio assenso/Dichiarazione dell'interessato sostitutiva del provvedimento finale
|
|
@@ -3824,6 +3904,11 @@ msgstr "Ir al contenido"
|
|
|
3824
3904
|
msgid "skiplink-navigation"
|
|
3825
3905
|
msgstr "Ir a navegación"
|
|
3826
3906
|
|
|
3907
|
+
#: components/ItaliaTheme/SkipLinks/SkipLinks
|
|
3908
|
+
# defaultMessage: Skiplinks
|
|
3909
|
+
msgid "skiplinks-description"
|
|
3910
|
+
msgstr ""
|
|
3911
|
+
|
|
3827
3912
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3828
3913
|
#: helpers/contentHelper
|
|
3829
3914
|
# defaultMessage: Skype
|
|
@@ -4225,11 +4310,21 @@ msgstr ""
|
|
|
4225
4310
|
msgid "url"
|
|
4226
4311
|
msgstr ""
|
|
4227
4312
|
|
|
4313
|
+
#: components/ItaliaTheme/Header/HeaderSlim/HeaderSlim
|
|
4314
|
+
# defaultMessage: Utility Menu
|
|
4315
|
+
msgid "utilityMenu"
|
|
4316
|
+
msgstr ""
|
|
4317
|
+
|
|
4228
4318
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
4229
4319
|
# defaultMessage: Variazione situazione patrimoniale
|
|
4230
4320
|
msgid "variazione_situazione_patrimoniale"
|
|
4231
4321
|
msgstr "Cambio en el balance"
|
|
4232
4322
|
|
|
4323
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
4324
|
+
# defaultMessage: Informazioni sulla struttura
|
|
4325
|
+
msgid "venueContent"
|
|
4326
|
+
msgstr ""
|
|
4327
|
+
|
|
4233
4328
|
#: components/ItaliaTheme/Blocks/BandiSearch/Body
|
|
4234
4329
|
#: components/ItaliaTheme/Blocks/EventSearch/Body
|
|
4235
4330
|
#: components/ItaliaTheme/Blocks/EventSearch/DefaultFilters
|
|
@@ -570,6 +570,11 @@ msgstr "Sélectionner tous les types de contenu ou aucun"
|
|
|
570
570
|
msgid "Select all or none"
|
|
571
571
|
msgstr "Sélectionner tout ou aucun"
|
|
572
572
|
|
|
573
|
+
#: components/SelectInput/SelectInput
|
|
574
|
+
# defaultMessage: Seleziona un'opzione
|
|
575
|
+
msgid "SelectInput_default_label"
|
|
576
|
+
msgstr ""
|
|
577
|
+
|
|
573
578
|
#: components/ItaliaTheme/manage/Widgets/FileWidget
|
|
574
579
|
# defaultMessage: Seleziona un file
|
|
575
580
|
msgid "Seleziona un file"
|
|
@@ -687,6 +692,11 @@ msgstr ""
|
|
|
687
692
|
msgid "Type the title…"
|
|
688
693
|
msgstr ""
|
|
689
694
|
|
|
695
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
696
|
+
# defaultMessage: Contenuto dell'unità organizzativa
|
|
697
|
+
msgid "UOContent"
|
|
698
|
+
msgstr ""
|
|
699
|
+
|
|
690
700
|
#: components/ItaliaTheme/Unauthorized/Unauthorized
|
|
691
701
|
# defaultMessage: Unauthorized
|
|
692
702
|
msgid "Unauthorized"
|
|
@@ -887,6 +897,11 @@ msgstr "Zone responsable"
|
|
|
887
897
|
msgid "argoment"
|
|
888
898
|
msgstr "Sujet"
|
|
889
899
|
|
|
900
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
901
|
+
# defaultMessage: Contenuto dell'argomento
|
|
902
|
+
msgid "argomentoContent"
|
|
903
|
+
msgstr ""
|
|
904
|
+
|
|
890
905
|
#: components/ItaliaTheme/Blocks/Listing/RibbonCardTemplate
|
|
891
906
|
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateCompact
|
|
892
907
|
# defaultMessage: Icona {type}
|
|
@@ -1068,6 +1083,11 @@ msgstr ""
|
|
|
1068
1083
|
msgid "bandi_search_no_filters"
|
|
1069
1084
|
msgstr ""
|
|
1070
1085
|
|
|
1086
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
1087
|
+
# defaultMessage: Contenuto del Bando
|
|
1088
|
+
msgid "bandoContent"
|
|
1089
|
+
msgstr ""
|
|
1090
|
+
|
|
1071
1091
|
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1072
1092
|
# defaultMessage: Scaduto
|
|
1073
1093
|
msgid "bando_closed"
|
|
@@ -1751,6 +1771,11 @@ msgstr ""
|
|
|
1751
1771
|
msgid "dirigente"
|
|
1752
1772
|
msgstr "Directeur"
|
|
1753
1773
|
|
|
1774
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
1775
|
+
# defaultMessage: Contenuto del documento
|
|
1776
|
+
msgid "documentContent"
|
|
1777
|
+
msgstr ""
|
|
1778
|
+
|
|
1754
1779
|
#: components/ItaliaTheme/View/Commons/RelatedItems
|
|
1755
1780
|
# defaultMessage: Documenti e dati
|
|
1756
1781
|
msgid "documenti-e-dati"
|
|
@@ -2014,6 +2039,11 @@ msgstr "Structures politiques impliquées"
|
|
|
2014
2039
|
msgid "event_url"
|
|
2015
2040
|
msgstr "URL de l'événement"
|
|
2016
2041
|
|
|
2042
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
2043
|
+
# defaultMessage: Contenuto dell'evento
|
|
2044
|
+
msgid "eventoContent"
|
|
2045
|
+
msgstr ""
|
|
2046
|
+
|
|
2017
2047
|
#: components/ItaliaTheme/View/Commons/Events
|
|
2018
2048
|
# defaultMessage: Appuntamenti
|
|
2019
2049
|
msgid "events"
|
|
@@ -2112,6 +2142,11 @@ msgstr ""
|
|
|
2112
2142
|
msgid "feedback_error"
|
|
2113
2143
|
msgstr ""
|
|
2114
2144
|
|
|
2145
|
+
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2146
|
+
# defaultMessage: Feedback form
|
|
2147
|
+
msgid "feedback_form_aria_title"
|
|
2148
|
+
msgstr ""
|
|
2149
|
+
|
|
2115
2150
|
#: components/ItaliaTheme/CustomerSatisfaction/FeedbackForm
|
|
2116
2151
|
# defaultMessage: Next
|
|
2117
2152
|
msgid "feedback_form_button_next"
|
|
@@ -2406,6 +2441,11 @@ msgstr "Frais de déplacement et services"
|
|
|
2406
2441
|
msgid "importi_viaggio"
|
|
2407
2442
|
msgstr ""
|
|
2408
2443
|
|
|
2444
|
+
#: components/ItaliaTheme/View/Commons/RelatedItemInEvidence/RelatedItemInEvidence
|
|
2445
|
+
# defaultMessage: Contenuti in evidenza
|
|
2446
|
+
msgid "inEvidenceItems"
|
|
2447
|
+
msgstr ""
|
|
2448
|
+
|
|
2409
2449
|
#: components/ItaliaTheme/Blocks/Listing/serviziAmministrazioneTrasparenteTemplate
|
|
2410
2450
|
#: helpers/amministrazioneTrasparenteHelper
|
|
2411
2451
|
# defaultMessage: incarico
|
|
@@ -2628,6 +2668,11 @@ msgstr ""
|
|
|
2628
2668
|
msgid "mailto"
|
|
2629
2669
|
msgstr "Soumettre"
|
|
2630
2670
|
|
|
2671
|
+
#: overrideTranslations
|
|
2672
|
+
# defaultMessage: Menu principale
|
|
2673
|
+
msgid "mainMenu"
|
|
2674
|
+
msgstr ""
|
|
2675
|
+
|
|
2631
2676
|
#: config/Blocks/ListingOptions/mapTemplate
|
|
2632
2677
|
# defaultMessage: Grande
|
|
2633
2678
|
msgid "map_size_large"
|
|
@@ -2713,6 +2758,11 @@ msgstr "Formats alternatifs"
|
|
|
2713
2758
|
msgid "natural_image_size"
|
|
2714
2759
|
msgstr ""
|
|
2715
2760
|
|
|
2761
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
2762
|
+
# defaultMessage: Contenuto della notizia
|
|
2763
|
+
msgid "newsContent"
|
|
2764
|
+
msgstr ""
|
|
2765
|
+
|
|
2716
2766
|
#: components/ItaliaTheme/View/NewsItemView/NewsItemText
|
|
2717
2767
|
# defaultMessage: Contenuto
|
|
2718
2768
|
msgid "news_item_contenuto"
|
|
@@ -2859,16 +2909,11 @@ msgstr "Horaire d'ouverture"
|
|
|
2859
2909
|
msgid "order_by"
|
|
2860
2910
|
msgstr "Trier par"
|
|
2861
2911
|
|
|
2862
|
-
#: components/ItaliaTheme/View/EventoView/
|
|
2912
|
+
#: components/ItaliaTheme/View/EventoView/EventoOrganizzatoDa
|
|
2863
2913
|
# defaultMessage: Organizzato da
|
|
2864
2914
|
msgid "organizzato_da"
|
|
2865
2915
|
msgstr ""
|
|
2866
2916
|
|
|
2867
|
-
#: components/ItaliaTheme/View/EventoView/EventoContattiOrganizzatoreEsterno
|
|
2868
|
-
# defaultMessage: Organizzatore
|
|
2869
|
-
msgid "organizzatore"
|
|
2870
|
-
msgstr ""
|
|
2871
|
-
|
|
2872
2917
|
#: components/ItaliaTheme/View/Commons/TrasparenzaFields
|
|
2873
2918
|
#: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
|
|
2874
2919
|
# defaultMessage: Organo competente adozione provvedimento finale
|
|
@@ -2911,11 +2956,17 @@ msgstr "Cette page est gérée par"
|
|
|
2911
2956
|
msgid "paginationLabel"
|
|
2912
2957
|
msgstr ""
|
|
2913
2958
|
|
|
2959
|
+
#: components/ItaliaTheme/Header/ParentSiteMenu
|
|
2960
|
+
# defaultMessage: Main site menu
|
|
2961
|
+
msgid "parent_site_menu"
|
|
2962
|
+
msgstr ""
|
|
2963
|
+
|
|
2914
2964
|
#: components/ItaliaTheme/View/EventoView/EventoCosE
|
|
2915
2965
|
# defaultMessage: Parteciperanno
|
|
2916
2966
|
msgid "parteciperanno"
|
|
2917
2967
|
msgstr "Participants"
|
|
2918
2968
|
|
|
2969
|
+
#: components/ItaliaTheme/View/EventoView/EventoPatrocinatoDa
|
|
2919
2970
|
#: components/ItaliaTheme/View/EventoView/EventoUlterioriInformazioni
|
|
2920
2971
|
# defaultMessage: Patrocinato da
|
|
2921
2972
|
msgid "patrocinato_da"
|
|
@@ -2932,6 +2983,11 @@ msgstr "PEC"
|
|
|
2932
2983
|
msgid "persona"
|
|
2933
2984
|
msgstr ""
|
|
2934
2985
|
|
|
2986
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
2987
|
+
# defaultMessage: Contenuto del profilo della persona
|
|
2988
|
+
msgid "personaContent"
|
|
2989
|
+
msgstr ""
|
|
2990
|
+
|
|
2935
2991
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
2936
2992
|
# defaultMessage: Fa parte di
|
|
2937
2993
|
msgid "persona_strutture_correlate"
|
|
@@ -3384,6 +3440,7 @@ msgstr "Rechercher du contenu dans"
|
|
|
3384
3440
|
msgid "searchInSection"
|
|
3385
3441
|
msgstr ""
|
|
3386
3442
|
|
|
3443
|
+
#: components/ItaliaTheme/Header/HeaderSearch/HeaderSearch
|
|
3387
3444
|
#: components/ItaliaTheme/Header/HeaderSearch/SearchModal
|
|
3388
3445
|
# defaultMessage: Cerca nel sito
|
|
3389
3446
|
msgid "searchLabel"
|
|
@@ -3626,6 +3683,11 @@ msgstr ""
|
|
|
3626
3683
|
msgid "servizi_offerti"
|
|
3627
3684
|
msgstr "Services"
|
|
3628
3685
|
|
|
3686
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3687
|
+
# defaultMessage: Contenuto del servizio
|
|
3688
|
+
msgid "servizioContent"
|
|
3689
|
+
msgstr ""
|
|
3690
|
+
|
|
3629
3691
|
#: components/ItaliaTheme/View/ServizioView/ServizioAccedi
|
|
3630
3692
|
# defaultMessage: Accedi al servizio
|
|
3631
3693
|
msgid "servizio_canale_digitale"
|
|
@@ -3754,7 +3816,7 @@ msgid "show_only_first_ribbon"
|
|
|
3754
3816
|
msgstr ""
|
|
3755
3817
|
|
|
3756
3818
|
#: config/Blocks/ListingOptions/attachmentCardTemplate
|
|
3757
|
-
# defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata
|
|
3819
|
+
# defaultMessage: Permette di aprire l'anteprima di tutti i PDF di questo elenco in una tab separata. Se non impostato, i PDF vengono scaricati.
|
|
3758
3820
|
msgid "show_pdf_desc"
|
|
3759
3821
|
msgstr "Permet d'ouvrir l'aperçu de tous les PDF de cette liste dans un onglet séparé sinon ils seront téléchargés."
|
|
3760
3822
|
|
|
@@ -3791,6 +3853,24 @@ msgstr ""
|
|
|
3791
3853
|
msgid "show_type"
|
|
3792
3854
|
msgstr ""
|
|
3793
3855
|
|
|
3856
|
+
#: components/ItaliaTheme/View/BandoView/BandoView
|
|
3857
|
+
#: components/ItaliaTheme/View/DocumentoView/DocumentoView
|
|
3858
|
+
#: components/ItaliaTheme/View/EventoView/EventoView
|
|
3859
|
+
#: components/ItaliaTheme/View/NewsItemView/NewsItemView
|
|
3860
|
+
#: components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoViewNoBlocks
|
|
3861
|
+
#: components/ItaliaTheme/View/PersonaView/PersonaView
|
|
3862
|
+
#: components/ItaliaTheme/View/ServizioView/ServizioView
|
|
3863
|
+
#: components/ItaliaTheme/View/UOView/UOView
|
|
3864
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
3865
|
+
# defaultMessage: Indice della pagina
|
|
3866
|
+
msgid "sideMenuIndex"
|
|
3867
|
+
msgstr ""
|
|
3868
|
+
|
|
3869
|
+
#: components/ItaliaTheme/View/Commons/SideMenu
|
|
3870
|
+
# defaultMessage: Navigazione della pagina
|
|
3871
|
+
msgid "sideMenuNavigation"
|
|
3872
|
+
msgstr ""
|
|
3873
|
+
|
|
3794
3874
|
#: components/ItaliaTheme/View/Commons/TrasparenzaFields
|
|
3795
3875
|
#: components/ItaliaTheme/View/TrasparenzaView/DettagliProcedimentiView
|
|
3796
3876
|
# defaultMessage: Silenzio assenso/Dichiarazione dell'interessato sostitutiva del provvedimento finale
|
|
@@ -3832,6 +3912,11 @@ msgstr "Aller au contenu"
|
|
|
3832
3912
|
msgid "skiplink-navigation"
|
|
3833
3913
|
msgstr "Aller à la navigation"
|
|
3834
3914
|
|
|
3915
|
+
#: components/ItaliaTheme/SkipLinks/SkipLinks
|
|
3916
|
+
# defaultMessage: Skiplinks
|
|
3917
|
+
msgid "skiplinks-description"
|
|
3918
|
+
msgstr ""
|
|
3919
|
+
|
|
3835
3920
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3836
3921
|
#: helpers/contentHelper
|
|
3837
3922
|
# defaultMessage: Skype
|
|
@@ -4233,11 +4318,21 @@ msgstr ""
|
|
|
4233
4318
|
msgid "url"
|
|
4234
4319
|
msgstr ""
|
|
4235
4320
|
|
|
4321
|
+
#: components/ItaliaTheme/Header/HeaderSlim/HeaderSlim
|
|
4322
|
+
# defaultMessage: Utility Menu
|
|
4323
|
+
msgid "utilityMenu"
|
|
4324
|
+
msgstr ""
|
|
4325
|
+
|
|
4236
4326
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
4237
4327
|
# defaultMessage: Variazione situazione patrimoniale
|
|
4238
4328
|
msgid "variazione_situazione_patrimoniale"
|
|
4239
4329
|
msgstr "Changement de bilan"
|
|
4240
4330
|
|
|
4331
|
+
#: components/ItaliaTheme/View/VenueView/VenueView
|
|
4332
|
+
# defaultMessage: Informazioni sulla struttura
|
|
4333
|
+
msgid "venueContent"
|
|
4334
|
+
msgstr ""
|
|
4335
|
+
|
|
4241
4336
|
#: components/ItaliaTheme/Blocks/BandiSearch/Body
|
|
4242
4337
|
#: components/ItaliaTheme/Blocks/EventSearch/Body
|
|
4243
4338
|
#: components/ItaliaTheme/Blocks/EventSearch/DefaultFilters
|