mirror of https://github.com/ElemeFE/element
parent
034da49dd9
commit
10bb2df826
|
@ -20,7 +20,7 @@ export default {
|
||||||
nextYear: 'Anno successivo',
|
nextYear: 'Anno successivo',
|
||||||
prevMonth: 'Mese precedente',
|
prevMonth: 'Mese precedente',
|
||||||
nextMonth: 'Mese successivo',
|
nextMonth: 'Mese successivo',
|
||||||
year: '',
|
year: 'anno',
|
||||||
month1: 'Gennaio',
|
month1: 'Gennaio',
|
||||||
month2: 'Febbraio',
|
month2: 'Febbraio',
|
||||||
month3: 'Marzo',
|
month3: 'Marzo',
|
||||||
|
@ -72,7 +72,7 @@ export default {
|
||||||
},
|
},
|
||||||
pagination: {
|
pagination: {
|
||||||
goto: 'Vai a',
|
goto: 'Vai a',
|
||||||
pagesize: '/page',
|
pagesize: '/pagina',
|
||||||
total: 'Totale {total}',
|
total: 'Totale {total}',
|
||||||
pageClassifier: ''
|
pageClassifier: ''
|
||||||
},
|
},
|
||||||
|
@ -106,14 +106,14 @@ export default {
|
||||||
hasCheckedFormat: '{checked}/{total} selezionati'
|
hasCheckedFormat: '{checked}/{total} selezionati'
|
||||||
},
|
},
|
||||||
image: {
|
image: {
|
||||||
error: 'FAILED' // to be translated
|
error: 'ERRORE'
|
||||||
},
|
},
|
||||||
pageHeader: {
|
pageHeader: {
|
||||||
title: 'Back' // to be translated
|
title: 'Indietro'
|
||||||
},
|
},
|
||||||
popconfirm: {
|
popconfirm: {
|
||||||
confirmButtonText: 'Yes', // to be translated
|
confirmButtonText: 'Sì',
|
||||||
cancelButtonText: 'No' // to be translated
|
cancelButtonText: 'No'
|
||||||
},
|
},
|
||||||
empty: {
|
empty: {
|
||||||
description: 'Nessun dato'
|
description: 'Nessun dato'
|
||||||
|
|
Loading…
Reference in New Issue