summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/dutch.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/dutch.go')
-rw-r--r--pkg/i18n/dutch.go165
1 files changed, 153 insertions, 12 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 851febcac..6f0ec66dd 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -194,9 +194,6 @@ func addDutch(i18nObject *i18n.Bundle) error {
ID: "rebaseBranch",
Other: "rebase branch",
}, &i18n.Message{
- ID: "CantRebaseOntoSelf",
- Other: "You cannot rebase a branch onto itself",
- }, &i18n.Message{
ID: "CantMergeBranchIntoItself",
Other: "Je kan niet een branch in zichzelf mergen",
}, &i18n.Message{
@@ -281,9 +278,6 @@ func addDutch(i18nObject *i18n.Bundle) error {
ID: "PotentialErrInGetselectedCommit",
Other: "Er is mogelijk een error in getSelected Commit (geen match tussen ui en state)",
}, &i18n.Message{
- ID: "NoCommitsThisBranch",
- Other: "Geen commits voor deze branch",
- }, &i18n.Message{
ID: "Error",
Other: "Foutmelding",
}, &i18n.Message{
@@ -347,9 +341,6 @@ func addDutch(i18nObject *i18n.Bundle) error {
ID: "CantCloseConfirmationPrompt",
Other: "Kon de bevestiging prompt niet sluiten: {{.error}}",
}, &i18n.Message{
- ID: "NoChangedFiles",
- Other: "Geen veranderde files",
- }, &i18n.Message{
ID: "ClearFilePanel",
Other: "maak bestandsvenster leeg",
}, &i18n.Message{
@@ -472,15 +463,165 @@ func addDutch(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "ConfirmMerge",
Other: "Are you sure you want to merge {{.selectedBranch}} into {{.checkedOutBranch}}?",
- }, &i18n.Message{}, &i18n.Message{
+ }, &i18n.Message{
ID: "FwdNoUpstream",
Other: "Cannot fast-forward a branch with no upstream",
}, &i18n.Message{
+ ID: "ErrorOccurred",
+ Other: "An error occurred! Please create an issue at https://github.com/jesseduffield/lazygit/issues",
+ }, &i18n.Message{
ID: "FwdCommitsToPush",
Other: "Cannot fast-forward a branch with commits to push",
}, &i18n.Message{
- ID: "ErrorOccurred",
- Other: "An error occurred! Please create an issue at https://github.com/jesseduffield/lazygit/issues",
+ ID: "MainTitle",
+ Other: "Main",
+ }, &i18n.Message{
+ ID: "NormalTitle",
+ Other: "Normal",
+ }, &i18n.Message{
+ ID: "softReset",
+ Other: "soft reset to last commit",
+ }, &i18n.Message{
+ ID: "SoftReset",
+ Other: "Soft reset",
+ }, &i18n.Message{
+ ID: "ConfirmSoftReset",
+ Other: "Are you sure you want to `reset --soft HEAD^`? The changes in your topmost commit will be placed in your working tree",
+ }, &i18n.Message{
+ ID: "CantRebaseOntoSelf",
+ Other: "You cannot rebase a branch onto itself",
+ }, &i18n.Message{
+ ID: "SureSquashThisCommit",
+ Other: "Are you sure you want to squash this commit into the commit below?",
+ }, &i18n.Message{
+ ID: "Squash",
+ Other: "Squash",
+ }, &i18n.Message{
+ ID: "pickCommit",
+ Other: "pick commit (when mid-rebase)",
+ }, &i18n.Message{
+ ID: "revertCommit",
+ Other: "revert commit",
+ }, &i18n.Message{
+ ID: "deleteCommit",
+ Other: "delete commit",
+ }, &i18n.Message{
+ ID: "moveDownCommit",
+ Other: "move commit down one",
+ }, &i18n.Message{
+ ID: "moveUpCommit",
+ Other: "move commit up one",
+ }, &i18n.Message{
+ ID: "editCommit",
+ Other: "edit commit",
+ }, &i18n.Message{
+ ID: "amendToCommit",
+ Other: "amend commit with staged changes",
+ }, &i18n.Message{
+ ID: "FoundConflicts",
+ Other: "Damn, conflicts! To abort press 'esc', otherwise press 'enter'",
+ }, &i18n.Message{
+ ID: "FoundConflictsTitle",
+ Other: "Auto-merge failed",
+ }, &i18n.Message{
+ ID: "Undo",
+ Other: "undo",
+ }, &i18n.Message{
+ ID: "PickHunk",
+ Other: "pick hunk",
+ }, &i18n.Message{
+ ID: "PickBothHunks",
+ Other: "pick both hunks",
+ }, &i18n.Message{
+ ID: "ViewMergeRebaseOptions",
+ Other: "view merge/rebase options",
+ }, &i18n.Message{
+ ID: "NotMergingOrRebasing",
+ Other: "You are currently neither rebasing nor merging",
+ }, &i18n.Message{
+ ID: "RecentRepos",
+ Other: "recent repositories",
+ }, &i18n.Message{
+ ID: "MergeOptionsTitle",
+ Other: "Merge Options",
+ }, &i18n.Message{
+ ID: "RebaseOptionsTitle",
+ Other: "Rebase Options",
+ }, &i18n.Message{
+ ID: "ConflictsResolved",
+ Other: "all merge conflicts resolved. Continue?",
+ }, &i18n.Message{
+ ID: "NoRoom",
+ Other: "Not enough room",
+ }, &i18n.Message{
+ ID: "YouAreHere",
+ Other: "YOU ARE HERE",
+ }, &i18n.Message{
+ ID: "rewordNotSupported",
+ Other: "rewording commits while interactively rebasing is not currently supported",
+ }, &i18n.Message{
+ ID: "cherryPickCopy",
+ Other: "copy commit (cherry-pick)",
+ }, &i18n.Message{
+ ID: "cherryPickCopyRange",
+ Other: "copy commit range (cherry-pick)",
+ }, &i18n.Message{
+ ID: "pasteCommits",
+ Other: "paste commits (cherry-pick)",
+ }, &i18n.Message{
+ ID: "SureCherryPick",
+ Other: "Are you sure you want to cherry-pick the copied commits onto this branch?",
+ }, &i18n.Message{
+ ID: "CherryPick",
+ Other: "Cherry-Pick",
+ }, &i18n.Message{
+ ID: "CannotRebaseOntoFirstCommit",
+ Other: "You cannot interactive rebase onto the first commit",
+ }, &i18n.Message{
+ ID: "Donate",
+ Other: "Donate",
+ }, &i18n.Message{
+ ID: "PrevLine",
+ Other: "select previous line",
+ }, &i18n.Message{
+ ID: "NextLine",
+ Other: "select next line",
+ }, &i18n.Message{
+ ID: "PrevHunk",
+ Other: "select previous hunk",
+ }, &i18n.Message{
+ ID: "NextHunk",
+ Other: "select next hunk",
+ }, &i18n.Message{
+ ID: "PrevConflict",
+ Other: "select previous conflict",
+ }, &i18n.Message{
+ ID: "NextConflict",
+ Other: "select next conflict",
+ }, &i18n.Message{
+ ID: "SelectTop",
+ Other: "select top hunk",
+ }, &i18n.Message{
+ ID: "SelectBottom",
+ Other: "select bottom hunk",
+ }, &i18n.Message{
+ ID: "ScrollDown",
+ Other: "scroll down",
+ }, &i18n.Message{
+ ID: "ScrollUp",
+ Other: "scroll up",
+ }, &i18n.Message{
+ ID: "AmendCommitTitle",
+ Other: "Amend Commit",
+ }, &i18n.Message{
+ ID: "AmendCommitPrompt",
+ Other: "Are you sure you want to amend this commit with your staged files?",
+ }, &i18n.Message{
+ ID: "DeleteCommitTitle",
+ Other: "Delete Commit",
+ }, &i18n.Message{
+ ID: "DeleteCommitPrompt",
+ Other: "Are you sure you want to delete this commit?",
},
)
}