rwilson504 / PCFControls

Reusable PowerApps Control Framework (PCF) controls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Italian translation for Calendar Control

GuidoPreite opened this issue · comments

case 'it':
return {
date: 'Data',
time: 'Ora',
event: 'Evento',
allDay: 'Tutto il giorno',
week: 'Settimana',
work_week: 'Settimana lavorativa',
day: 'Giorno',
month: 'Mese',
previous: 'Indietro',
next: 'Avanti',
yesterday: 'Ieri',
tomorrow: 'Domani',
today: 'Oggi',
agenda: 'Calendario',
noEventsInRange: 'Non ci sono eventi in queste date.',
showMore: total => +${total} altri
}

Thanks!

image