add korean support

This commit is contained in:
jkang 2022-02-17 09:11:45 +09:00
parent d6bfa72ae2
commit a15bff2c8e

View File

@ -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로 제작되었습니다"
}
}