mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat: implement task cancellation for model scanning and bulk operations
This commit is contained in:
@@ -1370,6 +1370,7 @@
|
||||
"verificationCompleteSuccess": "验证完成。所有文件均为重复项。",
|
||||
"verificationFailed": "验证哈希失败:{message}",
|
||||
"noTagsToAdd": "没有可添加的标签",
|
||||
"bulkTagsUpdating": "正在更新 {count} 个模型的标签...",
|
||||
"tagsAddedSuccessfully": "已成功为 {count} 个 {type} 添加 {tagCount} 个标签",
|
||||
"tagsReplacedSuccessfully": "已成功为 {count} 个 {type} 替换为 {tagCount} 个标签",
|
||||
"tagsAddFailed": "为 {count} 个模型添加标签失败",
|
||||
@@ -1490,6 +1491,8 @@
|
||||
"metadataRefreshed": "元数据刷新成功",
|
||||
"metadataRefreshFailed": "刷新元数据失败:{message}",
|
||||
"metadataUpdateComplete": "元数据更新完成",
|
||||
"operationCancelled": "操作已由用户取消",
|
||||
"operationCancelledPartial": "操作已取消。已处理 {success} 个项目。",
|
||||
"metadataFetchFailed": "获取元数据失败:{message}",
|
||||
"bulkMetadataCompleteAll": "全部 {count} 个 {type} 元数据刷新成功",
|
||||
"bulkMetadataCompletePartial": "已刷新 {success}/{total} 个 {type} 元数据",
|
||||
|
||||
Reference in New Issue
Block a user