From 98852a64aeefcfdac313702c2ac6654bc855b00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A5=BC=E6=95=99=E4=B8=BB?= Date: Tue, 20 Feb 2018 21:33:36 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=87=A0=E4=B8=AA?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=20fixed=20#25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locals.js b/locals.js index fab1ae8..6f0a363 100644 --- a/locals.js +++ b/locals.js @@ -68,6 +68,7 @@ I18N.zh = { "Pull Requests": "拉取请求", "Pull requests": "拉取请求", "Issues": "问题", + "Marketplace": "广场", "Gist": "代码片段", "Your dashboard": "返回首页", @@ -79,11 +80,13 @@ I18N.zh = { "New repository": "新建仓库", "New organization": "新建组织", "Import repository": "导入仓库", + "New gist": "新建代码片段", "New issue": "新建问题", "Signed in as": "您好", "Your profile": "您的主页", "Your stars": "点赞的项目", + "Your gists": "您的代码片段", "Explore": "探索", "Integrations": "集成", "Help": "帮助", From 4e331d2d38941761edc2e6f302b1856d5dc3061e Mon Sep 17 00:00:00 2001 From: InfinityLoop Date: Sun, 8 Jul 2018 21:51:01 +0900 Subject: [PATCH 2/3] Update locals.js --- locals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.js b/locals.js index 6f0a363..31a4fd4 100644 --- a/locals.js +++ b/locals.js @@ -434,7 +434,7 @@ I18N.zh = { "Show more activity": "显示更多", }, "regexp": [ // 正则翻译 - [/Created (\d+)[\s\r\n]+commits? in[\s\r\n]+(\d+)[\s\r\n]+repositor(y|ies)/, "在 $1 个库中创建了 $2 次提交"], + [/Created (\d+)[\s\r\n]+commits? in[\s\r\n]+(\d+)[\s\r\n]+repositor(y|ies)/, "在 $2 个库中创建了 $1 次提交"], [/Created (\d+)[\s\r\n]+repositor(y|ies)/, "创建了 $1 个仓库"], [/Opened (\d+)[\s\r\n]+other[\s\r\n]+pull requests?/, "发起了 $1 个拉取请求"], [/Opened (\d+)[\s\r\n]+other[\s\r\n]+issues/, "开了 $1 个其他问题"], From d84edd572b54e580c11e037b6fe78e4abe903ed4 Mon Sep 17 00:00:00 2001 From: pangshitong <41714457+pangshitong@users.noreply.github.com> Date: Fri, 23 Nov 2018 11:03:24 +0800 Subject: [PATCH 3/3] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 补充点 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af6db42..2eeaa1e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ **PS: 最近 Tampermonkey 更新较大,可能无法打开插件地址,所以可以尝试如下方法手动安装脚本** 1. 下载 [Tampermonkey_v4.2.7.crx][Tampermonkey] 插件 -2. 在 chrome 里打开 chrome://extensions/ 这里地址 +2. 在 chrome 里打开 chrome://extensions/ 这里地址(浏览器需登录,页面打开开发者模式开关) 3. 把刚才下载到的 Tampermonkey_v4.2.7.crx 拖进去就好了 4. 接着点浏览器右上角的插件图标,选择 “添加新脚本...” 5. 然后将 https://github.com/52cik/github-hans/blob/gh-pages/main.js 源码复制进去