Welcome to mirror list, hosted at ThFree Co, Russian Federation.

breakpointWidget.i18n.json « browser « debug « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b0c12ea2a036e61ba2f54abb529b9853b41579a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
	"breakpointWidgetAriaLabel": "程式只有在此條件為 true 時才會在此停止。請按 Enter 鍵接受,或按 Esc 鍵取消。",
	"breakpointWidgetExpressionPlaceholder": "運算式評估為 true 時中斷",
	"breakpointWidgetHitCountAriaLabel": "程式只會在符合叫用次數時於此處停止。按 Enter 鍵接受,或按 Escape 鍵取消。",
	"breakpointWidgetHitCountPlaceholder": "符合叫用次數條件時中斷",
	"expression": "運算式",
	"hitCount": "叫用次數"
}