microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
cdp-node-version-compatibility

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/chs/src/common/configurationProviderHelper.i18n.json

27lines · 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.
{
    "PlatformSelectionTitle": "选择平台",
    "PlatformSelectionPrompt": "运行平台",
    "ApplicationTypeSelectionTitle": "选择 React Native 应用程序的类型",
    "ApplicationTypeSelectionPrompt": "React Native 应用程序的类型",
    "UseHermesEnginePrompt": "使用Hermes引擎直接调试?",
    "UseHermesEngineInvalid": "使用 Hermes 引擎尚未确认",
    "ExpoPlatformTypeSelection": "选择要运行的平台",
    "ExpoPlatformTypeSelectionPrompt": "运行的平台类型",
    "ExpoHostTypeSelectionTitle": "选择Expo主机参数类型",
    "ExpoHostTypeSelectionPrompt": "Expo主机参数类型",
    "BrowserTypeSelectionTitle": "选择浏览器类型",
    "BrowserTypeSelectionPrompt": "浏览器类型",
    "NoBrowserTargetSelected": "未选择浏览器目标",
    "AddressInputTitle": "主机地址",
    "AddressInputPrompt": "输入主机地址",
    "AddressInputInvalid": "输入有效的主机名或 IP 地址",
    "PortInputTitle": "主机的端口",
    "PortInputPrompt": "输入调试服务器正在侦听的端口号",
    "PortInputInvalid": "输入有效的端口号",
    "UseHermesEngine":"使用 Hermes 引擎"
}