microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
78c2aaee56e1edfea55cdebbdccbf5541dff7beb

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

12lines · modeblame

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