Merge pull request #644 from jaekookang/master

add korean support
This commit is contained in:
Abubakar Abid 2022-02-17 11:24:12 -05:00 committed by GitHub
commit fdef6e038f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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