1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-06 11:02:41 +03: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}, Contexts: []string{FILES_CONTEXT_KEY},
Key: gui.getKey(config.Universal.GoInto), Key: gui.getKey(config.Universal.GoInto),
Handler: gui.handleEnterFile, Handler: gui.handleEnterFile,
Description: gui.Tr.StageLines, Description: gui.Tr.FileEnter,
}, },
{ {
ViewName: "files", ViewName: "files",

View File

@@ -160,7 +160,7 @@ func dutchTranslationSet() TranslationSet {
LcFetch: `fetch`, LcFetch: `fetch`,
NoAutomaticGitFetchTitle: `Geen automatische git 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`, 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`, FileStagingRequirements: `Kan alleen individuele lijnen stagen van getrackte bestanden met onstaged veranderingen`,
SelectHunk: `selecteer hunk`, SelectHunk: `selecteer hunk`,
StageSelection: `toggle lijnen staged / unstaged`, StageSelection: `toggle lijnen staged / unstaged`,

View File

@@ -172,7 +172,7 @@ type TranslationSet struct {
LcFetch string LcFetch string
NoAutomaticGitFetchTitle string NoAutomaticGitFetchTitle string
NoAutomaticGitFetchBody string NoAutomaticGitFetchBody string
StageLines string FileEnter string
FileStagingRequirements string FileStagingRequirements string
SelectHunk string SelectHunk string
StageSelection string StageSelection string
@@ -729,7 +729,7 @@ func englishTranslationSet() TranslationSet {
LcFetch: `fetch`, LcFetch: `fetch`,
NoAutomaticGitFetchTitle: `No automatic git 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`, 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`, FileStagingRequirements: `Can only stage individual lines for tracked files`,
SelectHunk: `select hunk`, SelectHunk: `select hunk`,
StageSelection: `toggle line staged / unstaged`, StageSelection: `toggle line staged / unstaged`,

View File

@@ -133,7 +133,7 @@ func polishTranslationSet() TranslationSet {
LcFetch: `fetch`, LcFetch: `fetch`,
NoAutomaticGitFetchTitle: `No automatic git 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`, 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`, FileStagingRequirements: `Można tylko zatwierdzić pojedyncze linie dla śledzonych plików z niezatwierdzonymi zmianami`,
StagingTitle: `Zatwierdzanie`, StagingTitle: `Zatwierdzanie`,
ReturnToFilesPanel: `wróć do panelu plików`, ReturnToFilesPanel: `wróć do panelu plików`,