design-comuni-plone-theme 11.10.2 → 12.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/slate.yml +47 -0
- package/.yarn/cache/@babel-helper-module-imports-npm-7.24.3-edb733448b-c23492189b.zip +0 -0
- package/.yarn/cache/@babel-types-npm-7.24.0-a0508cb308-4b574a37d4.zip +0 -0
- package/.yarn/cache/babel-plugin-lodash-npm-3.3.4-c7161075b6-044a4261e6.zip +0 -0
- package/.yarn/cache/require-package-name-npm-2.0.1-ac9a206b63-00f4e9e467.zip +0 -0
- package/.yarn/cache/{volto-form-block-npm-3.7.2-f24953a510-7387a1b85a.zip → volto-form-block-npm-3.8.2-e49cbe07d5-5b72a06a5e.zip} +0 -0
- package/.yarn/cache/{volto-gdpr-privacy-npm-2.2.1-bc93b3e168-bce76108c3.zip → volto-gdpr-privacy-npm-2.2.0-6be0f74d53-8a93254251.zip} +0 -0
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +878 -916
- package/RELEASE.md +8 -0
- package/locales/de/LC_MESSAGES/volto.po +86 -18
- package/locales/en/LC_MESSAGES/volto.po +86 -18
- package/locales/es/LC_MESSAGES/volto.po +86 -18
- package/locales/fr/LC_MESSAGES/volto.po +86 -18
- package/locales/it/LC_MESSAGES/volto.po +86 -18
- package/locales/volto.pot +87 -19
- package/package.json +5 -3
- package/publiccode.yml +2 -2
- package/src/components/Collapse.jsx +1 -0
- package/src/components/ItaliaTheme/Blocks/Accordion/Block/EditBlock.jsx +29 -24
- package/src/components/ItaliaTheme/Blocks/Accordion/Block/ViewBlock.jsx +4 -12
- package/src/components/ItaliaTheme/Blocks/Accordion/Edit.jsx +67 -6
- package/src/components/ItaliaTheme/Blocks/Alert/Edit.jsx +60 -113
- package/src/components/ItaliaTheme/Blocks/Alert/Sidebar.jsx +1 -0
- package/src/components/ItaliaTheme/Blocks/Alert/View.jsx +5 -14
- package/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/Block.jsx +16 -11
- package/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/Body.jsx +2 -1
- package/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/Edit.jsx +39 -1
- package/src/components/ItaliaTheme/Blocks/CTABlock/Block.jsx +35 -95
- package/src/components/ItaliaTheme/Blocks/Callout/Edit.jsx +108 -0
- package/src/components/ItaliaTheme/Blocks/Callout/Sidebar.jsx +173 -0
- package/src/components/ItaliaTheme/Blocks/Callout/View.jsx +45 -0
- package/src/components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock.jsx +84 -63
- package/src/components/ItaliaTheme/Blocks/ContactsBlock/Block/ViewBlock.jsx +19 -39
- package/src/components/ItaliaTheme/Blocks/ContactsBlock/Edit.jsx +92 -19
- package/src/components/ItaliaTheme/Blocks/ContactsBlock/View.jsx +13 -21
- package/src/components/ItaliaTheme/Blocks/CountDown/Edit.jsx +21 -25
- package/src/components/ItaliaTheme/Blocks/CountDown/View.jsx +6 -15
- package/src/components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock.jsx +40 -15
- package/src/components/ItaliaTheme/Blocks/IconBlocks/Block/ViewBlock.jsx +6 -21
- package/src/components/ItaliaTheme/Blocks/IconBlocks/Edit.jsx +93 -20
- package/src/components/ItaliaTheme/Blocks/IconBlocks/Sidebar.jsx +1 -9
- package/src/components/ItaliaTheme/Blocks/IconBlocks/View.jsx +4 -17
- package/src/components/ItaliaTheme/Blocks/NumbersBlock/Block/EditBlock.jsx +46 -15
- package/src/components/ItaliaTheme/Blocks/NumbersBlock/Block/ViewBlock.jsx +2 -18
- package/src/components/ItaliaTheme/Blocks/NumbersBlock/Edit.jsx +84 -11
- package/src/components/ItaliaTheme/Blocks/NumbersBlock/View.jsx +2 -11
- package/src/components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block.jsx +33 -67
- package/src/components/ItaliaTheme/Blocks/TextCard/CardWithImage/Edit.jsx +2 -8
- package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/BodyWrapper.jsx +2 -1
- package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit.jsx +98 -84
- package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/View.jsx +20 -3
- package/src/components/ItaliaTheme/Blocks/__tests__/Accordion.test.jsx +11 -28
- package/src/components/ItaliaTheme/Blocks/__tests__/Alert.test.jsx +10 -14
- package/src/components/ItaliaTheme/Blocks/__tests__/ArgumentsInEvidence.test.jsx +20 -28
- package/src/components/ItaliaTheme/Blocks/__tests__/CTABlock.test.jsx +14 -29
- package/src/components/ItaliaTheme/Blocks/__tests__/CardWithImage.test.jsx +11 -28
- package/src/components/ItaliaTheme/Blocks/__tests__/ContactsBlock.test.jsx +75 -140
- package/src/components/ItaliaTheme/Blocks/__tests__/Countdown.test.jsx +20 -28
- package/src/components/ItaliaTheme/Blocks/__tests__/IconBlocks.test.jsx +22 -56
- package/src/components/ItaliaTheme/Blocks/__tests__/NumbersBlock.test.jsx +14 -43
- package/src/components/ItaliaTheme/Blocks/__tests__/SimpleCard.test.jsx +14 -30
- package/src/components/ItaliaTheme/Footer/FooterInfos.jsx +22 -8
- package/src/components/ItaliaTheme/Footer/FooterNavigation.jsx +3 -3
- package/src/components/ItaliaTheme/MegaMenu/MegaMenu.jsx +5 -1
- package/src/components/ItaliaTheme/Slider/SingleSlideWrapper.jsx +2 -3
- package/src/components/ItaliaTheme/View/BandoView/BandoApprofondimenti.jsx +1 -2
- package/src/components/ItaliaTheme/View/CartellaModulisticaView/DocRow.jsx +14 -5
- package/src/components/ItaliaTheme/View/Commons/Attachment.jsx +19 -3
- package/src/components/ItaliaTheme/View/Commons/Attachments.jsx +0 -1
- package/src/components/ItaliaTheme/View/Commons/DownloadFileFormat.jsx +11 -7
- package/src/components/ItaliaTheme/View/Commons/Module.jsx +7 -6
- package/src/components/ItaliaTheme/View/Commons/PageHeader/PageHeaderLinkServizio.jsx +6 -2
- package/src/components/ItaliaTheme/View/Commons/RichTextRender.jsx +8 -6
- package/src/components/ItaliaTheme/View/Commons/__tests__/RichText.test.jsx +14 -17
- package/src/components/ItaliaTheme/View/ServizioView/ServizioAccedi.jsx +5 -6
- package/src/components/ItaliaTheme/View/ServizioView/ServizioMetatag.jsx +4 -0
- package/src/components/ItaliaTheme/View/__tests__/CartellaModulisticaView.test.jsx +12 -1
- package/src/components/ItaliaTheme/View/__tests__/IncaricoView.test.jsx +24 -30
- package/src/components/ItaliaTheme/View/__tests__/PageView.test.jsx +24 -2
- package/src/components/ItaliaTheme/View/__tests__/PersonaView.test.jsx +96 -92
- package/src/components/ItaliaTheme/View/__tests__/ServizioAChiSiRivolge.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioAccedi.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioCasiParticolari.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioComeFare.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioCondizioni.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioContatti.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioCosE.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioCosaServe.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioCosaSiOttiene.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioCostiVincoli.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioMetadati.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioModulistica.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioProcedure.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioSitiEsterni.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioTempiScadenze.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioUlterioriInformazioni.test.jsx +240 -286
- package/src/components/ItaliaTheme/View/__tests__/ServizioView.test.jsx +470 -560
- package/src/components/ItaliaTheme/View/__tests__/TrasparenzaView.test.jsx +12 -1
- package/src/components/ItaliaTheme/manage/Widgets/ColorListWidget.jsx +11 -2
- package/src/components/ItaliaTheme/manage/Widgets/HtmlSlateWidget.jsx +154 -0
- package/src/components/ItaliaTheme/manage/Widgets/RichTextWidget.jsx +88 -0
- package/src/components/ItaliaTheme/manage/Widgets/SimpleTextEditorWidget.jsx +158 -0
- package/src/components/ItaliaTheme/manage/Widgets/TextEditorWidget.jsx +167 -270
- package/src/config/Blocks/ListingOptions/index.js +0 -1
- package/src/config/Blocks/ListingOptions/utils.js +0 -7
- package/src/config/Blocks/blocks.js +29 -8
- package/src/config/Blocks/listingVariations.js +1 -1
- package/src/config/Slate/Alignment/AlignMenu.jsx +169 -0
- package/src/config/Slate/Alignment/index.js +42 -0
- package/src/config/Slate/Blockquote/BlockquoteMenu.jsx +151 -0
- package/src/config/Slate/Blockquote/index.js +12 -0
- package/src/config/Slate/Headings/HeadingsMenu.jsx +139 -0
- package/src/config/Slate/Headings/headingsMenu.scss +44 -0
- package/src/config/Slate/Headings/index.js +62 -0
- package/src/config/Slate/Link/deserializer.js +25 -0
- package/src/config/Slate/Link/index.js +126 -0
- package/src/config/Slate/Link/renderer.jsx +99 -0
- package/src/config/Slate/LinkButton/index.js +47 -0
- package/src/config/Slate/TextLarger/index.js +51 -0
- package/src/config/Slate/Underline/index.js +10 -0
- package/src/config/Slate/config.js +43 -0
- package/src/config/Slate/deserializers.js +66 -0
- package/src/config/Slate/dropdownStyle.scss +14 -0
- package/src/config/Slate/dropdownUtils.js +422 -0
- package/src/config/Slate/extensions/breakList.js +91 -0
- package/src/config/Slate/handlers.js +243 -0
- package/src/config/Slate/utils.js +73 -0
- package/src/config/Widgets/widgets.js +1 -2
- package/src/config/italiaConfig.js +7 -54
- package/src/customizations/volto/components/manage/AnchorPlugin/components/LinkButton/AddLinkForm.jsx +360 -0
- package/src/customizations/volto/components/manage/Blocks/HeroImageLeft/Edit.jsx +75 -200
- package/src/customizations/volto/components/manage/Blocks/Video/Edit.jsx +1 -1
- package/src/customizations/volto/components/manage/Form/BlocksToolbar.jsx +1 -1
- package/src/customizations/volto/components/manage/UniversalLink/UniversalLink.jsx +59 -6
- package/src/customizations/volto-form-block/components/Field.jsx +45 -22
- package/src/customizations/volto-form-block/components/FormResult.jsx +74 -0
- package/src/customizations/volto-form-block/components/FormView.jsx +79 -66
- package/src/customizations/volto-form-block/components/Widget/Button.jsx +50 -0
- package/src/helpers/EnhanceLink.js +44 -0
- package/src/helpers/FormValidation/FormValidationHelpers.js +3 -0
- package/src/helpers/blocks.js +86 -0
- package/src/helpers/files.js +14 -14
- package/src/helpers/index.js +4 -3
- package/src/helpers/richTextHelper.js +10 -0
- package/src/icons/Group.svg +1 -0
- package/src/icons/blocco-icone.svg +0 -3
- package/src/icons/blockquote-card-dark.svg +1 -0
- package/src/icons/blockquote-card.svg +1 -0
- package/src/icons/blockquote-simple.svg +1 -0
- package/src/icons/text-larger.svg +1 -0
- package/src/theme/ItaliaTheme/Blocks/_accordion.scss +1 -10
- package/src/theme/ItaliaTheme/Blocks/_alert.scss +53 -1
- package/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss +1 -0
- package/src/theme/ItaliaTheme/Blocks/_callout.scss +32 -0
- package/src/theme/ItaliaTheme/Blocks/_contacts.scss +15 -32
- package/src/theme/ItaliaTheme/Blocks/_ctaBlock.scss +0 -14
- package/src/theme/ItaliaTheme/Blocks/_gridBlock.scss +1 -1
- package/src/theme/ItaliaTheme/Blocks/_hero.scss +1 -8
- package/src/theme/ItaliaTheme/Blocks/_iconBlocks.scss +0 -30
- package/src/theme/ItaliaTheme/Blocks/_imageCardTextBlock.scss +3 -2
- package/src/theme/ItaliaTheme/Blocks/_numbers.scss +1 -5
- package/src/theme/ItaliaTheme/Blocks/_simpleCardTextBlock.scss +8 -2
- package/src/theme/ItaliaTheme/Blocks/_tableOfContents.scss +1 -0
- package/src/theme/ItaliaTheme/Components/_megamenu.scss +0 -4
- package/src/theme/ItaliaTheme/Subsites/ItaliaTheme/Blocks/_cta.scss +1 -0
- package/src/theme/ItaliaTheme/Subsites/ItaliaTheme/Blocks/_searchSections.scss +1 -0
- package/src/theme/ItaliaTheme/Subsites/bootstrap-italia/custom/_headercenter.scss +1 -0
- package/src/theme/ItaliaTheme/Views/_cartellaModulistica.scss +11 -2
- package/src/theme/ItaliaTheme/Views/_slider.scss +3 -3
- package/src/theme/ItaliaTheme/Widgets/_iconWidget.scss +4 -0
- package/src/theme/ItaliaTheme/_main.scss +42 -54
- package/src/theme/_cms-ui.scss +59 -161
- package/src/theme/extras/_forms.scss +2 -14
- package/src/theme/site.scss +1 -0
- package/test-setup-config.js +58 -0
- package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx +0 -151
- package/src/config/RichTextEditor/LinkEntity.jsx +0 -27
- package/src/config/RichTextEditor/Plugins/AnchorPlugin/components/Link/index.jsx +0 -44
- package/src/config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm.jsx +0 -349
- package/src/config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/index.js +0 -150
- package/src/config/RichTextEditor/Plugins/AnchorPlugin/index.js +0 -88
- package/src/config/RichTextEditor/ToolbarButtons/AlignButton.jsx +0 -61
- package/src/config/RichTextEditor/ToolbarButtons/ButtonsButton.jsx +0 -14
- package/src/config/RichTextEditor/ToolbarButtons/CalloutsButton.jsx +0 -38
- package/src/config/RichTextEditor/ToolbarButtons/DraftJsDropdownButton.jsx +0 -106
- package/src/config/RichTextEditor/ToolbarButtons/HeadingsButton.jsx +0 -57
- package/src/config/RichTextEditor/ToolbarButtons/TextSizeButton.jsx +0 -65
- package/src/config/RichTextEditor/ToolbarButtons/UnderlineButton.jsx +0 -14
- package/src/config/RichTextEditor/config.js +0 -253
- package/src/config/volto-gdpr-privacy-defaultPanelConfig.js +0 -292
- package/src/customizations/volto/components/manage/Blocks/ToC/View.jsx +0 -134
- package/src/customizations/volto/components/manage/Blocks/ToC/variations/DefaultTocRenderer.jsx +0 -99
- package/src/customizations/volto/config/RichTextEditor/Plugins.jsx +0 -63
- package/src/helpers/redraftHelper.js +0 -9
package/RELEASE.md
CHANGED
|
@@ -86,6 +86,9 @@
|
|
|
86
86
|
|
|
87
87
|
### Fix
|
|
88
88
|
|
|
89
|
+
- Sistemata la visualizzazione dei blocchi elenco all'interno del blocco griglia
|
|
90
|
+
- L'etichetta della Card con Nastro (Blocco Elenco) non si sovrappone più all'immagine del nastro.
|
|
91
|
+
- Aggiustato il layout della card per il CT persone quando è impostata un'immagine.
|
|
89
92
|
- Sistemata la visualizzazione dei blocchi elenco all'interno del blocco griglia.
|
|
90
93
|
- L'etichetta della Card con Nastro (Blocco Elenco) non si sovrappone più all'icona del nastro.
|
|
91
94
|
- Aggiustato il layout della card per le persone quando è impostata un'immagine.
|
|
@@ -114,6 +117,11 @@
|
|
|
114
117
|
- Ora la fascia del footer contenente il logo e il nome del sito è configurabile da pannello di controllo.
|
|
115
118
|
- Nel pannello di controllo dei Feedback, ora gli utenti con permesso di eliminare elementi da questa sezione, possono eliminare i feedback.
|
|
116
119
|
|
|
120
|
+
### Fix
|
|
121
|
+
|
|
122
|
+
- Nel blocco con icone, se era impostata una immagine di sfondo non si vedeva.
|
|
123
|
+
|
|
124
|
+
## Versione 11.6.1 (06/03/2024)
|
|
117
125
|
### Migliorie
|
|
118
126
|
|
|
119
127
|
- Nel blocco form, se in fase di compilazione ci sono degli errori, viene mostrato un messaggio di errore specifico per ogni campo con errori.
|
|
@@ -45,11 +45,42 @@ msgstr ""
|
|
|
45
45
|
msgid "Alert"
|
|
46
46
|
msgstr ""
|
|
47
47
|
|
|
48
|
+
#: config/Slate/Alignment/AlignMenu
|
|
49
|
+
# defaultMessage: Allinea a destra
|
|
50
|
+
msgid "Allinea a destra"
|
|
51
|
+
msgstr ""
|
|
52
|
+
|
|
53
|
+
#: config/Slate/Alignment/AlignMenu
|
|
54
|
+
# defaultMessage: Allinea a sinistra
|
|
55
|
+
msgid "Allinea a sinistra"
|
|
56
|
+
msgstr ""
|
|
57
|
+
|
|
58
|
+
#: config/Slate/Alignment/AlignMenu
|
|
59
|
+
# defaultMessage: Allinea al centro
|
|
60
|
+
msgid "Allinea al centro"
|
|
61
|
+
msgstr ""
|
|
62
|
+
|
|
63
|
+
#: config/Slate/Alignment/AlignMenu
|
|
64
|
+
# defaultMessage: Allinea il testo giustificato
|
|
65
|
+
msgid "Allinea il testo giustificato"
|
|
66
|
+
msgstr ""
|
|
67
|
+
|
|
68
|
+
#: config/Slate/Alignment/AlignMenu
|
|
69
|
+
#: config/Slate/Alignment/index
|
|
70
|
+
# defaultMessage: Allineamento
|
|
71
|
+
msgid "Allineamento"
|
|
72
|
+
msgstr ""
|
|
73
|
+
|
|
48
74
|
#: components/ItaliaTheme/Blocks/VideoGallery/Sidebar
|
|
49
75
|
# defaultMessage: Allow Externals
|
|
50
76
|
msgid "Allow Externals"
|
|
51
77
|
msgstr ""
|
|
52
78
|
|
|
79
|
+
#: components/ItaliaTheme/manage/Widgets/HtmlSlateWidget
|
|
80
|
+
# defaultMessage: An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator.
|
|
81
|
+
msgid "An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator."
|
|
82
|
+
msgstr ""
|
|
83
|
+
|
|
53
84
|
#: config/Blocks/ListingOptions/simpleCardTemplate
|
|
54
85
|
#: config/Blocks/ListingOptions/sliderTemplate
|
|
55
86
|
# defaultMessage: Aspetto
|
|
@@ -76,6 +107,16 @@ msgstr ""
|
|
|
76
107
|
msgid "Block style"
|
|
77
108
|
msgstr ""
|
|
78
109
|
|
|
110
|
+
#: config/Slate/Blockquote/BlockquoteMenu
|
|
111
|
+
# defaultMessage: Blockquote
|
|
112
|
+
msgid "Blockquote"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
116
|
+
# defaultMessage: Callout
|
|
117
|
+
msgid "Callout"
|
|
118
|
+
msgstr ""
|
|
119
|
+
|
|
79
120
|
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/Card/SimpleCardDefault
|
|
80
121
|
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateOneForRow
|
|
81
122
|
# defaultMessage: Vedi
|
|
@@ -207,11 +248,6 @@ msgstr ""
|
|
|
207
248
|
msgid "Download"
|
|
208
249
|
msgstr ""
|
|
209
250
|
|
|
210
|
-
#: config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm
|
|
211
|
-
# defaultMessage: Enter URL or select an item
|
|
212
|
-
msgid "Enter URL or select an item"
|
|
213
|
-
msgstr ""
|
|
214
|
-
|
|
215
251
|
#: components/ItaliaTheme/manage/Widgets/LocationFiltersWidget
|
|
216
252
|
# defaultMessage: Etichetta
|
|
217
253
|
msgid "Etichetta location filter"
|
|
@@ -532,11 +568,6 @@ msgstr ""
|
|
|
532
568
|
msgid "Seguici su"
|
|
533
569
|
msgstr ""
|
|
534
570
|
|
|
535
|
-
#: config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm
|
|
536
|
-
# defaultMessage: Seleziona un data-element ID
|
|
537
|
-
msgid "Select a data-element ID"
|
|
538
|
-
msgstr ""
|
|
539
|
-
|
|
540
571
|
#: components/ItaliaTheme/Search/SearchCTs
|
|
541
572
|
# defaultMessage: Seleziona tutti i tipi di contenuti o nessuno
|
|
542
573
|
msgid "Select all content types or none"
|
|
@@ -606,6 +637,7 @@ msgstr ""
|
|
|
606
637
|
|
|
607
638
|
#: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
|
|
608
639
|
#: config/Blocks/ListingOptions/defaultOptions
|
|
640
|
+
#: config/Slate/Headings/HeadingsMenu
|
|
609
641
|
# defaultMessage: Titolo
|
|
610
642
|
msgid "Titolo"
|
|
611
643
|
msgstr ""
|
|
@@ -632,23 +664,26 @@ msgstr ""
|
|
|
632
664
|
|
|
633
665
|
#: components/ItaliaTheme/Blocks/CTABlock/Block
|
|
634
666
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
|
|
635
|
-
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/
|
|
667
|
+
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
|
|
636
668
|
# defaultMessage: Digita la descrizione…
|
|
637
669
|
msgid "Type description…"
|
|
638
670
|
msgstr ""
|
|
639
671
|
|
|
640
672
|
#: components/ItaliaTheme/Blocks/Alert/Edit
|
|
641
673
|
#: components/ItaliaTheme/Blocks/ArgumentsInEvidence/Block
|
|
674
|
+
#: components/ItaliaTheme/Blocks/Callout/Edit
|
|
642
675
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
|
|
643
|
-
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/
|
|
676
|
+
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
|
|
677
|
+
#: components/ItaliaTheme/manage/Widgets/SimpleTextEditorWidget
|
|
644
678
|
#: components/ItaliaTheme/manage/Widgets/TextEditorWidget
|
|
645
679
|
# defaultMessage: Digita il testo…
|
|
646
680
|
msgid "Type text…"
|
|
647
681
|
msgstr ""
|
|
648
682
|
|
|
683
|
+
#: components/ItaliaTheme/Blocks/Callout/Edit
|
|
649
684
|
#: components/ItaliaTheme/Blocks/CTABlock/Block
|
|
650
685
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
|
|
651
|
-
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/
|
|
686
|
+
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
|
|
652
687
|
# defaultMessage: Type the title…
|
|
653
688
|
msgid "Type the title…"
|
|
654
689
|
msgstr ""
|
|
@@ -1116,6 +1151,21 @@ msgstr ""
|
|
|
1116
1151
|
msgid "calendar_no_results"
|
|
1117
1152
|
msgstr ""
|
|
1118
1153
|
|
|
1154
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1155
|
+
# defaultMessage: Stile
|
|
1156
|
+
msgid "callout_style"
|
|
1157
|
+
msgstr ""
|
|
1158
|
+
|
|
1159
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1160
|
+
# defaultMessage: Base
|
|
1161
|
+
msgid "callout_style_basic"
|
|
1162
|
+
msgstr ""
|
|
1163
|
+
|
|
1164
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1165
|
+
# defaultMessage: In evidenza
|
|
1166
|
+
msgid "callout_style_highlight"
|
|
1167
|
+
msgstr ""
|
|
1168
|
+
|
|
1119
1169
|
#: components/ItaliaTheme/manage/Widgets/CanaleDigitaleWidget
|
|
1120
1170
|
# defaultMessage: Accedere al servizio
|
|
1121
1171
|
msgid "canale_digitale_widget_title"
|
|
@@ -1255,11 +1305,27 @@ msgstr ""
|
|
|
1255
1305
|
msgid "codice_ipa"
|
|
1256
1306
|
msgstr ""
|
|
1257
1307
|
|
|
1308
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1309
|
+
# defaultMessage: Colore
|
|
1310
|
+
msgid "color"
|
|
1311
|
+
msgstr ""
|
|
1312
|
+
|
|
1258
1313
|
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1314
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1259
1315
|
# defaultMessage: Rosso
|
|
1260
1316
|
msgid "color_danger"
|
|
1261
1317
|
msgstr ""
|
|
1262
1318
|
|
|
1319
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1320
|
+
# defaultMessage: Default
|
|
1321
|
+
msgid "color_default"
|
|
1322
|
+
msgstr ""
|
|
1323
|
+
|
|
1324
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1325
|
+
# defaultMessage: Note
|
|
1326
|
+
msgid "color_note"
|
|
1327
|
+
msgstr ""
|
|
1328
|
+
|
|
1263
1329
|
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1264
1330
|
# defaultMessage: Arancione
|
|
1265
1331
|
msgid "color_orange"
|
|
@@ -1271,12 +1337,18 @@ msgstr ""
|
|
|
1271
1337
|
msgid "color_primary"
|
|
1272
1338
|
msgstr ""
|
|
1273
1339
|
|
|
1340
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1341
|
+
# defaultMessage: Success
|
|
1342
|
+
msgid "color_success"
|
|
1343
|
+
msgstr ""
|
|
1344
|
+
|
|
1274
1345
|
#: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
|
|
1275
1346
|
# defaultMessage: Trasparente
|
|
1276
1347
|
msgid "color_transparent"
|
|
1277
1348
|
msgstr ""
|
|
1278
1349
|
|
|
1279
1350
|
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1351
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1280
1352
|
# defaultMessage: Giallo
|
|
1281
1353
|
msgid "color_warning"
|
|
1282
1354
|
msgstr ""
|
|
@@ -2259,6 +2331,7 @@ msgstr ""
|
|
|
2259
2331
|
msgid "html_block"
|
|
2260
2332
|
msgstr ""
|
|
2261
2333
|
|
|
2334
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
2262
2335
|
#: components/ItaliaTheme/manage/Widgets/IconWidget
|
|
2263
2336
|
# defaultMessage: Icona
|
|
2264
2337
|
msgid "icon"
|
|
@@ -3928,11 +4001,6 @@ msgstr ""
|
|
|
3928
4001
|
msgid "termini_del_procedimento"
|
|
3929
4002
|
msgstr ""
|
|
3930
4003
|
|
|
3931
|
-
#: config/RichTextEditor/ToolbarButtons/TextSizeButton
|
|
3932
|
-
# defaultMessage: Dimensione del testo
|
|
3933
|
-
msgid "text-size-button"
|
|
3934
|
-
msgstr ""
|
|
3935
|
-
|
|
3936
4004
|
#: components/ItaliaTheme/Blocks/Common/SearchFilters/TextFilter
|
|
3937
4005
|
# defaultMessage: Inserisci un valore
|
|
3938
4006
|
msgid "text_filter_placeholder"
|
|
@@ -30,11 +30,42 @@ msgstr ""
|
|
|
30
30
|
msgid "Alert"
|
|
31
31
|
msgstr ""
|
|
32
32
|
|
|
33
|
+
#: config/Slate/Alignment/AlignMenu
|
|
34
|
+
# defaultMessage: Allinea a destra
|
|
35
|
+
msgid "Allinea a destra"
|
|
36
|
+
msgstr ""
|
|
37
|
+
|
|
38
|
+
#: config/Slate/Alignment/AlignMenu
|
|
39
|
+
# defaultMessage: Allinea a sinistra
|
|
40
|
+
msgid "Allinea a sinistra"
|
|
41
|
+
msgstr ""
|
|
42
|
+
|
|
43
|
+
#: config/Slate/Alignment/AlignMenu
|
|
44
|
+
# defaultMessage: Allinea al centro
|
|
45
|
+
msgid "Allinea al centro"
|
|
46
|
+
msgstr ""
|
|
47
|
+
|
|
48
|
+
#: config/Slate/Alignment/AlignMenu
|
|
49
|
+
# defaultMessage: Allinea il testo giustificato
|
|
50
|
+
msgid "Allinea il testo giustificato"
|
|
51
|
+
msgstr ""
|
|
52
|
+
|
|
53
|
+
#: config/Slate/Alignment/AlignMenu
|
|
54
|
+
#: config/Slate/Alignment/index
|
|
55
|
+
# defaultMessage: Allineamento
|
|
56
|
+
msgid "Allineamento"
|
|
57
|
+
msgstr ""
|
|
58
|
+
|
|
33
59
|
#: components/ItaliaTheme/Blocks/VideoGallery/Sidebar
|
|
34
60
|
# defaultMessage: Allow Externals
|
|
35
61
|
msgid "Allow Externals"
|
|
36
62
|
msgstr "Accept external URL to embed"
|
|
37
63
|
|
|
64
|
+
#: components/ItaliaTheme/manage/Widgets/HtmlSlateWidget
|
|
65
|
+
# defaultMessage: An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator.
|
|
66
|
+
msgid "An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator."
|
|
67
|
+
msgstr ""
|
|
68
|
+
|
|
38
69
|
#: config/Blocks/ListingOptions/simpleCardTemplate
|
|
39
70
|
#: config/Blocks/ListingOptions/sliderTemplate
|
|
40
71
|
# defaultMessage: Aspetto
|
|
@@ -61,6 +92,16 @@ msgstr ""
|
|
|
61
92
|
msgid "Block style"
|
|
62
93
|
msgstr ""
|
|
63
94
|
|
|
95
|
+
#: config/Slate/Blockquote/BlockquoteMenu
|
|
96
|
+
# defaultMessage: Blockquote
|
|
97
|
+
msgid "Blockquote"
|
|
98
|
+
msgstr ""
|
|
99
|
+
|
|
100
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
101
|
+
# defaultMessage: Callout
|
|
102
|
+
msgid "Callout"
|
|
103
|
+
msgstr ""
|
|
104
|
+
|
|
64
105
|
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/Card/SimpleCardDefault
|
|
65
106
|
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateOneForRow
|
|
66
107
|
# defaultMessage: Vedi
|
|
@@ -192,11 +233,6 @@ msgstr ""
|
|
|
192
233
|
msgid "Download"
|
|
193
234
|
msgstr ""
|
|
194
235
|
|
|
195
|
-
#: config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm
|
|
196
|
-
# defaultMessage: Enter URL or select an item
|
|
197
|
-
msgid "Enter URL or select an item"
|
|
198
|
-
msgstr ""
|
|
199
|
-
|
|
200
236
|
#: components/ItaliaTheme/manage/Widgets/LocationFiltersWidget
|
|
201
237
|
# defaultMessage: Etichetta
|
|
202
238
|
msgid "Etichetta location filter"
|
|
@@ -517,11 +553,6 @@ msgstr ""
|
|
|
517
553
|
msgid "Seguici su"
|
|
518
554
|
msgstr "Follow us on"
|
|
519
555
|
|
|
520
|
-
#: config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm
|
|
521
|
-
# defaultMessage: Seleziona un data-element ID
|
|
522
|
-
msgid "Select a data-element ID"
|
|
523
|
-
msgstr "Select a data-element ID"
|
|
524
|
-
|
|
525
556
|
#: components/ItaliaTheme/Search/SearchCTs
|
|
526
557
|
# defaultMessage: Seleziona tutti i tipi di contenuti o nessuno
|
|
527
558
|
msgid "Select all content types or none"
|
|
@@ -591,6 +622,7 @@ msgstr "Title..."
|
|
|
591
622
|
|
|
592
623
|
#: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
|
|
593
624
|
#: config/Blocks/ListingOptions/defaultOptions
|
|
625
|
+
#: config/Slate/Headings/HeadingsMenu
|
|
594
626
|
# defaultMessage: Titolo
|
|
595
627
|
msgid "Titolo"
|
|
596
628
|
msgstr ""
|
|
@@ -617,23 +649,26 @@ msgstr ""
|
|
|
617
649
|
|
|
618
650
|
#: components/ItaliaTheme/Blocks/CTABlock/Block
|
|
619
651
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
|
|
620
|
-
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/
|
|
652
|
+
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
|
|
621
653
|
# defaultMessage: Digita la descrizione…
|
|
622
654
|
msgid "Type description…"
|
|
623
655
|
msgstr ""
|
|
624
656
|
|
|
625
657
|
#: components/ItaliaTheme/Blocks/Alert/Edit
|
|
626
658
|
#: components/ItaliaTheme/Blocks/ArgumentsInEvidence/Block
|
|
659
|
+
#: components/ItaliaTheme/Blocks/Callout/Edit
|
|
627
660
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
|
|
628
|
-
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/
|
|
661
|
+
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
|
|
662
|
+
#: components/ItaliaTheme/manage/Widgets/SimpleTextEditorWidget
|
|
629
663
|
#: components/ItaliaTheme/manage/Widgets/TextEditorWidget
|
|
630
664
|
# defaultMessage: Digita il testo…
|
|
631
665
|
msgid "Type text…"
|
|
632
666
|
msgstr ""
|
|
633
667
|
|
|
668
|
+
#: components/ItaliaTheme/Blocks/Callout/Edit
|
|
634
669
|
#: components/ItaliaTheme/Blocks/CTABlock/Block
|
|
635
670
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
|
|
636
|
-
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/
|
|
671
|
+
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
|
|
637
672
|
# defaultMessage: Type the title…
|
|
638
673
|
msgid "Type the title…"
|
|
639
674
|
msgstr ""
|
|
@@ -1101,6 +1136,21 @@ msgstr ""
|
|
|
1101
1136
|
msgid "calendar_no_results"
|
|
1102
1137
|
msgstr ""
|
|
1103
1138
|
|
|
1139
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1140
|
+
# defaultMessage: Stile
|
|
1141
|
+
msgid "callout_style"
|
|
1142
|
+
msgstr ""
|
|
1143
|
+
|
|
1144
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1145
|
+
# defaultMessage: Base
|
|
1146
|
+
msgid "callout_style_basic"
|
|
1147
|
+
msgstr ""
|
|
1148
|
+
|
|
1149
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1150
|
+
# defaultMessage: In evidenza
|
|
1151
|
+
msgid "callout_style_highlight"
|
|
1152
|
+
msgstr ""
|
|
1153
|
+
|
|
1104
1154
|
#: components/ItaliaTheme/manage/Widgets/CanaleDigitaleWidget
|
|
1105
1155
|
# defaultMessage: Accedere al servizio
|
|
1106
1156
|
msgid "canale_digitale_widget_title"
|
|
@@ -1240,11 +1290,27 @@ msgstr "Close search"
|
|
|
1240
1290
|
msgid "codice_ipa"
|
|
1241
1291
|
msgstr ""
|
|
1242
1292
|
|
|
1293
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1294
|
+
# defaultMessage: Colore
|
|
1295
|
+
msgid "color"
|
|
1296
|
+
msgstr ""
|
|
1297
|
+
|
|
1243
1298
|
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1299
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1244
1300
|
# defaultMessage: Rosso
|
|
1245
1301
|
msgid "color_danger"
|
|
1246
1302
|
msgstr ""
|
|
1247
1303
|
|
|
1304
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1305
|
+
# defaultMessage: Default
|
|
1306
|
+
msgid "color_default"
|
|
1307
|
+
msgstr ""
|
|
1308
|
+
|
|
1309
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1310
|
+
# defaultMessage: Note
|
|
1311
|
+
msgid "color_note"
|
|
1312
|
+
msgstr ""
|
|
1313
|
+
|
|
1248
1314
|
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1249
1315
|
# defaultMessage: Arancione
|
|
1250
1316
|
msgid "color_orange"
|
|
@@ -1256,12 +1322,18 @@ msgstr ""
|
|
|
1256
1322
|
msgid "color_primary"
|
|
1257
1323
|
msgstr ""
|
|
1258
1324
|
|
|
1325
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1326
|
+
# defaultMessage: Success
|
|
1327
|
+
msgid "color_success"
|
|
1328
|
+
msgstr ""
|
|
1329
|
+
|
|
1259
1330
|
#: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
|
|
1260
1331
|
# defaultMessage: Trasparente
|
|
1261
1332
|
msgid "color_transparent"
|
|
1262
1333
|
msgstr ""
|
|
1263
1334
|
|
|
1264
1335
|
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1336
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1265
1337
|
# defaultMessage: Giallo
|
|
1266
1338
|
msgid "color_warning"
|
|
1267
1339
|
msgstr ""
|
|
@@ -2244,6 +2316,7 @@ msgstr ""
|
|
|
2244
2316
|
msgid "html_block"
|
|
2245
2317
|
msgstr ""
|
|
2246
2318
|
|
|
2319
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
2247
2320
|
#: components/ItaliaTheme/manage/Widgets/IconWidget
|
|
2248
2321
|
# defaultMessage: Icona
|
|
2249
2322
|
msgid "icon"
|
|
@@ -3913,11 +3986,6 @@ msgstr "end"
|
|
|
3913
3986
|
msgid "termini_del_procedimento"
|
|
3914
3987
|
msgstr "Terms of the procedure"
|
|
3915
3988
|
|
|
3916
|
-
#: config/RichTextEditor/ToolbarButtons/TextSizeButton
|
|
3917
|
-
# defaultMessage: Dimensione del testo
|
|
3918
|
-
msgid "text-size-button"
|
|
3919
|
-
msgstr ""
|
|
3920
|
-
|
|
3921
3989
|
#: components/ItaliaTheme/Blocks/Common/SearchFilters/TextFilter
|
|
3922
3990
|
# defaultMessage: Inserisci un valore
|
|
3923
3991
|
msgid "text_filter_placeholder"
|
|
@@ -39,11 +39,42 @@ msgstr "Añadir elemento"
|
|
|
39
39
|
msgid "Alert"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
|
+
#: config/Slate/Alignment/AlignMenu
|
|
43
|
+
# defaultMessage: Allinea a destra
|
|
44
|
+
msgid "Allinea a destra"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
#: config/Slate/Alignment/AlignMenu
|
|
48
|
+
# defaultMessage: Allinea a sinistra
|
|
49
|
+
msgid "Allinea a sinistra"
|
|
50
|
+
msgstr ""
|
|
51
|
+
|
|
52
|
+
#: config/Slate/Alignment/AlignMenu
|
|
53
|
+
# defaultMessage: Allinea al centro
|
|
54
|
+
msgid "Allinea al centro"
|
|
55
|
+
msgstr ""
|
|
56
|
+
|
|
57
|
+
#: config/Slate/Alignment/AlignMenu
|
|
58
|
+
# defaultMessage: Allinea il testo giustificato
|
|
59
|
+
msgid "Allinea il testo giustificato"
|
|
60
|
+
msgstr ""
|
|
61
|
+
|
|
62
|
+
#: config/Slate/Alignment/AlignMenu
|
|
63
|
+
#: config/Slate/Alignment/index
|
|
64
|
+
# defaultMessage: Allineamento
|
|
65
|
+
msgid "Allineamento"
|
|
66
|
+
msgstr ""
|
|
67
|
+
|
|
42
68
|
#: components/ItaliaTheme/Blocks/VideoGallery/Sidebar
|
|
43
69
|
# defaultMessage: Allow Externals
|
|
44
70
|
msgid "Allow Externals"
|
|
45
71
|
msgstr "Aceptar URL externa para incrustar"
|
|
46
72
|
|
|
73
|
+
#: components/ItaliaTheme/manage/Widgets/HtmlSlateWidget
|
|
74
|
+
# defaultMessage: An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator.
|
|
75
|
+
msgid "An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator."
|
|
76
|
+
msgstr ""
|
|
77
|
+
|
|
47
78
|
#: config/Blocks/ListingOptions/simpleCardTemplate
|
|
48
79
|
#: config/Blocks/ListingOptions/sliderTemplate
|
|
49
80
|
# defaultMessage: Aspetto
|
|
@@ -70,6 +101,16 @@ msgstr "Título del bloque..."
|
|
|
70
101
|
msgid "Block style"
|
|
71
102
|
msgstr "Estilo de Bloque"
|
|
72
103
|
|
|
104
|
+
#: config/Slate/Blockquote/BlockquoteMenu
|
|
105
|
+
# defaultMessage: Blockquote
|
|
106
|
+
msgid "Blockquote"
|
|
107
|
+
msgstr ""
|
|
108
|
+
|
|
109
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
110
|
+
# defaultMessage: Callout
|
|
111
|
+
msgid "Callout"
|
|
112
|
+
msgstr ""
|
|
113
|
+
|
|
73
114
|
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/Card/SimpleCardDefault
|
|
74
115
|
#: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateOneForRow
|
|
75
116
|
# defaultMessage: Vedi
|
|
@@ -201,11 +242,6 @@ msgstr "Tamaño de mapa"
|
|
|
201
242
|
msgid "Download"
|
|
202
243
|
msgstr ""
|
|
203
244
|
|
|
204
|
-
#: config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm
|
|
205
|
-
# defaultMessage: Enter URL or select an item
|
|
206
|
-
msgid "Enter URL or select an item"
|
|
207
|
-
msgstr "Introduzca una URL o seleccione un elemento"
|
|
208
|
-
|
|
209
245
|
#: components/ItaliaTheme/manage/Widgets/LocationFiltersWidget
|
|
210
246
|
# defaultMessage: Etichetta
|
|
211
247
|
msgid "Etichetta location filter"
|
|
@@ -526,11 +562,6 @@ msgstr ""
|
|
|
526
562
|
msgid "Seguici su"
|
|
527
563
|
msgstr "Siga con nosotros"
|
|
528
564
|
|
|
529
|
-
#: config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm
|
|
530
|
-
# defaultMessage: Seleziona un data-element ID
|
|
531
|
-
msgid "Select a data-element ID"
|
|
532
|
-
msgstr "Seleccione un ID de elemento de datos"
|
|
533
|
-
|
|
534
565
|
#: components/ItaliaTheme/Search/SearchCTs
|
|
535
566
|
# defaultMessage: Seleziona tutti i tipi di contenuti o nessuno
|
|
536
567
|
msgid "Select all content types or none"
|
|
@@ -600,6 +631,7 @@ msgstr "Título..."
|
|
|
600
631
|
|
|
601
632
|
#: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
|
|
602
633
|
#: config/Blocks/ListingOptions/defaultOptions
|
|
634
|
+
#: config/Slate/Headings/HeadingsMenu
|
|
603
635
|
# defaultMessage: Titolo
|
|
604
636
|
msgid "Titolo"
|
|
605
637
|
msgstr "Título"
|
|
@@ -626,23 +658,26 @@ msgstr "Transparencia"
|
|
|
626
658
|
|
|
627
659
|
#: components/ItaliaTheme/Blocks/CTABlock/Block
|
|
628
660
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
|
|
629
|
-
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/
|
|
661
|
+
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
|
|
630
662
|
# defaultMessage: Digita la descrizione…
|
|
631
663
|
msgid "Type description…"
|
|
632
664
|
msgstr "Escribe la descripción..."
|
|
633
665
|
|
|
634
666
|
#: components/ItaliaTheme/Blocks/Alert/Edit
|
|
635
667
|
#: components/ItaliaTheme/Blocks/ArgumentsInEvidence/Block
|
|
668
|
+
#: components/ItaliaTheme/Blocks/Callout/Edit
|
|
636
669
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
|
|
637
|
-
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/
|
|
670
|
+
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
|
|
671
|
+
#: components/ItaliaTheme/manage/Widgets/SimpleTextEditorWidget
|
|
638
672
|
#: components/ItaliaTheme/manage/Widgets/TextEditorWidget
|
|
639
673
|
# defaultMessage: Digita il testo…
|
|
640
674
|
msgid "Type text…"
|
|
641
675
|
msgstr "Ingrese texto..."
|
|
642
676
|
|
|
677
|
+
#: components/ItaliaTheme/Blocks/Callout/Edit
|
|
643
678
|
#: components/ItaliaTheme/Blocks/CTABlock/Block
|
|
644
679
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
|
|
645
|
-
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/
|
|
680
|
+
#: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
|
|
646
681
|
# defaultMessage: Type the title…
|
|
647
682
|
msgid "Type the title…"
|
|
648
683
|
msgstr "Ingrese el título..."
|
|
@@ -1110,6 +1145,21 @@ msgstr "Calendario"
|
|
|
1110
1145
|
msgid "calendar_no_results"
|
|
1111
1146
|
msgstr "No hay eventos disponibles en este momento"
|
|
1112
1147
|
|
|
1148
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1149
|
+
# defaultMessage: Stile
|
|
1150
|
+
msgid "callout_style"
|
|
1151
|
+
msgstr ""
|
|
1152
|
+
|
|
1153
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1154
|
+
# defaultMessage: Base
|
|
1155
|
+
msgid "callout_style_basic"
|
|
1156
|
+
msgstr ""
|
|
1157
|
+
|
|
1158
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1159
|
+
# defaultMessage: In evidenza
|
|
1160
|
+
msgid "callout_style_highlight"
|
|
1161
|
+
msgstr ""
|
|
1162
|
+
|
|
1113
1163
|
#: components/ItaliaTheme/manage/Widgets/CanaleDigitaleWidget
|
|
1114
1164
|
# defaultMessage: Accedere al servizio
|
|
1115
1165
|
msgid "canale_digitale_widget_title"
|
|
@@ -1249,11 +1299,27 @@ msgstr "Cerrar búsqueda"
|
|
|
1249
1299
|
msgid "codice_ipa"
|
|
1250
1300
|
msgstr ""
|
|
1251
1301
|
|
|
1302
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1303
|
+
# defaultMessage: Colore
|
|
1304
|
+
msgid "color"
|
|
1305
|
+
msgstr ""
|
|
1306
|
+
|
|
1252
1307
|
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1308
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1253
1309
|
# defaultMessage: Rosso
|
|
1254
1310
|
msgid "color_danger"
|
|
1255
1311
|
msgstr ""
|
|
1256
1312
|
|
|
1313
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1314
|
+
# defaultMessage: Default
|
|
1315
|
+
msgid "color_default"
|
|
1316
|
+
msgstr ""
|
|
1317
|
+
|
|
1318
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1319
|
+
# defaultMessage: Note
|
|
1320
|
+
msgid "color_note"
|
|
1321
|
+
msgstr ""
|
|
1322
|
+
|
|
1257
1323
|
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1258
1324
|
# defaultMessage: Arancione
|
|
1259
1325
|
msgid "color_orange"
|
|
@@ -1265,12 +1331,18 @@ msgstr ""
|
|
|
1265
1331
|
msgid "color_primary"
|
|
1266
1332
|
msgstr "Primario"
|
|
1267
1333
|
|
|
1334
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1335
|
+
# defaultMessage: Success
|
|
1336
|
+
msgid "color_success"
|
|
1337
|
+
msgstr ""
|
|
1338
|
+
|
|
1268
1339
|
#: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
|
|
1269
1340
|
# defaultMessage: Trasparente
|
|
1270
1341
|
msgid "color_transparent"
|
|
1271
1342
|
msgstr "Transparente"
|
|
1272
1343
|
|
|
1273
1344
|
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1345
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
1274
1346
|
# defaultMessage: Giallo
|
|
1275
1347
|
msgid "color_warning"
|
|
1276
1348
|
msgstr ""
|
|
@@ -2253,6 +2325,7 @@ msgstr "Mostrar fondo de ancho completo"
|
|
|
2253
2325
|
msgid "html_block"
|
|
2254
2326
|
msgstr "Bloque HTML"
|
|
2255
2327
|
|
|
2328
|
+
#: components/ItaliaTheme/Blocks/Callout/Sidebar
|
|
2256
2329
|
#: components/ItaliaTheme/manage/Widgets/IconWidget
|
|
2257
2330
|
# defaultMessage: Icona
|
|
2258
2331
|
msgid "icon"
|
|
@@ -3922,11 +3995,6 @@ msgstr "fin"
|
|
|
3922
3995
|
msgid "termini_del_procedimento"
|
|
3923
3996
|
msgstr "Condiciones del procedimiento"
|
|
3924
3997
|
|
|
3925
|
-
#: config/RichTextEditor/ToolbarButtons/TextSizeButton
|
|
3926
|
-
# defaultMessage: Dimensione del testo
|
|
3927
|
-
msgid "text-size-button"
|
|
3928
|
-
msgstr ""
|
|
3929
|
-
|
|
3930
3998
|
#: components/ItaliaTheme/Blocks/Common/SearchFilters/TextFilter
|
|
3931
3999
|
# defaultMessage: Inserisci un valore
|
|
3932
4000
|
msgid "text_filter_placeholder"
|