Skip to content

Commit

Permalink
[l10n] Improve Persian (fa-IR) locale (@mostafaRoosta74) (#16312)
Browse files Browse the repository at this point in the history
Co-authored-by: Mostafa Roosta <[email protected]>
  • Loading branch information
MBilalShafi and mostafaRoosta74 authored Jan 23, 2025
1 parent 717bffd commit 8afcd2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/data/data-grid/localization/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"languageTag": "fa-IR",
"importName": "faIR",
"localeName": "Persian",
"missingKeysCount": 15,
"missingKeysCount": 10,
"totalKeysCount": 133,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/faIR.ts"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/x-data-grid/src/locales/faIR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const faIRGrid: Partial<GridLocaleText> = {
columnsManagementNoColumns: 'بدون سطر',
columnsManagementShowHideAllText: 'نمایش/مخفی کردن همه',
columnsManagementReset: 'بازنشانی',
// columnsManagementDeleteIconLabel: 'Clear',
columnsManagementDeleteIconLabel: 'پاک کردن',

// Filter panel text
filterPanelAddFilter: 'افزودن فیلتر',
Expand All @@ -70,9 +70,9 @@ const faIRGrid: Partial<GridLocaleText> = {

// Filter operators text
filterOperatorContains: 'شامل',
// filterOperatorDoesNotContain: 'does not contain',
filterOperatorDoesNotContain: 'شامل نمیشود',
filterOperatorEquals: 'مساوی',
// filterOperatorDoesNotEqual: 'does not equal',
filterOperatorDoesNotEqual: 'برابر نیست',
filterOperatorStartsWith: 'شروع با',
filterOperatorEndsWith: 'پایان با',
filterOperatorIs: 'هست',
Expand All @@ -93,9 +93,9 @@ const faIRGrid: Partial<GridLocaleText> = {

// Header filter operators text
headerFilterOperatorContains: 'شامل',
// headerFilterOperatorDoesNotContain: 'Does not contain',
headerFilterOperatorDoesNotContain: 'شامل نمیشود',
headerFilterOperatorEquals: 'مساوی',
// headerFilterOperatorDoesNotEqual: 'Does not equal',
headerFilterOperatorDoesNotEqual: 'برابر نیست',
headerFilterOperatorStartsWith: 'شروع با',
headerFilterOperatorEndsWith: 'پایان با',
headerFilterOperatorIs: 'هست',
Expand Down

0 comments on commit 8afcd2f

Please sign in to comment.