microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.9.3

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/chs/package.i18n.json

65lines · 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": "在模拟器上运行 Android",
10 "reactNative.command.runAndroidDevice.title": "在设备上运行 Android",
11 "reactNative.command.runIosSimulator.title": "在模拟器上运行 iOS",
12 "reactNative.command.runIosDevice.title": "在设备上运行 iOS",
13 "reactNative.command.runExponent.title": "运行 Exponent",
14 "reactNative.command.startPackager.title": "启动包装工具",
15 "reactNative.command.stopPackager.title": "停止包装工具",
16 "reactNative.command.restartPackager.title": "重启包装工具",
17 "reactNative.command.publishToExpHost.title": "发布到 Exponent",
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": "指向 vscode 文件夹中的 launchReactNative.js 的路径",
26 "reactNative.attach.sourceMaps.description": "是否要使用 JavaScript 源映射将生成的捆绑代码映射回其原始源",
27 "reactNative.attach.outDir.description": "生成的 JavaScript 代码(捆绑文件)的位置。此位置通常应为 \"${workspaceRoot}/.vscode/.react\"",
28 "reactNative.attach.sourceMapsPathOverrides.description": "一组用于重写 sourcemap 中所述的源文件位置的映射,映射到磁盘上的相应位置。有关详细信息,请参见自述文件。",
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.launch.platform.description": "目标平台",
36 "reactNative.launch.program.description": "指向 vscode 文件夹中的 launchReactNative.js 的路径",
37 "reactNative.launch.target.description": "在(设备或模拟器)上运行的设备目标",
38 "reactNative.launch.sourceMaps.description": "是否要使用 JavaScript 源映射将生成的捆绑代码映射回其原始源",
39 "reactNative.launch.logCatArguments.description": "要用于 LogCat (LogCat 输出将显示在输出通道上)的参数。它可能是一个数组,如: [\":S\"、\"ReactNative:V\"、\"ReactNativeJS:V\"],也可以是一个字符串,如: \":S ReactNative:V ReactNativeJS:V\"",
40 "reactNative.launch.outDir.description": "生成的 JavaScript 代码(捆绑文件)的位置。此位置通常应为 \"${workspaceRoot}/.vscode/.react\"",
41 "reactNative.launch.runArguments.description": "运行传递给 \"react-native run-<platform>\" 命令的参数(替代所有其他配置参数)",
42 "reactNative.launch.env.description": "传递给程序的环境变量。",
43 "reactNative.launch.envFile.description": "包含环境变量定义的文件的绝对路径。",
44 "reactNative.launch.variant.description": "要传递到 react-native run-android (例如 \"devDebug\")以指定 --variant=devDebug 的变体",
45 "reactNative.launch.scheme.description": "要传递到 react-native run-ios (例如 \"devDebug\")以指定 --scheme=devDebug 的方案名称",
46 "reactNative.launch.productName.description": "捆绑显示名称,例如 AwesomeProject",
47 "reactNative.launch.skipFiles.description": "文件或文件夹名称,或 glob 模式的数组,在调试时跳过。",
48 "reactNative.launch.trace.description": "安装程序在调试器中的日志记录级别。",
49 "reactNative.configuration.title": "React Native 配置",
50 "reactNative.configuration.properties.react-native.ios.runArguments.simulator.description": "运行要传递给 \"react-native run-ios\" 命令的参数",
51 "reactNative.configuration.properties.react-native.ios.runArguments.device.description": "运行要传递给 \"react-native run-ios\" 命令的参数",
52 "reactNative.configuration.properties.react-native.ios.env.simulator.description": "传递给程序的环境变量。",
53 "reactNative.configuration.properties.react-native.ios.env.device.description": "传递给程序的环境变量。",
54 "reactNative.configuration.properties.react-native.ios.envFile.simulator.description": "包含环境变量定义的文件的绝对路径。",
55 "reactNative.configuration.properties.react-native.ios.envFile.device.description": "包含环境变量定义的文件的绝对路径。",
56 "reactNative.configuration.properties.react-native.android.runArguments.simulator.description": "运行要传递给 \"react-native run-android\" 命令的参数",
57 "reactNative.configuration.properties.react-native.android.runArguments.device.description": "运行要传递给 \"react-native run-android\" 命令的参数",
58 "reactNative.configuration.properties.react-native.android.env.simulator.description": "传递给程序的环境变量。",
59 "reactNative.configuration.properties.react-native.android.env.device.description": "传递给程序的环境变量。",
60 "reactNative.configuration.properties.react-native.android.envFile.simulator.description": "包含环境变量定义的文件的绝对路径。",
61 "reactNative.configuration.properties.react-native.android.envFile.device.description": "包含环境变量定义的文件的绝对路径。",
62 "reactNative.configuration.properties.react-native.packager.port.description": "React Native 包装工具端口",
63 "reactNative.configuration.properties.react-native-tools.projectRoot.description": "此 react-native 项目所在的子文件夹",
64 "reactNative.configuration.properties.react-native-tools.logLevel.description": "扩展中的日志记录级别"
65}