export default { title: 'Workspace', list: 'Workspace list', name: 'Workspace name', toWorkspace: 'Return to workspace', delete: { confirmTitle: 'Confirm to delete workspace:', confirmContent: 'After deletion, all members in this space will be removed. Please proceed with caution.', confirmContentNotDelete: 'This workspace contains knowledge base resources and application resources, and cannot be deleted.', }, member: { delete: { confirmTitle: 'Confirm to remove member:', }, }, }