summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorbtwise <tyq@qq.com>2021-09-02 12:16:53 +0800
committerbtwise <tyq@qq.com>2021-09-02 12:16:53 +0800
commit151486dcfb63c082c5b4752d5dc3b8f02fb81212 (patch)
treed1fec69650d5062688515b5dcaa89dd68d874298 /pkg
parent63072af5bc4f93207b4ff1f49c45772a828fa13f (diff)
fix chinese translate
Diffstat (limited to 'pkg')
-rw-r--r--pkg/i18n/chinese.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkg/i18n/chinese.go b/pkg/i18n/chinese.go
index 305646035..6f2664e9e 100644
--- a/pkg/i18n/chinese.go
+++ b/pkg/i18n/chinese.go
@@ -64,6 +64,7 @@ func chineseTranslationSet() TranslationSet {
LcResolveMergeConflicts: "解决合并冲突",
MergeConflictsTitle: "合并冲突",
LcCheckout: "签出(checkout)",
+ LcCommitFileFilter: "过滤提交文件",
NoChangedFiles: "没有更改的文件",
FileHasNoUnstagedChanges: "文件没有要添加的未暂存更改",
CannotGitAdd: "无法 git add --patch 未跟踪的文件",
@@ -458,6 +459,16 @@ func chineseTranslationSet() TranslationSet {
FocusCommandLog: "焦点命令日志",
CommandLogHeader: "您可以通过按'%s'隐藏或集中显示该面板,或使用 `gui.showCommandLog: false`\n将其永久隐藏在您的配置中",
RandomTip: "随机提示",
+ SelectParentCommitForMerge: "选择父提交进行合并",
+ ToggleWhitespaceInDiffView: "切换是否在差异视图中显示空白更改",
+ IgnoringWhitespaceInDiffView: "差异视图中的空格将被忽略",
+ ShowingWhitespaceInDiffView: "空白将显示在差异视图中",
+ CreatePullRequest: "创建拉取请求",
+ CreatePullRequestOptions: "创建拉取请求选项",
+ LcCreatePullRequestOptions: "创建拉取请求选项",
+ LcDefaultBranch: "默认分支",
+ LcSelectBranch: "选择分支",
+ CreatingPullRequestAtUrl: "在 URL 创建拉取请求: %s",
Spans: Spans{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "检出提交",