feat: 支持知识库文档批量删除与分块内联编辑

This commit is contained in:
2026-09-04 11:33:09 +08:00
parent 0f126ad489
commit 65c85180c2
15 changed files with 3419 additions and 493 deletions

View File

@@ -269,5 +269,24 @@
"dimensionOfVectorModelTips": "After successful vector data, it is not allowed to modify the dimensions of the vector model",
"dimensionOfVectorModel": "Dimension of vector model",
"managePermissionHint": "Only the creator or super admin can modify this knowledge base",
"processingDeleteBlocked": "Documents in progress cannot be deleted"
"processingDeleteBlocked": "Documents in progress cannot be deleted",
"selectedCount": "{count} selected",
"batchDelete": "Delete",
"cancelSelection": "Clear selection",
"batchDeleteConfirm": "Delete the selected {count} documents? In-progress items are excluded. This cannot be undone.",
"batchDeleteSuccess": "Deleted {count} documents",
"batchDeletePartial": "Deletion finished: {success} succeeded, {failed} failed",
"chunkUnsavedTitle": "Leave editing",
"chunkUnsavedConfirm": "Discard unsaved changes and leave?",
"continueEditing": "Keep editing",
"discardChanges": "Discard changes",
"chunkSourceFallback": "Switched to source editing",
"chunkSyncPending": "Updating search index",
"chunkSyncSucceeded": "Search index updated",
"chunkSyncFailed": "Index sync failed. Click to retry",
"chunkSyncRetryFailed": "Failed to retry index sync",
"chunkLiveMode": "Live",
"chunkSourceMode": "Source",
"deleteChunk": "Delete chunk",
"emptyChunkDeleteConfirm": "This chunk is empty. Saving will delete it permanently."
}