Skip to content

Commit

Permalink
main(greasyfork).user.js Update on 2024-05-17
Browse files Browse the repository at this point in the history
Signed-off-by: action-assistant[bot] <152410706+action-assistant[bot]@users.noreply.github.com>
  • Loading branch information
action-assistant[bot] authored May 16, 2024
1 parent db4b5ac commit 688aa20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions locals(greasyfork).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
2 changes: 1 addition & 1 deletion main(greasyfork).user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// @description 中文化 GitHub 界面的部分菜单及内容。原作者为楼教主(http://www.52cik.com/)。
// @copyright 2021, 沙漠之子 (https://maboloshi.github.io/Blog)
// @icon https://github.githubassets.com/pinned-octocat.svg
// @version 1.9.0-2024-05-03
// @version 1.9.0-2024-05-17
// @author 沙漠之子
// @license GPL-3.0
// @match https://github.com/*
Expand Down

0 comments on commit 688aa20

Please sign in to comment.