summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-07-17 09:29:56 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-07-30 18:35:22 +1000
commit2082fdf84a823b7533792b99e5e3a5c3334586e9 (patch)
tree7b058ffc02fa9c0d5ec0e3c4e1854c6bb8bcb1d3 /pkg/i18n
parent894485190bdecb59d672c731c14ad922c07f73ba (diff)
i18n for worktrees
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go16
1 files changed, 14 insertions, 2 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 699b5f52c..6463bbaf3 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -562,8 +562,14 @@ type TranslationSet struct {
MainWorktree string
CreateWorktree string
NewWorktreePath string
- NewWorktreeBranch string
+ NewWorktreeBase string
+ BranchNameCannotBeBlank string
+ NewBranchName string
+ NewBranchNameLeaveBlank string
ViewWorktreeOptions string
+ CreateWorktreeFrom string
+ CreateWorktreeFromDetached string
+ LcWorktree string
Name string
Branch string
Path string
@@ -1288,8 +1294,14 @@ func EnglishTranslationSet() TranslationSet {
MainWorktree: "(main)",
CreateWorktree: "Create worktree",
NewWorktreePath: "New worktree path",
- NewWorktreeBranch: "New worktree branch (leave blank to use the current branch)",
+ NewWorktreeBase: "New worktree base ref",
+ BranchNameCannotBeBlank: "Branch name cannot be blank",
+ NewBranchName: "New branch name",
+ NewBranchNameLeaveBlank: "New branch name (leave blank to checkout {{.default}})",
ViewWorktreeOptions: "View worktree options",
+ CreateWorktreeFrom: "Create worktree from {{.ref}}",
+ CreateWorktreeFromDetached: "Create worktree from {{.ref}} (detached)",
+ LcWorktree: "worktree",
Name: "Name",
Branch: "Branch",
Path: "Path",