microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/chs/src/extension/networkInspector/networkInspectorServer.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 | "StartNetworkinspector": "启动网络检查器", |
| 8 | "NetworkInspectorWorking": "网络巡查员正在工作", |
| 9 | "NetworkInspectorStopped": "网络检查器已停止", |
| 10 | "ErrorOpeningNetworkInspectorServerOnPort": "在端口 {0} 上打开网络检查器服务器时出错", |
| 11 | "NIDeviceDisconnected": "设备已与网络检查器断开连接 {0}", |
| 12 | "NIDeviceConnected": "连接的设备:{0}" |
| 13 | } |