microsoft/vscode-react-native

Public

mirrored from https://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 · modepreview

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
	"iosRelativeProjectPathOptionIsDeprecatedUseRunArgumentsInstead": "'iosRelativeProjectPath' 옵션은 더 이상 사용되지 않습니다. 대신 'runArguments'를 사용하세요.",
	"ThereIsNoTargetWithSpecifiedTargetType": "지정된 대상 유형 '{0}'의 대상이 없습니다. 임의의 대상으로 계속하세요.",
	"iosSchemeParameterAlreadySetInRunArguments": "'--scheme'이 'runArguments' 구성 매개변수 값으로 설정되고, 'scheme' 구성 매개변수 값은 생략됩니다.",
	"ThereIsNoIosTargetWithSuchUdid": "해당 UDID를 가진 iOS 타겟이 없습니다: {0}",
	"ThereIsNoIosDeviceWithSuchName": "해당 이름의 iOS 기기가 없습니다: {0}",
	"ThereIsNoIosSimulatorWithSuchName": "다음과 같은 이름의 iOS 시뮬레이터가 없습니다: {0}"
}