summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/polish.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/polish.go')
-rw-r--r--pkg/i18n/polish.go82
1 files changed, 80 insertions, 2 deletions
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 1de545274..c64ab87b8 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -33,12 +33,24 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "CommitChanges",
Other: "commituj zmiany",
}, &i18n.Message{
+ ID: "CommitChangesWithEditor",
+ Other: "commituj zmiany używając edytora z gita",
+ }, &i18n.Message{
ID: "StatusTitle",
Other: "Status",
}, &i18n.Message{
+ ID: "GlobalTitle",
+ Other: "Globalne",
+ }, &i18n.Message{
ID: "navigate",
Other: "nawiguj",
}, &i18n.Message{
+ ID: "menu",
+ Other: "menu",
+ }, &i18n.Message{
+ ID: "execute",
+ Other: "wykonaj",
+ }, &i18n.Message{
ID: "stashFiles",
Other: "przechowaj pliki",
}, &i18n.Message{
@@ -135,6 +147,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "DeleteBranchMessage",
Other: "Jesteś pewien, że chcesz usunąć gałąź {{.selectedBranchName}} ?",
}, &i18n.Message{
+ ID: "ForceDeleteBranchMessage",
+ Other: "Na pewno wymusić usunięcie gałęzi {{.selectedBranchName}}?",
+ }, &i18n.Message{
ID: "CantMergeBranchIntoItself",
Other: "Nie możesz scalić gałęzi do samej siebie",
}, &i18n.Message{
@@ -153,6 +168,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "deleteBranch",
Other: "usuń gałąź",
}, &i18n.Message{
+ ID: "forceDeleteBranch",
+ Other: "usuń gałąź (wymuś)",
+ }, &i18n.Message{
ID: "NoBranchesThisRepo",
Other: "Brak gałęzi dla tego repozytorium",
}, &i18n.Message{
@@ -165,6 +183,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "CloseConfirm",
Other: "{{.keyBindClose}}: zamknij, {{.keyBindConfirm}}: potwierdź",
}, &i18n.Message{
+ ID: "close",
+ Other: "zamknij",
+ }, &i18n.Message{
ID: "SureResetThisCommit",
Other: "Jesteś pewny, że chcesz zresetować ten commit?",
}, &i18n.Message{
@@ -204,8 +225,11 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "OnlyRenameTopCommit",
Other: "Można przmianować tylko najwyższy commit",
}, &i18n.Message{
- ID: "RenameCommit",
- Other: "Przemianuj commit",
+ ID: "renameCommit",
+ Other: "przemianuj commit",
+ }, &i18n.Message{
+ ID: "renameCommitEditor",
+ Other: "przemianuj commit w edytorze",
}, &i18n.Message{
ID: "PotentialErrInGetselectedCommit",
Other: "potencjalny błąd w getSelected Commit (niedopasowane ui i stan)",
@@ -288,6 +312,60 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "MergeAborted",
Other: "Scalanie anulowane",
}, &i18n.Message{
+ ID: "OpenConfig",
+ Other: "otwórz plik konfiguracyjny",
+ }, &i18n.Message{
+ ID: "EditConfig",
+ Other: "edytuj plik konfiguracyjny",
+ }, &i18n.Message{
+ ID: "ForcePush",
+ Other: "Wymuś wypchnięcie",
+ }, &i18n.Message{
+ ID: "ForcePushPrompt",
+ Other: "Twoja gałąź rozeszła się z gałęzią zdalną. Wciśnij 'esc' aby anulować lub 'enter' aby wymusić wypchnięcie.",
+ }, &i18n.Message{
+ ID: "checkForUpdate",
+ Other: "sprawdź aktualizacje",
+ }, &i18n.Message{
+ ID: "CheckingForUpdates",
+ Other: "Sprawdzanie aktualizacji...",
+ }, &i18n.Message{
+ ID: "OnLatestVersionErr",
+ Other: "Już posiadasz najnowszą wersję",
+ }, &i18n.Message{
+ ID: "MajorVersionErr",
+ Other: "Nowa wersja ({{.newVersion}}) posiada niekompatybilne zmiany w porównaniu do obecnej wersji ({{.currentVersion}})",
+ }, &i18n.Message{
+ ID: "CouldNotFindBinaryErr",
+ Other: "Nie można znaleźć pliku binarnego w {{.url}}",
+ }, &i18n.Message{
+ ID: "AnonymousReportingTitle",
+ Other: "Help make lazygit better",
+ }, &i18n.Message{
+ ID: "AnonymousReportingPrompt",
+ Other: "Włączyć anonimowe raportowanie błędów w celu pomocy w usprawnianiu lazygita (enter/esc)?",
+ }, &i18n.Message{
+ ID: "removeFile",
+ Other: `usuń jeśli nie śledzony / przełącz jeśli śledzony`,
+ }, &i18n.Message{
+ ID: "editFile",
+ Other: `edytuj plik`,
+ }, &i18n.Message{
+ ID: "openFile",
+ Other: `otwórz plik`,
+ }, &i18n.Message{
+ ID: "ignoreFile",
+ Other: `dodaj do .gitignore`,
+ }, &i18n.Message{
+ ID: "refreshFiles",
+ Other: `odśwież pliki`,
+ }, &i18n.Message{
+ ID: "resetHard",
+ Other: `zresetuj twardo`,
+ }, &i18n.Message{
+ ID: "mergeIntoCurrentBranch",
+ Other: `scal do obecnej gałęzi`,
+ }, &i18n.Message{
ID: "ConfirmQuit",
Other: `Na pewno chcesz wyjść z programu?`,
},