feat(Calendar): add locale messages
This commit is contained in:
@@ -11,6 +11,14 @@ export default {
|
||||
nameEmpty: '請填寫姓名',
|
||||
confirmDelete: '確定要刪除嗎',
|
||||
telInvalid: '請填寫正確的電話',
|
||||
vanCalendar: {
|
||||
end: '結束',
|
||||
start: '開始',
|
||||
title: '日期選擇',
|
||||
confirm: '確定',
|
||||
weekdays: ['日', '壹', '二', '三', '四', '五', '六'],
|
||||
monthTitle: (year: number, month: number) => `${year}年${month}月`
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: '新增聯絡人'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user