Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/jpn/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json')
-rw-r--r--i18n/jpn/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json
index 77727518962..eb83945b7d0 100644
--- a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json
+++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json
@@ -12,5 +12,7 @@
"runToCursor": "カーソル行の前まで実行",
"debugEvaluate": "デバッグ: 評価",
"debugAddToWatch": "デバッグ: ウォッチに追加",
- "showDebugHover": "デバッグ: ホバーの表示"
+ "showDebugHover": "デバッグ: ホバーの表示",
+ "goToNextBreakpoint": "デバッグ: 次のブレークポイントへ移動",
+ "goToPreviousBreakpoint": "デバッグ: 前のブレークポイントへ移動"
} \ No newline at end of file