microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/kor/src/extension/ios/iOSTargetManager.i18n.json
12lines · 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 | "CouldNotRecognizeTargetType": "대상 {0}의 유형을 인식할 수 없습니다.", |
| 8 | "SelectIOSSystemVersion": "iOS 타겟의 시스템 버전을 선택하세요.", |
| 9 | "ErrorWhileLaunchingSimulator": "시뮬레이터 {0} 실행 중 오류 발생: {1}", |
| 10 | "SimulatorLaunched": "시뮬레이터 {0} 출시", |
| 11 | "SimulatorStartWarning": "{1}초 내에 시뮬레이터 {0}을(를) 시작할 수 없습니다." |
| 12 | } |