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.
57 lines
1.5 KiB
57 lines
1.5 KiB
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'; |
|
import type { Locale } from '../locale-provider'; |
|
|
|
const localeValues: Locale = { |
|
locale: 'cs', |
|
Pagination, |
|
DatePicker, |
|
TimePicker, |
|
Calendar, |
|
global: { |
|
placeholder: 'Prosím vyber', |
|
}, |
|
Table: { |
|
filterTitle: 'Filtr', |
|
filterConfirm: 'Potvrdit', |
|
filterReset: 'Obnovit', |
|
filterEmptyText: 'Žádné filtry', |
|
selectAll: 'Vybrat všechny řádky na současné stránce', |
|
selectInvert: 'Invertovat výběr na současné stránce', |
|
selectionAll: 'Vybrat všechny řádky', |
|
sortTitle: 'Řadit', |
|
expand: 'Rozbalit řádek', |
|
collapse: 'Zabalit řádek', |
|
triggerDesc: 'Klikni pro sestupné řazení', |
|
triggerAsc: 'Klikni pro vzestupné řazení', |
|
cancelSort: 'Klikni pro zrušení řazení', |
|
}, |
|
Modal: { |
|
okText: 'Ok', |
|
cancelText: 'Storno', |
|
justOkText: 'Ok', |
|
}, |
|
Popconfirm: { |
|
okText: 'Ok', |
|
cancelText: 'Storno', |
|
}, |
|
Transfer: { |
|
searchPlaceholder: 'Vyhledávání', |
|
itemUnit: 'položka', |
|
itemsUnit: 'položek', |
|
}, |
|
Upload: { |
|
uploading: 'Nahrávání...', |
|
removeFile: 'Odstranit soubor', |
|
uploadError: 'Chyba při nahrávání', |
|
previewFile: 'Zobrazit soubor', |
|
downloadFile: 'Stáhnout soubor', |
|
}, |
|
Empty: { |
|
description: 'Žádná data', |
|
}, |
|
}; |
|
|
|
export default localeValues;
|
|
|