From ac5696574c974f2482bd0f5b2ef5258df08ac53c Mon Sep 17 00:00:00 2001 From: mjarkk Date: Sat, 20 Oct 2018 17:18:42 +0200 Subject: added some translations --- pkg/i18n/dutch.go | 3 +++ pkg/i18n/english.go | 3 +++ pkg/i18n/polish.go | 3 +++ 3 files changed, 9 insertions(+) (limited to 'pkg/i18n') diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go index e79f59891..87b5d7a90 100644 --- a/pkg/i18n/dutch.go +++ b/pkg/i18n/dutch.go @@ -37,6 +37,9 @@ func addDutch(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "PushPassword", Other: "Wachtwoord", + }, &i18n.Message{ + ID: "PassUnameWrong", + Other: "Wachtwoord en/of gebruikersnaam verkeert", }, &i18n.Message{ ID: "CommitChanges", Other: "Commit Veranderingen", diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 90bb97e8d..b802597b3 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -45,6 +45,9 @@ func addEnglish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "PushPassword", Other: "Password", + }, &i18n.Message{ + ID: "PassUnameWrong", + Other: "Password and/or username wrong", }, &i18n.Message{ ID: "CommitChanges", Other: "commit changes", diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go index 93bbece33..d9f855148 100644 --- a/pkg/i18n/polish.go +++ b/pkg/i18n/polish.go @@ -35,6 +35,9 @@ func addPolish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "PushPassword", Other: "Password", + }, &i18n.Message{ + ID: "PassUnameWrong", + Other: "Password and/or username wrong", }, &i18n.Message{ ID: "CommitChanges", Other: "commituj zmiany", -- cgit v1.2.3