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