Skip to content

Commit

Permalink
[l10n] Improve Hungarian (hu-HU) locale (@noherczeg) (#16746)
Browse files Browse the repository at this point in the history
Co-authored-by: Norbert Csaba Herczeg <[email protected]>
Co-authored-by: Armin Mehinovic <[email protected]>
  • Loading branch information
3 people authored Feb 27, 2025
1 parent c16e363 commit 4473846
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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 @@ -131,7 +131,7 @@
"languageTag": "hu-HU",
"importName": "huHU",
"localeName": "Hungarian",
"missingKeysCount": 7,
"missingKeysCount": 0,
"totalKeysCount": 123,
"githubLink": "https://github.com/mui/mui-x/blob/v7.x/packages/x-data-grid/src/locales/huHU.ts"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/x-data-grid/src/locales/huHU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const huHUGrid: Partial<GridLocaleText> = {
columnsManagementNoColumns: 'Nincsenek oszlopok',
columnsManagementShowHideAllText: 'Összes',
columnsManagementReset: 'Visszavon',
// columnsManagementDeleteIconLabel: 'Clear',
columnsManagementDeleteIconLabel: 'Törlés',

// Filter panel text
filterPanelAddFilter: 'Szűrő hozzáadása',
Expand All @@ -58,9 +58,9 @@ const huHUGrid: Partial<GridLocaleText> = {

// Filter operators text
filterOperatorContains: 'tartalmazza:',
// filterOperatorDoesNotContain: 'does not contain',
filterOperatorDoesNotContain: 'nem tartalmazza',
filterOperatorEquals: 'egyenlő ezzel:',
// filterOperatorDoesNotEqual: 'does not equal',
filterOperatorDoesNotEqual: 'nem egyenlő',
filterOperatorStartsWith: 'ezzel kezdődik:',
filterOperatorEndsWith: 'ezzel végződik:',
filterOperatorIs: 'a következő:',
Expand All @@ -81,13 +81,13 @@ const huHUGrid: Partial<GridLocaleText> = {

// Header filter operators text
headerFilterOperatorContains: 'Tartalmazza:',
// headerFilterOperatorDoesNotContain: 'Does not contain',
headerFilterOperatorDoesNotContain: 'Nem tartalmazza',
headerFilterOperatorEquals: 'Egyenlő ezzel:',
// headerFilterOperatorDoesNotEqual: 'Does not equal',
headerFilterOperatorDoesNotEqual: 'Nem egyenlő',
headerFilterOperatorStartsWith: 'Ezzel kezdődik:',
headerFilterOperatorEndsWith: 'Ezzel végződik:',
// headerFilterOperatorIs: 'Is',
// headerFilterOperatorNot: 'Is not',
headerFilterOperatorIs: 'Megegyezik',
headerFilterOperatorNot: 'Nem egyezik meg',
headerFilterOperatorAfter: 'Ezutáni:',
headerFilterOperatorOnOrAfter: 'Ekkori vagy ezutáni:',
headerFilterOperatorBefore: 'Ezelőtti:',
Expand Down

0 comments on commit 4473846

Please sign in to comment.