1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-04 03:48:07 +02:00

Added dutch translations

This commit is contained in:
mjarkk 2018-12-06 09:14:32 +01:00 committed by Jesse Duffield
parent e4f70278dd
commit 47d50989c4

View File

@ -426,10 +426,10 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: `Lazygit kan niet "git fetch" uitvoeren in een privé repository, gebruik f in het branches paneel om "git fetch" manueel uit te voeren`,
}, &i18n.Message{
ID: "StageLines",
Other: `stage individual hunks/lines`,
Other: `stage individuele hunks/lijnen`,
}, &i18n.Message{
ID: "FileStagingRequirements",
Other: `Can only stage individual lines for tracked files with unstaged changes`,
Other: `Kan alleen individuele lijnen stagen van getrackte bestanden met onstaged veranderingen`,
}, &i18n.Message{
ID: "StagingTitle",
Other: `Staging`,
@ -438,16 +438,16 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: `stage hunk`,
}, &i18n.Message{
ID: "StageLine",
Other: `stage line`,
Other: `stage lijn`,
}, &i18n.Message{
ID: "EscapeStaging",
Other: `return to files panel`,
Other: `ga terug naar het bestanden paneel`,
}, &i18n.Message{
ID: "CantFindHunks",
Other: `Could not find any hunks in this patch`,
Other: `Kan geen hunks vinden in deze patch`,
}, &i18n.Message{
ID: "CantFindHunk",
Other: `Could not find hunk`,
Other: `kan geen hunk finden`,
},
)
}