mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
feat(i18n): add new UI text for model management features
Add localization strings for new model management functionality: - Copy checkpoint and embedding name actions - Send checkpoint and embedding to ComfyUI workflow - Error messages for missing model paths and workflow compatibility - Node selection validation messages These additions support upcoming features for better model handling and workflow integration.
This commit is contained in:
@@ -102,7 +102,11 @@
|
||||
"toggleBlur": "הפעל/כבה טשטוש",
|
||||
"show": "הצג",
|
||||
"openExampleImages": "פתח תיקיית תמונות דוגמה",
|
||||
"replacePreview": "החלף תצוגה מקדימה"
|
||||
"replacePreview": "החלף תצוגה מקדימה",
|
||||
"copyCheckpointName": "העתק שם Checkpoint",
|
||||
"copyEmbeddingName": "העתק שם Embedding",
|
||||
"sendCheckpointToWorkflow": "שלח ל-ComfyUI",
|
||||
"sendEmbeddingToWorkflow": "שלח ל-ComfyUI"
|
||||
},
|
||||
"nsfw": {
|
||||
"matureContent": "תוכן למבוגרים",
|
||||
@@ -116,7 +120,8 @@
|
||||
"updateFailed": "עדכון סטטוס מועדפים נכשל"
|
||||
},
|
||||
"sendToWorkflow": {
|
||||
"checkpointNotImplemented": "שליחת checkpoint ל-workflow - תכונה שתיושם בעתיד"
|
||||
"checkpointNotImplemented": "שליחת checkpoint ל-workflow - תכונה שתיושם בעתיד",
|
||||
"missingPath": "לא ניתן לקבוע את נתיב המודל לכרטיס זה"
|
||||
},
|
||||
"exampleImages": {
|
||||
"checkError": "שגיאה בבדיקת תמונות דוגמה",
|
||||
@@ -950,7 +955,9 @@
|
||||
"loraFailedToSend": "שליחת LoRA ל-workflow נכשלה",
|
||||
"recipeAdded": "מתכון נוסף ל-workflow",
|
||||
"recipeReplaced": "מתכון הוחלף ב-workflow",
|
||||
"recipeFailedToSend": "שליחת מתכון ל-workflow נכשלה"
|
||||
"recipeFailedToSend": "שליחת מתכון ל-workflow נכשלה",
|
||||
"noMatchingNodes": "אין צמתים תואמים זמינים ב-workflow הנוכחי",
|
||||
"noTargetNodeSelected": "לא נבחר צומת יעד"
|
||||
},
|
||||
"nodeSelector": {
|
||||
"recipe": "מתכון",
|
||||
|
||||
Reference in New Issue
Block a user