diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go index 5364d3d8f..78bfacdd0 100644 --- a/pkg/i18n/polish.go +++ b/pkg/i18n/polish.go @@ -32,12 +32,21 @@ func addPolish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ 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: "navigate", Other: "nawiguj", + }, &i18n.Message{ + ID: "help", + Other: "pomoc", + }, &i18n.Message{ + ID: "execute", + Other: "wykonaj", }, &i18n.Message{ ID: "stashFiles", Other: "przechowaj pliki", @@ -164,6 +173,9 @@ func addPolish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ 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?", @@ -287,6 +299,27 @@ func addPolish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "MergeAborted", Other: "Scalanie anulowane", + }, &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`, }, ) }