microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.12.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/kor/src/common/packager.i18n.json

19lines · 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 "CouldNotReadPackagerOptions": "exp.json에서 패키지 작성 도구의 옵션을 읽을 수 없습니다. 계속 진행합니다...",
8 "StartingPackager": "패키지 작성 도구를 시작하는 중",
9 "PackagerStarted": "패키지 작성 도구가 시작되었습니다.",
10 "PackagerIsAlreadyRunning": "패키지 작성 도구가 이미 실행 중입니다.",
11 "PackagerRunningOutsideVSCode": "React Native 패키지 작성 도구가 VS Code 외부에서 실행되고 있습니다. 디버그하려면 '패키지 작성 도구에 연결' 옵션을 사용하세요.",
12 "PackagerIsStillRunning": "패키지 작성 도구가 계속 실행 중입니다. 패키지 작성 도구가 VS Code 외부에서 시작된 경우 작업 관리자를 사용하여 패키지 작성 도구 프로세스를 종료하세요.",
13 "PackagerIsNotRunning": "패키지 작성 도구가 실행되고 있지 않습니다.",
14 "EntryPointDoesntExist": "index.js 및 index.{0}.js에 진입점이 존재하지 않습니다. 사전 준비를 건너뛰는 중...",
15 "AboutToGetURL": "가져올 예정: {0}",
16 "BundleCacheWasPrewarmed": "번들 캐시가 사전 준비되었습니다.",
17 "CouldNotStartPackager": "패키지 작성 도구를 시작할 수 없습니다.",
18 "StoppingPackager": "패키지 작성 도구를 중지하는 중"
19}