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.go18
1 files changed, 12 insertions, 6 deletions
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index b8e43059f..049c7cefa 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -147,9 +147,6 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "FileNoMergeCons",
Other: "Ten plik nie powoduje konfliktów scalania",
}, &i18n.Message{
- ID: "SureResetHardHead",
- Other: "Jesteś pewny, że chcesz wykonać `reset --hard HEAD` i `clean -fd`? Możesz stracić wprowadzone zmiany",
- }, &i18n.Message{
ID: "SureTo",
Other: "Jesteś pewny, że chcesz {{.deleteVerb}} {{.fileName}} (stracisz swoje wprowadzone zmiany)?",
}, &i18n.Message{
@@ -333,9 +330,6 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "CantCloseConfirmationPrompt",
Other: "Nie można zamknąć monitu potwierdzenia: {{.error}}",
}, &i18n.Message{
- ID: "ClearFilePanel",
- Other: "Wyczyść panel plików",
- }, &i18n.Message{
ID: "MergeAborted",
Other: "Scalanie anulowane",
}, &i18n.Message{
@@ -677,6 +671,18 @@ func addPolish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "discardUnstagedChanges",
Other: "discard unstaged changes",
+ }, &i18n.Message{
+ ID: "discardAllChangesToAllFiles",
+ Other: "nuke working tree",
+ }, &i18n.Message{
+ ID: "discardAnyUnstagedChanges",
+ Other: "discard unstaged changes",
+ }, &i18n.Message{
+ ID: "discardUntrackedFiles",
+ Other: "discard untracked files",
+ }, &i18n.Message{
+ ID: "hardReset",
+ Other: "hard reset",
},
)
}