summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjarkk <mkopenga@gmail.com>2018-12-06 09:14:32 +0100
committerJesse Duffield <jessedduffield@gmail.com>2018-12-20 09:17:10 +1100
commit47d50989c4f2ee3914dbfe6f7ee04b806ef0406d (patch)
tree13e38c2195b5d56529b25941f744340bbda47afc
parente4f70278ddaa607e4eac2ed3834e1b0c4498abd3 (diff)
Added dutch translations
-rw-r--r--pkg/i18n/dutch.go12
1 files 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`,
},
)
}