import cnLocale from 'element-ui/lib/locale/lang/zh-CN'
export default {
...Object.assign({
...cnLocale
}, {
el: {
pagination: {
goto: '跳转至',
pagesize: '条/页',
total: '共 {total} 条',
pageClassifier: '页'
},
select: {
loading: '加载中',
noMatch: '无匹配数据',
noData: '无数据',
placeholder: '请选择'
},
cascader: {
noMatch: '无匹配数据',
loading: '加载中',
placeholder: '请选择',
noData: '暂无数据'
},
datepicker: {
now: '此刻',
today: '今天',
cancel: '取消',
clear: '清空',
confirm: '确定',
selectDate: '选择日期',
selectTime: '选择时间',
startDate: '开始日期',
startTime: '开始时间',
endDate: '结束日期',
endTime: '结束时间',
prevYear: '前一年',
nextYear: '后一年',
prevMonth: '上个月',
nextMonth: '下个月',
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: '十二月'
}
}
}
}),
common: {
exception: {
noData: {
iconUrl: 'images/icon-noData.png',
title: '',
desc: '额~暂无数据哦~'
},
development: {
iconUrl: 'images/icon-noFound.png',
title: '',
desc: '额~您访问的页面开发中哦~'
},
authority: {
iconUrl: 'images/icon-noData.png',
title: '',
desc: '额~您无权访问该页面哦~'
},
noFound: {
iconUrl: 'images/icon-noFound.png',
title: '',
desc: '额~您访问的页面不存在哦~'
},
busys: {
iconUrl: 'images/icon-noData.png',
title: '',
desc: '额~服务器出错了哦~'
},
gateway: {
iconUrl: 'images/icon-noData.png',
title: '',
desc: '额~无效网关哦~'
},
btn: '返回上一页'
}
}
}
console