Skip to content

Commit

Permalink
chore: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Nov 26, 2024
1 parent 9465641 commit 6ca6024
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/configurator/components/layout-configurator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ const LayoutBlocksConfigurator = () => {
return layout.type === "dashboard" && layout.layout === "canvas" ? (
<ControlSection role="tablist" aria-labelledby="controls-blocks" collapse>
<SubsectionTitle titleId="controls-blocks" gutterBottom={false}>
<Trans id="controls.section.block-options">Text elements</Trans>
<Trans id="controls.section.block-options">Objects</Trans>
</SubsectionTitle>
<ControlSectionContent px="small" gap="none">
<Box sx={{ mb: 4 }}>
Expand Down
2 changes: 1 addition & 1 deletion app/locales/de/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ msgstr "Abgestuft"

#: app/configurator/components/layout-configurator.tsx
msgid "controls.section.block-options"
msgstr "Textelemente"
msgstr "Objekte"

#: app/configurator/components/layout-configurator.tsx
msgid "controls.section.block-options.text-block-add"
Expand Down
2 changes: 1 addition & 1 deletion app/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ msgstr "Stepped"

#: app/configurator/components/layout-configurator.tsx
msgid "controls.section.block-options"
msgstr "Text elements"
msgstr "Objects"

#: app/configurator/components/layout-configurator.tsx
msgid "controls.section.block-options.text-block-add"
Expand Down
2 changes: 1 addition & 1 deletion app/locales/fr/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ msgstr "En escalier"

#: app/configurator/components/layout-configurator.tsx
msgid "controls.section.block-options"
msgstr "Éléments de texte"
msgstr "Objets"

#: app/configurator/components/layout-configurator.tsx
msgid "controls.section.block-options.text-block-add"
Expand Down
2 changes: 1 addition & 1 deletion app/locales/it/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ msgstr "A gradini"

#: app/configurator/components/layout-configurator.tsx
msgid "controls.section.block-options"
msgstr "Elementi di testo"
msgstr "Oggetti"

#: app/configurator/components/layout-configurator.tsx
msgid "controls.section.block-options.text-block-add"
Expand Down

0 comments on commit 6ca6024

Please sign in to comment.