fix(Locale): it-IT.ts: general revision (#11519)

This commit is contained in:
etuardu 2023-01-26 02:39:51 +01:00 committed by GitHub
parent 25155c4465
commit f565b45037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {