@@ -5,7 +5,7 @@ import { getGridLocalization, Localization } from '../utils/getGridLocalization'
5
5
const faIRGrid : Partial < GridLocaleText > = {
6
6
// Root
7
7
noRowsLabel : 'بدون سطر' ,
8
- noResultsOverlayLabel : 'نتیجه ای پیدا نشد.' ,
8
+ noResultsOverlayLabel : 'نتیجه ای پیدا نشد.' ,
9
9
10
10
// Density selector toolbar button text
11
11
toolbarDensity : 'تراکم' ,
@@ -110,14 +110,14 @@ const faIRGrid: Partial<GridLocaleText> = {
110
110
columnMenuFilter : 'فیلتر' ,
111
111
columnMenuHideColumn : 'مخفی' ,
112
112
columnMenuUnsort : 'نامرتبکردن' ,
113
- columnMenuSortAsc : 'مرتبکردن صعودی' ,
114
- columnMenuSortDesc : 'مرتبکردن نزولی' ,
113
+ columnMenuSortAsc : 'مرتبسازی صعودی' ,
114
+ columnMenuSortDesc : 'مرتبسازی نزولی' ,
115
115
116
116
// Column header text
117
117
columnHeaderFiltersTooltipActive : ( count ) =>
118
118
count !== 1 ? `${ count } فیلترهای فعال` : `${ count } فیلتر فعال` ,
119
119
columnHeaderFiltersLabel : 'نمایش فیلترها' ,
120
- columnHeaderSortIconLabel : 'مرتبکردن ' ,
120
+ columnHeaderSortIconLabel : 'مرتبسازی ' ,
121
121
122
122
// Rows selected footer text
123
123
footerRowSelected : ( count ) =>
0 commit comments