diff --git a/src/locales/en/main.json b/src/locales/en/main.json index dd38864b8..b508e8b3a 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -516,7 +516,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 9e1d9a6c7..e2e839128 100644 --- a/src/locales/fr/main.json +++ b/src/locales/fr/main.json @@ -891,6 +891,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 d1561b444..d3a7323af 100644 --- a/src/locales/ja/main.json +++ b/src/locales/ja/main.json @@ -891,6 +891,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 10f6e1416..258e8f688 100644 --- a/src/locales/ko/main.json +++ b/src/locales/ko/main.json @@ -891,6 +891,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 e035a2d2a..79096b21a 100644 --- a/src/locales/ru/main.json +++ b/src/locales/ru/main.json @@ -891,6 +891,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 f72dd3295..fd3542c11 100644 --- a/src/locales/zh/main.json +++ b/src/locales/zh/main.json @@ -891,6 +891,9 @@ }, "template": { "3D": { + "hunyuan-3d-multiview-elf": "Hunyuan3D多视图", + "hunyuan-3d-turbo": "Hunyuan3D Turbo", + "hunyuan3d-non-multiview-train": "Hunyuan3D", "stable_zero123_example": "稳定Zero123" }, "Area Composition": { @@ -975,4 +978,4 @@ "exportWorkflow": "导出工作流", "saveWorkflow": "保存工作流" } -} \ No newline at end of file +}