From ebae740c0fe4c9405242c187f1d0275a0460a1f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=B6=E6=99=BA=E4=B9=83=E5=8F=8D=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E5=8F=8A?= <100760086+qznfbnj@users.noreply.github.com> Date: Sat, 29 Jun 2024 15:47:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E5=A4=8D=EF=BC=9A=E6=8B=89?= =?UTF-8?q?=E5=8F=96=E8=AF=B7=E6=B1=82=EF=BC=88=E6=A0=87=E9=A2=98=EF=BC=89?= =?UTF-8?q?=20(#198)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 其智乃反不能及 <100760086+qznfbnj@users.noreply.github.com> --- locals.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/locals.js b/locals.js index 307288aa5..df1807ade 100644 --- a/locals.js +++ b/locals.js @@ -304,7 +304,6 @@ I18N.zh["title"] = { // 标题翻译 "Your stars": "我的星标", "Your starred repositories": "我的星标仓库", "Your starred topics": "我的星标主题", - "Pull Requests": "拉取请求", "Register for the GitHub Developer Program": "注册 GitHub 开发者计划", "Codespaces": "代码空间", "Codespace Templates": "代码空间模版", @@ -324,7 +323,7 @@ I18N.zh["title"] = { // 标题翻译 [/Commits/, "提交"], [/New Issue/, "新建议题"], [/Issues?/, "议题"], - [/Pull requests?/, "拉取请求"], + [/Pull (R|r)equests?/, "拉取请求"], [/Actions/, "操作"], [/Projects/, "项目"], [/Packages?/, "软件包"],