microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.6.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

19lines · 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}