UnisKB/ui/src/locales/lang/en-US/views/workspace.ts

15 lines
487 B
TypeScript
Raw Normal View History

2025-06-13 03:02:03 +00:00
export default {
2025-06-13 09:38:37 +00:00
title: 'Workspace',
list: 'Workspace list',
name: 'Workspace name',
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.',
},
2025-06-13 03:02:03 +00:00
member: {
delete: {
2025-06-13 09:38:37 +00:00
confirmTitle: 'Confirm to remove member:',
2025-06-13 03:02:03 +00:00
}
}
2025-06-13 09:38:37 +00:00
};