1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-17 01:42:45 +02:00

update wording

This commit is contained in:
Jesse Duffield
2021-03-14 20:30:06 +11:00
parent def68ddc8f
commit f871724ae6
4 changed files with 5 additions and 5 deletions

View File

@ -475,7 +475,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Contexts: []string{FILES_CONTEXT_KEY},
Key: gui.getKey(config.Universal.GoInto),
Handler: gui.handleEnterFile,
Description: gui.Tr.StageLines,
Description: gui.Tr.FileEnter,
},
{
ViewName: "files",

View File

@ -160,7 +160,7 @@ func dutchTranslationSet() TranslationSet {
LcFetch: `fetch`,
NoAutomaticGitFetchTitle: `Geen automatische git fetch`,
NoAutomaticGitFetchBody: `Lazygit kan niet "git fetch" uitvoeren in een privé repository, gebruik f in het branches paneel om "git fetch" manueel uit te voeren`,
StageLines: `stage individuele hunks/lijnen`,
FileEnter: `stage individuele hunks/lijnen`,
FileStagingRequirements: `Kan alleen individuele lijnen stagen van getrackte bestanden met onstaged veranderingen`,
SelectHunk: `selecteer hunk`,
StageSelection: `toggle lijnen staged / unstaged`,

View File

@ -172,7 +172,7 @@ type TranslationSet struct {
LcFetch string
NoAutomaticGitFetchTitle string
NoAutomaticGitFetchBody string
StageLines string
FileEnter string
FileStagingRequirements string
SelectHunk string
StageSelection string
@ -729,7 +729,7 @@ func englishTranslationSet() TranslationSet {
LcFetch: `fetch`,
NoAutomaticGitFetchTitle: `No automatic git fetch`,
NoAutomaticGitFetchBody: `Lazygit can't use "git fetch" in a private repo; use 'f' in the files panel to run "git fetch" manually`,
StageLines: `stage individual hunks/lines`,
FileEnter: `stage individual hunks/lines for file, or collapse/expand for directory`,
FileStagingRequirements: `Can only stage individual lines for tracked files`,
SelectHunk: `select hunk`,
StageSelection: `toggle line staged / unstaged`,

View File

@ -133,7 +133,7 @@ func polishTranslationSet() TranslationSet {
LcFetch: `fetch`,
NoAutomaticGitFetchTitle: `No automatic git fetch`,
NoAutomaticGitFetchBody: `Lazygit can't use "git fetch" in a private repo use f in the branches panel to run "git fetch" manually`,
StageLines: `zatwierdź pojedyncze linie`,
FileEnter: `zatwierdź pojedyncze linie`,
FileStagingRequirements: `Można tylko zatwierdzić pojedyncze linie dla śledzonych plików z niezatwierdzonymi zmianami`,
StagingTitle: `Zatwierdzanie`,
ReturnToFilesPanel: `wróć do panelu plików`,