microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
dev/v-peq/add_installPods_test

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 · 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 "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}