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

19 lines
539 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',
2025-07-03 09:28:35 +00:00
toWorkspace: 'Return to workspace',
2025-06-13 09:38:37 +00:00
delete: {
confirmTitle: 'Confirm to delete workspace:',
2025-07-03 09:28:35 +00:00
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 09:38:37 +00:00
},
2025-06-13 03:02:03 +00:00
member: {
delete: {
2025-06-13 09:38:37 +00:00
confirmTitle: 'Confirm to remove member:',
2025-07-03 09:28:35 +00:00
},
},
}