feat(localization): add new workflow-related messages for LoRA and recipe actions in multiple languages

This commit is contained in:
Will Miao
2025-09-02 11:50:20 +08:00
parent be594133f0
commit 91801dff85
10 changed files with 75 additions and 9 deletions

View File

@@ -740,7 +740,13 @@
},
"workflow": {
"noSupportedNodes": "No supported target nodes found in workflow",
"communicationFailed": "Failed to communicate with ComfyUI"
"communicationFailed": "Failed to communicate with ComfyUI",
"loraAdded": "LoRA appended to workflow",
"loraReplaced": "LoRA replaced in workflow",
"loraFailedToSend": "Failed to send LoRA to workflow",
"recipeAdded": "Recipe appended to workflow",
"recipeReplaced": "Recipe replaced in workflow",
"recipeFailedToSend": "Failed to send recipe to workflow"
},
"nodeSelector": {
"recipe": "Recipe",