mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-15 18:23:21 -03:00
feat(delete): shorten undo window to 20s and make undo toast dismissible
This commit is contained in:
+9
-9
@@ -1277,13 +1277,13 @@
|
||||
}
|
||||
},
|
||||
"deleteModel": {
|
||||
"freesSpace": "[TODO: Translate] Frees {size}",
|
||||
"freesSpace": "釋放 {size}",
|
||||
"title": "刪除模型",
|
||||
"message": "您確定要刪除此模型及所有相關檔案嗎?",
|
||||
"recoverableWarning": "[TODO: Translate] This will permanently delete the file after 30 seconds unless you undo."
|
||||
"recoverableWarning": "如果未復原,檔案將在 20 秒後被永久刪除。"
|
||||
},
|
||||
"deleteRecipe": {
|
||||
"recoverableWarning": "此操作可在 30 秒內復原。"
|
||||
"recoverableWarning": "此操作可在 20 秒內復原。"
|
||||
},
|
||||
"excludeModel": {
|
||||
"title": "排除模型",
|
||||
@@ -2120,12 +2120,12 @@
|
||||
"copyFailed": "複製失敗"
|
||||
},
|
||||
"undo": {
|
||||
"action": "[TODO: Translate] Undo",
|
||||
"deleted": "[TODO: Translate] Deleted {name}",
|
||||
"deletedBulk": "[TODO: Translate] Deleted {count} item(s)",
|
||||
"expired": "[TODO: Translate] Undo window expired. The item was permanently deleted.",
|
||||
"failed": "[TODO: Translate] Undo failed: {error}",
|
||||
"restored": "[TODO: Translate] Item restored"
|
||||
"action": "復原",
|
||||
"deleted": "已刪除 {name}",
|
||||
"deletedBulk": "已刪除 {count} 個項目",
|
||||
"expired": "復原視窗已過期,項目已被永久刪除。",
|
||||
"failed": "復原失敗:{error}",
|
||||
"restored": "項目已還原"
|
||||
},
|
||||
"virtual": {
|
||||
"loadFailed": "載入項目失敗",
|
||||
|
||||
Reference in New Issue
Block a user