microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/kor/src/debugger/nodeDebugWrapper.i18n.json
12lines · modecode
| 1 | /*--------------------------------------------------------------------------------------------- |
| 2 | * Copyright (c) Microsoft Corporation. All rights reserved. |
| 3 | * Licensed under the MIT License. See License.txt in the project root for license information. |
| 4 | *--------------------------------------------------------------------------------------------*/ |
| 5 | // Do not edit this file. It is machine generated. |
| 6 | { |
| 7 | "CouldNotStopMonitoringLogcat": "logcat 모니터링을 중지할 수 없습니다. {0}", |
| 8 | "ProgramPropertyDeprecationWarning": "시작된 디버그 구성에 사용되지 않고 곧 제거될 'program' 속성이 포함되어 있습니다. \"cwd\": \"${workspaceFolder}\"로 바꾸세요.", |
| 9 | "StartingDebuggerAppWorker": "디버거 앱 작업자를 시작하는 중입니다.", |
| 10 | "DebuggerWorkerLoadedRuntimeOnPort": "디버거 작업자가 포트 {0}에 런타임을 로드했습니다.", |
| 11 | "CouldNotDebug": "디버그할 수 없습니다. {0}" |
| 12 | } |