feat(xpackOrg): 添加组织成员列表页面的翻译

This commit is contained in:
jym503558564
2020-08-06 10:40:59 +08:00
committed by 老广
parent 21da017f8e
commit ee3dc30985
3 changed files with 9 additions and 2 deletions

View File

@@ -33,6 +33,9 @@ export default {
}
},
iCanDelete() {
if (this.col.objects === 'all') {
return false
}
return this.col.objects.indexOf(this.cellValue) === -1
}
}

View File

@@ -930,8 +930,10 @@
"OrganizationDetail": "组织详情",
"OrganizationList": "组织管理",
"OrganizationUpdate": "更新组织",
"OrganizationMembership": "组织成员",
"DeleteOrgTitle": "请确保组织内的以下信息已删除",
"DeleteOrgMsg": "用户列表、用户组、资产列表、网域列表、管理用户、系统用户、标签管理、资产授权规则"
"DeleteOrgMsg": "用户列表、用户组、资产列表、网域列表、管理用户、系统用户、标签管理、资产授权规则",
"OrgRole": "组织角色"
},
"RestoreButton": "恢复默认",
"SubscriptionID": "订阅授权ID",

View File

@@ -927,8 +927,10 @@
"OrganizationDetail": "Org detail",
"OrganizationList": "Organlizations",
"OrganizationUpdate": "Update org",
"OrganizationMembership": "Organization membership",
"DeleteOrgTitle":"Please ensure that the following information in the organization has been deleted",
"DeleteOrgMsg":"User list、User group、Asset list、Domain list、Admin user、System user、Labels、Asset permission"
"DeleteOrgMsg":"User list、User group、Asset list、Domain list、Admin user、System user、Labels、Asset permission",
"OrgRole": "Org role"
},
"RestoreButton": "Restore Default",
"SubscriptionID": "Subscription ID",