feat: 收敛AI资源发布审批生命周期
- 统一工作流、知识库、聊天助手的发布、重新发布、下线与删除链路 - 收敛审批编排、生命周期状态机与展示态,补齐审批管理和快照预览 - 调整审批管理权限模型为单入口页面加内部按钮权限
This commit is contained in:
@@ -38,10 +38,18 @@
|
||||
"publishStatusDraft": "Draft",
|
||||
"publishStatusPublishPending": "Publish Pending",
|
||||
"publishStatusPublished": "Published",
|
||||
"publishStatusOfflinePending": "Offline Pending",
|
||||
"publishStatusOffline": "Offline",
|
||||
"publishStatusDeletePending": "Delete Pending",
|
||||
"publishStatusLabel": "Release",
|
||||
"submitPublishApprovalConfirm": "The knowledge base will enter the publish approval flow. It can be referenced by bots only after approval.",
|
||||
"submitDeleteApprovalConfirm": "The knowledge base will enter the delete approval flow. It will be physically deleted only after approval.",
|
||||
"submitPublishApprovalConfirm": "Publish the current knowledge base now?",
|
||||
"submitRepublishApprovalConfirm": "Republish the current knowledge base now?",
|
||||
"submitOfflineApprovalConfirm": "Take the current knowledge base offline?",
|
||||
"submitDeleteApprovalConfirm": "Delete the current knowledge base?",
|
||||
"offlineImpactBoundBotsIntro": "This knowledge base is currently bound to the following bots:",
|
||||
"offlineImpactBoundBotsFooter": "After the knowledge base goes offline, the system will automatically remove it from these bots.",
|
||||
"offlineImpactWorkflowBlockedIntro": "This knowledge base is still used by the following workflows:",
|
||||
"offlineImpactWorkflowBlockedFooter": "Please update those workflow nodes before taking the knowledge base offline.",
|
||||
"publishPendingHint": "There is already an approval in progress for this knowledge base.",
|
||||
"deletePendingHint": "There is already an approval in progress for this knowledge base.",
|
||||
"createdModifyTime": "Creation/update time",
|
||||
|
||||
Reference in New Issue
Block a user