mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 23:25:43 -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": "已成功將 {tagCount} 個標籤新增到 {count} 個 {type}",
|
||||
"tagsReplacedSuccessfully": "已成功以 {tagCount} 個標籤取代 {count} 個 {type} 的標籤",
|
||||
"tagsAddFailed": "新增標籤到 {count} 個模型失敗",
|
||||
@@ -1490,6 +1491,8 @@
|
||||
"metadataRefreshed": "metadata 已成功刷新",
|
||||
"metadataRefreshFailed": "刷新 metadata 失敗:{message}",
|
||||
"metadataUpdateComplete": "metadata 更新完成",
|
||||
"operationCancelled": "操作已由用戶取消",
|
||||
"operationCancelledPartial": "操作已取消。已處理 {success} 個項目。",
|
||||
"metadataFetchFailed": "取得 metadata 失敗:{message}",
|
||||
"bulkMetadataCompleteAll": "已成功刷新全部 {count} 個 {type}",
|
||||
"bulkMetadataCompletePartial": "已刷新 {success} / {total} 個 {type}",
|
||||
|
||||
Reference in New Issue
Block a user