mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-05 15:15:49 +02:00
dutch and polish translations to be updated
This commit is contained in:
parent
c0f9795910
commit
933874fb25
@ -406,6 +406,27 @@ func addDutch(i18nObject *i18n.Bundle) error {
|
|||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "StageLines",
|
ID: "StageLines",
|
||||||
Other: `stage individual hunks/lines`,
|
Other: `stage individual hunks/lines`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "FileStagingRequirements",
|
||||||
|
Other: `Can only stage individual lines for tracked files with unstaged changes`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "StagingTitle",
|
||||||
|
Other: `Staging`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "StageHunk",
|
||||||
|
Other: `stage hunk`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "StageLine",
|
||||||
|
Other: `stage line`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "EscapeStaging",
|
||||||
|
Other: `return to files panel`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "CantFindHunks",
|
||||||
|
Other: `Could not find any hunks in this patch`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "CantFindHunk",
|
||||||
|
Other: `Could not find hunk`,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -389,6 +389,27 @@ func addPolish(i18nObject *i18n.Bundle) error {
|
|||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "StageLines",
|
ID: "StageLines",
|
||||||
Other: `stage individual hunks/lines`,
|
Other: `stage individual hunks/lines`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "FileStagingRequirements",
|
||||||
|
Other: `Can only stage individual lines for tracked files with unstaged changes`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "StagingTitle",
|
||||||
|
Other: `Staging`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "StageHunk",
|
||||||
|
Other: `stage hunk`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "StageLine",
|
||||||
|
Other: `stage line`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "EscapeStaging",
|
||||||
|
Other: `return to files panel`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "CantFindHunks",
|
||||||
|
Other: `Could not find any hunks in this patch`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "CantFindHunk",
|
||||||
|
Other: `Could not find hunk`,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user