mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-31 22:22:14 +02:00
change language
This commit is contained in:
parent
b6ec667de0
commit
ccebe5e069
pkg
@ -1087,7 +1087,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
|||||||
ViewName: "",
|
ViewName: "",
|
||||||
Key: gui.getKey(config.Universal.FilteringMenu),
|
Key: gui.getKey(config.Universal.FilteringMenu),
|
||||||
Handler: gui.handleCreateFilteringMenuPanel,
|
Handler: gui.handleCreateFilteringMenuPanel,
|
||||||
Description: gui.Tr.LcOpenScopingMenu,
|
Description: gui.Tr.LcOpenFilteringMenu,
|
||||||
OpensMenu: true,
|
OpensMenu: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -356,7 +356,7 @@ func dutchTranslationSet() TranslationSet {
|
|||||||
LcGotoBottom: "scroll naar beneden",
|
LcGotoBottom: "scroll naar beneden",
|
||||||
LcFilteringBy: "filteren bij",
|
LcFilteringBy: "filteren bij",
|
||||||
ResetInParentheses: "(reset)",
|
ResetInParentheses: "(reset)",
|
||||||
LcOpenScopingMenu: "bekijk scoping opties",
|
LcOpenFilteringMenu: "bekijk scoping opties",
|
||||||
LcFilterBy: "filter bij",
|
LcFilterBy: "filter bij",
|
||||||
LcExitFilterMode: "stop met filteren bij pad",
|
LcExitFilterMode: "stop met filteren bij pad",
|
||||||
LcFilterPathOption: "vulin pad om op te filteren",
|
LcFilterPathOption: "vulin pad om op te filteren",
|
||||||
|
@ -367,7 +367,7 @@ type TranslationSet struct {
|
|||||||
LcGotoBottom string
|
LcGotoBottom string
|
||||||
LcFilteringBy string
|
LcFilteringBy string
|
||||||
ResetInParentheses string
|
ResetInParentheses string
|
||||||
LcOpenScopingMenu string
|
LcOpenFilteringMenu string
|
||||||
LcFilterBy string
|
LcFilterBy string
|
||||||
LcExitFilterMode string
|
LcExitFilterMode string
|
||||||
LcFilterPathOption string
|
LcFilterPathOption string
|
||||||
@ -929,7 +929,7 @@ func englishTranslationSet() TranslationSet {
|
|||||||
LcGotoBottom: "scroll to bottom",
|
LcGotoBottom: "scroll to bottom",
|
||||||
LcFilteringBy: "filtering by",
|
LcFilteringBy: "filtering by",
|
||||||
ResetInParentheses: "(reset)",
|
ResetInParentheses: "(reset)",
|
||||||
LcOpenScopingMenu: "view scoping options",
|
LcOpenFilteringMenu: "view filter-by-path options",
|
||||||
LcFilterBy: "filter by",
|
LcFilterBy: "filter by",
|
||||||
LcExitFilterMode: "stop filtering by path",
|
LcExitFilterMode: "stop filtering by path",
|
||||||
LcFilterPathOption: "enter path to filter by",
|
LcFilterPathOption: "enter path to filter by",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user