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/cs_CZ.js

43 lines
946 B

import Pagination from '../vc-pagination/locale/cs_CZ'
import DatePicker from '../date-picker/locale/cs_CZ'
import TimePicker from '../time-picker/locale/cs_CZ'
import Calendar from '../calendar/locale/cs_CZ'
7 years ago
export default {
locale: 'cs',
7 years ago
Pagination,
DatePicker,
TimePicker,
Calendar,
Table: {
7 years ago
filterTitle: 'Filtr',
filterConfirm: 'Potvrdit',
filterReset: 'Obnovit',
emptyText: 'Žádná data',
7 years ago
},
Modal: {
7 years ago
okText: 'Ok',
cancelText: 'Storno',
justOkText: 'Ok',
7 years ago
},
Popconfirm: {
7 years ago
okText: 'Ok',
cancelText: 'Storno',
7 years ago
},
Transfer: {
7 years ago
notFoundContent: 'Nenalezeno',
searchPlaceholder: 'Vyhledávání',
itemUnit: 'položka',
itemsUnit: 'položek',
7 years ago
},
Select: {
notFoundContent: 'Nenalezeno',
7 years ago
},
Upload: {
7 years ago
uploading: 'Nahrávání...',
removeFile: 'Odstranit soubor',
uploadError: 'Chyba při nahrávání',
previewFile: 'Zobrazit soubor',
},
}