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 Persian (fa-IR) locale #12994

Merged
merged 1 commit into from
May 26, 2024
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
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: 'مرتب‌سازی نزولی',
MBilalShafi marked this conversation as resolved.
Show resolved Hide resolved

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

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