mirror of https://github.com/ElemeFE/element
Locale: update it.js (#10091)
parent
119becb0b0
commit
9f47918477
|
@ -16,10 +16,10 @@ export default {
|
||||||
startTime: 'Ora inizio',
|
startTime: 'Ora inizio',
|
||||||
endDate: 'Data fine',
|
endDate: 'Data fine',
|
||||||
endTime: 'Ora fine',
|
endTime: 'Ora fine',
|
||||||
prevYear: 'Previous Year', // to be translated
|
prevYear: 'Anno precedente',
|
||||||
nextYear: 'Next Year', // to be translated
|
nextYear: 'Anno successivo',
|
||||||
prevMonth: 'Previous Month', // to be translated
|
prevMonth: 'Mese precedente',
|
||||||
nextMonth: 'Next Month', // to be translated
|
nextMonth: 'Mese successivo',
|
||||||
year: 'Anno',
|
year: 'Anno',
|
||||||
month1: 'Gennaio',
|
month1: 'Gennaio',
|
||||||
month2: 'Febbraio',
|
month2: 'Febbraio',
|
||||||
|
@ -81,7 +81,7 @@ export default {
|
||||||
error: 'Input non valido'
|
error: 'Input non valido'
|
||||||
},
|
},
|
||||||
upload: {
|
upload: {
|
||||||
deleteTip: 'press delete to remove', // to be translated
|
deleteTip: 'Premi cancella per rimuovere',
|
||||||
delete: 'Cancella',
|
delete: 'Cancella',
|
||||||
preview: 'Anteprima',
|
preview: 'Anteprima',
|
||||||
continue: 'Continua'
|
continue: 'Continua'
|
||||||
|
@ -91,7 +91,7 @@ export default {
|
||||||
confirmFilter: 'Conferma',
|
confirmFilter: 'Conferma',
|
||||||
resetFilter: 'Reset',
|
resetFilter: 'Reset',
|
||||||
clearFilter: 'Tutti',
|
clearFilter: 'Tutti',
|
||||||
sumText: 'Sum' // to be translated
|
sumText: 'Somma'
|
||||||
},
|
},
|
||||||
tree: {
|
tree: {
|
||||||
emptyText: 'Nessun dato'
|
emptyText: 'Nessun dato'
|
||||||
|
@ -99,10 +99,10 @@ export default {
|
||||||
transfer: {
|
transfer: {
|
||||||
noMatch: 'Nessuna corrispondenza',
|
noMatch: 'Nessuna corrispondenza',
|
||||||
noData: 'Nessun dato',
|
noData: 'Nessun dato',
|
||||||
titles: ['List 1', 'List 2'], // to be translated
|
titles: ['Lista 1', 'Lista 2'],
|
||||||
filterPlaceholder: 'Enter keyword', // to be translated
|
filterPlaceholder: 'Inserisci filtro',
|
||||||
noCheckedFormat: '{total} items', // to be translated
|
noCheckedFormat: '{total} elementi',
|
||||||
hasCheckedFormat: '{checked}/{total} checked' // to be translated
|
hasCheckedFormat: '{checked}/{total} selezionati'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue