microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fix/readme-spelling-errors

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/chs/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}