Skip to content

Commit

Permalink
Update faIR.ts
Browse files Browse the repository at this point in the history
fix some spaces and change some words

Signed-off-by: Amir Salehi <30601329+amiryxe@users.noreply.github.com>
  • Loading branch information
amiryxe authored May 4, 2024
1 parent 7fe71c7 commit fa9d1d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/x-data-grid/src/locales/faIR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { getGridLocalization, Localization } from '../utils/getGridLocalization'
const faIRGrid: Partial<GridLocaleText> = {
// Root
noRowsLabel: 'بدون سطر',
noResultsOverlayLabel: 'نتیجه ای پیدا نشد.',
noResultsOverlayLabel: 'نتیجهای پیدا نشد.',

// Density selector toolbar button text
toolbarDensity: 'تراکم',
Expand Down Expand Up @@ -110,14 +110,14 @@ const faIRGrid: Partial<GridLocaleText> = {
columnMenuFilter: 'فیلتر',
columnMenuHideColumn: 'مخفی',
columnMenuUnsort: 'نامرتب‌کردن',
columnMenuSortAsc: 'مرتب‌کردن صعودی',
columnMenuSortDesc: 'مرتب‌کردن نزولی',
columnMenuSortAsc: 'مرتب‌سازی صعودی',
columnMenuSortDesc: 'مرتب‌سازی نزولی',

// Column header text
columnHeaderFiltersTooltipActive: (count) =>
count !== 1 ? `${count} فیلتر‌های فعال` : `${count} فیلتر فعال`,
columnHeaderFiltersLabel: 'نمایش فیلترها',
columnHeaderSortIconLabel: 'مرتب‌کردن',
columnHeaderSortIconLabel: 'مرتب‌سازی',

// Rows selected footer text
footerRowSelected: (count) =>
Expand Down

0 comments on commit fa9d1d4

Please sign in to comment.