28 lines
790 B
JavaScript
28 lines
790 B
JavaScript
export default {
|
|
today: 'Oggi',
|
|
now: 'adesso',
|
|
backToToday: 'Torna ad oggi',
|
|
ok: 'Ok',
|
|
clear: 'Chiaro',
|
|
month: 'Mese',
|
|
year: 'Anno',
|
|
timeSelect: 'Seleziona il tempo',
|
|
dateSelect: 'Select date',
|
|
monthSelect: 'Seleziona la data',
|
|
yearSelect: 'Scegli un anno',
|
|
decadeSelect: 'Scegli un decennio',
|
|
yearFormat: 'YYYY',
|
|
dateFormat: 'D/M/YYYY',
|
|
dayFormat: 'D',
|
|
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
|
|
monthBeforeYear: true,
|
|
previousMonth: 'Il mese scorso (PageUp)',
|
|
nextMonth: 'Il prossimo mese (PageDown)',
|
|
previousYear: 'L\'anno scorso (Control + sinistra)',
|
|
nextYear: 'L\'anno prossimo (Control + destra)',
|
|
previousDecade: 'Ultimo decennio',
|
|
nextDecade: 'Prossimo decennio',
|
|
previousCentury: 'Secolo precedente',
|
|
nextCentury: 'Prossimo secolo',
|
|
}
|