Skip to content

Commit

Permalink
chore: Add translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Oct 12, 2023
1 parent e1c652a commit 3b0865c
Show file tree
Hide file tree
Showing 7 changed files with 451 additions and 41 deletions.
2 changes: 1 addition & 1 deletion app/browser/dataset-browse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ const NavSection = ({
color="inherit"
onClick={open}
>
Show all
<Trans id="show.all">Show all</Trans>
</Button>
)}
</Box>
Expand Down
91 changes: 91 additions & 0 deletions app/locales/de/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ msgstr ""
msgid "Add filter"
msgstr "Filter hinzufügen"

#: app/configurator/components/chart-options-selector.tsx
msgid "Axis orientation"
msgstr "Achsenausrichtung"

#: app/configurator/components/chart-configurator.tsx
msgid "Drag filters to reorganize"
msgstr "Ziehen Sie die Filter per Drag & Drop, um sie neu zu organisieren"
Expand Down Expand Up @@ -239,6 +243,18 @@ msgstr "Balken"
msgid "controls.chart.type.column"
msgstr "Säulen"

#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.comboLineColumn"
msgstr "Column-line"

#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.comboLineDual"
msgstr "Dual-axis line"

#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.comboLineSingle"
msgstr "Multi-line"

#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.line"
msgstr "Linien"
Expand Down Expand Up @@ -481,6 +497,7 @@ msgstr "Zurück zur Übersicht"
msgid "controls.nav.back-to-preview"
msgstr "Zurück zur Vorschau"

#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/field.tsx
#: app/configurator/components/field.tsx
msgid "controls.none"
Expand Down Expand Up @@ -735,6 +752,7 @@ msgstr "Filter anwenden"
msgid "controls.size"
msgstr "Grösse"

#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/table/table-chart-sorting-options.tsx
msgid "controls.sorting.addDimension"
msgstr "Dimension hinzufügen"
Expand Down Expand Up @@ -1068,6 +1086,66 @@ msgstr "Filter ausblenden"
msgid "interactive.data.filters.show"
msgstr "Filter anzeigen"

#: app/login/components/profile-tables.tsx
msgid "login.chart.copy"
msgstr "Kopieren"

#: app/login/components/profile-tables.tsx
msgid "login.chart.delete"
msgstr "Löschen"

#: app/login/components/profile-tables.tsx
msgid "login.chart.delete.confirmation"
msgstr "Sind Sie sicher, dass Sie diese Grafik löschen wollen?"

#: app/login/components/profile-tables.tsx
msgid "login.chart.edit"
msgstr "Bearbeiten"

#: app/login/components/profile-tables.tsx
msgid "login.chart.share"
msgstr "Teilen"

#: app/login/components/profile-tables.tsx
msgid "login.create-chart"
msgstr "erstellen Sie einen"

#: app/login/components/profile-tables.tsx
msgid "login.no-charts"
msgstr "Noch keine Charts"

#: app/login/components/profile-tables.tsx
msgid "login.profile.chart.confirmation.default"
msgstr "Sind Sie sicher, dass Sie diese Aktion durchführen wollen?"

#: app/login/components/profile-tables.tsx
msgid "login.profile.chart.delete.warning"
msgstr "Denken Sie daran, dass das Entfernen dieser Visualisierung sich auf alle Stellen auswirkt, an denen sie möglicherweise bereits eingebettet ist!"

#: app/login/components/profile-tables.tsx
msgid "login.profile.my-visualizations"
msgstr "Meine Visualisierungen"

#: app/login/components/profile-tables.tsx
msgid "login.profile.my-visualizations.chart-actions"
msgstr "Aktionen"

#: app/login/components/profile-tables.tsx
msgid "login.profile.my-visualizations.chart-name"
msgstr "Name"

#: app/login/components/profile-tables.tsx
msgid "login.profile.my-visualizations.chart-published-date"
msgstr "Veröffentlicht"

#: app/login/components/profile-tables.tsx
msgid "login.profile.my-visualizations.chart-type"
msgstr "Typ"

#: app/login/components/profile-tables.tsx
msgid "login.profile.my-visualizations.dataset-name"
msgstr "Datensatz"

#: app/components/header.tsx
#: app/components/header.tsx
msgid "logo.swiss.confederation"
Expand All @@ -1093,6 +1171,10 @@ msgstr "Zur Diagrammansicht wechseln"
msgid "metadata.switch.table"
msgstr "Zur Tabellenansicht wechseln"

#: app/login/components/profile-tables.tsx
msgid "no"
msgstr "Nein"

#: app/components/publish-actions.tsx
msgid "publication.embed.AEM"
msgstr "Einbett-Code für AEM «Externe Applikation»"
Expand Down Expand Up @@ -1162,6 +1244,11 @@ msgstr "Suche"
msgid "select.controls.metadata.search"
msgstr "Springen zu..."

#: app/browser/dataset-browse.tsx
#: app/login/components/profile-tables.tsx
msgid "show.all"
msgstr "Alle anzeigen"

#: app/configurator/components/chart-controls/drag-and-drop-tab.tsx
msgid "table.column.no"
msgstr "Spalte {0}"
Expand All @@ -1171,3 +1258,7 @@ msgstr "Spalte {0}"
#: app/components/chart-footnotes.tsx
msgid "typography.colon"
msgstr ": "

#: app/login/components/profile-tables.tsx
msgid "yes"
msgstr "Ja"
91 changes: 91 additions & 0 deletions app/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ msgstr ""
msgid "Add filter"
msgstr "Add filter"

#: app/configurator/components/chart-options-selector.tsx
msgid "Axis orientation"
msgstr "Axis orientation"

#: app/configurator/components/chart-configurator.tsx
msgid "Drag filters to reorganize"
msgstr "Drag filters to reorganize"
Expand Down Expand Up @@ -239,6 +243,18 @@ msgstr "Bars"
msgid "controls.chart.type.column"
msgstr "Columns"

#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.comboLineColumn"
msgstr "Column-line"

#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.comboLineDual"
msgstr "Dual-axis line"

#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.comboLineSingle"
msgstr "Multi-line"

#: app/configurator/components/field-i18n.ts
msgid "controls.chart.type.line"
msgstr "Lines"
Expand Down Expand Up @@ -481,6 +497,7 @@ msgstr "Back to main"
msgid "controls.nav.back-to-preview"
msgstr "Back to preview"

#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/components/field.tsx
#: app/configurator/components/field.tsx
msgid "controls.none"
Expand Down Expand Up @@ -735,6 +752,7 @@ msgstr "Apply filters"
msgid "controls.size"
msgstr "Size"

#: app/configurator/components/chart-options-selector.tsx
#: app/configurator/table/table-chart-sorting-options.tsx
msgid "controls.sorting.addDimension"
msgstr "Add dimension"
Expand Down Expand Up @@ -1068,6 +1086,66 @@ msgstr "Hide Filters"
msgid "interactive.data.filters.show"
msgstr "Show Filters"

#: app/login/components/profile-tables.tsx
msgid "login.chart.copy"
msgstr "Copy"

#: app/login/components/profile-tables.tsx
msgid "login.chart.delete"
msgstr "Delete"

#: app/login/components/profile-tables.tsx
msgid "login.chart.delete.confirmation"
msgstr "Are you sure you want to delete this chart?"

#: app/login/components/profile-tables.tsx
msgid "login.chart.edit"
msgstr "Edit"

#: app/login/components/profile-tables.tsx
msgid "login.chart.share"
msgstr "Share"

#: app/login/components/profile-tables.tsx
msgid "login.create-chart"
msgstr "create one"

#: app/login/components/profile-tables.tsx
msgid "login.no-charts"
msgstr "No charts yet"

#: app/login/components/profile-tables.tsx
msgid "login.profile.chart.confirmation.default"
msgstr "Are you sure you want to perform this action?"

#: app/login/components/profile-tables.tsx
msgid "login.profile.chart.delete.warning"
msgstr "Keep in mind that removing this visualization will affect all the places where it might be already embedded!"

#: app/login/components/profile-tables.tsx
msgid "login.profile.my-visualizations"
msgstr "My visualizations"

#: app/login/components/profile-tables.tsx
msgid "login.profile.my-visualizations.chart-actions"
msgstr "Actions"

#: app/login/components/profile-tables.tsx
msgid "login.profile.my-visualizations.chart-name"
msgstr "Name"

#: app/login/components/profile-tables.tsx
msgid "login.profile.my-visualizations.chart-published-date"
msgstr "Published"

#: app/login/components/profile-tables.tsx
msgid "login.profile.my-visualizations.chart-type"
msgstr "Type"

#: app/login/components/profile-tables.tsx
msgid "login.profile.my-visualizations.dataset-name"
msgstr "Dataset"

#: app/components/header.tsx
#: app/components/header.tsx
msgid "logo.swiss.confederation"
Expand All @@ -1093,6 +1171,10 @@ msgstr "Switch to chart view"
msgid "metadata.switch.table"
msgstr "Switch to table view"

#: app/login/components/profile-tables.tsx
msgid "no"
msgstr "No"

#: app/components/publish-actions.tsx
msgid "publication.embed.AEM"
msgstr "Embed Code for AEM \"External Application\""
Expand Down Expand Up @@ -1162,6 +1244,11 @@ msgstr "Search"
msgid "select.controls.metadata.search"
msgstr "Jump to..."

#: app/browser/dataset-browse.tsx
#: app/login/components/profile-tables.tsx
msgid "show.all"
msgstr "Show all"

#: app/configurator/components/chart-controls/drag-and-drop-tab.tsx
msgid "table.column.no"
msgstr "Column {0}"
Expand All @@ -1171,3 +1258,7 @@ msgstr "Column {0}"
#: app/components/chart-footnotes.tsx
msgid "typography.colon"
msgstr ": "

#: app/login/components/profile-tables.tsx
msgid "yes"
msgstr "Yes"
Loading

0 comments on commit 3b0865c

Please sign in to comment.