forked from microsoft/vscode-java-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.zh.json
28 lines (28 loc) · 2.54 KB
/
package.nls.zh.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
{
"description": "运行并调试 JUnit 或 TestNG 测试用例",
"contributes.commands.java.test.show.output.title": "显示测试输出",
"contributes.commands.java.test.open.log.title": "打开测试运行日志",
"contributes.commands.java.test.explorer.run.title": "运行测试用例",
"contributes.commands.java.test.explorer.debug.title": "调试测试用例",
"contributes.commands.java.test.explorer.run.config.title": "根据配置文件运行",
"contributes.commands.java.test.explorer.debug.config.title": "根据配置文件调试",
"contributes.commands.java.test.cancel.title": "取消测试任务",
"contributes.commands.java.test.explorer.refresh.title": "刷新",
"contributes.commands.java.test.config.migrate.title": "迁移已弃用的 'launch.test.json' 文件",
"configuration.java.test.report.showAfterExecution.description": "设定测试报告是否会在测试完成后自动显示",
"configuration.java.test.report.position.description": "设定测试报告的显示位置",
"configuration.java.test.editor.enableShortcuts.description": "设定是否在编辑器内显示 Code Lens 快捷方式",
"configuration.java.test.saveAllBeforeLaunchTest.description": "设定在执行测试之前是否需要保存工作空间内的所有文件",
"configuration.java.test.forceBuildBeforeLaunchTest.description": "设定在执行测试之前是否需要构建工作空间",
"configuration.java.test.log.level.description": "设定日志级别",
"configuration.java.test.message.hintForDeprecatedConfig.description": "设定插件是否会对使用弃用的配置文件进行提示",
"configuration.java.test.message.hintForSetingDefaultConfig.description": "设定插件是否会对设置默认测试配置项进行提示",
"configuration.java.test.defaultConfig.description": "设定默认测试配置项的名称",
"configuration.java.test.config.description": "设定运行测试的配置信息",
"configuration.java.test.config.item.description": "设定运行测试时所用的配置项",
"configuration.java.test.config.name.description": "命名配置项",
"configuration.java.test.config.workingDirectory.description": "设定执行测试时的工作目录",
"configuration.java.test.config.vmargs.description": "设定启动 JVM 的额外选项和系统属性",
"configuration.java.test.config.args.description": "设定启动 Test Runner 时的命令行参数",
"configuration.java.test.config.env.description": "启动应用程序时自定义的环境变量"
}