summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/chinese.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/chinese.go')
-rw-r--r--pkg/i18n/chinese.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/i18n/chinese.go b/pkg/i18n/chinese.go
index f39728659..94add5b8a 100644
--- a/pkg/i18n/chinese.go
+++ b/pkg/i18n/chinese.go
@@ -176,7 +176,7 @@ func chineseTranslationSet() TranslationSet {
ToggleDragSelect: `切换拖动选择`,
ToggleSelectHunk: `切换选择区块`,
ToggleSelectionForPatch: `添加/移除 行到补丁`,
- TogglePanel: `切换到其他面板`,
+ ToggleStagingPanel: `切换到其他面板`,
ReturnToFilesPanel: `返回文件面板`,
FastForward: `从上游快进此分支`,
Fetching: "抓取并快进 {{.from}} -> {{.to}} ...",
@@ -298,7 +298,7 @@ func chineseTranslationSet() TranslationSet {
PatchOptionsTitle: "补丁选项",
NoPatchError: "尚未创建补丁。你可以在提交中的文件上按下“空格”或使用“回车”添加其中的特定行以开始构建补丁",
LcEnterFile: "输入文件以将所选行添加到补丁中(或切换目录折叠)",
- ExitLineByLineMode: `退出逐行模式`,
+ ExitCustomPatchBuilder: `退出逐行模式`,
EnterUpstream: `以这种格式输入上游:'<远程仓库> <分支名称>'`,
InvalidUpstream: "上游格式无效,格式应当为:'<remote> <branchname>'",
ReturnToRemotesList: `返回远程仓库列表`,