mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
change language
This commit is contained in:
@ -356,7 +356,7 @@ func dutchTranslationSet() TranslationSet {
|
||||
LcGotoBottom: "scroll naar beneden",
|
||||
LcFilteringBy: "filteren bij",
|
||||
ResetInParentheses: "(reset)",
|
||||
LcOpenScopingMenu: "bekijk scoping opties",
|
||||
LcOpenFilteringMenu: "bekijk scoping opties",
|
||||
LcFilterBy: "filter bij",
|
||||
LcExitFilterMode: "stop met filteren bij pad",
|
||||
LcFilterPathOption: "vulin pad om op te filteren",
|
||||
|
@ -367,7 +367,7 @@ type TranslationSet struct {
|
||||
LcGotoBottom string
|
||||
LcFilteringBy string
|
||||
ResetInParentheses string
|
||||
LcOpenScopingMenu string
|
||||
LcOpenFilteringMenu string
|
||||
LcFilterBy string
|
||||
LcExitFilterMode string
|
||||
LcFilterPathOption string
|
||||
@ -929,7 +929,7 @@ func englishTranslationSet() TranslationSet {
|
||||
LcGotoBottom: "scroll to bottom",
|
||||
LcFilteringBy: "filtering by",
|
||||
ResetInParentheses: "(reset)",
|
||||
LcOpenScopingMenu: "view scoping options",
|
||||
LcOpenFilteringMenu: "view filter-by-path options",
|
||||
LcFilterBy: "filter by",
|
||||
LcExitFilterMode: "stop filtering by path",
|
||||
LcFilterPathOption: "enter path to filter by",
|
||||
|
Reference in New Issue
Block a user