mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 15:11:02 +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
|
||||
PreviousContext string
|
||||
NextContext string
|
||||
GotoTop string
|
||||
GotoBottom string
|
||||
Attach string
|
||||
ViewLogs string
|
||||
UpProject string
|
||||
|
|
@ -194,6 +196,8 @@ func englishSet() TranslationSet {
|
|||
Recreate: "recreate",
|
||||
PreviousContext: "previous tab",
|
||||
NextContext: "next tab",
|
||||
GotoTop: "scroll to top",
|
||||
GotoBottom: "scroll to bottom",
|
||||
Attach: "attach",
|
||||
ViewLogs: "view logs",
|
||||
UpProject: "up project",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue