summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-10-30 20:23:25 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-05 19:22:01 +1100
commit820f3d5cbb556f1c117906e4174f35ecf71e2ed5 (patch)
tree591c593fff6636707d06860cc7b918a92c573de0 /pkg/i18n
parent081598d98944cdb95bfa649812565127c0592f5e (diff)
support split view in staging panel and staging ranges
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go27
1 files changed, 22 insertions, 5 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 2de69d4d6..c250dcbd4 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -482,13 +482,30 @@ func addEnglish(i18nObject *i18n.Bundle) error {
Other: `stage individual hunks/lines`,
}, &i18n.Message{
ID: "FileStagingRequirements",
- Other: `Can only stage individual lines for tracked files with unstaged changes`,
+ Other: `Can only stage individual lines for tracked files`,
}, &i18n.Message{
- ID: "StageHunk",
- Other: `stage hunk`,
+ ID: "SelectHunk",
+ Other: `select hunk`,
}, &i18n.Message{
- ID: "StageLine",
- Other: `stage line`,
+ ID: "StageSelection",
+ Other: `stage selection`,
+ }, &i18n.Message{
+ ID: "ResetSelection",
+ Other: `reset selection`,
+ }, &i18n.Message{
+ ID: "ToggleDragSelect",
+ Other: `toggle drag select`,
+ }, &i18n.Message{
+ ID: "ToggleSelectHunk",
+ Other: `toggle select hunk`,
+ },
+ &i18n.Message{
+ ID: "TogglePanel",
+ Other: `toggle staged/unstaged panel focus`,
+ },
+ &i18n.Message{
+ ID: "CantStageStaged",
+ Other: `You can't stage an already staged change!`,
}, &i18n.Message{
ID: "EscapeStaging",
Other: `return to files panel`,