Skip to content

Commit

Permalink
chore: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Sep 10, 2024
1 parent 763f68e commit 48a3cfa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
5 changes: 4 additions & 1 deletion app/configurator/components/field-i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ const fieldLabels = {
id: "controls.description",
message: "Description",
}),
"controls.label": defineMessage({ id: "controls.label", message: "Label" }),
"controls.label": defineMessage({
id: "controls.label",
message: "Tab label",
}),
"controls.column.stacked": defineMessage({
id: "controls.column.stacked",
message: "Stacked",
Expand Down
9 changes: 4 additions & 5 deletions app/locales/de/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ msgstr "Fügen Sie ein Diagramm basierend auf demselben Datensatz hinzu"

#: app/components/chart-selection-tabs.tsx
msgid "chart-selection-tabs.no-label"
msgstr "Ohne Titel"
msgstr ""

#: app/configurator/components/dataset-control-section.tsx
msgid "chart.datasets.add"
Expand Down Expand Up @@ -301,7 +301,6 @@ msgstr "Animation"
msgid "controls.annotator.add-description-warning"
msgstr "Fügen Sie eine Beschreibung hinzu"

#: app/configurator/components/annotators.tsx
#: app/configurator/components/annotators.tsx
msgid "controls.annotator.add-tab-label-warning"
msgstr "Please add a tab label"
Expand Down Expand Up @@ -1375,7 +1374,7 @@ msgstr "Löschen"

#: app/login/components/profile-tables.tsx
msgid "login.chart.delete-draft.confirmation"
msgstr ""
msgstr "Möchten Sie diesen Entwurf wirklich löschen?"

#: app/login/components/profile-tables.tsx
msgid "login.chart.delete.confirmation"
Expand Down Expand Up @@ -1416,7 +1415,7 @@ msgstr "Sind Sie sicher, dass Sie diese Aktion durchführen wollen?"

#: app/login/components/profile-tables.tsx
msgid "login.profile.chart.delete-draft.warning"
msgstr ""
msgstr "Diese Aktion kann nicht rückgängig gemacht werden."

#: app/login/components/profile-tables.tsx
msgid "login.profile.chart.delete.warning"
Expand All @@ -1430,7 +1429,7 @@ msgstr "Übersicht"
#: app/login/components/profile-content-tabs.tsx
#: app/login/components/profile-content-tabs.tsx
msgid "login.profile.my-drafts"
msgstr "Meine Entwürfe"
msgstr "Entwürfe"

#: app/login/components/profile-content-tabs.tsx
#: app/login/components/profile-content-tabs.tsx
Expand Down
5 changes: 2 additions & 3 deletions app/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ msgstr "Animation"
msgid "controls.annotator.add-description-warning"
msgstr "Please add a description"

#: app/configurator/components/annotators.tsx
#: app/configurator/components/annotators.tsx
msgid "controls.annotator.add-tab-label-warning"
msgstr "Please add a tab label"
Expand Down Expand Up @@ -601,7 +600,7 @@ msgstr "Zeros"

#: app/configurator/components/field-i18n.ts
msgid "controls.label"
msgstr "Label"
msgstr "Tab label"

#: app/components/rename-dialog.tsx
#: app/configurator/components/field-i18n.ts
Expand Down Expand Up @@ -1430,7 +1429,7 @@ msgstr "Home"
#: app/login/components/profile-content-tabs.tsx
#: app/login/components/profile-content-tabs.tsx
msgid "login.profile.my-drafts"
msgstr "My drafts"
msgstr "Drafts"

#: app/login/components/profile-content-tabs.tsx
#: app/login/components/profile-content-tabs.tsx
Expand Down
1 change: 0 additions & 1 deletion app/locales/fr/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ msgstr "Animation"
msgid "controls.annotator.add-description-warning"
msgstr "Ajoutez une description au graphique"

#: app/configurator/components/annotators.tsx
#: app/configurator/components/annotators.tsx
msgid "controls.annotator.add-tab-label-warning"
msgstr "Veuillez ajouter une étiquette d'onglet"
Expand Down
3 changes: 1 addition & 2 deletions app/locales/it/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,9 @@ msgstr "Animazione"
msgid "controls.annotator.add-description-warning"
msgstr "Aggiungi una descrizione"

#: app/configurator/components/annotators.tsx
#: app/configurator/components/annotators.tsx
msgid "controls.annotator.add-tab-label-warning"
msgstr "Please add a tab label"
msgstr "Aggiungi un'etichetta di scheda"

#: app/configurator/components/annotators.tsx
#: app/configurator/components/annotators.tsx
Expand Down

0 comments on commit 48a3cfa

Please sign in to comment.