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/iOSPlatform.i18n.json

13lines · 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 "iosRelativeProjectPathOptionIsDeprecatedUseRunArgumentsInstead": "'iosRelativeProjectPath' 옵션은 더 이상 사용되지 않습니다. 대신 'runArguments'를 사용하세요.",
8 "ThereIsNoTargetWithSpecifiedTargetType": "지정된 대상 유형 '{0}'의 대상이 없습니다. 임의의 대상으로 계속하세요.",
9 "iosSchemeParameterAlreadySetInRunArguments": "'--scheme'이 'runArguments' 구성 매개변수 값으로 설정되고, 'scheme' 구성 매개변수 값은 생략됩니다.",
10 "ThereIsNoIosTargetWithSuchUdid": "해당 UDID를 가진 iOS 타겟이 없습니다: {0}",
11 "ThereIsNoIosDeviceWithSuchName": "해당 이름의 iOS 기기가 없습니다: {0}",
12 "ThereIsNoIosSimulatorWithSuchName": "다음과 같은 이름의 iOS 시뮬레이터가 없습니다: {0}"
13}