This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nezha-nezha-fronted/nezha-fronted/src/components/common/language/cn.js

11 lines
214 B
JavaScript
Raw Normal View History

import zhLocale from 'element-ui/lib/locale/lang/zh-CN' //引入element语言包
const cn = {
overall:{
dashboard:'仪表盘',
project:'工程',
asset:'资产'
},
...zhLocale
}
export default cn;