summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/japanese.go
diff options
context:
space:
mode:
authorAlex March <alexmarch@fastmail.com>2023-12-20 15:38:05 +0900
committerAlex March <alexmarch@fastmail.com>2023-12-22 16:30:20 +0900
commit3fe491fcb25a31268a1dd428d9a00bdcd027d155 (patch)
tree8850ccbfbc8310b0b9be4d6bbc5ba320bb6d033f /pkg/i18n/japanese.go
parent66b608b2f9857296645f964b67b821e431d7b807 (diff)
Implement a sort order menu for remote branches
Diffstat (limited to 'pkg/i18n/japanese.go')
-rw-r--r--pkg/i18n/japanese.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkg/i18n/japanese.go b/pkg/i18n/japanese.go
index 03e4ff6f4..089c95ed6 100644
--- a/pkg/i18n/japanese.go
+++ b/pkg/i18n/japanese.go
@@ -461,8 +461,11 @@ func japaneseTranslationSet() TranslationSet {
OpenLogMenu: "ログメニューを開く",
LogMenuTitle: "コミットログオプション",
// ToggleShowGitGraphAll: "Toggle show whole git graph (pass the `--all` flag to `git log`)",
- ShowGitGraph: "コミットグラフの表示",
- SortCommits: "コミットの表示順",
+ ShowGitGraph: "コミットグラフの表示",
+ SortOrder: "並び替え",
+ SortAlphabetical: "アルファベット順",
+ SortByDate: "日付順",
+ SortCommits: "コミットの表示順",
// CantChangeContextSizeError: "Cannot change context while in patch building mode because we were too lazy to support it when releasing the feature. If you really want it, please let us know!",
OpenCommitInBrowser: "ブラウザでコミットを開く",
// LcViewBisectOptions: "View bisect options",