microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/cht/src/extension/debuggingConfiguration/reactNativeDebugConfigProvider.i18n.json
32lines · modeblame
21e2e2f0Ezio Li1 years ago | 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 | "DebugAndroidConfigDesc": "運行和調試 Android 應用程式", | |
| 8 | "RunAndroidConfigDesc": "運行Android應用程式", | |
| 9 | "DebugiOSConfigDesc": "運行和調試 iOS 應用程式", | |
| 10 | "RuniOSConfigDesc": "運行iOS應用程式", | |
| 11 | "DebugWindowsConfigDesc": "運行和調試 Windows 應用程式", | |
| 12 | "DebugmacOSConfigDesc": "運行和調試 macOS 應用程式", | |
| 13 | "AttachToPackagerConfigDesc": "附加到已經工作的應用程式打包器", | |
| 14 | "DebugExpoConfigDesc": "在 Expo 中調試 Expo 應用程式或 React Native 應用程式", | |
| 15 | "DebugHermesExpoConfigDesc": "在 Expo 中調試 Hermes Expo 應用程式或 React Native 應用程式", | |
| 16 | "DebugExpoWebConfigDesc": "在 Web 瀏覽器上偵錯 Hermes Expo 應用程式", | |
| 17 | "DebugAndroidHermesConfigDesc": "運行和調試 Android Hermes 應用程式", | |
| 18 | "RunAndroidHermesConfigDesc": "運行 Android Hermes 應用程式", | |
| 19 | "DebugIosHermesConfigDesc": "運行和調試 iOS Hermes 應用程式", | |
| 20 | "RunIosHermesConfigDesc": "運行 iOS Hermes 應用程式", | |
| 21 | "DebugMacOSHermesConfigDesc": "運行和調試 macOS Hermes 應用程式", | |
| 22 | "DebugWindowsHermesConfigDesc": "運行和調試 Windows Hermes 應用程式", | |
| 23 | "AttachToPackagerHermesConfigDesc": "直接附加到 Android 上已經運行的 React Native Hermes 應用程式", | |
| 24 | "DebugDirectiOSConfigDesc": "直接運行和調試iOS應用程式", | |
| 25 | "RunDirectiOSConfigDesc": "運行具有直接調試支援的 iOS 應用程式", | |
| 26 | "AttachToPackageriOSConfigDesc": "直接附加到已經運行的 React Native iOS 應用程式", | |
| 27 | "RunApplicationScenario": "無需調試即可運行 React Native 應用程式", | |
| 28 | "DebugApplicationScenario": "調試 React Native 應用程式", | |
| 29 | "AttachApplicationScenario": "附加到正在運行的 React Native 應用程式", | |
| 30 | "DebugConfigQuickPickSequentialLabel": "選擇調試配置", | |
| 31 | "DebugConfigQuickPickLabel": "選擇調試配置" | |
| 32 | } |