microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
cdp-node-version-compatibility

Branches

Tags

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

Clone

HTTPS

Download ZIP

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}