From 054b38c46fed6d7f3f5f81cfce196d18579944f7 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: Fri, 16 Aug 2024 09:50:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E7=A9=BA=E6=A0=BC=20(#268)?= 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 18f06c3e9..ed4e50c21 100644 --- a/locals.js +++ b/locals.js @@ -1540,7 +1540,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) [/(\d+) (?:people|person) reacted with (thumbs up|thumbs down|laugh|hooray|confused|heart|rocket|eyes)/, function (all, number, reacted) { var reactedKey = {'thumbs up': "点赞", 'thumbs down': "点踩", laugh: "大笑", hooray: "欢呼", confused: "表示困惑", heart: "比心", rocket: "发送火箭", eyes: "表示关注"}; - return number + '人' + reactedKey[reacted]; + return number + ' 人' + reactedKey[reacted]; }], [/Support ([^ ]+)'s open source work/, "支持 $1 的开源工作"], [/Start a new repository for/, "创建一个仓库为"],