mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +00:00
Normalize translation keys in template card component (#2574)
Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: huchenlei <huchenlei@proton.me>
This commit is contained in:
@@ -759,6 +759,11 @@
|
||||
"3D": {
|
||||
"stable_zero123_example": "Stable Zero123"
|
||||
},
|
||||
"Area Composition": {
|
||||
"area_composition": "영역 구성",
|
||||
"area_composition_reversed": "역 영역 구성",
|
||||
"area_composition_square_area_for_subject": "주제를 위한 사각형 영역 구성"
|
||||
},
|
||||
"Audio": {
|
||||
"stable_audio_example": "Stable Audio"
|
||||
},
|
||||
@@ -773,11 +778,6 @@
|
||||
"lora_multiple": "Lora 다중",
|
||||
"yosemite_outpaint_example": "Yosemite Outpaint"
|
||||
},
|
||||
"Comfy - Area Composition": {
|
||||
"area_composition": "영역 구성",
|
||||
"area_composition_reversed": "영역 구성 반전",
|
||||
"area_composition_square_area_for_subject": "주제에 대한 영역 구성 사각형"
|
||||
},
|
||||
"ControlNet": {
|
||||
"2_pass_pose_worship": "2 패스 포즈 워십",
|
||||
"controlnet_example": "ControlNet",
|
||||
@@ -794,11 +794,11 @@
|
||||
"flux_redux_model_example": "Flux Redux 모델",
|
||||
"flux_schnell": "Flux Schnell"
|
||||
},
|
||||
"SD3.5": {
|
||||
"sd3.5_large_blur": "SD3.5 큰 Blur",
|
||||
"sd3.5_large_canny_controlnet_example": "SD3.5 큰 Canny ControlNet",
|
||||
"sd3.5_large_depth": "SD3.5 큰 Depth",
|
||||
"sd3.5_simple_example": "SD3.5 간단한 예"
|
||||
"SD3_5": {
|
||||
"sd3_5_large_blur": "SD3.5 큰 흐림",
|
||||
"sd3_5_large_canny_controlnet_example": "SD3.5 큰 캐니 컨트롤넷",
|
||||
"sd3_5_large_depth": "SD3.5 큰 깊이",
|
||||
"sd3_5_simple_example": "SD3.5 간단한 예시"
|
||||
},
|
||||
"SDXL": {
|
||||
"sdxl_refiner_prompt_example": "SDXL Refiner 프롬프트",
|
||||
|
||||
Reference in New Issue
Block a user