microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
remove-unused-debugging-code

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/cht/src/common/packager.i18n.json

25lines · 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": "正在停止封裝工具",
	"PackagerIsRunningBeforeStarting": "打包器已經在運行,如果您想調試,請使用“附加到打包器”選項",
	"VerifyOpenModuleMainFileAndEntry": "需要檢查主檔案和開啟模組的入口點,如果不存在則設定並寫入新內容,路徑:{0}",
	"NoOpenMainFile": "在開啟的模組中找不到主文件,正在執行安裝程式...",
	"CopyOpenMainFile": "複製 open-main.js 開啟模組...",
	"AddOpenMainEntry": "將 open-main.js 條目新增至 package.json 'main' 欄位...",
	"OpenMainEntryIsExisting": "在開啟的模組中找到 open-main.js 和入口,跳過設定..."
}