mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat(localization): add new workflow-related messages for LoRA and recipe actions in multiple languages
This commit is contained in:
@@ -740,7 +740,13 @@
|
||||
},
|
||||
"workflow": {
|
||||
"noSupportedNodes": "워크플로에서 지원되는 대상 노드를 찾을 수 없습니다",
|
||||
"communicationFailed": "ComfyUI와의 통신에 실패했습니다"
|
||||
"communicationFailed": "ComfyUI와의 통신에 실패했습니다",
|
||||
"loraAdded": "LoRA가 워크플로에 추가되었습니다",
|
||||
"loraReplaced": "LoRA가 워크플로에서 교체되었습니다",
|
||||
"loraFailedToSend": "LoRA를 워크플로로 전송하지 못했습니다",
|
||||
"recipeAdded": "레시피가 워크플로에 추가되었습니다",
|
||||
"recipeReplaced": "레시피가 워크플로에서 교체되었습니다",
|
||||
"recipeFailedToSend": "레시피를 워크플로로 전송하지 못했습니다"
|
||||
},
|
||||
"nodeSelector": {
|
||||
"recipe": "레시피",
|
||||
|
||||
Reference in New Issue
Block a user