microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
dev/v-peq/removeEmptyOnChangeConfiguration

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/chs/src/extension/appLauncher.i18n.json

17lines · 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 "PrewarmingBundleCache": "预热捆绑包缓存,这可能需要一段时间......",
8 "BuildingAndRunningApplication": "构建并运行应用程序",
9 "PrepareHermesDebugging": "准备Hermes调试",
10 "PrepareHermesLaunch": "准备 Hermes 加载",
11 "PrepareDirectIosDebugging": "准备直接iOS调试(实验性)",
12 "PrepareDirectIosLaunch": "准备直接 iOS 启动(实验性)",
13 "DisableJSDebugging": "禁用 JS 调试",
14 "EnableJSDebugging": "启用 JS 调试",
15 "BrowserError": "浏览器错误:{0}",
16 "BrowserExit": "浏览器已关闭,退出代码:{0}"
17}