Skip to content

Commit

Permalink
[l10n] Improve Bulgarian (bg-BG) locale (#14451)
Browse files Browse the repository at this point in the history
  • Loading branch information
GMchris authored Oct 1, 2024
1 parent df8ee29 commit a4eaf65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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 @@ -19,7 +19,7 @@
"languageTag": "bg-BG",
"importName": "bgBG",
"localeName": "Bulgarian",
"missingKeysCount": 8,
"missingKeysCount": 0,
"totalKeysCount": 122,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/bgBG.ts"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/x-data-grid/src/locales/bgBG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ const bgBGGrid: Partial<GridLocaleText> = {
toolbarExportExcel: 'Изтегли като Excel',

// Columns management text
// columnsManagementSearchTitle: 'Search',
// columnsManagementNoColumns: 'No columns',
// columnsManagementShowHideAllText: 'Show/Hide All',
// columnsManagementReset: 'Reset',
columnsManagementSearchTitle: 'Търсене',
columnsManagementNoColumns: 'Няма колони',
columnsManagementShowHideAllText: 'Покажи/Скрий Всичко',
columnsManagementReset: 'Нулирай',

// Filter panel text
filterPanelAddFilter: 'Добави Филтър',
Expand All @@ -57,9 +57,9 @@ const bgBGGrid: Partial<GridLocaleText> = {

// Filter operators text
filterOperatorContains: 'съдържа',
// filterOperatorDoesNotContain: 'does not contain',
filterOperatorDoesNotContain: 'не съдържа',
filterOperatorEquals: 'равно',
// filterOperatorDoesNotEqual: 'does not equal',
filterOperatorDoesNotEqual: 'не е равно',
filterOperatorStartsWith: 'започва с',
filterOperatorEndsWith: 'завършва с',
filterOperatorIs: 'е',
Expand All @@ -80,9 +80,9 @@ const bgBGGrid: Partial<GridLocaleText> = {

// Header filter operators text
headerFilterOperatorContains: 'Съдържа',
// headerFilterOperatorDoesNotContain: 'Does not contain',
headerFilterOperatorDoesNotContain: 'Не съдържа',
headerFilterOperatorEquals: 'Равнo',
// headerFilterOperatorDoesNotEqual: 'Does not equal',
headerFilterOperatorDoesNotEqual: 'Не е равно',
headerFilterOperatorStartsWith: 'Започва с',
headerFilterOperatorEndsWith: 'Завършва с',
headerFilterOperatorIs: 'Равно е на',
Expand Down

0 comments on commit a4eaf65

Please sign in to comment.