From 4549075edb20e484c603e8faada25ca3fbdfd12d Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:25:38 +0200 Subject: [PATCH] New translations en.json (Korean) --- src/locales/ko-KR.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/locales/ko-KR.json b/src/locales/ko-KR.json index c6337bc8d..2172e0aa9 100644 --- a/src/locales/ko-KR.json +++ b/src/locales/ko-KR.json @@ -449,5 +449,36 @@ "shades": "색조", "hexCode": "Hex 코드", "noShades": "사용할 수 있는 색조가 없음" + }, + "overwriteConfirm": { + "action": { + "exportToImage": { + "title": "", + "button": "", + "description": "" + }, + "saveToDisk": { + "title": "", + "button": "", + "description": "" + }, + "excalidrawPlus": { + "title": "", + "button": "", + "description": "" + } + }, + "modal": { + "loadFromFile": { + "title": "", + "button": "", + "description": "" + }, + "shareableLink": { + "title": "", + "button": "", + "description": "" + } + } } }