vuecssuiant-designantdreactantantd-vueenterprisefrontendui-designvue-antdvue-antd-uivue3vuecomponent
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
981 B
43 lines
981 B
import Pagination from '../vc-pagination/locale/pl_PL'; |
|
import DatePicker from '../date-picker/locale/pl_PL'; |
|
import TimePicker from '../time-picker/locale/pl_PL'; |
|
import Calendar from '../calendar/locale/pl_PL'; |
|
|
|
export default { |
|
locale: 'pl', |
|
Pagination, |
|
DatePicker, |
|
TimePicker, |
|
Calendar, |
|
Table: { |
|
filterTitle: 'Menu filtra', |
|
filterConfirm: 'OK', |
|
filterReset: 'Wyczyść', |
|
selectAll: 'Zaznacz bieżącą stronę', |
|
selectInvert: 'Odwróć zaznaczenie', |
|
}, |
|
Modal: { |
|
okText: 'OK', |
|
cancelText: 'Anuluj', |
|
justOkText: 'OK', |
|
}, |
|
Popconfirm: { |
|
okText: 'OK', |
|
cancelText: 'Anuluj', |
|
}, |
|
Transfer: { |
|
searchPlaceholder: 'Szukaj', |
|
itemUnit: 'obiekt', |
|
itemsUnit: 'obiekty', |
|
}, |
|
Upload: { |
|
uploading: 'Wysyłanie...', |
|
removeFile: 'Usuń plik', |
|
uploadError: 'Błąd wysyłania', |
|
previewFile: 'Podejrzyj plik', |
|
downloadFile: 'Pobieranie pliku', |
|
}, |
|
Empty: { |
|
description: 'Brak danych', |
|
}, |
|
};
|
|
|