mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-07 13:42:01 +02:00
fix chinese translate
This commit is contained in:
parent
63072af5bc
commit
151486dcfb
@ -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: "检出提交",
|
||||
|
Loading…
x
Reference in New Issue
Block a user