From 813807a3cfd80ac36926f9763bcae71359258f4f Mon Sep 17 00:00:00 2001 From: TC999 <88823709+TC999@users.noreply.github.com> Date: Tue, 7 May 2024 19:20:50 +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=9B=B4=E6=96=B0`=E7=99=BB=E5=BD=95=E9=A1=B5`=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=20(#131)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 沙漠之子 <7850715+maboloshi@users.noreply.github.com> Co-authored-by: wuyuncheng-26 <122529705+wuyuncheng-26@users.noreply.github.com> --- locals.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locals.js b/locals.js index 67a59d690..e4d80741a 100644 --- a/locals.js +++ b/locals.js @@ -13833,6 +13833,8 @@ I18N.zh["session-authentication"] = { // 登录页 包含(/login, /session, /ses "Verified emails": "经过验证的电子邮箱", // [/(\d+) verified emails?/, "$1 个经过验证的邮箱"], "Verified emails give you access to more features on GitHub.": "经过验证的电子邮箱让您可以使用 GitHub 上的更多功能。", + "Unverified emails": "未经验证的电子邮箱", + "Unverified emails cannot receive notifications or be used to reset your password.": "未经验证的电子邮箱无法接收通知或用于重置密码。", "Password Alternatives": "密码替代方案", "Passkeys": "通行密钥", // [/(\d+) keys?/, "$1 个通行密钥"], @@ -14059,6 +14061,7 @@ I18N.zh["session-authentication"] = { // 登录页 包含(/login, /session, /ses }, "regexp": [ // 正则翻译 [/(\d+) verified emails?/, "$1 个经过验证的邮箱"], + [/(\d+) unverified emails?/, "$1 个未经验证的邮箱"], [/(\d+) keys?/, "$1 个通行密钥"], [/(\d+) devices?/, "$1 设备"], [/You will receive one-time codes at this phone number:/, "您将通过以下电话号码收到一次性验证码:"], // 已设置短信/文字信息