-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.zh-cn.json
More file actions
37 lines (36 loc) · 2.09 KB
/
package.nls.zh-cn.json
File metadata and controls
37 lines (36 loc) · 2.09 KB
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
{
"extension.displayName": "Java Launcher",
"extension.description": "零配置的 Java 启动器,支持快速搜索、聚合运行与 Spring Profile 管理。",
"category.javaLauncher": "Java Launcher",
"command.generateLaunchConfigs.title": "生成启动配置",
"command.scanJavaEntries.title": "扫描 Java 入口点",
"command.createAggregatedLaunch.title": "创建聚合启动配置",
"command.manageAggregatedLaunch.title": "管理聚合启动配置",
"command.executeAggregatedLaunch.title": "执行聚合启动配置",
"command.debugAggregatedLaunch.title": "调试聚合启动配置",
"command.runJavaEntry.title": "运行 Java 入口",
"command.runAggregatedConfig.title": "运行聚合配置",
"command.refreshTreeView.title": "刷新",
"command.addToAggregatedConfig.title": "添加到聚合配置",
"command.showAllCommands.title": "显示所有命令",
"command.setSpringProfile.title": "设置 Spring Active Profile",
"command.setAllSpringProfiles.title": "批量设置 Spring Boot Profiles",
"command.setAllJmxRemoteStatus.title": "设置所有 JMX 远程管理状态",
"command.searchAndRun.title": "搜索并运行 Java 入口",
"command.refresh.title": "刷新 Java Launcher",
"command.run.title": "运行 Java 入口",
"command.debug.title": "调试 Java 入口",
"command.addToAggregated.title": "添加到聚合启动",
"command.runAggregated.title": "运行聚合启动",
"command.editAggregated.title": "编辑聚合启动",
"command.removeFromAggregated.title": "从聚合启动移除",
"command.deleteAggregated.title": "删除聚合启动",
"command.setJmxRemoteEnabled.title": "启用 JMX 远程",
"command.setJmxRemoteDisabled.title": "禁用 JMX 远程",
"command.setAllJmxRemoteEnabled.title": "全部启用 JMX 远程",
"command.setAllJmxRemoteDisabled.title": "全部禁用 JMX 远程",
"command.manageRunningProcesses.title": "管理运行中的 Java 进程",
"command.jumpToSource.title": "跳转到源码",
"viewsContainers.activitybar.javaLauncher.title": "Java Launcher",
"views.javaLauncher.javaLauncherView.name": "Java Launcher"
}