dify
This commit is contained in:
44
dify/web/i18n/it-IT/time.ts
Normal file
44
dify/web/i18n/it-IT/time.ts
Normal file
@@ -0,0 +1,44 @@
|
||||
const translation = {
|
||||
daysInWeek: {
|
||||
Tue: 'Martedì',
|
||||
Thu: 'Giovedì',
|
||||
Mon: 'Mon',
|
||||
Fri: 'Venerdì',
|
||||
Sat: 'Sat',
|
||||
Wed: 'Mercoledì',
|
||||
Sun: 'Sole',
|
||||
},
|
||||
months: {
|
||||
February: 'Febbraio',
|
||||
April: 'Aprile',
|
||||
January: 'Gennaio',
|
||||
December: 'Dicembre',
|
||||
March: 'Marzo',
|
||||
May: 'Maggio',
|
||||
August: 'Agosto',
|
||||
June: 'Giugno',
|
||||
July: 'Luglio',
|
||||
October: 'Ottobre',
|
||||
September: 'Settembre',
|
||||
November: 'Novembre',
|
||||
},
|
||||
operation: {
|
||||
ok: 'OK',
|
||||
now: 'Ora',
|
||||
cancel: 'Annulla',
|
||||
pickDate: 'Seleziona Data',
|
||||
},
|
||||
title: {
|
||||
pickTime: 'Scegli Tempo',
|
||||
},
|
||||
defaultPlaceholder: 'Scegli un orario...',
|
||||
dateFormats: {
|
||||
display: 'MMMM D, YYYY',
|
||||
input: 'AAAA-MM-GG',
|
||||
output: 'AAAA-MM-GG',
|
||||
outputWithTime: 'AAAA-MM-GGTHH:mm:ss.SSSZ',
|
||||
displayWithTime: 'MMMM D, YYYY hh:mm A',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
Reference in New Issue
Block a user