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/chs/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json')
-rw-r--r--i18n/chs/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
index e6ea7dbc283..529f855237a 100644
--- a/i18n/chs/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
+++ b/i18n/chs/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": "只有当此条件为 true 时行 {0} 上的断点才将停止。按 Enter 以接受或按 Esc 以取消。"
+ "breakpointWidgetAriaLabel": "如果此条件为 true,程序仅会在此处停止。按 Enter 接受或按 Esc 取消。",
+ "breakpointWidgetExpressionPlaceholder": "在表达式计算结果为 true 时中断",
+ "breakpointWidgetHitCountAriaLabel": "如果达到命中次数,程序仅会在此处停止。按 Enter 接受或按 Esc 取消。",
+ "breakpointWidgetHitCountPlaceholder": "在满足命中次数条件时中断",
+ "expression": "表达式",
+ "hitCount": "命中次数"
} \ No newline at end of file