microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.6.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/kor/src/extension/android/androidPlatform.i18n.json

10lines · 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 "TargetIsNotSupportedForAndroid": "{0} 대상이 Android 플랫폼에서 지원되지 않습니다. \n Android 앱을 시작하기 위해 특정 디바이스 또는 시뮬레이터를 사용하려는 경우 \n 대신 'adb devices' 출력에서처럼 디바이스 ID를 지정하세요.",
8 "DeviceSupportsOnlyAPILevel": "{0} 디바이스는 API 레벨 {1}만 지원합니다. \n adb reverse를 통한 포트 전달을 지원하려면 {2} 레벨이 필요합니다. \n 디버깅이 작동하려면 <메뉴 단추 흔들기 또는 누르기>를 수행하여 개발자 메뉴를 표시하고, \n <Dev Settings>로 이동하여 <Debug Server host & port for Device>를 디바이스에서 연결할 수 있는 \n 컴퓨터의 IP 주소가 되도록 구성해야 합니다. 자세한 정보: \n https://facebook.github.io/react-native/docs/debugging.html#debugging-react-native-apps",
9 "ErrorWhileMonitoringLogCat": "LogCat을 모니터링하는 동안 오류가 발생했습니다."
10}