UNPKG

element-plus

Version:

A Component Library for Vue 3

263 lines (258 loc) 7.57 kB
/*! Element Plus v2.13.2 */ (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.ElementPlusLocaleSl = factory()); })(this, (function () { 'use strict'; var sl = { name: "sl", el: { breadcrumb: { label: "Breadcrumb" // to be translated }, colorpicker: { confirm: "V redu", clear: "Po\u010Disti", defaultLabel: "color picker", // to be translated description: "current color is {color}. press enter to select a new color.", // to be translated alphaLabel: "pick alpha value", // to be translated alphaDescription: "alpha {alpha}, current color is {color}", // to be translated hueLabel: "pick hue value", // to be translated hueDescription: "hue {hue}, current color is {color}", // to be translated svLabel: "pick saturation and brightness value", // to be translated svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}", // to be translated predefineDescription: "select {value} as the color" // to be translated }, datepicker: { now: "Zdaj", today: "Danes", cancel: "Prekli\u010Di", clear: "Po\u010Disti", confirm: "Potrdi", dateTablePrompt: "Use the arrow keys and enter to select the day of the month", // to be translated monthTablePrompt: "Use the arrow keys and enter to select the month", // to be translated yearTablePrompt: "Use the arrow keys and enter to select the year", // to be translated selectedDate: "Selected date", // to be translated selectDate: "Izberi datum", selectTime: "Izberi \u010Das", startDate: "Za\u010Detni datum", startTime: "Za\u010Detni \u010Das", endDate: "Kon\u010Dni datum", endTime: "Kon\u010Dni \u010Das", prevYear: "Prej\u0161nje leto", nextYear: "Naslednje leto", prevMonth: "Prej\u0161nji mesec", nextMonth: "Naslednji mesec", year: "", month1: "Jan", month2: "Feb", month3: "Mar", month4: "Apr", month5: "Maj", month6: "Jun", month7: "Jul", month8: "Avg", month9: "Sep", month10: "Okt", month11: "Nov", month12: "Dec", weeks: { sun: "Ned", mon: "Pon", tue: "Tor", wed: "Sre", thu: "\u010Cet", fri: "Pet", sat: "Sob" }, weeksFull: { sun: "Sunday", // to be translated mon: "Monday", // to be translated tue: "Tuesday", // to be translated wed: "Wednesday", // to be translated thu: "Thursday", // to be translated fri: "Friday", // to be translated sat: "Saturday" // to be translated }, months: { jan: "Jan", feb: "Feb", mar: "Mar", apr: "Apr", may: "Maj", jun: "Jun", jul: "Jul", aug: "Avg", sep: "Sep", oct: "Okt", nov: "Nov", dec: "Dec" } }, inputNumber: { decrease: "decrease number", // to be translated increase: "increase number" // to be translated }, select: { loading: "Nalaganje", noMatch: "Ni ustreznih podatkov", noData: "Ni podatkov", placeholder: "Izberi" }, mention: { loading: "Nalaganje" }, dropdown: { toggleDropdown: "Toggle Dropdown" // to be translated }, cascader: { noMatch: "Ni ustreznih podatkov", loading: "Nalaganje", placeholder: "Izberi", noData: "Ni podatkov" }, pagination: { goto: "Pojdi na", pagesize: "/stran", total: "Skupno {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 deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details" // to be translated }, dialog: { close: "Close this dialog" // to be translated }, drawer: { close: "Close this dialog" // to be translated }, messagebox: { title: "Sporo\u010Dilo", confirm: "V redu", cancel: "Prekli\u010Di", error: "Nedovoljen vnos", close: "Close this dialog" // to be translated }, upload: { deleteTip: "press delete to remove", // to be translated delete: "Izbri\u0161i", preview: "Predogled", continue: "Nadaljuj" }, slider: { defaultLabel: "slider between {min} and {max}", // to be translated defaultRangeStartLabel: "pick start value", // to be translated defaultRangeEndLabel: "pick end value" // to be translated }, table: { emptyText: "Ni podatkov", confirmFilter: "Potrdi", resetFilter: "Ponastavi", clearFilter: "Vse", sumText: "Skupno", selectAllLabel: "Select all rows", // to be translated selectRowLabel: "Select this row", // to be translated expandRowLabel: "Expand this row", // to be translated collapseRowLabel: "Collapse this row", // to be translated sortLabel: "Sort by {column}", // to be translated filterLabel: "Filter by {column}" // to be translated }, tag: { close: "Close this tag" // to be translated }, tour: { next: "Next", // to be translated previous: "Previous", // to be translated finish: "Finish", // to be translated close: "Close this dialog" // to be translated }, tree: { emptyText: "Ni podatkov" }, transfer: { noMatch: "Ni ustreznih podatkov", noData: "Ni podatkov", titles: ["Seznam 1", "Seznam 2"], filterPlaceholder: "Vnesi klju\u010Dno besedo", noCheckedFormat: "{total} elementov", hasCheckedFormat: "{checked}/{total} izbranih" }, image: { error: "FAILED" // to be translated }, pageHeader: { title: "Back" // to be translated }, popconfirm: { confirmButtonText: "Yes", // to be translated cancelButtonText: "No" // to be translated }, carousel: { leftArrow: "Carousel arrow left", // to be translated rightArrow: "Carousel arrow right", // to be translated indicator: "Carousel switch to index {index}" // to be translated } } }; return sl; }));