|
21 | 21 | "c.cpp.configureIntelliSenseStatus.text": "配置 IntelliSense", |
22 | 22 | "c.cpp.configureIntelliSenseStatus.cppText": "C/C++ 配置 IntelliSense", |
23 | 23 | "select.command": "选择命令...", |
| 24 | + "select.code.analysis.command": "选择代码分析命令...", |
24 | 25 | "c.cpp.configuration.tooltip": "C/C++ 配置", |
25 | 26 | "c.cpp.references.statusbar": "C/C++ 引用状态", |
26 | 27 | "cpptools.status.intellisense": "C/C++ IntelliSense 状态", |
|
33 | 34 | "intellisense.select.text": "选择编译器", |
34 | 35 | "rescan.intellisense.text": "重新扫描", |
35 | 36 | "rescan.intellisense.tooltip": "重新扫描 IntelliSense", |
36 | | - "mode.codeanalysis.status": "自动", |
| 37 | + "mode.codeanalysis.status.automatic": "自动", |
| 38 | + "mode.codeanalysis.status.manual": "手动", |
37 | 39 | "c.cpp.codeanalysis.statusbar.showCodeAnalysisOptions": "选项", |
38 | 40 | "startup.codeanalysis.status": "正在启动...", |
39 | 41 | "c.cpp.codeanalysis.statusbar.showRunNowOptions": "立即运行", |
40 | | - "running.analysis.processed.tooltip": "正在运行 {0}: {1} / {2} ({3}%)", |
| 42 | + "running.analysis.processed.tooltip": "正在运行: {0}/{1} ({2}%)", |
41 | 43 | "select.a.configuration": "选择配置...", |
42 | 44 | "edit.configuration.ui": "编辑配置(UI)", |
43 | 45 | "edit.configuration.json": "编辑配置(JSON)", |
|
49 | 51 | "select.workspace": "选择工作区文件夹…", |
50 | 52 | "resume.parsing": "恢复工作区分析", |
51 | 53 | "pause.parsing": "暂停工作区分析", |
52 | | - "cancel.analysis": "取消 {0}", |
53 | | - "resume.analysis": "恢复 {0}", |
54 | | - "pause.analysis": "暂停 {0}", |
55 | | - "another.analysis": "启动另一个 {0}...", |
| 54 | + "cancel.analysis": "取消", |
| 55 | + "resume.analysis": "继续", |
| 56 | + "pause.analysis": "暂停", |
| 57 | + "another.analysis": "启动另一个...", |
56 | 58 | "active.analysis": "在活动文件上运行 Code Analysis", |
57 | 59 | "all.analysis": "在所有文件上运行 Code Analysis", |
58 | 60 | "open.analysis": "在打开的文件上运行 Code Analysis" |
|
0 commit comments