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')
-rw-r--r--i18n/jpn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json8
-rw-r--r--i18n/jpn/src/vs/workbench/parts/debug/browser/debugActions.i18n.json6
2 files changed, 9 insertions, 5 deletions
diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
index 1eb2f579f92..98145681fce 100644
--- a/i18n/jpn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
+++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
@@ -4,6 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "breakpointWidgetAriaLabel": "行 {0} に対するブレークポイント条件を入力します。この条件が true の場合のみプログラムはこの位置で停止します。Enter を押して受け入れるか Esc を押して取り消します。",
- "breakpointWidgetPlaceholder": "行 {0} のブレークポイントは、この条件が true の場合のみ停止します。'Enter' を押して受け入れるか 'Esc' を押して取り消します。"
+ "breakpointWidgetAriaLabel": "この条件が true の場合にのみプログラムはこの位置で停止します。Enter を押して受け入れるか、Esc を押して取り消します。",
+ "breakpointWidgetExpressionPlaceholder": "式が true と評価される場合にブレークする",
+ "breakpointWidgetHitCountAriaLabel": "ヒット カウントが満たされる場合にのみプログラムはこの位置で停止します。Enter を押して受け入れるか、Esc を押して取り消します。",
+ "breakpointWidgetHitCountPlaceholder": "ヒット カウント条件が満たされる場合にブレークする",
+ "expression": "式",
+ "hitCount": "ヒット カウント"
} \ No newline at end of file
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} を開く",