microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.6.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

i18n/kor/src/debugger/nodeDebugWrapper.i18n.json

12lines · modepreview

/*---------------------------------------------------------------------------------------------
 *  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.
{
	"CouldNotStopMonitoringLogcat": "logcat 모니터링을 중지할 수 없습니다. {0}",
	"ProgramPropertyDeprecationWarning": "시작된 디버그 구성에 사용되지 않고 곧 제거될 'program' 속성이 포함되어 있습니다. \"cwd\": \"${workspaceFolder}\"로 바꾸세요.",
	"StartingDebuggerAppWorker": "디버거 앱 작업자를 시작하는 중입니다.",
	"DebuggerWorkerLoadedRuntimeOnPort": "디버거 작업자가 포트 {0}에 런타임을 로드했습니다.",
	"CouldNotDebug": "디버그할 수 없습니다. {0}"
}