feat(Calendar): add locale messages

This commit is contained in:
陈嘉涵
2019-12-26 19:59:08 +08:00
committed by neverland
parent a0308bddaf
commit 779dcf4e54
6 changed files with 38 additions and 1 deletions
+8
View File
@@ -11,6 +11,14 @@ export default {
nameEmpty: '請填寫姓名',
confirmDelete: '確定要刪除嗎',
telInvalid: '請填寫正確的電話',
vanCalendar: {
end: '結束',
start: '開始',
title: '日期選擇',
confirm: '確定',
weekdays: ['日', '壹', '二', '三', '四', '五', '六'],
monthTitle: (year: number, month: number) => `${year}${month}`
},
vanContactCard: {
addText: '新增聯絡人'
},