-
Notifications
You must be signed in to change notification settings - Fork 267
/
package.nls.zh-tw.json
114 lines (114 loc) · 11.7 KB
/
package.nls.zh-tw.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"reactNative.description": "React Native 的調試和整合命令",
"reactNative.license": "請參閱 LICENSE.txt 中的許可證",
"reactNative.workspaceTrust.description": "在此工作區中調試程式碼需要信任。",
"reactNative.virtualWorkspaces.description": "在虛擬工作區中無法進行調試。",
"reactNative.command.launchAndroidSimulator.title": "啟動 Android 模擬器",
"reactNative.command.launchIOSSimulator.title": "啟動 iOS 模擬器",
"reactNative.command.launchExpoWeb.title": "啟動ExpoWeb",
"reactNative.command.selectAndInsertDebugConfiguration.title": "選擇 React Native 調試配置",
"reactNative.command.runAndroidSimulator.title": "在模擬器上運行 Android",
"reactNative.command.runAndroidDevice.title": "在裝置上運行 Android",
"reactNative.command.runIosSimulator.title": "在模擬器上運行iOS",
"reactNative.command.runIosDevice.title": "在裝置上運行 iOS",
"reactNative.command.runExponent.title": "跑博會",
"reactNative.command.runWindows.title": "運行Windows",
"reactNative.command.runMacOS.title": "運行MacOS",
"reactNative.command.startPackager.title": "啟動打包器",
"reactNative.command.stopPackager.title": "停止打包程序",
"reactNative.command.restartPackager.title": "重新啟動打包器",
"reactNative.command.publishToExpHost.title": "發佈到世博會",
"reactNative.command.createExpoEASBuildConfigFile.title": "為 Expo 建立 EAS 設定文件",
"reactNative.command.openEASProjectInWebPage.title": "在網頁中開啟 EAS 項目",
"reactNative.command.revertOpenModule.title": "恢復開啟包模組中的擴充輸入",
"reactNative.command.openRNUpgradeHelper.title": "在網頁中開啟React Native升級助手",
"reactNative.command.installExpoGoApplication.title": "在模擬器或裝置上下載並安裝 Expo Go",
"reactNative.command.showDevMenu.title": "顯示開發選單",
"reactNative.command.reloadApp.title": "重新載入應用程式",
"reactNative.command.runInspector.title": "運行元素檢查器",
"reactNative.command.stopInspector.title": "停止元素檢查器",
"reactNative.command.startLogCatMonitor.title": "運行 React Native LogCat 監視器",
"reactNative.command.stopLogCatMonitor.title": "停止 React Native LogCat 監視器",
"reactNative.command.startNetworkInspector.title": "運行網路檢查器",
"reactNative.command.stopNetworkInspector.title": "停止網路檢查器",
"reactNative.command.testDevEnvironment.title": "檢查開發環境配置",
"reactNative.snippets.debugAndroid.description": "用於在 Android 上啟動 React Native 應用程式並啟用調試的新配置",
"reactNative.snippets.runAndroid.description": "用於在 Android 上啟動 React Native 應用程式而無需調試的新配置",
"reactNative.snippets.debugAndroidHermes.description": "用於在 Android 上啟動 React Native Hermes 應用程式並啟用調試的新配置",
"reactNative.snippets.runAndroidHermes.description": "用於在 Android 上啟動 React Native Hermes 應用程式而無需調試的新配置",
"reactNative.snippets.debugiOS.description": "用於在 iOS 上啟動 React Native 應用程式並啟用偵錯的新配置",
"reactNative.snippets.runiOS.description": "用於在 iOS 上啟動 React Native 應用程式而無需調試的新配置",
"reactNative.snippets.debugWindows.description": "在 Windows 上啟動 React Native 應用程式的新配置",
"reactNative.snippets.debugmacOS.description": "在 macOS 上啟動 React Native 應用程式的新配置",
"reactNative.snippets.attachPackager.description": "用於附加到打包器的新配置",
"reactNative.snippets.directAttach.description": "用於直接連接到 React Native 應用程式的新配置(例如,連接到 Hermes 應用程式或帶有 Turbomodules 的 iOS 應用程式)",
"reactNative.snippets.runDirectiOS.description": "用於在 iOS 上啟動 React Native 應用程式的新配置,無需啟用直接偵錯",
"reactNative.snippets.debugDirectiOS.description": "用於在 iOS 上啟動 React Native 應用程式並啟用直接偵錯的新配置",
"reactNative.snippets.debugExpo.description": "用於啟動 Expo 應用程式的新配置",
"reactNative.attach.program.description": "[已棄用。改用 cwd) vscode 資料夾中 launchReactNative.js 的路徑",
"reactNative.attach.cwd.description": "專案根資料夾的路徑",
"reactNative.attach.sourceMaps.description": "是否使用 JavaScript 來源映射將生成的捆綁程式碼映射回其原始來源",
"reactNative.attach.sourceMapsPathOverrides.description": "一組映射,用於將來源檔案的位置從來源映射所示的內容重寫到它們在磁碟上的位置。",
"reactNative.attach.sourceMapRenames.description": "是否在來源映射中使用“名稱”映射。",
"reactNative.attach.trace.description": "調試器進程中的日誌記錄等級。",
"reactNative.attach.address.description": "用於附加偵錯的打包程式的 TCP/IP 位址。",
"reactNative.attach.port.description": "用於附加偵錯的打包器連接埠。",
"reactNative.direct.attach.url.description": "expo Web 偵錯的 URL",
"reactNative.attach.env.description": "傳遞給偵錯器和“react-native start”命令的環境變數。",
"reactNative.attach.envFile.description": "包含環境變數定義的檔案的絕對路徑。",
"reactNative.direct.attach.webkitRangeMin.description": "用於選擇 iOS 裝置的連接埠範圍的開始。",
"reactNative.direct.attach.webkitRangeMax.description": "用於 iOS 裝置選擇的連接埠範圍結束。",
"reactNative.direct.attach.port.description": "用於調試的連接埠。 ",
"reactNative.direct.attach.useHermesEngine.description": "是否使用Hermes引擎直接調試。",
"reactNative.direct.attach.jsDebugTrace.description": "收集 vscode-js-debug 詳細跟踪",
"reactNative.direct.attach.browserTarget.description": "選擇瀏覽器目標進行偵錯",
"reactNative.attach.remoteRoot.description": "遠端主機的來源根目錄。",
"reactNative.attach.localRoot.description": "與“remoteRoot”對應的本地來源根。",
"reactNative.attach.skipFiles.description": "調試時要跳過的檔案或資料夾名稱或全域模式的陣列。",
"reactNative.attach.debuggerWorkerUrlPath.description": "要覆蓋的應用程式偵錯器工作執行緒的路徑。",
"reactNative.launch.direct.platform.description": "目標平台。",
"reactNative.launch.platform.description": "目標平台。",
"reactNative.launch.program.description": "[已棄用。改用 cwd) vscode 資料夾中 launchReactNative.js 的路徑",
"reactNative.launch.cwd.description": "專案根資料夾的路徑",
"reactNative.launch.target.description": "要運行的目標。<iOS device name>','<Android emulator/device id>','<iOS simulator name>'",
"reactNative.launch.sourceMaps.description": "是否使用 JavaScript 來源映射將生成的捆綁程式碼映射回其原始來源",
"reactNative.launch.sourceMapsPathOverrides.description": "一組映射,用於將來源檔案的位置從來源映射所示的內容重寫到它們在磁碟上的位置。",
"reactNative.launch.logCatArguments.description": "用於 LogCat 的參數(LogCat 輸出將出現在輸出通道上)。",
"reactNative.launch.outDir.description": "產生的 JavaScript 程式碼(捆綁檔案)的位置。",
"reactNative.launch.runArguments.description": "運行要傳遞給“react-native run-”的參數<platform>' 命令(覆蓋所有其他設定參數)",
"reactNative.launch.env.description": "傳遞給調試器和“react-native run-”的環境變量<platform>' 命令。",
"reactNative.launch.envFile.description": "包含環境變數定義的檔案的絕對路徑。",
"reactNative.launch.variant.description": "要傳遞給「react-native run-android」的變體,例如",
"reactNative.launch.scheme.description": "要傳遞給「react-native run-ios」的方案名稱,例如",
"reactNative.launch.productName.description": "iOS 捆綁包顯示名稱,例如",
"reactNative.launch.skipFiles.description": "調試時要跳過的檔案或資料夾名稱或全域模式的陣列。",
"reactNative.launch.trace.description": "調試器進程中的日誌記錄等級。",
"reactNative.launch.debuggerWorkerUrlPath.description": "要覆蓋的應用程式偵錯器工作執行緒的路徑。",
"reactNative.launch.launchActivity.description": "要啟動進行調試的活動。",
"reactNative.launch.expoHostType.description": "Expo 偵錯時所使用的連線類型,用於與裝置或模擬器通訊。",
"reactNative.launch.enableDebug.description": "是否啟用調試模式。",
"reactNative.launch.openExpoQR.description": "確定啟動 Expo 伺服器後是否開啟帶有二維碼的選項卡。",
"reactNative.configuration.title": "反應本機配置",
"reactNative.workspace.exclude.description": "在多根工作區中排除專案資料夾",
"reactNative.configuration.properties.react-native.ios.runArguments.simulator.description": "執行要傳遞給“react-native run-ios”命令的參數",
"reactNative.configuration.properties.react-native.ios.runArguments.device.description": "執行要傳遞給“react-native run-ios”命令的參數",
"reactNative.configuration.properties.react-native.ios.env.simulator.description": "傳遞給程式的環境變數。",
"reactNative.configuration.properties.react-native.ios.env.device.description": "傳遞給程式的環境變數。",
"reactNative.configuration.properties.react-native.ios.envFile.simulator.description": "包含環境變數定義的檔案的絕對路徑。",
"reactNative.configuration.properties.react-native.ios.envFile.device.description": "包含環境變數定義的檔案的絕對路徑。",
"reactNative.configuration.properties.react-native.android.runArguments.simulator.description": "執行要傳遞給「react-native run-android」指令的參數",
"reactNative.configuration.properties.react-native.android.runArguments.device.description": "執行要傳遞給「react-native run-android」指令的參數",
"reactNative.configuration.properties.react-native.android.env.simulator.description": "傳遞給程式的環境變數。",
"reactNative.configuration.properties.react-native.android.env.device.description": "傳遞給程式的環境變數。",
"reactNative.configuration.properties.react-native.android.envFile.simulator.description": "包含環境變數定義的檔案的絕對路徑。",
"reactNative.configuration.properties.react-native.android.envFile.device.description": "包含環境變數定義的檔案的絕對路徑。",
"reactNative.configuration.properties.react-native.packager.port.description": "React Native 打包器端口",
"reactNative.configuration.properties.react-native.packager.status-indicator.description": "VS Code 狀態列中的 React Native Packager 狀態表示",
"reactNative.configuration.properties.react-native.expo.dependencies.description": "用於準備用於調試 Expo 應用程式的擴充功能的特定包",
"reactNative.configuration.properties.react-native-tools.projectRoot.description": "React Native專案所在的子資料夾",
"reactNative.configuration.properties.react-native-tools.logLevel.description": "擴充中的日誌記錄級別",
"reactNative.configuration.properties.react-native-tools.reactNativeGlobalCommandName.description": "用於執行 React Native CLI 命令的命令名稱。",
"reactNative.configuration.properties.react-native-tools.consoleLogsColorTheme.description": "VS Code DevTools 控制台中網路檢查器日誌的顏色主題",
"reactNative.configuration.properties.react-native-tools.displayDebuggingCommandsButton.description": "是否在編輯器標題區域選單中顯示“調試”按鈕",
"reactNative.configuration.properties.react-native-tools.showUserTips.description": "是否顯示有關擴充功能的提示"
}