Skip to content

Commit

Permalink
main(greasyfork).user.js Update on 2024-02-09
Browse files Browse the repository at this point in the history
Signed-off-by: 沙漠之子 <[email protected]>
  • Loading branch information
maboloshi authored Feb 8, 2024
1 parent aa27f44 commit 3d8c14e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion locals(greasyfork).js
Original file line number Diff line number Diff line change
Expand Up @@ -3041,7 +3041,10 @@ I18N.zh["settings/emails"] = { // 设置 - 电子邮箱
"No subscriptions found": "未找到订阅信息",
"Save subscription preferences": "保存订阅首选项",
"Back to email settings": "返回电子邮件设置",

"To stop receiving emails for the topics below, uncheck any topics you don't want to receive, then select Save subscription preferences": "要停止接收以下主题的电子邮件,请取消选中任何不想接收的主题,然后选择“保存订阅首选项”",
"General info and offers from GitHub": "GitHub 的一般信息和优惠",
"Get tips, solutions and exclusive offers from GitHub about products, services and events we think you might find interesting.": "从 GitHub 获取我们认为您可能感兴趣的产品、服务和活动的提示、解决方案和独家优惠。",
"Unsubscribe from all topics": "取消订阅所有主题",
},
"regexp": [ // 正则翻译
[/This email will not be used as the 'from' address for web-based Git operations, e\.g\., edits and merges. We will instead use ([^@][email protected])\./, "该电子邮箱不会用作基于 Web 的 Git 操作(例如编辑和合并)的 “发件人” 地址。我们将改为使用 $1。"],
Expand Down Expand Up @@ -13566,12 +13569,17 @@ I18N.zh["session-authentication"] = { // 登录页 包含(/login, /session, /ses
// 跳转至 协作者 / 协作者和团队 - 访问管理页面 /<user-name>/<repo-name>/settings/access 验证
// 顶部提醒
"Repository invitation URLs work for invited users only. You may only share this URL with an invited user.": "仓库邀请 URL 仅适用于受邀请的用户。您只能与受邀请的用户共享此 URL。",

// 切换账户 https://github.com/switch_account
"Signed out": "已注销",
"Add a different account": "添加其他帐户",
},
"regexp": [ // 正则翻译
[/(\d+) verified emails?/, "$1 个经过验证的邮箱"],
[/(\d+) keys?/, "$1 个通行密钥"],
[/(\d+) devices?/, "$1 设备"],
[/You will receive one-time codes at this phone number:/, "您将通过以下电话号码收到一次性验证码:"], // 已设置短信/文字信息
[/Continue as (.*)/, "以 $1 身份继续使用"]
],
};
I18N.zh.login = I18N.zh["session-authentication"];
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-01-19
// @version 1.9.0-2024-02-09
// @author 沙漠之子
// @license GPL-3.0
// @match https://github.com/*
Expand Down

0 comments on commit 3d8c14e

Please sign in to comment.