@@ -18,7 +18,7 @@ module.exports = {
1818 CANCEL : '取消' ,
1919 CONTACT : '联系方式' ,
2020 CONTRIBUTORS : '贡献者' ,
21- "Can't login?" : '' ,
21+ "Can't login?" : '你登录不了吗? ' ,
2222 "Can't see all your organizations?" : '看不到你所有的组织?' ,
2323 Cancel : '取消' ,
2424 'Change Merge Type' : '改变合并类型' ,
@@ -105,7 +105,8 @@ module.exports = {
105105 OWNER : '主人' ,
106106 'One of the most feature-rich GitHub clients that is 100% free' :
107107 '完全免费,功能最强大的GitHub客户端!' ,
108- 'Oops! it seems that you are not connected to the internet!' : '' ,
108+ 'Oops! it seems that you are not connected to the internet!' :
109+ '哎呀!看起来你失去了网络连接!' ,
109110 Open : '未处理' ,
110111 'Open in Browser' : '在浏览器中打开' ,
111112 Options : '设置' ,
@@ -122,7 +123,7 @@ module.exports = {
122123 Repositories : '搜仓库' ,
123124 'Repositories and Users' : '仓库和用户' ,
124125 'Repository Actions' : '仓库操作' ,
125- 'Repository is not found' : '' ,
126+ 'Repository is not found' : '仓库没有找到 ' ,
126127 'Retrieving notifications' : '正在获取通知' ,
127128 'SIGN IN' : '登录' ,
128129 SOURCE : '来源' ,
@@ -144,7 +145,7 @@ module.exports = {
144145 '这意味着,我们不可能查看、使用,或者分享用户的GitHub数据。即便隐私数据可以被访问,我们也不会查看或者保存它。如果它被意外地保存,我们会立即使用安全的抹除方案删除它。再次重申,我们已经特别地建立了授权机制以保证这种情形不会发生。' ,
145146 'USER DATA' : '用户数据' ,
146147 Unfollow : '取消关注' ,
147- Unknown : '' ,
148+ Unknown : '未知 ' ,
148149 'Unlock {issueType}' : '解锁 {issueType}' ,
149150 Unread : '查看未读' ,
150151 Unstar : '取消星标' ,
@@ -187,41 +188,43 @@ module.exports = {
187188 '{aboutXHours}h' : '{aboutXHours}时' ,
188189 '{aboutXMonths}mo' : '{aboutXMonths}月' ,
189190 '{aboutXYears}y' : '{aboutXYears}年' ,
190- '{actor} added {member} at {repo}' : '{actor} 添加了 {member} 在 {repo }' ,
191+ '{actor} added {member} at {repo}' : '{actor} 在 {repo} 添加了 {member }' ,
191192 '{actor} closed issue {issue} at {repo}' :
192- '{actor} 关闭了 问题 {issue} 在 {repo }' ,
193+ '{actor} 在 {repo} 关闭了 问题 {issue }' ,
193194 '{actor} closed pull request {pr} at {repo}' :
194- '{actor} 关闭了 合并请求 {pr} 在 {repo }' ,
195+ '{actor} 在 {repo} 关闭了 合并请求 {pr }' ,
195196 '{actor} commented on commit' : '{actor} 评论提交' ,
196197 '{actor} commented on issue {issue} at {repo}' :
197- '{actor} 评论了 了 问题 {issue} 在 {repo }' ,
198+ '{actor} 在 {repo} 评论了 问题 {issue }' ,
198199 '{actor} commented on pull request {issue} at {repo}' :
199- '{actor} 评论了 了 合并请求 {issue} 在 {repo}' ,
200- '{actor} commented on pull request {pr} at {repo}' : '' ,
200+ '{actor} 在 {repo} 评论了 合并请求 {issue}' ,
201+ '{actor} commented on pull request {pr} at {repo}' :
202+ '{actor} 在 {repo} 评论了 合并请求 {pr}' ,
201203 '{actor} created branch {ref} at {repo}' :
202- '{actor} 创建了 分支 {ref} 在 {repo }' ,
204+ '{actor} 在 {repo} 创建了 分支 {ref }' ,
203205 '{actor} created repository {repo}' : '{actor} 创建了 仓库 {repo}' ,
204- '{actor} created tag {ref} at {repo}' : '{actor} 创建了 标签 {ref} 在 {repo }' ,
205- '{actor} created the {repo} wiki' : '' ,
206+ '{actor} created tag {ref} at {repo}' : '{actor} 在 {repo} 创建了 标签 {ref }' ,
207+ '{actor} created the {repo} wiki' : '{actor} 创建了仓库 {repo} wiki ' ,
206208 '{actor} deleted branch {ref} at {repo}' :
207- '{actor} 删除了 分支 {ref} 在 {repo }' ,
208- '{actor} deleted tag {ref} at {repo}' : '{actor} 删除了 标签 {ref} 在 {repo }' ,
209- '{actor} edited the {repo} wiki' : '' ,
210- '{actor} edited {member} at {repo}' : '{actor} 编辑了 {member} 在 {repo }' ,
209+ '{actor} 在 {repo} 删除了 分支 {ref }' ,
210+ '{actor} deleted tag {ref} at {repo}' : '{actor} 在 {repo} 删除了 标签 {ref }' ,
211+ '{actor} edited the {repo} wiki' : '{actor} 在 {repo} 编辑了 wiki ' ,
212+ '{actor} edited {member} at {repo}' : '{actor} 在 {repo} 编辑了 {member }' ,
211213 '{actor} forked {repo} at {fork}' : '{actor} 派生了 {repo} 在 {fork}' ,
212214 '{actor} made {repo} public' : '{actor} 使得 {repo} 公开' ,
213- '{actor} merged pull request {pr} at {repo}' : '' ,
215+ '{actor} merged pull request {pr} at {repo}' :
216+ '{actor} 在 {repo} 合并了 合并请求 {pr}' ,
214217 '{actor} opened issue {issue} at {repo}' :
215- '{actor} 打开了 问题 {issue} 在 {repo }' ,
218+ '{actor} 在 {repo} 创建了 问题 {issue }' ,
216219 '{actor} opened pull request {pr} at {repo}' :
217- '{actor} 打开了 合并请求 {pr} 在 {repo }' ,
220+ '{actor} 在 {repo} 创建了 合并请求 {pr }' ,
218221 '{actor} published release {id}' : '{actor} 发布了 发布 {id}' ,
219- '{actor} pushed to {ref} at {repo}' : '{actor} 推送向 {ref} 在 {repo }' ,
220- '{actor} removed {member} at {repo}' : '{actor} 移除了 {member} 在 {repo }' ,
222+ '{actor} pushed to {ref} at {repo}' : '{actor} 在 {repo} 推向了 {ref }' ,
223+ '{actor} removed {member} at {repo}' : '{actor} 在 {repo} 移除了 {member }' ,
221224 '{actor} reopened issue {issue} at {repo}' :
222- '{actor} 重新打开了 问题 {issue} 在 {repo }' ,
225+ '{actor} 在 {repo} 重新打开了 问题 {issue }' ,
223226 '{actor} reopened pull request {pr} at {repo}' :
224- '"{actor} 重新打开了 合并请求 {pr} 在 {repo }' ,
227+ '"{actor} 在 {repo} 重新打开了 合并请求 {pr }' ,
225228 '{actor} starred {repo}' : '{actor} 星标了 {repo}' ,
226229 '{almostXYears}y' : '{almostXYears}年' ,
227230 '{halfAMinute}s' : '30秒' ,
0 commit comments