microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/kor/src/extension/android/androidTargetManager.i18n.json
11lines · modeblame
21e2e2f0Ezio Li1 years ago | 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 | "CouldNotUseEmulators": "설치된 에뮬레이터를 가져오는 중 오류가 발생했습니다: {0}, 온라인 대상만 계속 사용하세요", | |
| 8 | "RDPEmulatorWarning": "Android 에뮬레이터가 Windows RDP 세션에서 실행되었으므로 오류가 발생할 수 있습니다.", | |
| 9 | "EmulatorLaunched": "Android 에뮬레이터 {0} 출시", | |
| 10 | "EmulatorStartWarning": "{1}초 내에 에뮬레이터 {0}을(를) 시작할 수 없습니다." | |
| 11 | } |