dify
This commit is contained in:
45
dify/web/i18n/en-US/time.ts
Normal file
45
dify/web/i18n/en-US/time.ts
Normal file
@@ -0,0 +1,45 @@
|
||||
const translation = {
|
||||
daysInWeek: {
|
||||
Sun: 'Sun',
|
||||
Mon: 'Mon',
|
||||
Tue: 'Tue',
|
||||
Wed: 'Wed',
|
||||
Thu: 'Thu',
|
||||
Fri: 'Fri',
|
||||
Sat: 'Sat',
|
||||
},
|
||||
months: {
|
||||
January: 'January',
|
||||
February: 'February',
|
||||
March: 'March',
|
||||
April: 'April',
|
||||
May: 'May',
|
||||
June: 'June',
|
||||
July: 'July',
|
||||
August: 'August',
|
||||
September: 'September',
|
||||
October: 'October',
|
||||
November: 'November',
|
||||
December: 'December',
|
||||
},
|
||||
operation: {
|
||||
now: 'Now',
|
||||
ok: 'OK',
|
||||
cancel: 'Cancel',
|
||||
pickDate: 'Pick Date',
|
||||
},
|
||||
title: {
|
||||
pickTime: 'Pick Time',
|
||||
},
|
||||
defaultPlaceholder: 'Pick a time...',
|
||||
// Date format configurations
|
||||
dateFormats: {
|
||||
display: 'MMMM D, YYYY',
|
||||
displayWithTime: 'MMMM D, YYYY hh:mm A',
|
||||
input: 'YYYY-MM-DD',
|
||||
output: 'YYYY-MM-DD',
|
||||
outputWithTime: 'YYYY-MM-DDTHH:mm:ss.SSSZ',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
Reference in New Issue
Block a user