Skip to content

Commit

Permalink
Atualiza hasdescription
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Nov 11, 2024
1 parent 25c3061 commit ad3bcd1
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. Default: "Adicionar descrição dos eventos?"
#: components/Blocks/Calendario/schema
msgid "Adicionar descrição dos eventos?"
msgstr ""

#. Default: "Calendário"
#: components/Blocks/Calendario/schema
msgid "Calendário"
Expand All @@ -26,11 +31,6 @@ msgstr ""
msgid "Colaboradores"
msgstr ""

#. Default: "Adicionar descrição dos eventos?"
#: components/Blocks/Calendario/schema
msgid "Descrição"
msgstr ""

#. Default: "Gestor"
#: components/Blocks/Gestor/schema
msgid "Gestor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. Default: "Adicionar descrição dos eventos?"
#: components/Blocks/Calendario/schema
msgid "Adicionar descrição dos eventos?"
msgstr ""

#. Default: "Calendário"
#: components/Blocks/Calendario/schema
msgid "Calendário"
Expand All @@ -26,11 +31,6 @@ msgstr ""
msgid "Colaboradores"
msgstr ""

#. Default: "Adicionar descrição dos eventos?"
#: components/Blocks/Calendario/schema
msgid "Descrição"
msgstr ""

#. Default: "Gestor"
#: components/Blocks/Gestor/schema
msgid "Gestor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. Default: "Adicionar descrição dos eventos?"
#: components/Blocks/Calendario/schema
msgid "Adicionar descrição dos eventos?"
msgstr ""

#. Default: "Calendário"
#: components/Blocks/Calendario/schema
msgid "Calendário"
Expand All @@ -26,11 +31,6 @@ msgstr ""
msgid "Colaboradores"
msgstr ""

#. Default: "Adicionar descrição dos eventos?"
#: components/Blocks/Calendario/schema
msgid "Descrição"
msgstr ""

#. Default: "Gestor"
#: components/Blocks/Gestor/schema
msgid "Gestor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. Default: "Adicionar descrição dos eventos?"
#: components/Blocks/Calendario/schema
msgid "Adicionar descrição dos eventos?"
msgstr ""

#. Default: "Calendário"
#: components/Blocks/Calendario/schema
msgid "Calendário"
Expand All @@ -26,11 +31,6 @@ msgstr ""
msgid "Colaboradores"
msgstr ""

#. Default: "Adicionar descrição dos eventos?"
#: components/Blocks/Calendario/schema
msgid "Descrição"
msgstr ""

#. Default: "Gestor"
#: components/Blocks/Gestor/schema
msgid "Gestor"
Expand Down
12 changes: 6 additions & 6 deletions frontend/packages/portalbrasil-intranet/locales/volto.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Plone\n"
"POT-Creation-Date: 2024-11-11T22:12:20.630Z\n"
"POT-Creation-Date: 2024-11-11T22:26:07.242Z\n"
"Last-Translator: Plone i18n <[email protected]>\n"
"Language-Team: Plone i18n <[email protected]>\n"
"Content-Type: text/plain; charset=utf-8\n"
Expand All @@ -13,6 +13,11 @@ msgstr ""
"Preferred-Encodings: utf-8\n"
"Domain: volto\n"

#. Default: "Adicionar descrição dos eventos?"
#: components/Blocks/Calendario/schema
msgid "Adicionar descrição dos eventos?"
msgstr ""

#. Default: "Calendário"
#: components/Blocks/Calendario/schema
msgid "Calendário"
Expand All @@ -28,11 +33,6 @@ msgstr ""
msgid "Colaboradores"
msgstr ""

#. Default: "Adicionar descrição dos eventos?"
#: components/Blocks/Calendario/schema
msgid "Descrição"
msgstr ""

#. Default: "Gestor"
#: components/Blocks/Gestor/schema
msgid "Gestor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const messages = defineMessages({
defaultMessage: 'Query',
},
hasdescription: {
id: 'Descrição',
id: 'Adicionar descrição dos eventos?',
defaultMessage: 'Adicionar descrição dos eventos?',
},
});
Expand Down Expand Up @@ -54,7 +54,8 @@ export const calendarioSchema = (props) => {
},
hasdescription: {
title: props.intl.formatMessage(messages.hasdescription),
default: 'Adicionar descrição?',
type: 'boolean',
default: false,
},
},
required: ['heading', 'querystring'],
Expand Down

0 comments on commit ad3bcd1

Please sign in to comment.