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",
+15
View File
@@ -1798,6 +1798,21 @@
"rebuildIndex": "重建索引",
"deleting": "删除中...",
"delete": "删除",
"move": "移动",
"moving": "移动中...",
"selectedCount": "已选择 {count} 项",
"clearSelection": "取消选择",
"selectCurrentPage": "选择当前页",
"selectItem": "选择 {name}",
"batchMove": "批量移动",
"batchMoveDescription": "将已选择的 {count} 项移动到指定目录。",
"batchMoved": "已移动 {count} 项",
"batchMoveFailed": "批量移动失败",
"batchDelete": "批量删除",
"batchDeleteConfirm": "确定删除已选择的 {count} 项吗?此操作不可撤销。",
"batchDeleted": "已删除 {count} 项",
"batchDeleteFailed": "批量删除失败",
"targetDirectory": "目标目录",
"directory": "目录",
"allContent": "全部内容",
"rootContent": "根目录内容",