summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/japanese.go
diff options
context:
space:
mode:
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: `リモート一覧に戻る`,