design-comuni-plone-theme 10.3.0 → 10.4.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/CHANGELOG.md +29 -0
- package/RELEASE.md +13 -0
- package/locales/de/LC_MESSAGES/volto.po +23 -22
- package/locales/en/LC_MESSAGES/volto.po +23 -22
- package/locales/es/LC_MESSAGES/volto.po +23 -22
- package/locales/fr/LC_MESSAGES/volto.po +23 -22
- package/locales/it/LC_MESSAGES/volto.po +23 -22
- package/locales/volto.pot +24 -23
- package/package.json +1 -1
- package/publiccode.yml +2 -2
- package/src/components/ItaliaTheme/Blocks/Alert/Edit.jsx +9 -5
- package/src/components/ItaliaTheme/Blocks/Alert/Sidebar.jsx +51 -76
- package/src/components/ItaliaTheme/Blocks/Alert/View.jsx +4 -2
- package/src/components/ItaliaTheme/Blocks/NumbersBlock/Edit.jsx +1 -0
- package/src/components/ItaliaTheme/Blocks/__tests__/Alert.test.jsx +1 -1
- package/src/components/ItaliaTheme/GalleryPreview/GalleryPreview.jsx +11 -24
- package/src/components/ItaliaTheme/Header/ParentSiteMenu.jsx +2 -1
- package/src/components/ItaliaTheme/Icons/FontAwesomeIcon.jsx +42 -20
- package/src/components/ItaliaTheme/View/BandoView/BandoText.jsx +7 -37
- package/src/components/ItaliaTheme/View/BandoView/BandoTextDestinatari.jsx +36 -0
- package/src/components/ItaliaTheme/View/BandoView/BandoTextEnte.jsx +34 -0
- package/src/components/ItaliaTheme/View/BandoView/BandoTextTipologia.jsx +32 -0
- package/src/components/ItaliaTheme/View/Commons/SearchSectionForm.jsx +24 -3
- package/src/components/ItaliaTheme/View/VenueView/VenueDescription.jsx +9 -65
- package/src/components/ItaliaTheme/View/VenueView/VenueElementiDiInteresse.jsx +26 -0
- package/src/components/ItaliaTheme/View/VenueView/VenueLuoghiCorrelati.jsx +37 -0
- package/src/components/ItaliaTheme/View/VenueView/VenueMultimedia.jsx +25 -0
- package/src/components/ItaliaTheme/View/VenueView/VenueTipologia.jsx +27 -0
- package/src/components/ItaliaTheme/View/index.js +4 -0
- package/src/components/ItaliaTheme/manage/Widgets/IconPreviewWidget.jsx +1 -1
- package/src/theme/ItaliaTheme/Blocks/_alert.scss +26 -65
- package/src/theme/ItaliaTheme/Components/_galleryPreview.scss +9 -13
- package/src/theme/ItaliaTheme/Subsites/_common.scss +0 -1
- package/src/theme/ItaliaTheme/Views/_common.scss +10 -0
- package/src/theme/ItaliaTheme/_home.scss +10 -0
- package/src/theme/_cms-ui.scss +14 -0
- package/src/theme/_site-variables.scss +5 -0
- package/src/theme/ItaliaTheme/Subsites/_homepage.scss +0 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [10.4.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v10.3.0...v10.4.0) (2023-11-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* added image size and colorListWidget in Alert block ([#396](https://github.com/RedTurtle/design-comuni-plone-theme/issues/396)) ([63f3b5b](https://github.com/RedTurtle/design-comuni-plone-theme/commit/63f3b5b60364e650de5123cf8b8108dd86eab9f9))
|
|
9
|
+
* split VenueDescription component ([#399](https://github.com/RedTurtle/design-comuni-plone-theme/issues/399)) ([68c3ca5](https://github.com/RedTurtle/design-comuni-plone-theme/commit/68c3ca5338f27f4e64ea257f679ae91dc1842491))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* documentFirstHeading in subsites without style ([#400](https://github.com/RedTurtle/design-comuni-plone-theme/issues/400)) ([9588073](https://github.com/RedTurtle/design-comuni-plone-theme/commit/9588073d4a2a72e4eb3664c5741b0368f59781fb))
|
|
15
|
+
* icons in NumbersBlock and Sidebar Widget not updating ([#402](https://github.com/RedTurtle/design-comuni-plone-theme/issues/402)) ([0df93a5](https://github.com/RedTurtle/design-comuni-plone-theme/commit/0df93a59c100df69085db83b4ade85101601ed35))
|
|
16
|
+
* locales ([c4bdc14](https://github.com/RedTurtle/design-comuni-plone-theme/commit/c4bdc148aa76ad7ee81945185f22b2eeead3feeb))
|
|
17
|
+
* mark section filters correctly when navigating to search page from page header ([#401](https://github.com/RedTurtle/design-comuni-plone-theme/issues/401)) ([fdc6207](https://github.com/RedTurtle/design-comuni-plone-theme/commit/fdc62074fa2b92292b128a31f7d227ed5e97c074))
|
|
18
|
+
* ParentSiteMenu now draws only Visible site menu elements in subsites ([#403](https://github.com/RedTurtle/design-comuni-plone-theme/issues/403)) ([9fc0a24](https://github.com/RedTurtle/design-comuni-plone-theme/commit/9fc0a2456030d1480fbe5b76cf4f9c29eab0d10e))
|
|
19
|
+
* Photogallery popup image ([#395](https://github.com/RedTurtle/design-comuni-plone-theme/issues/395)) ([4fce154](https://github.com/RedTurtle/design-comuni-plone-theme/commit/4fce154045e2cbc710fed9d975842edb1af7e85a))
|
|
20
|
+
* scroll position on h2 .visually-hidden ([#397](https://github.com/RedTurtle/design-comuni-plone-theme/issues/397)) ([9356e6a](https://github.com/RedTurtle/design-comuni-plone-theme/commit/9356e6af8a3273ebb1d51c80d84ae0cce7c7dd3a))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Maintenance
|
|
24
|
+
|
|
25
|
+
* split BandoView Text in different components ([#391](https://github.com/RedTurtle/design-comuni-plone-theme/issues/391)) ([e787f38](https://github.com/RedTurtle/design-comuni-plone-theme/commit/e787f38899519daa2e6743e896e5f8d53fc8bf8a))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Documentation
|
|
29
|
+
|
|
30
|
+
* updated publiccode and release log ([f95133b](https://github.com/RedTurtle/design-comuni-plone-theme/commit/f95133b0ddaa5ac27a07dfa772f48dfb1b59c067))
|
|
31
|
+
|
|
3
32
|
## [10.3.0](https://github.com/redturtle/design-comuni-plone-theme/compare/v10.2.2...v10.3.0) (2023-11-08)
|
|
4
33
|
|
|
5
34
|
|
package/RELEASE.md
CHANGED
|
@@ -41,11 +41,24 @@
|
|
|
41
41
|
- ...
|
|
42
42
|
-->
|
|
43
43
|
|
|
44
|
+
## Versione 10.4.0 (14/11/2023)
|
|
45
|
+
|
|
46
|
+
### Novità
|
|
47
|
+
|
|
48
|
+
- Aggiunta la possibilità di selezionare la dimensione dell'immagine nel blocco Alert, inoltre è stato aggiornato anche il widget per la selezione del colore di sfondo.
|
|
49
|
+
|
|
50
|
+
### Fix
|
|
51
|
+
|
|
52
|
+
- Quando viene effettuata una ricerca dalla barra di ricerca nelle sezioni Amministrazione, Servizi, Novità, o Documenti e Dati, viene automaticamente impostato il filtro sulla sezione stessa così da mostrare solo i contenuti corrispondenti.
|
|
53
|
+
- Le icone del Blocco Numeri, del Blocco Icone e della Sidebar si aggiornano istantaneamente quando vengono cambiate
|
|
54
|
+
- Sistemato un bug nell'header dei sottositi che mostrava le voci del menu del sito padre anche se queste erano indicate come non visibili nella configurazione del menu.
|
|
55
|
+
|
|
44
56
|
## Versione 10.3.0 (08/11/2023)
|
|
45
57
|
|
|
46
58
|
### Fix
|
|
47
59
|
|
|
48
60
|
- Sistemata la visualizzazione della tipologia del bando nel template del blocco elenco 'Bandi'
|
|
61
|
+
- Rimosso titolo della pagina nei sottositi senza nessuno stile applicato
|
|
49
62
|
|
|
50
63
|
## Versione 10.2.0 (06/11/2023)
|
|
51
64
|
|
|
@@ -86,6 +86,7 @@ msgstr ""
|
|
|
86
86
|
msgid "CardImageRight"
|
|
87
87
|
msgstr ""
|
|
88
88
|
|
|
89
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
89
90
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
|
|
90
91
|
# defaultMessage: Dimensione immagine
|
|
91
92
|
msgid "CardImageSize"
|
|
@@ -133,21 +134,6 @@ msgstr ""
|
|
|
133
134
|
msgid "Color"
|
|
134
135
|
msgstr ""
|
|
135
136
|
|
|
136
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
137
|
-
# defaultMessage: Rosso
|
|
138
|
-
msgid "Color_danger"
|
|
139
|
-
msgstr ""
|
|
140
|
-
|
|
141
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
142
|
-
# defaultMessage: Giallo
|
|
143
|
-
msgid "Color_warning"
|
|
144
|
-
msgstr ""
|
|
145
|
-
|
|
146
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
147
|
-
# defaultMessage: Arancione
|
|
148
|
-
msgid "Color_warning_orange"
|
|
149
|
-
msgstr ""
|
|
150
|
-
|
|
151
137
|
#: components/ItaliaTheme/View/EventoView/EventoContatti
|
|
152
138
|
# defaultMessage: Contatti
|
|
153
139
|
msgid "Contatti"
|
|
@@ -711,7 +697,7 @@ msgstr ""
|
|
|
711
697
|
msgid "VenuesSmall"
|
|
712
698
|
msgstr ""
|
|
713
699
|
|
|
714
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
700
|
+
#: components/ItaliaTheme/View/VenueView/VenueMultimedia
|
|
715
701
|
# defaultMessage: Video
|
|
716
702
|
msgid "Video"
|
|
717
703
|
msgstr ""
|
|
@@ -1021,7 +1007,7 @@ msgstr ""
|
|
|
1021
1007
|
msgid "bando_data_pubblicazione"
|
|
1022
1008
|
msgstr ""
|
|
1023
1009
|
|
|
1024
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
1010
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextDestinatari
|
|
1025
1011
|
# defaultMessage: Destinatari del bando
|
|
1026
1012
|
msgid "bando_destinatari"
|
|
1027
1013
|
msgstr ""
|
|
@@ -1032,7 +1018,7 @@ msgid "bando_effective"
|
|
|
1032
1018
|
msgstr ""
|
|
1033
1019
|
|
|
1034
1020
|
#: components/ItaliaTheme/Blocks/Listing/BandiInEvidenceTemplate
|
|
1035
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
1021
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextEnte
|
|
1036
1022
|
# defaultMessage: Ente
|
|
1037
1023
|
msgid "bando_ente"
|
|
1038
1024
|
msgstr ""
|
|
@@ -1217,6 +1203,16 @@ msgstr ""
|
|
|
1217
1203
|
msgid "codice_ipa"
|
|
1218
1204
|
msgstr ""
|
|
1219
1205
|
|
|
1206
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1207
|
+
# defaultMessage: Rosso
|
|
1208
|
+
msgid "color_danger"
|
|
1209
|
+
msgstr ""
|
|
1210
|
+
|
|
1211
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1212
|
+
# defaultMessage: Arancione
|
|
1213
|
+
msgid "color_orange"
|
|
1214
|
+
msgstr ""
|
|
1215
|
+
|
|
1220
1216
|
#: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
|
|
1221
1217
|
#: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
|
|
1222
1218
|
# defaultMessage: Primario
|
|
@@ -1228,6 +1224,11 @@ msgstr ""
|
|
|
1228
1224
|
msgid "color_transparent"
|
|
1229
1225
|
msgstr ""
|
|
1230
1226
|
|
|
1227
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1228
|
+
# defaultMessage: Giallo
|
|
1229
|
+
msgid "color_warning"
|
|
1230
|
+
msgstr ""
|
|
1231
|
+
|
|
1231
1232
|
#: components/ItaliaTheme/View/IncaricoView/IncaricoView
|
|
1232
1233
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
1233
1234
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
@@ -1812,7 +1813,7 @@ msgstr ""
|
|
|
1812
1813
|
msgid "edit_social_links"
|
|
1813
1814
|
msgstr ""
|
|
1814
1815
|
|
|
1815
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
1816
|
+
#: components/ItaliaTheme/View/VenueView/VenueElementiDiInteresse
|
|
1816
1817
|
# defaultMessage: Elementi di interesse
|
|
1817
1818
|
msgid "elementi_di_interesse"
|
|
1818
1819
|
msgstr ""
|
|
@@ -2368,7 +2369,7 @@ msgid "logo-subsite-alt"
|
|
|
2368
2369
|
msgstr ""
|
|
2369
2370
|
|
|
2370
2371
|
#: components/ItaliaTheme/View/PuntoDiContattoView/RelatedItemsChipsPDC
|
|
2371
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
2372
|
+
#: components/ItaliaTheme/View/VenueView/VenueLuoghiCorrelati
|
|
2372
2373
|
# defaultMessage: Luoghi correlati
|
|
2373
2374
|
msgid "luoghi_correlati"
|
|
2374
2375
|
msgstr ""
|
|
@@ -3749,7 +3750,7 @@ msgstr ""
|
|
|
3749
3750
|
msgid "timeline_tempi_scadenze_validation_error"
|
|
3750
3751
|
msgstr ""
|
|
3751
3752
|
|
|
3752
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
3753
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextTipologia
|
|
3753
3754
|
# defaultMessage: Tipologia del bando
|
|
3754
3755
|
msgid "tipologia_bando"
|
|
3755
3756
|
msgstr ""
|
|
@@ -3760,7 +3761,7 @@ msgstr ""
|
|
|
3760
3761
|
msgid "tipologia_incarico"
|
|
3761
3762
|
msgstr ""
|
|
3762
3763
|
|
|
3763
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
3764
|
+
#: components/ItaliaTheme/View/VenueView/VenueTipologia
|
|
3764
3765
|
# defaultMessage: Tipo di luogo
|
|
3765
3766
|
msgid "tipologia_luogo"
|
|
3766
3767
|
msgstr ""
|
|
@@ -71,6 +71,7 @@ msgstr "Show"
|
|
|
71
71
|
msgid "CardImageRight"
|
|
72
72
|
msgstr ""
|
|
73
73
|
|
|
74
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
74
75
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
|
|
75
76
|
# defaultMessage: Dimensione immagine
|
|
76
77
|
msgid "CardImageSize"
|
|
@@ -118,21 +119,6 @@ msgstr "Click here to replace file"
|
|
|
118
119
|
msgid "Color"
|
|
119
120
|
msgstr ""
|
|
120
121
|
|
|
121
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
122
|
-
# defaultMessage: Rosso
|
|
123
|
-
msgid "Color_danger"
|
|
124
|
-
msgstr ""
|
|
125
|
-
|
|
126
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
127
|
-
# defaultMessage: Giallo
|
|
128
|
-
msgid "Color_warning"
|
|
129
|
-
msgstr ""
|
|
130
|
-
|
|
131
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
132
|
-
# defaultMessage: Arancione
|
|
133
|
-
msgid "Color_warning_orange"
|
|
134
|
-
msgstr ""
|
|
135
|
-
|
|
136
122
|
#: components/ItaliaTheme/View/EventoView/EventoContatti
|
|
137
123
|
# defaultMessage: Contatti
|
|
138
124
|
msgid "Contatti"
|
|
@@ -696,7 +682,7 @@ msgstr "View all"
|
|
|
696
682
|
msgid "VenuesSmall"
|
|
697
683
|
msgstr "Venues"
|
|
698
684
|
|
|
699
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
685
|
+
#: components/ItaliaTheme/View/VenueView/VenueMultimedia
|
|
700
686
|
# defaultMessage: Video
|
|
701
687
|
msgid "Video"
|
|
702
688
|
msgstr "Video"
|
|
@@ -1006,7 +992,7 @@ msgstr "Expired"
|
|
|
1006
992
|
msgid "bando_data_pubblicazione"
|
|
1007
993
|
msgstr "Publication date"
|
|
1008
994
|
|
|
1009
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
995
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextDestinatari
|
|
1010
996
|
# defaultMessage: Destinatari del bando
|
|
1011
997
|
msgid "bando_destinatari"
|
|
1012
998
|
msgstr "Recipients of the competition notice"
|
|
@@ -1017,7 +1003,7 @@ msgid "bando_effective"
|
|
|
1017
1003
|
msgstr "Publication date"
|
|
1018
1004
|
|
|
1019
1005
|
#: components/ItaliaTheme/Blocks/Listing/BandiInEvidenceTemplate
|
|
1020
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
1006
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextEnte
|
|
1021
1007
|
# defaultMessage: Ente
|
|
1022
1008
|
msgid "bando_ente"
|
|
1023
1009
|
msgstr "Supplying authority"
|
|
@@ -1202,6 +1188,16 @@ msgstr "Close search"
|
|
|
1202
1188
|
msgid "codice_ipa"
|
|
1203
1189
|
msgstr ""
|
|
1204
1190
|
|
|
1191
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1192
|
+
# defaultMessage: Rosso
|
|
1193
|
+
msgid "color_danger"
|
|
1194
|
+
msgstr ""
|
|
1195
|
+
|
|
1196
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1197
|
+
# defaultMessage: Arancione
|
|
1198
|
+
msgid "color_orange"
|
|
1199
|
+
msgstr ""
|
|
1200
|
+
|
|
1205
1201
|
#: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
|
|
1206
1202
|
#: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
|
|
1207
1203
|
# defaultMessage: Primario
|
|
@@ -1213,6 +1209,11 @@ msgstr ""
|
|
|
1213
1209
|
msgid "color_transparent"
|
|
1214
1210
|
msgstr ""
|
|
1215
1211
|
|
|
1212
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1213
|
+
# defaultMessage: Giallo
|
|
1214
|
+
msgid "color_warning"
|
|
1215
|
+
msgstr ""
|
|
1216
|
+
|
|
1216
1217
|
#: components/ItaliaTheme/View/IncaricoView/IncaricoView
|
|
1217
1218
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
1218
1219
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
@@ -1797,7 +1798,7 @@ msgstr "Visibile"
|
|
|
1797
1798
|
msgid "edit_social_links"
|
|
1798
1799
|
msgstr ""
|
|
1799
1800
|
|
|
1800
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
1801
|
+
#: components/ItaliaTheme/View/VenueView/VenueElementiDiInteresse
|
|
1801
1802
|
# defaultMessage: Elementi di interesse
|
|
1802
1803
|
msgid "elementi_di_interesse"
|
|
1803
1804
|
msgstr "Elements of interest"
|
|
@@ -2353,7 +2354,7 @@ msgid "logo-subsite-alt"
|
|
|
2353
2354
|
msgstr ""
|
|
2354
2355
|
|
|
2355
2356
|
#: components/ItaliaTheme/View/PuntoDiContattoView/RelatedItemsChipsPDC
|
|
2356
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
2357
|
+
#: components/ItaliaTheme/View/VenueView/VenueLuoghiCorrelati
|
|
2357
2358
|
# defaultMessage: Luoghi correlati
|
|
2358
2359
|
msgid "luoghi_correlati"
|
|
2359
2360
|
msgstr ""
|
|
@@ -3734,7 +3735,7 @@ msgstr "Insert a value"
|
|
|
3734
3735
|
msgid "timeline_tempi_scadenze_validation_error"
|
|
3735
3736
|
msgstr ""
|
|
3736
3737
|
|
|
3737
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
3738
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextTipologia
|
|
3738
3739
|
# defaultMessage: Tipologia del bando
|
|
3739
3740
|
msgid "tipologia_bando"
|
|
3740
3741
|
msgstr "Type of call"
|
|
@@ -3745,7 +3746,7 @@ msgstr "Type of call"
|
|
|
3745
3746
|
msgid "tipologia_incarico"
|
|
3746
3747
|
msgstr ""
|
|
3747
3748
|
|
|
3748
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
3749
|
+
#: components/ItaliaTheme/View/VenueView/VenueTipologia
|
|
3749
3750
|
# defaultMessage: Tipo di luogo
|
|
3750
3751
|
msgid "tipologia_luogo"
|
|
3751
3752
|
msgstr ""
|
|
@@ -80,6 +80,7 @@ msgstr "Ver"
|
|
|
80
80
|
msgid "CardImageRight"
|
|
81
81
|
msgstr "Alinear imagen a la derecha"
|
|
82
82
|
|
|
83
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
83
84
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
|
|
84
85
|
# defaultMessage: Dimensione immagine
|
|
85
86
|
msgid "CardImageSize"
|
|
@@ -127,21 +128,6 @@ msgstr "Haga clic aquí para reemplazar el archivo"
|
|
|
127
128
|
msgid "Color"
|
|
128
129
|
msgstr "Color"
|
|
129
130
|
|
|
130
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
131
|
-
# defaultMessage: Rosso
|
|
132
|
-
msgid "Color_danger"
|
|
133
|
-
msgstr ""
|
|
134
|
-
|
|
135
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
136
|
-
# defaultMessage: Giallo
|
|
137
|
-
msgid "Color_warning"
|
|
138
|
-
msgstr ""
|
|
139
|
-
|
|
140
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
141
|
-
# defaultMessage: Arancione
|
|
142
|
-
msgid "Color_warning_orange"
|
|
143
|
-
msgstr ""
|
|
144
|
-
|
|
145
131
|
#: components/ItaliaTheme/View/EventoView/EventoContatti
|
|
146
132
|
# defaultMessage: Contatti
|
|
147
133
|
msgid "Contatti"
|
|
@@ -705,7 +691,7 @@ msgstr "Ver todo"
|
|
|
705
691
|
msgid "VenuesSmall"
|
|
706
692
|
msgstr "Lugares"
|
|
707
693
|
|
|
708
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
694
|
+
#: components/ItaliaTheme/View/VenueView/VenueMultimedia
|
|
709
695
|
# defaultMessage: Video
|
|
710
696
|
msgid "Video"
|
|
711
697
|
msgstr "Vídeo"
|
|
@@ -1015,7 +1001,7 @@ msgstr "Expirado"
|
|
|
1015
1001
|
msgid "bando_data_pubblicazione"
|
|
1016
1002
|
msgstr "Fecha de publicación"
|
|
1017
1003
|
|
|
1018
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
1004
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextDestinatari
|
|
1019
1005
|
# defaultMessage: Destinatari del bando
|
|
1020
1006
|
msgid "bando_destinatari"
|
|
1021
1007
|
msgstr "Destinatarios del anuncio de concurso"
|
|
@@ -1026,7 +1012,7 @@ msgid "bando_effective"
|
|
|
1026
1012
|
msgstr "Fecha de publicación"
|
|
1027
1013
|
|
|
1028
1014
|
#: components/ItaliaTheme/Blocks/Listing/BandiInEvidenceTemplate
|
|
1029
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
1015
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextEnte
|
|
1030
1016
|
# defaultMessage: Ente
|
|
1031
1017
|
msgid "bando_ente"
|
|
1032
1018
|
msgstr "Autoridad proveedora"
|
|
@@ -1211,6 +1197,16 @@ msgstr "Cerrar búsqueda"
|
|
|
1211
1197
|
msgid "codice_ipa"
|
|
1212
1198
|
msgstr ""
|
|
1213
1199
|
|
|
1200
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1201
|
+
# defaultMessage: Rosso
|
|
1202
|
+
msgid "color_danger"
|
|
1203
|
+
msgstr ""
|
|
1204
|
+
|
|
1205
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1206
|
+
# defaultMessage: Arancione
|
|
1207
|
+
msgid "color_orange"
|
|
1208
|
+
msgstr ""
|
|
1209
|
+
|
|
1214
1210
|
#: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
|
|
1215
1211
|
#: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
|
|
1216
1212
|
# defaultMessage: Primario
|
|
@@ -1222,6 +1218,11 @@ msgstr "Primario"
|
|
|
1222
1218
|
msgid "color_transparent"
|
|
1223
1219
|
msgstr "Transparente"
|
|
1224
1220
|
|
|
1221
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1222
|
+
# defaultMessage: Giallo
|
|
1223
|
+
msgid "color_warning"
|
|
1224
|
+
msgstr ""
|
|
1225
|
+
|
|
1225
1226
|
#: components/ItaliaTheme/View/IncaricoView/IncaricoView
|
|
1226
1227
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
1227
1228
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
@@ -1806,7 +1807,7 @@ msgstr "Visibile"
|
|
|
1806
1807
|
msgid "edit_social_links"
|
|
1807
1808
|
msgstr "Editar redes sociales"
|
|
1808
1809
|
|
|
1809
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
1810
|
+
#: components/ItaliaTheme/View/VenueView/VenueElementiDiInteresse
|
|
1810
1811
|
# defaultMessage: Elementi di interesse
|
|
1811
1812
|
msgid "elementi_di_interesse"
|
|
1812
1813
|
msgstr "Elementos de interés"
|
|
@@ -2362,7 +2363,7 @@ msgid "logo-subsite-alt"
|
|
|
2362
2363
|
msgstr ""
|
|
2363
2364
|
|
|
2364
2365
|
#: components/ItaliaTheme/View/PuntoDiContattoView/RelatedItemsChipsPDC
|
|
2365
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
2366
|
+
#: components/ItaliaTheme/View/VenueView/VenueLuoghiCorrelati
|
|
2366
2367
|
# defaultMessage: Luoghi correlati
|
|
2367
2368
|
msgid "luoghi_correlati"
|
|
2368
2369
|
msgstr ""
|
|
@@ -3743,7 +3744,7 @@ msgstr "Insertar un valor"
|
|
|
3743
3744
|
msgid "timeline_tempi_scadenze_validation_error"
|
|
3744
3745
|
msgstr ""
|
|
3745
3746
|
|
|
3746
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
3747
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextTipologia
|
|
3747
3748
|
# defaultMessage: Tipologia del bando
|
|
3748
3749
|
msgid "tipologia_bando"
|
|
3749
3750
|
msgstr "Tipo de llamada"
|
|
@@ -3754,7 +3755,7 @@ msgstr "Tipo de llamada"
|
|
|
3754
3755
|
msgid "tipologia_incarico"
|
|
3755
3756
|
msgstr ""
|
|
3756
3757
|
|
|
3757
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
3758
|
+
#: components/ItaliaTheme/View/VenueView/VenueTipologia
|
|
3758
3759
|
# defaultMessage: Tipo di luogo
|
|
3759
3760
|
msgid "tipologia_luogo"
|
|
3760
3761
|
msgstr ""
|
|
@@ -88,6 +88,7 @@ msgstr "Voir"
|
|
|
88
88
|
msgid "CardImageRight"
|
|
89
89
|
msgstr ""
|
|
90
90
|
|
|
91
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
91
92
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
|
|
92
93
|
# defaultMessage: Dimensione immagine
|
|
93
94
|
msgid "CardImageSize"
|
|
@@ -135,21 +136,6 @@ msgstr "Cliquez ici pour remplacer le fichier"
|
|
|
135
136
|
msgid "Color"
|
|
136
137
|
msgstr ""
|
|
137
138
|
|
|
138
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
139
|
-
# defaultMessage: Rosso
|
|
140
|
-
msgid "Color_danger"
|
|
141
|
-
msgstr ""
|
|
142
|
-
|
|
143
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
144
|
-
# defaultMessage: Giallo
|
|
145
|
-
msgid "Color_warning"
|
|
146
|
-
msgstr ""
|
|
147
|
-
|
|
148
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
149
|
-
# defaultMessage: Arancione
|
|
150
|
-
msgid "Color_warning_orange"
|
|
151
|
-
msgstr ""
|
|
152
|
-
|
|
153
139
|
#: components/ItaliaTheme/View/EventoView/EventoContatti
|
|
154
140
|
# defaultMessage: Contatti
|
|
155
141
|
msgid "Contatti"
|
|
@@ -713,7 +699,7 @@ msgstr "Voir tout"
|
|
|
713
699
|
msgid "VenuesSmall"
|
|
714
700
|
msgstr "Lieux"
|
|
715
701
|
|
|
716
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
702
|
+
#: components/ItaliaTheme/View/VenueView/VenueMultimedia
|
|
717
703
|
# defaultMessage: Video
|
|
718
704
|
msgid "Video"
|
|
719
705
|
msgstr "Vidéo"
|
|
@@ -1023,7 +1009,7 @@ msgstr "Expiré"
|
|
|
1023
1009
|
msgid "bando_data_pubblicazione"
|
|
1024
1010
|
msgstr "Date de publication"
|
|
1025
1011
|
|
|
1026
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
1012
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextDestinatari
|
|
1027
1013
|
# defaultMessage: Destinatari del bando
|
|
1028
1014
|
msgid "bando_destinatari"
|
|
1029
1015
|
msgstr "Destinataires d'appels"
|
|
@@ -1034,7 +1020,7 @@ msgid "bando_effective"
|
|
|
1034
1020
|
msgstr "Date de publication"
|
|
1035
1021
|
|
|
1036
1022
|
#: components/ItaliaTheme/Blocks/Listing/BandiInEvidenceTemplate
|
|
1037
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
1023
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextEnte
|
|
1038
1024
|
# defaultMessage: Ente
|
|
1039
1025
|
msgid "bando_ente"
|
|
1040
1026
|
msgstr "Autorité fournisseur"
|
|
@@ -1219,6 +1205,16 @@ msgstr "Fermer la recherche"
|
|
|
1219
1205
|
msgid "codice_ipa"
|
|
1220
1206
|
msgstr ""
|
|
1221
1207
|
|
|
1208
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1209
|
+
# defaultMessage: Rosso
|
|
1210
|
+
msgid "color_danger"
|
|
1211
|
+
msgstr ""
|
|
1212
|
+
|
|
1213
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1214
|
+
# defaultMessage: Arancione
|
|
1215
|
+
msgid "color_orange"
|
|
1216
|
+
msgstr ""
|
|
1217
|
+
|
|
1222
1218
|
#: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
|
|
1223
1219
|
#: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
|
|
1224
1220
|
# defaultMessage: Primario
|
|
@@ -1230,6 +1226,11 @@ msgstr ""
|
|
|
1230
1226
|
msgid "color_transparent"
|
|
1231
1227
|
msgstr ""
|
|
1232
1228
|
|
|
1229
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1230
|
+
# defaultMessage: Giallo
|
|
1231
|
+
msgid "color_warning"
|
|
1232
|
+
msgstr ""
|
|
1233
|
+
|
|
1233
1234
|
#: components/ItaliaTheme/View/IncaricoView/IncaricoView
|
|
1234
1235
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
1235
1236
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
@@ -1814,7 +1815,7 @@ msgstr ""
|
|
|
1814
1815
|
msgid "edit_social_links"
|
|
1815
1816
|
msgstr ""
|
|
1816
1817
|
|
|
1817
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
1818
|
+
#: components/ItaliaTheme/View/VenueView/VenueElementiDiInteresse
|
|
1818
1819
|
# defaultMessage: Elementi di interesse
|
|
1819
1820
|
msgid "elementi_di_interesse"
|
|
1820
1821
|
msgstr "Objets d'intérêt"
|
|
@@ -2370,7 +2371,7 @@ msgid "logo-subsite-alt"
|
|
|
2370
2371
|
msgstr ""
|
|
2371
2372
|
|
|
2372
2373
|
#: components/ItaliaTheme/View/PuntoDiContattoView/RelatedItemsChipsPDC
|
|
2373
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
2374
|
+
#: components/ItaliaTheme/View/VenueView/VenueLuoghiCorrelati
|
|
2374
2375
|
# defaultMessage: Luoghi correlati
|
|
2375
2376
|
msgid "luoghi_correlati"
|
|
2376
2377
|
msgstr ""
|
|
@@ -3751,7 +3752,7 @@ msgstr "Entrez du texte"
|
|
|
3751
3752
|
msgid "timeline_tempi_scadenze_validation_error"
|
|
3752
3753
|
msgstr ""
|
|
3753
3754
|
|
|
3754
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
3755
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextTipologia
|
|
3755
3756
|
# defaultMessage: Tipologia del bando
|
|
3756
3757
|
msgid "tipologia_bando"
|
|
3757
3758
|
msgstr "Type d'appel"
|
|
@@ -3762,7 +3763,7 @@ msgstr "Type d'appel"
|
|
|
3762
3763
|
msgid "tipologia_incarico"
|
|
3763
3764
|
msgstr ""
|
|
3764
3765
|
|
|
3765
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
3766
|
+
#: components/ItaliaTheme/View/VenueView/VenueTipologia
|
|
3766
3767
|
# defaultMessage: Tipo di luogo
|
|
3767
3768
|
msgid "tipologia_luogo"
|
|
3768
3769
|
msgstr ""
|
|
@@ -71,6 +71,7 @@ msgstr "Vedi"
|
|
|
71
71
|
msgid "CardImageRight"
|
|
72
72
|
msgstr "Allinea immagine a destra"
|
|
73
73
|
|
|
74
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
74
75
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
|
|
75
76
|
# defaultMessage: Dimensione immagine
|
|
76
77
|
msgid "CardImageSize"
|
|
@@ -118,21 +119,6 @@ msgstr "Clicca qui per sostituire il file"
|
|
|
118
119
|
msgid "Color"
|
|
119
120
|
msgstr "Colore"
|
|
120
121
|
|
|
121
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
122
|
-
# defaultMessage: Rosso
|
|
123
|
-
msgid "Color_danger"
|
|
124
|
-
msgstr "Rosso"
|
|
125
|
-
|
|
126
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
127
|
-
# defaultMessage: Giallo
|
|
128
|
-
msgid "Color_warning"
|
|
129
|
-
msgstr "Giallo"
|
|
130
|
-
|
|
131
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
132
|
-
# defaultMessage: Arancione
|
|
133
|
-
msgid "Color_warning_orange"
|
|
134
|
-
msgstr "Arancione"
|
|
135
|
-
|
|
136
122
|
#: components/ItaliaTheme/View/EventoView/EventoContatti
|
|
137
123
|
# defaultMessage: Contatti
|
|
138
124
|
msgid "Contatti"
|
|
@@ -696,7 +682,7 @@ msgstr "Vedi tutto"
|
|
|
696
682
|
msgid "VenuesSmall"
|
|
697
683
|
msgstr "Luoghi"
|
|
698
684
|
|
|
699
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
685
|
+
#: components/ItaliaTheme/View/VenueView/VenueMultimedia
|
|
700
686
|
# defaultMessage: Video
|
|
701
687
|
msgid "Video"
|
|
702
688
|
msgstr "Video"
|
|
@@ -1006,7 +992,7 @@ msgstr "Scaduto"
|
|
|
1006
992
|
msgid "bando_data_pubblicazione"
|
|
1007
993
|
msgstr "Pubblicato il"
|
|
1008
994
|
|
|
1009
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
995
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextDestinatari
|
|
1010
996
|
# defaultMessage: Destinatari del bando
|
|
1011
997
|
msgid "bando_destinatari"
|
|
1012
998
|
msgstr "Destinatari del bando"
|
|
@@ -1017,7 +1003,7 @@ msgid "bando_effective"
|
|
|
1017
1003
|
msgstr "Data di pubblicazione"
|
|
1018
1004
|
|
|
1019
1005
|
#: components/ItaliaTheme/Blocks/Listing/BandiInEvidenceTemplate
|
|
1020
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
1006
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextEnte
|
|
1021
1007
|
# defaultMessage: Ente
|
|
1022
1008
|
msgid "bando_ente"
|
|
1023
1009
|
msgstr "Ente erogatore"
|
|
@@ -1202,6 +1188,16 @@ msgstr "Chiudi ricerca"
|
|
|
1202
1188
|
msgid "codice_ipa"
|
|
1203
1189
|
msgstr "Codice dell'ente erogatore (ipa)"
|
|
1204
1190
|
|
|
1191
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1192
|
+
# defaultMessage: Rosso
|
|
1193
|
+
msgid "color_danger"
|
|
1194
|
+
msgstr ""
|
|
1195
|
+
|
|
1196
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1197
|
+
# defaultMessage: Arancione
|
|
1198
|
+
msgid "color_orange"
|
|
1199
|
+
msgstr ""
|
|
1200
|
+
|
|
1205
1201
|
#: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
|
|
1206
1202
|
#: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
|
|
1207
1203
|
# defaultMessage: Primario
|
|
@@ -1213,6 +1209,11 @@ msgstr "Colore primario"
|
|
|
1213
1209
|
msgid "color_transparent"
|
|
1214
1210
|
msgstr "Trasparente"
|
|
1215
1211
|
|
|
1212
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1213
|
+
# defaultMessage: Giallo
|
|
1214
|
+
msgid "color_warning"
|
|
1215
|
+
msgstr ""
|
|
1216
|
+
|
|
1216
1217
|
#: components/ItaliaTheme/View/IncaricoView/IncaricoView
|
|
1217
1218
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
1218
1219
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
@@ -1797,7 +1798,7 @@ msgstr "Visibile"
|
|
|
1797
1798
|
msgid "edit_social_links"
|
|
1798
1799
|
msgstr "Modifica i social"
|
|
1799
1800
|
|
|
1800
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
1801
|
+
#: components/ItaliaTheme/View/VenueView/VenueElementiDiInteresse
|
|
1801
1802
|
# defaultMessage: Elementi di interesse
|
|
1802
1803
|
msgid "elementi_di_interesse"
|
|
1803
1804
|
msgstr "Elementi di interesse"
|
|
@@ -2353,7 +2354,7 @@ msgid "logo-subsite-alt"
|
|
|
2353
2354
|
msgstr ""
|
|
2354
2355
|
|
|
2355
2356
|
#: components/ItaliaTheme/View/PuntoDiContattoView/RelatedItemsChipsPDC
|
|
2356
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
2357
|
+
#: components/ItaliaTheme/View/VenueView/VenueLuoghiCorrelati
|
|
2357
2358
|
# defaultMessage: Luoghi correlati
|
|
2358
2359
|
msgid "luoghi_correlati"
|
|
2359
2360
|
msgstr "Luoghi correlati"
|
|
@@ -3734,7 +3735,7 @@ msgstr "Inserisci un valore"
|
|
|
3734
3735
|
msgid "timeline_tempi_scadenze_validation_error"
|
|
3735
3736
|
msgstr ""
|
|
3736
3737
|
|
|
3737
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
3738
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextTipologia
|
|
3738
3739
|
# defaultMessage: Tipologia del bando
|
|
3739
3740
|
msgid "tipologia_bando"
|
|
3740
3741
|
msgstr "Tipologia del bando"
|
|
@@ -3745,7 +3746,7 @@ msgstr "Tipologia del bando"
|
|
|
3745
3746
|
msgid "tipologia_incarico"
|
|
3746
3747
|
msgstr "Tipo di incarico"
|
|
3747
3748
|
|
|
3748
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
3749
|
+
#: components/ItaliaTheme/View/VenueView/VenueTipologia
|
|
3749
3750
|
# defaultMessage: Tipo di luogo
|
|
3750
3751
|
msgid "tipologia_luogo"
|
|
3751
3752
|
msgstr "Tipo di luogo"
|