mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
Renamed branch to branches
This commit is contained in:
@ -420,7 +420,7 @@ func addDutch(i18nObject *i18n.Bundle) error {
|
|||||||
Other: `No automatic git fetch`,
|
Other: `No automatic git fetch`,
|
||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "NoAutomaticGitFetchBody",
|
ID: "NoAutomaticGitFetchBody",
|
||||||
Other: `Lazygit can't use "git fetch" in a private repo use f in the branch panel to run git fetch manually`,
|
Other: `Lazygit can't use "git fetch" in a private repo use f in the branches panel to run git fetch manually`,
|
||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "StageLines",
|
ID: "StageLines",
|
||||||
Other: `stage individual hunks/lines`,
|
Other: `stage individual hunks/lines`,
|
||||||
|
@ -428,7 +428,7 @@ func addEnglish(i18nObject *i18n.Bundle) error {
|
|||||||
Other: `No automatic git fetch`,
|
Other: `No automatic git fetch`,
|
||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "NoAutomaticGitFetchBody",
|
ID: "NoAutomaticGitFetchBody",
|
||||||
Other: `Lazygit can't use "git fetch" in a private repo use f in the branch panel to run git fetch manually`,
|
Other: `Lazygit can't use "git fetch" in a private repo use f in the branches panel to run git fetch manually`,
|
||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "StageLines",
|
ID: "StageLines",
|
||||||
Other: `stage individual hunks/lines`,
|
Other: `stage individual hunks/lines`,
|
||||||
|
@ -403,7 +403,7 @@ func addPolish(i18nObject *i18n.Bundle) error {
|
|||||||
Other: `No automatic git fetch`,
|
Other: `No automatic git fetch`,
|
||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "NoAutomaticGitFetchBody",
|
ID: "NoAutomaticGitFetchBody",
|
||||||
Other: `Lazygit can't use "git fetch" in a private repo use f in the branch panel to run git fetch manually`,
|
Other: `Lazygit can't use "git fetch" in a private repo use f in the branches panel to run git fetch manually`,
|
||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "StageLines",
|
ID: "StageLines",
|
||||||
Other: `stage individual hunks/lines`,
|
Other: `stage individual hunks/lines`,
|
||||||
|
Reference in New Issue
Block a user