summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/polish.go
diff options
context:
space:
mode:
authorband-a-prend <torokhov-s-a@yandex.ru>2020-10-10 03:43:59 +0300
committerJesse Duffield <jessedduffield@gmail.com>2020-10-10 17:58:23 +1100
commit582fd24d78e5735655c9ba7d6aaa246769398495 (patch)
treed5e09c6829805ba1d2626b7ed675f460e465744f /pkg/i18n/polish.go
parenta0963f8036fcb4d87292922827e1e1c28555d961 (diff)
Add SSH key passphrase prompt to pull/push from/to remote git repo
This commit resolves issue with absence of ssh key prompting to pull from or push to remote git repository. I checked lazygit with this patch for successfully pull from and push to https://gitweb.gentoo.org/repo/proj/guru.git repository. While for lazygit-0.23.1 I'm not able to do that. The check for Passphrase follows the Password because of more long time before SSH key is prompt in terminal. Otherwise after timeout "Password" prompt is appears. Excuse me for google translated i18n dutch lines. Bug: https://github.com/jesseduffield/lazygit/issues/534 Signed-off-by: band-a-prend <torokhov-s-a@yandex.ru>
Diffstat (limited to 'pkg/i18n/polish.go')
-rw-r--r--pkg/i18n/polish.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index c08db3f4a..f7d1174a7 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -15,7 +15,8 @@ func polishTranslationSet() TranslationSet {
CommitMessage: "Wiadomość commita",
CredentialsUsername: "Username",
CredentialsPassword: "Password",
- PassUnameWrong: "Password and/or username wrong",
+ CredentialsPassphrase: "Passphrase",
+ PassUnameWrong: "Password, passphrase and/or username wrong",
CommitChanges: "commituj zmiany",
AmendLastCommit: "zmień ostatnie zatwierdzenie",
SureToAmend: "Czy na pewno chcesz zmienić ostatnie zatwierdzenie? Możesz zmienić komunikat zatwierdzenia z panelu zatwierdzeń.",