Skip to content

Commit

Permalink
Update csCZ.ts
Browse files Browse the repository at this point in the history
Better localization for czech localization

Signed-off-by: David Zeman <43114872+davidzemancz@users.noreply.github.com>
  • Loading branch information
davidzemancz committed May 11, 2023
1 parent 56ed9ce commit da4f199
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/grid/x-data-grid/src/locales/csCZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const csCZGrid: Partial<GridLocaleText> = {
noResultsOverlayLabel: 'Nenašli se žadné výsledky.',

// Density selector toolbar button text
toolbarDensity: 'Hustota',
toolbarDensityLabel: 'Hustota',
toolbarDensity: 'Zobrazení',
toolbarDensityLabel: 'Zobrazení',
toolbarDensityCompact: 'Kompaktní',
toolbarDensityStandard: 'Standartní',
toolbarDensityComfortable: 'Komfortní',
Expand All @@ -34,8 +34,8 @@ const csCZGrid: Partial<GridLocaleText> = {
},

// Quick filter toolbar field
toolbarQuickFilterPlaceholder: 'Vyhledávat…',
toolbarQuickFilterLabel: 'Vyhledat',
toolbarQuickFilterPlaceholder: 'Hledat…',
toolbarQuickFilterLabel: 'Hledat',
toolbarQuickFilterDeleteIconLabel: 'Vymazat',

// Export selector toolbar button text
Expand Down Expand Up @@ -67,7 +67,7 @@ const csCZGrid: Partial<GridLocaleText> = {
// Filter operators text
filterOperatorContains: 'obsahuje',
filterOperatorEquals: 'rovná se',
filterOperatorStartsWith: 'začíná s',
filterOperatorStartsWith: 'začíná na',
filterOperatorEndsWith: 'končí na',
filterOperatorIs: 'je',
filterOperatorNot: 'není',
Expand Down

0 comments on commit da4f199

Please sign in to comment.