mirror of https://github.com/ElemeFE/element
parent
d56ac5d3ae
commit
4dfb12a98e
|
@ -0,0 +1,86 @@
|
||||||
|
export default {
|
||||||
|
el: {
|
||||||
|
datepicker: {
|
||||||
|
now: '現在',
|
||||||
|
today: '今天',
|
||||||
|
cancel: '取消',
|
||||||
|
clear: '清空',
|
||||||
|
confirm: '確認',
|
||||||
|
selectDate: '選擇日期',
|
||||||
|
selectTime: '選擇時間',
|
||||||
|
startDate: '開始日期',
|
||||||
|
startTime: '開始時間',
|
||||||
|
endDate: '結束日期',
|
||||||
|
endTime: '結束時間',
|
||||||
|
year: '年',
|
||||||
|
month1: '1 月',
|
||||||
|
month2: '2 月',
|
||||||
|
month3: '3 月',
|
||||||
|
month4: '4 月',
|
||||||
|
month5: '5 月',
|
||||||
|
month6: '6 月',
|
||||||
|
month7: '7 月',
|
||||||
|
month8: '8 月',
|
||||||
|
month9: '9 月',
|
||||||
|
month10: '10 月',
|
||||||
|
month11: '11 月',
|
||||||
|
month12: '12 月',
|
||||||
|
// week: '周次',
|
||||||
|
weeks: {
|
||||||
|
sun: '日',
|
||||||
|
mon: '一',
|
||||||
|
tue: '二',
|
||||||
|
wed: '三',
|
||||||
|
thu: '四',
|
||||||
|
fri: '五',
|
||||||
|
sat: '六'
|
||||||
|
},
|
||||||
|
months: {
|
||||||
|
jan: '一月',
|
||||||
|
feb: '二月',
|
||||||
|
mar: '三月',
|
||||||
|
apr: '四月',
|
||||||
|
may: '五月',
|
||||||
|
jun: '六月',
|
||||||
|
jul: '七月',
|
||||||
|
aug: '八月',
|
||||||
|
sep: '九月',
|
||||||
|
oct: '十月',
|
||||||
|
nov: '十一月',
|
||||||
|
dec: '十二月'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
select: {
|
||||||
|
loading: '加載中',
|
||||||
|
noMatch: '無匹配資料',
|
||||||
|
noData: '無資料',
|
||||||
|
placeholder: '請選擇'
|
||||||
|
},
|
||||||
|
pagination: {
|
||||||
|
goto: '前往',
|
||||||
|
pagesize: '項/頁',
|
||||||
|
total: '共 {total} 項',
|
||||||
|
pageClassifier: '頁'
|
||||||
|
},
|
||||||
|
messagebox: {
|
||||||
|
title: '提示',
|
||||||
|
confirm: '確定',
|
||||||
|
cancel: '取消',
|
||||||
|
error: '輸入的資料不符規定!'
|
||||||
|
},
|
||||||
|
upload: {
|
||||||
|
delete: '刪除',
|
||||||
|
preview: '查看圖片',
|
||||||
|
continue: '繼續上傳'
|
||||||
|
},
|
||||||
|
table: {
|
||||||
|
emptyText: '暫無資料',
|
||||||
|
confirmFilter: '篩選',
|
||||||
|
resetFilter: '重置',
|
||||||
|
clearFilter: '全部'
|
||||||
|
},
|
||||||
|
tree: {
|
||||||
|
emptyText: '暫無資料'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
Loading…
Reference in New Issue