mirror of
https://github.com/veops/cmdb.git
synced 2025-11-13 12:06:11 +08:00
add basic
This commit is contained in:
13
cmdb-ui/src/locales/lang/en-US.js
Normal file
13
cmdb-ui/src/locales/lang/en-US.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import enUS from 'ant-design-vue/es/locale-provider/en_US'
|
||||
|
||||
export default {
|
||||
antLocale: enUS,
|
||||
menu: {
|
||||
preference: 'Preference',
|
||||
relationViews: 'RelationViews',
|
||||
treeViews: 'Treeviews',
|
||||
batch: 'Batch',
|
||||
ciType: 'CiType',
|
||||
acl: 'ACL'
|
||||
}
|
||||
}
|
||||
12
cmdb-ui/src/locales/lang/zh-CN.js
Normal file
12
cmdb-ui/src/locales/lang/zh-CN.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import zhCN from 'ant-design-vue/es/locale-provider/zh_CN'
|
||||
export default {
|
||||
antLocale: zhCN,
|
||||
menu: {
|
||||
preference: '我的订阅',
|
||||
relationViews: '关系视图',
|
||||
treeViews: '树状视图',
|
||||
batch: '批量导入',
|
||||
ciType: '模型配置',
|
||||
acl: '权限管理'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user