summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/polish.go
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/polish.go
parent6ca42ff72081624fc05be571d75ab71dd1d9bf6b (diff)
Fix translations
Diffstat (limited to 'pkg/i18n/polish.go')
-rw-r--r--pkg/i18n/polish.go8
1 files changed, 4 insertions, 4 deletions
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",