UNPKG

element-plus

Version:

A Component Library for Vue 3

191 lines (188 loc) 5.27 kB
/*! Element Plus v2.13.6 */ (function(global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define([], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, (global.ElementPlusLocaleSk = factory())); })(this, function() { //#region ../../packages/locale/lang/sk.ts var sk_default = { name: "sk", el: { breadcrumb: { label: "Breadcrumb" }, colorpicker: { confirm: "OK", clear: "Zmazať", 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: "Teraz", today: "Dnes", cancel: "Zrušiť", clear: "Zmazať", 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: "Vybrať dátum", selectTime: "Vybrať čas", startDate: "Dátum začiatku", startTime: "Čas začiatku", endDate: "Dátum konca", endTime: "Čas konca", prevYear: "Predošlý rok", nextYear: "Ďalší rok", prevMonth: "Predošlý mesiac", nextMonth: "Ďalší mesiac", year: "Rok", month1: "Január", month2: "Február", month3: "Marec", month4: "Apríl", month5: "Máj", month6: "Jún", month7: "Júl", month8: "August", month9: "September", month10: "Október", month11: "November", month12: "December", weeks: { sun: "Ne", mon: "Po", tue: "Ut", wed: "St", thu: "Št", fri: "Pi", sat: "So" }, weeksFull: { sun: "Sunday", mon: "Monday", tue: "Tuesday", wed: "Wednesday", thu: "Thursday", fri: "Friday", sat: "Saturday" }, months: { jan: "Jan", feb: "Feb", mar: "Mar", apr: "Apr", may: "Máj", jun: "Jún", jul: "Júl", aug: "Aug", sep: "Sep", oct: "Okt", nov: "Nov", dec: "Dec" }, day: "Deň", month: "Mesiac" }, inputNumber: { decrease: "decrease number", increase: "increase number" }, select: { loading: "Načítavanie", noMatch: "Žiadna zhoda", noData: "Žiadne dáta", placeholder: "Vybrať" }, mention: { loading: "Načítavanie" }, dropdown: { toggleDropdown: "Toggle Dropdown" }, cascader: { noMatch: "Žiadna zhoda", loading: "Načítavanie", placeholder: "Vybrať", noData: "Žiadne dáta" }, pagination: { goto: "Choď na", pagesize: "na stranu", total: "Všetko {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: "Správa", confirm: "OK", cancel: "Zrušiť", error: "Neplatný vstup", close: "Close this dialog" }, upload: { deleteTip: "pre odstránenie stisni klávesu Delete", delete: "Vymazať", preview: "Prehliadať", continue: "Pokračovať" }, slider: { defaultLabel: "slider between {min} and {max}", defaultRangeStartLabel: "pick start value", defaultRangeEndLabel: "pick end value" }, table: { emptyText: "Žiadne dáta", confirmFilter: "Potvrdiť", resetFilter: "Zresetovať", clearFilter: "Všetko", sumText: "Spolu", 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: "Žiadne dáta" }, transfer: { noMatch: "Žiadna zhoda", noData: "Žiadne dáta", titles: ["Zoznam 1", "Zoznam 2"], filterPlaceholder: "Filtrovať podľa", noCheckedFormat: "{total} položiek", hasCheckedFormat: "{checked}/{total} označených" }, 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 return sk_default; });