microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
remove-unused-debugging-code

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/cht/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}