summaryrefslogtreecommitdiffstats
path: root/pkg
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
parent88c01c1dede6fbfbfc6560a74e78a6594e3bd194 (diff)
Added some translations
Diffstat (limited to 'pkg')
-rw-r--r--pkg/i18n/dutch.go6
-rw-r--r--pkg/i18n/english.go6
-rw-r--r--pkg/i18n/polish.go6
3 files changed, 18 insertions, 0 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index f63b83477..8119725f0 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -170,6 +170,12 @@ func addDutch(i18nObject *i18n.Bundle) error {
ID: "ForceDeleteBranchMessage",
Other: "Weet je zeker dat je branch {{.selectedBranchName}} geforceerd wil verwijderen?",
}, &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: "Je kan niet een branch in zichzelf mergen",
}, &i18n.Message{
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 9ff671476..8847cde7e 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -178,6 +178,12 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "ForceDeleteBranchMessage",
Other: "{{.selectedBranchName}} is not fully merged. Are you sure you want to delete it?",
}, &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: "You cannot merge a branch into itself",
}, &i18n.Message{
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{