From 47d50989c4f2ee3914dbfe6f7ee04b806ef0406d Mon Sep 17 00:00:00 2001 From: mjarkk Date: Thu, 6 Dec 2018 09:14:32 +0100 Subject: Added dutch translations --- pkg/i18n/dutch.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go index 352f29698..d7ba0278a 100644 --- a/pkg/i18n/dutch.go +++ b/pkg/i18n/dutch.go @@ -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`, }, ) } -- cgit v1.2.3