dify
This commit is contained in:
45
dify/web/i18n/zh-Hans/time.ts
Normal file
45
dify/web/i18n/zh-Hans/time.ts
Normal file
@@ -0,0 +1,45 @@
|
||||
const translation = {
|
||||
daysInWeek: {
|
||||
Sun: '日',
|
||||
Mon: '一',
|
||||
Tue: '二',
|
||||
Wed: '三',
|
||||
Thu: '四',
|
||||
Fri: '五',
|
||||
Sat: '六',
|
||||
},
|
||||
months: {
|
||||
January: '一月',
|
||||
February: '二月',
|
||||
March: '三月',
|
||||
April: '四月',
|
||||
May: '五月',
|
||||
June: '六月',
|
||||
July: '七月',
|
||||
August: '八月',
|
||||
September: '九月',
|
||||
October: '十月',
|
||||
November: '十一月',
|
||||
December: '十二月',
|
||||
},
|
||||
operation: {
|
||||
now: '此刻',
|
||||
ok: '确定',
|
||||
cancel: '取消',
|
||||
pickDate: '选择日期',
|
||||
},
|
||||
title: {
|
||||
pickTime: '选择时间',
|
||||
},
|
||||
defaultPlaceholder: '请选择时间...',
|
||||
// Date format configurations
|
||||
dateFormats: {
|
||||
display: 'YYYY年MM月DD日',
|
||||
displayWithTime: 'YYYY年MM月DD日 HH:mm',
|
||||
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