From 72a0c2af8fed3b77e9253ebe9c1e4525da3cbfae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=94=9F=E6=9D=82=E7=89=A9=E6=88=BF?= <88823709+TC999@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:23:43 +0800 Subject: [PATCH] =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=E8=AF=8D=E6=9D=A1?= =?UTF-8?q?=EF=BC=9A=E6=8F=90=E4=BA=A4=E9=A1=B5=E9=9D=A2=E3=80=81=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E8=B5=84=E6=96=99=E9=A1=B5=20(#237)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/locals.js b/locals.js index 9dc1aa078..065408241 100644 --- a/locals.js +++ b/locals.js @@ -1639,6 +1639,9 @@ I18N.zh["page-profile-public"] = { // 个人首页(含组织) "Report abuse": "举报滥用", "Contact GitHub support about this user’s behavior. Learn more about": "就该用户的行为联系 GitHub 支持部门。了解更多关于", "reporting abuse": "举报滥用", + + // 仓库 + "Forked from": "复刻自", // 标签栏 "Sponsoring": "赞助", @@ -5678,6 +5681,7 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 "Jump to bottom": "跳到底部", //小屏模式 + "people": "人", // 提交 "committed": "提交于", // 提交浮窗 // 标签栏 @@ -8480,6 +8484,8 @@ I18N.zh["repository/commit"] = { // 仓库 - 提交页面 "Unlocking the conversation means:": "解锁对话意味着:", "will be able to comment on this commit once more.": "将能够再次对此提交发表评论。", "You can always lock this commit again in the future.": "您可以随时再次锁定此提交。", + + "Reply…": "回复…", "Subscribe": "订阅", "Unsubscribe": "取消订阅",