summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2021-08-24 21:38:34 +0900
committerJesse Duffield <jessedduffield@gmail.com>2021-08-25 22:23:55 +1000
commitdf4eb70ba287f972177b87c54cc025a6073184ea (patch)
treeb9ff5f2f655292dc5a73fa2790f05f92e82265de /pkg/i18n
parent6ca42ff72081624fc05be571d75ab71dd1d9bf6b (diff)
Fix translations
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/chinese.go8
-rw-r--r--pkg/i18n/dutch.go8
-rw-r--r--pkg/i18n/english.go16
-rw-r--r--pkg/i18n/polish.go8
4 files changed, 20 insertions, 20 deletions
diff --git a/pkg/i18n/chinese.go b/pkg/i18n/chinese.go
index 94fcda8c4..305646035 100644
--- a/pkg/i18n/chinese.go
+++ b/pkg/i18n/chinese.go
@@ -130,7 +130,7 @@ func chineseTranslationSet() TranslationSet {
LcSelectHunk: "选择块",
LcNavigateConflicts: "解决冲突",
LcPickHunk: "选择块",
- LcPickBothHunks: "pick both hunks",
+ LcPickAllHunks: "pick all hunks",
LcUndo: "撤销",
LcUndoReflog: "撤销 (via reflog) (实验性)",
LcRedoReflog: "重做 (via reflog) (实验性)",
@@ -201,7 +201,7 @@ func chineseTranslationSet() TranslationSet {
FoundConflictsTitle: "自动合并失败",
Undo: "撤销",
PickHunk: "pick hunk",
- PickBothHunks: "pick both hunks",
+ PickAllHunks: "pick all hunks",
ViewMergeRebaseOptions: "查看 合并/变基 选项",
NotMergingOrRebasing: "您目前既不进行基础调整也不进行合并",
RecentRepos: "最近的仓库",
@@ -247,8 +247,8 @@ func chineseTranslationSet() TranslationSet {
NextHunk: "选择下一个块",
PrevConflict: "选择上一个冲突",
NextConflict: "选择下一个冲突",
- SelectTop: "选择顶部块",
- SelectBottom: "选择底部块",
+ SelectPrevHunk: "选择顶部块",
+ SelectNextHunk: "选择底部块",
ScrollDown: "向下滚动",
ScrollUp: "向上滚动",
LcScrollUpMainPanel: "向上滚动主面板",
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index a38db73fb..cd7668ceb 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -113,7 +113,7 @@ func dutchTranslationSet() TranslationSet {
LcSelectHunk: "selecteer stuk",
LcNavigateConflicts: "navigeer conflicts",
LcPickHunk: "kies stuk",
- LcPickBothHunks: "kies beide stukken",
+ LcPickAllHunks: "kies beide stukken",
LcUndo: "ongedaan maken",
LcUndoReflog: "ongedaan maken (via reflog) (experimenteel)",
LcRedoReflog: "redo (via reflog) (experimenteel)",
@@ -183,7 +183,7 @@ func dutchTranslationSet() TranslationSet {
FoundConflictsTitle: "Auto-merge mislukt",
Undo: "ongedaan maken",
PickHunk: "kies hunk",
- PickBothHunks: "kies bijde hunks",
+ PickAllHunks: "kies bijde hunks",
ViewMergeRebaseOptions: "bekijk merge/rebase opties",
NotMergingOrRebasing: "Je bent momenteel niet aan het rebasen of mergen",
RecentRepos: "recente repositories",
@@ -229,8 +229,8 @@ func dutchTranslationSet() TranslationSet {
NextHunk: "selecteer de volgende hunk",
PrevConflict: "selecteer voorgaand conflict",
NextConflict: "selecteer volgende conflict",
- SelectTop: "selecteer bovenste hunk",
- SelectBottom: "selecteer onderste hunk",
+ SelectPrevHunk: "selecteer bovenste hunk",
+ SelectNextHunk: "selecteer onderste hunk",
ScrollDown: "scroll omlaag",
ScrollUp: "scroll omhoog",
LcScrollUpMainPanel: "scroll naar beneden vanaf hoofdpaneel",
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 4417a5c47..590693949 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -127,7 +127,7 @@ type TranslationSet struct {
LcSelectHunk string
LcNavigateConflicts string
LcPickHunk string
- LcPickBothHunks string
+ LcPickAllHunks string
LcUndo string
LcUndoReflog string
LcRedoReflog string
@@ -198,7 +198,7 @@ type TranslationSet struct {
FoundConflictsTitle string
Undo string
PickHunk string
- PickBothHunks string
+ PickAllHunks string
ViewMergeRebaseOptions string
NotMergingOrRebasing string
RecentRepos string
@@ -243,8 +243,8 @@ type TranslationSet struct {
NextHunk string
PrevConflict string
NextConflict string
- SelectTop string
- SelectBottom string
+ SelectPrevHunk string
+ SelectNextHunk string
ScrollDown string
ScrollUp string
LcScrollUpMainPanel string
@@ -682,7 +682,7 @@ func englishTranslationSet() TranslationSet {
LcSelectHunk: "select hunk",
LcNavigateConflicts: "navigate conflicts",
LcPickHunk: "pick hunk",
- LcPickBothHunks: "pick both hunks",
+ LcPickAllHunks: "pick all hunks",
LcUndo: "undo",
LcUndoReflog: "undo (via reflog) (experimental)",
LcRedoReflog: "redo (via reflog) (experimental)",
@@ -753,7 +753,7 @@ func englishTranslationSet() TranslationSet {
FoundConflictsTitle: "Auto-merge failed",
Undo: "undo",
PickHunk: "pick hunk",
- PickBothHunks: "pick both hunks",
+ PickAllHunks: "pick all hunks",
ViewMergeRebaseOptions: "view merge/rebase options",
NotMergingOrRebasing: "You are currently neither rebasing nor merging",
RecentRepos: "recent repositories",
@@ -799,8 +799,8 @@ func englishTranslationSet() TranslationSet {
NextHunk: "select next hunk",
PrevConflict: "select previous conflict",
NextConflict: "select next conflict",
- SelectTop: "select top hunk",
- SelectBottom: "select bottom hunk",
+ SelectPrevHunk: "select previous hunk",
+ SelectNextHunk: "select next hunk",
ScrollDown: "scroll down",
ScrollUp: "scroll up",
LcScrollUpMainPanel: "scroll up main panel",
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 92891d920..f39363879 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -96,7 +96,7 @@ func polishTranslationSet() TranslationSet {
LcSelectHunk: "wybierz kawałek",
LcNavigateConflicts: "nawiguj konflikty",
LcPickHunk: "wybierz kawałek",
- LcPickBothHunks: "wybierz oba kawałki",
+ LcPickAllHunks: "wybierz oba kawałki",
LcUndo: "cofnij",
LcPop: "wyciągnij",
LcDrop: "porzuć",
@@ -166,7 +166,7 @@ func polishTranslationSet() TranslationSet {
FoundConflictsTitle: "Auto-merge failed",
Undo: "undo",
PickHunk: "pick hunk",
- PickBothHunks: "pick both hunks",
+ PickAllHunks: "pick all hunks",
ViewMergeRebaseOptions: "view merge/rebase options",
NotMergingOrRebasing: "You are currently neither rebasing nor merging",
RecentRepos: "recent repositories",
@@ -190,8 +190,8 @@ func polishTranslationSet() TranslationSet {
NextHunk: "select next hunk",
PrevConflict: "select previous conflict",
NextConflict: "select next conflict",
- SelectTop: "select top hunk",
- SelectBottom: "select bottom hunk",
+ SelectPrevHunk: "select previous hunk",
+ SelectNextHunk: "select next hunk",
ScrollDown: "scroll down",
ScrollUp: "scroll up",
AmendCommitTitle: "Amend Commit",