UNPKG

element-plus

Version:

A Component Library for Vue 3

263 lines (258 loc) 7.53 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.ElementPlusLocaleIt = factory()); })(this, (function () { 'use strict'; var it = { name: "it", el: { breadcrumb: { label: "Breadcrumb" // to be translated }, colorpicker: { confirm: "OK", clear: "Pulisci", 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: "Ora", today: "Oggi", cancel: "Cancella", clear: "Pulisci", confirm: "OK", 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: "Seleziona data", selectTime: "Seleziona ora", startDate: "Data inizio", startTime: "Ora inizio", endDate: "Data fine", endTime: "Ora fine", prevYear: "Anno precedente", nextYear: "Anno successivo", prevMonth: "Mese precedente", nextMonth: "Mese successivo", year: "", month1: "Gennaio", month2: "Febbraio", month3: "Marzo", month4: "Aprile", month5: "Maggio", month6: "Giugno", month7: "Luglio", month8: "Agosto", month9: "Settembre", month10: "Ottobre", month11: "Novembre", month12: "Dicembre", weeks: { sun: "Dom", mon: "Lun", tue: "Mar", wed: "Mer", thu: "Gio", fri: "Ven", sat: "Sab" }, 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: "Feb", mar: "Mar", apr: "Apr", may: "Mag", jun: "Giu", jul: "Lug", aug: "Ago", sep: "Set", oct: "Ott", nov: "Nov", dec: "Dic" } }, inputNumber: { decrease: "decrease number", // to be translated increase: "increase number" // to be translated }, select: { loading: "Caricamento", noMatch: "Nessuna corrispondenza", noData: "Nessun dato", placeholder: "Seleziona" }, mention: { loading: "Caricamento" }, dropdown: { toggleDropdown: "Toggle Dropdown" // to be translated }, cascader: { noMatch: "Nessuna corrispondenza", loading: "Caricamento", placeholder: "Seleziona", noData: "Nessun dato" }, pagination: { goto: "Vai a", pagesize: "/page", total: "Totale {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: "OK", cancel: "Cancella", error: "Input non valido", close: "Close this dialog" // to be translated }, upload: { deleteTip: "Premi cancella per rimuovere", delete: "Cancella", preview: "Anteprima", continue: "Continua" }, 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: "Nessun dato", confirmFilter: "Conferma", resetFilter: "Reset", clearFilter: "Tutti", sumText: "Somma", 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: "Nessun dato" }, transfer: { noMatch: "Nessuna corrispondenza", noData: "Nessun dato", titles: ["Lista 1", "Lista 2"], filterPlaceholder: "Inserisci filtro", noCheckedFormat: "{total} elementi", hasCheckedFormat: "{checked}/{total} selezionati" }, 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 it; }));