From e629f785b97b919f69dfba13a6f90c405dc925c9 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Thu, 20 Mar 2025 18:31:42 -0700 Subject: [PATCH] Add Hunyuan3d template workflow titles i18 fields (#3171) Co-authored-by: github-actions Co-authored-by: Chenlei Hu --- src/locales/en/main.json | 5 ++++- src/locales/fr/main.json | 3 +++ src/locales/ja/main.json | 3 +++ src/locales/ko/main.json | 3 +++ src/locales/ru/main.json | 3 +++ src/locales/zh/main.json | 5 ++++- 6 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index d3b5225b3f..881b1964ca 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -508,7 +508,10 @@ "area_composition_square_area_for_subject": "Area Composition Square Area for Subject" }, "3D": { - "stable_zero123_example": "Stable Zero123" + "stable_zero123_example": "Stable Zero123", + "hunyuan3d-non-multiview-train": "Hunyuan3D 2.0", + "hunyuan-3d-multiview-elf": "Hunyuan3D 2.0 MV", + "hunyuan-3d-turbo": "Hunyuan3D 2.0 MV Turbo" }, "Audio": { "stable_audio_example": "Stable Audio" diff --git a/src/locales/fr/main.json b/src/locales/fr/main.json index c3ebd4bcc0..0bfd6f7d7a 100644 --- a/src/locales/fr/main.json +++ b/src/locales/fr/main.json @@ -882,6 +882,9 @@ }, "template": { "3D": { + "hunyuan-3d-multiview-elf": "Hunyuan3D Multivue", + "hunyuan-3d-turbo": "Hunyuan3D Turbo", + "hunyuan3d-non-multiview-train": "Hunyuan3D", "stable_zero123_example": "Stable Zero123" }, "Area Composition": { diff --git a/src/locales/ja/main.json b/src/locales/ja/main.json index 7a395f0c18..acabf7eff0 100644 --- a/src/locales/ja/main.json +++ b/src/locales/ja/main.json @@ -882,6 +882,9 @@ }, "template": { "3D": { + "hunyuan-3d-multiview-elf": "Hunyuan3D マルチビュー", + "hunyuan-3d-turbo": "Hunyuan3D ターボ", + "hunyuan3d-non-multiview-train": "Hunyuan3D", "stable_zero123_example": "Stable Zero123" }, "Area Composition": { diff --git a/src/locales/ko/main.json b/src/locales/ko/main.json index 0ad5510f13..932b59cd01 100644 --- a/src/locales/ko/main.json +++ b/src/locales/ko/main.json @@ -882,6 +882,9 @@ }, "template": { "3D": { + "hunyuan-3d-multiview-elf": "Hunyuan3D 다중뷰", + "hunyuan-3d-turbo": "Hunyuan3D 터보", + "hunyuan3d-non-multiview-train": "Hunyuan3D", "stable_zero123_example": "스테이블 제로123" }, "Area Composition": { diff --git a/src/locales/ru/main.json b/src/locales/ru/main.json index a34b5c7ec4..861c243d44 100644 --- a/src/locales/ru/main.json +++ b/src/locales/ru/main.json @@ -882,6 +882,9 @@ }, "template": { "3D": { + "hunyuan-3d-multiview-elf": "Hunyuan3D Многовидовой", + "hunyuan-3d-turbo": "Hunyuan3D Турбо", + "hunyuan3d-non-multiview-train": "Hunyuan3D", "stable_zero123_example": "Stable Zero123" }, "Area Composition": { diff --git a/src/locales/zh/main.json b/src/locales/zh/main.json index 4f5498d5c5..ab5c85fb37 100644 --- a/src/locales/zh/main.json +++ b/src/locales/zh/main.json @@ -882,6 +882,9 @@ }, "template": { "3D": { + "hunyuan-3d-multiview-elf": "Hunyuan3D多视图", + "hunyuan-3d-turbo": "Hunyuan3D Turbo", + "hunyuan3d-non-multiview-train": "Hunyuan3D", "stable_zero123_example": "稳定Zero123" }, "Area Composition": { @@ -966,4 +969,4 @@ "exportWorkflow": "导出工作流", "saveWorkflow": "保存工作流" } -} \ No newline at end of file +}