| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- /*! Element Plus v2.13.6 */
- //#region ../../packages/locale/lang/cs.ts
- var cs_default = {
- name: "cs",
- el: {
- breadcrumb: { label: "Breadcrumb" },
- colorpicker: {
- confirm: "OK",
- clear: "Vymazat",
- defaultLabel: "color picker",
- description: "current color is {color}. press enter to select a new color.",
- alphaLabel: "pick alpha value",
- alphaDescription: "alpha {alpha}, current color is {color}",
- hueLabel: "pick hue value",
- hueDescription: "hue {hue}, current color is {color}",
- svLabel: "pick saturation and brightness value",
- svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
- predefineDescription: "select {value} as the color"
- },
- datepicker: {
- now: "Teď",
- today: "Dnes",
- cancel: "Zrušit",
- clear: "Vymazat",
- confirm: "OK",
- dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
- monthTablePrompt: "Use the arrow keys and enter to select the month",
- yearTablePrompt: "Use the arrow keys and enter to select the year",
- selectedDate: "Selected date",
- 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",
- 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"
- },
- weeksFull: {
- sun: "Sunday",
- mon: "Monday",
- tue: "Tuesday",
- wed: "Wednesday",
- thu: "Thursday",
- fri: "Friday",
- sat: "Saturday"
- },
- 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"
- },
- day: "Den",
- month: "Měsíc"
- },
- inputNumber: {
- decrease: "decrease number",
- increase: "increase number"
- },
- select: {
- loading: "Načítání",
- noMatch: "Žádná shoda",
- noData: "Žádná data",
- placeholder: "Vybrat"
- },
- mention: { loading: "Načítání" },
- dropdown: { toggleDropdown: "Toggle Dropdown" },
- 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",
- prev: "Go to previous page",
- next: "Go to next page",
- currentPage: "page {pager}",
- prevPages: "Previous {pager} pages",
- nextPages: "Next {pager} pages",
- deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
- },
- dialog: { close: "Close this dialog" },
- drawer: { close: "Close this dialog" },
- messagebox: {
- title: "Zpráva",
- confirm: "OK",
- cancel: "Zrušit",
- error: "Neplatný vstup",
- close: "Close this dialog"
- },
- upload: {
- deleteTip: "Stisknout pro smazání",
- delete: "Vymazat",
- preview: "Náhled",
- continue: "Pokračovat"
- },
- slider: {
- defaultLabel: "slider between {min} and {max}",
- defaultRangeStartLabel: "pick start value",
- defaultRangeEndLabel: "pick end value"
- },
- table: {
- emptyText: "Žádná data",
- confirmFilter: "Potvrdit",
- resetFilter: "Resetovat",
- clearFilter: "Vše",
- sumText: "Celkem",
- selectAllLabel: "Select all rows",
- selectRowLabel: "Select this row",
- expandRowLabel: "Expand this row",
- collapseRowLabel: "Collapse this row",
- sortLabel: "Sort by {column}",
- filterLabel: "Filter by {column}"
- },
- tag: { close: "Close this tag" },
- tour: {
- next: "Next",
- previous: "Previous",
- finish: "Finish",
- close: "Close this dialog"
- },
- 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" },
- pageHeader: { title: "Back" },
- popconfirm: {
- confirmButtonText: "Yes",
- cancelButtonText: "No"
- },
- carousel: {
- leftArrow: "Carousel arrow left",
- rightArrow: "Carousel arrow right",
- indicator: "Carousel switch to index {index}"
- }
- }
- };
- //#endregion
- export { cs_default as default };
|