microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/chs/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 | } |
| 13 | |