From 0e047d3fa65d695cf5aefdbd7df7cca53beeedf3 Mon Sep 17 00:00:00 2001 From: Marcin Niedbalec <62507500+belkocik@users.noreply.github.com> Date: Sat, 2 Nov 2024 00:25:35 +0100 Subject: [PATCH] [I10n][DataGrid] Improve Polish (pl-PL) locale (#15227) --- docs/data/data-grid/localization/data.json | 2 +- packages/x-data-grid/src/locales/plPL.ts | 48 +++++++++++----------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/docs/data/data-grid/localization/data.json b/docs/data/data-grid/localization/data.json index 40b3eef90a271..fc9f1657230c3 100644 --- a/docs/data/data-grid/localization/data.json +++ b/docs/data/data-grid/localization/data.json @@ -187,7 +187,7 @@ "languageTag": "pl-PL", "importName": "plPL", "localeName": "Polish", - "missingKeysCount": 35, + "missingKeysCount": 11, "totalKeysCount": 122, "githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/plPL.ts" }, diff --git a/packages/x-data-grid/src/locales/plPL.ts b/packages/x-data-grid/src/locales/plPL.ts index 07ea181044eaf..af001de706173 100644 --- a/packages/x-data-grid/src/locales/plPL.ts +++ b/packages/x-data-grid/src/locales/plPL.ts @@ -38,10 +38,10 @@ const plPLGrid: Partial = { toolbarExportExcel: 'Pobierz jako plik Excel', // Columns management text - // columnsManagementSearchTitle: 'Search', - // columnsManagementNoColumns: 'No columns', - // columnsManagementShowHideAllText: 'Show/Hide All', - // columnsManagementReset: 'Reset', + columnsManagementSearchTitle: 'Szukaj', + columnsManagementNoColumns: 'Brak kolumn', + columnsManagementShowHideAllText: 'Wyświetl/Ukryj wszystkie', + columnsManagementReset: 'Resetuj', // Filter panel text filterPanelAddFilter: 'Dodaj filtr', @@ -57,9 +57,9 @@ const plPLGrid: Partial = { // Filter operators text filterOperatorContains: 'zawiera', - // filterOperatorDoesNotContain: 'does not contain', + filterOperatorDoesNotContain: 'nie zawiera', filterOperatorEquals: 'równa się', - // filterOperatorDoesNotEqual: 'does not equal', + filterOperatorDoesNotEqual: 'nie równa się', filterOperatorStartsWith: 'zaczyna się od', filterOperatorEndsWith: 'kończy się na', filterOperatorIs: 'równa się', @@ -80,26 +80,26 @@ const plPLGrid: Partial = { // Header filter operators text headerFilterOperatorContains: 'Zawiera', - // headerFilterOperatorDoesNotContain: 'Does not contain', + headerFilterOperatorDoesNotContain: 'Nie zawiera', headerFilterOperatorEquals: 'Równa się', - // headerFilterOperatorDoesNotEqual: 'Does not equal', + headerFilterOperatorDoesNotEqual: 'Nie równa się', headerFilterOperatorStartsWith: 'Zaczyna się od', headerFilterOperatorEndsWith: 'Kończy się na', - // headerFilterOperatorIs: 'Is', + headerFilterOperatorIs: 'Jest', headerFilterOperatorNot: 'Niepuste', - // headerFilterOperatorAfter: 'Is after', - // headerFilterOperatorOnOrAfter: 'Is on or after', - // headerFilterOperatorBefore: 'Is before', - // headerFilterOperatorOnOrBefore: 'Is on or before', - // headerFilterOperatorIsEmpty: 'Is empty', - // headerFilterOperatorIsNotEmpty: 'Is not empty', - // headerFilterOperatorIsAnyOf: 'Is any of', - // 'headerFilterOperator=': 'Equals', - // 'headerFilterOperator!=': 'Not equals', - // 'headerFilterOperator>': 'Greater than', - // 'headerFilterOperator>=': 'Greater than or equal to', - // 'headerFilterOperator<': 'Less than', - // 'headerFilterOperator<=': 'Less than or equal to', + headerFilterOperatorAfter: 'Jest po', + headerFilterOperatorOnOrAfter: 'Jest w lub po', + headerFilterOperatorBefore: 'Jest przed', + headerFilterOperatorOnOrBefore: 'Jest w lub przed', + headerFilterOperatorIsEmpty: 'Jest pusty', + headerFilterOperatorIsNotEmpty: 'Nie jest pusty', + headerFilterOperatorIsAnyOf: 'Is any of', + 'headerFilterOperator=': 'Równa się', + 'headerFilterOperator!=': 'Nie równa się', + 'headerFilterOperator>': 'Większy niż', + 'headerFilterOperator>=': 'Większy lub równy', + 'headerFilterOperator<': 'Mniejszy niż', + 'headerFilterOperator<=': 'Mniejszy lub równe', // Filter values text filterValueAny: 'dowolny', @@ -161,7 +161,7 @@ const plPLGrid: Partial = { unGroupColumn: (name) => `Rozgrupuj ${name}`, // Master/detail - // detailPanelToggle: 'Detail panel toggle', + detailPanelToggle: 'Szczegóły', expandDetailPanel: 'Rozwiń', collapseDetailPanel: 'Zwiń', @@ -169,7 +169,7 @@ const plPLGrid: Partial = { rowReorderingHeaderName: 'Porządkowanie wierszy', // Aggregation - // aggregationMenuItemHeader: 'Aggregation', + aggregationMenuItemHeader: 'Agregacja', // aggregationFunctionLabelSum: 'sum', // aggregationFunctionLabelAvg: 'avg', // aggregationFunctionLabelMin: 'min',