@@ -30,7 +30,7 @@ const plPLGrid: Partial<GridLocaleText> = {
3030 toolbarExport : 'Eksportuj' ,
3131 toolbarExportLabel : 'Eksportuj' ,
3232 toolbarExportCSV : 'Pobierz jako plik CSV' ,
33- // toolbarExportPrint: 'Print ',
33+ toolbarExportPrint : 'Drukuj ' ,
3434
3535 // Columns panel text
3636 columnsPanelTextFieldLabel : 'Znajdź kolumnę' ,
@@ -42,7 +42,7 @@ const plPLGrid: Partial<GridLocaleText> = {
4242 // Filter panel text
4343 filterPanelAddFilter : 'Dodaj filtr' ,
4444 filterPanelDeleteIconLabel : 'Usuń' ,
45- // filterPanelLinkOperator: 'Logic operator ',
45+ filterPanelLinkOperator : 'Operator logiczny ' ,
4646 filterPanelOperators : 'Operator' ,
4747
4848 // TODO v6: rename to filterPanelOperator
@@ -65,12 +65,12 @@ const plPLGrid: Partial<GridLocaleText> = {
6565 filterOperatorOnOrBefore : 'mniejsze lub równe' ,
6666 filterOperatorIsEmpty : 'jest pusty' ,
6767 filterOperatorIsNotEmpty : 'nie jest pusty' ,
68- // filterOperatorIsAnyOf: 'is any of ',
68+ filterOperatorIsAnyOf : 'jest jednym z ' ,
6969
7070 // Filter values text
71- // filterValueAny: 'any ',
72- // filterValueTrue: 'true ',
73- // filterValueFalse: 'false ',
71+ filterValueAny : 'dowolny ' ,
72+ filterValueTrue : 'prawda ' ,
73+ filterValueFalse : 'fałsz ' ,
7474
7575 // Column menu text
7676 columnMenuLabel : 'Menu' ,
@@ -97,37 +97,37 @@ const plPLGrid: Partial<GridLocaleText> = {
9797 `${ visibleCount . toLocaleString ( ) } z ${ totalCount . toLocaleString ( ) } ` ,
9898
9999 // Checkbox selection text
100- // checkboxSelectionHeaderName: 'Checkbox selection ',
101- // checkboxSelectionSelectAllRows: 'Select all rows ',
102- // checkboxSelectionUnselectAllRows: 'Unselect all rows ',
103- // checkboxSelectionSelectRow: 'Select row ',
104- // checkboxSelectionUnselectRow: 'Unselect row ',
100+ checkboxSelectionHeaderName : 'Pole wyboru ' ,
101+ checkboxSelectionSelectAllRows : 'Zaznacz wszystkie wiersze ' ,
102+ checkboxSelectionUnselectAllRows : 'Odznacz wszystkie wiersze ' ,
103+ checkboxSelectionSelectRow : 'Zaznacz wiersz ' ,
104+ checkboxSelectionUnselectRow : 'Odznacz wiersz ' ,
105105
106106 // Boolean cell text
107- // booleanCellTrueLabel: 'yes ',
108- // booleanCellFalseLabel: 'no ',
107+ booleanCellTrueLabel : 'tak ' ,
108+ booleanCellFalseLabel : 'nie ' ,
109109
110110 // Actions cell more text
111111 actionsCellMore : 'więcej' ,
112112
113113 // Column pinning text
114- // pinToLeft: 'Pin to left ',
115- // pinToRight: 'Pin to right ',
116- // unpin: 'Unpin ',
114+ pinToLeft : 'Przypnij do lewej ' ,
115+ pinToRight : 'Przypnij do prawej ' ,
116+ unpin : 'Odepnij ' ,
117117
118118 // Tree Data
119- // treeDataGroupingHeaderName: 'Group ',
120- // treeDataExpand: 'see children ',
121- // treeDataCollapse: 'hide children ',
119+ treeDataGroupingHeaderName : 'Grupa ' ,
120+ treeDataExpand : 'pokaż elementy potomne ' ,
121+ treeDataCollapse : 'ukryj elementy potomne ' ,
122122
123123 // Grouping columns
124- // groupingColumnHeaderName: 'Group ',
125- // groupColumn: name => `Group by ${name}`,
126- // unGroupColumn: name => `Stop grouping by ${name}`,
124+ groupingColumnHeaderName : 'Grupa ' ,
125+ groupColumn : ( name ) => `Grupuj według ${ name } ` ,
126+ unGroupColumn : ( name ) => `Rozgrupuj ${ name } ` ,
127127
128128 // Master/detail
129- // expandDetailPanel: 'Expand ',
130- // collapseDetailPanel: 'Collapse ',
129+ expandDetailPanel : 'Rozwiń ' ,
130+ collapseDetailPanel : 'Zwiń ' ,
131131} ;
132132
133133export const plPL : Localization = getGridLocalization ( plPLGrid , plPLCore ) ;
0 commit comments