Skip to content

Commit

Permalink
增加词条:更新登录页界面 (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: 沙漠之子 <[email protected]>
Co-authored-by: wuyuncheng-26 <[email protected]>
  • Loading branch information
3 people authored May 7, 2024
1 parent d7b6f26 commit 813807a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions locals.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 个通行密钥"],
Expand Down Expand Up @@ -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:/, "您将通过以下电话号码收到一次性验证码:"], // 已设置短信/文字信息
Expand Down

0 comments on commit 813807a

Please sign in to comment.