From 96c4b97c742311e90a87d8e8ee562c6ad765e9f0 Mon Sep 17 00:00:00 2001 From: ylhsieh Date: Thu, 28 Sep 2023 21:47:11 +0800 Subject: [PATCH] Adjust translation (#5726) * Adjust translation * add changeset --------- Co-authored-by: gradio-pr-bot Co-authored-by: Hannah --- .changeset/wise-dots-change.md | 6 ++++++ js/app/src/lang/zh-TW.json | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 .changeset/wise-dots-change.md diff --git a/.changeset/wise-dots-change.md b/.changeset/wise-dots-change.md new file mode 100644 index 000000000000..e17dcc4633f6 --- /dev/null +++ b/.changeset/wise-dots-change.md @@ -0,0 +1,6 @@ +--- +"@gradio/app": patch +"gradio": patch +--- + +fix:Adjust translation diff --git a/js/app/src/lang/zh-TW.json b/js/app/src/lang/zh-TW.json index 943d661274d8..2864d7529b03 100644 --- a/js/app/src/lang/zh-TW.json +++ b/js/app/src/lang/zh-TW.json @@ -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": "拖放影片至此處" } }