feat: Add context menu option to move checkpoint models between type folders and complete various UI translations.

This commit is contained in:
Will Miao
2025-12-28 17:50:22 +08:00
parent e43aa5cae4
commit e5b557504e
12 changed files with 169 additions and 77 deletions

View File

@@ -659,7 +659,14 @@
}
},
"checkpoints": {
"title": "Checkpoint Models"
"title": "Checkpoint Models",
"modelTypes": {
"checkpoint": "Checkpoint",
"diffusion_model": "Diffusion Model"
},
"contextMenu": {
"moveToOtherTypeFolder": "Move to {otherType} Folder"
}
},
"embeddings": {
"title": "Embedding Models"