microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.11.2

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/chs/src/extension/generalMobilePlatform.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 "ReactNativeRunPlatform": "React Native: 运行 {0}",
8 "ConnectedToPackager": "已连接到包生成工具。现在可在该模拟器中打开你的应用。",
9 "DebuggerReadyEnableRemoteDebuggingInApp": "调试器准备就绪。启用应用中的远程调试。",
10 "DebuggerReadyDisableRemoteDebuggingInApp": "调试器准备就绪。禁用应用中的远程调试。",
11 "StartingReactNativePackager": "正在启动 React Native 包生成工具。",
12 "AttachingToRunningReactNativePackager": "正在附加到运行 React Native 的包生成工具"
13}