New translations en.json (Korean)

This commit is contained in:
Excalidraw Bot 2023-12-18 16:56:53 +01:00
parent 8136962237
commit bf68b8b3b2

View file

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