replViewer.i18n.json 1.1 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5
/*---------------------------------------------------------------------------------------------
 *  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.
D
Dirk Baeumer 已提交
6 7 8 9 10 11 12 13 14
{
	"fileLink": "클릭하여 이동(측면에서 열려면 Ctrl 키를 누르고 클릭)",
	"fileLinkMac": "클릭하여 이동(측면에서 열려면 Cmd 키를 누르고 클릭)",
	"replExpressionAriaLabel": "{0} 식에 {1} 값이 있습니다. 읽기 평가 인쇄 루프, 디버그",
	"replKeyValueOutputAriaLabel": "출력 변수 {0}에 값 {1}이(가) 있습니다. 읽기 평가 인쇄 루프, 디버그",
	"replValueOutputAriaLabel": "{0}, 읽기 평가 인쇄 루프, 디버그",
	"replVariableAriaLabel": "{0} 변수에 {1} 값이 있습니다. 읽기 평가 인쇄 루프, 디버그",
	"stateCapture": "개체 상태는 첫 번재 평가에서 캡처됩니다."
}