Skip to content

Commit 189fe8e

Browse files
LukasTysofortdagmbhcherniavskii
authored
[l10n] Improve Polish (pl-PL) locale (#17336) (#17396)
Signed-off-by: sofortdagmbh <[email protected]> Co-authored-by: sofortdagmbh <[email protected]> Co-authored-by: Andrew Cherniavskii <[email protected]>
1 parent 5f23eb0 commit 189fe8e

File tree

2 files changed

+3
-3
lines changed
  • docs/data/data-grid/localization
  • packages/x-data-grid/src/locales

2 files changed

+3
-3
lines changed

docs/data/data-grid/localization/data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
"languageTag": "pl-PL",
196196
"importName": "plPL",
197197
"localeName": "Polish",
198-
"missingKeysCount": 58,
198+
"missingKeysCount": 57,
199199
"totalKeysCount": 191,
200200
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/plPL.ts"
201201
},

packages/x-data-grid/src/locales/plPL.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const plPLGrid: Partial<GridLocaleText> = {
102102
headerFilterOperatorOnOrBefore: 'Jest w lub przed',
103103
headerFilterOperatorIsEmpty: 'Jest pusty',
104104
headerFilterOperatorIsNotEmpty: 'Nie jest pusty',
105-
headerFilterOperatorIsAnyOf: 'Is any of',
105+
headerFilterOperatorIsAnyOf: 'Jest jednym z',
106106
'headerFilterOperator=': 'Równa się',
107107
'headerFilterOperator!=': 'Nie równa się',
108108
'headerFilterOperator>': 'Większy niż',
@@ -118,7 +118,7 @@ const plPLGrid: Partial<GridLocaleText> = {
118118

119119
// Column menu text
120120
columnMenuLabel: 'Menu',
121-
// columnMenuAriaLabel: (columnName: string) => `${columnName} column menu`,
121+
columnMenuAriaLabel: (columnName: string) => `Menu kolumny: ${columnName}`,
122122
columnMenuShowColumns: 'Pokaż wszystkie kolumny',
123123
columnMenuManageColumns: 'Zarządzaj kolumnami',
124124
columnMenuFilter: 'Filtr',

0 commit comments

Comments
 (0)