Skip to content

Commit bc95875

Browse files
authored
Merge pull request #923 from monyxie/zh-translations
Update zh translations
2 parents 6d6e3e6 + 77eb1c0 commit bc95875

File tree

1 file changed

+9
-7
lines changed
  • src/gui/src/i18n/translations

1 file changed

+9
-7
lines changed

Diff for: src/gui/src/i18n/translations/zh.js

+9-7
Original file line numberDiff line numberDiff line change
@@ -352,16 +352,18 @@ const zh = {
352352
"plural_suffix": '单位后缀', // In English: "plural_suffix"
353353
"reading": '正在读取 %strong%', // In English: "Reading %strong%"
354354
"writing": '正在写入 %strong%', // In English: "Writing %strong%"
355-
"unzipping": '正在解压 %strong%', // In English: "Unzipping %strong%"
355+
"unzipping": '正在解压缩 %strong%', // In English: "Unzipping %strong%"
356356
"sequencing": '正在排序 %strong%', // In English: "Sequencing %strong%"
357357
"zipping": '正在压缩 %strong%', // In English: "Zipping %strong%"
358-
"Editor": '文本编辑器', // In English: "Editor"
358+
"Editor": '编辑器', // In English: "Editor"
359359
"Viewer": '查看器', // In English: "Viewer"
360-
"People with access": '拥有权限者', // In English: "People with access"
361-
"Share With…": '分享给...', // In English: "Share With…"
362-
"Owner": '作者', // In English: "Owner"
363-
"You can't share with yourself.": '你不能与自己分享', // In English: "You can't share with yourself."
364-
"This user already has access to this item": '该用户已有访问此项的权限', // In English: "This user already has access to this item"
360+
"People with access": '有访问权限的人', // In English: "People with access"
361+
"Share With…": '与他人分享…', // In English: "Share With…"
362+
"Owner": '所有者', // In English: "Owner"
363+
"You can't share with yourself.": '不能分享给你自己', // In English: "You can't share with yourself."
364+
"This user already has access to this item": '该用户已经拥有访问此项目的权限了', // In English: "This user already has access to this item"
365+
366+
365367
}
366368
};
367369

0 commit comments

Comments
 (0)