Skip to content

Commit

Permalink
chore: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Dec 11, 2024
1 parent d055b45 commit d67f22a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/configurator/components/layout-configurator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,8 @@ const LayoutBlocksConfigurator = () => {
))}
</Box>
<AddButton onClick={handleAddTextBlock}>
<Trans id="controls.section.block-options.text-block-add">
Add text
<Trans id="controls.section.block-options.block-add">
Add object
</Trans>
</AddButton>
</ControlSectionContent>
Expand Down
4 changes: 2 additions & 2 deletions app/locales/de/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -817,8 +817,8 @@ msgid "controls.section.block-options"
msgstr "Objekte"

#: app/configurator/components/layout-configurator.tsx
msgid "controls.section.block-options.text-block-add"
msgstr "Text hinzufügen"
msgid "controls.section.block-options.block-add"
msgstr "Objekt hinzufügen"

#: app/configurator/components/chart-configurator.tsx
msgid "controls.section.chart.options"
Expand Down
4 changes: 2 additions & 2 deletions app/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -817,8 +817,8 @@ msgid "controls.section.block-options"
msgstr "Objects"

#: app/configurator/components/layout-configurator.tsx
msgid "controls.section.block-options.text-block-add"
msgstr "Add text"
msgid "controls.section.block-options.block-add"
msgstr "Add object"

#: app/configurator/components/chart-configurator.tsx
msgid "controls.section.chart.options"
Expand Down
4 changes: 2 additions & 2 deletions app/locales/fr/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -817,8 +817,8 @@ msgid "controls.section.block-options"
msgstr "Objets"

#: app/configurator/components/layout-configurator.tsx
msgid "controls.section.block-options.text-block-add"
msgstr "Ajouter du texte"
msgid "controls.section.block-options.block-add"
msgstr "Ajouter un objet"

#: app/configurator/components/chart-configurator.tsx
msgid "controls.section.chart.options"
Expand Down
4 changes: 2 additions & 2 deletions app/locales/it/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -817,8 +817,8 @@ msgid "controls.section.block-options"
msgstr "Oggetti"

#: app/configurator/components/layout-configurator.tsx
msgid "controls.section.block-options.text-block-add"
msgstr "Aggiungi testo"
msgid "controls.section.block-options.block-add"
msgstr "Aggiungi oggetto"

#: app/configurator/components/chart-configurator.tsx
msgid "controls.section.chart.options"
Expand Down

0 comments on commit d67f22a

Please sign in to comment.