summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/polish.go
diff options
context:
space:
mode:
authorGlenn Vriesman <glenn.vriesman@gmail.com>2018-11-29 17:57:59 +0100
committerJesse Duffield <jessedduffield@gmail.com>2018-12-11 09:39:54 +1100
commit7b850c56c4bbcddb3227055ed807ae0c5f6bd139 (patch)
treefede2efcf7224644ababe0c455608a5eb3706ed8 /pkg/i18n/polish.go
parent88c01c1dede6fbfbfc6560a74e78a6594e3bd194 (diff)
Added some translations
Diffstat (limited to 'pkg/i18n/polish.go')
-rw-r--r--pkg/i18n/polish.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 52e110b37..3bc875ce4 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -159,6 +159,12 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "ForceDeleteBranchMessage",
Other: "Na pewno wymusić usunięcie gałęzi {{.selectedBranchName}}?",
}, &i18n.Message{
+ ID: "rebaseBranch",
+ Other: "rebase branch",
+ }, &i18n.Message{
+ ID: "CantRebaseOntoSelf",
+ Other: "It is not possible to rebase the branch onto itself!",
+ }, &i18n.Message{
ID: "CantMergeBranchIntoItself",
Other: "Nie możesz scalić gałęzi do samej siebie",
}, &i18n.Message{