forked from microsoft/vscode-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.zh-tw.json
60 lines (60 loc) · 6.33 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
{
"reactNative.description": "React Native 的偵錯及整合命令",
"reactNative.license": "請參閱 LICENSE.txt 中的授權",
"reactNative.command.runAndroidSimulator.title": "在模擬器上執行 Android",
"reactNative.command.runAndroidDevice.title": "在裝置上執行 Android",
"reactNative.command.runIosSimulator.title": "在模擬器上執行 iOS",
"reactNative.command.runIosDevice.title": "在裝置上執行 iOS",
"reactNative.command.runExponent.title": "執行 Expo",
"reactNative.command.startPackager.title": "啟動封裝工具",
"reactNative.command.stopPackager.title": "停止封裝工具",
"reactNative.command.restartPackager.title": "重新啟動封裝工具",
"reactNative.command.publishToExpHost.title": "發行到 Expo",
"reactNative.command.showDevMenu.title": "顯示開發人員功能表",
"reactNative.command.reloadApp.title": "重新載入應用程式",
"reactNative.command.runInspector.title": "執行項目檢查程式",
"reactNative.snippets.debugAndroid.description": "在 Android 上啟動 react-native 應用程式的新組態",
"reactNative.snippets.debugiOS.description": "在 iOS 上啟動 react-native 應用程式的新組態",
"reactNative.snippets.attachPackager.description": "連結到封裝工具的新組態",
"reactNative.snippets.debugExpo.description": "啟動 Expo 應用程式的新組態",
"reactNative.attach.program.description": "vscode 資料夾中的 launchReactNative.js 路徑",
"reactNative.attach.sourceMaps.description": "是否要使用 JavaScript 來源對應,將產生的組合程式碼對應回其原始來源",
"reactNative.attach.outDir.description": "產生的 JavaScript 程式碼 (組合檔案) 位置。這通常應該是 \"${workspaceRoot}/.vscode/.react\"",
"reactNative.attach.sourceMapsPathOverrides.description": "一組對應,用於將來源檔案的位置從 sourcemap 指出的位置重寫成磁碟上的位置。如需詳細資料,請參閱 https://github.com/Microsoft/vscode-react-native/blob/master/doc/debugging.md#debugging-with-typescript-and-haul",
"reactNative.attach.trace.description": "設定偵錯工具中的記錄層級。",
"reactNative.attach.address.description": "偵錯連接埠的 TCP/IP 位址。預設為 'localhost'。",
"reactNative.attach.port.description": "偵錯要連結的連接埠。預設值為 8081。",
"reactNative.attach.remoteRoot.description": "遠端主機來源根目錄。",
"reactNative.attach.localRoot.description": "對應到 'remoteRoot' 的本機來源根目錄。",
"reactNative.attach.skipFiles.description": "要在偵錯時跳過的檔案或資料夾名稱陣列,或 glob 模式陣列。",
"reactNative.launch.platform.description": "適用的平台",
"reactNative.launch.program.description": "vscode 資料夾中的 launchReactNative.js 路徑",
"reactNative.launch.target.description": "執行所在的裝置 (裝置或模擬器)",
"reactNative.launch.sourceMaps.description": "是否要使用 JavaScript 來源對應,將產生的組合程式碼對應回其原始來源",
"reactNative.launch.logCatArguments.description": "為 LogCat 使用的引數 (LogCat 輸出會出現在輸出通道上)。其可以是陣列 (例如: [\":S\", \"ReactNative:V\", \"ReactNativeJS:V\"]) 或字串 (例如 \":S ReactNative:V ReactNativeJS:V\")",
"reactNative.launch.outDir.description": "產生的 JavaScript 程式碼 (組合檔案) 位置。這通常應該是 \"${workspaceRoot}/.vscode/.react\"",
"reactNative.launch.runArguments.description": "執行要傳遞給 'react-native run-<platform>' 命令的引數 (覆寫所有其他設定參數)",
"reactNative.launch.env.description": "傳遞給程式的環境變數。",
"reactNative.launch.envFile.description": "包含環境變數定義的檔案絕對路徑。",
"reactNative.launch.variant.description": "要傳遞至 react-native run-android (例如 'devDebug') 以指定 --variant=devDebug 的變化",
"reactNative.launch.scheme.description": "要傳遞至 react-native run-ios (例如 'devDebug') 以指定 --scheme=devDebug 的配置名稱",
"reactNative.launch.productName.description": "套件組合顯示名稱 (例如 'AwesomeProject')",
"reactNative.launch.skipFiles.description": "要在偵錯時跳過的檔案或資料夾名稱陣列,或 glob 模式陣列。",
"reactNative.launch.trace.description": "設定偵錯工具中的記錄層級。",
"reactNative.configuration.title": "React Native 設定",
"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-tools.projectRoot.description": "React-Native 專案所在的子資料夾",
"reactNative.configuration.properties.react-native-tools.logLevel.description": "延伸模組中的記錄層次"
}