Skip to content

Commit 41a4e14

Browse files
authored
Merge pull request #3128 from xisui-MSFT/xisui/chinese_command_support
Add Chinese support for commands
2 parents bf6b4aa + 13b78f2 commit 41a4e14

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Extension/package.nls.zh-cn.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"c_cpp.command.configurationSelect.title": "选择配置...",
3+
"c_cpp.command.configurationProviderSelect.title": "更换配置提供程序...",
4+
"c_cpp.command.configurationEdit.title": "编辑配置...",
5+
"c_cpp.command.goToDeclaration.title": "跳转到声明",
6+
"c_cpp.command.peekDeclaration.title": "查看声明",
7+
"c_cpp.command.switchHeaderSource.title": "切换头文件/源文件",
8+
"c_cpp.command.navigate.title": "导航...",
9+
"c_cpp.command.toggleErrorSquiggles.title": "切换错误下划线",
10+
"c_cpp.command.toggleIncludeFallback.title": "切换IntelliSense引擎头文件包含错误回退",
11+
"c_cpp.command.toggleDimInactiveRegions.title": "切换非活跃区域着色",
12+
"c_cpp.command.showReleaseNotes.title": "查看版本说明",
13+
"c_cpp.command.resetDatabase.title": "重置IntelliSense数据",
14+
"c_cpp.command.pauseParsing.title": "暂停解析",
15+
"c_cpp.command.resumeParsing.title": "继续解析",
16+
"c_cpp.command.showParsingCommands.title": "查看解析命令",
17+
"c_cpp.command.takeSurvey.title": "调查问卷"
18+
}

0 commit comments

Comments
 (0)