Skip to content

Commit

Permalink
Merge pull request #3128 from xisui-MSFT/xisui/chinese_command_support
Browse files Browse the repository at this point in the history
Add Chinese support for commands
  • Loading branch information
bobbrow authored Feb 4, 2019
2 parents bf6b4aa + 13b78f2 commit 41a4e14
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Extension/package.nls.zh-cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"c_cpp.command.configurationSelect.title": "选择配置...",
"c_cpp.command.configurationProviderSelect.title": "更换配置提供程序...",
"c_cpp.command.configurationEdit.title": "编辑配置...",
"c_cpp.command.goToDeclaration.title": "跳转到声明",
"c_cpp.command.peekDeclaration.title": "查看声明",
"c_cpp.command.switchHeaderSource.title": "切换头文件/源文件",
"c_cpp.command.navigate.title": "导航...",
"c_cpp.command.toggleErrorSquiggles.title": "切换错误下划线",
"c_cpp.command.toggleIncludeFallback.title": "切换IntelliSense引擎头文件包含错误回退",
"c_cpp.command.toggleDimInactiveRegions.title": "切换非活跃区域着色",
"c_cpp.command.showReleaseNotes.title": "查看版本说明",
"c_cpp.command.resetDatabase.title": "重置IntelliSense数据",
"c_cpp.command.pauseParsing.title": "暂停解析",
"c_cpp.command.resumeParsing.title": "继续解析",
"c_cpp.command.showParsingCommands.title": "查看解析命令",
"c_cpp.command.takeSurvey.title": "调查问卷"
}

0 comments on commit 41a4e14

Please sign in to comment.