From a3ed44669d9777142285df05a37d52667a17dc6e Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Sun, 9 Jun 2024 23:53:04 +0800 Subject: [PATCH 01/99] =?UTF-8?q?=E9=83=A8=E7=BD=B2=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/locals.js b/locals.js index a5dbbc727..566227dd2 100644 --- a/locals.js +++ b/locals.js @@ -315,6 +315,7 @@ I18N.zh["title"] = { // 标题翻译 [/Authorized GitHub Apps/, "授权的 GitHub 应用"], [/Installed GitHub Apps/, "已安装的 GitHub 应用"], [/Accessibility/, "无障碍"], + [/Environments/, "环境"], [/Repositories/, "仓库"], [/Starred/, "星标页面"], [/starred repositories/, "星标仓库"], @@ -327,6 +328,7 @@ I18N.zh["title"] = { // 标题翻译 [/Actions/, "操作"], [/Projects/, "项目"], [/Packages?/, "软件包"], + [/Settings · Rulesets/, "设置 · 规则集"], [/Security Overview/, "安全概述"], [/Security Policy/, "安全政策"], [/Security Advisories/, "安全公告"], @@ -334,6 +336,7 @@ I18N.zh["title"] = { // 标题翻译 [/Pulse/, "统计"], [/Contributors to/, "贡献者 ·"], [/Dashboard/, "仪表板"], + [/Deployments/, "部署"], [/Community/, "社区"], [/Traffic/, "流量"], [/Commit Activity/, "提交活动"], @@ -361,6 +364,7 @@ I18N.zh["title"] = { // 标题翻译 [/Outside collaborators/, "外部协作者"], [/Discussions/, "讨论"], [/Workflow runs/, "工作流运行"], + [/Webhooks · Settings/, "Web 钩子 · 设置"], [/Add a code of conduct to/, "添加代码行为准则到"], ["_regexp_end", "end"] ], @@ -9253,6 +9257,7 @@ I18N.zh["repository/deployments"] = { // 仓库 - 部署页面 "Loading information…": "载入信息…", "at": "在", "Deployed": "部署", + "All deployments": "所有部署", "Deployed by": "部署者", "Active": "活跃", "Inactive": "不活跃", @@ -9280,6 +9285,43 @@ I18N.zh["repository/deployments"] = { // 仓库 - 部署页面 "Status: Deployed (completed).": "状态:已部署(已完成)", "Status: Failed to deploy (completed).": "状态:部署失败(已完成)", "No status available for": "无可用状态", + + // 面板 + // 所有部署 + "Latest deployments from pinned environments": "来自固定环境的最新部署", + + "Filter": "过滤", + "Filter deployments": "过滤部署", + // 搜索框菜单 + "State": "状态", + "Creator": "创建者", + "Environment": "环境", + "Ref": "分支", + "Text": "文本", + // 过滤器窗口 + "Advanced filters": "高级过滤", + "Build complex filter queries": "建立复杂的过滤器查询", + "To start building your query add your first filter using the button below.": "要开始建立查询,请使用下面的按钮添加第一个过滤器。", + + "Qualifier": "限定", + "Operator": "操作", + "is one of": "之中的", + "is": "是", + "Value": "值", + "Make a selection": "请选择", + "Select items": "请选择项目", + "Filter values": "过滤值", + "Enter search text": "键入任意文本", + "Me": "我", + "Signed-in user": "已登录用户", + // 关闭弹窗 + "Discard changes?": "是否放弃更改?", + "You have unsaved changes. Are you sure you want to discard them?": "您有未保存的更改。您确定要放弃它们吗?", + "Keep editing": "继续编辑", + "Close and discard": "关闭并放弃", + + "Add a filter": "添加过滤器", + "Apply": "应用", // ///deployments/activity_log?environment=github-pages "Deployments": "部署", @@ -12832,7 +12874,7 @@ I18N.zh["repository/settings/environments"] = { // 仓库设置 - 环境 ///settings/environments "New environment": "新建环境", - "You can configure environments with protection rules, variables and secrets.": "您可以使用保护规则,变量和机密配置环境。", + "You can configure environments with protection rules, variables, and secrets.": "您可以使用保护规则,变量和机密配置环境。", "Learn more about configuring environments.": "了解更多关于配置环境的信息。", "There are no environments for this repository": "此仓库尚无环境", From dbcab0490c491d058a956084363e5d70654ded83 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Fri, 14 Jun 2024 15:09:30 +0800 Subject: [PATCH 02/99] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=8D=E6=9D=A1?= =?UTF-8?q?=EF=BC=9A=E6=8B=89=E5=8F=96=E8=AF=B7=E6=B1=82=E9=A1=B5=E5=8F=8A?= =?UTF-8?q?=E8=AE=AE=E9=A2=98=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 16c545db1..e7b768036 100644 --- a/locals.js +++ b/locals.js @@ -7140,7 +7140,7 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 [/Only people who can see ([^ ]+) will see this reference./, "只有能看到 $1 的人才能看到这个参考。"], [/Sponsor ([^ ]+)?/, "赞助 $1"], // 赞助按钮 对话框 标题 [/Notify someone on an issue with a mention, like: @([^ ]+)./, "在某个问题上通知并提及某人,例如:@$1。"], // 专业提示 - [/Edited (\d+) time/, "已编辑 $1 次"], + [/Edited (\d+) times?/, "已编辑 $1 次"], [/edited by ([^ ]+)/, "由 $1 编辑"], [/This issue will close when #(\d+) is merged/, "此议题将在 #$1 合并时关闭"], @@ -7172,6 +7172,8 @@ I18N.zh["repository/pull"] = { // 仓库 - 拉取请求页面 "If you would like to submit code to this repository, consider opening a pull request.": "如果您想向这个仓库提交代码,请考虑打开一个拉取请求。", "If you would like to submit code to this repository, consider opening a pull request. You can read this repository’s": "如果您想向这个仓库提交代码,请考虑打开一个拉取请求。您可以阅读该仓库的", + "The head ref may contain hidden characters:": "头部分支可能包含隐藏字符:", + "Label issues and pull requests for new contributors": "标记新贡献者的议题和拉取请求", "Now, GitHub will help potential first-time contributors": "现在,GitHub 将帮助潜在的首次贡献者", "discover issues": "探索议题", From e62e24f6a36df64d3d5e929eb6bf5d8b532d3736 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Fri, 14 Jun 2024 19:28:01 +0800 Subject: [PATCH 03/99] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index e7b768036..a9ccd6b1f 100644 --- a/locals.js +++ b/locals.js @@ -7172,7 +7172,7 @@ I18N.zh["repository/pull"] = { // 仓库 - 拉取请求页面 "If you would like to submit code to this repository, consider opening a pull request.": "如果您想向这个仓库提交代码,请考虑打开一个拉取请求。", "If you would like to submit code to this repository, consider opening a pull request. You can read this repository’s": "如果您想向这个仓库提交代码,请考虑打开一个拉取请求。您可以阅读该仓库的", - "The head ref may contain hidden characters:": "头部分支可能包含隐藏字符:", + "The head ref may contain hidden characters:": "头部引用可能包含隐藏字符:", "Label issues and pull requests for new contributors": "标记新贡献者的议题和拉取请求", "Now, GitHub will help potential first-time contributors": "现在,GitHub 将帮助潜在的首次贡献者", From 362a89ebb6e1648eec7ecd99f6ab266f22694c82 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Sat, 15 Jun 2024 16:39:00 +0800 Subject: [PATCH 04/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/locals.js b/locals.js index a9ccd6b1f..9e47d748e 100644 --- a/locals.js +++ b/locals.js @@ -1375,7 +1375,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) "released": "发布了", "published": "发布了", "started sponsoring": "赞助给", - "started following": "开始关注了", + "started following": "已关注", "you": "您", "Updated": "更新于", "a repository": "1 个仓库", @@ -1481,6 +1481,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) [/Your repository \"([^ ]+)\" was successfully deleted./, "您的仓库 “$1” 已成功删除。"], // 仓库删除 [/(\d+) releases?/, "$1 个发行版"], [/(\d+) followers?/, "$1 个关注者"], + [/(\d+) users?/, "$1 个用户"], [/(\d+) comments?/, "$1 条评论"], [/(\d+) commits? to/, "$1 个提交到"], [/(\d+) more commits? »/, "$1 个更多提交到"], @@ -1604,6 +1605,7 @@ I18N.zh["page-profile-public"] = { // 个人首页(含组织) "Show on profile": "在个人资料中显示", "Copy share link": "复制共享链接", "Preview on Twitter": "在 Twitter 上预览", + "New": "新", // 顶部提醒 // [/The (.+) achievement will now be hidden from your profile./, "现在,将从您的个人资料中隐藏 “$1” 成就。"], @@ -1671,8 +1673,7 @@ I18N.zh["page-profile"] = { // 个人首页 "Drag to reorder": "拖动重新排序", // 顶部提醒 - "You unlocked new Achievements with private contributions!": "您通过私人贡献解锁了新成就!", - "Show them off by including private contributions in your Profile in": "通过在您的个人资料中包含私人贡献来展示它们。", + "You unlocked new Achievements with private contributions! Show them off by including private contributions in your Profile in": "您通过私人贡献解锁了新成就!通过在您的个人资料中包含私人贡献来展示它们。", "Your pins have been updated. Drag and drop to reorder them.": "您的置顶已更新。拖放来重新排列它们。", // 拖拽排序提醒 "Order updated.": "置顶已更新。", @@ -1685,6 +1686,9 @@ I18N.zh["page-profile"] = { // 个人首页 "Less": "更少", "More": "更多", "Contribution settings": "贡献设置", + + // 复刻仓库特有 + "Forked from": "复刻自", // 贡献设置下拉菜单 "Private contributions": "私人贡献", "Turning on private contributions will show anonymized private activity on your profile.": "开启私人贡献则将在您的个人资料上显示匿名的私人活动。", From 1d429aaea7023cf7b11df32254e99504bbfc5d56 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Sat, 15 Jun 2024 16:50:24 +0800 Subject: [PATCH 05/99] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E8=B5=84=E6=96=99?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index 9e47d748e..90cf8a571 100644 --- a/locals.js +++ b/locals.js @@ -1520,6 +1520,7 @@ I18N.zh["page-profile-public"] = { // 个人首页(含组织) "follower": "关注者", "followers": "关注者", "following": "关注", + "Followed by": "共同关注者:", "Joined": "加入于", "Achievements": "成就", "Highlights": "高光时刻", From 9216ee6dd60783cb8aa942c10fd15ac668562239 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Sat, 15 Jun 2024 22:43:05 +0800 Subject: [PATCH 06/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locals.js b/locals.js index 2f847818b..95a6fdec5 100644 --- a/locals.js +++ b/locals.js @@ -1463,6 +1463,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) [/added (\d+) repositor(y|ies) to/, "添加 $1 个仓库到"], [/, and (\d+) more/, ",以及其他 $1 个组织"], // 用户 浮动信息卡 [/(\d+) repositor(y|ies)/, "$1 个仓库"], // 组织 浮动信息卡 + [/(\d+) of your repositor(y|ies)/, "您的 $1 个仓库"], [/(\d+) members?/, "$1 个成员"], // 组织 浮动信息卡 [/is being deleted./, "正在被删除。"], // 仓库 组织被删除 [/Your repository \"([^ ]+)\" was successfully deleted./, "您的仓库 “$1” 已成功删除。"], // 仓库删除 @@ -1663,6 +1664,8 @@ I18N.zh["page-profile"] = { // 个人首页 // 顶部提醒 "You unlocked new Achievements with private contributions! Show them off by including private contributions in your Profile in": "您通过私人贡献解锁了新成就!通过在您的个人资料中包含私人贡献来展示它们。", "Your pins have been updated. Drag and drop to reorder them.": "您的置顶已更新。拖放来重新排列它们。", + "Your popular repositories will now be shown instead of your pins.": "现在将显示您的热门仓库,而不是您的置顶。", + "Your pins have been updated.": "您的置顶已更新。", // 拖拽排序提醒 "Order updated.": "置顶已更新。", From 5c0f34a415f50f2b4380ba3238118611979c95c0 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Sun, 16 Jun 2024 22:59:40 +0800 Subject: [PATCH 07/99] 114514 --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index 95a6fdec5..46021fa49 100644 --- a/locals.js +++ b/locals.js @@ -1755,6 +1755,7 @@ I18N.zh["page-profile"] = { // 个人首页 [/Answered (\d+) discussions? in (\d+) repositor(y|ies)/, "在 $2 个仓库中答复了 $1 个讨论"], [/Started (\d+) discussions? in (\d+) repositor(y|ies)/, "在 $2 个仓库中发起了 $1 个讨论"], [/(\d+) commits?/, "$1 次提交"], + [/(\d+) issues? need help/, "$1 个议题需要帮助"], [/(\d+) pull requests?/, "$1 次拉取请求"], [/that received (\d+) comments?/ , "收到 $1 条评论"], [/(\d+) of (\d+) tasks?/, "$1 / $2 个任务"], From f47efff641cbc2ca31d2eb7fef3ba9d9bb08ddd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=99=E6=BC=A0=E4=B9=8B=E5=AD=90?= <7850715+maboloshi@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:24:11 +0800 Subject: [PATCH 08/99] fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 沙漠之子 <7850715+maboloshi@users.noreply.github.com> --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 46021fa49..5d7bff675 100644 --- a/locals.js +++ b/locals.js @@ -1755,7 +1755,6 @@ I18N.zh["page-profile"] = { // 个人首页 [/Answered (\d+) discussions? in (\d+) repositor(y|ies)/, "在 $2 个仓库中答复了 $1 个讨论"], [/Started (\d+) discussions? in (\d+) repositor(y|ies)/, "在 $2 个仓库中发起了 $1 个讨论"], [/(\d+) commits?/, "$1 次提交"], - [/(\d+) issues? need help/, "$1 个议题需要帮助"], [/(\d+) pull requests?/, "$1 次拉取请求"], [/that received (\d+) comments?/ , "收到 $1 条评论"], [/(\d+) of (\d+) tasks?/, "$1 / $2 个任务"], @@ -16545,6 +16544,7 @@ I18N.zh["orgs"] = { // 组织页面 [/doesn't have any pinned public repositories yet./, "还没有任何置顶的公共仓库。"], [/You are viewing the README and pinned repositories as a member of the ([^ ]+) organization./, "您正在以 $1 组织成员的身份查看自述文件和置顶仓库。"], [/Invite a member to/, "邀请成员加入"], + [/\((\d+) issues? need help\)/, "($1 个议题需要帮助)"], ], "selector": [ // 元素筛选器规则 ["#type-options > summary > span:nth-child(1)", "类型"], // 组织主页 --> 仓库标签页-->类型筛选器 Type From 603339a04c4bc0a6e9bdce14574ca2f18ddd6c60 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Mon, 17 Jun 2024 13:29:19 +0800 Subject: [PATCH 09/99] 114514 --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 9bf18c23a..d38ec02a5 100644 --- a/locals.js +++ b/locals.js @@ -352,7 +352,7 @@ I18N.zh["title"] = { // 标题翻译 [/Stargazers/, "追星者"], [/Forks?/, "复刻"], [/Tags?/, "标签"], - [/Release/, "发行版"], + [/Releases?/, "发行版"], [/Draft Advisory/, "安全公告草案"], [/Code scanning alerts/, "代码扫描警报"], [/Repository topics/, "仓库主题"], From 4869cdbe61287d6be10536d59440c44f88ed6a02 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 18 Jun 2024 20:40:56 +0800 Subject: [PATCH 10/99] 114514 --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index d38ec02a5..408804547 100644 --- a/locals.js +++ b/locals.js @@ -5568,6 +5568,7 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 "Delete revision from history": "从历史记录中删除修订", "This edit’s content will no longer be visible": "此修改的内容将不再可见", // 评论状态 + "Suggested change": "建议更改", "This comment was marked as spam.": "该评论已被标记为垃圾邮件。", "This comment was marked as off-topic.": "该评论已被标记为离题。", @@ -7362,7 +7363,6 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 "First-time contributor": "首次贡献者", // [/This user is a first-time contributor to the ([^ ]+) repository./, "该用户是第一次为 $1 仓库做贡献。"] "View changes": "查看更改", - "View Changes": "查看更改", "Outdated": "陈旧的", "Resolve conversation": "解决对话", "Resolving conversation…": "解决对话中…", From 1469dc318b930f72df9b3e744d28cd1bcf4c567f Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 18 Jun 2024 21:59:48 +0800 Subject: [PATCH 11/99] 114514 --- locals.js | 1 - 1 file changed, 1 deletion(-) diff --git a/locals.js b/locals.js index 408804547..d961402cc 100644 --- a/locals.js +++ b/locals.js @@ -5568,7 +5568,6 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 "Delete revision from history": "从历史记录中删除修订", "This edit’s content will no longer be visible": "此修改的内容将不再可见", // 评论状态 - "Suggested change": "建议更改", "This comment was marked as spam.": "该评论已被标记为垃圾邮件。", "This comment was marked as off-topic.": "该评论已被标记为离题。", From cd35d2a08d4e9cf1f64921c669da883f775ed97a Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Fri, 21 Jun 2024 11:57:14 +0800 Subject: [PATCH 12/99] 114514 --- locals.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/locals.js b/locals.js index d961402cc..4089d73f0 100644 --- a/locals.js +++ b/locals.js @@ -8727,6 +8727,8 @@ I18N.zh["repository/discussions"] = { // 讨论页面 "Load more…": "载入更多…", "New": "新", + "Loading more replies...": "载入更多回复中...", + "Remember, contributions to this repository should follow its": "请记住,对该仓库的贡献应遵循", "Remember, contributions to this repository should follow our": "请记住,对该仓库的贡献应遵循我们的", "code of conduct": "行为准则", @@ -8858,6 +8860,11 @@ I18N.zh["repository/discussions"] = { // 讨论页面 // //community/discussions // [/This is a ✨special✨ repository containing the organization level discussions for ([^ ]+). Everything posted here will also be visible at the organization level./, "这是一个 ✨ 特别的 ✨ 仓库,包含 $1 的组织层面的讨论。这里发布的所有内容在组织层面上也是可见的。"], "View organization discussions": "查看组织讨论", + + // 标签浮动文本 + "This user is a collaborator on this repository.": "该用户是此仓库的协作者。", + "This user is a maintainer on this repository.": "该用户是此仓库的维护者。", + "This user is the author of this discussion.": "该用户是此讨论的作者。", }, "regexp": [ // 正则翻译 ...I18N.zh["repository-public"]["regexp"], @@ -8891,6 +8898,9 @@ I18N.zh["repository/discussions"] = { // 讨论页面 [/Delete (.*) section/, "删除 “$1” 栏目"], [/(\d+) new suggested answers?/, "$1 个新的建议答案"], [/This discussion was converted from issue/, "本讨论由以下议题转换而来"], + [/(\d+) new comments?/, "$1 条新评论"], + [/Show (\d+) more replies/, "显示剩余 $1 条答复"], + [/(\d+) new/, "$1 新"], ], }; I18N.zh["repository/orgs/discussions"] = I18N.zh["repository/discussions"] ; From d1e724c3d6edcf623cc544ac6c5088b5785b52d0 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Sun, 23 Jun 2024 17:02:45 +0800 Subject: [PATCH 13/99] 114514 --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index 4089d73f0..1625e854e 100644 --- a/locals.js +++ b/locals.js @@ -10098,6 +10098,7 @@ I18N.zh["repository/releases"] = { // 仓库 - 发行版页面 "Show and tell": "展示与讲述", "Set as the latest release": "设置为最新版本", //edit "This release is labeled as the latest for this repository.": "此版本将被标记为此仓库的最新版本。", + "This release will be labeled as the latest for this repository.": "此版本将被标记为此仓库的最新版本。", "Publish release": "发布发行版", "Publishing…": "发布中…", From d3e49d3d067005232e66c20456fdd36165524366 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Mon, 24 Jun 2024 16:44:56 +0800 Subject: [PATCH 14/99] 114514 --- locals.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 1625e854e..eb1d932cc 100644 --- a/locals.js +++ b/locals.js @@ -10080,7 +10080,8 @@ I18N.zh["repository/releases"] = { // 仓库 - 发行版页面 "Something went really wrong, and we can’t process that file.": "确实出了点问题,我们无法处理该文件。", "Try again.": "请重试。", - "Delete and try uploading this file again.": "删除并重新上传。", + // "Delete and try uploading this file again.": "删除并重新上传。", + "Upload failed. Delete and try uploading this file again.": "上传失败。请删除并重新上传。", "will be deleted": "将被删除", "Remove": "删除", "Undo": "撤销", From 1eeaa9c9033036ea585d524514db775a0b3aebbc Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 26 Jun 2024 13:49:16 +0800 Subject: [PATCH 15/99] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ main.user.js | 7 ++++++- 2 files changed, 61 insertions(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 162859be9..27a23e457 100644 --- a/locals.js +++ b/locals.js @@ -462,6 +462,7 @@ I18N.zh["pubilc"] = { // 公共区域翻译 "Your stars": "我的星标", "Your gists": "我的代码片段", "Your sponsors": "我的赞助者", + "Create new": "新建", // Android UA 下出现 "Upgrade": "升级", "Try Enterprise": "试用企业版", "Free": "免费", @@ -1402,6 +1403,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) "labeled a pull request": "将标签添加到拉取请求中", "launched their sponsorship page 💖": "推出了他们的赞助页面 💖", //[/and (\d+) more/, "和另外 $1 个"], + "All reactions": "所有反应", "published a release": "发布发行版", "forked a repository": "复刻仓库", @@ -5943,6 +5945,7 @@ I18N.zh["repository"] = { // 仓库页面 /// // 操作条 "forked from": "复刻自", + "Public repository · Forked from": "公共仓库 · 复刻自", // Android UA 下出现 "generated from": "创建自", "mirrored from": "镜像自", @@ -19456,3 +19459,55 @@ I18N.zh["orgs/sponsoring"] = { // https://github.com/orgs//sponsoring [/([^ ]+) hasn’t sponsored any users yet./, "$1 尚未赞助任何人。"], ], }; + +I18N.zh["support"] = { // https://support.github.com/ 支持页 + "static":{ + "Product Area": "产品区域", // 左上角下拉菜单及中间页面 + "Get Started": "入门", + "Welcome to GitHub! Get started with learning the basics.": "欢迎访问 GitHub!从学习基础知识开始。", + "CI/CD and DevOps": "CI/CD 和 DevOps", + "CI/CD automates your builds, testing, and deployment.": "CI/CD 可自动完成构建、测试和部署。", + "Community": "社区", + "Learn best practices for moderating and setting up communities.": "学习管理和建立社区的最佳实践。", + // 安全 + "Ship secure applications within the GitHub flow.": "在 GitHub 流程中发送安全应用程序。", + "Collaborative Coding": "协作编码", + "Contribute to projects quickly with automatic environment setup.": "通过自动环境设置,快速为项目作出贡献。", + "Developers": "开发者", + "Learn about using the GitHub API.": "了解如何使用 GitHub API。", + "Enterprise and Teams": "企业和团队", + "Enterprise & Teams": "企业 & 团队", + "Simplify access and permissions management across your projects and teams.": "简化项目和团队的访问和权限管理。", + "Feedback": "反馈", + "Feel free to share feedback, discuss topics, or ask questions.": "欢迎分享反馈、讨论主题或提出问题。", + "Project Management": "项目管理", + "Keep feature requests, bugs, and more organized with GitHub Issues.": "使用 GitHub 议题整理功能请求、错误和更多信息。", + "Menu": "菜单", // Android UA 下出现 + + // 有什么需要帮忙?下面的搜索框 + "How do I secure my SSH key with a passphrase?": "如何使用口令保护 SSH 密钥?", + "Why was my account suspended?": "为什么我的账户被冻结?", + + "Search GitHub Support": "搜索 GitHub 支持", // 右上角搜索框 + + "Popular Links:": "热门链接:", + "Actions,": "操作,", + "Security,": "安全,", + "Notifications,": "通知,", + "Enterprise Server,": "企业服务器,", + "SAML SSO": "SAML 单点登录", + + // 仍然需要帮助?(这句话本身就是中文) + "Help Docs": "帮助文档", + "Explore our Official GitHub documentation.": "浏览我们的官方 GitHub 文档。", + // 社区 + "Ask questions, swap stories, share ideas.": "提出问题,交流故事,分享想法。", + // 联系 + "Get in touch with us for assistance.": "如需帮助,请与我们联系。", + "Contact Sales": "联系销售", + "Get in touch with our sales team.": "请联系我们的销售团队。", + // https://support.github.com/request + "open a support ticket": "打开支持工单", + }, + +}; \ No newline at end of file diff --git a/main.user.js b/main.user.js index 5628b8740..7c78e7324 100644 --- a/main.user.js +++ b/main.user.js @@ -9,6 +9,7 @@ // @license GPL-3.0 // @match https://github.com/* // @match https://skills.github.com/* +// @match https://support.github.com/* // @match https://gist.github.com/* // @match https://www.githubstatus.com/* // @require https://raw.githubusercontent.com/maboloshi/github-chinese/gh-pages/locals.js?v1.9.2 @@ -185,7 +186,9 @@ const siteMapping = { 'gist.github.com': 'gist', 'www.githubstatus.com': 'status', - 'skills.github.com': 'skills' + 'skills.github.com': 'skills', + 'support.github.com': 'support' + }; const site = siteMapping[location.hostname] || 'github'; // 站点 const pathname = location.pathname; // 当前路径 @@ -219,6 +222,8 @@ page = 'status'; } else if (site === 'skills') { // GitHub Skills 页面 page = 'skills'; + } else if (site === 'support') { // GitHub 支持页面 + page = 'support'; } else if (pathname === '/' && site === 'github') { // github.com 首页 page = isLogin ? 'page-dashboard' : 'homepage'; } else if (isRepository) { // 仓库页 From 9dcde2bf1868b259be8d1202e6a8d542776815b6 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 26 Jun 2024 16:13:04 +0800 Subject: [PATCH 16/99] 114514 --- locals.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locals.js b/locals.js index 27a23e457..674fc11f1 100644 --- a/locals.js +++ b/locals.js @@ -7818,6 +7818,8 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 ...I18N.zh["repository/pull_issue_public"]["regexp"], // 具体某条拉取请求 + [/Commits?/, "提交"], + [/Files? changed/, "文件更改"], [/merged (\d+) commits? into/, "将 $1 个提交合并到"], [/([^ ]+) left review comments?/, "$1 发表了审查意见"], [/([^ ]+) approved these changes?/, "$1 批准这些更改"], // 具体的拉取请求 审查者 @@ -9848,6 +9850,7 @@ I18N.zh["repository/branches"] = { // 仓库 - 分支页面 "Activity": "活动", "View rules": "查看规则", + "There are no rulesets associated with this branch.": "该分支没有相关的规则集。", "View more branches": "查看更多分支", From 1f9087eeb7afc4c27a4999fa4a19560f044156bc Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 26 Jun 2024 17:15:26 +0800 Subject: [PATCH 17/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 45 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/locals.js b/locals.js index 674fc11f1..1924780dd 100644 --- a/locals.js +++ b/locals.js @@ -367,6 +367,8 @@ I18N.zh["title"] = { // 标题翻译 [/Webhooks · Settings/, "Web 钩子 · 设置"], [/Add a code of conduct to/, "添加代码行为准则到"], [/Caches?/, "缓存"], + [/Runners?/, "运行器"], + [/Attestations?/, "证书"], ["_regexp_end", "end"] ], }; @@ -1661,6 +1663,7 @@ I18N.zh["page-profile-public"] = { // 个人首页(含组织) [/The (.+) achievement will now be shown in your profile./, "现在,将在您的个人资料中显示 “$1” 成就。"], [/(\d+) repositories/, "$1 仓库"], [/(\d+) members/, "$1 成员"], + [/and (\d+) more/, "和 $1 个更多"] ], }; I18N.zh["page-profile/achievements"] = I18N.zh["page-profile-public"]; // ?tab=achievements @@ -6053,6 +6056,9 @@ I18N.zh["repository"] = { // 仓库页面 /// // 左侧正文 + // 自述文件(README.md) + "Filter headings": "筛选标题", + // 默认分支被重命名提醒框 "The default branch has been renamed!": "默认分支已被重新命名!", "is now named": "已被重新命名为", @@ -6790,7 +6796,8 @@ I18N.zh["repository/pull_issue_public"] = { // 仓库 - 议题和拉取请求页 "regexp": [ // 正则翻译 [/At least (\d+) approving review is required by reviewers with write access./, "至少需要 $1 个审查者批准。"], [/(\d+) linked issues?/, "链接 $1 个议题"], - [/Assigned to (.*)/, "分配给 $1"] + [/Assigned to (.*)/, "分配给 $1"], + [/Edited (\d+) times?/, "编辑 $1 次"] ] }; @@ -7236,6 +7243,8 @@ I18N.zh["repository/pulls"] = { // 仓库 - 拉取请求页面 "You were mentioned on and commented on this pull request": "您被提及并对此拉取请求发表了评论", "You commented on this pull request": "您对此拉取请求发表了评论", "You opened this pull request": "您打开了此拉取请求", + + //"Suggested change": "建议更改", }, "regexp": [ @@ -7247,6 +7256,7 @@ I18N.zh["repository/pulls"] = { // 仓库 - 拉取请求页面 [/(\d+) of (\d+) tasks?/, "$1 / $2 个任务"], [/(\d+) tasks?/, "$1 个任务"], [/First time contributing to ([^ ]+)?/, "首次为 $1 做贡献?"], + [/Suggested change/, "建议更改"], ], }; @@ -8047,6 +8057,13 @@ I18N.zh["repository/compare"] = { // 仓库 - 比较并创建拉取请求 "Nothing to show": "暂无", "Allow edits and access to secrets by maintainers": "允许维护人员编辑和访问机密", + "If checked,": "如果勾选,", + "users with write access to": "则拥有", + "can add new commits": "写访问权限的用户可以向您的", + "to your": "向您的", + "branch.": "分支添加新提交。", + "You can always change this setting later.": "您可以随时更改这一设置。", + "Got it": "知道了", // 创建拉取请求 按钮下拉 "Automatically requests reviews from code owners": "自动请求代码所有者进行审查", "Create draft pull request": "创建拉取请求草案", @@ -8055,7 +8072,7 @@ I18N.zh["repository/compare"] = { // 仓库 - 比较并创建拉取请求 "Remember, contributions to this repository should follow its": "请记住,对该仓库的贡献应遵循其", "security policy": "安全政策", "code of conduct": "行为准则", - "Remember, contributions to this repository should follow our ": "请记住,对此仓库的贡献应遵循我们的", + "Remember, contributions to this repository should follow our": "请记住,对此仓库的贡献应遵循我们的", "GitHub Community Guidelines": "GitHub 社区准则", // 右侧栏补充 @@ -8078,11 +8095,22 @@ I18N.zh["repository/compare"] = { // 仓库 - 比较并创建拉取请求 // ///compare/... "Commit comments": "提交评论", + + "Showing": "显示", + "with": "包含", }, "regexp": [ // 正则翻译 ...I18N.zh["repository-public"]["regexp"], + [/Commits?/, "提交"], + [/Files? changed/, "更改的文件"], [/committed/, "提交于"], + [/(\d+) contributors?/, "$1 贡献者"], + [/Allow(ing)? edits by maintainers/, "允许维护人员编辑"], + [/users with write access to ([^ ]+) can add new commits/, "则拥有 $1 写访问权限的用户可以向您的"], + [/(\d+) changed files?/, "更改的文件"], + [/(\d+) additions?/,"$1 处增加"], + [/(\d+) deletions?/,"$1 处删除"], ], }; @@ -10668,6 +10696,12 @@ I18N.zh["repository/security"] = { // 仓库 - 安全页面 "Configure scanning tool": "配置扫描工具", // 机密扫描警报 ///security/secret-scanning + // 顶端窗口 + "Can you give us some feedback?": "您能给我们一些反馈意见吗?", + "We want to better understand our users' needs and experiences.": "我们希望更好地了解用户的需求和体验。", + "Book some time with us": "与我们预约时间,", + "to discuss the GitHub secret scanning experience.": "讨论 GitHub 机密扫描体验。", + "Secret scanning alerts": "机密扫描警报", "Secret scanning disabled": "机密扫描已停用", "To scan for secrets, you must first enable secret scanning in": "要扫描机密,您必须首先启用机密扫描在", @@ -11503,6 +11537,8 @@ I18N.zh["repository/settings"] = { // 仓库设置 - 通常 /// Date: Wed, 26 Jun 2024 17:19:17 +0800 Subject: [PATCH 18/99] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.user.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/main.user.js b/main.user.js index 7c78e7324..5628b8740 100644 --- a/main.user.js +++ b/main.user.js @@ -9,7 +9,6 @@ // @license GPL-3.0 // @match https://github.com/* // @match https://skills.github.com/* -// @match https://support.github.com/* // @match https://gist.github.com/* // @match https://www.githubstatus.com/* // @require https://raw.githubusercontent.com/maboloshi/github-chinese/gh-pages/locals.js?v1.9.2 @@ -186,9 +185,7 @@ const siteMapping = { 'gist.github.com': 'gist', 'www.githubstatus.com': 'status', - 'skills.github.com': 'skills', - 'support.github.com': 'support' - + 'skills.github.com': 'skills' }; const site = siteMapping[location.hostname] || 'github'; // 站点 const pathname = location.pathname; // 当前路径 @@ -222,8 +219,6 @@ page = 'status'; } else if (site === 'skills') { // GitHub Skills 页面 page = 'skills'; - } else if (site === 'support') { // GitHub 支持页面 - page = 'support'; } else if (pathname === '/' && site === 'github') { // github.com 首页 page = isLogin ? 'page-dashboard' : 'homepage'; } else if (isRepository) { // 仓库页 From f732b12d2f84bfd3b95fd429ebd7cc97f65a5f27 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 26 Jun 2024 17:21:14 +0800 Subject: [PATCH 19/99] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E9=A1=B5=E8=AF=8D=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) diff --git a/locals.js b/locals.js index 1924780dd..3e4196295 100644 --- a/locals.js +++ b/locals.js @@ -19499,55 +19499,3 @@ I18N.zh["orgs/sponsoring"] = { // https://github.com/orgs//sponsoring [/([^ ]+) hasn’t sponsored any users yet./, "$1 尚未赞助任何人。"], ], }; - -I18N.zh["support"] = { // https://support.github.com/ 支持页 - "static":{ - "Product Area": "产品区域", // 左上角下拉菜单及中间页面 - "Get Started": "入门", - "Welcome to GitHub! Get started with learning the basics.": "欢迎访问 GitHub!从学习基础知识开始。", - "CI/CD and DevOps": "CI/CD 和 DevOps", - "CI/CD automates your builds, testing, and deployment.": "CI/CD 可自动完成构建、测试和部署。", - "Community": "社区", - "Learn best practices for moderating and setting up communities.": "学习管理和建立社区的最佳实践。", - // 安全 - "Ship secure applications within the GitHub flow.": "在 GitHub 流程中发送安全应用程序。", - "Collaborative Coding": "协作编码", - "Contribute to projects quickly with automatic environment setup.": "通过自动环境设置,快速为项目作出贡献。", - "Developers": "开发者", - "Learn about using the GitHub API.": "了解如何使用 GitHub API。", - "Enterprise and Teams": "企业和团队", - "Enterprise & Teams": "企业 & 团队", - "Simplify access and permissions management across your projects and teams.": "简化项目和团队的访问和权限管理。", - "Feedback": "反馈", - "Feel free to share feedback, discuss topics, or ask questions.": "欢迎分享反馈、讨论主题或提出问题。", - "Project Management": "项目管理", - "Keep feature requests, bugs, and more organized with GitHub Issues.": "使用 GitHub 议题整理功能请求、错误和更多信息。", - "Menu": "菜单", // Android UA 下出现 - - // 有什么需要帮忙?下面的搜索框 - "How do I secure my SSH key with a passphrase?": "如何使用口令保护 SSH 密钥?", - "Why was my account suspended?": "为什么我的账户被冻结?", - - "Search GitHub Support": "搜索 GitHub 支持", // 右上角搜索框 - - "Popular Links:": "热门链接:", - "Actions,": "操作,", - "Security,": "安全,", - "Notifications,": "通知,", - "Enterprise Server,": "企业服务器,", - "SAML SSO": "SAML 单点登录", - - // 仍然需要帮助?(这句话本身就是中文) - "Help Docs": "帮助文档", - "Explore our Official GitHub documentation.": "浏览我们的官方 GitHub 文档。", - // 社区 - "Ask questions, swap stories, share ideas.": "提出问题,交流故事,分享想法。", - // 联系 - "Get in touch with us for assistance.": "如需帮助,请与我们联系。", - "Contact Sales": "联系销售", - "Get in touch with our sales team.": "请联系我们的销售团队。", - // https://support.github.com/request - "open a support ticket": "打开支持工单", - }, - -}; \ No newline at end of file From d0a2be4fc4aaf62c98f59582723bd9512588068c Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 26 Jun 2024 18:22:06 +0800 Subject: [PATCH 20/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 2c8ba4aa3..7c1035c79 100644 --- a/locals.js +++ b/locals.js @@ -7244,7 +7244,7 @@ I18N.zh["repository/pulls"] = { // 仓库 - 拉取请求页面 "You commented on this pull request": "您对此拉取请求发表了评论", "You opened this pull request": "您打开了此拉取请求", - //"Suggested change": "建议更改", + "Suggested change": "建议更改", }, "regexp": [ From 6bbe249165a9caab7f700d820fe14a964610bd72 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 26 Jun 2024 18:24:44 +0800 Subject: [PATCH 21/99] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main(greasyfork).user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main(greasyfork).user.js b/main(greasyfork).user.js index 107e7c7d1..948b3ead7 100644 --- a/main(greasyfork).user.js +++ b/main(greasyfork).user.js @@ -4,7 +4,7 @@ // @description 中文化 GitHub 界面的部分菜单及内容。原作者为楼教主(http://www.52cik.com/)。 // @copyright 2021, 沙漠之子 (https://maboloshi.github.io/Blog) // @icon https://github.githubassets.com/pinned-octocat.svg -// @version 1.9.2-2024-06-09 +// @version 1.9.2-2024-06-26 // @author 沙漠之子 // @license GPL-3.0 // @match https://github.com/* From 92898a36685c8663c9e64923c4f5947839bfa91c Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 26 Jun 2024 18:25:47 +0800 Subject: [PATCH 22/99] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals(greasyfork).js | 469 +++++++++++++++++++++++++----------------- 1 file changed, 276 insertions(+), 193 deletions(-) diff --git a/locals(greasyfork).js b/locals(greasyfork).js index a5dbbc727..a2d011237 100644 --- a/locals(greasyfork).js +++ b/locals(greasyfork).js @@ -158,7 +158,7 @@ I18N.conf = { rePagePath: /^\/($|dashboard|signup|login\/oauth|login|logout|sessions?|password_reset|orgs|explore|topics|notifications\/subscriptions|notifications|watching|stars|issues|pulls|search|trending|showcases|new\/(import|project)|new|import|settings\/(profile|admin|appearance|accessibility|notifications|billing|emails|security_analysis|security-log|security|auth|sessions|keys|ssh|gpg|organizations|enterprises|blocked_users|interaction_limits|code_review_limits|repositories|codespaces|deleted_repositories|packages|copilot|pages|replies|installations|apps\/authorizations|reminders|sponsors-log|apps|(?:personal-access-|)tokens|developers|applications\/new|applications|connections\/applications)|settings|installations\/new|marketplace|apps|account\/(organizations\/new|choose|upgrade|billing\/history)|projects|redeem|discussions|events|collections|sponsors|sponsoring|github-copilot\/signup|codespaces|developer\/register|features|security)|^\/users\/[^\/]+\/(projects|packages)/, // 仓库路径 - rePagePathRepo: /^\/[^\/]+\/[^\/]+\/(issues|pull|watchers|stargazers|new|edit|delete|upload|find|wiki|branches|discussions|activity|rules|releases|packages|tags|labels|milestones|compare|commit|blob|blame|actions|runs|deployments|security|pulse|community|forks|fork|import|graphs\/(contributors|community|traffic|commit-activity|code-frequency)|network$|network\/(dependencies|dependents|updates|members)|settings\/(access|code_review_limits|interaction_limits|branches|branch_protection_rules|tag_protection|rules|actions|hooks|environments|codespaces|pages|security_analysis|dependabot_rules|keys|secrets|variables|installations|notifications)|settings|transfer|projects\/new|pkgs|contribute|subscription|invitations|codespaces)/, + rePagePathRepo: /^\/[^\/]+\/[^\/]+\/(issues|pulls|pull|watchers|stargazers|new|edit|delete|upload|find|wiki|branches|discussions|activity|rules|releases|packages|tags|labels|milestones|compare|commit|blob|blame|actions|runs|deployments|security|pulse|community|forks|fork|import|graphs\/(contributors|community|traffic|commit-activity|code-frequency)|network$|network\/(dependencies|dependents|updates|members)|settings\/(access|code_review_limits|interaction_limits|branches|branch_protection_rules|tag_protection|rules|actions|hooks|environments|codespaces|pages|security_analysis|dependabot_rules|keys|secrets|variables|installations|notifications)|settings|transfer|projects\/new|pkgs|contribute|subscription|invitations|codespaces|attestations)/, // 组织路径 rePagePathOrg: /^\/[^\/]+\/[^\/]+\/(repositories|discussions|projects|packages|teams|new-team|people|outside-collaborators|pending_collaborators|dashboard|billing_managers\/new|settings\/(profile|billing|roles|member_privileges|teams|import-export|blocked_users|interaction_limits|code_review_limits|moderators|repository-defaults|rules|codespaces|copilot|actions|hooks|discussions|packages|pages|projects|security_analysis|security|dependabot_rules|domains|secrets|variables|oauth_application_policy|installations|personal-access-token|reminders|sponsors-log|audit-log|deleted_repositories|applications\/new|applications|apps\/new|apps|publisher)|topics|domain\/new|audit-log\/event_settings|billing\/history|policies\/applications)|^\/[^\/]+\/(enterprise_plan|sponsoring)/, @@ -315,6 +315,7 @@ I18N.zh["title"] = { // 标题翻译 [/Authorized GitHub Apps/, "授权的 GitHub 应用"], [/Installed GitHub Apps/, "已安装的 GitHub 应用"], [/Accessibility/, "无障碍"], + [/Environments/, "环境"], [/Repositories/, "仓库"], [/Starred/, "星标页面"], [/starred repositories/, "星标仓库"], @@ -327,6 +328,7 @@ I18N.zh["title"] = { // 标题翻译 [/Actions/, "操作"], [/Projects/, "项目"], [/Packages?/, "软件包"], + [/Settings · Rulesets/, "设置 · 规则集"], [/Security Overview/, "安全概述"], [/Security Policy/, "安全政策"], [/Security Advisories/, "安全公告"], @@ -334,6 +336,7 @@ I18N.zh["title"] = { // 标题翻译 [/Pulse/, "统计"], [/Contributors to/, "贡献者 ·"], [/Dashboard/, "仪表板"], + [/Deployments/, "部署"], [/Community/, "社区"], [/Traffic/, "流量"], [/Commit Activity/, "提交活动"], @@ -361,7 +364,9 @@ I18N.zh["title"] = { // 标题翻译 [/Outside collaborators/, "外部协作者"], [/Discussions/, "讨论"], [/Workflow runs/, "工作流运行"], + [/Webhooks · Settings/, "Web 钩子 · 设置"], [/Add a code of conduct to/, "添加代码行为准则到"], + [/Caches?/, "缓存"], ["_regexp_end", "end"] ], }; @@ -465,9 +470,6 @@ I18N.zh["pubilc"] = { // 公共区域翻译 "Enable": "启用", "Disable": "禁用", "Documentation": "文档", - "Codespaces Connectivity v2": "代码空间连接 v2", - "Codespaces is rolling out improved infrastructure for both the main connection, and forwarded ports, resulting in better performance and increased reliability.": "代码空间正在推出针对主连接和端口转发的改进基础设施,从而实现更佳的性能和更高的稳定性。", - "If you primarily use Codespaces behind a firewall, you may have to update your firewall settings to enable this new approach. Codespaces will now require access to *.visualstudio.com to facilitate your connection to the codespace.": "如果您通常在防火墙后使用代码空间,为了适应这一新的接入方式,您可能需要对您的防火墙设置进行更新。代码空间现在需要访问 *.visualstudio.com 以便于您连接到代码空间。", "Colorblind themes": "色盲主题", "Varying by gender and geography, color blindness can affect on average 8% of men and up to 0.5% of women. Our previous colorblind theme has been split into two new themes:": "色盲会因性别和地域的不同而有所不同,平均而言,色盲会影响 8% 的男性和高达 0.5% 的女性。我们之前的色盲主题被分为两个新主题:", "Light/dark Protanopia & Deuteranopia for red/green color blindness.": "明/暗 - 红绿色盲主题适用于红绿色盲。", @@ -478,17 +480,6 @@ I18N.zh["pubilc"] = { // 公共区域翻译 "Rich Jupyter Notebook Diffs": "Jupyter Notebook 的丰富差异视图", "Enables rich diffs of Jupyter Notebooks in pull requests": "在拉取请求中启用 Jupyter Notebook 的丰富差异视图", "Note: commenting on rich diff views of notebooks is not yet supported": "注意:尚不支持对 Jupyter Notebook 的丰富差异视图进行评论", - "Project Migration": "项目迁移", - "We've made it easy for you to migrate your project (classic) boards to the all new Projects experience! Enable this feature so that you can try out tables, multiple views, new automation options, and powerful field types using your existing projects.": "我们已经为您简化了将您的项目(经典版)面板迁移到全新项目的体验!启用此功能,您可以在现有项目中尝试表格、多视图、新的自动化选项和强大的字段类型。", - "How it works:": "如何工作:", - "We'll create a copy of your existing classic project board in Projects.": "我们将在 “项目” 中创建现有经典项目看板的副本。", - "You'll be prompted to close your classic project as future changes won't be synchronized.": "系统将提示您关闭经典项目,因为未来的更改将不会同步。", - "You can reopen your old project in a pinch if necessary!": "如果有必要,您可以紧急重新打开您的旧项目!", - "Notes:": "注意:", - "Migrated projects will be made private by default.": "默认情况下,迁移的项目将设为私有。", - "Projects does not support repository level projects. When you migrate a repository project board, it will migrate to either the organization or personal account that owns the repository project, and the migrated project will be pinned to the original repository. We will migrate permissions to the best of our ability but some folks may lose read or writes access.": "项目不支持仓库级别的项目。当您迁移仓库项目面板时,它将被迁移到拥有该仓库项目的组织或个人帐户,并且迁移后的项目将被固定到原始仓库。我们将尽最大努力迁移权限,但有些人可能会失去读取或写入权限。", - "Deployments Dashboard View": "部署仪表板视图", - "A new dashboard to view and track your deployments across all your environments, see the full history of your deployments, and filter by environment.": "一个全新的仪表板,用于查看和跟踪您在所有环境中的部署情况,查看您部署的完整历史记录,并按环境进行筛选。", "Slash Commands": "斜杠命令", "Slash commands make it easier to type more complex Markdown, such as tables, tasklists, and code blocks.": "斜线命令可以让您更轻松地输入更复杂的 Markdown,如表格、任务列表和代码块。", "Simply type": "只需在议题、拉取请求和讨论中键入", @@ -520,8 +511,9 @@ I18N.zh["pubilc"] = { // 公共区域翻译 "in 30 minutes": "30 分钟", "in 1 hour": "1 小时", "in 4 hours": "4 小时", - "today": "今天", - "this week": "本周", + "after today": "今日之后", + "after this week": "本周之后", + "after a month": "本月之后", "How long until this status will automatically clear.": "多久后状态自动清除。", "Visible to": "可见", "Everyone": "任何人", @@ -1370,7 +1362,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) "released": "发布了", "published": "发布了", "started sponsoring": "赞助给", - "started following": "开始关注了", + "started following": "已关注", "you": "您", "Updated": "更新于", "a repository": "1 个仓库", @@ -1471,15 +1463,18 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) [/added (\d+) repositor(y|ies) to/, "添加 $1 个仓库到"], [/, and (\d+) more/, ",以及其他 $1 个组织"], // 用户 浮动信息卡 [/(\d+) repositor(y|ies)/, "$1 个仓库"], // 组织 浮动信息卡 + [/(\d+) of your repositor(y|ies)/, "您的 $1 个仓库"], [/(\d+) members?/, "$1 个成员"], // 组织 浮动信息卡 [/is being deleted./, "正在被删除。"], // 仓库 组织被删除 [/Your repository \"([^ ]+)\" was successfully deleted./, "您的仓库 “$1” 已成功删除。"], // 仓库删除 [/(\d+) releases?/, "$1 个发行版"], [/(\d+) followers?/, "$1 个关注者"], + [/(\d+) users?/, "$1 个用户"], [/(\d+) comments?/, "$1 条评论"], [/(\d+) commits? to/, "$1 个提交到"], [/(\d+) more commits? »/, "$1 个更多提交到"], [/(\d+) issues? needs? help/, "$1 个议题需要帮助"], + [/Join discussion/, "加入讨论"], // [/Updated/, "更新于"], [/You’re an owner of the ([^ ]+) organization!/, "您是 $1 组织的所有者!"], // 组织 [/Create a repository for ([^ ]+)/, "为 $1 创建仓库"], // 组织 @@ -1488,12 +1483,12 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) [/You're seeing this because you collaborated with ([^ ]+)/, "您看到这个是因为您与 $1 有过合作"], [/You're seeing this because you starred ([^ ]+)/, "您看到这个,是因为您星标了 $1"], [/You're seeing this because you follow ([^ ]+)/, "您看到这个,是因为您关注了 $1"], - [/(\d+) people reacted with thumbs up/, "$1 个人的的反应为点赞"], - [/(\d+) people reacted with laugh/, "$1 个人的反应为大笑"], - [/(\d+) people reacted with hooray/, "$1 个人的反应为欢呼"], - [/(\d+) people reacted with heart/, "$1 个人的反应为爱心"], - [/(\d+) people reacted with rocket/, "$1 个人的反应为火箭"], - [/(\d+) people reacted with eyes/, "$1 个人的反应为眼睛"], + [/(\d+) (people|person) reacted with thumbs up/, "$1 个人的的反应为点赞"], + [/(\d+) (people|person) reacted with laugh/, "$1 个人的反应为大笑"], + [/(\d+) (people|person) reacted with hooray/, "$1 个人的反应为欢呼"], + [/(\d+) (people|person) reacted with heart/, "$1 个人的反应为爱心"], + [/(\d+) (people|person) reacted with rocket/, "$1 个人的反应为火箭"], + [/(\d+) (people|person) reacted with eyes/, "$1 个人的反应为眼睛"], [/Support ([^ ]+)'s open source work/, "支持 $1 的开源工作"], ], }; @@ -1513,6 +1508,7 @@ I18N.zh["page-profile-public"] = { // 个人首页(含组织) "follower": "关注者", "followers": "关注者", "following": "关注", + "Followed by": "共同关注者:", "Joined": "加入于", "Achievements": "成就", "Highlights": "高光时刻", @@ -1598,6 +1594,7 @@ I18N.zh["page-profile-public"] = { // 个人首页(含组织) "Show on profile": "在个人资料中显示", "Copy share link": "复制共享链接", "Preview on Twitter": "在 Twitter 上预览", + "New": "新", // 顶部提醒 // [/The (.+) achievement will now be hidden from your profile./, "现在,将从您的个人资料中隐藏 “$1” 成就。"], @@ -1665,9 +1662,10 @@ I18N.zh["page-profile"] = { // 个人首页 "Drag to reorder": "拖动重新排序", // 顶部提醒 - "You unlocked new Achievements with private contributions!": "您通过私人贡献解锁了新成就!", - "Show them off by including private contributions in your Profile in": "通过在您的个人资料中包含私人贡献来展示它们。", + "You unlocked new Achievements with private contributions! Show them off by including private contributions in your Profile in": "您通过私人贡献解锁了新成就!通过在您的个人资料中包含私人贡献来展示它们。", "Your pins have been updated. Drag and drop to reorder them.": "您的置顶已更新。拖放来重新排列它们。", + "Your popular repositories will now be shown instead of your pins.": "现在将显示您的热门仓库,而不是您的置顶。", + "Your pins have been updated.": "您的置顶已更新。", // 拖拽排序提醒 "Order updated.": "置顶已更新。", @@ -1679,6 +1677,9 @@ I18N.zh["page-profile"] = { // 个人首页 "Less": "更少", "More": "更多", "Contribution settings": "贡献设置", + + // 复刻仓库特有 + "Forked from": "复刻自", // 贡献设置下拉菜单 "Private contributions": "私人贡献", "Turning on private contributions will show anonymized private activity on your profile.": "开启私人贡献则将在您的个人资料上显示匿名的私人活动。", @@ -4140,14 +4141,14 @@ I18N.zh["settings/security_analysis"] = { // 设置 - 代码安全性与分析 "Disable grouped security updates": "禁用分组安全更新", "You're about to disable grouped security updates on all your repositories.": "您即将禁用您所有仓库上的分组安全更新。", - + "Dependabot on Actions runners": "Dependabot 应用于操作运行器", "Run Dependabot security and version updates on Actions runners.": "在操作运行器上运行 Dependabot 安全和版本更新。", // 对话框 "Enable dependabot on actions": "在操作中启用 Dependabot", "You're about to enable dependabot on actions on all your repositories. Dependabot on actions requires Actions so we'll also turn that on for all repositories.": "您将要在所有仓库操作中启用 dependabot 。操作中的 Dependabot需要操作,因此我们还将为所有仓库启用它。", - + "Disable dependabot on actions": "在操作中禁用 Dependabot", "You're about to disable dependabot on actions on all your repositories.": "您将要在所有仓库操作中禁用 Dependabot。", @@ -4157,7 +4158,7 @@ I18N.zh["settings/security_analysis"] = { // 设置 - 代码安全性与分析 // 对话框 "Enable dependabot self-hosted": "在自托管运行器上启用 Dependabot", "You're about to enable dependabot self-hosted on all your repositories. Dependabot self-hosted depends on Dependabot on Actions so we'll also turn that on for all repositories.": "您将在所有仓库上启用 dependabot 自托管。Dependabot 自托管依赖于操作中的 Dependabot,因此我们还将为所有仓库启用它。", - + "Disable dependabot self-hosted": "在自托管运行器上禁用 Dependabot", "You're about to disable dependabot self-hosted on all your repositories.": "您将在所有仓库上禁用 dependabot 自托管。", @@ -4510,7 +4511,7 @@ I18N.zh["settings/apps"] = { // 设置 - 开发者设置/GitHub 应用 "Register a new GitHub App": "注册新的 GitHub 应用", "Want to build something that integrates with and extends GitHub?": "想要构建与 GitHub 集成和扩展的东西吗?", "New GitHub App": "注册新 GitHub 应用", - "to get started developing on the GitHub API. You can also read more about building GitHub Apps in our": ",开始在 GitHub API 上进行开发。您还可以在我们的文档中阅读有关构建 GitHub 应用的更多信息", + "to get started developing on the GitHub API. You can also read more about building GitHub Apps in our": ",开始在 GitHub API 上进行开发。您还可以在我们的文档中阅读更多关于构建 GitHub 应用的信息", "developer documentation": "开发者文档", "A GitHub App can act on its own behalf, taking actions via the API directly instead of impersonating a user. Read more in our": "GitHub 应用可以代表自己执行操作,直接通过 API 执行操作,而不是冒充用户。阅读我们的更多内容", // 存在 app时 @@ -6697,8 +6698,9 @@ I18N.zh["repository/pull_issue_public"] = { // 仓库 - 议题和拉取请求页 "Subscribed": "订阅", "Receive all notifications from this pull request.": "接收来自此拉取请求的所有通知。", "Receive all notifications from this issue.": "接收来自此议题的所有通知。", // 议题页面 - "You will only be notified for the events selected from the list below.": "您只会收到从以下列表中选择的事件的通知。", - "If you participate or are @mentioned you will be subscribed.": "如果您参与或 @您时,将自动订阅。", + "Custom": "自定义", + "You will only be notified for the events selected from the list below.": "您只会收到从以下列表中选择的事件的通知。", + "If you participate or are @mentioned you will be subscribed.": "如果您参与或 @您时,将自动订阅。", // 议题 "Receive a notification when this issue has been closed.": "当议题被关闭时,收到通知。", "Reopened": "重新打开", @@ -6750,6 +6752,7 @@ I18N.zh["repository/pull_issue_public"] = { // 仓库 - 议题和拉取请求页 // 底部赞助 "Show your support for": "通过赞助来表达您对", "by sponsoring them.": "的支持。", + "Sponsor": "赞助", // 底部提示栏 (未登录) "Sign up for free": "免费注册", @@ -6857,6 +6860,11 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 "· Fixed by": "· 修复了", "mentioned this issue": "提及了该议题", "opened this": "打开了这个", + "linked a pull request": "关联了一个拉取请求", + "that will": "这将会", + "close": "关闭", + "this issue": "这个议题", + // "that will close this issue": "这将会关闭这个议题", // "Issue": "议题", "added a commit that closed this issue": "在提交时关闭了这个议题", "closed this in": "关闭于", @@ -6881,6 +6889,7 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 "· May be fixed by": " · 可通过该方案修复", "pinned this issue": "置顶议题", "unpinned this issue": "取消置顶", + "Repository owner locked and limited conversation to collaborators": "仓库所有者锁定并限制与协作者对话", "Repository owner locked as": "仓库所有者锁定为", "Repository owner deleted a comment": "仓库所有者删除了评论", "Repository owner deleted a comment from": "仓库所有者删除了评论来自", @@ -6894,7 +6903,6 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 "merged commit": "已合并提交", // "into": "到", "deleted the": "删除了", - "locked and limited conversation to collaborators": "锁定并限制与协作者对话", "converted this issue into discussion": "此议题已转化为讨论", "removed their assignment": "取消了他们的任务", "assigned": "分配给了", @@ -6996,7 +7004,7 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 "This conversation has been locked as": "此对话已锁定为", "and limited to collaborators.": ",并限制与协作者对话。", - + "This conversation has been locked and limited to collaborators.": "此对话已锁定并限制与协作者对话。", "This issue has been deleted.": "该议题已被删除。", "deleted this from": "删除了这个,从", @@ -7127,8 +7135,9 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 [/Only people who can see ([^ ]+) will see this reference./, "只有能看到 $1 的人才能看到这个参考。"], [/Sponsor ([^ ]+)?/, "赞助 $1"], // 赞助按钮 对话框 标题 [/Notify someone on an issue with a mention, like: @([^ ]+)./, "在某个问题上通知并提及某人,例如:@$1。"], // 专业提示 - [/Edited (\d+) time/, "已编辑 $1 次"], + [/Edited (\d+) times?/, "已编辑 $1 次"], [/edited by ([^ ]+)/, "由 $1 编辑"], + [/This issue will close when #(\d+) is merged/, "此议题将在 #$1 合并时关闭"], // 标签页面 [/open issues? and pull requests?/, "个打开的议题和拉取请求"], @@ -7138,7 +7147,7 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 }; I18N.zh["repository/labels"] = I18N.zh["repository/issues"]; -I18N.zh["repository/pull"] = { // 仓库 - 拉取请求页面 +I18N.zh["repository/pulls"] = { // 仓库 - 拉取请求页面 "static": { // 静态翻译 ...I18N.zh["repository-public"]["static"], ...I18N.zh["repository/pull_issue_public"]["static"], @@ -7158,6 +7167,8 @@ I18N.zh["repository/pull"] = { // 仓库 - 拉取请求页面 "If you would like to submit code to this repository, consider opening a pull request.": "如果您想向这个仓库提交代码,请考虑打开一个拉取请求。", "If you would like to submit code to this repository, consider opening a pull request. You can read this repository’s": "如果您想向这个仓库提交代码,请考虑打开一个拉取请求。您可以阅读该仓库的", + "The head ref may contain hidden characters:": "头部引用可能包含隐藏字符:", + "Label issues and pull requests for new contributors": "标记新贡献者的议题和拉取请求", "Now, GitHub will help potential first-time contributors": "现在,GitHub 将帮助潜在的首次贡献者", "discover issues": "探索议题", @@ -7200,6 +7211,24 @@ I18N.zh["repository/pull"] = { // 仓库 - 拉取请求页面 "You commented on this pull request": "您对此拉取请求发表了评论", "You opened this pull request": "您打开了此拉取请求", + }, + "regexp": [ + [/([\d,]+) Open/, "$1 打开"], + [/([\d,]+) Closed/, "$1 已关闭"], + [/#(\d+) opened/, "#$1 打开于"], + [/#(\d+) by/, "#$1 打开者"], + [/(\d+) tasks? done/, "$1 个任务完成"], + [/(\d+) of (\d+) tasks?/, "$1 / $2 个任务"], + [/(\d+) tasks?/, "$1 个任务"], + [/First time contributing to ([^ ]+)?/, "首次为 $1 做贡献?"], + ], +}; + +I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 + "static": { // 静态翻译 + ...I18N.zh["repository-public"]["static"], + ...I18N.zh["repository/pull_issue_public"]["static"], + // 某条具体的拉取请求 ///pull/ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // 顶部提醒 "Your review was submitted on a merged pull request.": "您的审查已提交,一个合并的拉取请求。", @@ -7763,14 +7792,6 @@ I18N.zh["repository/pull"] = { // 仓库 - 拉取请求页面 ...I18N.zh["repository-public"]["regexp"], ...I18N.zh["repository/pull_issue_public"]["regexp"], - [/([\d,]+) Open/, "$1 打开"], - [/([\d,]+) Closed/, "$1 已关闭"], - [/#(\d+) opened/, "#$1 打开于"], - [/#(\d+) by/, "#$1 打开者"], - [/(\d+) tasks? done/, "$1 个任务完成"], - [/(\d+) of (\d+) tasks?/, "$1 / $2 个任务"], - [/(\d+) tasks?/, "$1 个任务"], - [/First time contributing to ([^ ]+)?/, "首次为 $1 做贡献?"], // 具体某条拉取请求 [/merged (\d+) commits? into/, "将 $1 个提交合并到"], [/([^ ]+) left review comments?/, "$1 发表了审查意见"], @@ -8953,56 +8974,65 @@ I18N.zh["repository/actions"] = { // 仓库 - 操作页面 "docker-compose": "docker-组合", "to your workflow file.": "到您的工作流程文件。", - // 左侧栏 - "Workflows": "工作流程", - "New workflow": "新建工作流程", - "Select workflow": "选择工作流程", - "Show more workflows...": "显示更多工作流程...", - "Management": "管理", - "Caches": "缓存", - "Deployments": "部署", - "Attestations": "证书", - "Runners": "运行器", + "New workflow": "新建工作流程", + "Management": "管理", + "Caches": "缓存", + "Deployments": "部署", + "Attestations": "证书", + "Runners": "运行器", + "Disabled": "已禁用", - "Help us improve GitHub Actions": "帮助我们改进 GitHub Actions", - "Tell us how to make GitHub Actions work better for you with three quick questions.": "通过三个快速问题告诉我们如何让 GitHub Actions 更好地为您服务。", + // 顶部提醒 + // [/Workflow (.*) pinned./, "工作流程 $1 已置顶"], + // [/Workflow (.*) unpinned./, "工作流程 $1 已取消置顶"], + + // 取消置顶对话框 + "Unpin this workflow?": "取消工作流程置顶?", + "This action will unpin the workflow for all viewers of this repository.": "此操作将为该仓库的所有查看者取消置顶工作流程。", + "Yes, unpin": "是的,取消固定", "All workflows": "全部工作流程", - "Showing runs from all workflows": "显示所有工作流程的运行情况", + "Showing runs from all workflows": "显示所有工作流程的运行情况", + + // 筛选条 + "Filter workflow runs": "筛选工作流程", + "Narrow your search": "缩小搜索范围", + + // 反馈提醒 + "Help us improve GitHub Actions": "帮助我们改进 GitHub Actions", + "Tell us how to make GitHub Actions work better for you with three quick questions.": "通过三个快速问题告诉我们如何让 GitHub Actions 更好地为您服务。", - //筛选条 - "Filter workflow runs": "筛选工作流程", - "Narrow your search": "缩小搜索范围", // [/(\d+) workflow runs?$/, "$1 个工作流程运行"], // [/(\d+) workflow runs results/, "$1 个工作流程运行结果"], + "Event": "事件", "Filter by event": "按事件筛选", "Find an event": "查找事件", - "push": "推送", - "pull_request": "拉取请求", - "pull_request_target": "拉取请求目标", - "schedule": "日程", - "watch": "关注", - "workflow_dispatch": "工作流程调度", - "dynamic": "动态", + "issue_comment": "议题评论", + "pull_request": "拉取请求", + "pull_request_target": "拉取请求目标", + "push": "推送", + "schedule": "日程", + "watch": "关注", + "workflow_dispatch": "工作流程调度", + "dynamic": "动态", // 状态 - "Disabled": "禁用", "Filter by status": "按状态筛选", "Find a status": "查找状态", - "queued": "排队", - "in progress": "正在进行中", - "waiting": "等待中", - "completed": "已完成", - "neutral": "中立", - "success": "成功", - "failure": "失败", - "cancelled": "已取消", - "action required": "需要采取行动", - "timed out": "已超时", - "skipped": "跳过", - "stale": "陈旧", + "queued": "排队", + "in progress": "正在进行中", + "waiting": "等待中", + "completed": "已完成", + "neutral": "中立", + "success": "成功", + "failure": "失败", + "cancelled": "已取消", + "action required": "需要采取行动", + "timed out": "已超时", + "skipped": "跳过", + "stale": "陈旧", "Branch": "分支", "Filter by branch": "按分支筛选", "Find a branch": "查找分支", @@ -9012,17 +9042,18 @@ I18N.zh["repository/actions"] = { // 仓库 - 操作页面 // 日志 右侧按钮 "Cancel run": "取消运行", + "View workflow file": "查看工作流程文件", "Delete workflow run": "删除工作流程运行", // 删除工作流程运行 对话框 "Are you sure you want to permanently delete this workflow run?": "您确定要永久删除此工作流程运行吗?", - "This action cannot be undone": "此操作无法撤消", - "Yes, permanently delete this workflow run": "是的,永久删除此工作流程运行", + "This action cannot be undone.": "此操作无法撤消。", + "Yes, delete this workflow run": "是的,删除此工作流程", // 顶部提醒 "Workflow run deleted successfully.": "工作流程运行删除成功。", - // 筛选结果 - "all workflow runs": "所有工作流程运行", - "or try different filters.": "或尝试不同的筛选器。", + // // 筛选结果 + // "all workflow runs": "所有工作流程运行", + // "or try different filters.": "或尝试不同的筛选器。", // 列表区域 // 工作流程运行状态 @@ -9033,6 +9064,48 @@ I18N.zh["repository/actions"] = { // 仓库 - 操作页面 // 顶部提醒 "You have successfully requested the workflow to be canceled.": "您已成功请求取消工作流。", + // ///actions/workflows/.yml + //右侧三个点 + "Show workflow options": "显示工作流程选项", + "Create status badge": "创建状态徽章", + // 对话框 + "Default branch": "默认分支", + "Filter branches": "筛选分支", + "Copy status badge Markdown": "复制状态徽章 Markdown 代码", + "Pin workflow": "固定工作流程", + "Disable workflow": "禁用工作流程", + // 顶部提醒 + "Workflow disabled successfully.": "工作流程已成功禁用。", + + "This workflow has a": "这个工作流程有一个", + "event trigger.": "事件触发器。", + + "Run workflow": "运行工作流程", + "Use workflow from": "使用工作流程来自:", + "Branch:": "分支:", + "Select branch": "选择分支", + "Select ref": "选择引用", + "Select a tag": "选择标签", + "Nothing to show": "暂无", + + "Workflow does not exist or does not have a": "工作流程不存在或没有", + "trigger in this branch.": "触发在此分支。", + "Learn more about manual workflows": "了解更多关于手工工作流程的信息", + // 顶部提醒 + "Workflow run was successfully requested.": "工作流程已成功请求运行。", + + "This scheduled workflow is disabled because there hasn't been activity in this repository for at least 60 days.": "此计划工作流程已禁用,因为此仓库至少 60 天没有活动。", + "This workflow was disabled manually.": "工作流程已被手动禁用。", + "Enable workflow": "启用工作流程", + // 顶部提醒 + "Workflow enabled successfully.": "工作流程已成功启用。", + "Re-run jobs": "重新运行作业", + + "This workflow has no runs yet.": "此工作流程尚未运行。", + + "No results matched your search.": "没有与您的搜索匹配的结果。", + "You could search": "您可以搜索", + // 缓存 ///actions/caches "Showing caches from all workflows.": "显示所有工作流程的缓存。", "Learn more about managing caches.": "了解更多关于管理缓存的信息。", @@ -9060,8 +9133,10 @@ I18N.zh["repository/actions"] = { // 仓库 - 操作页面 "Remove the filters": "删除筛选器", "or try a different search query.": "或尝试不同的搜索查询。", - "Remove cache": "删除缓存", + "Delete cache": "删除缓存", + "Remove cache": "删除缓存", "Are you sure you want to delete this cache?": "您确定要删除此缓存吗?", + "This action cannot be undone": "此操作无法撤消", "Yes, permanently delete this cache": "是的,永久删除此缓存", "Deleting Cache...": "删除缓存中...", @@ -9093,40 +9168,6 @@ I18N.zh["repository/actions"] = { // 仓库 - 操作页面 "runners for this repository": "运行器", "Self-hosted runners are virtual machines for GitHub Actions workflows that you manage and maintain outside of GitHub.": "自托管运行器是您在 GitHub 外部管理和维护的 GitHub Actions 工作流程的虚拟机。", - // ///actions/workflows/.yml - "This workflow has a": "这个工作流程有一个", - "event trigger.": "事件触发器。", - - "Run workflow": "运行工作流程", - "Use workflow from": "使用工作流程来自:", - "Branch:": "分支:", - "Select branch": "选择分支", - "Select ref": "选择引用", - "Select a tag": "选择标签", - "Nothing to show": "暂无", - - "Workflow does not exist or does not have a": "工作流程不存在或没有", - "trigger in this branch.": "触发在此分支。", - "Learn more about manual workflows": "了解更多关于手工工作流程的信息", - // 顶部提醒 - "Workflow run was successfully requested.": "工作流程已成功请求运行。", - - "This scheduled workflow is disabled because there hasn't been activity in this repository for at least 60 days.": "此计划工作流程已禁用,因为此仓库至少 60 天没有活动。", - "Enable workflow": "启用工作流程", - // 顶部提醒 - "Workflow enabled successfully.": "工作流程已成功启用。", - "Disable workflow": "禁用工作流程", - // 提醒 - "This workflow was disabled manually.": "工作流程已被手动禁用。", - // 顶部提醒 - "Workflow disabled successfully.": "工作流程已成功禁用。", - "Re-run jobs": "重新运行作业", - - "This workflow has no runs yet.": "此工作流程尚未运行。", - - "No results matched your search.": "没有与您的搜索匹配的结果。", - "You could search": "您可以搜索", - // ///actions/runs/ // 顶部提醒 "Logs deleted successfully.": "日志已成功删除。", @@ -9135,11 +9176,8 @@ I18N.zh["repository/actions"] = { // 仓库 - 操作页面 "Re-run all jobs": "重新运行所有作业", "Cancel workflow": "取消工作流程", //右侧按钮 - "View workflow file": "查看工作流程文件", "View workflow runs": "查看工作流程运行", "Workflow run options": "工作流程运行选项", - "Create status badge": "创建状态徽章", - "Copy status badge Markdown": "复制状态徽章 Markdown 代码", "Delete all logs": "删除所有日志", // 左侧栏 @@ -9183,23 +9221,12 @@ I18N.zh["repository/actions"] = { // 仓库 - 操作页面 "Show more": "显示更多", "Show less": "显示更少", - // ///actions/runs//jobs/ - - // ///actions/runs//usage - "Run and billable time": "运行和计费时间", - "Learn about OS pricing on GitHub Actions": "了解 GitHub Actions 上的操作系统定价", - "Job": "工作", - "Run time": "运行时间", - "Billable": "计费", - "time": "时间", - - // ///actions/runs//workflow - "Workflow file": "工作流程文件", - "Workflow file for this run": "本次运行的工作流程文件", - - // ///runs/ + // ///actions/runs//job/ "The logs for this run have expired and are no longer available.": "此运行日志已过期,不再可用。", + "Started": "开始于", + "ago": "之前", + "Search logs": "搜索日志", "Re-run this job": "重新运行此作业", // 设置按钮 @@ -9210,22 +9237,25 @@ I18N.zh["repository/actions"] = { // 仓库 - 操作页面 "Try broadening your search filters.": "尝试扩大您的搜索筛选器。", - // GitHub Pages - "GitHub Pages / Page Build": "GitHub Pages / 页面构建", - "Page Build": "页面构建", - "succeeded": "成功于", - "GitHub Pages successfully built your site.": "GitHub Pages 成功构建了您的站点。", - "Your website is ready at": "您的网站已准备就绪,网址为", - "View more details on GitHub Pages": "在 GitHub Pages 查看更多细节", + "Re-run all checks": "重新运行所有检查", - //顶部提醒 - "You have successfully requested checks from GitHub Pages.": "您已成功请求来自 GitHub Pages 的检查。", + // ///actions/runs//usage + "Run and billable time": "运行和计费时间", + "Learn about OS pricing on GitHub Actions": "了解 GitHub Actions 上的操作系统定价", + "Job": "工作", + "Run time": "运行时间", + "Billable": "计费", + "time": "时间", - "Re-run all checks": "重新运行所有检查", + // ///actions/runs//workflow + "Workflow file": "工作流程文件", + "Workflow file for this run": "本次运行的工作流程文件", }, "regexp": [ // 正则翻译 ...I18N.zh["repository-public"]["regexp"], + [/Workflow (.*) pinned./, "工作流程 $1 已置顶"], + [/Workflow (.*) unpinned./, "工作流程 $1 已取消置顶"], [/Found (\d+) workflows?/, "发现 $1 个工作流程"], [/(\d+) workflow runs?$/, "$1 个工作流程运行"], [/(\d+) workflow runs? results?/, "$1 个工作流程运行结果"], @@ -9235,6 +9265,7 @@ I18N.zh["repository/actions"] = { // 仓库 - 操作页面 [/(\d+) caches?/, "$1 个缓存"], [/No caches matched your search branch:([^ ]+)/, "没有与您搜索的分支: $1 相匹配的缓存"], [/(\d+) available runners?/, "$1 个可用运行器"], + [/cached/, "被缓存"], ], }; I18N.zh["repository/runs"] = I18N.zh["repository/actions"]; @@ -9244,42 +9275,79 @@ I18N.zh["repository/deployments"] = { // 仓库 - 部署页面 ...I18N.zh["repository-public"]["static"], // ///deployments - // [/Deployed to ([^ ]+)/, "部署到 $1"], - "was deployed by": "部署者", - "Deployment history": "部署历史", - "Try the new deployments view": "尝试新的部署视图", - "Show:": "显示:", - "All environments": "所有环境", - "Loading information…": "载入信息…", - "at": "在", - "Deployed": "部署", - "Deployed by": "部署者", - "Active": "活跃", - "Inactive": "不活跃", - "Abandoned": "废弃", - "View deployment": "查看部署情况", - - "View full deployment history": "查看完整的部署历史", - - // 测试版部署 - "Environments": "环境", - "Manage environments": "管理环境", - "Give beta feedback": "提供测试反馈", - "Opt out of beta view": "选择退出测试版视图", - "Active deployments": "活跃的的部署", - "From select environments": "来自选择的环境", - "Last": "最后", - "deployed": "部署于", - "Latest deployments from": "最新部署来自", - "all environments": "所有环境", - "Deployed to": "部署到", - "Latest": "最新", - "View logs": "查看日志", - "View workflow run": "查看工作流程运行", + // 左侧栏 + "Deployed": "部署", + "All deployments": "所有部署", + "Environments": "环境", + "Manage environments": "管理环境", + + // 面板 + // 所有部署 + "Latest deployments from pinned environments": "来自固定环境的最新部署", + //具体某一项 + "Latest deployments": "最新部署", + "Last": "最后", + "deployed": "部署于", + // 中间面板 + "Your search did not match any deployments": "您的搜索未匹配任何部署", + "Try a different search query": "尝试不同的搜索查询", - "Status: Deployed (completed).": "状态:已部署(已完成)", - "Status: Failed to deploy (completed).": "状态:部署失败(已完成)", - "No status available for": "无可用状态", + // 筛选条 + "Filter": "筛选", + "Filter deployments": "筛选部署", + // 搜索框菜单 + "State": "状态", + "success": "成功", + "failure": "失败", + "error": "错误", + "inactive": "不活跃", + "pending": "待定", + "queued": "排队", + "in progress": "进行中", + "waiting": "等待中", + "Creator": "创建者", + "Environment": "环境", + "Ref": "引用", + "Text": "文本", + + // 筛选器窗口 + "Advanced filters": "高级筛选", + "Build complex filter queries": "建立复杂的筛选器查询", + "To start building your query add your first filter using the button below.": "要开始建立查询,请使用下面的按钮添加第一个筛选器。", + + "Qualifier": "限定", + "Operator": "操作", + "is one of": "之中的", + "is": "是", + "Value": "值", + "Make a selection": "请选择", + "Select items": "请选择项目", + "Filter values": "筛选值", + "Enter search text": "键入任意文本", + "Me": "我", + "Signed-in user": "已登录用户", + "Add a filter": "添加筛选器", + "Apply": "应用", + + // 关闭弹窗 + "Discard changes?": "是否放弃更改?", + "You have unsaved changes. Are you sure you want to discard them?": "您有未保存的更改。您确定要放弃它们吗?", + "Keep editing": "继续编辑", + "Close and discard": "关闭并放弃", + + //筛选器报错窗口 + "Empty value for": "空值:", + "Text will be ignored since log searching is not yet available:": "由于尚未提供日志搜索功能,文本将被忽略:", + + // 列表 + "Active": "活跃", + "Inactive": "不活跃", + "Abandoned": "废弃", + "Deployed to": "部署到", + "Failed to deploy to": "无法部署到", + + "View logs": "查看日志", + "View workflow run": "查看工作流程运行", // ///deployments/activity_log?environment=github-pages "Deployments": "部署", @@ -9288,11 +9356,25 @@ I18N.zh["repository/deployments"] = { // 仓库 - 部署页面 }, "regexp": [ // 正则翻译 ...I18N.zh["repository-public"]["regexp"], - [/Deployed to ([^ ]+)/, "部署到 $1"], - [/(\d+) deployments?/, "$1 次部署"], + [/deployments?/, "部署"], + [/Filter contains (\d+) issues?:/, "过滤器包含 $1 个问题:"], // 过滤器报错窗口 + [/via/, "通过"], ], }; +I18N.zh["repository/attestations"] = { // 仓库 - 证书页面 + "static": { // 静态翻译 + ...I18N.zh["repository-public"]["static"], + + // /repo-name>/attestations 证书 + "Attestations": "证书", + + "No attestations": "尚无证书", + "Create attestations using the": "创建证书,请使用", + "action": "操作工作流", + }, +}; + I18N.zh["repository/watchers"] = { // 仓库 - 关注者页面 "static": { // 静态翻译 ...I18N.zh["repository-public"]["static"], @@ -12832,7 +12914,7 @@ I18N.zh["repository/settings/environments"] = { // 仓库设置 - 环境 ///settings/environments "New environment": "新建环境", - "You can configure environments with protection rules, variables and secrets.": "您可以使用保护规则,变量和机密配置环境。", + "You can configure environments with protection rules, variables, and secrets.": "您可以使用保护规则,变量和机密配置环境。", "Learn more about configuring environments.": "了解更多关于配置环境的信息。", "There are no environments for this repository": "此仓库尚无环境", @@ -14245,7 +14327,7 @@ I18N.zh["signup"] = { // 注册页 "Create account": "创建帐户", "By creating an account, you agree to the": "创建帐户即表示您同意", "Terms of Service": "服务条款", - ". For more information about GitHub's privacy practices, see the": "。关于 GitHub 隐私条款的更多信息,请参见", + ". For more information about GitHub's privacy practices, see the": "。更多关于 GitHub 隐私条款的信息,请参见", "GitHub Privacy Statement": "GitHub 隐私声明", ". We'll occasionally send you account-related emails.": "。我们偶尔会向您发送与帐户相关的电子邮件。", }, @@ -14700,7 +14782,7 @@ I18N.zh["search"] = { // 搜索页面 // 搜索技巧 对话框 (忽略 不翻译) "Search cheat sheet": "搜索小技巧", "GitHub’s search supports a variety of different operations. Here’s a quick cheat sheet for some of the common searches.": "GitHub 的搜索支持各种不同的操作。下面是一些常见搜索的快速小抄。", - "For more information, visit our": "有关更多信息,请访问我们的", + "For more information, visit our": "更多有关信息,请访问我们的", "search help section": "搜索帮助章节", "Basic search": "基本搜索", "This search": "关键规则", @@ -15907,7 +15989,7 @@ I18N.zh["marketplace"] = { // GitHub 市场 "GitHub Sponsors actions": "GitHub 赞助操作", "Tools to manage your": "管理您的", "community": "社区", - + "IDEs": "集成开发环境", "IDEs apps": "IDE 应用", "IDEs actions": "IDE 操作", @@ -16472,6 +16554,7 @@ I18N.zh["orgs"] = { // 组织页面 [/doesn't have any pinned public repositories yet./, "还没有任何置顶的公共仓库。"], [/You are viewing the README and pinned repositories as a member of the ([^ ]+) organization./, "您正在以 $1 组织成员的身份查看自述文件和置顶仓库。"], [/Invite a member to/, "邀请成员加入"], + [/\((\d+) issues? need help\)/, "($1 个议题需要帮助)"], ], "selector": [ // 元素筛选器规则 ["#type-options > summary > span:nth-child(1)", "类型"], // 组织主页 --> 仓库标签页-->类型筛选器 Type @@ -19010,7 +19093,7 @@ I18N.zh["developer/register"] = { // 开发者注册 }; I18N.zh["features"] = { - "static":{ + "static": { "The tools you need to build what you want.": "构建您想要的内容所需的工具。", // 看板 "Experience AI": "体验 AI", @@ -19162,7 +19245,7 @@ I18N.zh["skills"] = { // https://skills.github.com/ //底部栏 "Expert Services": "专家服务", - + // 快速入门指南 https://skills.github.com/quickstart "GitHub Skills Quickstart Guide": "GitHub 技能快速入门指南", "Build your own GitHub Actions-powered courses in a few simple steps.": "只需几个简单的步骤,就能构建自己的由 GitHub 操作驱动的课程。", @@ -19275,7 +19358,7 @@ I18N.zh["skills"] = { // https://skills.github.com/ "describes the step. We recommend this format to make it easy to see the order the steps will run in.": "描述步骤。我们推荐使用这种格式,以便于查看各步骤的运行顺序。", "Each workflow file will have a few sections, the name, describing comments, event trigger, job header, and steps.": "每个工作流程文件都有几个部分:名称、描述注释、事件触发器、任务标题和步骤。", "The first section is the": "第一部分为", - "name": "名称", + "name": "名称", "Next, add": "接下来,添加", "comments describing": "注释", "what the Actions workflow will do:": ",说明操作工作流要做什么:", @@ -19338,4 +19421,4 @@ I18N.zh["orgs/sponsoring"] = { // https://github.com/orgs//sponsoring "regexp": [ [/([^ ]+) hasn’t sponsored any users yet./, "$1 尚未赞助任何人。"], ], -}; +}; \ No newline at end of file From 61344b0d34cbc4dc068887cfe199ce917e2bfc85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=99=E6=BC=A0=E4=B9=8B=E5=AD=90?= <7850715+maboloshi@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:26:58 +0800 Subject: [PATCH 23/99] Update locals(greasyfork).js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 所以文件 空行结尾 Signed-off-by: 沙漠之子 <7850715+maboloshi@users.noreply.github.com> --- locals(greasyfork).js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals(greasyfork).js b/locals(greasyfork).js index a2d011237..9bf18c23a 100644 --- a/locals(greasyfork).js +++ b/locals(greasyfork).js @@ -19421,4 +19421,4 @@ I18N.zh["orgs/sponsoring"] = { // https://github.com/orgs//sponsoring "regexp": [ [/([^ ]+) hasn’t sponsored any users yet./, "$1 尚未赞助任何人。"], ], -}; \ No newline at end of file +}; From 65e988204b177d25233b4cb7b3590860b4e41056 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 26 Jun 2024 18:26:59 +0800 Subject: [PATCH 24/99] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals(greasyfork).js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals(greasyfork).js b/locals(greasyfork).js index a2d011237..9bf18c23a 100644 --- a/locals(greasyfork).js +++ b/locals(greasyfork).js @@ -19421,4 +19421,4 @@ I18N.zh["orgs/sponsoring"] = { // https://github.com/orgs//sponsoring "regexp": [ [/([^ ]+) hasn’t sponsored any users yet./, "$1 尚未赞助任何人。"], ], -}; \ No newline at end of file +}; From 79933972f50534d59d434d33095801eef076eb1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E8=83=96=E5=91=8026?= <122529705+wuyuncheng-26@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:28:23 +0800 Subject: [PATCH 25/99] Update locals.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 是小胖呀26 <122529705+wuyuncheng-26@users.noreply.github.com> --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 7c1035c79..7a9a3dcf4 100644 --- a/locals.js +++ b/locals.js @@ -13315,7 +13315,7 @@ I18N.zh["repository/settings/pages"] = { // 仓库设置页面(含组织仓库) "GitHub Enterprise": "GitHub 企业版", "With a GitHub Enterprise account, you can restrict access to your GitHub Pages site by publishing it privately. You can use privately published sites to share your internal documentation or knowledge base with members of your enterprise.": "使用 GitHub 企业版帐户,您可以通过私下发布来限制对 GitHub Pages 站点的访问。您可以使用私下发布的站点与企业成员共享您的内部文档或知识库。", "Try GitHub Enterprise risk-free for 30 days": "免费无风险试用 GitHub 企业版 30 天", - "Learn more about the visibility of your GitHub Pages site.": "了解更多关于GitHub Pages 站点可见性的信息。", + "Learn more about the visibility of your GitHub Pages site.": "了解更多关于 GitHub Pages 站点可见性的信息。", }, "regexp": [ // 正则翻译 From b6b37f3dfe0764da5dabc373ca73e585cdfe9809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E8=83=96=E5=91=8026?= <122529705+wuyuncheng-26@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:29:23 +0800 Subject: [PATCH 26/99] Update locals.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 是小胖呀26 <122529705+wuyuncheng-26@users.noreply.github.com> --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 7a9a3dcf4..868819ee3 100644 --- a/locals.js +++ b/locals.js @@ -6797,7 +6797,7 @@ I18N.zh["repository/pull_issue_public"] = { // 仓库 - 议题和拉取请求页 [/At least (\d+) approving review is required by reviewers with write access./, "至少需要 $1 个审查者批准。"], [/(\d+) linked issues?/, "链接 $1 个议题"], [/Assigned to (.*)/, "分配给 $1"], - [/Edited (\d+) times?/, "编辑 $1 次"] + [/Edited (\d+) times?/, "编辑 $1 次"], ] }; From e782316532e003c4e2a0f9ef0a5b3c39a6443b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E8=83=96=E5=91=8026?= <122529705+wuyuncheng-26@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:31:06 +0800 Subject: [PATCH 27/99] Update locals.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 是小胖呀26 <122529705+wuyuncheng-26@users.noreply.github.com> --- locals.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locals.js b/locals.js index 868819ee3..bcfcd7ca2 100644 --- a/locals.js +++ b/locals.js @@ -8109,8 +8109,8 @@ I18N.zh["repository/compare"] = { // 仓库 - 比较并创建拉取请求 [/Allow(ing)? edits by maintainers/, "允许维护人员编辑"], [/users with write access to ([^ ]+) can add new commits/, "则拥有 $1 写访问权限的用户可以向您的"], [/(\d+) changed files?/, "更改的文件"], - [/(\d+) additions?/,"$1 处增加"], - [/(\d+) deletions?/,"$1 处删除"], + [/(\d+) additions?/, "$1 处增加"], + [/(\d+) deletions?/, "$1 处删除"], ], }; From b80b53755e36af28597f103067b11520315a3263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E8=83=96=E5=91=8026?= <122529705+wuyuncheng-26@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:32:23 +0800 Subject: [PATCH 28/99] Update locals.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 是小胖呀26 <122529705+wuyuncheng-26@users.noreply.github.com> --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index bcfcd7ca2..3328edaf9 100644 --- a/locals.js +++ b/locals.js @@ -6058,6 +6058,7 @@ I18N.zh["repository"] = { // 仓库页面 /// // 自述文件(README.md) "Filter headings": "筛选标题", + "Edit file": "编辑文件", // 默认分支被重命名提醒框 "The default branch has been renamed!": "默认分支已被重新命名!", @@ -11692,7 +11693,6 @@ I18N.zh["repository/settings"] = { // 仓库设置 - 通常 // Date: Wed, 26 Jun 2024 18:32:59 +0800 Subject: [PATCH 29/99] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/locals.js b/locals.js index 7c1035c79..af26a12c3 100644 --- a/locals.js +++ b/locals.js @@ -6058,6 +6058,7 @@ I18N.zh["repository"] = { // 仓库页面 /// // 自述文件(README.md) "Filter headings": "筛选标题", + "Edit file": "编辑文件", // 默认分支被重命名提醒框 "The default branch has been renamed!": "默认分支已被重新命名!", @@ -6797,7 +6798,7 @@ I18N.zh["repository/pull_issue_public"] = { // 仓库 - 议题和拉取请求页 [/At least (\d+) approving review is required by reviewers with write access./, "至少需要 $1 个审查者批准。"], [/(\d+) linked issues?/, "链接 $1 个议题"], [/Assigned to (.*)/, "分配给 $1"], - [/Edited (\d+) times?/, "编辑 $1 次"] + [/Edited (\d+) times?/, "编辑 $1 次"], ] }; @@ -8109,8 +8110,8 @@ I18N.zh["repository/compare"] = { // 仓库 - 比较并创建拉取请求 [/Allow(ing)? edits by maintainers/, "允许维护人员编辑"], [/users with write access to ([^ ]+) can add new commits/, "则拥有 $1 写访问权限的用户可以向您的"], [/(\d+) changed files?/, "更改的文件"], - [/(\d+) additions?/,"$1 处增加"], - [/(\d+) deletions?/,"$1 处删除"], + [/(\d+) additions?/, "$1 处增加"], + [/(\d+) deletions?/, "$1 处删除"], ], }; From 41b227b58c93c2b1f8ca57cca7541331ee5afe2d Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 26 Jun 2024 18:42:19 +0800 Subject: [PATCH 30/99] =?UTF-8?q?=E8=AF=8D=E6=9D=A1=E6=94=B9=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/locals.js b/locals.js index cf87dc932..e7d1a04ae 100644 --- a/locals.js +++ b/locals.js @@ -7201,8 +7201,6 @@ I18N.zh["repository/pulls"] = { // 仓库 - 拉取请求页面 "If you would like to submit code to this repository, consider opening a pull request.": "如果您想向这个仓库提交代码,请考虑打开一个拉取请求。", "If you would like to submit code to this repository, consider opening a pull request. You can read this repository’s": "如果您想向这个仓库提交代码,请考虑打开一个拉取请求。您可以阅读该仓库的", - "The head ref may contain hidden characters:": "头部引用可能包含隐藏字符:", - "Label issues and pull requests for new contributors": "标记新贡献者的议题和拉取请求", "Now, GitHub will help potential first-time contributors": "现在,GitHub 将帮助潜在的首次贡献者", "discover issues": "探索议题", @@ -7268,6 +7266,7 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 // 某条具体的拉取请求 ///pull/ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // 顶部提醒 + "The head ref may contain hidden characters:": "头部引用可能包含隐藏字符:", "Your review was submitted on a merged pull request.": "您的审查已提交,一个合并的拉取请求。", "Marked pull request as ready for review.": "标记拉取请求为可审核。", "Your review was submitted successfully.": "您的审查已成功提交。", From 1619ee5122a4c0552bc07e9a650dac59dc7af890 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 26 Jun 2024 19:26:15 +0800 Subject: [PATCH 31/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/locals.js b/locals.js index e7d1a04ae..ae538c922 100644 --- a/locals.js +++ b/locals.js @@ -369,6 +369,7 @@ I18N.zh["title"] = { // 标题翻译 [/Caches?/, "缓存"], [/Runners?/, "运行器"], [/Attestations?/, "证书"], + [/Activit(y|ies)/, "活动"], ["_regexp_end", "end"] ], }; @@ -6627,6 +6628,7 @@ I18N.zh["repository/pull_issue_public"] = { // 仓库 - 议题和拉取请求页 // 某个拉取请求和某个议题 公共词条 // 右侧栏 "Reviewers": "审查者", + "No reviews": "无人审查", "Loading suggestions…": "载入推荐…", // [/([^ ]+) left review comments/, "$1 发表了审查意见"], // [/At least (\d+) approving reviews? are required to merge this pull request./, "至少需要 $1 次批准审查才能合并此拉取请求。"], // 具体的拉取请求 审查者 @@ -7365,6 +7367,8 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 "commit into": "个提交到", "commits into": "个提交到", "from": "来自", + "closed this": "关闭了这个", + "reopened this": "重新激活了这个", // 标签栏 "Conversation": "讨论", @@ -8551,6 +8555,7 @@ I18N.zh["repository/discussions"] = { // 讨论页面 "Edit labels": "编辑标签", "Filter:": "筛选:", + "Closed": "已关闭", "Answered": "已答复", "Unanswered": "未答复", "Locked": "锁定", @@ -12006,9 +12011,14 @@ I18N.zh["repository/settings/branches"] = { // 仓库设置 - 分支 / "Failed to add secret. Secret names can only contain alphanumeric characters ([a-z], [A-Z], [0-9]) or underscores (_). Spaces are not allowed. Must start with a letter ([a-z], [A-Z]) or underscores (_).": "添加机密失败。机密名称只能包含字母数字字符([a-z]、[A-Z]、[0-9])或下划线 (_)。不允许有空格。必须以字母 ([a-z], [A-Z]) 或下划线 (_) 开头。", "Environment secrets": "环境机密", - "This repository has no environment secrets.": "此仓库尚无环境机密。", + "This environment has no secrets.": "此环境尚无机密。", "Manage environment secrets": "管理环境机密", "Repository secrets": "仓库机密", From d17470f02ed41f25232e43fea5c8d4f62d949e90 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 26 Jun 2024 19:35:14 +0800 Subject: [PATCH 32/99] 114514 --- locals.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locals.js b/locals.js index f2451f190..5267ff813 100644 --- a/locals.js +++ b/locals.js @@ -6918,7 +6918,7 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 "closed this": "关闭了", "closed this as": "已关闭因", "not planned": "非计划中", - "reopened this": "重新打开了", + "reopened this": "重新打开了这个", "This was referenced": "这是引用", "deleted a comment from": "删除了评论,来自", "· May be fixed by": " · 可通过该方案修复", @@ -7367,7 +7367,7 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 "commits into": "个提交到", "from": "来自", "closed this": "关闭了这个", - "reopened this": "重新激活了这个", + "reopened this": "重新打开了这个", // 标签栏 "Conversation": "讨论", From d909febc9250781b4022616b678bb9ea4e4d1896 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 26 Jun 2024 19:41:00 +0800 Subject: [PATCH 33/99] Android --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index 5267ff813..a51aa9ef4 100644 --- a/locals.js +++ b/locals.js @@ -14444,6 +14444,7 @@ I18N.zh["notifications"] = { // 通知页面 "All": "所有", "Unread": "未读", + "Switch inbox": "切换收件箱", // Android UA 下出现 "Inbox": "收件箱", "Saved": "已保存", "Save": "保存", From 4ec572e0328ef798cb9094b982100989baef9769 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 26 Jun 2024 19:43:31 +0800 Subject: [PATCH 34/99] Android UA --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index a51aa9ef4..5eda8a909 100644 --- a/locals.js +++ b/locals.js @@ -16011,6 +16011,7 @@ I18N.zh["marketplace"] = { // GitHub 市场 "Enhance your workflow with extensions": "增强您的工作流程", "Tools from the community and partners to simplify tasks and automate processes": "社区和合作伙伴提供的简化任务和自动化流程的工具", "Search for Copilot extensions, apps, and actions": "搜索 Copilot 扩展、应用和操作", + "Menu": "菜单", // Android UA 下出现 "Featured": "精选", "Discover apps with Copilot extensions": "使用 Copilot 扩展程序探索应用", "Your favorite tools now work with GitHub Copilot": "您最喜欢的工具现在可与 GitHub Copilot 配合使用", From c3dcdc18a6bdb9da4bfde3c86dbdd7fee2faad7a Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Fri, 28 Jun 2024 22:07:14 +0800 Subject: [PATCH 35/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/locals.js b/locals.js index 5eda8a909..473d77372 100644 --- a/locals.js +++ b/locals.js @@ -1491,7 +1491,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) [/is being deleted./, "正在被删除。"], // 仓库 组织被删除 [/Your repository \"([^ ]+)\" was successfully deleted./, "您的仓库 “$1” 已成功删除。"], // 仓库删除 [/(\d+) releases?/, "$1 个发行版"], - [/(\d+) followers?/, "$1 个关注者"], + [/([^ ]+) followers?/, "$1 个关注者"], [/(\d+) users?/, "$1 个用户"], [/(\d+) comments?/, "$1 条评论"], [/(\d+) commits? to/, "$1 个提交到"], @@ -2586,8 +2586,8 @@ I18N.zh["settings/appearance"] = { // 设置 - 外观 "Day theme": "日间主题", "Night theme": "夜间主题", "Active": "激活", - "This theme will be active when your system is set to “light mode”": "当您的系统设置为 “灯光模式” 时,该主题将被激活。", - "This theme will be active when your system is set to “dark mode”": "当您的系统设置为 “暗夜模式” 时,该主题将被激活。", + "This theme will be active when your system is set to “light mode”": "当您的系统设置为 “浅色模式” 时,该主题将被激活。", + "This theme will be active when your system is set to “dark mode”": "当您的系统设置为 “深色模式” 时,该主题将被激活。", "Emoji skin tone preference": "表情符号肤色首选项", "Preferred default emoji skin tone": "默认的表情符号肤色", @@ -15537,10 +15537,17 @@ I18N.zh["login/oauth"] = { // 应用授权 "would like permission to:": "希望获得以下许可:", "Know which resources you can access": "了解您可以访问哪些资源", + // 选择账户授权 https://github.com/login/oauth/select_account?* + //"Select user to authorize": "选择用户进行授权", + //"Signed in as": "登录身份为", + "Use a different account": "使用其他账户", + }, "regexp": [ // 正则翻译 // /login/oauth/authorize?client_id=Iv1.1a4d20f84a40d790&state=login [/Verify your GitHub identity/, "验证您的 GitHub 身份"], + [/Select user to authorize ([^ ]+)/, "选择用户进行授权 $1"], + [/Signed in as ([^ ]+)/, "登录身份为 $1"], [/has not been installed on any accounts you have access to./, "尚未安装在您有权访问的任何账户上。"], [/Learn more about/, "了解更多关于"], [/More than ([^ ]+)/, "超过 $1"], From a3c06195d80ceba4131838cc75d32b8409289d56 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Sat, 29 Jun 2024 10:59:37 +0800 Subject: [PATCH 36/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/locals.js b/locals.js index 473d77372..c7f27e35c 100644 --- a/locals.js +++ b/locals.js @@ -7173,6 +7173,7 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 [/Edited (\d+) times?/, "已编辑 $1 次"], [/edited by ([^ ]+)/, "由 $1 编辑"], [/This issue will close when #(\d+) is merged/, "此议题将在 #$1 合并时关闭"], + [/Opened this issue \(their first in ([^ ]+)\)/, "打开了这个议题($1 的第一个议题)"], // 标签页面 [/open issues? and pull requests?/, "个打开的议题和拉取请求"], @@ -10220,6 +10221,9 @@ I18N.zh["repository/releases"] = { // 仓库 - 发行版页面 "Another Category": "其他分类", "— optional": "— 可选", + // 发行版评论 + "No significant changes": "无重大变化", // GitHub Action 生成的发行版 + }, "regexp": [ // 正则翻译 ...I18N.zh["repository-public"]["regexp"], @@ -10230,6 +10234,9 @@ I18N.zh["repository/releases"] = { // 仓库 - 发行版页面 [/Toggle (.*)'s commit message/, "切换 $1 的提交消息"], [/Edit: (.*)/, "编辑:$1"], [/Delete: (.*)/, "删除:$1"], + [/and (\d+) other contributors/, "和另外 $1 个贡献者"], + [/and/, "和"], + [/(\d+) (people|person) reacted/, "$1 人反应"], ], }; I18N.zh["repository/tags"] = I18N.zh["repository/releases"]; From 213b3bd0f6d0e1b9409410e68548f6dad695bbf4 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Sat, 29 Jun 2024 21:10:29 +0800 Subject: [PATCH 37/99] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 316b293f4..47d499739 100644 --- a/locals.js +++ b/locals.js @@ -1496,7 +1496,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) [/is being deleted./, "正在被删除。"], // 仓库 组织被删除 [/Your repository \"([^ ]+)\" was successfully deleted./, "您的仓库 “$1” 已成功删除。"], // 仓库删除 [/(\d+) releases?/, "$1 个发行版"], - [/([^ ]+) followers?/, "$1 个关注者"], + [/([\d,]+) followers?/, "$1 个关注者"], [/(\d+) users?/, "$1 个用户"], [/(\d+) comments?/, "$1 条评论"], [/(\d+) commits? to/, "$1 个提交到"], From 29648dc170e92ebe8cd91e06c746b8b0cec88fb7 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Sat, 29 Jun 2024 21:52:23 +0800 Subject: [PATCH 38/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/locals.js b/locals.js index 47d499739..12cdeb28c 100644 --- a/locals.js +++ b/locals.js @@ -1282,6 +1282,10 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) "Find a team…": "搜索团队…", "Recent activity": "近期活动", "When you take actions across GitHub, we’ll provide links to that activity here.": "当您在 GitHub 上采取行动时,我们会在这里提供该活动的链接。", // 组织 + // 浮动信息卡片 + "You opened this pull request": "您打开了这个拉取请求", + "You commented on this issue": "您对此议题发表了评论", + "You were mentioned on and commented on this issue": "您在此议题上被提及并发表评论", "Create your first project": "创建你的第一个项目", "Ready to start building? Create a repository for a new idea or bring over an existing repository to keep contributing to it.": "准备好开始构建了吗?为新想法创建一个仓库或使用现有仓库继续为其做出贡献。", "Create repository": "创建仓库", @@ -1496,7 +1500,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) [/is being deleted./, "正在被删除。"], // 仓库 组织被删除 [/Your repository \"([^ ]+)\" was successfully deleted./, "您的仓库 “$1” 已成功删除。"], // 仓库删除 [/(\d+) releases?/, "$1 个发行版"], - [/([\d,]+) followers?/, "$1 个关注者"], + [/([^ ]+) followers?/, "$1 个关注者"], [/(\d+) users?/, "$1 个用户"], [/(\d+) comments?/, "$1 条评论"], [/(\d+) commits? to/, "$1 个提交到"], @@ -7379,6 +7383,9 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 "closed this": "关闭了这个", "reopened this": "重新打开了这个", + // 隐藏 + "Load more…": "加载更多…", + // 标签栏 "Conversation": "讨论", // "Commits": "提交", @@ -7904,6 +7911,7 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 [/on this commit as ([^@]+@[^\n]+)/, "该提交以 $1 身份"], [/Notify someone on an issue with a mention, like: @([^ ]+)./, "在某个问题上通知并提及某人,例如:@$1。"], // 专业提示 [/(\d+) conversations? must be resolved before merging./, "合并之前必须解决 $1 个对话。"], + [/(\d+) hidden items?/, "$1 条隐藏项目"], ], "selector": [ // 元素筛选器规则 ["span[data-message='Review changes']", "审查更改"], // 拉取请求 --> 更改的文件 @@ -15640,6 +15648,7 @@ I18N.zh["explore"] = { // 探索页面 }, "regexp": [ // 正则翻译 + [/([\d,]+) more/, "其他 $1 项"], [/([\d,]+) starred topics?/, "$1 个星标主题"], [/([\d,]+) starred repositories?/, "$1 个星标仓库"], [/There are ([\d,]+) public repositories? matching this topic/, "有 $1 个公共仓库与此主题相匹配"], @@ -15896,7 +15905,7 @@ I18N.zh["sponsors"] = { // 赞助界面 // 左侧栏 "Explore as": "使用以下身份进行探索", - "Ecosystem": "生态系统", + "Ecosystems": "生态系统", "All ecosystems": "所有生态系统", "Filters": "过滤器", "Direct dependencies only": "仅直接依赖项", @@ -15907,12 +15916,15 @@ I18N.zh["sponsors"] = { // 赞助界面 "Download your": "下载", "results as CSV": "结果(CSV格式)", - "Most used": "较常使用", - "Least used": "较少使用", - "Most sponsors": "较多赞助者", - "Fewest sponsors": "较少赞助者", - "Newest Sponsors profile": "最新赞助者资料", - "Oldest Sponsors profile": "最早赞助者资料", + "Order by": "排序依据", + "Most used": "较常使用", + "Least used": "较少使用", + "Most sponsors": "较多赞助者", + "Fewest sponsors": "较少赞助者", + "Newest Sponsors profile": "最新赞助者资料", + "Oldest Sponsors profile": "最早赞助者资料", + + "Apply": "应用", "You depend on": "您依赖于", // [/(\d+) repositor(y|ies) they own or maintain/, "他们拥有或维护 $1 个仓库"], From 0594e4f6e99093be01eb125e71e8cadd594aa157 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Sun, 30 Jun 2024 18:20:03 +0800 Subject: [PATCH 39/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/locals.js b/locals.js index a0abd76d8..d61451683 100644 --- a/locals.js +++ b/locals.js @@ -1289,9 +1289,12 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) "Recent activity": "近期活动", "When you take actions across GitHub, we’ll provide links to that activity here.": "当您在 GitHub 上采取行动时,我们会在这里提供该活动的链接。", // 组织 // 浮动信息卡片 + "You opened this issue": "您打开了这个议题", "You opened this pull request": "您打开了这个拉取请求", "You commented on this issue": "您对此议题发表了评论", + "You commented on this pull request": "您对此拉取请求发表了评论", "You were mentioned on and commented on this issue": "您在此议题上被提及并发表评论", + "You were mentioned on and commented on this pull request": "您在此拉取请求上被提及并发表评论", "Create your first project": "创建你的第一个项目", "Ready to start building? Create a repository for a new idea or bring over an existing repository to keep contributing to it.": "准备好开始构建了吗?为新想法创建一个仓库或使用现有仓库继续为其做出贡献。", "Create repository": "创建仓库", @@ -5737,10 +5740,20 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 "Build Errored": "构建错误", "Build Canceled": "构建取消", "Waiting for build": "等待构建", + + // 议题、拉取请求浮动信息 + "You opened this issue": "您打开了这个议题", + "You opened this pull request": "您打开了这个拉取请求", + "You commented on this issue": "您对此议题发表了评论", + "You commented on this pull request": "您对此拉取请求发表了评论", + "You were mentioned on and commented on this issue": "您在此议题上被提及并发表评论", + "You were mentioned on and commented on this pull request": "您在此拉取请求上被提及并发表评论", }, "regexp": [ // 正则翻译 [/Started (\d+) discussions? in this repository in the past week/, "过去一周内在此仓库中开启了 $1 个讨论"], // 用户 浮动信息卡 [/Started (\d+) discussions? in this repository in the past month/, "过去一个月内在此仓库中开启了 $1 个讨论"], // 用户 浮动信息卡 + [/Started (\d+) discussions? in this repository/, "在此仓库中开启了 $1 个讨论"], // 用户 浮动信息卡 + [/Opened this pull request \(their first in ([^ ]+)\)/, "打开了这个拉取请求(首次在 $1 发表)"], [/(\d+) successful checks/, "$1 个成功的检查"], [/Successful in (\d+)s/, "在 $1 秒内成功"], [/(\d+) in progress check/, "$1 个正在运行的检查"], @@ -6638,6 +6651,7 @@ I18N.zh["repository/pull_issue_public"] = { // 仓库 - 议题和拉取请求页 "outdated": "陈旧的", "Pending": "待定", "Draft": "草案", + "This was referenced": "被引用于", // [/(\d+) linked pull requests?/, "链接 $1 个拉取请求"], @@ -7192,7 +7206,7 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 [/Edited (\d+) times?/, "已编辑 $1 次"], [/edited by ([^ ]+)/, "由 $1 编辑"], [/This issue will close when #(\d+) is merged/, "此议题将在 #$1 合并时关闭"], - [/Opened this issue \(their first in ([^ ]+)\)/, "打开了这个议题($1 的第一个议题)"], + [/Opened this issue \(their first in ([^ ]+)\)/, "打开了这个议题(首次在 $1 发表)"], // 标签页面 [/open issues? and pull requests?/, "个打开的议题和拉取请求"], @@ -7388,6 +7402,7 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 "from": "来自", "closed this": "关闭了这个", "reopened this": "重新打开了这个", + "added a commit that referenced this pull request": "添加了引用此拉取请求的提交", // 隐藏 "Load more…": "加载更多…", @@ -14564,7 +14579,10 @@ I18N.zh["notifications"] = { // 通知页面 "✋ Mentioned": "✋ 提及", "🙌 Team mentioned": "🙌 提到的团队", "👀 Review requested": "👀 审查请求", + "Add new filter": "添加过滤器", "Name": "名称", + "Filter by…": "过滤…", // Android UA 下才有 + "New filter": "新建", // Android UA 下才有 "Filter inbox by…": "筛选收件箱…", "Create new filter": "创建新规则", "Create": "创建", From 891f5b9e3d21ef5b05a62ba89c5e71179eca4699 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Sun, 30 Jun 2024 19:33:45 +0800 Subject: [PATCH 40/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= 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 d61451683..6b7683d9d 100644 --- a/locals.js +++ b/locals.js @@ -5616,6 +5616,7 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 // 评论状态 "This comment was marked as spam.": "该评论已被标记为垃圾邮件。", "This comment was marked as off-topic.": "该评论已被标记为离题。", + "This comment has been hidden.": "该评论已被隐藏。", // 切换分支/标签 下拉菜单 "Switch branches/tags": "切换分支/标签", @@ -5756,6 +5757,9 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 [/Opened this pull request \(their first in ([^ ]+)\)/, "打开了这个拉取请求(首次在 $1 发表)"], [/(\d+) successful checks/, "$1 个成功的检查"], [/Successful in (\d+)s/, "在 $1 秒内成功"], + [/Successful in (\d+)m/, "在 $1 分内成功"], + [/(\d+) failing checks?/, "$1 个失败的检查"], + [/Failing after (\d+)s/, "在 $1 秒后失败"], [/(\d+) in progress check/, "$1 个正在运行的检查"], [/, and (\d+) more/, ",以及其他 $1 个组织"], // 用户 浮动信息卡 [/(\d+) repositor(y|ies)/, "$1 个仓库"], // 组织 浮动信息卡 @@ -8842,6 +8846,8 @@ I18N.zh["repository/discussions"] = { // 讨论页面 // 右侧栏 // /([\d,]+) participants?/, "$1 位参与者" "and others": "和其它", + "Reopened": "重新打开", + "Closed as resolved": "关闭为已解决", "Change category": "更改类别", "Converted from issue": "由议题转化而来", From 98191a285b38a6f24190110ccc00fa3ed46e329b Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Sun, 30 Jun 2024 21:23:27 +0800 Subject: [PATCH 41/99] =?UTF-8?q?=E8=AE=A8=E8=AE=BA=E9=A1=B5=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/locals.js b/locals.js index 6b7683d9d..4691cd06c 100644 --- a/locals.js +++ b/locals.js @@ -8829,6 +8829,10 @@ I18N.zh["repository/discussions"] = { // 讨论页面 "This comment was marked as off-topic.": "这条评论被标记为离题。", "Show comment": "显示评论", "Hide comment": "隐藏评论", + "The reason will be displayed to describe this comment to others.": "将显示原因,以便向其他人描述此评论。", + "Learn more about hiding a comment": "学习如何隐藏评论", + "Choose a reason for hiding this comment": "选择隐藏此评论原因", + "Choose a reason": "选择原因", // [/Show (\d+) previous repl(y|ies)/, "显示 $1 条之前的答复"], // [/(\d+) hidden items?/, "$1 条隐藏项目"], "Load more…": "载入更多…", From 71cb1b263142134f841532051679bd455c3249af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=99=E6=BC=A0=E4=B9=8B=E5=AD=90?= <7850715+maboloshi@users.noreply.github.com> Date: Sun, 30 Jun 2024 21:42:13 +0800 Subject: [PATCH 42/99] =?UTF-8?q?=E8=AE=A8=E8=AE=BA=E9=A1=B5`=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E8=AE=A8=E8=AE=BA=E5=AF=B9=E8=AF=9D=E6=A1=86`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 沙漠之子 <7850715+maboloshi@users.noreply.github.com> --- locals.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/locals.js b/locals.js index 4691cd06c..573864746 100644 --- a/locals.js +++ b/locals.js @@ -8829,10 +8829,18 @@ I18N.zh["repository/discussions"] = { // 讨论页面 "This comment was marked as off-topic.": "这条评论被标记为离题。", "Show comment": "显示评论", "Hide comment": "隐藏评论", + + // 隐藏评论对话框 "The reason will be displayed to describe this comment to others.": "将显示原因,以便向其他人描述此评论。", "Learn more about hiding a comment": "学习如何隐藏评论", "Choose a reason for hiding this comment": "选择隐藏此评论原因", "Choose a reason": "选择原因", + "Abuse": "滥用", + "Off Topic": "离题", + "Outdated": "过时", + "Duplicate": "重复", + "Resolved": "已解决", + // [/Show (\d+) previous repl(y|ies)/, "显示 $1 条之前的答复"], // [/(\d+) hidden items?/, "$1 条隐藏项目"], "Load more…": "载入更多…", From a82413c3cc25623be0de2550f74a6ded737f7820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=99=E6=BC=A0=E4=B9=8B=E5=AD=90?= <7850715+maboloshi@users.noreply.github.com> Date: Sun, 30 Jun 2024 21:44:07 +0800 Subject: [PATCH 43/99] =?UTF-8?q?=E8=A1=A5=E5=85=85:=20=E8=AE=A8=E8=AE=BA?= =?UTF-8?q?=E9=A1=B5`=E9=9A=90=E8=97=8F=E8=AE=A8=E8=AE=BA=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E6=A1=86`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 沙漠之子 <7850715+maboloshi@users.noreply.github.com> --- locals.js | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/locals.js b/locals.js index 573864746..93ef71a85 100644 --- a/locals.js +++ b/locals.js @@ -22,18 +22,18 @@ */ var I18N = {}; -let projects = { // 项目页面 补全 - "New view": "新建视图", - "Layout": "布局", - "Board": "面板", - "Roadmap": "时间线", - "Duplicate view": "复制视图", - "Configuration": "配置", - "Group by": "分组", - "Markers": "标记", - "Sort by": "排序", - "Zoom level": "缩放级别", - "Field sum": "字段总和", +let 项目 = { // 项目页面 补全 + "New view": "新建视图", + "Layout": "布局", + "Board": "面板", + "Roadmap": "时间线", + "Duplicate view": "复制视图", + "Configuration": "配置", + "Group by": "分组", + "Markers": "标记", + "Sort by": "排序", + "Zoom level": "缩放级别", + "Field sum": "字段总和", "Slice by": "切片", "Fields": "字段", "Generate chart": "生成图表", @@ -8836,6 +8836,7 @@ I18N.zh["repository/discussions"] = { // 讨论页面 "Choose a reason for hiding this comment": "选择隐藏此评论原因", "Choose a reason": "选择原因", "Abuse": "滥用", + "Spam": "垃圾信息", "Off Topic": "离题", "Outdated": "过时", "Duplicate": "重复", From 30cb32bbf86b436500d1788ea68f86ec89bc9377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=99=E6=BC=A0=E4=B9=8B=E5=AD=90?= <7850715+maboloshi@users.noreply.github.com> Date: Sun, 30 Jun 2024 21:47:04 +0800 Subject: [PATCH 44/99] =?UTF-8?q?Fix=20=E9=80=97=E5=8F=B7=20bug=20?= =?UTF-8?q?=E5=BC=95=E5=85=A5=E7=9A=84=E9=94=99=E8=AF=AF=F0=9F=98=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 沙漠之子 <7850715+maboloshi@users.noreply.github.com> --- locals.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/locals.js b/locals.js index 93ef71a85..cb644d0a4 100644 --- a/locals.js +++ b/locals.js @@ -22,18 +22,18 @@ */ var I18N = {}; -let 项目 = { // 项目页面 补全 - "New view": "新建视图", - "Layout": "布局", - "Board": "面板", - "Roadmap": "时间线", - "Duplicate view": "复制视图", - "Configuration": "配置", - "Group by": "分组", - "Markers": "标记", - "Sort by": "排序", - "Zoom level": "缩放级别", - "Field sum": "字段总和", +let projects = { // 项目页面 补全 + "New view": "新建视图", + "Layout": "布局", + "Board": "面板", + "Roadmap": "时间线", + "Duplicate view": "复制视图", + "Configuration": "配置", + "Group by": "分组", + "Markers": "标记", + "Sort by": "排序", + "Zoom level": "缩放级别", + "Field sum": "字段总和", "Slice by": "切片", "Fields": "字段", "Generate chart": "生成图表", From 04330db9f58ec521ad94bf6cc5d5e381d49ba7e1 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Mon, 1 Jul 2024 23:27:50 +0800 Subject: [PATCH 45/99] =?UTF-8?q?=E4=BB=93=E5=BA=93=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locals.js b/locals.js index cb644d0a4..f4fbb1a68 100644 --- a/locals.js +++ b/locals.js @@ -6508,6 +6508,7 @@ I18N.zh["repository"] = { // 仓库页面 /// [/Forking ([^ ]+)/, "复刻 $1 中"], // 复刻中... [/Fork your own copy of ([^ ]+)/, "复刻成您自己的 $1 副本"], // 复刻按钮提示 [/will appear on ([^ ]+)'s member profile, visible only to organization members./, "将出现在 $1 的成员资料中,仅对组织成员可见。"], + [/were installed on this repository/, "已安装到此仓库"], ], }; @@ -9739,6 +9740,7 @@ I18N.zh["repository/new"] = { // 仓库 - 新建/编辑/上传/删除文件页 "regexp": [ // 正则翻译 ...I18N.zh["repository-public"]["regexp"], [/on this commit as/,"该提交以"], + [/Commit changes?/, "提交更改"], [/Your license is ready. Please review it below and either commit it to the ([^ ]+) branch or to a new branch./, "您的许可证已准备就绪。请在下面审查它并将其提交到 $1 分支或新分支。"], ], }; From be7068a008227c9b8072596db6d0cb5d893ecb69 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 09:42:14 +0800 Subject: [PATCH 46/99] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/locals.js b/locals.js index f4fbb1a68..a426e2d0b 100644 --- a/locals.js +++ b/locals.js @@ -14936,7 +14936,7 @@ I18N.zh.pulls = I18N.zh.issues; I18N.zh["search"] = { // 搜索页面 "static": { // 静态翻译 - "resluts": "结果", + "ms": "毫秒", // 前面"结果"走正则匹配 "View topic": "查看主题", //搜索结果中的主题 // 搜索 https://github.com/search >>>>>>>>>>>>>>>>>>>>>>>> "Search GitHub": "在 GitHub 上搜索", @@ -15061,6 +15061,7 @@ I18N.zh["search"] = { // 搜索页面 "Cheat sheet": "搜索技巧", "Sort by:": "排序方式:", + "Sort by": "排序方式", // Android UA // 筛选下拉 // &type=repositories "Sort options": "排序选项", @@ -15097,6 +15098,7 @@ I18N.zh["search"] = { // 搜索页面 "Fewest repositories": "最少仓库", "More options": "更多选项", + "your search": "您的搜索", // Android UA "View search docs": "查看搜索文档", // 部分状态词 @@ -15290,6 +15292,8 @@ I18N.zh["search"] = { // 搜索页面 }, "regexp": [ // 正则翻译 + [/Filters?/, "过滤"], // Android UA + [/([^ ]+) results?/, "$1 个结果"], // 这里用 ([^ ]+) 是因为数字带字母 [/Show ([\d,]+) more matches?/, "显示更多 $1 处匹配"], [/(\d+) issues? needs? help/, "$1 个议题需要帮助"], [/Sponsor ([^ ]+)?/, "赞助 $1"], // 赞助按钮 对话框 标题 From dc4da8557e3963b8a779875d3df2c8c1356c634c Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 09:46:24 +0800 Subject: [PATCH 47/99] =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index a426e2d0b..2c3ed1200 100644 --- a/locals.js +++ b/locals.js @@ -370,6 +370,7 @@ I18N.zh["title"] = { // 标题翻译 [/Attestations?/, "证书"], [/Activit(y|ies)/, "活动"], [/Rate limit/, "速率限制"], + [/Comparing/, "比较"], ["_regexp_end", "end"] ], }; From 884a6c6c69f1ff140495e919e0e972acfa38f3c9 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 09:51:38 +0800 Subject: [PATCH 48/99] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index 2c3ed1200..e40f652eb 100644 --- a/locals.js +++ b/locals.js @@ -15295,6 +15295,7 @@ I18N.zh["search"] = { // 搜索页面 "regexp": [ // 正则翻译 [/Filters?/, "过滤"], // Android UA [/([^ ]+) results?/, "$1 个结果"], // 这里用 ([^ ]+) 是因为数字带字母 + [/([^ ]+) files?/, "$1 个文件"], // 同上 https://github.com/search?q=&type=code [/Show ([\d,]+) more matches?/, "显示更多 $1 处匹配"], [/(\d+) issues? needs? help/, "$1 个议题需要帮助"], [/Sponsor ([^ ]+)?/, "赞助 $1"], // 赞助按钮 对话框 标题 From e0d22468d7f53aaa18712f1fa096276e23d00281 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 09:53:28 +0800 Subject: [PATCH 49/99] =?UTF-8?q?=E4=BB=93=E5=BA=93=E5=88=9B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index e40f652eb..2827edfc2 100644 --- a/locals.js +++ b/locals.js @@ -6509,7 +6509,7 @@ I18N.zh["repository"] = { // 仓库页面 /// [/Forking ([^ ]+)/, "复刻 $1 中"], // 复刻中... [/Fork your own copy of ([^ ]+)/, "复刻成您自己的 $1 副本"], // 复刻按钮提示 [/will appear on ([^ ]+)'s member profile, visible only to organization members./, "将出现在 $1 的成员资料中,仅对组织成员可见。"], - [/were installed on this repository/, "已安装到此仓库"], + [/and ([^ ]+) were installed on this repository/, "和 $1 已安装到此仓库"], ], }; From 138ad383b55aad7e9b8cb587caff5be3d6857cdf Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 09:54:17 +0800 Subject: [PATCH 50/99] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 2827edfc2..1dd575c9b 100644 --- a/locals.js +++ b/locals.js @@ -6509,7 +6509,7 @@ I18N.zh["repository"] = { // 仓库页面 /// [/Forking ([^ ]+)/, "复刻 $1 中"], // 复刻中... [/Fork your own copy of ([^ ]+)/, "复刻成您自己的 $1 副本"], // 复刻按钮提示 [/will appear on ([^ ]+)'s member profile, visible only to organization members./, "将出现在 $1 的成员资料中,仅对组织成员可见。"], - [/and ([^ ]+) were installed on this repository/, "和 $1 已安装到此仓库"], + [/and ([^ ]+) were installed on this repository/, "和 $1 已安装到此仓库"], // 市场应用 ], }; From 5f6d91974702413feb56236272d5ce8a3eefbbad Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 09:58:54 +0800 Subject: [PATCH 51/99] =?UTF-8?q?=E6=AF=94=E8=BE=83=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locals.js b/locals.js index 1dd575c9b..61a5e0d1b 100644 --- a/locals.js +++ b/locals.js @@ -8151,11 +8151,16 @@ I18N.zh["repository/compare"] = { // 仓库 - 比较并创建拉取请求 "Showing": "显示", "with": "包含", + "View file": "查看文件", + "Edit file": "编辑文件", + "Delete file": "删除文件", + }, "regexp": [ // 正则翻译 ...I18N.zh["repository-public"]["regexp"], [/Commits?/, "提交"], [/Files? changed/, "更改的文件"], + [/Show comments?/, "显示评论"], [/committed/, "提交于"], [/(\d+) contributors?/, "$1 贡献者"], [/Allow(ing)? edits by maintainers/, "允许维护人员编辑"], From cab79fa9d9a1eb870326ec3ccf328c7e459698bb Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 11:09:39 +0800 Subject: [PATCH 52/99] =?UTF-8?q?=E4=BB=93=E5=BA=93=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locals.js b/locals.js index 61a5e0d1b..47877ccc8 100644 --- a/locals.js +++ b/locals.js @@ -8414,6 +8414,9 @@ I18N.zh["repository/blob"] = { // 仓库 - 浏览代码 "Top": "顶部", "Jump to file": "跳转到文件", + // 文档栏目(仅 Andoid UA) + "More": "更多", + // 代码操作栏 "Blame": "追溯", // [/(\d+) lines? \((\d+) loc\) ·/, "$1 行 ($1 个位置) ·"], From 93bc860c27c171ee965add946b4344b769421b94 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 11:16:30 +0800 Subject: [PATCH 53/99] =?UTF-8?q?=E6=8B=89=E5=8F=96=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E3=80=81=E5=A4=8D=E5=88=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locals.js b/locals.js index 47877ccc8..3192e5d9b 100644 --- a/locals.js +++ b/locals.js @@ -5915,6 +5915,7 @@ I18N.zh["page-new-repo"] = {// 仓库 - 新建/导入/复刻仓库 // 复刻仓库 ///fork "Create a new fork": "创建新复刻", "A": " ", + "fork": "复刻", "is a copy of a repository. Forking a repository allows you to freely experiment with changes without affecting the original project.": "是一个仓库的副本。复刻仓库可以让您在不影响原项目的情况下自由地进行修改实验。", "View existing forks.": "查看现有复刻。", "No available destinations to fork this repository.": "没有复刻此仓库的可用目标。", @@ -7318,7 +7319,9 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 // 编辑 -> 选择基础库 "Choose a base branch": "选择基础分支", + "base:": "基础:", // 更改基础分支对话框 + "Find a branch": "搜索分支", "Are you sure you want to change the base?": "您确定要更改基础分支吗?", "Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.": "旧的基础分支的一些提交可能会从时间线上删除,而旧的审查意见可能会变得过时。", "Change base": "更改基础分支", From 3ff5e2261e9f448ebc0bb9a6253ce5f2eabc65fb Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 12:56:11 +0800 Subject: [PATCH 54/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/locals.js b/locals.js index 3192e5d9b..fb9991501 100644 --- a/locals.js +++ b/locals.js @@ -5756,12 +5756,14 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 [/Started (\d+) discussions? in this repository in the past month/, "过去一个月内在此仓库中开启了 $1 个讨论"], // 用户 浮动信息卡 [/Started (\d+) discussions? in this repository/, "在此仓库中开启了 $1 个讨论"], // 用户 浮动信息卡 [/Opened this pull request \(their first in ([^ ]+)\)/, "打开了这个拉取请求(首次在 $1 发表)"], - [/(\d+) successful checks/, "$1 个成功的检查"], + [/(\d+) successful checks?/, "$1 个成功的检查"], + [/(\d+) successful/, "$1 成功"], [/Successful in (\d+)s/, "在 $1 秒内成功"], [/Successful in (\d+)m/, "在 $1 分内成功"], [/(\d+) failing checks?/, "$1 个失败的检查"], [/Failing after (\d+)s/, "在 $1 秒后失败"], [/(\d+) in progress check/, "$1 个正在运行的检查"], + [/and/, "和"], [/, and (\d+) more/, ",以及其他 $1 个组织"], // 用户 浮动信息卡 [/(\d+) repositor(y|ies)/, "$1 个仓库"], // 组织 浮动信息卡 [/(\d+) members?/, "$1 个成员"], // 组织 浮动信息卡 @@ -6272,6 +6274,7 @@ I18N.zh["repository"] = { // 仓库页面 /// // 正文 "commit": "次提交", "commits": "次提交", + "committed": "提交于", // 提交浮窗 "failure": "失败", "success": "成功", "Approved": "已批准", @@ -14948,7 +14951,7 @@ I18N.zh.pulls = I18N.zh.issues; I18N.zh["search"] = { // 搜索页面 "static": { // 静态翻译 - "ms": "毫秒", // 前面"结果"走正则匹配 + "ms": "毫秒", // 时间,前面"结果"走正则匹配 "View topic": "查看主题", //搜索结果中的主题 // 搜索 https://github.com/search >>>>>>>>>>>>>>>>>>>>>>>> "Search GitHub": "在 GitHub 上搜索", @@ -15305,7 +15308,7 @@ I18N.zh["search"] = { // 搜索页面 }, "regexp": [ // 正则翻译 [/Filters?/, "过滤"], // Android UA - [/([^ ]+) results?/, "$1 个结果"], // 这里用 ([^ ]+) 是因为数字带字母 + [/([^ ]+) results?/, "$1 个结果"], // 顶部,这里用 ([^ ]+) 是因为数字带字母 [/([^ ]+) files?/, "$1 个文件"], // 同上 https://github.com/search?q=&type=code [/Show ([\d,]+) more matches?/, "显示更多 $1 处匹配"], [/(\d+) issues? needs? help/, "$1 个议题需要帮助"], From b6033ad0423a44360765c6772e6da938fe5b6c14 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 13:14:09 +0800 Subject: [PATCH 55/99] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index fb9991501..bd20020f3 100644 --- a/locals.js +++ b/locals.js @@ -9755,7 +9755,7 @@ I18N.zh["repository/new"] = { // 仓库 - 新建/编辑/上传/删除文件页 "regexp": [ // 正则翻译 ...I18N.zh["repository-public"]["regexp"], [/on this commit as/,"该提交以"], - [/Commit changes?/, "提交更改"], + [/Commit changes?/, "提交更改"],// 提交对话框 [/Your license is ready. Please review it below and either commit it to the ([^ ]+) branch or to a new branch./, "您的许可证已准备就绪。请在下面审查它并将其提交到 $1 分支或新分支。"], ], }; From 909e51943aef5941204b237b2195d46b8bffe1d8 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 13:15:27 +0800 Subject: [PATCH 56/99] =?UTF-8?q?=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index bd20020f3..356167afe 100644 --- a/locals.js +++ b/locals.js @@ -9755,7 +9755,7 @@ I18N.zh["repository/new"] = { // 仓库 - 新建/编辑/上传/删除文件页 "regexp": [ // 正则翻译 ...I18N.zh["repository-public"]["regexp"], [/on this commit as/,"该提交以"], - [/Commit changes?/, "提交更改"],// 提交对话框 + [/Commit changes?/, "提交更改"], // 提交对话框 [/Your license is ready. Please review it below and either commit it to the ([^ ]+) branch or to a new branch./, "您的许可证已准备就绪。请在下面审查它并将其提交到 $1 分支或新分支。"], ], }; From 269caa19339406afdc29f442b4b37918c5ab7445 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 13:25:06 +0800 Subject: [PATCH 57/99] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 356167afe..460d7c469 100644 --- a/locals.js +++ b/locals.js @@ -6513,7 +6513,7 @@ I18N.zh["repository"] = { // 仓库页面 /// [/Forking ([^ ]+)/, "复刻 $1 中"], // 复刻中... [/Fork your own copy of ([^ ]+)/, "复刻成您自己的 $1 副本"], // 复刻按钮提示 [/will appear on ([^ ]+)'s member profile, visible only to organization members./, "将出现在 $1 的成员资料中,仅对组织成员可见。"], - [/and ([^ ]+) were installed on this repository/, "和 $1 已安装到此仓库"], // 市场应用 + [/and ([^ ]+) were installed on this repository/, "和 $1 已安装到此仓库"], // 顶部提示:市场应用(如果有) ], }; From ec02dece13b2ce03fa5d634065fe29f8438e3578 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 13:28:08 +0800 Subject: [PATCH 58/99] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index 460d7c469..07d63c1b9 100644 --- a/locals.js +++ b/locals.js @@ -8157,6 +8157,7 @@ I18N.zh["repository/compare"] = { // 仓库 - 比较并创建拉取请求 "Showing": "显示", "with": "包含", + // 编辑器右上角三点,“显示评论”走正则 "View file": "查看文件", "Edit file": "编辑文件", "Delete file": "删除文件", From 4acb0db7ae78d076191500da8a401759909c392f Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 13:28:48 +0800 Subject: [PATCH 59/99] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 07d63c1b9..a684ca1e1 100644 --- a/locals.js +++ b/locals.js @@ -8167,7 +8167,7 @@ I18N.zh["repository/compare"] = { // 仓库 - 比较并创建拉取请求 ...I18N.zh["repository-public"]["regexp"], [/Commits?/, "提交"], [/Files? changed/, "更改的文件"], - [/Show comments?/, "显示评论"], + [/Show comments?/, "显示评论"], // 编辑器右上角三点 [/committed/, "提交于"], [/(\d+) contributors?/, "$1 贡献者"], [/Allow(ing)? edits by maintainers/, "允许维护人员编辑"], From 4aa546215a507ad631172f6c5afd611919c28137 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 15:49:34 +0800 Subject: [PATCH 60/99] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locals.js b/locals.js index a684ca1e1..97aecc606 100644 --- a/locals.js +++ b/locals.js @@ -6092,6 +6092,9 @@ I18N.zh["repository"] = { // 仓库页面 /// // 左侧正文 + // 文档栏目(仅 Andoid UA) + "More": "更多", + // 自述文件(README.md) "Filter headings": "筛选标题", "Edit file": "编辑文件", @@ -8421,9 +8424,6 @@ I18N.zh["repository/blob"] = { // 仓库 - 浏览代码 "Top": "顶部", "Jump to file": "跳转到文件", - // 文档栏目(仅 Andoid UA) - "More": "更多", - // 代码操作栏 "Blame": "追溯", // [/(\d+) lines? \((\d+) loc\) ·/, "$1 行 ($1 个位置) ·"], From fb0bf211118da7d6830a3e9489417412b1b0d104 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 16:20:02 +0800 Subject: [PATCH 61/99] =?UTF-8?q?=E8=AE=A8=E8=AE=BA=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locals.js b/locals.js index 97aecc606..48191187e 100644 --- a/locals.js +++ b/locals.js @@ -361,6 +361,7 @@ I18N.zh["title"] = { // 标题翻译 [/People · Pending Collaborators/, "成员 · 待定协作者"], [/People/, "成员"], [/Outside collaborators/, "外部协作者"], + [/New Discussion/, "新讨论"], [/Discussions/, "讨论"], [/Workflow runs/, "工作流运行"], [/Webhooks · Settings/, "Web 钩子 · 设置"], @@ -9004,6 +9005,10 @@ I18N.zh["repository/discussions"] = { // 讨论页面 "This user is a collaborator on this repository.": "该用户是此仓库的协作者。", "This user is a maintainer on this repository.": "该用户是此仓库的维护者。", "This user is the author of this discussion.": "该用户是此讨论的作者。", + + // 开始讨论按钮上方小字 + "Reminder to": "记得", + "search for similar discussions": "搜索相似话题先", }, "regexp": [ // 正则翻译 ...I18N.zh["repository-public"]["regexp"], From 3faf66de166b94220d6b8c762ced819417bb0003 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 16:51:42 +0800 Subject: [PATCH 62/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/locals.js b/locals.js index 48191187e..b94234c73 100644 --- a/locals.js +++ b/locals.js @@ -378,9 +378,10 @@ I18N.zh["title"] = { // 标题翻译 I18N.zh["pubilc"] = { // 公共区域翻译 "static": { // 静态翻译 - // + // 错误页面 "No server is currently available to service your request.": "当前服务器无法为您的请求提供服务。", "This page is taking too long to load.": "此页面加载时间过长。", + "We had issues producing the response to your request.": "我们在响应您的请求时遇到了问题。", "Sorry about that. Please try refreshing and contact us if the problem persists.": "对此我们很抱歉。请尝试刷新,如果问题仍然存在,请联系我们。", "Contact Support": "联系 GitHub 支持", "GitHub Status": "GitHub 状态", @@ -1389,7 +1390,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) "Uh oh!": "哎呀!", "There was an error in loading the activity feed.": "载入动态提要时发生错误。", - "Reload this page.": "重载此页面", + "Reload this page": "重载此页面", // 动态 状态词 "starred": "星标了", @@ -14542,7 +14543,9 @@ I18N.zh["notifications"] = { // 通知页面 "Subscribe": "订阅", "Unsubscribe": "退订", + "Search notifications": "搜索通知", "Filter notifications": "筛选通知", + "Suggested filters": "建议筛选", "Sorry, we don't support the": "抱歉,我们不支持", "filter yet.": "筛选器。", "Learn more about filters.": "了解更多关于筛选器的信息。", From bf61b8fac2a90fa8f2b7e85dc2ecf0f3ca72dcc6 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 17:29:30 +0800 Subject: [PATCH 63/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 1940ad2e5..ef6d6746b 100644 --- a/locals.js +++ b/locals.js @@ -7893,6 +7893,8 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 [/Commits?/, "提交"], [/Files? changed/, "文件更改"], [/merged (\d+) commits? into/, "将 $1 个提交合并到"], + [/Copy full SHA for ([^ ]+)/, "复制 $1 完整的 SHA"], // Android UA + [/View checks?/, "查看检查"], // Android UA [/([^ ]+) left review comments?/, "$1 发表了审查意见"], [/([^ ]+) approved these changes?/, "$1 批准这些更改"], // 具体的拉取请求 审查者 [/Request review from ([^ ]+)/, "请求 $1 审查"], // 具体的拉取请求 审查者 @@ -8283,7 +8285,7 @@ I18N.zh["repository/commit"] = { // 仓库 - 提交页面 // 快捷键 "Copy file permalink": "复制文件永久链接", - "Copy the full SHA": "复制完整的 SHA", + "Copy full SHA for": "复制该提交的完整 SHA", // Android UA "View commit details": "查看提交详情", "Browse the repository at this point in the history": "浏览该阶段的历史仓库内容", @@ -8358,6 +8360,7 @@ I18N.zh["repository/commit"] = { // 仓库 - 提交页面 [/Show description for ([a-f0-9]{7})/, "显示提交 $1 的描述"], [/Hide description for ([a-f0-9]{7})/, "隐藏提交 $1 的描述"], [/View (\d+) commit comments?/, "查看 $1 条提交评论"], // 新版提交 commits 页面 ///commits/ + [/View checks?/, "查看检查"], // Android UA ], }; From 36a59cd7d8f1db7a0dd0b389bf47d9ef70ee83c7 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 17:33:01 +0800 Subject: [PATCH 64/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index ef6d6746b..63c79c86d 100644 --- a/locals.js +++ b/locals.js @@ -8313,6 +8313,7 @@ I18N.zh["repository/commit"] = { // 仓库 - 提交页面 // 时间筛选 "All time": "所有时间", "Today": "今天", + "Clear": "清除", "Browse repository at this point": "查看此时间点的仓库", // 日历 From 2bc0622ce63929668f0495fe1e6b22aa3b5b7b0d Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 18:28:40 +0800 Subject: [PATCH 65/99] =?UTF-8?q?=E8=AE=A8=E8=AE=BA=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index 63c79c86d..3eab2ea04 100644 --- a/locals.js +++ b/locals.js @@ -9012,6 +9012,7 @@ I18N.zh["repository/discussions"] = { // 讨论页面 "This user is the author of this discussion.": "该用户是此讨论的作者。", // 开始讨论按钮上方小字 + "I have done a": "我已", "Reminder to": "记得", "search for similar discussions": "搜索相似话题先", }, From b0e8d5f5cf10eb9a61f54453c9f631bcd8b6c28a Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 18:29:39 +0800 Subject: [PATCH 66/99] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locals.js b/locals.js index 3eab2ea04..2b27b607a 100644 --- a/locals.js +++ b/locals.js @@ -9012,8 +9012,8 @@ I18N.zh["repository/discussions"] = { // 讨论页面 "This user is the author of this discussion.": "该用户是此讨论的作者。", // 开始讨论按钮上方小字 - "I have done a": "我已", - "Reminder to": "记得", + "I have done a": "我已", // 二选一展示 + "Reminder to": "记得", // 同上 "search for similar discussions": "搜索相似话题先", }, "regexp": [ // 正则翻译 From 42c8cbed13ddbdaac198ab052d176e8acb47a13c Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 18:39:29 +0800 Subject: [PATCH 67/99] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 2b27b607a..fe5a30b9c 100644 --- a/locals.js +++ b/locals.js @@ -9012,7 +9012,7 @@ I18N.zh["repository/discussions"] = { // 讨论页面 "This user is the author of this discussion.": "该用户是此讨论的作者。", // 开始讨论按钮上方小字 - "I have done a": "我已", // 二选一展示 + "I have done a": "我已", // 与下条二选一展示 "Reminder to": "记得", // 同上 "search for similar discussions": "搜索相似话题先", }, From 396af9fb0d299205552951c56fd41329d9dc45ce Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 23:18:01 +0800 Subject: [PATCH 68/99] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20#215?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index fe5a30b9c..ceb347dc5 100644 --- a/locals.js +++ b/locals.js @@ -10321,6 +10321,7 @@ I18N.zh["repository/releases"] = { // 仓库 - 发行版页面 [/Edit: (.*)/, "编辑:$1"], [/Delete: (.*)/, "删除:$1"], [/and (\d+) other contributors/, "和另外 $1 个贡献者"], + [/android/, "android"], // 占位 [/and/, "和"], [/(\d+) (people|person) reacted/, "$1 人反应"], ], From febb3e570bf9b132f3e73bb916d63202d8cf1d68 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 23:22:14 +0800 Subject: [PATCH 69/99] =?UTF-8?q?=E5=85=88=E6=94=B9=E5=A4=A7=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locals.js b/locals.js index ceb347dc5..ef6b1d7c5 100644 --- a/locals.js +++ b/locals.js @@ -10312,6 +10312,7 @@ I18N.zh["repository/releases"] = { // 仓库 - 发行版页面 }, "regexp": [ // 正则翻译 + [/android/, "Android"], ...I18N.zh["repository-public"]["regexp"], [/Show all (\d+) assets?/, "显示所有 $1 个资产"], [/(\d+) commits?/, "$1 个提交"], @@ -10320,8 +10321,7 @@ I18N.zh["repository/releases"] = { // 仓库 - 发行版页面 [/Toggle (.*)'s commit message/, "切换 $1 的提交消息"], [/Edit: (.*)/, "编辑:$1"], [/Delete: (.*)/, "删除:$1"], - [/and (\d+) other contributors/, "和另外 $1 个贡献者"], - [/android/, "android"], // 占位 + [/and (\d+) other contributors/, "和另外 $1 个贡献者"], [/and/, "和"], [/(\d+) (people|person) reacted/, "$1 人反应"], ], From 2827e7ecd48900044ed2a9389e92c3743e21931a Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Tue, 2 Jul 2024 23:24:59 +0800 Subject: [PATCH 70/99] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index ef6b1d7c5..3d4c2ed18 100644 --- a/locals.js +++ b/locals.js @@ -10312,7 +10312,7 @@ I18N.zh["repository/releases"] = { // 仓库 - 发行版页面 }, "regexp": [ // 正则翻译 - [/android/, "Android"], + [/android/, "Android"], // 占位 ...I18N.zh["repository-public"]["regexp"], [/Show all (\d+) assets?/, "显示所有 $1 个资产"], [/(\d+) commits?/, "$1 个提交"], From e7e875938e3729e0535e1c2d1074a2606484a4fa Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 3 Jul 2024 10:17:52 +0800 Subject: [PATCH 71/99] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 - 1 file changed, 1 deletion(-) diff --git a/locals.js b/locals.js index 2e9609a05..1cf0cc737 100644 --- a/locals.js +++ b/locals.js @@ -10313,7 +10313,6 @@ I18N.zh["repository/releases"] = { // 仓库 - 发行版页面 }, "regexp": [ // 正则翻译 - [/android/, "Android"], // 占位 ...I18N.zh["repository-public"]["regexp"], [/Show all (\d+) assets?/, "显示所有 $1 个资产"], [/(\d+) commits?/, "$1 个提交"], From a12d9caa383634eec96b3b1beac461c97d28fce4 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 3 Jul 2024 11:43:05 +0800 Subject: [PATCH 72/99] =?UTF-8?q?=E6=9C=AA=E7=99=BB=E5=BD=95=E9=A6=96?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 55 insertions(+), 2 deletions(-) diff --git a/locals.js b/locals.js index 1cf0cc737..0fbcc8345 100644 --- a/locals.js +++ b/locals.js @@ -188,7 +188,7 @@ I18N.conf = { * 代码差异页面 代码 pl-s1|pl-smi|pl-token|pl-c1|pl-kos|pl-k|pl-c|pl-en * 发行版附件名称等`截断文本` */ - reIgnoreClass: /(cm-line|ͼ.*|pl-s1|pl-smi|pl-token|pl-c1|pl-kos|pl-k|pl-c|pl-en|CodeMirror|blob-code|highlight-.*|repo-and-owner|js-path-segment|final-path|files js-navigation-container|js-comment-body|js-preview-body|comment-form-textarea|markdown-title|js-tree-finder-virtual-filter|js-navigation-open Link--primary|js-modifier-key|capped-list-label|blob-code blob-code-inner js-file-line|markdown-body my-3|f4 my-3|commit-author$|search-match|react-directory-filename-column|react-directory-commit-message|react-code-text|zausi|Truncate-text)/, + reIgnoreClass: /(cm-line|ͼ.*|pl-s1|pl-smi|pl-token|pl-c1|pl-kos|pl-k|pl-c|pl-en|CodeMirror|blob-code|highlight-.*|repo-and-owner|js-path-segment|final-path|files js-navigation-container|js-comment-body|js-preview-body|comment-form-textarea|markdown-title|js-tree-finder-virtual-filter|js-navigation-open Link--primary|js-modifier-key|capped-list-label|blob-code blob-code-inner js-file-line|markdown-body my-3|f4 my-3|commit-author$|search-match|react-directory-filename-column|react-directory-commit-message|react-code-text|zausi)/, /** * 忽略区域的 itemprop 属性正则 @@ -394,7 +394,18 @@ I18N.zh["pubilc"] = { // 公共区域翻译 // 顶部栏 (未登录) "Product": "产品", + // 操作 + "Automate any workflow": "自动化任何工作流程", + // 软件包 + "Host and manage packages": "托管和管理包", + // 安全 + "Find and fix vulnerabilities": "查找并修复漏洞", + + // 右侧 + "All features": "所有功能", + "GitHub Skills": "GitHub 技能", "Solutions": "解决方案", + "Resources": "资源", "Open Source": "开源", "Pricing": "价格", "Search": "搜索", @@ -404,6 +415,10 @@ I18N.zh["pubilc"] = { // 公共区域翻译 "Team": "团队", "Enterprise": "企业", + // 广告 + "Join us for the 10th anniversary of GitHub Universe.": "与我们一起庆祝 GitHub Universe 十周年。", + "Get tickets now for 35% off, only until July 8.": "现在购买门票可享受 35% 折扣,截至 7 月 8 日。", + // 搜索栏 "Search or jump to...": "搜索或跳转到…", "Type": "请键入", @@ -1283,7 +1298,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) // 左侧栏 "View organization": "查看组织", // 组织 "Browse organization's repositories": "浏览组织的仓库", // 组织 - "Top Repositories": "置顶仓库", + "Top repositories": "置顶仓库", "New": "新建", "Find a repository…": "搜索仓库…", "Show more": "显示更多", @@ -1299,6 +1314,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) "You commented on this pull request": "您对此拉取请求发表了评论", "You were mentioned on and commented on this issue": "您在此议题上被提及并发表评论", "You were mentioned on and commented on this pull request": "您在此拉取请求上被提及并发表评论", + "Changes requested": "要求更改", "Create your first project": "创建你的第一个项目", "Ready to start building? Create a repository for a new idea or bring over an existing repository to keep contributing to it.": "准备好开始构建了吗?为新想法创建一个仓库或使用现有仓库继续为其做出贡献。", "Create repository": "创建仓库", @@ -5753,6 +5769,7 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 "You commented on this pull request": "您对此拉取请求发表了评论", "You were mentioned on and commented on this issue": "您在此议题上被提及并发表评论", "You were mentioned on and commented on this pull request": "您在此拉取请求上被提及并发表评论", + "Changes requested": "要求更改", }, "regexp": [ // 正则翻译 [/Started (\d+) discussions? in this repository in the past week/, "过去一周内在此仓库中开启了 $1 个讨论"], // 用户 浮动信息卡 @@ -10310,9 +10327,11 @@ I18N.zh["repository/releases"] = { // 仓库 - 发行版页面 // 发行版评论 "No significant changes": "无重大变化", // GitHub Action 生成的发行版 + }, "regexp": [ // 正则翻译 + [/android/, "Android"], // 文件名占位 ...I18N.zh["repository-public"]["regexp"], [/Show all (\d+) assets?/, "显示所有 $1 个资产"], [/(\d+) commits?/, "$1 个提交"], @@ -14081,13 +14100,47 @@ I18N.zh["homepage"] = { // 未登录的首页 "Over 100 million developers call GitHub home": "超过 1 亿开发者把 GitHub 视为自己的家", "Whether you’re scaling your startup or just learning how to code, GitHub is your home. Join the world’s largest developer platform to build the innovations that empower humanity. Let’s build from here.": "无论您是正在扩大创业规模,还是刚刚开始学习编程,GitHub 都是您的家。加入全球最大的开发者平台,构建赋予人类力量的创新。让我们从这里开始。", + // 动画下方按钮 + "Pause": "停止", + "Play": "播放", + "This 7X times factor is based on data from the industry’s longest running analysis of fix rates Veracode State of Software Security 2023, which cites the average time to fix 50% of flaws as 198 天之前 vs. GitHub’s fix rates of 72% of flaws with 28 天之内 which is at a minimum of 7X faster when compared.": "这个 7 倍的修复速率是基于软件安全领域持续时间最长的修复率分析数据 —— Veracode《2023 年软件安全状况》中提到的,修复 50% 漏洞的平均时间为 198 天,而 GitHub 在 28 天内修复了 72% 的漏洞,相比之下至少快 7 倍。", "The Total Economic Impact™ Of GitHub Enterprise Cloud and Advanced Security, a commissioned study conducted by Forrester Consulting, 2022. Results are for a composite organization based on interviewed customers.": "由 Forrester Consulting 开展的委托研究《GitHub Enterprise Cloud 和高级安全的总体经济影响》(The Total Economic Impact™ Of GitHub Enterprise Cloud and Advanced Security),其结果显示了基于受访客户的综合组织的结果。", "There are now 100 million developers around the world using GitHub.": "现在全球有 1 亿开发者使用 GitHub。", "Read the blog post": "阅读博客文章", + // 底部栏 + "Subscribe to our developer newsletter": "订阅我们的开发者新闻", + "Get tips, technical guides, and best practices. Twice a month. Right in your inbox.": "获取提示、技术指南和最佳实践。每月两次。直接发送到您的收件箱。", + "Subscribe": "订阅", + + "Features": "功能", + "Roadmap": "路线图", + "Compare GitHub": "比较 GitHub", + + "Platform": "平台", + "Developer API": "开发者 API", + "Partners": "合作", + "Education": "教育", + + "Support": "支持", + "Community Forum": "社区论坛", + "Professional Services": "专业服务", + "Premium Support": "高级支持", + "Skills": "技能", + + "Company": "公司", + "Customer stories": "客户案例", + "The ReadME Project": "自述文件项目", + "Careers": "职业", + "Press": "新闻", + "Inclusion": "包容性", + "Social Impact": "社会影响", + "Shop": "商店", + "Sitemap": "网站地图", "What is Git?": "什么是 Git?", + }, "regexp": [ // 正则翻译 ], From d3d04400973e9850fd789c445abc8066d87ed058 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 3 Jul 2024 15:18:01 +0800 Subject: [PATCH 73/99] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 0fbcc8345..ba1e52f0d 100644 --- a/locals.js +++ b/locals.js @@ -10340,7 +10340,7 @@ I18N.zh["repository/releases"] = { // 仓库 - 发行版页面 [/Toggle (.*)'s commit message/, "切换 $1 的提交消息"], [/Edit: (.*)/, "编辑:$1"], [/Delete: (.*)/, "删除:$1"], - [/and (\d+) other contributors/, "和另外 $1 个贡献者"], + [/and (\d+) other contributors/, "和另外 $1 个贡献者"], [/and/, "和"], [/(\d+) (people|person) reacted/, "$1 人反应"], ], From f61a56715c732733c709b07f2bff048d3a7ad023 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 3 Jul 2024 16:41:13 +0800 Subject: [PATCH 74/99] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=89=A9=E4=BD=99?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 47 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 4 deletions(-) diff --git a/locals.js b/locals.js index ba1e52f0d..8f0928996 100644 --- a/locals.js +++ b/locals.js @@ -395,18 +395,49 @@ I18N.zh["pubilc"] = { // 公共区域翻译 // 顶部栏 (未登录) "Product": "产品", // 操作 - "Automate any workflow": "自动化任何工作流程", + "Automate any workflow": "自动化任何工作流程", // 软件包 - "Host and manage packages": "托管和管理包", + "Host and manage packages": "托管和管理包", // 安全 - "Find and fix vulnerabilities": "查找并修复漏洞", + "Find and fix vulnerabilities": "查找并修复漏洞", + // 代码空间 + "Instant dev environments": "即时开发环境", + "Code review": "代码审查", + "Manage code changes": "管理代码更改", + // Copilot + "Write better code with AI": "借助 AI 写出更好的代码", + // 议题 + "Plan and track work": "计划和追踪工作", + // 讨论 + "Collaborate outside of code": "代码之外的协作", // 右侧 "All features": "所有功能", "GitHub Skills": "GitHub 技能", "Solutions": "解决方案", + "By size": "规模", + "Startups": "创业", + "By industry": "工业", + "Healthcare": "健康护理", + "Financial services": "金融服务", + "Manufacturing": "制造业", + "By use case": "使用案例", + "CI/CD & Automation": "CI/CD & 自动化", + "DevOps": "开发运维", + "DevSecOps": "开发安全运维", "Resources": "资源", + "Learning Pathways": "学习路径", + "White papers, Ebooks, Webinars": "白皮书、电子书、网络研讨会", + "Customer Stories": "客户案例", "Open Source": "开源", + // 赞助者 + "Fund open source developers": "资助开源开发人员", + // 自述文件项目 + "GitHub community articles": "GitHub 社区文章", + // 仓库 + "Topics": "主题", + "Trending": "趋势", + "Collections": "集合", "Pricing": "价格", "Search": "搜索", "Sign in": "登录", @@ -414,7 +445,15 @@ I18N.zh["pubilc"] = { // 公共区域翻译 "Team": "团队", "Enterprise": "企业", - + "Enterprise platform": "企业平台", + "AI-powered developer platform": "AI 驱动的开发者平台", + "Available add-ons": "可用扩展", + "Advanced Security": "高级安全", + "Enterprise-grade security features": "企业级安全功能", + // Copilot + "Enterprise-grade AI features": "企业级 AI 功能", + // 高级支持 + "Enterprise-grade 24/7 support": "企业级24小时全天候支持", // 广告 "Join us for the 10th anniversary of GitHub Universe.": "与我们一起庆祝 GitHub Universe 十周年。", "Get tickets now for 35% off, only until July 8.": "现在购买门票可享受 35% 折扣,截至 7 月 8 日。", From fc9971adb9bcc63203fc7bc7d70856fc92b99daf Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 3 Jul 2024 19:04:20 +0800 Subject: [PATCH 75/99] =?UTF-8?q?=E8=AE=AE=E9=A2=98=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index 8f0928996..ed11ef687 100644 --- a/locals.js +++ b/locals.js @@ -7023,6 +7023,7 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 "milestone": "里程碑", "closed this as": "已关闭因", "not planned": "非计划中", + "completed": "已完成", "reopened this": "重新打开了这个", "This was referenced": "这是引用", "deleted a comment from": "删除了评论,来自", From 89bbd2c0a3a3f631b035054c08f39289d77fc681 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Wed, 3 Jul 2024 22:59:23 +0800 Subject: [PATCH 76/99] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=8D=A0=E4=BD=8D?= =?UTF-8?q?=E8=AF=8D=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 - 1 file changed, 1 deletion(-) diff --git a/locals.js b/locals.js index ed11ef687..24d868c02 100644 --- a/locals.js +++ b/locals.js @@ -10371,7 +10371,6 @@ I18N.zh["repository/releases"] = { // 仓库 - 发行版页面 }, "regexp": [ // 正则翻译 - [/android/, "Android"], // 文件名占位 ...I18N.zh["repository-public"]["regexp"], [/Show all (\d+) assets?/, "显示所有 $1 个资产"], [/(\d+) commits?/, "$1 个提交"], From 562c5195c890cf1200e2471138169305c35b4028 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Thu, 4 Jul 2024 00:17:51 +0800 Subject: [PATCH 77/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locals.js b/locals.js index e5ef376db..083855483 100644 --- a/locals.js +++ b/locals.js @@ -315,6 +315,7 @@ I18N.zh["title"] = { // 标题翻译 [/Installed GitHub Apps/, "已安装的 GitHub 应用"], [/Accessibility/, "无障碍"], [/Environments/, "环境"], + [/New repository/, "新仓库"], [/Repositories/, "仓库"], [/Starred/, "星标页面"], [/starred repositories/, "星标仓库"], @@ -372,6 +373,7 @@ I18N.zh["title"] = { // 标题翻译 [/Activit(y|ies)/, "活动"], [/Rate limit/, "速率限制"], [/Comparing/, "比较"], + [/History for ([^ ]+)/, "$1 的历史"], ["_regexp_end", "end"] ], }; @@ -1590,6 +1592,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) [/(\d+) (people|person) reacted with eyes/, "$1 个人的反应为眼睛"], [/Support ([^ ]+)'s open source work/, "支持 $1 的开源工作"], [/Start a new repository for/, "创建一个仓库为"], + [/([^ ]+) requested changes, you commented/, "$1 要求更改,您发表评论"], // 拉取请求 浮动信息卡 ], }; I18N.zh["dashboard"] = I18N.zh["page-dashboard"]; @@ -1736,7 +1739,8 @@ I18N.zh["page-profile-public"] = { // 个人首页(含组织) [/The (.+) achievement will now be shown in your profile./, "现在,将在您的个人资料中显示 “$1” 成就。"], [/(\d+) repositories/, "$1 仓库"], [/(\d+) members/, "$1 成员"], - [/and (\d+) more/, "和 $1 个更多"] + [/and (\d+) more/, "和 $1 个更多"], + [/@([^ ]+)'s activity is private/, "$1 的活动不可见"], ], }; I18N.zh["page-profile/achievements"] = I18N.zh["page-profile-public"]; // ?tab=achievements @@ -5836,6 +5840,7 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 [/You have previously committed to the (.*) repository./, "您之前有提交到 $1 仓库。"], [/This user has previously committed to the (.*) repository./, "该用户之前有提交到 $1 仓库。"], [/This repository has been archived by the owner (on .+). It is now read-only./, "此仓库已由所有者于 $1 存档。它现在是只读的。"], + [/([^ ]+) requested changes, you commented/, "$1 要求更改,您发表评论"], // 拉取请求 浮动信息卡 ], }; @@ -7527,6 +7532,10 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 "Hide all reviewers": "隐藏所有审查者", "New changes since you last viewed": "自您上次查看以来的新变化", "mentioned this pull request": "提及这个拉取请求", + "linked an issue": "链接议题", + "that may be": "将在该拉取请求合并时", + "closed": "关闭", // 浮动小字走正则 + "by this pull request": " ", "dismissed": "忽略", "\’s": " 的", "stale review": "陈旧审查", @@ -7892,6 +7901,8 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 "Suggested change": "建议更改", "Sign off and commit suggestion": "签署并提交建议", "Suggestions cannot be applied from pending reviews.": "无法应用待审核中的更改", + "This suggestion has been applied or marked resolved.": "该建议已被应用或标记为已解决。", + "Outdated suggestions cannot be applied.": "过时建议不能应用。", "Add suggestion to batch": "批量添加建议", "Add this suggestion to a batch that can be applied as a single commit.": "将此建议添加到可批量处理的单个提交中。", "Batching suggestions must be done from the files tab.": "批处理建议必须在 “文件” 选项卡中进行。", @@ -7989,6 +8000,7 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 [/Unresolved conversations/, "未解决的讨论"], [/Resolved conversations/, "已解决的讨论"], // [/Commits (.+)/, "提交于 $1"], // 提交标签卡 + [/#(\d+) will be closed when this pull request is merged/, "#$1 将在该拉取请求合并时关闭"], // 代码空间 [/Create a codespace on ([^ ]+)/, "在 $1 上创建代码空间"], [/Create codespace on ([^ ]+)/, "在 $1 上创建代码空间"], @@ -14648,6 +14660,7 @@ I18N.zh["notifications"] = { // 通知页面 "Learn more about filters.": "了解更多关于筛选器的信息。", "- submit": "- 提交", + "Submit search": "提交搜索", "Available filters": "可用筛选器", "filter by repository": "按仓库筛选", From 0d0434f9cb18804ec86312de4202e1b56d9e1689 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Thu, 4 Jul 2024 00:50:37 +0800 Subject: [PATCH 78/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/locals.js b/locals.js index 083855483..6a00b707c 100644 --- a/locals.js +++ b/locals.js @@ -1354,6 +1354,8 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) "You commented on this pull request": "您对此拉取请求发表了评论", "You were mentioned on and commented on this issue": "您在此议题上被提及并发表评论", "You were mentioned on and commented on this pull request": "您在此拉取请求上被提及并发表评论", + "You were mentioned on and opened this pull request": "您被提及并打开了此拉取请求", + "You left a review": "您已评论", "Changes requested": "要求更改", "Create your first project": "创建你的第一个项目", "Ready to start building? Create a repository for a new idea or bring over an existing repository to keep contributing to it.": "准备好开始构建了吗?为新想法创建一个仓库或使用现有仓库继续为其做出贡献。", @@ -5810,14 +5812,17 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 "You commented on this issue": "您对此议题发表了评论", "You commented on this pull request": "您对此拉取请求发表了评论", "You were mentioned on and commented on this issue": "您在此议题上被提及并发表评论", + "You were mentioned on and opened this pull request": "您被提及并打开了此拉取请求", "You were mentioned on and commented on this pull request": "您在此拉取请求上被提及并发表评论", "Changes requested": "要求更改", + "You left a review": "您已评论", }, "regexp": [ // 正则翻译 [/Started (\d+) discussions? in this repository in the past week/, "过去一周内在此仓库中开启了 $1 个讨论"], // 用户 浮动信息卡 [/Started (\d+) discussions? in this repository in the past month/, "过去一个月内在此仓库中开启了 $1 个讨论"], // 用户 浮动信息卡 [/Started (\d+) discussions? in this repository/, "在此仓库中开启了 $1 个讨论"], // 用户 浮动信息卡 - [/Opened this pull request \(their first in ([^ ]+)\)/, "打开了这个拉取请求(首次在 $1 发表)"], + [/Opened this pull request \(their first in ([^ ]+)\)/, "打开了这个拉取请求(首次在 $1 发表)"], // 用户 浮动信息卡 + [/([^ ]+) requested changes, you commented/, "$1 要求更改,您发表评论"], // 拉取请求 浮动信息卡 [/(\d+) successful checks?/, "$1 个成功的检查"], [/(\d+) successful/, "$1 成功"], [/Successful in (\d+)s/, "在 $1 秒内成功"], @@ -5840,7 +5845,6 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 [/You have previously committed to the (.*) repository./, "您之前有提交到 $1 仓库。"], [/This user has previously committed to the (.*) repository./, "该用户之前有提交到 $1 仓库。"], [/This repository has been archived by the owner (on .+). It is now read-only./, "此仓库已由所有者于 $1 存档。它现在是只读的。"], - [/([^ ]+) requested changes, you commented/, "$1 要求更改,您发表评论"], // 拉取请求 浮动信息卡 ], }; @@ -7366,6 +7370,7 @@ I18N.zh["repository/pulls"] = { // 仓库 - 拉取请求页面 [/(\d+) tasks? done/, "$1 个任务完成"], [/(\d+) of (\d+) tasks?/, "$1 / $2 个任务"], [/(\d+) tasks?/, "$1 个任务"], + [/(\d+) review requesting changes/, "$1 个要求修改的审查"], [/First time contributing to ([^ ]+)?/, "首次为 $1 做贡献?"], [/Suggested change/, "建议更改"], ], @@ -7482,6 +7487,7 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 "closed this": "关闭了这个", "reopened this": "重新打开了这个", "added a commit that referenced this pull request": "添加了引用此拉取请求的提交", + "removed the request for review from": "取消请求审查", // 隐藏 "Load more…": "加载更多…", @@ -8021,6 +8027,7 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 [/Notify someone on an issue with a mention, like: @([^ ]+)./, "在某个问题上通知并提及某人,例如:@$1。"], // 专业提示 [/(\d+) conversations? must be resolved before merging./, "合并之前必须解决 $1 个对话。"], [/(\d+) hidden items?/, "$1 条隐藏项目"], + [/([^ ]+) requested changes/, "$1 要求更改"], ], "selector": [ // 元素筛选器规则 ["span[data-message='Review changes']", "审查更改"], // 拉取请求 --> 更改的文件 From cf36a2e800c1aaa28a317bc547ff0974a5ac623a Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Thu, 4 Jul 2024 10:05:48 +0800 Subject: [PATCH 79/99] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E9=A1=B5=EF=BC=88=E6=9C=AA=E7=99=BB=E5=BD=95=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locals.js b/locals.js index 6a00b707c..b09d5bacd 100644 --- a/locals.js +++ b/locals.js @@ -15287,6 +15287,9 @@ I18N.zh["search"] = { // 搜索页面 "See all": "查看完整文件中的所有", "matche in the full file": "处匹配", "matches in the full file": "处匹配", + // 未登录 + "Sign in to search code on GitHub": "登录以在 GitHub 上搜索代码", + "Before you can access our code search functionality please sign in or create a free account.": "在使用代码搜索功能之前,请先登录或创建一个免费帐户。", // &type=issues "Learn how you can use GitHub Issues to plan and track your work.": "了解如何使用 GitHub 议题计划和跟踪工作。", From 92ba1c17f15473c3efbf27a51f933254fb1bc837 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Thu, 4 Jul 2024 17:27:21 +0800 Subject: [PATCH 80/99] =?UTF-8?q?=E8=AE=AE=E9=A2=98=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locals.js b/locals.js index b09d5bacd..3202e5a84 100644 --- a/locals.js +++ b/locals.js @@ -619,6 +619,7 @@ I18N.zh["pubilc"] = { // 公共区域翻译 "Preview": "预览", "Nothing to preview": "没有可预览的内容。", "This file is empty.": "这是一个空文件。", + "Try again with a file that’s not empty.": "使用非空文件重试。", "Leave a comment": "发表评论", "Write a reply": "发表回复", // 具体讨论页 "Write a comment": "发表评论", // 具体讨论页 @@ -6979,6 +6980,7 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 "Don’t see your issue here?": "在这里没有看到您的议题?", "Open a blank issue.": "打开一个空白议题。", "Edit templates": "编辑模板", + "Report abuse": "举报滥用", "View organization templates": "查看组织模板", // 组织仓库 From 97dfe62b6736d6ed6bcaf1931e4f1717b9198633 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Thu, 4 Jul 2024 18:59:01 +0800 Subject: [PATCH 81/99] =?UTF-8?q?=E6=8B=89=E5=8F=96=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 3202e5a84..1a8e35eab 100644 --- a/locals.js +++ b/locals.js @@ -1352,7 +1352,9 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) "You opened this issue": "您打开了这个议题", "You opened this pull request": "您打开了这个拉取请求", "You commented on this issue": "您对此议题发表了评论", + "You commented on and opened this issue": "您打开了这个议题并发表评论", "You commented on this pull request": "您对此拉取请求发表了评论", + "You commented on and opened this pull request": "您打开了这个拉取请求并发表评论", "You were mentioned on and commented on this issue": "您在此议题上被提及并发表评论", "You were mentioned on and commented on this pull request": "您在此拉取请求上被提及并发表评论", "You were mentioned on and opened this pull request": "您被提及并打开了此拉取请求", @@ -5811,7 +5813,9 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 "You opened this issue": "您打开了这个议题", "You opened this pull request": "您打开了这个拉取请求", "You commented on this issue": "您对此议题发表了评论", + "You commented on and opened this issue": "您打开了这个议题并发表评论", "You commented on this pull request": "您对此拉取请求发表了评论", + "You commented on and opened this pull request": "您打开了这个拉取请求并发表评论", "You were mentioned on and commented on this issue": "您在此议题上被提及并发表评论", "You were mentioned on and opened this pull request": "您被提及并打开了此拉取请求", "You were mentioned on and commented on this pull request": "您在此拉取请求上被提及并发表评论", @@ -7496,9 +7500,14 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 // 标签栏 "Conversation": "讨论", - // "Commits": "提交", + // 提交 + "No new commits": "无新提交", // 下方句子走正则 + "was force-pushed and no longer has any new commits. Pushing new commits will allow the pull request to be re-opened.": "分支已强制推送,并且不再包含任何新的提交。推送新的提交将允许重新打开拉取请求。", "Checks": "检查", + "Pushing new commits will allow the pull request to be re-opened.": "推送新的提交将允许重新打开拉取请求。", // 上面的句子走正则 "Files changed": "更改的文件", + "No changes to show.": "无更改显示。", // 删除复刻仓库的提交时出现 + "This commit has no content.": "该提交无内容。", // 同上 // 右侧栏 补充 @@ -7850,6 +7859,7 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 // "Jump to": "跳转到", "Jump to file": "跳转到文件", "Filter changed files": "筛选已更改文件", + "No files found.": "未找到文件。", // 差异视图 "Diff view": "差异视图", // "Always": "总是", @@ -7959,9 +7969,13 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 "conflict": "冲突", "conflicts": "冲突", + + "ProTip!": "专业提示!", + "to the end of URLs for Git’s plaintext views": "到 Git 纯文本视图的 URL 结尾。", }, "regexp": [ // 正则翻译 + [/([^ ]+):([^ ]+)% was force-pushed and no longer has any new commits./, "$1:$2 分支被强制推送,现在没有新的提交。"], // 放这里是因为跟现有词条冲突 ...I18N.zh["repository-public"]["regexp"], ...I18N.zh["repository/pull_issue_public"]["regexp"], From 2beb5423253ebc02424288ec6543cf64562bd129 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Thu, 4 Jul 2024 19:10:01 +0800 Subject: [PATCH 82/99] =?UTF-8?q?=E6=8B=89=E5=8F=96=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index cbed600a5..8abe191bf 100644 --- a/locals.js +++ b/locals.js @@ -7504,6 +7504,7 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 "No new commits": "无新提交", // 下方句子走正则 "was force-pushed and no longer has any new commits. Pushing new commits will allow the pull request to be re-opened.": "分支已强制推送,并且不再包含任何新的提交。推送新的提交将允许重新打开拉取请求。", "Checks": "检查", + "Search logs": "搜索日志", "Pushing new commits will allow the pull request to be re-opened.": "推送新的提交将允许重新打开拉取请求。", // 上面的句子走正则 "Files changed": "更改的文件", "No changes to show.": "无更改显示。", // 删除复刻仓库的提交时出现 From 55461c75c5cbb8e32e81c5e9bccaa92bd132dbf1 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Thu, 4 Jul 2024 19:44:52 +0800 Subject: [PATCH 83/99] =?UTF-8?q?=E7=A7=BB=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locals.js b/locals.js index c096b50c2..6c03f37b5 100644 --- a/locals.js +++ b/locals.js @@ -6596,6 +6596,9 @@ I18N.zh["repository"] = { // 仓库页面 /// }, "regexp": [ // 正则翻译 + // 个人仓库 贡献和同步复刻操作后 信息提示条 + [/Successfully fetched and fast-forwarded from upstream ([^ ]+)\./, "成功从上游 $1 中获取并快速转发。"], + [/Successfully discarded changes and synchronized branch to match upstream ([^ ]+)\./, "成功丢弃更改,并将分支与上游 $1 保持同步。"], ...I18N.zh["repository-public"]["regexp"], [/commits by (.+)/, "由 $1 提交"], [/Branch ([^ ]+) was renamed to ([^ ]+)./, "分支 $1 已更名为 $2。"], @@ -6612,9 +6615,6 @@ I18N.zh["repository"] = { // 仓库页面 /// [/\+ ([\d,]+) contributors?/, "+ $1 位贡献者"], // 仓库首页右侧栏 贡献者 [/\+ ([\d,]+) environments?/, "+ $1 个环境"], // 仓库首页右侧栏 环境 [/\+ ([\d,]+) deployments?/, "+ $1 个部署"], // 仓库首页右侧栏 部署 - // 个人仓库 贡献和同步复刻操作后 信息提示条 - [/Successfully fetched and fast-forwarded from upstream ([^ ]+)\./, "成功从上游 $1 中获取并快速转发。"], - [/Successfully discarded changes and synchronized branch to match upstream ([^ ]+)\./, "成功丢弃更改,并将分支与上游 $1 保持同步。"], // 同步复刻 [/Update branch to keep this branch up-to-date by syncing (\d+) commits? from the upstream repository./, "通过从上游仓库同步 $1 个提交来更新分支,以使该分支保持最新。"], [/This branch is not behind the upstream ([^ ]+)/, "该分支不落后与上游 $1"], From 9c1048310f234d7cb894fe5f7e98f0e8c1e73815 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Thu, 4 Jul 2024 19:57:42 +0800 Subject: [PATCH 84/99] =?UTF-8?q?=E6=A0=87=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 6c03f37b5..0ac84f4e7 100644 --- a/locals.js +++ b/locals.js @@ -1601,7 +1601,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) // 顶部提醒 // 继任者相关 [/You are now the designated successor for ([^ ]+)'s account./, "您现在是 $1 的指定继任者了。"], - [/You have declined to become the designated successor for ([^ ]+)'s account./, "您已经谢绝了成为 $1 账户指定继任者的邀请."], + [/You have declined to become the designated successor for ([^ ]+)'s account./, "您已经谢绝了成为 $1 账户指定继任者的邀请。"], ], }; I18N.zh["dashboard"] = I18N.zh["page-dashboard"]; From 92e3a6061090d8b0c3f9c692cb8ba72921157cb9 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Thu, 4 Jul 2024 20:05:19 +0800 Subject: [PATCH 85/99] =?UTF-8?q?=E6=8B=89=E5=8F=96=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index 0ac84f4e7..ea1b90262 100644 --- a/locals.js +++ b/locals.js @@ -7626,6 +7626,7 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 "added": "添加", "requested changes": "要求更改", "changed the title": "修改了标题", + "changed the base branch from": "更改基础分支从", "added the": "添加", "label": "标签", From 93ff4148f22c209b4686cb797245c63a305fa93c Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Fri, 5 Jul 2024 12:22:30 +0800 Subject: [PATCH 86/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 4e7f77c13..90be8eb14 100644 --- a/locals.js +++ b/locals.js @@ -1808,6 +1808,7 @@ I18N.zh["page-profile"] = { // 个人首页 "Others will now see 'Activity overview' when they view your profile.": "其他人在查看您的资料时,现在会看到 “活动概况”。", "Contribution activity": "贡献活动", + "Year:": "年份:", // 小屏模式 "Search by name": "搜索组织名", "Contributed to": "贡献给了", @@ -1959,6 +1960,8 @@ I18N.zh["page-profile/repositories"] = { // 个人首页 - 仓库标签卡 "This organization has no public repositories.": "该组织没有公共仓库。", //组织仓库 + "No repositories matched your search.": "没有与您的搜索匹配的仓库。", // 无匹配仓库 + // 项目 状态词 "Updated": "更新于", "Forked from": "复刻自", @@ -2046,6 +2049,7 @@ I18N.zh["page-profile/repositories"] = { // 个人首页 - 仓库标签卡 }, "regexp": [ // 正则翻译 + [/(\d+) repositor(y|ies)/, "$1 个仓库"], [/([^ ]+) doesn’t have any repositories that match./, "$1 没有任何匹配的仓库"], // 仓库标签卡 [/Your repository \"([^ ]+)\" was successfully deleted./, "您的仓库 “$1” 已成功删除。"], [/(\d+) issues? needs? help/, "$1 个议题需要帮助"], @@ -5713,6 +5717,7 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 "— with": "— 通过", "Update comment": "更新评论", "Hide": "隐藏", + "via email": "通过邮件", "created": "创建", "edited": "编辑", @@ -6959,6 +6964,13 @@ I18N.zh["repository/pull_issue_public"] = { // 仓库 - 议题和拉取请求页 ". Already have an account?": "。已经有账户?", "Sign in to comment": "登录后发表评论", + // 专业提示 + "will show everything without a milestone.": "将显示所有不含里程碑的内容", + "Updated in the last three days:": "显示最近3天更新:", + "Notify someone on an issue with a mention, like:": "用提及的方式通知某人某个议题,例如:", + "Adding": "添加", + "will show everything without a label.": "将显示所有无标签内容。", + }, "regexp": [ // 正则翻译 [/At least (\d+) approving review is required by reviewers with write access./, "至少需要 $1 个审查者批准。"], @@ -7405,6 +7417,10 @@ I18N.zh["repository/pulls"] = { // 仓库 - 拉取请求页面 "with": "标签的,请使用", "Follow long discussions with": "要跟随长讨论,请使用", "on any issue or pull request to go back to the pull request listing page.": "在任何议题或拉取请求来返回拉取请求列表页面。", + "Filter pull requests by the default branch with": "通过默认分支过滤拉取请求:", + "on any issue or pull request to go back to the issue listing page.": "可返回议题列表页面。", + "to see everything that’s not assigned.": "查看所有未分配的内容。", + "Find all pull requests that aren't related to any open issues with": "查找所有与任何打开议题无关的拉取请求,并使用", "You commented on and opened this pull request": "您打开了此拉取请求并发表了评论", "You were mentioned on and commented on this pull request": "您被提及并对此拉取请求发表了评论", @@ -7423,8 +7439,10 @@ I18N.zh["repository/pulls"] = { // 仓库 - 拉取请求页面 [/(\d+) of (\d+) tasks?/, "$1 / $2 个任务"], [/(\d+) tasks?/, "$1 个任务"], [/(\d+) review requesting changes/, "$1 个要求修改的审查"], - [/First time contributing to ([^ ]+)?/, "首次为 $1 做贡献?"], + [/First time contributing to ([^ ]+)\?/, "首次为 $1 做贡献?"], [/Suggested change/, "建议更改"], + [/Ears burning\? Get\@([^ ]+) mentions with/, "烧脑吗?使用 @$1 提及"], // 专业提示 + [/Notify someone on an issue with a mention, like: \@([^ ]+)/, "通知某人在议题上使用提及,例如:@$1"], ], }; @@ -16090,6 +16108,11 @@ I18N.zh["collections"] = { // 集合页面 I18N.zh["events"] = { // 活动页面 "static": { // 静态翻译 + "Pull": "拉取", // 源码拆成3份只能这样写 + "request": "请求", + "s": " ", + "Signed in as": "登录身份为", + "Help": "帮助", "Explore": "探索", "Topics": "主题", "Trending": "热门", @@ -16994,6 +17017,7 @@ I18N.zh["orgs"] = { // 组织页面 [/You are viewing the README and pinned repositories as a member of the ([^ ]+) organization./, "您正在以 $1 组织成员的身份查看自述文件和置顶仓库。"], [/Invite a member to/, "邀请成员加入"], [/\((\d+) issues? need help\)/, "($1 个议题需要帮助)"], + [/([^ ]+)’s past year of commit activity/, "近几年 $1 的提交活动"], ], "selector": [ // 元素筛选器规则 ["#type-options > summary > span:nth-child(1)", "类型"], // 组织主页 --> 仓库标签页-->类型筛选器 Type From a88806954036b1e4f4b7c002a89a76b188aafac5 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Fri, 5 Jul 2024 13:46:56 +0800 Subject: [PATCH 87/99] =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/locals.js b/locals.js index 90be8eb14..6006eb9b6 100644 --- a/locals.js +++ b/locals.js @@ -8038,10 +8038,6 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 "ProTip!": "专业提示!", "to the end of URLs for Git’s plaintext views": "到 Git 纯文本视图的 URL 结尾。", - - "ProTip!": "专业提示!", - "to the end of URLs for Git’s plaintext views": "到 Git 纯文本视图的 URL 结尾。", - }, "regexp": [ // 正则翻译 [/([^ ]+):([^ ]+)% was force-pushed and no longer has any new commits./, "$1:$2 分支被强制推送,现在没有新的提交。"], // 放这里是因为跟现有词条冲突 @@ -16108,9 +16104,6 @@ I18N.zh["collections"] = { // 集合页面 I18N.zh["events"] = { // 活动页面 "static": { // 静态翻译 - "Pull": "拉取", // 源码拆成3份只能这样写 - "request": "请求", - "s": " ", "Signed in as": "登录身份为", "Help": "帮助", "Explore": "探索", From 60d207bd1ee6a32f69de998d54e6538853f42263 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Fri, 5 Jul 2024 13:56:39 +0800 Subject: [PATCH 88/99] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 - 1 file changed, 1 deletion(-) diff --git a/locals.js b/locals.js index 6006eb9b6..81f874886 100644 --- a/locals.js +++ b/locals.js @@ -8035,7 +8035,6 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 "conflict": "冲突", "conflicts": "冲突", - "ProTip!": "专业提示!", "to the end of URLs for Git’s plaintext views": "到 Git 纯文本视图的 URL 结尾。", }, From fe8cb06a4bbedd1b76decee7546ee95021098175 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Fri, 5 Jul 2024 14:01:55 +0800 Subject: [PATCH 89/99] =?UTF-8?q?=E4=B8=93=E4=B8=9A=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index 81f874886..c6dd99354 100644 --- a/locals.js +++ b/locals.js @@ -7421,6 +7421,7 @@ I18N.zh["repository/pulls"] = { // 仓库 - 拉取请求页面 "on any issue or pull request to go back to the issue listing page.": "可返回议题列表页面。", "to see everything that’s not assigned.": "查看所有未分配的内容。", "Find all pull requests that aren't related to any open issues with": "查找所有与任何打开议题无关的拉取请求,并使用", + "Add comments to specific lines under": "为以下特定行添加注释于", "You commented on and opened this pull request": "您打开了此拉取请求并发表了评论", "You were mentioned on and commented on this pull request": "您被提及并对此拉取请求发表了评论", From a95a726be3ccb075fbfefa75a28375a8844cbce5 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Fri, 5 Jul 2024 14:25:32 +0800 Subject: [PATCH 90/99] =?UTF-8?q?=E8=AF=84=E8=AE=BA=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E6=A1=86=20-=20=E8=AE=AE=E9=A2=98/=E6=8B=89?= =?UTF-8?q?=E5=8F=96=E8=AF=B7=E6=B1=82=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/locals.js b/locals.js index c6dd99354..78042b414 100644 --- a/locals.js +++ b/locals.js @@ -6945,6 +6945,19 @@ I18N.zh["repository/pull_issue_public"] = { // 仓库 - 议题和拉取请求页 "will be able to comment on this pull request once more.": "将能够再次对这个拉取请求发表评论。", "You can always lock this pull request again in the future.": "您今后仍可以随时再次锁定此拉取请求。", "You can always lock this issue again in the future.": "您今后仍可以随时再次锁定此议题。", + + // 隐藏评论对话框 + "The reason will be displayed to describe this comment to others.": "将显示原因,以便向其他人描述此评论。", + "Learn more about hiding comments": "学习如何隐藏评论", + "comment": "评论", + "Choose a reason for hiding this comment": "选择隐藏此评论原因", + "Choose a reason": "选择原因", + "Abuse": "滥用", + "Spam": "垃圾信息", + "Off Topic": "离题", + "Outdated": "过时", + "Duplicate": "重复", + "Resolved": "已解决", "Remember, contributions to this repository should follow our": "请记住,对该仓库的贡献应遵循我们的", "GitHub Community Guidelines": "GitHub 社区准则", From 3b3146e372e869df1ee0c645909d345dac265cb5 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Fri, 5 Jul 2024 14:43:47 +0800 Subject: [PATCH 91/99] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index 78042b414..61a8f2723 100644 --- a/locals.js +++ b/locals.js @@ -6950,6 +6950,7 @@ I18N.zh["repository/pull_issue_public"] = { // 仓库 - 议题和拉取请求页 "The reason will be displayed to describe this comment to others.": "将显示原因,以便向其他人描述此评论。", "Learn more about hiding comments": "学习如何隐藏评论", "comment": "评论", + "Unhide": "取消隐藏", "Choose a reason for hiding this comment": "选择隐藏此评论原因", "Choose a reason": "选择原因", "Abuse": "滥用", From d98c94783812c81666d932bdfd83a9a4a0956745 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Fri, 5 Jul 2024 14:45:19 +0800 Subject: [PATCH 92/99] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locals.js b/locals.js index 61a8f2723..e3568bba0 100644 --- a/locals.js +++ b/locals.js @@ -9028,6 +9028,7 @@ I18N.zh["repository/discussions"] = { // 讨论页面 "The reason will be displayed to describe this comment to others.": "将显示原因,以便向其他人描述此评论。", "Learn more about hiding a comment": "学习如何隐藏评论", "Choose a reason for hiding this comment": "选择隐藏此评论原因", + "Unhide": "取消隐藏", "Choose a reason": "选择原因", "Abuse": "滥用", "Spam": "垃圾信息", From 14326fe615745632dfa5b2d1d598a406e9af89ca Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Fri, 5 Jul 2024 15:20:51 +0800 Subject: [PATCH 93/99] =?UTF-8?q?=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locals.js b/locals.js index e3568bba0..bbee6c9a3 100644 --- a/locals.js +++ b/locals.js @@ -8050,8 +8050,10 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面 "conflict": "冲突", "conflicts": "冲突", + "ProTip!": "专业提示!", "to the end of URLs for Git’s plaintext views": "到 Git 纯文本视图的 URL 结尾。", + }, "regexp": [ // 正则翻译 [/([^ ]+):([^ ]+)% was force-pushed and no longer has any new commits./, "$1:$2 分支被强制推送,现在没有新的提交。"], // 放这里是因为跟现有词条冲突 From e65b197be222af52df8038cc446dafd1ada61c6f Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Fri, 5 Jul 2024 19:28:56 +0800 Subject: [PATCH 94/99] =?UTF-8?q?=E6=9D=82=E4=B8=83=E6=9D=82=E5=85=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locals.js b/locals.js index bbee6c9a3..f78f18f44 100644 --- a/locals.js +++ b/locals.js @@ -7036,6 +7036,11 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 // "opened": "打开", // "closed": "已关闭", + // 图标浮窗 + "Open issue": "已打开", + "Closed issue": "已完成", + "Closed as not planned issue": "已关闭因未计划", + "You commented on and opened this issue": "您打开了此议题并发表了评论", "You were mentioned on and commented on this issue": "您被提及并对此议题发表了评论", "You commented on this issue": "您对此议题发表了评论", @@ -7422,6 +7427,12 @@ I18N.zh["repository/pulls"] = { // 仓库 - 拉取请求页面 // 筛选结果 "There aren’t any open pull requests.": "暂无拉取请求。", + + // 图标浮窗 + "Open Pull Request": "已打开", + "Draft Pull Request": "草案", + "Merged Pull Request": "已合并", + "Closed Pull Request": "已关闭", "ProTip!": "专业提示!", "Find everything you created by searching": "查找您创建的所有内容,使用", @@ -8796,6 +8807,7 @@ I18N.zh["repository/discussions"] = { // 讨论页面 "This will not be worked on": "这将不会被处理", "Edit labels": "编辑标签", + "Filter": "筛选", "Filter:": "筛选:", "Closed": "已关闭", "Answered": "已答复", @@ -9192,7 +9204,7 @@ I18N.zh["repository/discussions"] = { // 讨论页面 }, "regexp": [ // 正则翻译 ...I18N.zh["repository-public"]["regexp"], - [/Fillter: /, "筛选:"], + [/Fillter:/, "筛选:"], [/(\d+) categories?/, "$1 个分类"], [/Congratulations, you've created the first discussion in ([^ ]+)!/, "恭喜您,您已经在 $1 中创建了第一个讨论!"], [/(\d+) answers?/, "$1 位答复者"], @@ -9225,6 +9237,7 @@ I18N.zh["repository/discussions"] = { // 讨论页面 [/(\d+) new comments?/, "$1 条新评论"], [/Show (\d+) more replies/, "显示剩余 $1 条答复"], [/(\d+) new/, "$1 新"], + [/Answered (\d+) discussions? in this repository/, "在此仓库中回答了 $1 个讨论"], // 用户 浮动信息卡 ], }; I18N.zh["repository/orgs/discussions"] = I18N.zh["repository/discussions"] ; From f94659182ed477dc3e13d9e3836692ea3c80daa9 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Fri, 5 Jul 2024 19:41:34 +0800 Subject: [PATCH 95/99] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/locals.js b/locals.js index f78f18f44..cf28bad32 100644 --- a/locals.js +++ b/locals.js @@ -6711,6 +6711,8 @@ I18N.zh["repository/pull_issue_public"] = { // 仓库 - 议题和拉取请求页 "Everything mentioning you": "任何提及您的", "View advanced search syntax": "查看高级搜索语法", + "Search all issues": "搜索所有议题", + "Clear current search query, filters, and sorts": "清除当前的搜索查询、筛选器和排序方式", "Labels": "标签", @@ -6789,6 +6791,15 @@ I18N.zh["repository/pull_issue_public"] = { // 仓库 - 议题和拉取请求页 "Draft": "草案", "This was referenced": "被引用于", + // 图标浮窗 + "Open issue": "议题已打开", + "Closed issue": "议题已完成", + "Closed as not planned issue": "议题已关闭因未计划", + "Open Pull Request": "拉取请求已打开", + "Draft Pull Request": "拉取请求草案", + "Merged Pull Request": "拉取请求已合并", + "Closed Pull Request": "拉取请求已关闭", + // [/(\d+) linked pull requests?/, "链接 $1 个拉取请求"], // 某个拉取请求和某个议题 公共词条 @@ -7019,6 +7030,8 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 "If you're ready to tackle some open issues,": "如果您准备好解决一些未解决的议题,", "we've collected some good first issues for you": "我们已为您收集了一些好的首发议题", + "Search all issues": "搜索所有议题", + "Dismiss": "忽略", // 忽略 下拉 "Dismiss for this repository only": "仅对该仓库不在提示", @@ -7036,11 +7049,6 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 // "opened": "打开", // "closed": "已关闭", - // 图标浮窗 - "Open issue": "已打开", - "Closed issue": "已完成", - "Closed as not planned issue": "已关闭因未计划", - "You commented on and opened this issue": "您打开了此议题并发表了评论", "You were mentioned on and commented on this issue": "您被提及并对此议题发表了评论", "You commented on this issue": "您对此议题发表了评论", @@ -7427,12 +7435,6 @@ I18N.zh["repository/pulls"] = { // 仓库 - 拉取请求页面 // 筛选结果 "There aren’t any open pull requests.": "暂无拉取请求。", - - // 图标浮窗 - "Open Pull Request": "已打开", - "Draft Pull Request": "草案", - "Merged Pull Request": "已合并", - "Closed Pull Request": "已关闭", "ProTip!": "专业提示!", "Find everything you created by searching": "查找您创建的所有内容,使用", @@ -15119,8 +15121,6 @@ I18N.zh["issues"] = { // 议题页面 "Review requests": "审查请求", // pulls "Pull Requests requesting your review": "请求您审查的拉取请求", // pulls - "Search all issues": "搜索所有议题", - "Visibility": "可见性", "Repository visibility": "仓库可见性", "Private repositories only": "只有私有仓库", From b7b2a0305ae7fc27851585801fa160434dcc00db Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Fri, 5 Jul 2024 23:02:45 +0800 Subject: [PATCH 96/99] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/locals.js b/locals.js index cf28bad32..b5f972e89 100644 --- a/locals.js +++ b/locals.js @@ -7030,8 +7030,6 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 "If you're ready to tackle some open issues,": "如果您准备好解决一些未解决的议题,", "we've collected some good first issues for you": "我们已为您收集了一些好的首发议题", - "Search all issues": "搜索所有议题", - "Dismiss": "忽略", // 忽略 下拉 "Dismiss for this repository only": "仅对该仓库不在提示", From 76eb02bdf60a1ffea94be74e84069e8ea4884a92 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Sat, 6 Jul 2024 10:27:22 +0800 Subject: [PATCH 97/99] =?UTF-8?q?=E6=9D=82=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/locals.js b/locals.js index b5f972e89..b0ae25e4d 100644 --- a/locals.js +++ b/locals.js @@ -1361,6 +1361,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) "You were mentioned on and opened this pull request": "您被提及并打开了此拉取请求", "You left a review": "您已评论", "Changes requested": "要求更改", + "Approved": "已批准", "Create your first project": "创建你的第一个项目", "Ready to start building? Create a repository for a new idea or bring over an existing repository to keep contributing to it.": "准备好开始构建了吗?为新想法创建一个仓库或使用现有仓库继续为其做出贡献。", "Create repository": "创建仓库", @@ -5666,6 +5667,8 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 "Jump to bottom": "跳到底部", //小屏模式 + "committed": "提交于", // 提交浮窗 + // 标签栏 "Code": "代码", "Pull requests": "拉取请求", @@ -5872,6 +5875,7 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 "You were mentioned on and commented on this pull request": "您在此拉取请求上被提及并发表评论", "Changes requested": "要求更改", "You left a review": "您已评论", + "Approved": "已批准", }, "regexp": [ // 正则翻译 [/Started (\d+) discussions? in this repository in the past week/, "过去一周内在此仓库中开启了 $1 个讨论"], // 用户 浮动信息卡 @@ -5890,11 +5894,12 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 [/, and (\d+) more/, ",以及其他 $1 个组织"], // 用户 浮动信息卡 [/(\d+) repositor(y|ies)/, "$1 个仓库"], // 组织 浮动信息卡 [/(\d+) members?/, "$1 个成员"], // 组织 浮动信息卡 + [/Answered (\d+) discussions? in this repository/, "在此仓库中回答了 $1 个讨论"], // 用户 浮动信息卡 [/had recent pushes (\d+) seconds? ago/, "分支有了最新的推送,$1 秒之前"], [/had recent pushes (\d+) minutes? ago/, "分支有了最新的推送,$1 分钟之前"], [/had recent pushes less than (\d+) minutes? ago/, "分支有了最新的推送,不到 $1 分钟"], [/had recent pushes about/, "分支有了最新的推送,大约"], - [/This user is a member of the ([^ ]+)./, "该用户是 $1 组织的成员。"], + [/This user is a member of the ([^ ]+) organization./, "该用户是 $1 组织的成员。"], [/This user has been invited to collaborate on the ([^ ]+) repository./, "该用户已被邀请在 $1 仓库上进行协作。"], [/You are the owner of the (.*) repository./, "您是 $1 仓库的所有者。"], [/This user is the owner of the (.*) repository./, "该用户是 $1 仓库的所有者。"], @@ -6400,7 +6405,6 @@ I18N.zh["repository"] = { // 仓库页面 /// // 正文 "commit": "次提交", "commits": "次提交", - "committed": "提交于", // 提交浮窗 "failure": "失败", "success": "成功", "Approved": "已批准", @@ -9237,7 +9241,6 @@ I18N.zh["repository/discussions"] = { // 讨论页面 [/(\d+) new comments?/, "$1 条新评论"], [/Show (\d+) more replies/, "显示剩余 $1 条答复"], [/(\d+) new/, "$1 新"], - [/Answered (\d+) discussions? in this repository/, "在此仓库中回答了 $1 个讨论"], // 用户 浮动信息卡 ], }; I18N.zh["repository/orgs/discussions"] = I18N.zh["repository/discussions"] ; From 1174dd282c245eea4213b4a143e80142555f0593 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Sat, 6 Jul 2024 10:35:44 +0800 Subject: [PATCH 98/99] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index b0ae25e4d..965609ede 100644 --- a/locals.js +++ b/locals.js @@ -8539,7 +8539,7 @@ I18N.zh["repository/commit"] = { // 仓库 - 提交页面 [/(\d+) additions?$/, "$1 处增加"], [/(\d+) deletions?$/, "$1 处删除"], [/(\d+) changes: (\d+) additions? & (\d+) deletions?$/, "$1 处更改:$2 处增加和 $3 处删除"], - [/This commit closes issue (#\d+)./, "此提交关闭了提议 $1。"], //具体提交页面 + [/This commit closes issue (#\d+)./, "此提交关闭了议题 #$1。"], //具体提交页面 [/from ([^ ]+) to ([^ ]+)/, "从 $1 到 $2。"], //具体提交页面 [/([\d,]+) additions, ([\d,]+) deletions not shown because the diff is too large. Please use a local Git client to view these changes./, "$1 处增加,$2 处删除未显示,因为差异太大。请使用本地 Git 客户端查看这些更改。"], [/(\d+) comments? on commit/, "该提交有 $1 条评论"], From 783001e65bd74ab718a1f29e3300378cc045a194 Mon Sep 17 00:00:00 2001 From: TC999 <3177754310@qq.com> Date: Sat, 6 Jul 2024 10:43:31 +0800 Subject: [PATCH 99/99] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index bd07c6228..e3ea80e86 100644 --- a/locals.js +++ b/locals.js @@ -8552,7 +8552,7 @@ I18N.zh["repository/commit"] = { // 仓库 - 提交页面 [/(\d+) additions?$/, "$1 处增加"], [/(\d+) deletions?$/, "$1 处删除"], [/(\d+) changes: (\d+) additions? & (\d+) deletions?$/, "$1 处更改:$2 处增加和 $3 处删除"], - [/This commit closes issue (#\d+)./, "此提交关闭了议题 #$1。"], //具体提交页面 + [/This commit closes issue (#\d+)./, "此提交关闭了议题 $1。"], //具体提交页面 [/from ([^ ]+) to ([^ ]+)/, "从 $1 到 $2。"], //具体提交页面 [/([\d,]+) additions, ([\d,]+) deletions not shown because the diff is too large. Please use a local Git client to view these changes./, "$1 处增加,$2 处删除未显示,因为差异太大。请使用本地 Git 客户端查看这些更改。"], [/(\d+) comments? on commit/, "该提交有 $1 条评论"],