Merge pull request #676 from walsvid/master

Add zh-cn translation
This commit is contained in:
Abubakar Abid 2022-02-18 15:10:39 -05:00 committed by GitHub
commit e76e8ae338
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构建"
}
}