mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
i18n: add scroll-to-top/bottom shortcut descriptions
Add GotoTop and GotoBottom translation entries used by the upcoming vim-style gg/G navigation bindings in the main panel.
This commit is contained in:
parent
7e7aadc207
commit
ecad431523
1 changed files with 4 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ type TranslationSet struct {
|
||||||
Recreate string
|
Recreate string
|
||||||
PreviousContext string
|
PreviousContext string
|
||||||
NextContext string
|
NextContext string
|
||||||
|
GotoTop string
|
||||||
|
GotoBottom string
|
||||||
Attach string
|
Attach string
|
||||||
ViewLogs string
|
ViewLogs string
|
||||||
UpProject string
|
UpProject string
|
||||||
|
|
@ -194,6 +196,8 @@ func englishSet() TranslationSet {
|
||||||
Recreate: "recreate",
|
Recreate: "recreate",
|
||||||
PreviousContext: "previous tab",
|
PreviousContext: "previous tab",
|
||||||
NextContext: "next tab",
|
NextContext: "next tab",
|
||||||
|
GotoTop: "scroll to top",
|
||||||
|
GotoBottom: "scroll to bottom",
|
||||||
Attach: "attach",
|
Attach: "attach",
|
||||||
ViewLogs: "view logs",
|
ViewLogs: "view logs",
|
||||||
UpProject: "up project",
|
UpProject: "up project",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue