1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-05 00:59:19 +02:00

added some translations

This commit is contained in:
mjarkk
2018-10-20 17:18:42 +02:00
parent 1a43d64de3
commit ac5696574c
3 changed files with 9 additions and 0 deletions

View File

@ -37,6 +37,9 @@ func addDutch(i18nObject *i18n.Bundle) error {
}, &i18n.Message{ }, &i18n.Message{
ID: "PushPassword", ID: "PushPassword",
Other: "Wachtwoord", Other: "Wachtwoord",
}, &i18n.Message{
ID: "PassUnameWrong",
Other: "Wachtwoord en/of gebruikersnaam verkeert",
}, &i18n.Message{ }, &i18n.Message{
ID: "CommitChanges", ID: "CommitChanges",
Other: "Commit Veranderingen", Other: "Commit Veranderingen",

View File

@ -45,6 +45,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{ }, &i18n.Message{
ID: "PushPassword", ID: "PushPassword",
Other: "Password", Other: "Password",
}, &i18n.Message{
ID: "PassUnameWrong",
Other: "Password and/or username wrong",
}, &i18n.Message{ }, &i18n.Message{
ID: "CommitChanges", ID: "CommitChanges",
Other: "commit changes", Other: "commit changes",

View File

@ -35,6 +35,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{ }, &i18n.Message{
ID: "PushPassword", ID: "PushPassword",
Other: "Password", Other: "Password",
}, &i18n.Message{
ID: "PassUnameWrong",
Other: "Password and/or username wrong",
}, &i18n.Message{ }, &i18n.Message{
ID: "CommitChanges", ID: "CommitChanges",
Other: "commituj zmiany", Other: "commituj zmiany",