diff --git a/ui/packages/app/src/lang/ko.json b/ui/packages/app/src/lang/ko.json new file mode 100644 index 0000000000..7cbc6b0f8a --- /dev/null +++ b/ui/packages/app/src/lang/ko.json @@ -0,0 +1,18 @@ +{ + "interface": { + "submit": "제출하기", + "clear": "클리어", + "interpret": "설명하기", + "flag": "플래그", + "examples": "예시", + "drop_image": "이미지를 끌어 놓으세요", + "drop_video": "비디오를 끌어 놓으세요", + "drop_audio": "오디오를 끌어 놓으세요", + "drop_file": "파일을 끌어 놓으세요", + "drop_csv": "CSV파일을 끌어 놓으세요", + "or": "또는", + "click_to_upload": "클릭해서 업로드하기", + "view_api": "API 보기", + "built_with_Gradio": "gradio로 제작되었습니다" + } +}