mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -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": "{total} {type}のうち {success} が更新されました",
|
||||
|
||||
Reference in New Issue
Block a user