Skip to content

Commit

Permalink
修改词条:议题 - 拉取请求 公共部分 (#232)
Browse files Browse the repository at this point in the history
Signed-off-by: 沙漠之子 <7850715+maboloshi@users.noreply.github.com>
Signed-off-by: 是小胖呀26 <122529705+wuyuncheng-26@users.noreply.github.com>
Co-authored-by: 沙漠之子 <7850715+maboloshi@users.noreply.github.com>
Co-authored-by: 是小胖呀26 <122529705+wuyuncheng-26@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 6, 2024
1 parent 1342c38 commit f8b9292
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions locals.js
Original file line number Diff line number Diff line change
Expand Up @@ -5746,9 +5746,13 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分
"Delete revision from history": "从历史记录中删除修订",
"This edit’s content will no longer be visible": "此修改的内容将不再可见",
// 评论状态
"This comment was marked as spam.": "该评论已被标记为垃圾邮件。",
"This comment was marked as off-topic.": "该评论已被标记为离题。",
"This comment has been hidden.": "该评论已被隐藏。",
"This comment was marked as abuse.": "该评论已被标记为滥用。",

This comment has been minimized.

Copy link
@maboloshi

maboloshi Jul 6, 2024

Author Owner

突然觉得已被标记字是不是有点赘述,甚至字也挺赘述的

This comment has been minimized.

Copy link
@TC999

TC999 Jul 6, 2024

Author Contributor

突然觉得已被标记字是不是有点赘述,甚至字也挺赘述的

我到时再提交一下

"This comment was marked as spam.": "该评论已被标记为垃圾信息。",
"This comment was marked as off-topic.": "该评论已被标记为离题。",
"This comment was marked as outdated.": "该评论已被标记为已过时。",
"This comment was marked as duplicate.": "该评论已被标记为重复。",
"This comment was marked as resolved.": "该评论已被标记为已解决。",

// 切换分支/标签 下拉菜单
"Switch branches/tags": "切换分支/标签",
Expand Down Expand Up @@ -6987,6 +6991,10 @@ I18N.zh["repository/pull_issue_public"] = { // 仓库 - 议题和拉取请求页
"Outdated": "过时",
"Duplicate": "重复",
"Resolved": "已解决",

"This comment has been minimized.": "此评论已最小化。",
"Show comment": "显示评论",
"Hide comment": "隐藏评论",

"Remember, contributions to this repository should follow our": "请记住,对该仓库的贡献应遵循我们的",
"GitHub Community Guidelines": "GitHub 社区准则",
Expand Down Expand Up @@ -7170,10 +7178,6 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面
"referenced this issue": "提及这个议题",
"closed this as completed": "已完成,关闭",

"This comment has been minimized.": "此评论已最小化。",
"Show comment": "显示评论",
"Hide comment": "隐藏评论",

// 右侧栏 补充
// "Development": "进展",
"No branches or pull requests": "没有分支或拉取请求",
Expand Down Expand Up @@ -7392,7 +7396,7 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面
[/Notify someone on an issue with a mention, like: @([^ ]+)./, "在某个问题上通知并提及某人,例如:@$1。"], // 专业提示
[/Edited (\d+) times?/, "已编辑 $1 次"],
[/edited by ([^ ]+)/, "由 $1 编辑"],
[/This issue will close when #(\d+) is merged/, "此议题将在 #$1 合并时关闭"],
[/This issue will close when (#\d+) is merged/, "此议题将在 $1 合并时关闭"],
[/Opened this issue \(their first in ([^ ]+)\)/, "打开了这个议题(首次在 $1 发表)"],

// 标签页面
Expand Down Expand Up @@ -8024,6 +8028,9 @@ I18N.zh["repository/pull"] = { // 仓库 - 某个拉取请求页面
"These merge commits were added into this branch cleanly.": "这些合并提交已被干净利落地添加到该分支中。",
"There are no new changes to show.": "没有任何新的变化。",

// 代码评论
"Comment on lines": "评论行",

// 建议更改
"Suggested change": "建议更改",
"Sign off and commit suggestion": "签署并提交建议",
Expand Down

0 comments on commit f8b9292

Please sign in to comment.