Skip to content

Commit 1156622

Browse files
authored
i18n: add X-to-Y glossary overrides (ko/zh/ja) (#1174)
* Add X-to-Y glossary overrides for ko, zh, and ja Pin consistent localized terms for text-to-image and related concepts so future translations avoid ko hybrid forms like 텍스트-to-이미지. * Deduplicate X-to-Y glossary override keys loadOverrideLayer lowercases keys, so case variants were redundant. Keep one hyphenated entry per concept plus space-form keys that differ at runtime. * Use 레퍼런스 for ko reference-to-* glossary terms Per OneVth review on #1174: 레퍼런스 reads more naturally than 참조 for reference-based image/video generation in Korean docs.
1 parent b11c873 commit 1156622

3 files changed

Lines changed: 57 additions & 3 deletions

File tree

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
{
22
"terms": {
33
"Comfy Cloud": "Comfy Cloud",
4-
"custom node": "カスタムノード"
4+
"custom node": "カスタムノード",
5+
"text-to-image": "テキストから画像へ",
6+
"image-to-image": "画像から画像へ",
7+
"text-to-video": "テキストから動画へ",
8+
"image-to-video": "画像から動画へ",
9+
"video-to-video": "動画から動画へ",
10+
"text-to-model": "テキストからモデル生成",
11+
"image-to-model": "画像からモデル生成",
12+
"text to 3d model": "テキストから3Dモデル生成",
13+
"image to 3d model": "画像から3Dモデル生成",
14+
"multiview-to-model": "多視点からモデル生成",
15+
"reference-to-image": "参照から画像生成",
16+
"reference-to-video": "参照から動画",
17+
"text-to-audio": "テキストから音声生成",
18+
"text-to-vector": "テキストからベクトル生成",
19+
"video-to-world": "動画から世界へ",
20+
"frame-to-video": "フレームから動画生成",
21+
"start/end frame-to-video": "開始/終了フレームから動画生成",
22+
"first-last-frame to video": "先頭・末尾フレームから動画生成"
523
},
624
"ignore": [
725
"active",

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
{
22
"terms": {
33
"Comfy Cloud": "Comfy Cloud",
4-
"custom node": "커스텀 노드"
4+
"custom node": "커스텀 노드",
5+
"text-to-image": "텍스트 기반 이미지 생성",
6+
"image-to-image": "이미지 기반 이미지 생성",
7+
"text-to-video": "텍스트 기반 비디오 생성",
8+
"image-to-video": "이미지 기반 비디오 생성",
9+
"video-to-video": "비디오 기반 비디오 생성",
10+
"text-to-model": "텍스트 기반 3D 모델 생성",
11+
"image-to-model": "이미지 기반 3D 모델 생성",
12+
"text to 3d model": "텍스트 기반 3D 모델 생성",
13+
"image to 3d model": "이미지 기반 3D 모델 생성",
14+
"multiview-to-model": "멀티뷰 기반 3D 모델 생성",
15+
"reference-to-image": "레퍼런스 기반 이미지 생성",
16+
"reference-to-video": "레퍼런스 기반 비디오 생성",
17+
"text-to-audio": "텍스트 기반 오디오 생성",
18+
"text-to-vector": "텍스트 기반 벡터 생성",
19+
"video-to-world": "비디오 기반 월드 생성",
20+
"frame-to-video": "프레임 기반 비디오 생성",
21+
"start/end frame-to-video": "시작/종료 프레임 기반 비디오 생성",
22+
"first-last-frame to video": "첫/마지막 프레임 기반 비디오 생성"
523
},
624
"ignore": [
725
"active",

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
{
22
"terms": {
33
"Comfy Cloud": "Comfy Cloud",
4-
"custom node": "自定义节点"
4+
"custom node": "自定义节点",
5+
"text-to-image": "文生图",
6+
"image-to-image": "图生图",
7+
"text-to-video": "文生视频",
8+
"image-to-video": "图生视频",
9+
"video-to-video": "视频转视频",
10+
"text-to-model": "文生模型",
11+
"image-to-model": "图生模型",
12+
"text to 3d model": "文生模型",
13+
"image to 3d model": "图生模型",
14+
"multiview-to-model": "多视图模型生成",
15+
"reference-to-image": "参考生图",
16+
"reference-to-video": "参考生视频",
17+
"text-to-audio": "文生音频",
18+
"text-to-vector": "文生矢量",
19+
"video-to-world": "视频到世界",
20+
"frame-to-video": "帧生视频",
21+
"start/end frame-to-video": "首尾帧视频",
22+
"first-last-frame to video": "首尾帧视频"
523
},
624
"ignore": [
725
"active",

0 commit comments

Comments
 (0)