mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Locale): it-IT.ts: general revision (#11519)
This commit is contained in:
parent
25155c4465
commit
f565b45037
@ -9,19 +9,19 @@ export default {
|
|||||||
noCoupon: 'Nessun coupon',
|
noCoupon: 'Nessun coupon',
|
||||||
nameEmpty: 'Inserisci il nome',
|
nameEmpty: 'Inserisci il nome',
|
||||||
addContact: 'Aggiungi contatto',
|
addContact: 'Aggiungi contatto',
|
||||||
telInvalid: 'Numero di telefono errato',
|
telInvalid: 'Numero di telefono non valido',
|
||||||
vanCalendar: {
|
vanCalendar: {
|
||||||
end: 'Fine',
|
end: 'Fine',
|
||||||
start: 'Inizio',
|
start: 'Inizio',
|
||||||
title: 'Calendario',
|
title: 'Calendario',
|
||||||
weekdays: [
|
weekdays: [
|
||||||
'domenica',
|
'dom',
|
||||||
'Lunedi',
|
'lun',
|
||||||
'Martedì',
|
'mar',
|
||||||
'mercoledì',
|
'mer',
|
||||||
'giovedì',
|
'gio',
|
||||||
'venerdì',
|
'ven',
|
||||||
'Sabato',
|
'sab',
|
||||||
],
|
],
|
||||||
monthTitle: (year: number, month: number) => `${year}/${month}`,
|
monthTitle: (year: number, month: number) => `${year}/${month}`,
|
||||||
rangePrompt: (maxRange: number) => `Scegli non più di ${maxRange} giorni`,
|
rangePrompt: (maxRange: number) => `Scegli non più di ${maxRange} giorni`,
|
||||||
@ -31,11 +31,11 @@ export default {
|
|||||||
},
|
},
|
||||||
vanPagination: {
|
vanPagination: {
|
||||||
prev: 'Precedente',
|
prev: 'Precedente',
|
||||||
next: 'Avanti',
|
next: 'Successivo',
|
||||||
},
|
},
|
||||||
vanPullRefresh: {
|
vanPullRefresh: {
|
||||||
pulling: 'Tiri per aggiornare...',
|
pulling: 'Tira per aggiornare...',
|
||||||
loosing: 'Largo per rinfrescare...',
|
loosing: 'Rilascia per aggiornare...',
|
||||||
},
|
},
|
||||||
vanSubmitBar: {
|
vanSubmitBar: {
|
||||||
label: 'Totale:',
|
label: 'Totale:',
|
||||||
@ -46,7 +46,7 @@ export default {
|
|||||||
condition: (condition: number) => `Almeno ${condition}`,
|
condition: (condition: number) => `Almeno ${condition}`,
|
||||||
},
|
},
|
||||||
vanCouponCell: {
|
vanCouponCell: {
|
||||||
title: 'Buono',
|
title: 'Coupon',
|
||||||
count: (count: number) => `Hai ${count} coupon`,
|
count: (count: number) => `Hai ${count} coupon`,
|
||||||
},
|
},
|
||||||
vanCouponList: {
|
vanCouponList: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user