diff --git a/packages/excalidraw/locales/ko-KR.json b/packages/excalidraw/locales/ko-KR.json index 768ed3a0e..9d13aa07a 100644 --- a/packages/excalidraw/locales/ko-KR.json +++ b/packages/excalidraw/locales/ko-KR.json @@ -11,8 +11,8 @@ "copyAsPng": "클립보드로 PNG 이미지 복사", "copyAsSvg": "클립보드로 SVG 이미지 복사", "copyText": "클립보드로 텍스트 복사", - "copySource": "", - "convertToCode": "", + "copySource": "클립보드에 복사하기", + "convertToCode": "코드로 변환하기", "bringForward": "앞으로 가져오기", "sendToBack": "맨 뒤로 보내기", "bringToFront": "맨 앞으로 가져오기", @@ -38,12 +38,12 @@ "arrowhead_none": "없음", "arrowhead_arrow": "화살표", "arrowhead_bar": "막대", - "arrowhead_circle": "", - "arrowhead_circle_outline": "", + "arrowhead_circle": "원", + "arrowhead_circle_outline": "원(윤곽선)", "arrowhead_triangle": "삼각형", - "arrowhead_triangle_outline": "", - "arrowhead_diamond": "", - "arrowhead_diamond_outline": "", + "arrowhead_triangle_outline": "삼각형(윤곽선)", + "arrowhead_diamond": "마름모", + "arrowhead_diamond_outline": "마름모(윤곽선)", "fontSize": "글자 크기", "fontFamily": "글꼴", "addWatermark": "\"Made with Excalidraw\" 추가", @@ -80,7 +80,7 @@ "untitled": "제목 없음", "name": "이름", "yourName": "이름 입력", - "madeWithExcalidraw": "", + "madeWithExcalidraw": "Excalidraw에서 생성됨", "group": "그룹 생성", "ungroup": "그룹 해제", "collaborators": "공동 작업자", @@ -137,7 +137,7 @@ "selectAllElementsInFrame": "프레임의 모든 요소 선택", "removeAllElementsFromFrame": "프레임의 모든 요소 삭제", "eyeDropper": "캔버스에서 색상 고르기", - "textToDiagram": "", + "textToDiagram": "텍스트를 표로 만들기", "prompt": "" }, "library": { @@ -521,5 +521,15 @@ "description": "", "syntax": "", "preview": "" + }, + "userList": { + "search": { + "placeholder": "", + "empty": "" + }, + "hint": { + "text": "", + "followStatus": "" + } } }