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.
44 lines
1020 B
44 lines
1020 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ść', |
|
emptyText: 'Brak danych', |
|
selectAll: 'Zaznacz bieżącą stronę', |
|
selectInvert: 'Odwróć zaznaczenie' |
|
}, |
|
Modal : { |
|
okText: 'OK', |
|
cancelText: 'Anuluj', |
|
justOkText: 'OK' |
|
}, |
|
Popconfirm : { |
|
okText: 'OK', |
|
cancelText: 'Anuluj' |
|
}, |
|
Transfer : { |
|
notFoundContent: 'Nie znaleziono', |
|
searchPlaceholder: 'Szukaj', |
|
itemUnit: 'obiekt', |
|
itemsUnit: 'obiekty' |
|
}, |
|
Select : { |
|
notFoundContent: 'Nie znaleziono' |
|
}, |
|
Upload : { |
|
uploading: 'Wysyłanie...', |
|
removeFile: 'Usuń plik', |
|
uploadError: 'Błąd wysyłania', |
|
previewFile: 'Podejrzyj plik' |
|
} |
|
};
|
|
|