From c85f7fc13373a8c1b7643ab7bfb222c9a39b0950 Mon Sep 17 00:00:00 2001 From: comfuture Date: Wed, 28 May 2025 16:02:04 +0900 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20update=20translation=20for=20'visi?= =?UTF-8?q?onVariable'=20to=20'=EB=B9=84=EC=A0=84=20=EB=B3=80=EC=88=98'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/i18n/ko-KR/workflow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/ko-KR/workflow.ts b/web/i18n/ko-KR/workflow.ts index f6435edb58..b2c3e2d422 100644 --- a/web/i18n/ko-KR/workflow.ts +++ b/web/i18n/ko-KR/workflow.ts @@ -200,7 +200,7 @@ const translation = { code: '코드', model: '모델', rerankModel: '재정렬 모델', - visionVariable: '시력 변수', + visionVariable: '비전 변수', }, invalidVariable: '잘못된 변수', rerankModelRequired: 'Rerank Model을 켜기 전에 설정에서 모델이 성공적으로 구성되었는지 확인하십시오.',