@@ -23,11 +23,6 @@ type TranslationSet struct {
2323 StagedChanges string
2424 StagingTitle string
2525 MergingTitle string
26- SquashMergeUncommittedTitle string
27- SquashMergeCommittedTitle string
28- SquashMergeUncommitted string
29- SquashMergeCommitted string
30- RegularMergeTooltip string
3126 NormalTitle string
3227 LogTitle string
3328 LogXOfYTitle string
@@ -268,8 +263,13 @@ type TranslationSet struct {
268263 RefreshFiles string
269264 FocusMainView string
270265 Merge string
271- RegularMerge string
272266 MergeBranchTooltip string
267+ RegularMerge string
268+ RegularMergeTooltip string
269+ SquashMergeUncommittedTitle string
270+ SquashMergeUncommitted string
271+ SquashMergeCommittedTitle string
272+ SquashMergeCommitted string
273273 ConfirmQuit string
274274 SwitchRepo string
275275 AllBranchesLogGraph string
@@ -1108,8 +1108,6 @@ func EnglishTranslationSet() *TranslationSet {
11081108 EasterEgg : "Easter egg" ,
11091109 UnstagedChanges : "Unstaged changes" ,
11101110 StagedChanges : "Staged changes" ,
1111- SquashMergeUncommittedTitle : "Squash merge and leave uncommitted" ,
1112- SquashMergeCommittedTitle : "Squash merge and commit" ,
11131111 StagingTitle : "Main panel (staging)" ,
11141112 MergingTitle : "Main panel (merging)" ,
11151113 NormalTitle : "Main panel (normal)" ,
@@ -1352,8 +1350,13 @@ func EnglishTranslationSet() *TranslationSet {
13521350 RefreshFiles : `Refresh files` ,
13531351 FocusMainView : "Focus main view" ,
13541352 Merge : `Merge` ,
1355- RegularMerge : "Regular merge" ,
13561353 MergeBranchTooltip : "View options for merging the selected item into the current branch (regular merge, squash merge)" ,
1354+ RegularMerge : "Regular merge" ,
1355+ RegularMergeTooltip : "Merge '{{.selectedBranch}}' into '{{.checkedOutBranch}}'." ,
1356+ SquashMergeUncommittedTitle : "Squash merge and leave uncommitted" ,
1357+ SquashMergeUncommitted : "Squash merge '{{.selectedBranch}}' into the working tree." ,
1358+ SquashMergeCommittedTitle : "Squash merge and commit" ,
1359+ SquashMergeCommitted : "Squash merge '{{.selectedBranch}}' into '{{.checkedOutBranch}}' as a single commit." ,
13571360 ConfirmQuit : `Are you sure you want to quit?` ,
13581361 SwitchRepo : `Switch to a recent repo` ,
13591362 AllBranchesLogGraph : `Show/cycle all branch logs` ,
@@ -1438,9 +1441,6 @@ func EnglishTranslationSet() *TranslationSet {
14381441 InteractiveRebaseTooltip : "Begin an interactive rebase with a break at the start, so you can update the TODO commits before continuing." ,
14391442 RebaseOntoBaseBranchTooltip : "Rebase the checked out branch onto its base branch (i.e. the closest main branch)." ,
14401443 MustSelectTodoCommits : "When rebasing, this action only works on a selection of TODO commits." ,
1441- SquashMergeUncommitted : "Squash merge '{{.selectedBranch}}' into the working tree." ,
1442- SquashMergeCommitted : "Squash merge '{{.selectedBranch}}' into '{{.checkedOutBranch}}' as a single commit." ,
1443- RegularMergeTooltip : "Merge '{{.selectedBranch}}' into '{{.checkedOutBranch}}'." ,
14441444 FwdNoUpstream : "Cannot fast-forward a branch with no upstream" ,
14451445 FwdNoLocalUpstream : "Cannot fast-forward a branch whose remote is not registered locally" ,
14461446 FwdCommitsToPush : "Cannot fast-forward a branch with commits to push" ,
0 commit comments