Adjust translation (#5726)

* Adjust translation

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Hannah <hannahblair@users.noreply.github.com>
This commit is contained in:
ylhsieh 2023-09-28 21:47:11 +08:00 committed by GitHub
parent 84e03fe506
commit 96c4b97c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/app": patch
"gradio": patch
---
fix:Adjust translation

View File

@ -7,10 +7,10 @@
},
"upload_text": {
"click_to_upload": "點擊上傳",
"drop_audio": "刪除音頻",
"drop_csv": "刪除CSV",
"drop_file": "刪除檔案",
"drop_image": "刪除圖片",
"drop_video": "刪除影片"
"drop_audio": "拖放音訊至此處",
"drop_csv": "拖放CSV至此處",
"drop_file": "拖放檔案至此處",
"drop_image": "拖放圖片至此處",
"drop_video": "拖放影片至此處"
}
}