summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2022-05-18 20:33:35 +0900
committerRyooooooga <eial5q265e5@gmail.com>2022-05-18 20:34:35 +0900
commit9693afd671fc9ade1b6b78c1d344beaeea4ae86e (patch)
tree7947ca77227a352e82b06c06b5cc6cfa514df531 /pkg/i18n
parente28d1334e9ef666bb238f2303ada100eca8d3f21 (diff)
fix: fix lint error
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/chinese.go1
-rw-r--r--pkg/i18n/dutch.go1
-rw-r--r--pkg/i18n/english.go2
-rw-r--r--pkg/i18n/japanese.go1
-rw-r--r--pkg/i18n/polish.go1
5 files changed, 6 insertions, 0 deletions
diff --git a/pkg/i18n/chinese.go b/pkg/i18n/chinese.go
index 65436eaeb..21097f7c4 100644
--- a/pkg/i18n/chinese.go
+++ b/pkg/i18n/chinese.go
@@ -54,6 +54,7 @@ func chineseTranslationSet() TranslationSet {
PassUnameWrong: "密码 和/或 用户名错误",
CommitChanges: "提交更改",
AmendLastCommit: "修补最后一次提交",
+ AmendLastCommitTitle: "修补最后一次提交",
SureToAmend: "您确定要修补上一次提交吗?之后您可以从提交面板更改提交消息。",
NoCommitToAmend: "没有需要提交的修补。",
CommitChangesWithEditor: "提交更改(使用编辑器编辑提交信息)",
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index e069d1be1..1ca2c530f 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -20,6 +20,7 @@ func dutchTranslationSet() TranslationSet {
PassUnameWrong: "Wachtwoord en/of gebruikersnaam verkeerd",
CommitChanges: "commit veranderingen",
AmendLastCommit: "wijzig laatste commit",
+ AmendLastCommitTitle: "Wijzig Laatste Commit",
SureToAmend: "Weet je zeker dat je de laatste commit wilt wijzigen? U kunt het commit-bericht wijzigen vanuit het commits-paneel.",
NoCommitToAmend: "Er is geen commits om te wijzigen.",
CommitChangesWithEditor: "commit veranderingen met de git editor",
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index ee14b8193..3b1d3aa6f 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -31,6 +31,7 @@ type TranslationSet struct {
PassUnameWrong string
CommitChanges string
AmendLastCommit string
+ AmendLastCommitTitle string
SureToAmend string
NoCommitToAmend string
CommitChangesWithEditor string
@@ -652,6 +653,7 @@ func EnglishTranslationSet() TranslationSet {
PassUnameWrong: "Password, passphrase and/or username wrong",
CommitChanges: "commit changes",
AmendLastCommit: "amend last commit",
+ AmendLastCommitTitle: "Amend Last Commit",
SureToAmend: "Are you sure you want to amend last commit? Afterwards, you can change commit message from the commits panel.",
NoCommitToAmend: "There's no commit to amend.",
CommitChangesWithEditor: "commit changes using git editor",
diff --git a/pkg/i18n/japanese.go b/pkg/i18n/japanese.go
index a2b8eba0d..8bc366627 100644
--- a/pkg/i18n/japanese.go
+++ b/pkg/i18n/japanese.go
@@ -40,6 +40,7 @@ func japaneseTranslationSet() TranslationSet {
PassUnameWrong: "パスワード, パスフレーズまたはユーザ名が間違っています。",
CommitChanges: "変更をコミット",
AmendLastCommit: "最新のコミットにamend",
+ AmendLastCommitTitle: "最新のコミットにamend",
SureToAmend: "最新のコミットに変更をamendします。よろしいですか? コミットメッセージはコミットパネルから変更できます。",
NoCommitToAmend: "amend可能なコミットが存在しません。",
CommitChangesWithEditor: "gitエディタを使用して変更をコミット",
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 6b5026717..206f424c1 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -17,6 +17,7 @@ func polishTranslationSet() TranslationSet {
PassUnameWrong: "Niewłaściwe hasło, fraza lub nazwa użytkownika",
CommitChanges: "Zatwierdź zmiany",
AmendLastCommit: "Zmień ostatni commit",
+ AmendLastCommitTitle: "Zmień Ostatni Commit",
SureToAmend: "Czy na pewno chcesz zmienić ostatni commit? Możesz zmienić komunikat commitu z panelu commitów.",
NoCommitToAmend: "Brak commitów do zmiany.",
CommitChangesWithEditor: "Zatwierdź zmiany używając edytora",