mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-08 22:36:49 +02:00
Remove unused texts
This commit is contained in:
@ -472,7 +472,6 @@ type TranslationSet struct {
|
|||||||
RemoveRemoteTooltip string
|
RemoveRemoteTooltip string
|
||||||
RemoveRemotePrompt string
|
RemoveRemotePrompt string
|
||||||
DeleteRemoteBranch string
|
DeleteRemoteBranch string
|
||||||
DeleteRemoteBranchMessage string
|
|
||||||
DeleteRemoteBranchTooltip string
|
DeleteRemoteBranchTooltip string
|
||||||
SetAsUpstream string
|
SetAsUpstream string
|
||||||
SetAsUpstreamTooltip string
|
SetAsUpstreamTooltip string
|
||||||
@ -849,7 +848,6 @@ type Actions struct {
|
|||||||
CheckoutBranch string
|
CheckoutBranch string
|
||||||
ForceCheckoutBranch string
|
ForceCheckoutBranch string
|
||||||
DeleteLocalBranch string
|
DeleteLocalBranch string
|
||||||
DeleteBranch string
|
|
||||||
Merge string
|
Merge string
|
||||||
SquashMerge string
|
SquashMerge string
|
||||||
RebaseBranch string
|
RebaseBranch string
|
||||||
@ -1463,7 +1461,6 @@ func EnglishTranslationSet() *TranslationSet {
|
|||||||
RemoveRemoteTooltip: `Remove the selected remote. Any local branches tracking a remote branch from the remote will be unaffected.`,
|
RemoveRemoteTooltip: `Remove the selected remote. Any local branches tracking a remote branch from the remote will be unaffected.`,
|
||||||
RemoveRemotePrompt: "Are you sure you want to remove remote",
|
RemoveRemotePrompt: "Are you sure you want to remove remote",
|
||||||
DeleteRemoteBranch: "Delete remote branch",
|
DeleteRemoteBranch: "Delete remote branch",
|
||||||
DeleteRemoteBranchMessage: "Are you sure you want to delete remote branch",
|
|
||||||
DeleteRemoteBranchTooltip: "Delete the remote branch from the remote.",
|
DeleteRemoteBranchTooltip: "Delete the remote branch from the remote.",
|
||||||
SetAsUpstream: "Set as upstream",
|
SetAsUpstream: "Set as upstream",
|
||||||
SetAsUpstreamTooltip: "Set the selected remote branch as the upstream of the checked-out branch.",
|
SetAsUpstreamTooltip: "Set the selected remote branch as the upstream of the checked-out branch.",
|
||||||
@ -1797,7 +1794,6 @@ func EnglishTranslationSet() *TranslationSet {
|
|||||||
CheckoutBranch: "Checkout branch",
|
CheckoutBranch: "Checkout branch",
|
||||||
ForceCheckoutBranch: "Force checkout branch",
|
ForceCheckoutBranch: "Force checkout branch",
|
||||||
DeleteLocalBranch: "Delete local branch",
|
DeleteLocalBranch: "Delete local branch",
|
||||||
DeleteBranch: "Delete branch",
|
|
||||||
Merge: "Merge",
|
Merge: "Merge",
|
||||||
SquashMerge: "Squash merge",
|
SquashMerge: "Squash merge",
|
||||||
RebaseBranch: "Rebase branch",
|
RebaseBranch: "Rebase branch",
|
||||||
|
Reference in New Issue
Block a user