summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorAkash Soedamah <akash.soedamah@gmail.com>2022-01-03 11:15:03 +0100
committerJesse Duffield <jessedduffield@gmail.com>2022-03-16 19:46:11 +1100
commit7e6b43d13b70fdd8df8a832fe7f3b1cb532b7372 (patch)
treef62ad0434421ba23c524383b2734b36751e7054f /pkg/i18n
parentf5a5b7f966c40f11acbc1e2788dba50e72147242 (diff)
Just spotted some small typos in NL translation
I'm learning the LazyGit keybindings right now
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index f3bf4d560..ea976b695 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -18,7 +18,7 @@ func dutchTranslationSet() TranslationSet {
CredentialsPassword: "Wachtwoord",
CredentialsPassphrase: "Voer een wachtwoordzin in voor de SSH-sleutel",
PassUnameWrong: "Wachtwoord en/of gebruikersnaam verkeerd",
- CommitChanges: "Commit veranderingen",
+ CommitChanges: "commit veranderingen",
AmendLastCommit: "wijzig laatste commit",
SureToAmend: "Weet je zeker dat je de laatste commit wilt wijzigen? U kunt het commit-bericht wijzigen vanuit het commits-paneel.",
NoCommitToAmend: "Er is geen commits om te wijzigen.",
@@ -241,7 +241,7 @@ func dutchTranslationSet() TranslationSet {
SureSquashAboveCommits: `Weet je zeker dat je alles wil squash/fixup! voor de bovenstaand commits {{.commit}}?`,
CreateFixupCommit: `Creƫer fixup commit`,
SureCreateFixupCommit: `Weet je zeker dat je een fixup wil maken! commit voor commit {{.commit}}?`,
- LcExecuteCustomCommand: "voor aangepaste commando uit",
+ LcExecuteCustomCommand: "voer aangepaste commando uit",
CustomCommand: "Aangepaste commando:",
LcCommitChangesWithoutHook: "commit veranderingen zonder pre-commit hook",
SkipHookPrefixNotConfigured: "Je hebt nog niet een commit bericht voorvoegsel ingesteld voor het overslaan van hooks. Set `git.skipHookPrefix = 'WIP'` in je config",
@@ -263,7 +263,7 @@ func dutchTranslationSet() TranslationSet {
LcEnterFile: "enter bestand om geselecteerde regels toe te voegen aan de patch",
ExitLineByLineMode: `sluit lijn-bij-lijn modus`,
EnterUpstream: `Enter upstream als '<remote> <branchnaam>'`,
- ReturnToRemotesList: `Ga terug naar remotes lijst`,
+ ReturnToRemotesList: `ga terug naar remotes lijst`,
LcAddNewRemote: `voeg een nieuwe remote toe`,
LcNewRemoteName: `Nieuwe remote name:`,
LcNewRemoteUrl: `Nieuwe remote url:`,