microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.1.1

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/cht/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": "在 VS Code 外部執行的 React Native 封裝工具。若要執行偵錯,請使用 [連結到封裝工具] 選項",
	"PackagerIsStillRunning": "封裝工具仍在執行。若封裝工具從 VS Code 外部啟動,請使用 [工作管理員] 結束該封裝工具處理序。",
	"PackagerIsNotRunning": "封裝工具不在執行",
	"EntryPointDoesntExist": "index.js 和 index.{0}.js 皆不存在進入點。預告將會略過...",
	"AboutToGetURL": "即將取得: {0}",
	"BundleCacheWasPrewarmed": "此套件組合快取已預熱。",
	"CouldNotStartPackager": "無法啟動封裝工具。",
	"StoppingPackager": "正在停止封裝工具"
}