mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-28 16:02:01 +03:00
fix some things
This commit is contained in:
@ -66,7 +66,6 @@ func chineseTranslationSet() TranslationSet {
|
||||
LcScroll: "滚动",
|
||||
MergeConflictsTitle: "合并冲突",
|
||||
LcCheckout: "检出",
|
||||
LcCommitFileFilter: "过滤提交文件",
|
||||
NoChangedFiles: "没有更改过文件",
|
||||
NoFilesDisplay: "没有文件可显示",
|
||||
NotAFile: "不是文件",
|
||||
|
@ -33,7 +33,6 @@ func dutchTranslationSet() TranslationSet {
|
||||
LcPush: "push",
|
||||
LcPull: "pull",
|
||||
LcScroll: "scroll",
|
||||
LcCommitFileFilter: "Commit dossiers filteren",
|
||||
FilterStagedFiles: "Show only staged files",
|
||||
FilterUnstagedFiles: "Show only unstaged files",
|
||||
ResetCommitFilterState: "Reset commit file state filter",
|
||||
|
@ -47,7 +47,6 @@ type TranslationSet struct {
|
||||
LcPull string
|
||||
LcScroll string
|
||||
LcFileFilter string
|
||||
LcCommitFileFilter string
|
||||
FilterStagedFiles string
|
||||
FilterUnstagedFiles string
|
||||
ResetCommitFilterState string
|
||||
@ -622,7 +621,6 @@ func EnglishTranslationSet() TranslationSet {
|
||||
MergeConflictsTitle: "Merge Conflicts",
|
||||
LcCheckout: "checkout",
|
||||
LcFileFilter: "Filter files (staged/unstaged)",
|
||||
LcCommitFileFilter: "Filter commit files",
|
||||
FilterStagedFiles: "Show only staged files",
|
||||
FilterUnstagedFiles: "Show only unstaged files",
|
||||
ResetCommitFilterState: "Reset filter",
|
||||
|
@ -29,7 +29,6 @@ func polishTranslationSet() TranslationSet {
|
||||
LcToggleStagedAll: "przełącz stan poczekalni wszystkich",
|
||||
LcRefresh: "odśwież",
|
||||
LcScroll: "przewiń",
|
||||
LcCommitFileFilter: "Filtrowanie commitów",
|
||||
FilterStagedFiles: "Pokaż tylko pliki w poczekalni",
|
||||
FilterUnstagedFiles: "Pokaż tylko pliki poza poczekalnią",
|
||||
ResetCommitFilterState: "Resetuj filtr commitów",
|
||||
|
Reference in New Issue
Block a user