From 76faf79f5a773e0c29d8de0da2e82dab2cd6c0d2 Mon Sep 17 00:00:00 2001 From: BertramYe Date: Mon, 25 Nov 2024 23:57:03 +0800 Subject: [PATCH] Update zh.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix the issue of `Complete the Chinese (中文) translation of Puter #845` --- src/gui/src/i18n/translations/zh.js | 30 ++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/gui/src/i18n/translations/zh.js b/src/gui/src/i18n/translations/zh.js index b826ee03..7fc50824 100644 --- a/src/gui/src/i18n/translations/zh.js +++ b/src/gui/src/i18n/translations/zh.js @@ -350,23 +350,23 @@ const zh = { // *********************************** // Missing translations // *********************************** - "change": undefined, // In English: "Change" + "change": '修改', // In English: "Change" "clock_visibility": undefined, // In English: "Clock Visibility" - "plural_suffix": undefined, // In English: "s" - "reading": undefined, // In English: "Reading %strong%" - "writing": undefined, // In English: "Writing %strong%" - "unzipping": undefined, // In English: "Unzipping %strong%" - "sequencing": undefined, // In English: "Sequencing %strong%" - "zipping": undefined, // In English: "Zipping %strong%" - "Editor": undefined, // In English: "Editor" - "Viewer": undefined, // In English: "Viewer" - "People with access": undefined, // In English: "People with access" - "Share With…": undefined, // In English: "Share With…" - "Owner": undefined, // In English: "Owner" - "You can't share with yourself.": undefined, // In English: "You can't share with yourself." - "This user already has access to this item": undefined, // In English: "This user already has access to this item" + "plural_suffix": '复数后缀,比如,单词(apple)的复数需要在单词未尾加 s', // In English: "s" + "reading": '正在读取 %strong% ', // In English: "Reading %strong%" + "writing": '正在写入 %strong%', // In English: "Writing %strong%" + "unzipping": '正在解压 %strong%', // In English: "Unzipping %strong%" + "sequencing": '正在给 %strong% 排序', // In English: "Sequencing %strong%" + "zipping": '正在压缩 %strong%', // In English: "Zipping %strong%" + "Editor": '编辑器', // In English: "Editor" + "Viewer": '浏览器', // In English: "Viewer" + "People with access": '有访问权限的人(们)', // In English: "People with access" + "Share With…": '分享给...', // In English: "Share With…" + "Owner": '所有者', // In English: "Owner" + "You can't share with yourself.": '你自己不可以直接分享给自己.', // In English: "You can't share with yourself." + "This user already has access to this item": '当前用户已有访问权限.', // In English: "This user already has access to this item" } }; -export default zh; \ No newline at end of file +export default zh;