summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/polish.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-03-02 20:24:13 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-03-02 21:31:48 +1100
commitdbb01b028deab71b3f4a3f5f5f251a0b56d5c9d6 (patch)
treed2ea1a034c5f22bd28fe0053866d525ddbeab35f /pkg/i18n/polish.go
parent0c886eddfb429f31352d0908fe993d415d7d3709 (diff)
populate dutch and polish i18n files with new messages
Diffstat (limited to 'pkg/i18n/polish.go')
-rw-r--r--pkg/i18n/polish.go153
1 files changed, 147 insertions, 6 deletions
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 205ec9d6c..6cef94b2c 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -270,9 +270,6 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "PotentialErrInGetselectedCommit",
Other: "potencjalny błąd w getSelected Commit (niedopasowane ui i stan)",
}, &i18n.Message{
- ID: "NoCommitsThisBranch",
- Other: "Brak commitów dla tej gałęzi",
- }, &i18n.Message{
ID: "Error",
Other: "Błąd",
}, &i18n.Message{
@@ -336,9 +333,6 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "CantCloseConfirmationPrompt",
Other: "Nie można zamknąć monitu potwierdzenia: {{.error}}",
}, &i18n.Message{
- ID: "NoChangedFiles",
- Other: "Brak zmienionych plików",
- }, &i18n.Message{
ID: "ClearFilePanel",
Other: "Wyczyść panel plików",
}, &i18n.Message{
@@ -464,6 +458,153 @@ func addPolish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "ErrorOccurred",
Other: "An error occurred! Please create an issue at https://github.com/jesseduffield/lazygit/issues",
+ }, &i18n.Message{
+ 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: "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?",
},
)
}