feat: implement batch move and delete functionality for documents and FAQs
This commit is contained in:
@@ -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": "根目录内容",
|
||||
|
||||
Reference in New Issue
Block a user