From 9ffd93c91780626b148a383d1d27981dec43ef79 Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Thu, 27 Jun 2024 19:21:46 +0200 Subject: [PATCH] chore: label desc --- locales/de/LC_MESSAGES/volto.po | 5 +++++ locales/en/LC_MESSAGES/volto.po | 5 +++++ locales/es/LC_MESSAGES/volto.po | 5 +++++ locales/fr/LC_MESSAGES/volto.po | 5 +++++ locales/it/LC_MESSAGES/volto.po | 7 ++++++- locales/volto.pot | 7 ++++++- .../SearchSectionsConfigurationForm.jsx | 5 +++++ 7 files changed, 37 insertions(+), 2 deletions(-) diff --git a/locales/de/LC_MESSAGES/volto.po b/locales/de/LC_MESSAGES/volto.po index ce318edb9..aaf22effa 100644 --- a/locales/de/LC_MESSAGES/volto.po +++ b/locales/de/LC_MESSAGES/volto.po @@ -1950,6 +1950,11 @@ msgstr "" msgid "expandItems" msgstr "" +#: components/ItaliaTheme/manage/Widgets/SearchSectionsConfigurationWidget/SearchSectionsConfigurationForm +# defaultMessage: Uncheck to omit children items +msgid "expandItems_description" +msgstr "" + #: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderDates # defaultMessage: Scadenza msgid "expire" diff --git a/locales/en/LC_MESSAGES/volto.po b/locales/en/LC_MESSAGES/volto.po index 49cbb1770..5626cfa9d 100644 --- a/locales/en/LC_MESSAGES/volto.po +++ b/locales/en/LC_MESSAGES/volto.po @@ -1935,6 +1935,11 @@ msgstr "Appointments" msgid "expandItems" msgstr "" +#: components/ItaliaTheme/manage/Widgets/SearchSectionsConfigurationWidget/SearchSectionsConfigurationForm +# defaultMessage: Uncheck to omit children items +msgid "expandItems_description" +msgstr "" + #: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderDates # defaultMessage: Scadenza msgid "expire" diff --git a/locales/es/LC_MESSAGES/volto.po b/locales/es/LC_MESSAGES/volto.po index 7a8fe7189..d6296074d 100644 --- a/locales/es/LC_MESSAGES/volto.po +++ b/locales/es/LC_MESSAGES/volto.po @@ -1944,6 +1944,11 @@ msgstr "Cita" msgid "expandItems" msgstr "" +#: components/ItaliaTheme/manage/Widgets/SearchSectionsConfigurationWidget/SearchSectionsConfigurationForm +# defaultMessage: Uncheck to omit children items +msgid "expandItems_description" +msgstr "" + #: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderDates # defaultMessage: Scadenza msgid "expire" diff --git a/locales/fr/LC_MESSAGES/volto.po b/locales/fr/LC_MESSAGES/volto.po index 392a812d2..1eaeb98ea 100644 --- a/locales/fr/LC_MESSAGES/volto.po +++ b/locales/fr/LC_MESSAGES/volto.po @@ -1952,6 +1952,11 @@ msgstr "Rendez-vous" msgid "expandItems" msgstr "" +#: components/ItaliaTheme/manage/Widgets/SearchSectionsConfigurationWidget/SearchSectionsConfigurationForm +# defaultMessage: Uncheck to omit children items +msgid "expandItems_description" +msgstr "" + #: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderDates # defaultMessage: Scadenza msgid "expire" diff --git a/locales/it/LC_MESSAGES/volto.po b/locales/it/LC_MESSAGES/volto.po index 2523890dc..2e2e56741 100644 --- a/locales/it/LC_MESSAGES/volto.po +++ b/locales/it/LC_MESSAGES/volto.po @@ -1933,7 +1933,12 @@ msgstr "Appuntamenti" #: components/ItaliaTheme/manage/Widgets/SearchSectionsConfigurationWidget/SearchSectionsConfigurationForm # defaultMessage: Expand items msgid "expandItems" -msgstr "Espande i sotto-elementi nei filtri di ricerca (togliere la spunta per sezioni con un numero elevato di elementi)" +msgstr "Espande i sotto-elementi nei filtri di ricerca" + +#: components/ItaliaTheme/manage/Widgets/SearchSectionsConfigurationWidget/SearchSectionsConfigurationForm +# defaultMessage: Uncheck to omit children items +msgid "expandItems_description" +msgstr "Togliere la spunta per sezioni con un numero elevato di elementi" #: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderDates # defaultMessage: Scadenza diff --git a/locales/volto.pot b/locales/volto.pot index 394bc0e1a..9c4c428a6 100644 --- a/locales/volto.pot +++ b/locales/volto.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: Plone\n" -"POT-Creation-Date: 2024-06-27T17:10:09.287Z\n" +"POT-Creation-Date: 2024-06-27T17:20:04.159Z\n" "Last-Translator: Plone i18n \n" "Language-Team: Plone i18n \n" "MIME-Version: 1.0\n" @@ -1937,6 +1937,11 @@ msgstr "" msgid "expandItems" msgstr "" +#: components/ItaliaTheme/manage/Widgets/SearchSectionsConfigurationWidget/SearchSectionsConfigurationForm +# defaultMessage: Uncheck to omit children items +msgid "expandItems_description" +msgstr "" + #: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderDates # defaultMessage: Scadenza msgid "expire" diff --git a/src/components/ItaliaTheme/manage/Widgets/SearchSectionsConfigurationWidget/SearchSectionsConfigurationForm.jsx b/src/components/ItaliaTheme/manage/Widgets/SearchSectionsConfigurationWidget/SearchSectionsConfigurationForm.jsx index 3afa01976..59d0d0d03 100644 --- a/src/components/ItaliaTheme/manage/Widgets/SearchSectionsConfigurationWidget/SearchSectionsConfigurationForm.jsx +++ b/src/components/ItaliaTheme/manage/Widgets/SearchSectionsConfigurationWidget/SearchSectionsConfigurationForm.jsx @@ -30,6 +30,10 @@ const messages = defineMessages({ id: 'expandItems', defaultMessage: 'Expand items', }, + expandItems_description: { + id: 'expandItems_description', + defaultMessage: 'Uncheck to omit children items', + }, }); const SearchSectionsConfigurationForm = ({ @@ -123,6 +127,7 @@ const SearchSectionsConfigurationForm = ({ onChangeFormData('expandItems', value)} />