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 Original file line number Diff line number Diff line change 195
195
"languageTag" : " pl-PL" ,
196
196
"importName" : " plPL" ,
197
197
"localeName" : " Polish" ,
198
- "missingKeysCount" : 58 ,
198
+ "missingKeysCount" : 57 ,
199
199
"totalKeysCount" : 191 ,
200
200
"githubLink" : " https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/plPL.ts"
201
201
},
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const plPLGrid: Partial<GridLocaleText> = {
102
102
headerFilterOperatorOnOrBefore : 'Jest w lub przed' ,
103
103
headerFilterOperatorIsEmpty : 'Jest pusty' ,
104
104
headerFilterOperatorIsNotEmpty : 'Nie jest pusty' ,
105
- headerFilterOperatorIsAnyOf : 'Is any of ' ,
105
+ headerFilterOperatorIsAnyOf : 'Jest jednym z ' ,
106
106
'headerFilterOperator=' : 'Równa się' ,
107
107
'headerFilterOperator!=' : 'Nie równa się' ,
108
108
'headerFilterOperator>' : 'Większy niż' ,
@@ -118,7 +118,7 @@ const plPLGrid: Partial<GridLocaleText> = {
118
118
119
119
// Column menu text
120
120
columnMenuLabel : 'Menu' ,
121
- // columnMenuAriaLabel: (columnName: string) => `${columnName} column menu `,
121
+ columnMenuAriaLabel : ( columnName : string ) => `Menu kolumny: ${ columnName } ` ,
122
122
columnMenuShowColumns : 'Pokaż wszystkie kolumny' ,
123
123
columnMenuManageColumns : 'Zarządzaj kolumnami' ,
124
124
columnMenuFilter : 'Filtr' ,
You can’t perform that action at this time.
0 commit comments