microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
smoke-actionbar-timeout-assertion

Branches

Tags

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

Clone

HTTPS

Download ZIP

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