UNPKG

element-plus

Version:

A Component Library for Vue 3

254 lines (250 loc) 6.74 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var ca = { name: "ca", el: { breadcrumb: { label: "Breadcrumb" // to be translated }, colorpicker: { confirm: "Confirmar", clear: "Netejar", 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: "Ara", today: "Avui", cancel: "Cancel\xB7lar", clear: "Netejar", confirm: "Confirmar", 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: "Seleccionar data", selectTime: "Seleccionar hora", startDate: "Data Inici", startTime: "Hora Inici", endDate: "Data Final", endTime: "Hora Final", prevYear: "Any anterior", nextYear: "Pr\xF2xim Any", prevMonth: "Mes anterior", nextMonth: "Pr\xF2xim Mes", year: "", month1: "Gener", month2: "Febrer", month3: "Mar\xE7", month4: "Abril", month5: "Maig", month6: "Juny", month7: "Juliol", month8: "Agost", month9: "Setembre", month10: "Octubre", month11: "Novembre", month12: "Desembre", weeks: { sun: "Dg", mon: "Dl", tue: "Dt", wed: "Dc", thu: "Dj", fri: "Dv", sat: "Ds" }, 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: "Gen", feb: "Febr", mar: "Mar\xE7", apr: "Abr", may: "Maig", jun: "Juny", jul: "Jul", aug: "Ag", sep: "Set", oct: "Oct", nov: "Nov", dec: "Des" } }, inputNumber: { decrease: "decrease number", // to be translated increase: "increase number" // to be translated }, select: { loading: "Carregant", noMatch: "No hi ha dades que coincideixin", noData: "Sense Dades", placeholder: "Seleccionar" }, mention: { loading: "Carregant" }, dropdown: { toggleDropdown: "Toggle Dropdown" // to be translated }, cascader: { noMatch: "No hi ha dades que coincideixin", loading: "Carregant", placeholder: "Seleccionar", noData: "Sense Dades" }, pagination: { goto: "Anar a", pagesize: "/p\xE0gina", total: "Total {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: "Message", // to be translated confirm: "Acceptar", cancel: "Cancel\xB7lar", error: "Entrada inv\xE0lida", close: "Close this dialog" // to be translated }, upload: { deleteTip: "premi eliminar per descartar", delete: "Eliminar", preview: "Vista Pr\xE8via", continue: "Continuar" }, 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: "Sense Dades", confirmFilter: "Confirmar", resetFilter: "Netejar", clearFilter: "Tot", sumText: "Tot", 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: "Sense Dades" }, transfer: { noMatch: "No hi ha dades que coincideixin", noData: "Sense Dades", titles: ["Llista 1", "Llista 2"], filterPlaceholder: "Introdueix la paraula clau", noCheckedFormat: "{total} \xEDtems", hasCheckedFormat: "{checked}/{total} seleccionats" }, image: { error: "HA FALLAT" }, pageHeader: { title: "Tornar" }, popconfirm: { confirmButtonText: "S\xED", cancelButtonText: "No" }, carousel: { leftArrow: "Carousel arrow left", // to be translated rightArrow: "Carousel arrow right", // to be translated indicator: "Carousel switch to index {index}" // to be translated } } }; exports.default = ca; //# sourceMappingURL=ca.js.map