design-comuni-plone-theme 11.3.4 → 11.4.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/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +38 -0
- package/RELEASE.md +32 -0
- package/locales/de/LC_MESSAGES/volto.po +13 -0
- package/locales/en/LC_MESSAGES/volto.po +13 -0
- package/locales/es/LC_MESSAGES/volto.po +13 -0
- package/locales/fr/LC_MESSAGES/volto.po +13 -0
- package/locales/it/LC_MESSAGES/volto.po +13 -0
- package/locales/volto.pot +14 -1
- package/package.json +1 -1
- package/publiccode.yml +2 -2
- package/src/components/ItaliaTheme/Blocks/CountDown/Body.jsx +3 -1
- package/src/components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate.jsx +3 -1
- package/src/components/ItaliaTheme/Blocks/RssBlock/CardWithoutImageRssTemplate.jsx +3 -1
- package/src/components/ItaliaTheme/Blocks/RssBlock/TemplatesSkeleton/CardWithImageRssTemplateSkeleton.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/RssBlock/TemplatesSkeleton/CardWithoutImageRssTemplateSkeleton.jsx +1 -1
- package/src/components/ItaliaTheme/Blocks/SearchSections/Body.jsx +3 -1
- package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx +2 -2
- package/src/components/ItaliaTheme/Footer/FooterNavigation.jsx +6 -1
- package/src/components/ItaliaTheme/Header/SocialHeader.jsx +3 -3
- package/src/components/ItaliaTheme/Search/Search.jsx +1 -1
- package/src/components/ItaliaTheme/View/Commons/Actions.jsx +53 -20
- package/src/components/ItaliaTheme/View/Commons/ContactsCard.jsx +3 -2
- package/src/components/ItaliaTheme/View/Commons/Sharing.jsx +7 -1
- package/src/components/ItaliaTheme/View/FAQ/FaqFolder/FaqFolderView.jsx +36 -19
- package/src/components/ItaliaTheme/View/FAQ/FaqFolder/SearchBar.jsx +1 -0
- package/src/components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView.jsx +3 -1
- package/src/customizations/volto/reducers/navigation/navigation.js +6 -0
- package/src/helpers/contentHelper.js +74 -2
- package/src/helpers/files.js +5 -0
- package/src/icons/file-csv.svg +1 -0
- package/src/theme/ItaliaTheme/Blocks/_imageBlock.scss +2 -0
- package/src/theme/ItaliaTheme/Components/_sharing.scss +2 -0
- package/src/theme/ItaliaTheme/Subsites/ItaliaTheme/Blocks/_highlitedContent.scss +8 -2
- package/src/theme/ItaliaTheme/Subsites/ItaliaTheme/_common.scss +3 -1
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [11.4.1](https://github.com/redturtle/design-comuni-plone-theme/compare/v11.4.0...v11.4.1) (2024-02-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* a11y use of Sharing and Actions menus ([#519](https://github.com/redturtle/design-comuni-plone-theme/issues/519)) ([67474cc](https://github.com/redturtle/design-comuni-plone-theme/commit/67474ccafcad1e3ac7e447a10c3b923e42b68206))
|
|
9
|
+
* accessibility for subsites ([#527](https://github.com/redturtle/design-comuni-plone-theme/issues/527)) ([f1fbea7](https://github.com/redturtle/design-comuni-plone-theme/commit/f1fbea765646d2af081e54772c33843283fc741a))
|
|
10
|
+
* better a11y for social links ([#518](https://github.com/redturtle/design-comuni-plone-theme/issues/518)) ([49ea781](https://github.com/redturtle/design-comuni-plone-theme/commit/49ea7812e624da5b7d09485d0ad528478a716f90))
|
|
11
|
+
* better screen reader user experience in contacts, contact type is read now alongside value ([#516](https://github.com/redturtle/design-comuni-plone-theme/issues/516)) ([bdd96f2](https://github.com/redturtle/design-comuni-plone-theme/commit/bdd96f26f85c616c77fb4a34cdd2b3dc15210bfb))
|
|
12
|
+
* do not show empty headings if title in block is not configured ([#517](https://github.com/redturtle/design-comuni-plone-theme/issues/517)) ([2152118](https://github.com/redturtle/design-comuni-plone-theme/commit/21521183e875118b793beccbcb964dc97f1ad982))
|
|
13
|
+
* in FAQFolderView aria controls and live attributes correctly now and place regions accordingly ([#515](https://github.com/redturtle/design-comuni-plone-theme/issues/515)) ([49fd553](https://github.com/redturtle/design-comuni-plone-theme/commit/49fd553eb49144bd5374cae081cfccf27e139471))
|
|
14
|
+
* semantic headings levels in rss templates, all h3 now ([#521](https://github.com/redturtle/design-comuni-plone-theme/issues/521)) ([b6b13fd](https://github.com/redturtle/design-comuni-plone-theme/commit/b6b13fd79fe417f15a97df4fadfc58bd6e66031e))
|
|
15
|
+
* skip link go to content in site search page ([#520](https://github.com/redturtle/design-comuni-plone-theme/issues/520)) ([b78b47f](https://github.com/redturtle/design-comuni-plone-theme/commit/b78b47f4fb8424ff2a1e6c663edb72ded32f3fe4))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Documentation
|
|
19
|
+
|
|
20
|
+
* updated publiccode and release log ([afc5083](https://github.com/redturtle/design-comuni-plone-theme/commit/afc50835eea3413f770ea8db4b9bfaad46dd1d5c))
|
|
21
|
+
|
|
22
|
+
## [11.4.0](https://github.com/redturtle/design-comuni-plone-theme/compare/v11.3.4...v11.4.0) (2024-02-06)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* added csv icon for files ([#511](https://github.com/redturtle/design-comuni-plone-theme/issues/511)) ([1c2e689](https://github.com/redturtle/design-comuni-plone-theme/commit/1c2e6893de549bb1358db84b8023470901c597ab))
|
|
28
|
+
* enable dynamic footer generation from control panel ([#509](https://github.com/redturtle/design-comuni-plone-theme/issues/509)) ([6d3ed52](https://github.com/redturtle/design-comuni-plone-theme/commit/6d3ed5289ae441333ee65843d51a507490cc992c))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* removed extra top spacing from image block in view ([#510](https://github.com/redturtle/design-comuni-plone-theme/issues/510)) ([f6fa6bd](https://github.com/redturtle/design-comuni-plone-theme/commit/f6fa6bd76d007ecf9a9bb484e6d130fac6441139))
|
|
34
|
+
* simple card title changed from h4 to h3 ([#514](https://github.com/redturtle/design-comuni-plone-theme/issues/514)) ([c03f4cd](https://github.com/redturtle/design-comuni-plone-theme/commit/c03f4cd60a0d3b5753c8ce563ea73c26db60f7f0))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Maintenance
|
|
38
|
+
|
|
39
|
+
* preparing release v11.4.0 ([642e22e](https://github.com/redturtle/design-comuni-plone-theme/commit/642e22e81ec24ebf38629a9badd32b98b4706294))
|
|
40
|
+
|
|
3
41
|
## [11.3.4](https://github.com/redturtle/design-comuni-plone-theme/compare/v11.3.3...v11.3.4) (2024-01-31)
|
|
4
42
|
|
|
5
43
|
|
package/RELEASE.md
CHANGED
|
@@ -41,11 +41,43 @@
|
|
|
41
41
|
- ...
|
|
42
42
|
-->
|
|
43
43
|
|
|
44
|
+
## Versione 11.4.1 (08/02/2024)
|
|
45
|
+
|
|
46
|
+
### Fix
|
|
47
|
+
|
|
48
|
+
- Migliorata l'accessibilità e aggiunto elementi per migliorare l'esperienza d'uso degli utenti che utilizzano screen reader nella vista Cartella FAQ
|
|
49
|
+
- Sistemato lo skiplink "Vai al contenuto" nella pagina principale di ricerca del sito
|
|
50
|
+
- Risolto un problema relativo alla navigazione da tastiera e di gestione del focus nei menu a tendina "Condividi" e "Azioni" nelle testate delle viste dei Content Type che le implementano.
|
|
51
|
+
- Reso il link ai diversi social elencati parlante, ora viene riportato "Seguici su nome_del_social"
|
|
52
|
+
- Rimossi gli heading per alcuni blocchi nel caso il titolo non sia presente al fine di migliorare l'esperienza con l'uso di screen reader
|
|
53
|
+
- Migliorata l'accessibilità per il blocco Contenuti in Evidenza e per i bottoni nei sottositi
|
|
54
|
+
- Sistemato l'html semantico degli heading per i template del Blocco Listing variazione RSS, migliorata l'esperienza d'uso per gli utenti che utilizzano screen reader
|
|
55
|
+
- Migliorata l'accessibilità per i contatti, lo screen reader ora legge anche il tipo di contatto oltre al testo (ad es. Telefono: numero di telefono)
|
|
56
|
+
|
|
57
|
+
## Versione 11.4.0 (06/02/2024)
|
|
58
|
+
|
|
59
|
+
### Novità
|
|
60
|
+
|
|
61
|
+
- Aggiunta l'icona per il formato di file CSV
|
|
62
|
+
- Nel pannello di controllo di 'Design plone' è stata aggiunta la possibilità di mostrare o meno il footer autogenerato.
|
|
63
|
+
|
|
64
|
+
### Fix
|
|
65
|
+
|
|
66
|
+
- Sistemata la gerarchia per i titoli dentro al blocco semplice
|
|
67
|
+
|
|
68
|
+
## Versione 11.3.4 (31/01/2024)
|
|
69
|
+
|
|
70
|
+
### Migliorie
|
|
71
|
+
|
|
72
|
+
- Migliorata l'esperienza redattore per il blocco Immagine con allineamenti laterali rispetto al corpo del testo nell'editor a blocchi
|
|
73
|
+
- Migliorata la resa e la responsività di alcune immagini nel corpo della pagina per diversi content type
|
|
74
|
+
|
|
44
75
|
## Versione 11.3.3 (30/01/2024)
|
|
45
76
|
|
|
46
77
|
### Migliorie
|
|
47
78
|
|
|
48
79
|
- Migliorato il focus sulle immagini in edit del blocco Immagine quando queste sono allineate a sinistra o a destra.
|
|
80
|
+
|
|
49
81
|
### Fix
|
|
50
82
|
|
|
51
83
|
- Sistemato il layout del blocco elenco per i Bandi
|
|
@@ -733,6 +733,7 @@ msgid "accordion_block"
|
|
|
733
733
|
msgstr ""
|
|
734
734
|
|
|
735
735
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
736
|
+
#: helpers/contentHelper
|
|
736
737
|
# defaultMessage: Account
|
|
737
738
|
msgid "account"
|
|
738
739
|
msgstr ""
|
|
@@ -1840,6 +1841,7 @@ msgid "elementi_di_interesse"
|
|
|
1840
1841
|
msgstr ""
|
|
1841
1842
|
|
|
1842
1843
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1844
|
+
#: helpers/contentHelper
|
|
1843
1845
|
# defaultMessage: Email
|
|
1844
1846
|
msgid "email"
|
|
1845
1847
|
msgstr ""
|
|
@@ -1943,6 +1945,7 @@ msgstr "Typ een trefwoord om antwoorden te vinden"
|
|
|
1943
1945
|
|
|
1944
1946
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
1945
1947
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1948
|
+
#: helpers/contentHelper
|
|
1946
1949
|
# defaultMessage: Fax
|
|
1947
1950
|
msgid "fax"
|
|
1948
1951
|
msgstr ""
|
|
@@ -2113,6 +2116,7 @@ msgid "foto_attivita_politica"
|
|
|
2113
2116
|
msgstr ""
|
|
2114
2117
|
|
|
2115
2118
|
#: components/ItaliaTheme/Search/Search
|
|
2119
|
+
#: components/ItaliaTheme/View/FAQ/FaqFolder/FaqFolderView
|
|
2116
2120
|
# defaultMessage: Trovati {total} risultati.
|
|
2117
2121
|
msgid "found_n_results"
|
|
2118
2122
|
msgstr ""
|
|
@@ -2299,6 +2303,7 @@ msgid "link_siti_esterni"
|
|
|
2299
2303
|
msgstr ""
|
|
2300
2304
|
|
|
2301
2305
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2306
|
+
#: helpers/contentHelper
|
|
2302
2307
|
# defaultMessage: LinkedIn
|
|
2303
2308
|
msgid "linkedin"
|
|
2304
2309
|
msgstr ""
|
|
@@ -2709,6 +2714,7 @@ msgstr ""
|
|
|
2709
2714
|
|
|
2710
2715
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2711
2716
|
#: components/ItaliaTheme/View/VenueView/VenueContacts
|
|
2717
|
+
#: helpers/contentHelper
|
|
2712
2718
|
# defaultMessage: PEC
|
|
2713
2719
|
msgid "pec"
|
|
2714
2720
|
msgstr ""
|
|
@@ -3618,6 +3624,7 @@ msgid "skiplink-navigation"
|
|
|
3618
3624
|
msgstr ""
|
|
3619
3625
|
|
|
3620
3626
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3627
|
+
#: helpers/contentHelper
|
|
3621
3628
|
# defaultMessage: Skype
|
|
3622
3629
|
msgid "skype"
|
|
3623
3630
|
msgstr ""
|
|
@@ -3633,6 +3640,7 @@ msgid "slidesToShow"
|
|
|
3633
3640
|
msgstr ""
|
|
3634
3641
|
|
|
3635
3642
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3643
|
+
#: helpers/contentHelper
|
|
3636
3644
|
# defaultMessage: Social
|
|
3637
3645
|
msgid "social"
|
|
3638
3646
|
msgstr ""
|
|
@@ -3779,6 +3787,7 @@ msgstr ""
|
|
|
3779
3787
|
|
|
3780
3788
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
3781
3789
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3790
|
+
#: helpers/contentHelper
|
|
3782
3791
|
# defaultMessage: Tel
|
|
3783
3792
|
msgid "telefono"
|
|
3784
3793
|
msgstr ""
|
|
@@ -3789,6 +3798,7 @@ msgid "telefono_sede"
|
|
|
3789
3798
|
msgstr ""
|
|
3790
3799
|
|
|
3791
3800
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3801
|
+
#: helpers/contentHelper
|
|
3792
3802
|
# defaultMessage: Telegram
|
|
3793
3803
|
msgid "telegram"
|
|
3794
3804
|
msgstr ""
|
|
@@ -3899,6 +3909,7 @@ msgid "trasparenza"
|
|
|
3899
3909
|
msgstr ""
|
|
3900
3910
|
|
|
3901
3911
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3912
|
+
#: helpers/contentHelper
|
|
3902
3913
|
# defaultMessage: Twitter
|
|
3903
3914
|
msgid "twitter"
|
|
3904
3915
|
msgstr ""
|
|
@@ -3968,6 +3979,7 @@ msgid "update_date"
|
|
|
3968
3979
|
msgstr ""
|
|
3969
3980
|
|
|
3970
3981
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3982
|
+
#: helpers/contentHelper
|
|
3971
3983
|
# defaultMessage: Sito web
|
|
3972
3984
|
msgid "url"
|
|
3973
3985
|
msgstr ""
|
|
@@ -4027,6 +4039,7 @@ msgid "vincoli"
|
|
|
4027
4039
|
msgstr ""
|
|
4028
4040
|
|
|
4029
4041
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4042
|
+
#: helpers/contentHelper
|
|
4030
4043
|
# defaultMessage: Whatsapp
|
|
4031
4044
|
msgid "whatsapp"
|
|
4032
4045
|
msgstr ""
|
|
@@ -718,6 +718,7 @@ msgid "accordion_block"
|
|
|
718
718
|
msgstr ""
|
|
719
719
|
|
|
720
720
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
721
|
+
#: helpers/contentHelper
|
|
721
722
|
# defaultMessage: Account
|
|
722
723
|
msgid "account"
|
|
723
724
|
msgstr ""
|
|
@@ -1825,6 +1826,7 @@ msgid "elementi_di_interesse"
|
|
|
1825
1826
|
msgstr "Elements of interest"
|
|
1826
1827
|
|
|
1827
1828
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1829
|
+
#: helpers/contentHelper
|
|
1828
1830
|
# defaultMessage: Email
|
|
1829
1831
|
msgid "email"
|
|
1830
1832
|
msgstr ""
|
|
@@ -1928,6 +1930,7 @@ msgstr "Type a keyword to find answers"
|
|
|
1928
1930
|
|
|
1929
1931
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
1930
1932
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1933
|
+
#: helpers/contentHelper
|
|
1931
1934
|
# defaultMessage: Fax
|
|
1932
1935
|
msgid "fax"
|
|
1933
1936
|
msgstr "Fax"
|
|
@@ -2098,6 +2101,7 @@ msgid "foto_attivita_politica"
|
|
|
2098
2101
|
msgstr "Photo of political activity"
|
|
2099
2102
|
|
|
2100
2103
|
#: components/ItaliaTheme/Search/Search
|
|
2104
|
+
#: components/ItaliaTheme/View/FAQ/FaqFolder/FaqFolderView
|
|
2101
2105
|
# defaultMessage: Trovati {total} risultati.
|
|
2102
2106
|
msgid "found_n_results"
|
|
2103
2107
|
msgstr "Found {total} results"
|
|
@@ -2284,6 +2288,7 @@ msgid "link_siti_esterni"
|
|
|
2284
2288
|
msgstr "Useful links"
|
|
2285
2289
|
|
|
2286
2290
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2291
|
+
#: helpers/contentHelper
|
|
2287
2292
|
# defaultMessage: LinkedIn
|
|
2288
2293
|
msgid "linkedin"
|
|
2289
2294
|
msgstr ""
|
|
@@ -2694,6 +2699,7 @@ msgstr "Sponsored by"
|
|
|
2694
2699
|
|
|
2695
2700
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2696
2701
|
#: components/ItaliaTheme/View/VenueView/VenueContacts
|
|
2702
|
+
#: helpers/contentHelper
|
|
2697
2703
|
# defaultMessage: PEC
|
|
2698
2704
|
msgid "pec"
|
|
2699
2705
|
msgstr "PEC"
|
|
@@ -3603,6 +3609,7 @@ msgid "skiplink-navigation"
|
|
|
3603
3609
|
msgstr "Go to navigation"
|
|
3604
3610
|
|
|
3605
3611
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3612
|
+
#: helpers/contentHelper
|
|
3606
3613
|
# defaultMessage: Skype
|
|
3607
3614
|
msgid "skype"
|
|
3608
3615
|
msgstr ""
|
|
@@ -3618,6 +3625,7 @@ msgid "slidesToShow"
|
|
|
3618
3625
|
msgstr ""
|
|
3619
3626
|
|
|
3620
3627
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3628
|
+
#: helpers/contentHelper
|
|
3621
3629
|
# defaultMessage: Social
|
|
3622
3630
|
msgid "social"
|
|
3623
3631
|
msgstr ""
|
|
@@ -3764,6 +3772,7 @@ msgstr ""
|
|
|
3764
3772
|
|
|
3765
3773
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
3766
3774
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3775
|
+
#: helpers/contentHelper
|
|
3767
3776
|
# defaultMessage: Tel
|
|
3768
3777
|
msgid "telefono"
|
|
3769
3778
|
msgstr "Phone"
|
|
@@ -3774,6 +3783,7 @@ msgid "telefono_sede"
|
|
|
3774
3783
|
msgstr "Phone"
|
|
3775
3784
|
|
|
3776
3785
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3786
|
+
#: helpers/contentHelper
|
|
3777
3787
|
# defaultMessage: Telegram
|
|
3778
3788
|
msgid "telegram"
|
|
3779
3789
|
msgstr ""
|
|
@@ -3884,6 +3894,7 @@ msgid "trasparenza"
|
|
|
3884
3894
|
msgstr ""
|
|
3885
3895
|
|
|
3886
3896
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3897
|
+
#: helpers/contentHelper
|
|
3887
3898
|
# defaultMessage: Twitter
|
|
3888
3899
|
msgid "twitter"
|
|
3889
3900
|
msgstr ""
|
|
@@ -3953,6 +3964,7 @@ msgid "update_date"
|
|
|
3953
3964
|
msgstr ""
|
|
3954
3965
|
|
|
3955
3966
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3967
|
+
#: helpers/contentHelper
|
|
3956
3968
|
# defaultMessage: Sito web
|
|
3957
3969
|
msgid "url"
|
|
3958
3970
|
msgstr ""
|
|
@@ -4012,6 +4024,7 @@ msgid "vincoli"
|
|
|
4012
4024
|
msgstr "Constraints"
|
|
4013
4025
|
|
|
4014
4026
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4027
|
+
#: helpers/contentHelper
|
|
4015
4028
|
# defaultMessage: Whatsapp
|
|
4016
4029
|
msgid "whatsapp"
|
|
4017
4030
|
msgstr ""
|
|
@@ -727,6 +727,7 @@ msgid "accordion_block"
|
|
|
727
727
|
msgstr "Acordeón"
|
|
728
728
|
|
|
729
729
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
730
|
+
#: helpers/contentHelper
|
|
730
731
|
# defaultMessage: Account
|
|
731
732
|
msgid "account"
|
|
732
733
|
msgstr ""
|
|
@@ -1834,6 +1835,7 @@ msgid "elementi_di_interesse"
|
|
|
1834
1835
|
msgstr "Elementos de interés"
|
|
1835
1836
|
|
|
1836
1837
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1838
|
+
#: helpers/contentHelper
|
|
1837
1839
|
# defaultMessage: Email
|
|
1838
1840
|
msgid "email"
|
|
1839
1841
|
msgstr ""
|
|
@@ -1937,6 +1939,7 @@ msgstr "Escriba una palabra clave para encontrar respuestas"
|
|
|
1937
1939
|
|
|
1938
1940
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
1939
1941
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1942
|
+
#: helpers/contentHelper
|
|
1940
1943
|
# defaultMessage: Fax
|
|
1941
1944
|
msgid "fax"
|
|
1942
1945
|
msgstr "Fax"
|
|
@@ -2107,6 +2110,7 @@ msgid "foto_attivita_politica"
|
|
|
2107
2110
|
msgstr "Foto de la actividad política"
|
|
2108
2111
|
|
|
2109
2112
|
#: components/ItaliaTheme/Search/Search
|
|
2113
|
+
#: components/ItaliaTheme/View/FAQ/FaqFolder/FaqFolderView
|
|
2110
2114
|
# defaultMessage: Trovati {total} risultati.
|
|
2111
2115
|
msgid "found_n_results"
|
|
2112
2116
|
msgstr "Encontrados {total} resultados"
|
|
@@ -2293,6 +2297,7 @@ msgid "link_siti_esterni"
|
|
|
2293
2297
|
msgstr "Enlaces útiles"
|
|
2294
2298
|
|
|
2295
2299
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2300
|
+
#: helpers/contentHelper
|
|
2296
2301
|
# defaultMessage: LinkedIn
|
|
2297
2302
|
msgid "linkedin"
|
|
2298
2303
|
msgstr ""
|
|
@@ -2703,6 +2708,7 @@ msgstr "Patrocinado por"
|
|
|
2703
2708
|
|
|
2704
2709
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2705
2710
|
#: components/ItaliaTheme/View/VenueView/VenueContacts
|
|
2711
|
+
#: helpers/contentHelper
|
|
2706
2712
|
# defaultMessage: PEC
|
|
2707
2713
|
msgid "pec"
|
|
2708
2714
|
msgstr "PEC"
|
|
@@ -3612,6 +3618,7 @@ msgid "skiplink-navigation"
|
|
|
3612
3618
|
msgstr "Ir a navegación"
|
|
3613
3619
|
|
|
3614
3620
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3621
|
+
#: helpers/contentHelper
|
|
3615
3622
|
# defaultMessage: Skype
|
|
3616
3623
|
msgid "skype"
|
|
3617
3624
|
msgstr ""
|
|
@@ -3627,6 +3634,7 @@ msgid "slidesToShow"
|
|
|
3627
3634
|
msgstr "N° diapositivas para mostrar"
|
|
3628
3635
|
|
|
3629
3636
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3637
|
+
#: helpers/contentHelper
|
|
3630
3638
|
# defaultMessage: Social
|
|
3631
3639
|
msgid "social"
|
|
3632
3640
|
msgstr ""
|
|
@@ -3773,6 +3781,7 @@ msgstr "Con el apoyo de"
|
|
|
3773
3781
|
|
|
3774
3782
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
3775
3783
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3784
|
+
#: helpers/contentHelper
|
|
3776
3785
|
# defaultMessage: Tel
|
|
3777
3786
|
msgid "telefono"
|
|
3778
3787
|
msgstr "Teléfono"
|
|
@@ -3783,6 +3792,7 @@ msgid "telefono_sede"
|
|
|
3783
3792
|
msgstr "Teléfono"
|
|
3784
3793
|
|
|
3785
3794
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3795
|
+
#: helpers/contentHelper
|
|
3786
3796
|
# defaultMessage: Telegram
|
|
3787
3797
|
msgid "telegram"
|
|
3788
3798
|
msgstr ""
|
|
@@ -3893,6 +3903,7 @@ msgid "trasparenza"
|
|
|
3893
3903
|
msgstr "Transparencia"
|
|
3894
3904
|
|
|
3895
3905
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3906
|
+
#: helpers/contentHelper
|
|
3896
3907
|
# defaultMessage: Twitter
|
|
3897
3908
|
msgid "twitter"
|
|
3898
3909
|
msgstr ""
|
|
@@ -3962,6 +3973,7 @@ msgid "update_date"
|
|
|
3962
3973
|
msgstr ""
|
|
3963
3974
|
|
|
3964
3975
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3976
|
+
#: helpers/contentHelper
|
|
3965
3977
|
# defaultMessage: Sito web
|
|
3966
3978
|
msgid "url"
|
|
3967
3979
|
msgstr ""
|
|
@@ -4021,6 +4033,7 @@ msgid "vincoli"
|
|
|
4021
4033
|
msgstr "Restricciones"
|
|
4022
4034
|
|
|
4023
4035
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4036
|
+
#: helpers/contentHelper
|
|
4024
4037
|
# defaultMessage: Whatsapp
|
|
4025
4038
|
msgid "whatsapp"
|
|
4026
4039
|
msgstr ""
|
|
@@ -735,6 +735,7 @@ msgid "accordion_block"
|
|
|
735
735
|
msgstr ""
|
|
736
736
|
|
|
737
737
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
738
|
+
#: helpers/contentHelper
|
|
738
739
|
# defaultMessage: Account
|
|
739
740
|
msgid "account"
|
|
740
741
|
msgstr ""
|
|
@@ -1842,6 +1843,7 @@ msgid "elementi_di_interesse"
|
|
|
1842
1843
|
msgstr "Objets d'intérêt"
|
|
1843
1844
|
|
|
1844
1845
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1846
|
+
#: helpers/contentHelper
|
|
1845
1847
|
# defaultMessage: Email
|
|
1846
1848
|
msgid "email"
|
|
1847
1849
|
msgstr ""
|
|
@@ -1945,6 +1947,7 @@ msgstr "Tapez un mot-clé pour trouver des réponses"
|
|
|
1945
1947
|
|
|
1946
1948
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
1947
1949
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1950
|
+
#: helpers/contentHelper
|
|
1948
1951
|
# defaultMessage: Fax
|
|
1949
1952
|
msgid "fax"
|
|
1950
1953
|
msgstr ""
|
|
@@ -2115,6 +2118,7 @@ msgid "foto_attivita_politica"
|
|
|
2115
2118
|
msgstr "Photo d'activité politique"
|
|
2116
2119
|
|
|
2117
2120
|
#: components/ItaliaTheme/Search/Search
|
|
2121
|
+
#: components/ItaliaTheme/View/FAQ/FaqFolder/FaqFolderView
|
|
2118
2122
|
# defaultMessage: Trovati {total} risultati.
|
|
2119
2123
|
msgid "found_n_results"
|
|
2120
2124
|
msgstr "{total} résultats trouvés"
|
|
@@ -2301,6 +2305,7 @@ msgid "link_siti_esterni"
|
|
|
2301
2305
|
msgstr "Liens utiles"
|
|
2302
2306
|
|
|
2303
2307
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2308
|
+
#: helpers/contentHelper
|
|
2304
2309
|
# defaultMessage: LinkedIn
|
|
2305
2310
|
msgid "linkedin"
|
|
2306
2311
|
msgstr ""
|
|
@@ -2711,6 +2716,7 @@ msgstr "Sponsorisé par"
|
|
|
2711
2716
|
|
|
2712
2717
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2713
2718
|
#: components/ItaliaTheme/View/VenueView/VenueContacts
|
|
2719
|
+
#: helpers/contentHelper
|
|
2714
2720
|
# defaultMessage: PEC
|
|
2715
2721
|
msgid "pec"
|
|
2716
2722
|
msgstr "PEC"
|
|
@@ -3620,6 +3626,7 @@ msgid "skiplink-navigation"
|
|
|
3620
3626
|
msgstr "Aller à la navigation"
|
|
3621
3627
|
|
|
3622
3628
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3629
|
+
#: helpers/contentHelper
|
|
3623
3630
|
# defaultMessage: Skype
|
|
3624
3631
|
msgid "skype"
|
|
3625
3632
|
msgstr ""
|
|
@@ -3635,6 +3642,7 @@ msgid "slidesToShow"
|
|
|
3635
3642
|
msgstr ""
|
|
3636
3643
|
|
|
3637
3644
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3645
|
+
#: helpers/contentHelper
|
|
3638
3646
|
# defaultMessage: Social
|
|
3639
3647
|
msgid "social"
|
|
3640
3648
|
msgstr ""
|
|
@@ -3781,6 +3789,7 @@ msgstr ""
|
|
|
3781
3789
|
|
|
3782
3790
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
3783
3791
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3792
|
+
#: helpers/contentHelper
|
|
3784
3793
|
# defaultMessage: Tel
|
|
3785
3794
|
msgid "telefono"
|
|
3786
3795
|
msgstr "Tél."
|
|
@@ -3791,6 +3800,7 @@ msgid "telefono_sede"
|
|
|
3791
3800
|
msgstr "Téléphone"
|
|
3792
3801
|
|
|
3793
3802
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3803
|
+
#: helpers/contentHelper
|
|
3794
3804
|
# defaultMessage: Telegram
|
|
3795
3805
|
msgid "telegram"
|
|
3796
3806
|
msgstr ""
|
|
@@ -3901,6 +3911,7 @@ msgid "trasparenza"
|
|
|
3901
3911
|
msgstr ""
|
|
3902
3912
|
|
|
3903
3913
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3914
|
+
#: helpers/contentHelper
|
|
3904
3915
|
# defaultMessage: Twitter
|
|
3905
3916
|
msgid "twitter"
|
|
3906
3917
|
msgstr ""
|
|
@@ -3970,6 +3981,7 @@ msgid "update_date"
|
|
|
3970
3981
|
msgstr ""
|
|
3971
3982
|
|
|
3972
3983
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3984
|
+
#: helpers/contentHelper
|
|
3973
3985
|
# defaultMessage: Sito web
|
|
3974
3986
|
msgid "url"
|
|
3975
3987
|
msgstr ""
|
|
@@ -4029,6 +4041,7 @@ msgid "vincoli"
|
|
|
4029
4041
|
msgstr "Contraintes"
|
|
4030
4042
|
|
|
4031
4043
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4044
|
+
#: helpers/contentHelper
|
|
4032
4045
|
# defaultMessage: Whatsapp
|
|
4033
4046
|
msgid "whatsapp"
|
|
4034
4047
|
msgstr ""
|
|
@@ -718,6 +718,7 @@ msgid "accordion_block"
|
|
|
718
718
|
msgstr "Accordion"
|
|
719
719
|
|
|
720
720
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
721
|
+
#: helpers/contentHelper
|
|
721
722
|
# defaultMessage: Account
|
|
722
723
|
msgid "account"
|
|
723
724
|
msgstr "Account"
|
|
@@ -1825,6 +1826,7 @@ msgid "elementi_di_interesse"
|
|
|
1825
1826
|
msgstr "Elementi di interesse"
|
|
1826
1827
|
|
|
1827
1828
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1829
|
+
#: helpers/contentHelper
|
|
1828
1830
|
# defaultMessage: Email
|
|
1829
1831
|
msgid "email"
|
|
1830
1832
|
msgstr "E-mail"
|
|
@@ -1928,6 +1930,7 @@ msgstr "Digita una parola chiave per trovare le risposte"
|
|
|
1928
1930
|
|
|
1929
1931
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
1930
1932
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
1933
|
+
#: helpers/contentHelper
|
|
1931
1934
|
# defaultMessage: Fax
|
|
1932
1935
|
msgid "fax"
|
|
1933
1936
|
msgstr "Fax"
|
|
@@ -2098,6 +2101,7 @@ msgid "foto_attivita_politica"
|
|
|
2098
2101
|
msgstr "Foto dell'attività politica"
|
|
2099
2102
|
|
|
2100
2103
|
#: components/ItaliaTheme/Search/Search
|
|
2104
|
+
#: components/ItaliaTheme/View/FAQ/FaqFolder/FaqFolderView
|
|
2101
2105
|
# defaultMessage: Trovati {total} risultati.
|
|
2102
2106
|
msgid "found_n_results"
|
|
2103
2107
|
msgstr "Trovati {total} risultati"
|
|
@@ -2284,6 +2288,7 @@ msgid "link_siti_esterni"
|
|
|
2284
2288
|
msgstr "Link utili"
|
|
2285
2289
|
|
|
2286
2290
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2291
|
+
#: helpers/contentHelper
|
|
2287
2292
|
# defaultMessage: LinkedIn
|
|
2288
2293
|
msgid "linkedin"
|
|
2289
2294
|
msgstr "LinkedIn"
|
|
@@ -2694,6 +2699,7 @@ msgstr "Patrocinato da"
|
|
|
2694
2699
|
|
|
2695
2700
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
2696
2701
|
#: components/ItaliaTheme/View/VenueView/VenueContacts
|
|
2702
|
+
#: helpers/contentHelper
|
|
2697
2703
|
# defaultMessage: PEC
|
|
2698
2704
|
msgid "pec"
|
|
2699
2705
|
msgstr "PEC"
|
|
@@ -3603,6 +3609,7 @@ msgid "skiplink-navigation"
|
|
|
3603
3609
|
msgstr "Vai alla navigazione"
|
|
3604
3610
|
|
|
3605
3611
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3612
|
+
#: helpers/contentHelper
|
|
3606
3613
|
# defaultMessage: Skype
|
|
3607
3614
|
msgid "skype"
|
|
3608
3615
|
msgstr "Skype"
|
|
@@ -3618,6 +3625,7 @@ msgid "slidesToShow"
|
|
|
3618
3625
|
msgstr "N° slide da mostrare"
|
|
3619
3626
|
|
|
3620
3627
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3628
|
+
#: helpers/contentHelper
|
|
3621
3629
|
# defaultMessage: Social
|
|
3622
3630
|
msgid "social"
|
|
3623
3631
|
msgstr "Social"
|
|
@@ -3764,6 +3772,7 @@ msgstr "Con il supporto di"
|
|
|
3764
3772
|
|
|
3765
3773
|
#: components/ItaliaTheme/View/Commons/ContactLink
|
|
3766
3774
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3775
|
+
#: helpers/contentHelper
|
|
3767
3776
|
# defaultMessage: Tel
|
|
3768
3777
|
msgid "telefono"
|
|
3769
3778
|
msgstr "Telefono"
|
|
@@ -3774,6 +3783,7 @@ msgid "telefono_sede"
|
|
|
3774
3783
|
msgstr "Telefono"
|
|
3775
3784
|
|
|
3776
3785
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3786
|
+
#: helpers/contentHelper
|
|
3777
3787
|
# defaultMessage: Telegram
|
|
3778
3788
|
msgid "telegram"
|
|
3779
3789
|
msgstr "Telegram"
|
|
@@ -3884,6 +3894,7 @@ msgid "trasparenza"
|
|
|
3884
3894
|
msgstr "Trasparenza"
|
|
3885
3895
|
|
|
3886
3896
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3897
|
+
#: helpers/contentHelper
|
|
3887
3898
|
# defaultMessage: Twitter
|
|
3888
3899
|
msgid "twitter"
|
|
3889
3900
|
msgstr "Twitter"
|
|
@@ -3953,6 +3964,7 @@ msgid "update_date"
|
|
|
3953
3964
|
msgstr "Data di aggiornamento"
|
|
3954
3965
|
|
|
3955
3966
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
3967
|
+
#: helpers/contentHelper
|
|
3956
3968
|
# defaultMessage: Sito web
|
|
3957
3969
|
msgid "url"
|
|
3958
3970
|
msgstr "Sito web"
|
|
@@ -4012,6 +4024,7 @@ msgid "vincoli"
|
|
|
4012
4024
|
msgstr "Vincoli"
|
|
4013
4025
|
|
|
4014
4026
|
#: components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView
|
|
4027
|
+
#: helpers/contentHelper
|
|
4015
4028
|
# defaultMessage: Whatsapp
|
|
4016
4029
|
msgid "whatsapp"
|
|
4017
4030
|
msgstr "Whatsapp"
|