Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update translations #1339

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading