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

Add lc prefix

This commit is contained in:
Yuki Osaki 2020-11-28 13:38:14 +09:00 committed by Jesse Duffield
parent 4928d1d490
commit 90ade3225f
4 changed files with 5 additions and 5 deletions

View File

@ -363,7 +363,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
ViewName: "status", ViewName: "status",
Key: gui.getKey(config.Status.AllBranchesLogGraph), Key: gui.getKey(config.Status.AllBranchesLogGraph),
Handler: gui.wrappedHandler(gui.handleShowAllBranchLogs), Handler: gui.wrappedHandler(gui.handleShowAllBranchLogs),
Description: gui.Tr.AllBranchesLogGraph, Description: gui.Tr.LcAllBranchesLogGraph,
}, },
{ {
ViewName: "files", ViewName: "files",

View File

@ -152,7 +152,7 @@ func dutchTranslationSet() TranslationSet {
LcMergeIntoCurrentBranch: `merge in met huidige checked out branch`, LcMergeIntoCurrentBranch: `merge in met huidige checked out branch`,
ConfirmQuit: `Weet je zeker dat je dit programma wil sluiten?`, ConfirmQuit: `Weet je zeker dat je dit programma wil sluiten?`,
SwitchRepo: "wissel naar een recente repo", SwitchRepo: "wissel naar een recente repo",
AllBranchesLogGraph: `alle takken van het houtblok laten zien`, LcAllBranchesLogGraph: `alle takken van het houtblok laten zien`,
UnsupportedGitService: `Niet-ondersteunde git-service`, UnsupportedGitService: `Niet-ondersteunde git-service`,
LcCreatePullRequest: `maak een pull-aanvraag`, LcCreatePullRequest: `maak een pull-aanvraag`,
LcCopyPullRequestURL: `kopieer de URL van het pull-verzoek naar het klembord`, LcCopyPullRequestURL: `kopieer de URL van het pull-verzoek naar het klembord`,

View File

@ -164,7 +164,7 @@ type TranslationSet struct {
LcMergeIntoCurrentBranch string LcMergeIntoCurrentBranch string
ConfirmQuit string ConfirmQuit string
SwitchRepo string SwitchRepo string
AllBranchesLogGraph string LcAllBranchesLogGraph string
UnsupportedGitService string UnsupportedGitService string
LcCreatePullRequest string LcCreatePullRequest string
LcCopyPullRequestURL string LcCopyPullRequestURL string
@ -667,7 +667,7 @@ func englishTranslationSet() TranslationSet {
LcMergeIntoCurrentBranch: `merge into currently checked out branch`, LcMergeIntoCurrentBranch: `merge into currently checked out branch`,
ConfirmQuit: `Are you sure you want to quit?`, ConfirmQuit: `Are you sure you want to quit?`,
SwitchRepo: `switch to a recent repo`, SwitchRepo: `switch to a recent repo`,
AllBranchesLogGraph: `show all branch logs`, LcAllBranchesLogGraph: `show all branch logs`,
UnsupportedGitService: `Unsupported git service`, UnsupportedGitService: `Unsupported git service`,
LcCreatePullRequest: `create pull request`, LcCreatePullRequest: `create pull request`,
LcCopyPullRequestURL: `copy pull request URL to clipboard`, LcCopyPullRequestURL: `copy pull request URL to clipboard`,

View File

@ -125,7 +125,7 @@ func polishTranslationSet() TranslationSet {
LcRefreshFiles: `odśwież pliki`, LcRefreshFiles: `odśwież pliki`,
LcMergeIntoCurrentBranch: `scal do obecnej gałęzi`, LcMergeIntoCurrentBranch: `scal do obecnej gałęzi`,
ConfirmQuit: `Na pewno chcesz wyjść z programu?`, ConfirmQuit: `Na pewno chcesz wyjść z programu?`,
AllBranchesLogGraph: `pokazywać wszystkie logi branżowe`, LcAllBranchesLogGraph: `pokazywać wszystkie logi branżowe`,
UnsupportedGitService: `Nieobsługiwana usługa git`, UnsupportedGitService: `Nieobsługiwana usługa git`,
LcCreatePullRequest: `utwórz żądanie wyciągnięcia`, LcCreatePullRequest: `utwórz żądanie wyciągnięcia`,
LcCopyPullRequestURL: `skopiuj adres URL żądania ściągnięcia do schowka`, LcCopyPullRequestURL: `skopiuj adres URL żądania ściągnięcia do schowka`,