microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
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 | "ThereIsNoOnlineTargetWithSpecifiedTargetType": "지정된 대상 유형 '{0}'을(를) 가진 온라인 대상이 없습니다.", |
| 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 | } |