You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
149 lines
3.7 KiB
149 lines
3.7 KiB
/*! Element Plus v2.8.4 */
|
|
|
|
(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"
|
|
},
|
|
colorpicker: {
|
|
confirm: "OK",
|
|
clear: "Pulisci"
|
|
},
|
|
datepicker: {
|
|
now: "Ora",
|
|
today: "Oggi",
|
|
cancel: "Cancella",
|
|
clear: "Pulisci",
|
|
confirm: "OK",
|
|
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"
|
|
},
|
|
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"
|
|
}
|
|
},
|
|
select: {
|
|
loading: "Caricamento",
|
|
noMatch: "Nessuna corrispondenza",
|
|
noData: "Nessun dato",
|
|
placeholder: "Seleziona"
|
|
},
|
|
mention: {
|
|
loading: "Caricamento"
|
|
},
|
|
cascader: {
|
|
noMatch: "Nessuna corrispondenza",
|
|
loading: "Caricamento",
|
|
placeholder: "Seleziona",
|
|
noData: "Nessun dato"
|
|
},
|
|
pagination: {
|
|
goto: "Vai a",
|
|
pagesize: "/page",
|
|
total: "Totale {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"
|
|
},
|
|
messagebox: {
|
|
confirm: "OK",
|
|
cancel: "Cancella",
|
|
error: "Input non valido"
|
|
},
|
|
upload: {
|
|
deleteTip: "Premi cancella per rimuovere",
|
|
delete: "Cancella",
|
|
preview: "Anteprima",
|
|
continue: "Continua"
|
|
},
|
|
table: {
|
|
emptyText: "Nessun dato",
|
|
confirmFilter: "Conferma",
|
|
resetFilter: "Reset",
|
|
clearFilter: "Tutti",
|
|
sumText: "Somma"
|
|
},
|
|
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"
|
|
},
|
|
pageHeader: {
|
|
title: "Back"
|
|
},
|
|
popconfirm: {
|
|
confirmButtonText: "Yes",
|
|
cancelButtonText: "No"
|
|
},
|
|
carousel: {
|
|
leftArrow: "Carousel arrow left",
|
|
rightArrow: "Carousel arrow right",
|
|
indicator: "Carousel switch to index {index}"
|
|
}
|
|
}
|
|
};
|
|
|
|
return it;
|
|
|
|
}));
|