diff --git a/packages/x-data-grid/src/locales/plPL.ts b/packages/x-data-grid/src/locales/plPL.ts index cc5de7359d39a..36181e914ab03 100644 --- a/packages/x-data-grid/src/locales/plPL.ts +++ b/packages/x-data-grid/src/locales/plPL.ts @@ -31,15 +31,16 @@ const plPLGrid: Partial = { toolbarQuickFilterDeleteIconLabel: 'Wyczyść', // Prompt toolbar field - // toolbarPromptControlPlaceholder: 'Type a prompt…', - // toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…', - // toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…', - // toolbarPromptControlLabel: 'Prompt input', - // toolbarPromptControlRecordButtonDefaultLabel: 'Record', - // toolbarPromptControlRecordButtonActiveLabel: 'Stop recording', - // toolbarPromptControlSendActionLabel: 'Send', - // toolbarPromptControlSendActionAriaLabel: 'Send prompt', - // toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.', + toolbarPromptControlPlaceholder: 'Wpisz polecenie...', + toolbarPromptControlWithRecordingPlaceholder: 'Wpisz lub nagraj polecenie...', + toolbarPromptControlRecordingPlaceholder: 'Nasłuchiwanie polecenia...', + toolbarPromptControlLabel: 'Wprowadź polecenie', + toolbarPromptControlRecordButtonDefaultLabel: 'Nagrywaj', + toolbarPromptControlRecordButtonActiveLabel: 'Zatrzymaj nagrywanie', + toolbarPromptControlSendActionLabel: 'Wyślij', + toolbarPromptControlSendActionAriaLabel: 'Wyślij polecenie', + toolbarPromptControlErrorMessage: + 'Wystąpił błąd podczas przetwarzania żądania. Spróbuj ponownie z innym poleceniem.', // Export selector toolbar button text toolbarExport: 'Eksportuj', @@ -53,7 +54,7 @@ const plPLGrid: Partial = { columnsManagementNoColumns: 'Brak kolumn', columnsManagementShowHideAllText: 'Wyświetl/Ukryj wszystkie', columnsManagementReset: 'Resetuj', - // columnsManagementDeleteIconLabel: 'Clear', + columnsManagementDeleteIconLabel: 'Wyczyść', // Filter panel text filterPanelAddFilter: 'Dodaj filtr', @@ -83,12 +84,12 @@ const plPLGrid: Partial = { filterOperatorIsEmpty: 'jest pusty', filterOperatorIsNotEmpty: 'nie jest pusty', filterOperatorIsAnyOf: 'jest jednym z', - // 'filterOperator=': '=', - // 'filterOperator!=': '!=', - // 'filterOperator>': '>', - // 'filterOperator>=': '>=', - // 'filterOperator<': '<', - // 'filterOperator<=': '<=', + 'filterOperator=': 'równa się', + 'filterOperator!=': 'nie równa się', + 'filterOperator>': 'większy niż', + 'filterOperator>=': 'większy lub równy', + 'filterOperator<': 'mniejszy niż', + 'filterOperator<=': 'mniejszy lub równy', // Header filter operators text headerFilterOperatorContains: 'Zawiera', @@ -111,7 +112,7 @@ const plPLGrid: Partial = { 'headerFilterOperator>': 'Większy niż', 'headerFilterOperator>=': 'Większy lub równy', 'headerFilterOperator<': 'Mniejszy niż', - 'headerFilterOperator<=': 'Mniejszy lub równe', + 'headerFilterOperator<=': 'Mniejszy lub równy', // Filter values text filterValueAny: 'dowolny', @@ -182,11 +183,11 @@ const plPLGrid: Partial = { // Aggregation aggregationMenuItemHeader: 'Agregacja', - // aggregationFunctionLabelSum: 'sum', - // aggregationFunctionLabelAvg: 'avg', - // aggregationFunctionLabelMin: 'min', - // aggregationFunctionLabelMax: 'max', - // aggregationFunctionLabelSize: 'size', + aggregationFunctionLabelSum: 'suma', + aggregationFunctionLabelAvg: 'średnia', + aggregationFunctionLabelMin: 'minimum', + aggregationFunctionLabelMax: 'maximum', + aggregationFunctionLabelSize: 'rozmiar', }; export const plPL: Localization = getGridLocalization(plPLGrid, plPLCore);