Skip to content

Commit

Permalink
[l10n] Improve Persian (fa-IR) locale (mui#12994)
Browse files Browse the repository at this point in the history
Signed-off-by: Amir Salehi <[email protected]>
  • Loading branch information
amiryxe authored and thomasmoon committed Sep 6, 2024
1 parent ba54225 commit 99bfb0f
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 99bfb0f

Please sign in to comment.