From c2ba380067a2c6b017470ba860409055c1d5aa8b Mon Sep 17 00:00:00 2001 From: Yan Chen Date: Wed, 13 May 2020 16:09:46 +0800 Subject: [PATCH] update chinese translation. (#84) thanks! --- frontend/translations/chinese.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/translations/chinese.js b/frontend/translations/chinese.js index 3ef5651..37fdb00 100644 --- a/frontend/translations/chinese.js +++ b/frontend/translations/chinese.js @@ -67,13 +67,13 @@ const data = { 'Old password': '旧密码', 'New password': '新密码', 'Wrong password': '密码错误', - 'Updated': '已上传', + 'Updated': '已更新', 'Deleted': '已删除', 'Your file is ready': '您的文件已备妥', - 'View': 'View', - 'Search': 'Search', + 'View': '查看', + 'Search': '搜索', 'Download permission': '下载', - 'Guest': 'Guest', + 'Guest': '游客', } export default data