Skip to content

Commit 2ee7ac3

Browse files
i18n(ko): fix hybrid X-to-Y terminology and update glossary overrides (#1195)
* i18n: re-translate ko X-to-Y terms via glossary (batch 1) * Remove MCP waitlist info from agent-tools pages * i18n: fix hybrid X-to-Y terms in ko/ + update glossary with audio/3d mappings * i18n: add audio/3d/frame-interpolation mappings to ko glossary overrides * fix: repair truncated code block in ko/development/cloud/api-reference.mdx * fix: restore full changelog in ko/changelog/index.mdx from upstream * fix: restore full javascript_objects_and_hijacking.mdx from upstream * fix: restore 4 more truncated ko/ files from upstream * fix: restore 2 more truncated ko/ files from upstream * chore: trigger ci re-run * fix: restore full api-reference.mdx from upstream * fix: restore full tripo/model-generation.mdx from upstream * fix: restore full bernini-r.mdx from upstream * i18n: unify ComfyUI Manager → ComfyUI 매니저 across ko/ files * i18n: update korean nav terms (ComfyUI 매니저, 설정, API) * fix: restore ko/changelog/index.mdx to upstream/main (revert PR terminology changes) * fix: restore ko/tutorials/image/hidream/hidream-e1.mdx to upstream/main * fix: restore 12 files to upstream/main (revert unintended PR changes) Restored files: - ko/custom-nodes/js/*.mdx (5 files) - Korean labels replaced with English - ko/development/cloud/overview.mdx - Korean comments replaced with English - ko/development/core-concepts/links.mdx - Korean type names replaced with English - ko/installation/comfyui_portable_windows.mdx - Korean dir tree replaced with English - ko/installation/update_comfyui.mdx - Korean tab titles replaced with English - ja/agent-tools/index.mdx - non-ko changes - zh/agent-tools/cloud.mdx - non-ko changes - zh/agent-tools/index.mdx - non-ko changes * fix: restore ko/custom-nodes/js/subgraphs.mdx (Korean comments → English) * fix: address CodeRabbit review comments on PR #1195 - Fix Korean grammar particles (와→과, 를→을) - Fix CLIPTextEncode casing (CLipTextEncode→CLIPTextEncode) - Remove duplicate '생성 생성' → '생성' - Unify '다중뷰' → '멀티뷰' - Add explicit heading anchors for in-page links - Replace em dashes with colons/semicolons - Close unclosed code fences in startup-flags - Normalize wan2_2 menu paths to unified Korean - Replace hyphenated terms (텍스트-이미지→텍스트 기반 이미지 생성) - Restore Korean frontmatter in recraft-v4 * fix: restore toast.mdx closing fence and api-examples.mdx Korean comments * fix: restore unbalanced code fences in 10 files, fix v3_migration inline code blocks * chore: remove patch leftovers * fix: restore Reve 소개 section in reve-image.mdx * Fix issues --------- Co-authored-by: ComfyUI Wiki <contact@comfyui-wiki.com>
1 parent 2f675b9 commit 2ee7ac3

73 files changed

Lines changed: 1325 additions & 732 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/scripts/i18n/glossary/overrides/ko.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,20 @@
1919
"video-to-world": "비디오 기반 월드 생성",
2020
"frame-to-video": "프레임 기반 비디오 생성",
2121
"start/end frame-to-video": "시작/종료 프레임 기반 비디오 생성",
22-
"first-last-frame to video": "첫/마지막 프레임 기반 비디오 생성"
22+
"first-last-frame to video": "첫/마지막 프레임 기반 비디오 생성",
23+
"audio-to-audio": "오디오 기반 오디오 생성",
24+
"text-to-speech": "텍스트 기반 음성 생성",
25+
"video-to-audio": "비디오 기반 오디오 생성",
26+
"text-to-3d": "텍스트 기반 3D 생성",
27+
"image-to-3d": "이미지 기반 3D 생성",
28+
"frame-interpolation": "프레임 보간",
29+
"text to image": "텍스트 기반 이미지 생성",
30+
"image to image": "이미지 기반 이미지 생성",
31+
"text to video": "텍스트 기반 비디오 생성",
32+
"image to video": "이미지 기반 비디오 생성",
33+
"reference to image": "레퍼런스 기반 이미지 생성",
34+
"reference to video": "레퍼런스 기반 비디오 생성",
35+
"ComfyUI Manager": "ComfyUI 매니저"
2336
},
2437
"ignore": [
2538
"active",

docs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7803,7 +7803,7 @@
78037803
"pages": [
78047804
"ko/installation/install_custom_node",
78057805
{
7806-
"group": "ComfyUI-Manager",
7806+
"group": "ComfyUI 매니저",
78077807
"pages": [
78087808
"ko/manager/overview",
78097809
"ko/manager/install",
@@ -7857,7 +7857,7 @@
78577857
"ko/interface/features/partial-execution",
78587858
"ko/interface/features/node-docs",
78597859
{
7860-
"group": "ComfyUI Settings",
7860+
"group": "ComfyUI 설정",
78617861
"icon": "gear",
78627862
"pages": [
78637863
"ko/interface/settings/overview",
@@ -9999,7 +9999,7 @@
99999999
"pages": [
1000010000
"ko/development/overview",
1000110001
{
10002-
"group": "ComfyUI APIs",
10002+
"group": "ComfyUI API",
1000310003
"icon": "computer",
1000410004
"pages": [
1000510005
"ko/development/api-development/overview",
@@ -10013,7 +10013,7 @@
1001310013
]
1001410014
},
1001510015
{
10016-
"group": "ComfyUI Server API",
10016+
"group": "ComfyUI 서버 API",
1001710017
"icon": "server",
1001810018
"pages": [
1001910019
"ko/development/comfyui-server/comms_overview",

ko/agent-tools/cloud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Comfy Cloud MCP"
33
sidebarTitle: "Cloud MCP"
4-
description: "Claude Code와 Claude Desktop에서 Comfy Cloud를 Comfy Cloud MCP 서버를 통해 사용하세요: 이미지, 비디오, 오디오 및 3D 생성, 모델 및 노드 검색, 워크플로 실행"
4+
description: "Claude Code와 Claude Desktop에서 Comfy Cloud를 Comfy Cloud MCP 서버를 통해 사용하세요: 이미지, 비디오, 오디오 및 3D 생성, 모델 및 노드 검색, 워크플로우 실행 가능"
55
icon: "cloud"
66
translationSourceHash: 148cada3
77
translationFrom: agent-tools/cloud.mdx

ko/agent-tools/partner-mcp.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: "Comfy Partner MCP"
33
description: "30개 이상의 파트너 제공업체(BFL, Ideogram, Kling, Runway, Veo, Meshy, ElevenLabs 등)에 걸쳐 통합된 생성 도구를 제공하는 로컬 MCP 서버입니다."
44
sidebarTitle: "Partner MCP"
55
icon: "plug"
6-
translationSourceHash: f3f20477
6+
translationSourceHash: 4995fc09
77
translationFrom: agent-tools/partner-mcp.mdx
88
---
99

1010
<Warning>
11-
**비공개 테스트 중 — 아직 공개되지 않았습니다.** Comfy Partner MCP 서버는 현재 비공개 테스트 중입니다. 기능과 API는 변경될 수 있습니다. 액세스는 초대된 파트너로 제한됩니다.
11+
**비공개 프리뷰 — 아직 공개되지 않았습니다.** Comfy Partner MCP 서버는 현재 비공개 테스트 중입니다. 기능과 API는 변경될 수 있습니다. 액세스는 초대된 파트너로 제한됩니다.
1212
</Warning>
1313

1414
Comfy Partner MCP는 BFL, Ideogram, Kling, Runway, Veo, Meshy, ElevenLabs 등 **30개 이상의 파트너 제공업체**에 걸쳐 AI 에이전트에게 통합된 생성 도구를 제공하는 로컬 MCP 서버입니다. 모든 생성 유형에 대해 단일 표준 요청 형식을 사용합니다.
@@ -22,7 +22,7 @@ Comfy Partner MCP는 BFL, Ideogram, Kling, Runway, Veo, Meshy, ElevenLabs 등 **
2222

2323
---
2424

25-
## 요구사항
25+
## 요구 사항
2626

2727
- **Node.js 20+**
2828
- **pnpm 10**
@@ -96,14 +96,14 @@ MCP 서버는 **10개의 도구**를 노출합니다. 성공적으로 설치한
9696

9797
| 도구 | 설명 |
9898
|------|-------------|
99-
| `generate_image` | 정지 이미지 생성 — 텍스트-to-image, 편집 또는 업스케일링 |
100-
| `generate_video` | 동영상 클립 생성 — 텍스트-to-video, 이미지-to-video 또는 립싱크 |
99+
| `generate_image` | 정지 이미지 생성 — 텍스트 기반 이미지 생성, 편집 또는 업스케일링 |
100+
| `generate_video` | 동영상 클립 생성 — 텍스트 기반 비디오 생성, 이미지 기반 비디오 생성 또는 립싱크 |
101101
| `generate_3d` | 텍스트 또는 참조 이미지로부터 3D 메쉬(GLB/FBX/OBJ) 생성 |
102102
| `generate_svg` | 텍스트 프롬프트로부터 SVG 벡터 일러스트레이션 생성 |
103-
| `generate_audio` | 텍스트로부터 음성, 보이스 클론 또는 효과음 생성 |
104-
| `generate_music` | 프롬프트로부터 악기나 보컬 음악 생성 |
103+
| `generate_audio` | 텍스트로부터 음성, 음성 복제 또는 효과음 생성 |
104+
| `generate_music` | 프롬프트로부터 기악 또는 보컬 음악 생성 |
105105
| `media_upload` | 파일(이미지/동영상/오디오) 업로드 및 `media:<id>` 참조 획득 — `generate_*` 호출에 사용 |
106-
| `read_media` | 미디어 아트팩트를 가져와 인라인으로 렌더링 — HTTPS URL 또는 `media:…` 토큰 수락 |
106+
| `read_media` | 미디어 아티팩트를 가져와 인라인으로 렌더링 — HTTPS URL 또는 `media:…` 토큰 수락 |
107107
| `models_explore` | 모델 탐색, 기능별 검색 및 모델의 전체 호출 형식 읽기 |
108108
| `balance` | 현재 계정의 남은 USD 잔액 조회 |
109109

@@ -133,5 +133,5 @@ MCP 서버는 **10개의 도구**를 노출합니다. 성공적으로 설치한
133133

134134
## 관련
135135

136-
- [Comfy Cloud MCP](/ko/agent-tools/cloud) — Comfy Cloud 워크플로우 실행을 위한 호스팅 MCP 서버
136+
- [Comfy Cloud MCP](/ko/agent-tools/cloud) — Comfy Cloud 워크플로 실행을 위한 호스팅 MCP 서버
137137
- [Comfy Partner Nodes CLI](/ko/comfy-cli/reference#generate-partner-nodes) — 명령줄에서 파트너 노드 사용

ko/custom-nodes/js/javascript_commands_keybindings.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ app.registerExtension({
8282
},
8383
{
8484
id: "clearWorkflow",
85-
label: "워크플로 지우기",
85+
label: "워크플로 비우기",
8686
function: () => {
87-
if (confirm("워크플로를 지우시겠습니까?")) {
87+
if (confirm("워크플로를 비우시겠습니까?")) {
8888
app.graph.clear();
8989
}
9090
}
@@ -122,7 +122,7 @@ app.registerExtension({
122122
combo: { key: "r", ctrl: true },
123123
commandId: "runWorkflow"
124124
},
125-
// Ctrl+Shift+C로 워크플로 지우기
125+
// Ctrl+Shift+C로 워크플로 비우기
126126
{
127127
combo: { key: "c", ctrl: true, shift: true },
128128
commandId: "clearWorkflow"

ko/custom-nodes/js/javascript_dialog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ app.extensionManager.dialog.confirm({
6060
itemList?: string[], // 표시할 항목 목록 (옵션)
6161
hint?: string // 표시할 힌트 텍스트 (옵션)
6262
}).then((result: boolean | null) => {
63-
// result는 확인 시 true, 거부 시 false, 취소 시 null입니다
63+
// result는 확인 시 , 거부 시 거짓, 취소 시 null입니다
6464
});
6565
```
6666

ko/custom-nodes/overview.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "개요"
3-
translationSourceHash: 17a2872e
3+
translationSourceHash: 0a3cd996
44
translationFrom: custom-nodes/overview.mdx
55
---
66

@@ -16,8 +16,7 @@ translationFrom: custom-nodes/overview.mdx
1616
- [ComfyUI-React-Extension-Template](https://github.com/Comfy-Org/ComfyUI-React-Extension-Template)
1717
- [ComfyUI_frontend_vue_basic](https://github.com/jtydhr88/ComfyUI_frontend_vue_basic)
1818

19-
Claude Code를 사용하여 개발하는 경우, [ComfyUI Custom Node Skills](https://github.com/jtydhr88/comfyui-custom-node-skills)를 통해 Claude가 V3 및 V1 API를 모두 포괄하는 ComfyUI 노드 시스템에 대한 종합적인 지식을 습득할 수 있습니다. Claude Code 마켓플레이스에서 리포지토리 URL을 추가하면 노드 기초, 입출력, 데이터 유형, 고급 패턴, 프론트엔드 확장, 패키징을 다루는 9개의 스킬을 사용할 수 있습니다.
20-
19+
Claude Code를 사용하여 개발하는 경우, [ComfyUI Custom Node Skills](https://github.com/jtydhr88/comfyui-custom-node-skills)를 통해 Claude가 V3 및 V1 API를 모두 포괄하는 ComfyUI 노드 시스템에 대한 종합적인 지식을 습득할 수 있습니다. Claude Code 마켓플레이스에서 설치하거나 저장소 URL을 추가하면 노드 기초, 입력, 출력, 데이터 유형, 고급 패턴, 프론트엔드 확장, 패키징을 다루는 9개의 스킬을 사용할 수 있습니다.
2120

2221
## 클라이언트-서버 모델
2322

0 commit comments

Comments
 (0)