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/en.js

60 lines
1.3 KiB
JavaScript
Raw Normal View History

import enLocale from 'element-ui/lib/locale/lang/en' //引入element语言包
const en = {
overall:{
dashboard:'dashboard',
project:'project',
asset:'asset',
create: 'Create',
edit: 'Edit',
delete: 'Delete',
esc: 'Esc',
cancel: 'Cancel',
save: 'Save',
search: 'Search'
},
asset:{
tableTitle: {
id: 'ID',
assetType: 'assetType',
Device: 'Device SN',
IP: 'IP',
assetState: 'assetState',
Module: 'Module',
Alarm: 'Alarm',
dataCenter: 'dataCenter',
cabinet: 'cabinet',
model: 'model',
manufacturer: 'manufacturer',
procurementDate: '采购日期',
warrantyDate: '保修截止期',
deviceDuty: '设备责任人',
},
tagTableTitle: {
projectName: '项目名称',
moduleName: 'Module Name',
endPoint: 'EndPoint',
alarm: 'Alarm',
},
},
config: {
account: {
//列表表头
account: "Account",
language: "Language",
receiver: "Receiver",
createTime: "Create Time",
enable: "Enable",
option: "Option",
//侧滑框
accountId: "Accound ID",
createAccount: "Create Account",
editAccount: "Edit Account",
notCurrentlySupport: 'Not currently supported'
}
},
...enLocale
}
export default en;