microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
preview

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/chs/src/common/packager.i18n.json

19lines · 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.
{
	"CouldNotReadPackagerOptions": "无法从 exp.json 读取包生成工具的选项,继续...",
	"StartingPackager": "正在启动包生成工具",
	"PackagerStarted": "已启动包生成工具。",
	"PackagerIsAlreadyRunning": "包生成工具已在运行。",
	"PackagerRunningOutsideVSCode": "React Native 包生成工具在 VS Code 外部运行。如果想要调试,请使用“附加到包生成工具”选项",
	"PackagerIsStillRunning": "包生成工具仍在运行。如果包生成工具已在 VS Code 外部启动,请使用任务管理器退出该包生成工具进程。",
	"PackagerIsNotRunning": "包生成工具未运行",
	"EntryPointDoesntExist": "index.js 和 index.{0}.js 中都不存在入口点。跳过预热...",
	"AboutToGetURL": "即将获得: {0}",
	"BundleCacheWasPrewarmed": "已预热捆绑缓存。",
	"CouldNotStartPackager": "无法启动包生成工具。",
	"StoppingPackager": "正在停止包生成工具"
}