summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/polish.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-02-11 21:02:53 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-02-11 21:02:53 +1100
commit3d343e9b574a2c99ebf5b30dc9a4dac2886f6d73 (patch)
treeef6b2f8c08a29349bcc56a16260dfefdb3ee872d /pkg/i18n/polish.go
parenta3656154906c1117f9c9bbe100aa585e43417897 (diff)
parent3a607061a2303d9f45d308de652fbebe7300b43c (diff)
Merge branch 'master' into feature/rebasing
Diffstat (limited to 'pkg/i18n/polish.go')
-rw-r--r--pkg/i18n/polish.go37
1 files changed, 29 insertions, 8 deletions
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 3bc875ce4..4e92cb55d 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -30,6 +30,15 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "CommitMessage",
Other: "Wiadomość commita",
}, &i18n.Message{
+ ID: "CredentialsUsername",
+ Other: "Username",
+ }, &i18n.Message{
+ ID: "CredentialsPassword",
+ Other: "Password",
+ }, &i18n.Message{
+ ID: "PassUnameWrong",
+ Other: "Password and/or username wrong",
+ }, &i18n.Message{
ID: "CommitChanges",
Other: "commituj zmiany",
}, &i18n.Message{
@@ -123,6 +132,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "PushWait",
Other: "Wypychanie zmian...",
}, &i18n.Message{
+ ID: "FetchWait",
+ Other: "Fetching...",
+ }, &i18n.Message{
ID: "FileNoMergeCons",
Other: "Ten plik nie powoduje konfliktów scalania",
}, &i18n.Message{
@@ -393,29 +405,38 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "NoBranchOnRemote",
Other: `Ta gałąź nie istnieje na zdalnym. Najpierw musisz go odepchnąć na odległość.`,
}, &i18n.Message{
+ ID: "fetch",
+ Other: `fetch`,
+ }, &i18n.Message{
+ ID: "NoAutomaticGitFetchTitle",
+ Other: `No automatic git fetch`,
+ }, &i18n.Message{
+ ID: "NoAutomaticGitFetchBody",
+ Other: `Lazygit can't use "git fetch" in a private repo use f in the branches panel to run "git fetch" manually`,
+ }, &i18n.Message{
ID: "StageLines",
- Other: `stage individual hunks/lines`,
+ Other: `zatwierdź pojedyncze linie`,
}, &i18n.Message{
ID: "FileStagingRequirements",
- Other: `Can only stage individual lines for tracked files with unstaged changes`,
+ Other: `Można tylko zatwierdzić pojedyncze linie dla śledzonych plików z niezatwierdzonymi zmianami`,
}, &i18n.Message{
ID: "StagingTitle",
- Other: `Staging`,
+ Other: `Zatwierdzanie`,
}, &i18n.Message{
ID: "StageHunk",
- Other: `stage hunk`,
+ Other: `zatwierdź kawałek`,
}, &i18n.Message{
ID: "StageLine",
- Other: `stage line`,
+ Other: `zatwierdź linię`,
}, &i18n.Message{
ID: "EscapeStaging",
- Other: `return to files panel`,
+ Other: `wróć do panelu plików`,
}, &i18n.Message{
ID: "CantFindHunks",
- Other: `Could not find any hunks in this patch`,
+ Other: `Nie można znaleźć żadnych kawałków w tej łatce`,
}, &i18n.Message{
ID: "CantFindHunk",
- Other: `Could not find hunk`,
+ Other: `Nie można znaleźć kawałka`,
},
)
}