summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/japanese.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-06-13 11:01:26 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-08-06 13:49:11 +1000
commit524bf83a4a681408c3fb57818f6968cab632e0ae (patch)
tree8858b4ee8d4670dcdd1637fe5fedf00ff080c154 /pkg/i18n/japanese.go
parent6dfef08efc5c7f262194c0af35fd777428f33a1a (diff)
refactor to only have one context per view
Diffstat (limited to 'pkg/i18n/japanese.go')
-rw-r--r--pkg/i18n/japanese.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/i18n/japanese.go b/pkg/i18n/japanese.go
index 34b5adae1..43204833f 100644
--- a/pkg/i18n/japanese.go
+++ b/pkg/i18n/japanese.go
@@ -176,7 +176,7 @@ func japaneseTranslationSet() TranslationSet {
ToggleDragSelect: `範囲選択を切り替え`,
ToggleSelectHunk: `hunk選択を切り替え`,
ToggleSelectionForPatch: `行をパッチに追加/削除`,
- TogglePanel: `パネルを切り替え`,
+ ToggleStagingPanel: `パネルを切り替え`,
ReturnToFilesPanel: `ファイル一覧に戻る`,
// FastForward: `fast-forward this branch from its upstream`,
// Fetching: "fetching and fast-forwarding {{.from}} -> {{.to}} ...",
@@ -303,7 +303,7 @@ func japaneseTranslationSet() TranslationSet {
// PatchOptionsTitle: "Patch Options",
// NoPatchError: "No patch created yet. To start building a patch, use 'space' on a commit file or enter to add specific lines",
// LcEnterFile: "enter file to add selected lines to the patch (or toggle directory collapsed)",
- ExitLineByLineMode: `line-by-lineモードを終了`,
+ // ExitCustomPatchBuilder: ``,
EnterUpstream: `'<remote> <branchname>' の形式でupstreamを入力`,
InvalidUpstream: "upstreamの形式が正しくありません。'<remote> <branchname>' の形式で入力してください。",
ReturnToRemotesList: `リモート一覧に戻る`,