1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-19 12:12:42 +02:00

Merge pull request #275 from mjarkk/master

Translated untranslated dutch phrases
This commit is contained in:
Jesse Duffield 2018-09-10 18:15:15 +10:00 committed by GitHub
commit 7f4371ad71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: "Commit Veranderingen", Other: "Commit Veranderingen",
}, &i18n.Message{ }, &i18n.Message{
ID: "CommitChangesWithEditor", ID: "CommitChangesWithEditor",
Other: "commit changes using git editor", Other: "commit Veranderingen met de git editor",
}, &i18n.Message{ }, &i18n.Message{
ID: "StatusTitle", ID: "StatusTitle",
Other: "Status", Other: "Status",
@ -51,7 +51,7 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: "menu", Other: "menu",
}, &i18n.Message{ }, &i18n.Message{
ID: "execute", ID: "execute",
Other: "execute", Other: "uitvoeren",
}, &i18n.Message{ }, &i18n.Message{
ID: "stashFiles", ID: "stashFiles",
Other: "stash-bestanden", Other: "stash-bestanden",
@ -78,7 +78,7 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: "verandering toevoegen", Other: "verandering toevoegen",
}, &i18n.Message{ }, &i18n.Message{
ID: "edit", ID: "edit",
Other: "veranderen", Other: "verander",
}, &i18n.Message{ }, &i18n.Message{
ID: "scroll", ID: "scroll",
Other: "scroll", Other: "scroll",
@ -186,7 +186,7 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: "{{.keyBindClose}}: Sluiten, {{.keyBindConfirm}}: Bevestigen", Other: "{{.keyBindClose}}: Sluiten, {{.keyBindConfirm}}: Bevestigen",
}, &i18n.Message{ }, &i18n.Message{
ID: "close", ID: "close",
Other: "close", Other: "sluiten",
}, &i18n.Message{ }, &i18n.Message{
ID: "SureResetThisCommit", ID: "SureResetThisCommit",
Other: "Weet je het zeker dat je wil resetten naar deze commit?", Other: "Weet je het zeker dat je wil resetten naar deze commit?",
@ -318,58 +318,58 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: "open config file", Other: "open config file",
}, &i18n.Message{ }, &i18n.Message{
ID: "EditConfig", ID: "EditConfig",
Other: "edit config file", Other: "verander config file",
}, &i18n.Message{ }, &i18n.Message{
ID: "ForcePush", ID: "ForcePush",
Other: "Force push", Other: "Forceer push",
}, &i18n.Message{ }, &i18n.Message{
ID: "ForcePushPrompt", ID: "ForcePushPrompt",
Other: "Your branch has diverged from the remote branch. Press 'esc' to cancel, or 'enter' to force push.", Other: "Jou branch is afgeweken van de remote branch. Druk 'esc' om te anuleren, of 'enter' om geforceert te pushen.",
}, &i18n.Message{ }, &i18n.Message{
ID: "checkForUpdate", ID: "checkForUpdate",
Other: "check for update", Other: "check voor updates",
}, &i18n.Message{ }, &i18n.Message{
ID: "CheckingForUpdates", ID: "CheckingForUpdates",
Other: "Checking for updates...", Other: "checken voor updates...",
}, &i18n.Message{ }, &i18n.Message{
ID: "OnLatestVersionErr", ID: "OnLatestVersionErr",
Other: "You already have the latest version", Other: "Je hebt al de laatste versie",
}, &i18n.Message{ }, &i18n.Message{
ID: "MajorVersionErr", ID: "MajorVersionErr",
Other: "New version ({{.newVersion}}) has non-backwards compatible changes compared to the current version ({{.currentVersion}})", Other: "Nieuwe versie ({{.newVersion}}) is niet teruggaand compatibele vergeleken met de huidige versie ({{.currentVersion}})",
}, &i18n.Message{ }, &i18n.Message{
ID: "CouldNotFindBinaryErr", ID: "CouldNotFindBinaryErr",
Other: "Could not find any binary at {{.url}}", Other: "Kon geen binary vinden op {{.url}}",
}, &i18n.Message{ }, &i18n.Message{
ID: "AnonymousReportingTitle", ID: "AnonymousReportingTitle",
Other: "Help make lazygit better", Other: "Help maak lazygit beter",
}, &i18n.Message{ }, &i18n.Message{
ID: "AnonymousReportingPrompt", ID: "AnonymousReportingPrompt",
Other: "Would you like to enable anonymous reporting data to help improve lazygit? (enter/esc)", Other: "Zou je anonieme data rapportage willen aanzetten om lazygit beter te kunnen maken? (enter/esc)",
}, &i18n.Message{ }, &i18n.Message{
ID: "removeFile", ID: "removeFile",
Other: `delete if untracked / checkout if tracked (aka go away)`, Other: `Verwijder als untracked / uitchecken wordt gevolgd (ga weg)`,
}, &i18n.Message{ }, &i18n.Message{
ID: "editFile", ID: "editFile",
Other: `edit file`, Other: `verander bestand`,
}, &i18n.Message{ }, &i18n.Message{
ID: "openFile", ID: "openFile",
Other: `open file`, Other: `open bestand`,
}, &i18n.Message{ }, &i18n.Message{
ID: "ignoreFile", ID: "ignoreFile",
Other: `add to .gitignore`, Other: `voeg toe aan .gitignore`,
}, &i18n.Message{ }, &i18n.Message{
ID: "refreshFiles", ID: "refreshFiles",
Other: `refresh files`, Other: `refresh bestanden`,
}, &i18n.Message{ }, &i18n.Message{
ID: "resetHard", ID: "resetHard",
Other: `reset hard`, Other: `harde reset`,
}, &i18n.Message{ }, &i18n.Message{
ID: "mergeIntoCurrentBranch", ID: "mergeIntoCurrentBranch",
Other: `merge into currently checked out branch`, Other: `merge in met huidige checked out branch`,
}, &i18n.Message{ }, &i18n.Message{
ID: "ConfirmQuit", ID: "ConfirmQuit",
Other: `Are you sure you want to quit?`, Other: `Weet je zeker dat je dit programma wil sluiten?`,
}, },
) )
} }