1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

Removed duplicates

This commit is contained in:
Mark Kopenga 2018-08-16 20:25:28 +02:00 committed by Dawid Dziurla
parent 2d80a83d27
commit 5c738fa493
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -112,7 +112,6 @@ func addPolish(i18nObject *i18n.Bundle) {
Other: "Już przęłączono na tą gałąź",
}, &i18n.Message{
ID: "SureForceCheckout",
Other: "Are you sure you want force checkout? You will lose all local changes",
Other: "Jesteś pewny, że chcesz wymusić przełączenie? Stracisz wszystkie lokalne zmiany",
}, &i18n.Message{
ID: "ForceCheckoutBranch",
@ -134,7 +133,6 @@ func addPolish(i18nObject *i18n.Bundle) {
Other: "Jesteś pewien, że chcesz usunąć gałąź {{.selectedBranchName}} ?",
}, &i18n.Message{
ID: "CantMergeBranchIntoItself",
Other: "You cannot merge a branch into itself",
Other: "Nie możesz scalić gałęzi do samej siebie",
}, &i18n.Message{
ID: "forceCheckout",
@ -189,7 +187,6 @@ func addPolish(i18nObject *i18n.Bundle) {
Other: "Można tylko ścisnąć najwyższe zatwierdzenie",
}, &i18n.Message{
ID: "YouNoCommitsToSquash",
Other: "You have no commits to squash with",
Other: "Nie masz zatwierdzeń do ściśnięcia",
}, &i18n.Message{
ID: "CantFixupWhileUnstagedChanges", //TODO
@ -277,7 +274,6 @@ func addPolish(i18nObject *i18n.Bundle) {
Other: "nowy skupiony widok to {{.newFocusedView}}",
}, &i18n.Message{
ID: "CantCloseConfirmationPrompt",
Other: "Could not close confirmation prompt: {{.error}}",
Other: "Nie można zamknąć monitu potwierdzenia: {{.error}}",
}, &i18n.Message{
ID: "NoChangedFiles",
@ -287,7 +283,6 @@ func addPolish(i18nObject *i18n.Bundle) {
Other: "Wyczyść panel plików",
}, &i18n.Message{
ID: "MergeAborted",
Other: "Merge aborted",
Other: "Scalanie anulowane",
},
)