mirror of https://github.com/longtai-cn/hippo4j
parent
dc1926a8d4
commit
000b7f4a54
@ -1,3 +1,31 @@
|
|||||||
export default {
|
export default {
|
||||||
|
// 系统
|
||||||
|
system: {
|
||||||
|
login: 'Login Form',
|
||||||
|
username: 'Username',
|
||||||
|
password: 'Password',
|
||||||
|
logOut: 'Log Out'
|
||||||
|
},
|
||||||
|
|
||||||
|
// 公共
|
||||||
|
common: {
|
||||||
|
search: 'Search',
|
||||||
|
addition: 'Addition',
|
||||||
|
serialNumber: 'Serial Number',
|
||||||
|
operation: 'Operation',
|
||||||
|
edit: 'Edit',
|
||||||
|
delete: 'Delete',
|
||||||
|
cancel: 'Cancel',
|
||||||
|
confirm: 'Confirm'
|
||||||
|
},
|
||||||
|
|
||||||
|
// 线程池
|
||||||
|
threadPool: {
|
||||||
|
tenant: 'Tenant',
|
||||||
|
project: 'Project',
|
||||||
|
threadPool: 'Thread Pool',
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,28 @@
|
|||||||
export default {
|
export default {
|
||||||
|
// 系统
|
||||||
|
system: {
|
||||||
|
login: '登 陆',
|
||||||
|
username: '用户名',
|
||||||
|
password: '密码',
|
||||||
|
logOut: '注销'
|
||||||
|
},
|
||||||
|
|
||||||
|
// 公共
|
||||||
|
common: {
|
||||||
|
search: '搜索',
|
||||||
|
addition: '添加',
|
||||||
|
serialNumber: '序号',
|
||||||
|
operation: '操作',
|
||||||
|
edit: '编辑',
|
||||||
|
delete: '删除',
|
||||||
|
cancel: '取消',
|
||||||
|
confirm: '确认'
|
||||||
|
},
|
||||||
|
|
||||||
|
// 线程池
|
||||||
|
threadPool: {
|
||||||
|
tenant: '租户',
|
||||||
|
project: '项目',
|
||||||
|
threadPool: '线程池',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue