From e990235d32a386c40f479e232899abe9d03e0a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=8A=B9=EC=84=9D?= Date: Tue, 5 Dec 2023 04:06:38 +0000 Subject: [PATCH] translationBot(ui): update translation (Korean) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 5.2% (70 of 1321 strings) Co-authored-by: 이승석 Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/ko/ Translation: InvokeAI/Web UI --- invokeai/frontend/web/public/locales/ko.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/invokeai/frontend/web/public/locales/ko.json b/invokeai/frontend/web/public/locales/ko.json index 8baab54ac9..9bee147c3e 100644 --- a/invokeai/frontend/web/public/locales/ko.json +++ b/invokeai/frontend/web/public/locales/ko.json @@ -72,5 +72,13 @@ }, "unifiedCanvas": { "betaPreserveMasked": "마스크 레이어 유지" + }, + "accessibility": { + "previousImage": "이전 이미지", + "modifyConfig": "Config 수정", + "nextImage": "다음 이미지", + "mode": "모드", + "menu": "메뉴", + "modelSelect": "모델 선택" } }