Skip to content

Commit

Permalink
comment english
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Jan 31, 2022
1 parent 54ec402 commit 9ca975e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/grid/_modules_/grid/locales/daDK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const daDKGrid: Partial<GridLocaleText> = {
errorOverlayDefaultLabel: 'Der skete en fejl.',

// Density selector toolbar button text
toolbarDensity: 'Density',
// toolbarDensity: 'Density',
toolbarDensityLabel: 'Tæthed',
toolbarDensityCompact: 'Kompakt',
toolbarDensityStandard: 'Standard',
Expand All @@ -20,15 +20,15 @@ const daDKGrid: Partial<GridLocaleText> = {
toolbarColumnsLabel: 'Vælg kolonne',

// Filters toolbar button text
toolbarFilters: 'Filtre',
// toolbarFilters: 'Filters',
toolbarFiltersLabel: 'Vis filtre',
toolbarFiltersTooltipHide: 'Skjul filtre',
toolbarFiltersTooltipShow: 'Vis filtre',
toolbarFiltersTooltipActive: (count) =>
count !== 1 ? `${count} aktive filtre` : `${count} aktivt filter`,

// Export selector toolbar button text
toolbarExport: 'Export',
// toolbarExport: 'Export',
toolbarExportLabel: 'Eksporter',
toolbarExportCSV: 'Download som CSV',
// toolbarExportPrint: 'Print',
Expand All @@ -44,8 +44,8 @@ const daDKGrid: Partial<GridLocaleText> = {
filterPanelAddFilter: 'Tilføj filter',
filterPanelDeleteIconLabel: 'Slet',
filterPanelOperators: 'Operatorer',
filterPanelOperatorAnd: 'And',
filterPanelOperatorOr: 'Or',
// filterPanelOperatorAnd: 'And',
// filterPanelOperatorOr: 'Or',
filterPanelColumns: 'Kolonne',
filterPanelInputLabel: 'Værdi',
filterPanelInputPlaceholder: 'Filter værdi',
Expand All @@ -66,14 +66,14 @@ const daDKGrid: Partial<GridLocaleText> = {
// filterOperatorIsAnyOf: 'is any of',

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

// Column menu text
columnMenuLabel: 'Menu',
// columnMenuLabel: 'Menu',
columnMenuShowColumns: 'Vis Kolonner',
columnMenuFilter: 'Filter',
// columnMenuFilter: 'Filter',
columnMenuHideColumn: 'Skjul',
columnMenuUnsort: 'Fjern sortering',
columnMenuSortAsc: 'Sorter stigende',
Expand Down Expand Up @@ -102,8 +102,8 @@ const daDKGrid: Partial<GridLocaleText> = {
checkboxSelectionHeaderName: 'Afkrydsningsvalg',

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

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

0 comments on commit 9ca975e

Please sign in to comment.