From 61c3a51be9de2efb499cb826df08354583cc5cfc 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: Fri, 23 Aug 2024 18:56:02 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=8D=E6=9D=A1=EF=BC=9A`?=
 =?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86`=E9=A1=B5=E9=9D=A2?=
 =?UTF-8?q?=E5=A2=9E=E8=A1=A5`=E8=BD=AC=E6=8D=A2=E8=AE=AE=E9=A2=98?=
 =?UTF-8?q?=E4=B8=BA=E8=AE=A8=E8=AE=BA=20=E5=AF=B9=E8=AF=9D=E6=A1=86`?=
 =?UTF-8?q?=E7=9B=B8=E5=85=B3=E8=AF=8D=E6=9D=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 locals.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/locals.js b/locals.js
index 093b1ba95..46b8a5c4a 100644
--- a/locals.js
+++ b/locals.js
@@ -7491,7 +7491,8 @@ I18N["zh-CN"]["repository/issues"] = { // 仓库 - 议题页面
             "Convert to discussions": "转为讨论",
                 // 转换议题为讨论 对话框
                 "Convert issue to discussion": "转换议题为讨论",
-                    // [/Are you sure you want to convert (\d+) issues? with the following label to a discussion\?/, "您确定要将带有以下标签的 $1 条议题转换为讨论吗?"],
+                "Convert issues to discussions": "转换议题为讨论",
+                    // [/Are you sure you want to convert (\d+) issues? with the following label to (?:a |)discussions?\?/, "您确定要将带有以下标签的 $1 条议题转换为讨论吗?"],
                     // "What happens when an issue is converted into a discussion:": "将议题转化为讨论时,会发生什么:",
                     "Issue will be locked": "议题将被锁定",
                     // "Title, description, and author will be the same as the issue": "标题、描述和作者将与议题相同",
@@ -7510,6 +7511,7 @@ I18N["zh-CN"]["repository/issues"] = { // 仓库 - 议题页面
                         "Q&A": "问与答",
                         "Show and tell": "展示与讲述",
                     "I understand, convert issue to discussion": "我明白了,依然将议题转换未讨论",
+                    "I understand, convert issues to discussions": "我明白了,依然将议题转换未讨论",
                     "Future issues with this label will not be automatically converted into discussions.": "今后带有此标签的议题不会自动转换为讨论。",
 
         // 添加/编辑议题模板 /<user-name>/<repo-name>/issues/templates/edit
@@ -7572,7 +7574,7 @@ I18N["zh-CN"]["repository/issues"] = { // 仓库 - 议题页面
         // 标签页面
         [/open issues? and pull requests?/, "个打开的议题和拉取请求"],
         [/open issues? or pull requests?/, "个打开的议题或拉取请求"],
-        [/Are you sure you want to convert (\d+) issues? with the following label to a discussion\?/, "您确定要将带有以下标签的 $1 条议题转换为讨论吗?"],
+        [/Are you sure you want to convert (\d+) issues? with the following label to (?:a |)discussions?\?/, "您确定要将带有以下标签的 $1 条议题转换为讨论吗?"],
     ],
 };
 I18N["zh-CN"]["repository/labels"] = I18N["zh-CN"]["repository/issues"];