microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/cht/package.i18n.json
68lines · 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 | "reactNative.description": "React Native 的偵錯及整合命令", |
| 8 | "reactNative.license": "請參閱 LICENSE.txt 中的授權", |
| 9 | "reactNative.command.runAndroidSimulator.title": "在 Emulator 上執行 Android", |
| 10 | "reactNative.command.runAndroidDevice.title": "在裝置上執行 Android", |
| 11 | "reactNative.command.runIosSimulator.title": "在模擬器上執行 iOS", |
| 12 | "reactNative.command.runIosDevice.title": "在裝置上執行 iOS", |
| 13 | "reactNative.command.runExponent.title": "執行 Expo", |
| 14 | "reactNative.command.startPackager.title": "啟動封裝工具", |
| 15 | "reactNative.command.stopPackager.title": "停止封裝工具", |
| 16 | "reactNative.command.restartPackager.title": "重新啟動封裝工具", |
| 17 | "reactNative.command.publishToExpHost.title": "發行到 Expo", |
| 18 | "reactNative.command.showDevMenu.title": "顯示開發人員功能表", |
| 19 | "reactNative.command.reloadApp.title": "重新載入應用程式", |
| 20 | "reactNative.command.runInspector.title": "執行元素偵測器", |
| 21 | "reactNative.snippets.debugAndroid.description": "在 Android 上啟動 react-native 應用程式的新組態", |
| 22 | "reactNative.snippets.debugiOS.description": "在 iOS 上啟動 react-native 應用程式的新組態", |
| 23 | "reactNative.snippets.attachPackager.description": "連結到封裝工具的新組態", |
| 24 | "reactNative.snippets.debugExpo.description": "啟動 Expo 應用程式的新組態", |
| 25 | "reactNative.attach.program.description": "[已取代。請改用 cwd] vscode 資料夾中的 launchReactNative.js 路徑", |
| 26 | "reactNative.attach.cwd.description": "專案根資料夾的路徑", |
| 27 | "reactNative.attach.sourceMaps.description": "是否要使用 JavaScript 來源對應,將產生的組合程式碼對應回其原始來源", |
| 28 | "reactNative.attach.sourceMapsPathOverrides.description": "一組對應,用於將來源檔案的位置從 sourcemap 指出的位置重寫成磁碟上的位置。如需詳細資料,請參閱 https://github.com/microsoft/vscode-react-native/blob/master/doc/debugging.md#debugging-with-typescript-and-haul", |
| 29 | "reactNative.attach.trace.description": "偵錯工具處理序中的記錄層級。可能適用於診斷。如果設定為 [追蹤],所有偵錯工具處理序記錄都會提供在 [偵錯主控台] 輸出視窗中。", |
| 30 | "reactNative.attach.address.description": "要附加以偵錯之目標封裝工具的 TCP/IP 位址。預設為 'localhost'。", |
| 31 | "reactNative.attach.port.description": "要附加以偵錯之封裝工具的連接埠。預設值為 8081。", |
| 32 | "reactNative.attach.remoteRoot.description": "遠端主機來源根目錄。", |
| 33 | "reactNative.attach.localRoot.description": "對應到 'remoteRoot' 的本機來源根目錄。", |
| 34 | "reactNative.attach.skipFiles.description": "要在偵錯時跳過的檔案或資料夾名稱陣列,或 glob 模式陣列。", |
| 35 | "reactNative.attach.debuggerWorkerUrlPath.description": "要覆寫的應用程式偵錯工具背景工作路徑。例如,若偵錯工具嘗試連線至 http://localhost:8081/debugger-ui/debuggerWorker.js,而您從封裝工具輸出得到 404 錯誤,則您可能會想要將 debuggerWorkerUrlPath 變更為另一個更適合封裝工具的值 (\"debugger-ui\" 將會使用您提供的值取代)。", |
| 36 | "reactNative.launch.platform.description": "要設為目標的平台。可能的值: 'android'、'ios'、'exponent'、'windows'、'wpf'", |
| 37 | "reactNative.launch.program.description": "[已取代。請改用 cwd] vscode 資料夾中的 launchReactNative.js 路徑", |
| 38 | "reactNative.launch.cwd.description": "專案根資料夾的路徑", |
| 39 | "reactNative.launch.target.description": "要執行的目標。可能的值: 'simulator'、'device'、'<Android 模擬器/裝置識別碼>'、'<iOS 模擬器/裝置名稱>'", |
| 40 | "reactNative.launch.sourceMaps.description": "是否要使用 JavaScript 來源對應,將產生的組合程式碼對應回其原始來源", |
| 41 | "reactNative.launch.logCatArguments.description": "要用於 LogCat 的引數 (LogCat 輸出會顯示在輸出通道上)。其可以是陣列,例如: [\":S\", \"ReactNative:V\", \"ReactNativeJS:V\"]", |
| 42 | "reactNative.launch.outDir.description": "產生的 JavaScript 程式碼 (組合檔案) 位置。這通常應該是 \"${workspaceRoot}/.vscode/.react\"", |
| 43 | "reactNative.launch.runArguments.description": "執行要傳遞至 'react-native run-<platform>' 命令的引數 (覆寫所有其他組態參數)", |
| 44 | "reactNative.launch.env.description": "傳遞到偵錯工具和 'react-native run-<platform>' 命令的環境變數。", |
| 45 | "reactNative.launch.envFile.description": "包含環境變數定義的檔案絕對路徑。", |
| 46 | "reactNative.launch.variant.description": "要傳遞至 'react-native run-android' 的變化,例如使用 'devDebug' 可指定 '--variant=devDebug'", |
| 47 | "reactNative.launch.scheme.description": "要傳遞至 'react-native run-ios' 的配置名稱,例如 'devDebug' 可指定 '--scheme=devDebug'", |
| 48 | "reactNative.launch.productName.description": "iOS 套件組合顯示名稱,例如 'AwesomeProject' 值表示延伸模組將搜尋 'AwesomeProject.app' 套件組合", |
| 49 | "reactNative.launch.skipFiles.description": "要在偵錯時跳過的檔案或資料夾名稱陣列,或 glob 模式陣列。", |
| 50 | "reactNative.launch.trace.description": "偵錯工具處理序中的記錄層級。可能適用於診斷。如果設定為 [追蹤],所有偵錯工具處理序記錄都會提供在 [偵錯主控台] 輸出視窗中。", |
| 51 | "reactNative.launch.debuggerWorkerUrlPath.description": "要覆寫的應用程式偵錯工具背景工作路徑。例如,若偵錯工具嘗試連線至 http://localhost:8081/debugger-ui/debuggerWorker.js,而您從封裝工具輸出得到 404 錯誤,則您可能會想要將 debuggerWorkerUrlPath 變更為另一個更適合封裝工具的值 (\"debugger-ui\" 將會使用您提供的值取代)。", |
| 52 | "reactNative.configuration.title": "React Native 設定", |
| 53 | "reactNative.configuration.properties.react-native.ios.runArguments.simulator.description": "執行傳遞給 'react-native run-ios' 命令的引數", |
| 54 | "reactNative.configuration.properties.react-native.ios.runArguments.device.description": "執行傳遞給 'react-native run-ios' 命令的引數", |
| 55 | "reactNative.configuration.properties.react-native.ios.env.simulator.description": "傳遞給程式的環境變數。", |
| 56 | "reactNative.configuration.properties.react-native.ios.env.device.description": "傳遞給程式的環境變數。", |
| 57 | "reactNative.configuration.properties.react-native.ios.envFile.simulator.description": "包含環境變數定義的檔案絕對路徑。", |
| 58 | "reactNative.configuration.properties.react-native.ios.envFile.device.description": "包含環境變數定義的檔案絕對路徑。", |
| 59 | "reactNative.configuration.properties.react-native.android.runArguments.simulator.description": "執行傳遞給 'react-native run-android' 命令的引數", |
| 60 | "reactNative.configuration.properties.react-native.android.runArguments.device.description": "執行傳遞給 'react-native run-android' 命令的引數", |
| 61 | "reactNative.configuration.properties.react-native.android.env.simulator.description": "傳遞給程式的環境變數。", |
| 62 | "reactNative.configuration.properties.react-native.android.env.device.description": "傳遞給程式的環境變數。", |
| 63 | "reactNative.configuration.properties.react-native.android.envFile.simulator.description": "包含環境變數定義的檔案絕對路徑。", |
| 64 | "reactNative.configuration.properties.react-native.android.envFile.device.description": "包含環境變數定義的檔案絕對路徑。", |
| 65 | "reactNative.configuration.properties.react-native.packager.port.description": "React Native 封裝工具連接埠", |
| 66 | "reactNative.configuration.properties.react-native-tools.projectRoot.description": "React-Native 專案所在的子資料夾", |
| 67 | "reactNative.configuration.properties.react-native-tools.logLevel.description": "延伸模組中的記錄層級" |
| 68 | } |