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/cht/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json')
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
index 199db8fb0e8..7b0c12ea2a0 100644
--- a/i18n/cht/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
+++ b/i18n/cht/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 鍵接受,或按 Escape 鍵取消。",
+ "breakpointWidgetHitCountPlaceholder": "符合叫用次數條件時中斷",
+ "expression": "運算式",
+ "hitCount": "叫用次數"
} \ No newline at end of file