microsoft/vscode-react-native

Public

mirrored from https://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/debuggingConfiguration/reactNativeDebugConfigProvider.i18n.json

32lines · modepreview

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
    "DebugAndroidConfigDesc": "運行和調試 Android 應用程式",
    "RunAndroidConfigDesc": "運行Android應用程式",
    "DebugiOSConfigDesc": "運行和調試 iOS 應用程式",
    "RuniOSConfigDesc": "運行iOS應用程式",
    "DebugWindowsConfigDesc": "運行和調試 Windows 應用程式",
    "DebugmacOSConfigDesc": "運行和調試 macOS 應用程式",
    "AttachToPackagerConfigDesc": "附加到已經工作的應用程式打包器",
    "DebugExpoConfigDesc": "在 Expo 中調試 Expo 應用程式或 React Native 應用程式",
    "DebugHermesExpoConfigDesc": "在 Expo 中調試 Hermes Expo 應用程式或 React Native 應用程式",
    "DebugExpoWebConfigDesc": "在 Web 瀏覽器上偵錯 Hermes Expo 應用程式",
    "DebugAndroidHermesConfigDesc": "運行和調試 Android Hermes 應用程式",
    "RunAndroidHermesConfigDesc": "運行 Android Hermes 應用程式",
    "DebugIosHermesConfigDesc": "運行和調試 iOS Hermes 應用程式",
    "RunIosHermesConfigDesc": "運行 iOS Hermes 應用程式",
    "DebugMacOSHermesConfigDesc": "運行和調試 macOS Hermes 應用程式",
    "DebugWindowsHermesConfigDesc": "運行和調試 Windows Hermes 應用程式",
    "AttachToPackagerHermesConfigDesc": "直接附加到 Android 上已經運行的 React Native Hermes 應用程式",
    "DebugDirectiOSConfigDesc": "直接運行和調試iOS應用程式",
    "RunDirectiOSConfigDesc": "運行具有直接調試支援的 iOS 應用程式",
    "AttachToPackageriOSConfigDesc": "直接附加到已經運行的 React Native iOS 應用程式",
    "RunApplicationScenario": "無需調試即可運行 React Native 應用程式",
    "DebugApplicationScenario": "調試 React Native 應用程式",
    "AttachApplicationScenario": "附加到正在運行的 React Native 應用程式",
    "DebugConfigQuickPickSequentialLabel": "選擇調試配置",
    "DebugConfigQuickPickLabel": "選擇調試配置"
}