microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
stabilize-waithelper-polling

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/chs/src/extension/ios/iOSTargetManager.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 "CouldNotRecognizeTargetType": "无法识别目标 {0} 的类型",
8 "SelectIOSSystemVersion": "选择iOS目标的系统版本",
9 "ErrorWhileLaunchingSimulator": "启动模拟器 {0} 时出错:{1}",
10 "SimulatorLaunched": "启动模拟器 {0}",
11 "SimulatorStartWarning": "无法在 {1} 秒内启动模拟器 {0}"
12}