From ce1babba5a29212e533b3904b187683a71f32d6d Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:16:33 +0200 Subject: [PATCH] New translations en.json (Korean) --- packages/excalidraw/locales/ko-KR.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/excalidraw/locales/ko-KR.json b/packages/excalidraw/locales/ko-KR.json index aa8f34a45..81c06cc7f 100644 --- a/packages/excalidraw/locales/ko-KR.json +++ b/packages/excalidraw/locales/ko-KR.json @@ -46,6 +46,10 @@ "arrowhead_triangle_outline": "삼각형(윤곽선)", "arrowhead_diamond": "마름모", "arrowhead_diamond_outline": "마름모(윤곽선)", + "arrowtypes": "", + "arrowtype_sharp": "", + "arrowtype_round": "", + "arrowtype_elbowed": "", "fontSize": "글자 크기", "fontFamily": "글꼴", "addWatermark": "\"Made with Excalidraw\" 추가", @@ -295,6 +299,7 @@ "hints": { "canvasPanning": "캔버스를 옮기려면 마우스 휠이나 스페이스바를 누르고 드래그하거나, 손 도구를 사용하기", "linearElement": "여러 점을 연결하려면 클릭하고, 직선을 그리려면 바로 드래그하세요.", + "arrowTool": "", "freeDraw": "클릭 후 드래그하세요. 완료되면 놓으세요.", "text": "팁: 선택 툴로 아무 곳이나 더블 클릭해 텍스트를 추가할 수도 있습니다.", "embeddable": "클릭 및 드래그하여 웹사이트 임베드 만들기",