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/breakpointWidget.i18n.json')
-rw-r--r--i18n/jpn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json8
1 files changed, 6 insertions, 2 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