1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-23 21:51:07 +02:00

Merge pull request from black-desk/translate

fix chinese translate
This commit is contained in:
Mark Kopenga 2021-11-16 11:29:21 +01:00 committed by GitHub
commit 8abc953582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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