feat: 支持知识库文档批量删除与分块内联编辑
This commit is contained in:
@@ -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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user