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/debugActions.i18n.json')
-rw-r--r--i18n/jpn/src/vs/workbench/parts/debug/browser/debugActions.i18n.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActions.i18n.json
index 297349b1068..c13ac24cecb 100644
--- a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActions.i18n.json
+++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActions.i18n.json
@@ -5,12 +5,12 @@
// Do not edit this file. It is machine generated.
{
"activateBreakpoints": "ブレークポイントのアクティブ化",
- "addConditionalBreakpoint": "条件付きブレークポイントの追加",
+ "addConditionalBreakpoint": "条件付きブレークポイントの追加...",
"addFunctionBreakpoint": "関数ブレークポイントの追加",
"addToWatchExpressions": "ウォッチに追加",
"addWatchExpression": "式の追加",
"clearRepl": "コンソールのクリア",
- "conditionalBreakpointEditorAction": "デバッグ: 条件付きブレークポイント",
+ "conditionalBreakpointEditorAction": "デバッグ: 条件付きブレークポイントの追加...",
"continueDebug": "続行",
"deactivateBreakpoints": "ブレークポイントの非アクティブ化",
"debugActionLabelAndKeybinding": "{0} ({1})",
@@ -20,7 +20,7 @@
"debugFocusConsole": "デバッグ コンソールにフォーカスを移動",
"disableAllBreakpoints": "すべてのブレークポイントを無効にする",
"disconnectDebug": "切断",
- "editConditionalBreakpoint": "ブレークポイントの編集",
+ "editConditionalBreakpoint": "ブレークポイントの編集...",
"enableAllBreakpoints": "すべてのブレークポイントを有効にする",
"launchJsonNeedsConfigurtion": "'launch.json' を構成または修正してください",
"openLaunchJson": "{0} を開く",