fix: Internationalize the tenant management page

pull/995/head
冯建军 3 years ago
parent a8e2b3c711
commit 2285dd7aab

@ -33,7 +33,11 @@ export default {
updateTime: 'Update Time'
},
// 租户管理
tenantManage: {
},
// 线程池
threadPool: {
tenant: 'Tenant',

@ -18,18 +18,27 @@ export default {
cancel: '取消',
confirm: '确认',
threadPool: '线程池',
num: 'Num',
createTime: '创建时间',
updateTime: '修改时间',
tenant: '租户',
query: '查询',
},
// 运行报表
report: {
tenant: '租户',
item: '项目',
poolInstance: '线程池实例',
user: '登录用户',
role: '用户角色',
tenants: '所属租户',
createTime: '创建时间',
updateTime: '修改时间'
tenants: '所属租户'
},
// 租户管理
tenantManage: {
tenantName: '租户名称',
owner: '负责人',
tenantIntro: '租户简介'
},
// 线程池

Loading…
Cancel
Save