microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
smoke-actionbar-timeout-assertion

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

25lines · 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 "CouldNotReadPackagerOptions": "無法從 exp.json 讀取封裝工具的選項,繼續...",
8 "StartingPackager": "正在啟動封裝工具",
9 "PackagerStarted": "封裝工具已啟動。",
10 "PackagerIsAlreadyRunning": "封裝工具已在執行。",
11 "PackagerRunningOutsideVSCode": "在 VS Code 外部執行的 React Native 封裝工具。若要執行偵錯,請使用 [連結到封裝工具] 選項",
12 "PackagerIsStillRunning": "封裝工具仍在執行。若封裝工具從 VS Code 外部啟動,請使用 [工作管理員] 結束該封裝工具處理序。",
13 "PackagerIsNotRunning": "封裝工具不在執行",
14 "EntryPointDoesntExist": "index.js 和 index.{0}.js 皆不存在進入點。預告將會略過...",
15 "AboutToGetURL": "即將取得: {0}",
16 "BundleCacheWasPrewarmed": "此套件組合快取已預熱。",
17 "CouldNotStartPackager": "無法啟動封裝工具。",
18 "StoppingPackager": "正在停止封裝工具",
19 "PackagerIsRunningBeforeStarting": "打包器已經在運行,如果您想調試,請使用“附加到打包器”選項",
20 "VerifyOpenModuleMainFileAndEntry": "需要檢查主檔案和開啟模組的入口點,如果不存在則設定並寫入新內容,路徑:{0}",
21 "NoOpenMainFile": "在開啟的模組中找不到主文件,正在執行安裝程式...",
22 "CopyOpenMainFile": "複製 open-main.js 開啟模組...",
23 "AddOpenMainEntry": "將 open-main.js 條目新增至 package.json 'main' 欄位...",
24 "OpenMainEntryIsExisting": "在開啟的模組中找到 open-main.js 和入口,跳過設定..."
25}