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": "אימות ה-hashes נכשל: {message}",
|
||||
"noTagsToAdd": "אין תגיות להוספה",
|
||||
"bulkTagsUpdating": "מעדכן תגיות עבור {count} מודלים...",
|
||||
"tagsAddedSuccessfully": "נוספו בהצלחה {tagCount} תגית(ות) ל-{count} {type}(ים)",
|
||||
"tagsReplacedSuccessfully": "הוחלפו בהצלחה תגיות עבור {count} {type}(ים) ב-{tagCount} תגית(ות)",
|
||||
"tagsAddFailed": "הוספת תגיות ל-{count} מודל(ים) נכשלה",
|
||||
@@ -1490,6 +1491,8 @@
|
||||
"metadataRefreshed": "המטא-דאטה רועננה בהצלחה",
|
||||
"metadataRefreshFailed": "רענון המטא-דאטה נכשל: {message}",
|
||||
"metadataUpdateComplete": "עדכון המטא-דאטה הושלם",
|
||||
"operationCancelled": "הפעולה בוטלה על ידי המשתמש",
|
||||
"operationCancelledPartial": "הפעולה בוטלה. {success} פריטים עובדו.",
|
||||
"metadataFetchFailed": "אחזור המטא-דאטה נכשל: {message}",
|
||||
"bulkMetadataCompleteAll": "רועננו בהצלחה כל {count} ה-{type}s",
|
||||
"bulkMetadataCompletePartial": "רועננו {success} מתוך {total} {type}s",
|
||||
|
||||
Reference in New Issue
Block a user