mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-20 02:31:43 +00:00
feat(xpackOrg): 添加组织成员列表页面的翻译
This commit is contained in:
@@ -33,6 +33,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
iCanDelete() {
|
iCanDelete() {
|
||||||
|
if (this.col.objects === 'all') {
|
||||||
|
return false
|
||||||
|
}
|
||||||
return this.col.objects.indexOf(this.cellValue) === -1
|
return this.col.objects.indexOf(this.cellValue) === -1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -930,8 +930,10 @@
|
|||||||
"OrganizationDetail": "组织详情",
|
"OrganizationDetail": "组织详情",
|
||||||
"OrganizationList": "组织管理",
|
"OrganizationList": "组织管理",
|
||||||
"OrganizationUpdate": "更新组织",
|
"OrganizationUpdate": "更新组织",
|
||||||
|
"OrganizationMembership": "组织成员",
|
||||||
"DeleteOrgTitle": "请确保组织内的以下信息已删除",
|
"DeleteOrgTitle": "请确保组织内的以下信息已删除",
|
||||||
"DeleteOrgMsg": "用户列表、用户组、资产列表、网域列表、管理用户、系统用户、标签管理、资产授权规则"
|
"DeleteOrgMsg": "用户列表、用户组、资产列表、网域列表、管理用户、系统用户、标签管理、资产授权规则",
|
||||||
|
"OrgRole": "组织角色"
|
||||||
},
|
},
|
||||||
"RestoreButton": "恢复默认",
|
"RestoreButton": "恢复默认",
|
||||||
"SubscriptionID": "订阅授权ID",
|
"SubscriptionID": "订阅授权ID",
|
||||||
|
@@ -927,8 +927,10 @@
|
|||||||
"OrganizationDetail": "Org detail",
|
"OrganizationDetail": "Org detail",
|
||||||
"OrganizationList": "Organlizations",
|
"OrganizationList": "Organlizations",
|
||||||
"OrganizationUpdate": "Update org",
|
"OrganizationUpdate": "Update org",
|
||||||
|
"OrganizationMembership": "Organization membership",
|
||||||
"DeleteOrgTitle":"Please ensure that the following information in the organization has been deleted",
|
"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",
|
"RestoreButton": "Restore Default",
|
||||||
"SubscriptionID": "Subscription ID",
|
"SubscriptionID": "Subscription ID",
|
||||||
|
Reference in New Issue
Block a user