Skip to content

Commit

Permalink
chore: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Feb 14, 2024
1 parent ed71c79 commit cccc81b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
4 changes: 3 additions & 1 deletion app/configurator/components/configurator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,9 @@ const LayoutingStep = () => {
sx={{ fontWeight: "normal", color: "secondary.active" }}
>
<Trans id="controls.layout.singleURLs.publish">
Select the charts to publish separately.
Select the charts to publish separately. After proceeding to
publish, the selected charts will be opened in individual
tabs.
</Trans>
</Typography>
) : (
Expand Down
2 changes: 1 addition & 1 deletion app/configurator/components/field-i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const fieldLabels = {
}),
"controls.layout.singleURLs": defineMessage({
id: "controls.layout.singleURLs",
message: "Single URLs",
message: "Separate URLs",
}),
"controls.layout.tall": defineMessage({
id: "controls.layout.tall",
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 @@ -541,11 +541,11 @@ msgstr "Dashboard"

#: app/configurator/components/field-i18n.ts
msgid "controls.layout.singleURLs"
msgstr "Einzelne URLs"
msgstr "Separate URLs"

#: app/configurator/components/configurator.tsx
msgid "controls.layout.singleURLs.publish"
msgstr "Wählen Sie die separat zu veröffentlichenden Diagramme aus."
msgstr "Wählen Sie die Diagramme aus, die separat veröffentlicht werden sollen. Nach der Veröffentlichung werden die ausgewählten Diagramme in einzelnen Registerkarten geöffnet."

#: app/configurator/components/field-i18n.ts
msgid "controls.layout.tab"
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 @@ -541,11 +541,11 @@ msgstr "Dashboard"

#: app/configurator/components/field-i18n.ts
msgid "controls.layout.singleURLs"
msgstr "Single URLs"
msgstr "Separate URLs"

#: app/configurator/components/configurator.tsx
msgid "controls.layout.singleURLs.publish"
msgstr "Select the charts to publish separately."
msgstr "Select the charts to publish separately. After proceeding to publish, the selected charts will be opened in individual tabs."

#: app/configurator/components/field-i18n.ts
msgid "controls.layout.tab"
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 @@ -541,11 +541,11 @@ msgstr "Dashboard"

#: app/configurator/components/field-i18n.ts
msgid "controls.layout.singleURLs"
msgstr "URL uniques"
msgstr "URL distincts"

#: app/configurator/components/configurator.tsx
msgid "controls.layout.singleURLs.publish"
msgstr "Sélectionner les graphiques à publier séparément."
msgstr "Sélectionnez les graphiques à publier séparément. Après avoir procédé à la publication, les graphiques sélectionnés seront ouverts dans des onglets individuels."

#: app/configurator/components/field-i18n.ts
msgid "controls.layout.tab"
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 @@ -541,11 +541,11 @@ msgstr "Dashboard"

#: app/configurator/components/field-i18n.ts
msgid "controls.layout.singleURLs"
msgstr "URL singolo"
msgstr "URL separati"

#: app/configurator/components/configurator.tsx
msgid "controls.layout.singleURLs.publish"
msgstr "Selezionare i grafici da pubblicare separatamente."
msgstr "Selezionare i grafici da pubblicare separatamente. Dopo aver proceduto alla pubblicazione, i grafici selezionati verranno aperti in schede individuali."

#: app/configurator/components/field-i18n.ts
msgid "controls.layout.tab"
Expand Down

0 comments on commit cccc81b

Please sign in to comment.