Skip to content

Commit 6aad226

Browse files
authored
[l10n] Improve Persian (fa-IR) locale (#12994)
Signed-off-by: Amir Salehi <30601329+amiryxe@users.noreply.github.com>
1 parent 0c231d4 commit 6aad226

File tree

1 file changed

+4
-4
lines changed
  • packages/x-data-grid/src/locales

1 file changed

+4
-4
lines changed

packages/x-data-grid/src/locales/faIR.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { getGridLocalization, Localization } from '../utils/getGridLocalization'
55
const faIRGrid: Partial<GridLocaleText> = {
66
// Root
77
noRowsLabel: 'بدون سطر',
8-
noResultsOverlayLabel: 'نتیجه ای پیدا نشد.',
8+
noResultsOverlayLabel: 'نتیجهای پیدا نشد.',
99

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

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

122122
// Rows selected footer text
123123
footerRowSelected: (count) =>

0 commit comments

Comments
 (0)