microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
efbe1ba61ca71887b3fa9a2d1ae3afb9a78cb87e

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/cht/src/common/error/errorStrings.i18n.json

44lines · 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 "CommandFailed": "執行命令 '{0}' 時發生錯誤",
8 "CommandFailedWithErrorCode": "命令 '{0}' 失敗,錯誤碼: {1}",
9 "ExpectedIntegerValue": "應為整數。無法讀取 {0}",
10 "PackagerStartFailed": "執行 React Native 封裝程式時發生錯誤。",
11 "IOSDeployNotFound": "找不到 ios-deploy。請確認已全域安裝該項目('npm install -g ios-deploy')",
12 "DeviceNotPluggedIn": "無法裝載開發人員磁碟映像。",
13 "DeveloperDiskImgNotMountable": "無法裝載開發人員磁碟映像。",
14 "UnableToLaunchApplication": "無法啟動應用程式。",
15 "ApplicationLaunchTimedOut": "啟動應用程式已逾時。已鎖定裝置嗎?",
16 "IOSSimulatorNotLaunchable": "無法啟動 iOS 模擬器。請嘗試指定其他目標。",
17 "OpnPackagerLocationNotFound": "找不到 Opn 套件位置",
18 "PackageNotFound": "嘗試尋找套件 {0} 失敗,錯誤: {1}",
19 "PlatformNotSupported": "主機平台 {1} 上不支援平台 '{0}'",
20 "ProjectVersionNotParsable": "無法剖析位於 {0} 的套件版本元件: 版本 = {1}",
21 "ProjectVersionUnsupported": "專案版本 = {0}",
22 "ProjectVersionNotReadable": "無法讀取版本 = {0}",
23 "TelemetryInitializationFailed": "{0}。無法初始化遙測",
24 "ExtensionActivationFailed": "無法啟用 React Native 工具延伸模組",
25 "DebuggerStubLauncherFailed": "無法為偵錯工具設定虛設常式啟動器",
26 "IntellisenseSetupFailed": "無法設定 IntelliSense",
27 "NodeDebuggerConfigurationFailed": "無法為偵錯工具設定節點偵錯工具位置",
28 "FailedToStopPackagerOnExit": "無法在關閉 React Native 工具時,停止封裝程式",
29 "FailedToRunOnAndroid": "無法在 Android 中執行應用程式",
30 "FailedToRunOnIos": "無法在 iOS 中執行應用程式",
31 "FailedToRunExponent": "無法在 Exponent 中執行應用程式",
32 "FailedToStartPackager": "無法啟動 React Native 封裝程式",
33 "FailedToStopPackager": "無法停止 React Native 封裝程式",
34 "FailedToRestartPackager": "無法重新啟動 React Native 封裝程式",
35 "DebuggingFailed": "無法偵錯應用程式",
36 "DebuggingFailedInNodeWrapper": "因為 Node 偵錯工具發生錯誤,所以無法偵錯應用程式",
37 "RNTempFolderDeletionFailed": "無法刪除暫存資料夾 {0}",
38 "CouldNotFindLocationOfNodeDebugger": "找不到 node-debugger 延伸模組的位置",
39 "PackagerRunningInDifferentPort": "因為封裝程式處理序已在連接埠 {1} 上執行,所以無法在連接 埠 {0} 上啟動封裝程式。",
40 "ErrorWhileProcessingMessageInIPMSServer": "處理訊息時發生錯誤: {0}",
41 "ErrorNoPipeFound": "無法設定與 VSCode react-native 延伸模組的通訊。這是react-native 專案嗎? 您已確認 react-native npm 套件安裝於根目錄嗎?",
42 "NotAllSuccessPatternsMatched": "未知錯誤: 並非所有成功模式都相符。 \n 這表示 \"react-native run-{0}\" 命令失敗。 \n 請檢查 [檢視] -> [切換輸出] -> [React Native]、 \n [檢視] -> [切換輸出] -> [React Native: 執行 {1} 輸出] 視窗。",
43 "CouldNotParsePackageVersion": "無法剖析位於 {0} 的套件版本元件: 版本 = {1}"
44}