|
|
@ -10,7 +10,7 @@ export default {
|
|
|
|
// 公共
|
|
|
|
// 公共
|
|
|
|
common: {
|
|
|
|
common: {
|
|
|
|
search: 'Search',
|
|
|
|
search: 'Search',
|
|
|
|
addition: 'Addition',
|
|
|
|
insert: 'Insert',
|
|
|
|
serialNumber: 'Serial Number',
|
|
|
|
serialNumber: 'Serial Number',
|
|
|
|
operation: 'Operation',
|
|
|
|
operation: 'Operation',
|
|
|
|
edit: 'Edit',
|
|
|
|
edit: 'Edit',
|
|
|
@ -18,26 +18,29 @@ export default {
|
|
|
|
cancel: 'Cancel',
|
|
|
|
cancel: 'Cancel',
|
|
|
|
confirm: 'Confirm',
|
|
|
|
confirm: 'Confirm',
|
|
|
|
threadPool: 'Thread Pool',
|
|
|
|
threadPool: 'Thread Pool',
|
|
|
|
|
|
|
|
num: 'Num',
|
|
|
|
|
|
|
|
createTime: 'Create Time',
|
|
|
|
|
|
|
|
updateTime: 'Update Time',
|
|
|
|
|
|
|
|
tenant: 'Tenant',
|
|
|
|
|
|
|
|
query: 'Query',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 运行报表
|
|
|
|
// 运行报表
|
|
|
|
report: {
|
|
|
|
report: {
|
|
|
|
tenant: 'Tenant',
|
|
|
|
|
|
|
|
item: 'Item',
|
|
|
|
item: 'Item',
|
|
|
|
poolInstance: 'Pool Instance',
|
|
|
|
poolInstance: 'Pool Instance',
|
|
|
|
user: 'User',
|
|
|
|
user: 'User',
|
|
|
|
role: 'Role',
|
|
|
|
role: 'Role',
|
|
|
|
tenants: 'Tenants',
|
|
|
|
tenants: 'Tenants'
|
|
|
|
createTime: 'Create Time',
|
|
|
|
|
|
|
|
updateTime: 'Update Time'
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
// 租户管理
|
|
|
|
// 租户管理
|
|
|
|
tenantManage: {
|
|
|
|
tenantManage: {
|
|
|
|
|
|
|
|
tenantName: 'Tenant Name',
|
|
|
|
|
|
|
|
owner: 'Owner',
|
|
|
|
|
|
|
|
tenantIntro: 'Tenant Intro'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
// 线程池
|
|
|
|
// 线程池
|
|
|
|
threadPool: {
|
|
|
|
threadPool: {
|
|
|
|
tenant: 'Tenant',
|
|
|
|
tenant: 'Tenant',
|
|
|
|