UNPKG

rsuite

Version:

A suite of react components

97 lines (96 loc) 2.03 kB
'use client'; "use strict"; exports.__esModule = true; exports.default = void 0; var _pl = require("date-fns/locale/pl"); const DateTimeFormats = { sunday: 'Ndz', monday: 'Pon', tuesday: 'Wt', wednesday: 'Śr', thursday: 'Czw', friday: 'Pt', saturday: 'Sob', ok: 'OK', today: 'Dzisiaj', yesterday: 'Wczoraj', now: 'Teraz', hours: 'Godziny', minutes: 'Minuty', seconds: 'Sekundy', formattedMonthPattern: 'MMM, yyyy', formattedDayPattern: 'dd MMM, yyyy', shortDateFormat: 'dd.MM.yyyy', shortTimeFormat: 'HH:mm', dateLocale: _pl.pl }; const Combobox = { noResultsText: 'Nie znaleziono', placeholder: 'Wybierz', searchPlaceholder: 'Szukaj', checkAll: 'Wszystkie' }; const CreatableComboBox = { ...Combobox, newItem: 'Nowy item', createOption: 'Stwórz opcję "{0}"' }; var _default = exports.default = { code: 'pl-PL', common: { loading: 'Ładowanie...', emptyMessage: 'Nie znaleziono', remove: 'Usuń', clear: 'Wyczyść' }, Plaintext: { unfilled: 'Nie wypełnione', notSelected: 'Nie wybrane', notUploaded: 'Nie wysłane' }, Pagination: { more: 'Więcej', prev: 'Poprzednie', next: 'Następne', first: 'Pierwsze', last: 'Ostatnie', limit: '{0} / stron', total: 'Wierszy: {0}', skip: 'Omiń{0}' }, DateTimeFormats, Calendar: DateTimeFormats, DatePicker: DateTimeFormats, DateRangePicker: { ...DateTimeFormats, last7Days: 'Ostatnie 7 dni' }, Combobox, InputPicker: CreatableComboBox, TagPicker: CreatableComboBox, Uploader: { inited: 'Początkowy', progress: 'Wysyłanie', error: 'Błąd', complete: 'Ukończone', emptyFile: 'Pusty', upload: 'Wyślij', removeFile: 'Usuń plik' }, CloseButton: { closeLabel: 'Zamknij' }, Breadcrumb: { expandText: 'Pokaż ścieżkę' }, Toggle: { on: 'Otwórz', off: 'Zamknij' }, Dialog: { alert: 'Ostrzeżenie', confirm: 'Potwierdź', ok: 'OK', cancel: 'Anuluj' } };