mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-20 05:19:24 +02:00
Add lc prefix
This commit is contained in:
parent
4928d1d490
commit
90ade3225f
@ -363,7 +363,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
||||
ViewName: "status",
|
||||
Key: gui.getKey(config.Status.AllBranchesLogGraph),
|
||||
Handler: gui.wrappedHandler(gui.handleShowAllBranchLogs),
|
||||
Description: gui.Tr.AllBranchesLogGraph,
|
||||
Description: gui.Tr.LcAllBranchesLogGraph,
|
||||
},
|
||||
{
|
||||
ViewName: "files",
|
||||
|
@ -152,7 +152,7 @@ func dutchTranslationSet() TranslationSet {
|
||||
LcMergeIntoCurrentBranch: `merge in met huidige checked out branch`,
|
||||
ConfirmQuit: `Weet je zeker dat je dit programma wil sluiten?`,
|
||||
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`,
|
||||
LcCreatePullRequest: `maak een pull-aanvraag`,
|
||||
LcCopyPullRequestURL: `kopieer de URL van het pull-verzoek naar het klembord`,
|
||||
|
@ -164,7 +164,7 @@ type TranslationSet struct {
|
||||
LcMergeIntoCurrentBranch string
|
||||
ConfirmQuit string
|
||||
SwitchRepo string
|
||||
AllBranchesLogGraph string
|
||||
LcAllBranchesLogGraph string
|
||||
UnsupportedGitService string
|
||||
LcCreatePullRequest string
|
||||
LcCopyPullRequestURL string
|
||||
@ -667,7 +667,7 @@ func englishTranslationSet() TranslationSet {
|
||||
LcMergeIntoCurrentBranch: `merge into currently checked out branch`,
|
||||
ConfirmQuit: `Are you sure you want to quit?`,
|
||||
SwitchRepo: `switch to a recent repo`,
|
||||
AllBranchesLogGraph: `show all branch logs`,
|
||||
LcAllBranchesLogGraph: `show all branch logs`,
|
||||
UnsupportedGitService: `Unsupported git service`,
|
||||
LcCreatePullRequest: `create pull request`,
|
||||
LcCopyPullRequestURL: `copy pull request URL to clipboard`,
|
||||
|
@ -125,7 +125,7 @@ func polishTranslationSet() TranslationSet {
|
||||
LcRefreshFiles: `odśwież pliki`,
|
||||
LcMergeIntoCurrentBranch: `scal do obecnej gałęzi`,
|
||||
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`,
|
||||
LcCreatePullRequest: `utwórz żądanie wyciągnięcia`,
|
||||
LcCopyPullRequestURL: `skopiuj adres URL żądania ściągnięcia do schowka`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user