feat: implement batch move and delete functionality for documents and FAQs

This commit is contained in:
mlogclub
2026-06-02 16:13:08 +08:00
parent 1bdc1cb2b6
commit 842f827c86
12 changed files with 727 additions and 2 deletions
+15
View File
@@ -1798,6 +1798,21 @@
"rebuildIndex": "Rebuild Index",
"deleting": "Deleting...",
"delete": "Delete",
"move": "Move",
"moving": "Moving...",
"selectedCount": "{count} selected",
"clearSelection": "Clear selection",
"selectCurrentPage": "Select current page",
"selectItem": "Select {name}",
"batchMove": "Move selected",
"batchMoveDescription": "Move {count} selected items to a directory.",
"batchMoved": "{count} items moved.",
"batchMoveFailed": "Could not move selected items.",
"batchDelete": "Delete selected",
"batchDeleteConfirm": "Delete {count} selected items? This cannot be undone.",
"batchDeleted": "{count} items deleted.",
"batchDeleteFailed": "Could not delete selected items.",
"targetDirectory": "Target directory",
"directory": "Directory",
"allContent": "All content",
"rootContent": "Root content",