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.
ant-design-vue/components/locale-provider/sk_SK.js

45 lines
1021 B

import Pagination from '../vc-pagination/locale/sk_SK'
import DatePicker from '../date-picker/locale/sk_SK'
import TimePicker from '../time-picker/locale/sk_SK'
import Calendar from '../calendar/locale/sk_SK'
7 years ago
export default {
locale: 'sk',
7 years ago
Pagination,
DatePicker,
TimePicker,
Calendar,
Table: {
7 years ago
filterTitle: 'Filter',
filterConfirm: 'OK',
filterReset: 'Obnoviť',
emptyText: 'Žiadne dáta',
selectAll: 'Vybrať všetko',
selectInvert: 'Vybrať opačné',
7 years ago
},
Modal: {
7 years ago
okText: 'OK',
cancelText: 'Zrušiť',
justOkText: 'OK',
7 years ago
},
Popconfirm: {
7 years ago
okText: 'OK',
cancelText: 'Zrušiť',
7 years ago
},
Transfer: {
7 years ago
notFoundContent: 'Nenájdené',
searchPlaceholder: 'Vyhľadávanie',
itemUnit: 'položka',
itemsUnit: 'položiek',
7 years ago
},
Select: {
notFoundContent: 'Nenájdené',
7 years ago
},
Upload: {
7 years ago
uploading: 'Nahrávanie...',
removeFile: 'Odstrániť súbor',
uploadError: 'Chyba pri nahrávaní',
previewFile: 'Zobraziť súbor',
},
}