UNPKG

tu-view-plus

Version:
143 lines (142 loc) 3.25 kB
const e = { name: "cs", tu: { colorpicker: { confirm: "OK", clear: "Vymazat" }, datepicker: { now: "Teď", today: "Dnes", cancel: "Zrušit", clear: "Vymazat", confirm: "OK", selectDate: "Vybrat datum", selectTime: "Vybrat čas", startDate: "Datum začátku", startTime: "Čas začátku", endDate: "Datum konce", endTime: "Čas konce", prevYear: "Předchozí rok", nextYear: "Příští rok", prevMonth: "Předchozí měsíc", nextMonth: "Příští měsíc", day: "Den", week: "Týden", month: "Měsíc", year: "Rok", month1: "Leden", month2: "Únor", month3: "Březen", month4: "Duben", month5: "Květen", month6: "Červen", month7: "Červenec", month8: "Srpen", month9: "Září", month10: "Říjen", month11: "Listopad", month12: "Prosinec", weeks: { sun: "Ne", mon: "Po", tue: "Út", wed: "St", thu: "Čt", fri: "Pá", sat: "So" }, months: { jan: "Led", feb: "Úno", mar: "Bře", apr: "Dub", may: "Kvě", jun: "Čer", jul: "Čvc", aug: "Srp", sep: "Zář", oct: "Říj", nov: "Lis", dec: "Pro" } }, select: { loading: "Načítání", noMatch: "Žádná shoda", noData: "Žádná data", placeholder: "Vybrat" }, cascader: { noMatch: "Žádná shoda", loading: "Načítání", placeholder: "Vybrat", noData: "Žádná data" }, pagination: { goto: "Jít na", pagesize: "na stranu", total: "Celkem {total}", pageClassifier: "", page: "Page", // to be translated prev: "Go to previous page", // to be translated next: "Go to next page", // to be translated currentPage: "page {pager}", // to be translated prevPages: "Previous {pager} pages", // to be translated nextPages: "Next {pager} pages" // to be translated }, messagebox: { title: "Zpráva", confirm: "OK", cancel: "Zrušit", error: "Neplatný vstup" }, upload: { deleteTip: "Stisknout pro smazání", delete: "Vymazat", preview: "Náhled", continue: "Pokračovat" }, table: { emptyText: "Žádná data", confirmFilter: "Potvrdit", resetFilter: "Resetovat", clearFilter: "Vše", sumText: "Celkem" }, tree: { emptyText: "Žádná data" }, transfer: { noMatch: "Žádná shoda", noData: "Žádná data", titles: ["Seznam 1", "Seznam 2"], filterPlaceholder: "Klíčové slovo", noCheckedFormat: "{total} položek", hasCheckedFormat: "{checked}/{total} vybráno" }, image: { error: "FAILED" // to be translated }, pageHeader: { title: "Back" // to be translated }, popconfirm: { confirmButtonText: "Yes", // to be translated cancelButtonText: "No" // to be translated } } }; export { e as default };