15 lines
437 B
TypeScript
15 lines
437 B
TypeScript
export default {
|
|
title: '共享',
|
|
shared_resources: '共享資源',
|
|
shared_tool: '共享工具',
|
|
shared_model: '共享模型',
|
|
shared_knowledge: '共享知識庫',
|
|
authorized_workspace: '已授權工作空間',
|
|
authorized_tip: '被授權的工作空間,可以使用該共享資源',
|
|
select_workspace: '选择工作空間',
|
|
allCheck: '全选',
|
|
BLACK_LIST: '黑名单',
|
|
WHITE_LIST: '白名单',
|
|
type: '類型',
|
|
}
|