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

[l10n] Improve German (de-DE) locale #3271

Merged
merged 1 commit into from
Nov 24, 2021
Merged
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
16 changes: 8 additions & 8 deletions packages/grid/_modules_/grid/locales/deDE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const deDEGrid: Partial<GridLocaleText> = {
toolbarExport: 'Exportieren',
toolbarExportLabel: 'Exportieren',
toolbarExportCSV: 'Download als CSV',
// toolbarExportPrint: 'Print',
toolbarExportPrint: 'Drucken',

// Columns panel text
columnsPanelTextFieldLabel: 'Finde Spalte',
Expand All @@ -51,7 +51,7 @@ const deDEGrid: Partial<GridLocaleText> = {
filterPanelInputPlaceholder: 'Wert filtern',

// Filter operators text
filterOperatorContains: 'beinhaltet',
filterOperatorContains: 'enthält',
filterOperatorEquals: 'ist gleich',
filterOperatorStartsWith: 'beginnt mit',
filterOperatorEndsWith: 'endet mit',
Expand All @@ -65,9 +65,9 @@ const deDEGrid: Partial<GridLocaleText> = {
filterOperatorIsNotEmpty: 'ist nicht leer',

// Filter values text
// filterValueAny: 'any',
// filterValueTrue: 'true',
// filterValueFalse: 'false',
filterValueAny: 'Beliebig',
filterValueTrue: 'Ja',
filterValueFalse: 'Nein',

// Column menu text
columnMenuLabel: 'Menü',
Expand Down Expand Up @@ -98,11 +98,11 @@ const deDEGrid: Partial<GridLocaleText> = {
`${visibleCount.toLocaleString()} von ${totalCount.toLocaleString()}`,

// Checkbox selection text
// checkboxSelectionHeaderName: 'Checkbox selection',
checkboxSelectionHeaderName: 'Checkbox Auswahl',

// Boolean cell text
// booleanCellTrueLabel: 'true',
// booleanCellFalseLabel: 'false',
booleanCellTrueLabel: 'Ja',
booleanCellFalseLabel: 'Nein',

// Actions cell more text
actionsCellMore: 'Mehr',
Expand Down