dify
This commit is contained in:
44
dify/web/i18n/zh-Hant/time.ts
Normal file
44
dify/web/i18n/zh-Hant/time.ts
Normal file
@@ -0,0 +1,44 @@
|
||||
const translation = {
|
||||
daysInWeek: {
|
||||
Sun: '日',
|
||||
Mon: '一',
|
||||
Tue: '二',
|
||||
Wed: '三',
|
||||
Thu: '四',
|
||||
Fri: '五',
|
||||
Sat: '六',
|
||||
},
|
||||
months: {
|
||||
January: '一月',
|
||||
June: '六月',
|
||||
March: '三月',
|
||||
February: '二月',
|
||||
August: '八月',
|
||||
April: '四月',
|
||||
May: '五月',
|
||||
July: '七月',
|
||||
November: '十一月',
|
||||
December: '十二月',
|
||||
September: '九月',
|
||||
October: '十月',
|
||||
},
|
||||
operation: {
|
||||
cancel: '取消',
|
||||
now: '現在',
|
||||
ok: '好',
|
||||
pickDate: '選擇日期',
|
||||
},
|
||||
title: {
|
||||
pickTime: '選擇時間',
|
||||
},
|
||||
defaultPlaceholder: '選擇一個時間...',
|
||||
dateFormats: {
|
||||
display: 'MMMM D, YYYY',
|
||||
output: 'YYYY-MM-DD',
|
||||
displayWithTime: 'MMMM D, YYYY hh:mm A',
|
||||
input: 'YYYY-MM-DD',
|
||||
outputWithTime: 'YYYY年MM月DD日 HH:mm:ss.SSSZ',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
Reference in New Issue
Block a user