Skip to content

[l10n] Improve Urdu (ur-PK) locale (#16081) (@AxharKhan) #16295

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

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
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
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 @@ -267,7 +267,7 @@
"languageTag": "ur-PK",
"importName": "urPK",
"localeName": "Urdu (Pakistan)",
"missingKeysCount": 19,
"missingKeysCount": 10,
"totalKeysCount": 133,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/urPK.ts"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/x-data-grid/src/locales/urPK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ const urPKGrid: Partial<GridLocaleText> = {
toolbarExportExcel: 'ایکسل کے طور پر ڈاوٴنلوڈ کریں',

// Columns management text
// columnsManagementSearchTitle: 'Search',
// columnsManagementNoColumns: 'No columns',
// columnsManagementShowHideAllText: 'Show/Hide All',
// columnsManagementReset: 'Reset',
// columnsManagementDeleteIconLabel: 'Clear',
columnsManagementSearchTitle: 'تلاش',
columnsManagementNoColumns: 'کوئی کالم نہیں',
columnsManagementShowHideAllText: 'تمام دکھائیں/چھپائیں',
columnsManagementReset: 'ریسیٹ',
columnsManagementDeleteIconLabel: 'کلئیر',

// Filter panel text
filterPanelAddFilter: 'نیا فلٹر',
Expand All @@ -70,9 +70,9 @@ const urPKGrid: 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 urPKGrid: Partial<GridLocaleText> = {

// Header filter operators text
headerFilterOperatorContains: 'شامل ہے',
// headerFilterOperatorDoesNotContain: 'Does not contain',
headerFilterOperatorDoesNotContain: 'موجود نہیں ہے',
headerFilterOperatorEquals: 'برابر ہے',
// headerFilterOperatorDoesNotEqual: 'Does not equal',
headerFilterOperatorDoesNotEqual: 'برابر نہیں ہے',
headerFilterOperatorStartsWith: 'شروع ہوتا ہے',
headerFilterOperatorEndsWith: 'ختم ہوتا ہے',
headerFilterOperatorIs: 'ہے',
Expand Down
Loading