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