microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.9.3

Branches

Tags

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

Clone

HTTPS

Download ZIP

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}