microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/kor/src/extension/generalMobilePlatform.i18n.json
13lines · 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 | "ReactNativeRunPlatform": "React Native: {0} 실행", |
| 8 | "ConnectedToPackager": "패키지 작성 도구에 연결되었습니다. 이제 시뮬레이터에서 앱을 열 수 있습니다.", |
| 9 | "DebuggerReadyEnableRemoteDebuggingInApp": "디버거가 준비되었습니다. 앱에서 원격 디버깅을 사용하도록 설정합니다.", |
| 10 | "DebuggerReadyDisableRemoteDebuggingInApp": "디버거가 준비되었습니다. 앱에서 원격 디버깅을 사용하지 않도록 설정합니다.", |
| 11 | "StartingReactNativePackager": "React Native 패키지 작성 도구를 시작하는 중입니다.", |
| 12 | "AttachingToRunningReactNativePackager": "실행되는 React Native 패키지 작성 도구에 연결하는 중" |
| 13 | } |