1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-06 03:53:59 +02:00

fix chinese translate

This commit is contained in:
black_desk 2021-11-16 17:06:46 +08:00
parent 2f45db8f7c
commit 9c4f837d45

View File

@ -263,7 +263,7 @@ func chineseTranslationSet() TranslationSet {
LcViewDiscardOptions: "查看'放弃更改‘选项",
LcCancel: "取消",
LcDiscardAllChanges: "放弃所有更改",
LcDiscardUnstagedChanges: "放弃未进行的变更",
LcDiscardUnstagedChanges: "放弃未暂存的变更",
LcDiscardAllChangesToAllFiles: "清空工作区",
LcDiscardAnyUnstagedChanges: "丢弃未暂存的变更",
LcDiscardUntrackedFiles: "丢弃未跟踪的文件",