microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.13.2

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/chs/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": "选择调试配置"
}