microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
sourcemap-handle-null-sections

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

27lines · modeblame

a4e6c228Ezio Li1 years ago1/*---------------------------------------------------------------------------------------------
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"PlatformSelectionTitle": "选择平台",
8"PlatformSelectionPrompt": "运行平台",
9"ApplicationTypeSelectionTitle": "选择 React Native 应用程序的类型",
10"ApplicationTypeSelectionPrompt": "React Native 应用程序的类型",
11"UseHermesEnginePrompt": "使用Hermes引擎直接调试?",
12"UseHermesEngineInvalid": "使用 Hermes 引擎尚未确认",
7a4506dclexie0111 years ago13"ExpoPlatformTypeSelection": "选择要运行的平台",
14"ExpoPlatformTypeSelectionPrompt": "运行的平台类型",
a4e6c228Ezio Li1 years ago15"ExpoHostTypeSelectionTitle": "选择Expo主机参数类型",
16"ExpoHostTypeSelectionPrompt": "Expo主机参数类型",
17"BrowserTypeSelectionTitle": "选择浏览器类型",
18"BrowserTypeSelectionPrompt": "浏览器类型",
19"NoBrowserTargetSelected": "未选择浏览器目标",
20"AddressInputTitle": "主机地址",
21"AddressInputPrompt": "输入主机地址",
22"AddressInputInvalid": "输入有效的主机名或 IP 地址",
23"PortInputTitle": "主机的端口",
24"PortInputPrompt": "输入调试服务器正在侦听的端口号",
25"PortInputInvalid": "输入有效的端口号",
26"UseHermesEngine":"使用 Hermes 引擎"
27}