mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-11-28 09:08:41 +02:00
add untranslated dutch strings
@mjarkk
This commit is contained in:
parent
323016aa01
commit
83b7c60246
@ -34,12 +34,21 @@ func addDutch(i18nObject *i18n.Bundle) error {
|
|||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "CommitChanges",
|
ID: "CommitChanges",
|
||||||
Other: "Commit Veranderingen",
|
Other: "Commit Veranderingen",
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "CommitChangesWithEditor",
|
||||||
|
Other: "commit changes using git editor",
|
||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "StatusTitle",
|
ID: "StatusTitle",
|
||||||
Other: "Status",
|
Other: "Status",
|
||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "navigate",
|
ID: "navigate",
|
||||||
Other: "navigeer",
|
Other: "navigeer",
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "help",
|
||||||
|
Other: "help",
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "execute",
|
||||||
|
Other: "execute",
|
||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "stashFiles",
|
ID: "stashFiles",
|
||||||
Other: "stash-bestanden",
|
Other: "stash-bestanden",
|
||||||
@ -172,6 +181,9 @@ func addDutch(i18nObject *i18n.Bundle) error {
|
|||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "CloseConfirm",
|
ID: "CloseConfirm",
|
||||||
Other: "{{.keyBindClose}}: Sluiten, {{.keyBindConfirm}}: Bevestigen",
|
Other: "{{.keyBindClose}}: Sluiten, {{.keyBindConfirm}}: Bevestigen",
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "close",
|
||||||
|
Other: "close",
|
||||||
}, &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?",
|
||||||
@ -295,6 +307,27 @@ func addDutch(i18nObject *i18n.Bundle) error {
|
|||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "MergeAborted",
|
ID: "MergeAborted",
|
||||||
Other: "Merge afgebroken",
|
Other: "Merge afgebroken",
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "removeFile",
|
||||||
|
Other: `delete if untracked / checkout if tracked (aka go away)`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "editFile",
|
||||||
|
Other: `edit file`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "openFile",
|
||||||
|
Other: `open file`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "ignoreFile",
|
||||||
|
Other: `add to .gitignore`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "refreshFiles",
|
||||||
|
Other: `refresh files`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "resetHard",
|
||||||
|
Other: `reset hard`,
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "mergeIntoCurrentBranch",
|
||||||
|
Other: `merge into currently checked out branch`,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user