-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3128 from xisui-MSFT/xisui/chinese_command_support
Add Chinese support for commands
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "调查问卷" | ||
} |