About About Cppcheck 关于 Cppcheck Version %1 版本 %1 Cppcheck - A tool for static C/C++ code analysis. Cppcheck - C/C++ 静态代码分析工具。 Copyright © 2007-%1 Cppcheck team. Copyright © 2007-2021 Cppcheck team. 版权所有 © 2007-%1 Cppcheck 团队。 This program is licensed under the terms of the GNU General Public License version 3 该程序在 GNU 通用公共授权版本 3 的条款下发布 Visit Cppcheck homepage at %1 访问 Cppcheck 主页: %1 <html><head/><body><p>Many thanks to these libraries that we use:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">pcre</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">picojson</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">qt</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tinyxml2</li></ul></body></html> ApplicationDialog Add an application 添加应用程序 Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application. The following texts in parameters are replaced with appropriate values when application is executed: (file) - Filename containing the error (line) - Line number containing the error (message) - Error message (severity) - Error severity Example opening a file with Kate and make Kate scroll to the correct line: Executable: kate Parameters: -l(line) (file) 在这里,你可以添加一个应用程序,用于打开错误文件。请为该应用程序指定一个名称、可执行文件和命令行参数。 当应用程序执行时,在参数中的以下文本将会替换为适当的值: (file) - 包含错误的文件名称 (line) - 包含错误的行号 (message) - 错误消息 (severity) - 错误严重性 示例:使用 Kate 打开一个文件,并使之滚动到相应的行: 可执行文件: kate 参数: -l(line) (file) &Name: 名称(&N): &Executable: 可执行文件(&E): &Parameters: 参数(&P): Browse 浏览 Executable files (*.exe);;All files(*.*) 可执行文件(*.exe);;所有文件(*.*) Select viewer application 选择查看应用程序 Cppcheck Cppcheck You must specify a name, a path and optionally parameters for the application! 你必须为应用程序指定名称、路径以及可选参数! ComplianceReportDialog Compliance Report Project name Project version Coding Standard Misra C Cert C Cert C++ List of files with md5 checksums Compliance report HTML files (*.html) Save compliance report Failed to import '%1' (%2), can not show files in compliance report FileViewDialog Could not find the file: %1 无法找到文件: %1 Cppcheck Cppcheck Could not read the file: %1 无法读取文件: %1 HelpDialog Cppcheck GUI help Cppcheck GUI 帮助 Contents 内容 Index 索引 Helpfile '%1' was not found 帮助文件 '%1' 未找到 Cppcheck Cppcheck LibraryAddFunctionDialog Add function 添加函数 Function name(s) 函数名 Number of arguments 参数个数 LibraryDialog Library Editor 库编辑器 Open 打开 Save 保存 Save as 另存为 Functions 函数 Sort 排序 Add 添加 Filter: 过滤: Comments 注释 noreturn 无返回 False True Unknown 未知 return value must be used 返回值必须被使用 ignore function in leaks checking 在泄漏检查中忽略函数 Arguments 参数 Edit 编辑 Library files (*.cfg) 库文件 (*.cfg) Open library file 打开库文件 Cppcheck Cppcheck Cannot open file %1. Can not open file %1. 无法打开文件 %1。 Failed to load %1. %2. 加载文件 %1 失败。%2。 Cannot save file %1. Can not save file %1. 无法保存文件 %1。 Save the library as 库另存为 LibraryEditArgDialog Edit argument 编辑参数 <html><head/><body> <p>Is bool value allowed? For instance result from comparison or from '!' operator.</p> <p>Typically, set this if the argument is a pointer, size, etc.</p> <p>Example:</p> <pre> memcmp(x, y, i == 123); // last argument should not have a bool value</pre> </body></html> <html><head/><body> <p>是否允许布尔值? 例如,来自比较结果或来自 '!' 操作符。</p> <p>通常,如果参数是指针、大小等,则设置此参数。</p> <p>例子:</p> <pre> memcmp(x, y, i == 123); // 最后一个参数不应该有bool值</pre> </body></html> Not bool 非布尔值 <html><head/><body> <p>Is a null parameter value allowed?</p> <p>Typically this should be used on any pointer parameter that does not allow null.</p> <p>Example:</p> <pre> strcpy(x,y); // neither x or y is allowed to be null.</pre> </body></html> <html><head/><body> <p>是否允许空参数值?</p> <p>通常这应该用于任何不允许空指针的参数。</p> <p>例子:</p> <pre> strcpy(x,y); // 无论 x 或 y 都不允许为空。</pre> </body></html> Not null 非空 Not uninit 非未初始化 String 字符串 Format string 格式化字符串 Min size of buffer 最小缓冲区大小 Type 类型 None argvalue argvalue mul mul strlen strlen Arg 参数1 Arg2 参数2 and 并且 Valid values 有效值 MainWindow Cppcheck Cppcheck &File 文件(&F) &View 查看(&V) &Toolbars 工具栏(&T) &Help 帮助(&H) C++ standard C++ 标准 &C standard C standard &C 标准 &Edit 编辑(&E) Standard 标准 Categories 分类 &License... 许可证(&L)... A&uthors... 作者(&U)... &About... 关于(&A)... &Files... 文件(&F)... Analyze files Check files 分析文件 Ctrl+F Ctrl+F &Directory... 目录(&D)... Analyze directory Check directory 分析目录 Ctrl+D Ctrl+D Ctrl+R Ctrl+R &Stop 停止(&S) Stop analysis Stop checking 停止分析 Esc Esc &Save results to file... 保存结果到文件(&S)... Ctrl+S Ctrl+S &Quit 退出(&Q) &Clear results 清空结果(&C) &Preferences 首选项(&P) Show style warnings 显示风格警告 Show errors 显示错误 Information 信息 Show information messages 显示信息消息 Show portability warnings 显示可移植性警告 Show Cppcheck results 显示 Cppcheck 结果 Clang Clang Show Clang results 显示 Clang 结果 &Filter 滤器(&F) Filter results 过滤结果 Windows 32-bit ANSI Windows 32-bit Unicode Unix 32-bit Unix 64-bit Windows 64-bit &Print... 打印(&P)... Print the Current Report 打印当前报告 Print Pre&view... 打印预览(&v)... Open a Print Preview Dialog for the Current Results 打开当前结果的打印预览窗口 Open library editor 打开库编辑器 C&lose Project File 关闭项目文件(&L) &Edit Project File... 编辑项目文件(&E)... &Statistics 统计(&S) Show warnings 显示警告 Show performance warnings 显示性能警告 Show &hidden 显示隐藏项(&H) &Check all 全部选中(&C) Checking for updates Hide 隐藏 A&nalyze 分析(&A) Filter 滤器 &Reanalyze modified files &Recheck modified files 重新分析已修改的文件(&R) Reanal&yze all files 重新分析全部文件(&y) Ctrl+Q Ctrl+Q Style war&nings 风格警告(&n) E&rrors 编辑(&r) &Uncheck all 全部取消选中(&U) Collapse &all 全部折叠(&A) &Expand all 全部展开(&E) &Standard 标准(&S) Standard items 标准项 &Contents 内容(&C) Open the help contents 打开帮助内容 F1 F1 Toolbar 工具栏 &Categories 分类(&C) Error categories 错误分类 &Open XML... 打开 XML (&O)... Open P&roject File... 打开项目文件(&R)... Ctrl+Shift+O Ctrl+Shift+O Sh&ow Scratchpad... 显示便条(&o)... &New Project File... 新建项目文件(&N)... Ctrl+Shift+N Ctrl+Shift+N &Log View 日志视图(&L) Log View 日志视图 &Warnings 警告(&W) Per&formance warnings 性能警告(&f) &Information 信息(&I) &Portability 可移植性(&P) P&latforms 平台(&l) C++&11 C++&11 C&99 C&99 &Posix &Posix C&11 C&11 &C89 &C89 &C++03 &C++03 &Library Editor... 库编辑器(&L)... &Auto-detect language 自动检测语言(&A) &Enforce C++ &Enforce C++ E&nforce C E&nforce C C++14 C++14 Reanalyze and check library 重新分析并检查库 Check configuration (defines, includes) 检查配置(defines, includes) C++17 C++17 C++20 C++20 Compliance report... There was a problem with loading the editor application settings. This is probably because the settings were changed between the Cppcheck versions. Please check (and fix) the editor application settings, otherwise the editor program might not start correctly. 加载编辑器应用程序设置出错。 这可能是因为 Cppcheck 不同版本间的设置有所不同。请检查(并修复)编辑器应用程序设置,否则编辑器程序可能不会正确启动。 You must close the project file before selecting new files or directories! 在选择新的文件或目录之前,你必须先关闭此项目文件! Quick Filter: 快速滤器: Select configuration 选择配置 Found project file: %1 Do you want to load this project file instead? 找到项目文件: %1 你是否想加载该项目文件? The library '%1' contains unknown elements: %2 库 '%1' 包含未知元素: %2 File not found 文件未找到 Bad XML 无效的 XML Missing attribute 缺失属性 Bad attribute value 无效的属性值 Unsupported format 不支持的格式 Duplicate platform type 重复的平台类型 Platform type redefined 平台类型重定义 Unknown element 位置元素 Unknown issue 未知问题 Failed to load the selected library '%1'. %2 选择的库 '%1' 加载失败。 %2 Error 错误 Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured. 加载 %1 失败。您的 Cppcheck 安装已损坏。您可以在命令行添加 --data-dir=<目录> 参数来指定文件位置。请注意,'--data-dir' 参数应当由安装脚本使用,因此,当使用此参数时,GUI不会启动,所发生的一切只是配置了设置。 Failed to load %1 - %2 XML files (*.xml) XML 文件(*.xml) Open the report file 打开报告文件 License 许可证 Authors 作者 Save the report file 保存报告文件 Text files (*.txt) 文本文件(*.txt) CSV files (*.csv) CSV 文件(*.csv) Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors. Project files (*.cppcheck);;All files(*.*) 项目文件(*.cppcheck);;所有文件(*.*) Select Project File 选择项目文件 Failed to open file Unknown project file format Failed to import project file Failed to import '%1': %2 Analysis is stopped. Failed to import '%1' (%2), analysis is stopped Install New version available: %1. %2 Project: 项目: No suitable files found to analyze! 没有找到合适的文件来分析! C/C++ Source C/C++ 源码 Compile database Compile database Visual Studio Visual Studio Borland C++ Builder 6 Borland C++ Builder 6 Select files to analyze 选择要分析的文件 Select directory to analyze 选择要分析的目录 Select the configuration that will be analyzed 选择要分析的配置 Found project files from the directory. Do you want to proceed analysis without using any of these project files? 在目录中发现项目文件。 您想在不使用这些项目文件的情况下进行分析吗? Current results will be cleared. Opening a new XML file will clear current results. Do you want to proceed? 当前结果将被清除。 打开一个新的XML文件将清除当前的结果。 你想继续吗? Analyzer is running. Do you want to stop the analysis and exit Cppcheck? 分析正在运行。 您想停止分析并退出 Cppcheck 吗? About XML files (*.xml);;Text files (*.txt);;CSV files (*.csv) XML 文件 (*.xml);;文本文件 (*.txt);;CSV 文件 (*.csv) Build dir '%1' does not exist, create it? 构建文件夹 '%1' 不能存在,创建它吗? To check the project using addons, you need a build directory. 要使用插件检查项目,您需要一个构建目录。 Failed to import '%1', analysis is stopped 导入 '%1' 失败,分析已停止 Project files (*.cppcheck) 项目文件 (*.cppcheck) Select Project Filename 选择项目文件名 No project file loaded 项目文件未加载 The project file %1 could not be found! Do you want to remove the file from the recently used projects -list? 项目文件 %1 未找到! 你要从最近使用的项目列表中删除此文件吗? Cppcheck GUI. Syntax: cppcheck-gui [OPTIONS] [files or paths] Options: -h, --help Print this help -p <file> Open given project file and start checking it -l <file> Open given results xml file -d <directory> Specify the directory that was checked to generate the results xml specified with -l -v, --version Show program version --data-dir=<directory> This option is for installation scripts so they can configure the directory where datafiles are located (translations, cfg). The GUI is not started when this option is used. Cppcheck GUI. Syntax: cppcheck-gui [OPTIONS] [files or paths] Options: -h, --help Print this help -p <file> Open given project file and start checking it -l <file> Open given results xml file -d <directory> Specify the directory that was checked to generate the results xml specified with -l -v, --version Show program version --data-dir=<directory> Specify directory where GUI datafiles are located (translations, cfg) Cppcheck GUI. 语法: cppcheck-gui [选项] [文件或路径] 选项: -h, --help 打印此帮助 -p <file> 打开指定的项目文件并开始检查它 -l <file> 打开指定的 xml 结果文件 -d <directory> 指定检查的目录,用以生成用 -l 指定的 xml 结果 -v, --version 显示程序版本 --data-dir=<directory> 这个选项用于安装脚本,这样他们可以配置数据文件所在的目录(translations, cfg)。 当使用这个选项时,GUI不会启动。 Cppcheck GUI - Command line parameters Cppcheck GUI - 命令行参数 NewSuppressionDialog New suppression 新建抑制 Error ID 错误 ID File name 文件名 Line number 行号 Symbol name 符号名 Edit suppression 编辑抑制 Platforms Native 本地 Unix 32-bit Unix 64-bit Windows 32-bit ANSI Windows 32-bit Unicode Windows 64-bit ProjectFile Project File 项目文件 Paths and Defines 路径和定义 Import Project (Visual studio / compile database/ Borland C++ Builder 6) Import Project (Visual studio / compile database) 导入项目 (Visual studio / compile database/ Borland C++ Builder 6) Defines must be separated by a semicolon. Example: DEF1;DEF2=5;DEF3=int Defines must be separated by a semicolon ';' 定义必须用分号分隔。例如:DEF1;DEF2=5;DEF3=int Note: Put your own custom .cfg files in the same folder as the project file. You should see them above. 注意:把你自己的 .cfg 文件放在和项目文件相同的文件夹中。你应该在上面看到它们。 If tags are added, you will be able to right click on warnings and set one of these tags. You can manually categorize warnings. 如果添加了标记,您将能够右键单击警告并设置其中一个标记。您可以手动对警告进行分类。 Exclude source files 排除源文件 Exclude folder... 排除文件夹... Exclude file... 排除文件... MISRA C 2012 MISRA C 2012 MISRA rule texts MISRA 规则文本 <html><head/><body><p>Copy/paste the text from Appendix A &quot;Summary of guidelines&quot; from the MISRA C 2012 pdf to a text file.</p></body></html> <html><head/><body><p>从 MISRA C 2012 PDF 的附录 A &quot;指南摘要&quot; 复制/粘贴文本到一个文本文件。</p></body></html> ... ... <html><head/><body><p>You have a choice:</p><p> * Analyze all Debug and Release configurations</p><p> * Only analyze the first matching Debug configuration</p><p><br/></p></body></html> <html><head/><body><p>您有一个选择:</p><p> * 分析所有的 Debug 和 Release 配置</p><p> * 只分析第一个匹配的 Debug 配置</p><p><br/></p></body></html> Browse... 浏览... Analyze all Visual Studio configurations 分析全部 Visual Studio 配置 Selected VS Configurations 已选择的 VS 配置 Paths: 路径: Add... 添加... Edit 编辑 Remove 移除 Undefines: 未定义: Undefines must be separated by a semicolon. Example: UNDEF1;UNDEF2;UNDEF3 未定义必须用分号分隔。例如:UNDEF1;UNDEF2;UNDEF3 Include Paths: 包含目录: Types and Functions 类型和函数 Analysis 分析 This is a workfolder that Cppcheck will use for various purposes. 这是一个 Cppcheck 将用于各种目的的工作文件夹。 Parser 解析器 Cppcheck (built in) Cppcheck (内建) Check level Normal -- meant for normal analysis in CI. Analysis should finish in reasonable time. Exhaustive -- meant for nightly builds etc. Analysis time can be longer (10x slower than compilation is OK). Check that each class has a safe public interface 检查每个类是否有一个安全的公共接口 Limit analysis 极限分析 Check code in unused templates (should be ON normally, however in theory you can safely ignore warnings in unused templates) Check code in unused templates (slower and less accurate analysis) 检查未使用模板中的代码(正常情况下应该是打开,但理论上可以忽略未使用模板中的警告) Max CTU depth 最大 CTU 深度 Cert C CERT-INT35-C: int precision (if size equals precision, you can leave empty) Misra C++ 2008 Autosar Bug hunting External tools 外部工具 Up 向上 Down 向下 Platform 平台 Clang (experimental) Clang (实验性的) If you want to design your classes to be as flexible and robust as possible then the public interface must be very robust. Cppcheck will asumme that arguments can take *any* value. 如果你想要设计你的类尽可能的灵活和健壮,那么公共接口必须非常健壮。Cppcheck 将假设参数可以取 *任何* 值。 Check code in headers (should be ON normally. if you want a limited quick analysis then turn this OFF) 检查头文件中的代码(通常应该是打开的。如果您想要一个有限的快速分析,那么关掉它)) Max recursion in template instantiation 模板实例化中的最大递归 Warning options 警告选项 Root path: 根路径: Filepaths in warnings will be relative to this path 警告中的文件路径将相对于此路径 Warning tags (separated by semicolon) 警告标志(用分号隔开) Cppcheck build dir (whole program analysis, incremental analysis, statistics, etc) Cppcheck 构建目录 (整个程序分析、增量分析、统计数据等) Libraries Suppressions 抑制 Add 添加 Addons 插件 Note: Addons require <a href="https://www.python.org/">Python</a> being installed. 注意:插件需要安装 <a href="https://www.python.org/">Python</a>。 Y2038 Y2038 Thread safety 线程安全 Coding standards 编码标准 Misra C 2012 2023 Cert C++ Bug hunting (Premium) Clang analyzer Clang analyzer Clang-tidy Clang-tidy Defines: 定义: ProjectFileDialog Project file: %1 项目文件: %1 Select Cppcheck build dir 选择 Cppcheck 构建目录 Select include directory 选择 Include 目录 Select a directory to check 选择一个检查目录 Clang-tidy (not found) Clang-tidy (未找到) Visual Studio Visual Studio Compile database Compile database Borland C++ Builder 6 Borland C++ Builder 6 Import Project 导入项目 Select directory to ignore 选择忽略的目录 Source files 源文件 All files 全部文件 Exclude file 排除文件 Select MISRA rule texts file 选择 MISRA 规则文本文件 MISRA rule texts file (%1) MISRA 规则文本文件 (%1) QObject Unknown language specified! 指定了未知语言! Language file %1 not found! 语言文件 %1 不存在! Failed to load translation for language %1 from file %2 无法从文件 %2 中为语言 %1 加载翻译文件 line %1: Unhandled element %2 第%1行:未处理元素 %2 line %1: Mandatory attribute '%2' missing in '%3' 第%1行:在 "%3" 中缺失的必选属性 "%2" (Not found) (未找到) Thin 极细 ExtraLight 更细 Light Normal 常规 Medium 中等 DemiBold 较粗 Bold ExtraBold 更粗 Black 极粗 Editor Foreground Color 编辑器前景色 Editor Background Color 编辑器背景色 Highlight Background Color 高亮背景色 Line Number Foreground Color 行号前景色 Line Number Background Color 行号背景色 Keyword Foreground Color 关键字前景色 Keyword Font Weight 关键字字体大小 Class Foreground Color Class ForegroundColor 类前景色 Class Font Weight 类字体大小 Quote Foreground Color 引用前景色 Quote Font Weight 引用字体大小 Comment Foreground Color 注释前景色 Comment Font Weight 注释字体大小 Symbol Foreground Color 符号前景色 Symbol Background Color 符号背景色 Symbol Font Weight 符号字体大小 Set to Default Light 设置为默认亮色 Set to Default Dark 设置为默认暗色 QPlatformTheme OK 确定 Cancel 取消 Close 关闭 Save 保存 ResultsTree File 文件 Severity 严重性 Line Summary 概要 Undefined file 未定义文件 Copy 复制 Could not find file: 找不到文件: Please select the folder '%1' 请选择文件夹 '%1' Select Directory '%1' 选择目录 '%1' Please select the directory where file is located. 请选择文件所在的目录。 debug 调试 note 注意 Recheck 重新检查 Hide 隐藏 Hide all with id 隐藏全部 ID Suppress selected id(s) 抑制选择的 ID Open containing folder 打开包含的文件夹 internal Tag 标记 No tag 取消标记 Cppcheck Cppcheck No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. Configure the text file viewer program in Cppcheck preferences/Applications. 编辑应用程序未配置。 在“首先项 / 应用程序”中为 Cppcheck 配置编辑应用程序。 No default editor application selected. Please select the default editor application in preferences/Applications. 未选中默认编辑应用程序。 请在“首先项 / 应用程序”中选择默认应用程序。 Could not find the file! 找不到文件! Could not start %1 Please check the application path and parameters are correct. 无法启动 %1 请检查此应用程序的路径与参数是否正确。 Select Directory 选择目录 Id Id Inconclusive 不确定的 Since date 日期 style 风格 error 错误 warning 警告 performance 性能 portability 移植可能性 information 信息 ResultsView Results 结果 Critical errors Analysis Log 分析日志 Warning Details 警告详情 Failed to save the report. 保存报告失败。 Print Report 打印报告 No errors found, nothing to print. 没有错误发现,没有可打印内容。 %p% (%1 of %2 files checked) %p% (%2 个文件已检查 %1 个) Cppcheck Cppcheck No errors found. 未发现错误。 Errors were found, but they are configured to be hidden. To toggle what kind of errors are shown, open view menu. 发现错误,但它们被设为隐藏。 打开“查看”菜单,切换需要显示的错误。 Failed to read the report. 读取报告失败。 XML format version 1 is no longer supported. 不再支持 XML 格式版本 1。 First included by 首次包含于 Id Id Bug hunting analysis is incomplete 错误搜寻分析未完成 Clear Log 清空日志 Copy this Log entry 复制此日志条目 Copy complete Log 复制完整日志 Analysis was stopped There was a critical error with id '%1' when checking %1 when checking a file Analysis was aborted. ScratchPad Scratchpad 便条 Copy or write some C/C++ code here: 在这里复制或输入一些 C/C++ 代码: Optionally enter a filename (mainly for automatic language detection) and click on "Check": 可选择输入文件名 (主要用来自动语言检测) 然后点击 "检查": filename 文件名 Check 检查 Settings Preferences 首选项 General 常规 Add... 添加... Number of threads: 线程个数: Ideal count: 理想个数: Force checking all #ifdef configurations Check all #ifdef configurations 强制检查所有 #ifdef 配置 Show full path of files 显示文件的完整路径 Show "No errors found" message when no errors found 当未找到错误,显示“未发现错误”消息 Display error Id in column "Id" 在列“Id”中显示错误 Id Enable inline suppressions 启用内联方案 Check for inconclusive errors also 检查不确定的错误 Show statistics on check completion 检查完成后显示统计数据 Check for updates Show internal warnings in log 在日志中显示内建警告 Addons 插件 Python binary (leave this empty to use python in the PATH) Python 二进制 (留空将使用 PATH 路径中的 python) ... ... MISRA addon MISRA 插件 MISRA rule texts file MISRA 规则文本文件 <html><head/><body><p>Copy/paste the text from Appendix A &quot;Summary of guidelines&quot; from the MISRA C 2012 pdf to a text file.</p></body></html> <html><head/><body><p>从 MISRA C 2012 PDF 的附录 A &quot;指南摘要&quot; 复制/粘贴文本到一个文本文件。</p></body></html> Clang Clang Clang path (leave empty to use system PATH) Clang 路径 (留空将使用系统 PATH 路径) Visual Studio headers Visual Studio 头文件 <html><head/><body><p>Paths to Visual Studio headers, separated by semicolon ';'.</p><p>You can open a Visual Studio command prompt, write &quot;SET INCLUDE&quot;. Then copy/paste the paths.</p></body></html> <html><head/><body><p>Visual Studio 头文件路径,用分号 ';' 分割。</p><p>你可以打开一个 Visual Studio 命令提示符,输入 &quot;SET INCLUDE&quot;。然后复制/粘贴路径。</p></body></html> Code Editor 代码编辑器 Code Editor Style 代码编辑器风格 System Style 系统风格 Default Light Style 默认浅色风格 Default Dark Style 默认深色风格 Custom 自定义 Remove 移除 Applications 应用程序 Edit... 编辑... Set as default 设为默认 Reports 报告 Save all errors when creating report 创建报告时,保存所有错误 Save full path to files in reports 在报告中保存文件的完整路径 Language 语言 SettingsDialog N/A N/A The executable file "%1" is not available 可执行文件 "%1" 不可用 Add a new application 添加一个新的应用程序 Modify an application 修改一个应用程序 [Default] [默认] [Default] [默认] Select python binary 选择 python 二进制 Select MISRA File 选择 MISRA 文件 Select clang path 选择 clang 路径 StatsDialog Statistics 统计 Project 项目 Project: 项目: Paths: 路径: Include paths: 包含路径: Defines: 定义: Undefines: 未定义: Previous Scan 上一次扫描 Path Selected: 选中的路径: Number of Files Scanned: 扫描的文件数: Scan Duration: 扫描时间: Errors: 错误: Warnings: 警告: Stylistic warnings: Stylistic 警告: Portability warnings: 可移植性警告: Performance issues: 性能警告: Information messages: 信息: Active checkers: Checkers History 历史 File: 文件: Copy to Clipboard 复制到剪贴板 Pdf Export 导出 PDF 1 day 1 天 %1 days %1 天 1 hour 1 小时 %1 hours %1 小时 1 minute 1 分钟 %1 minutes %1 分钟 1 second 1 秒 %1 seconds %1 秒 0.%1 seconds 0.%1 秒 and Export PDF 导出 PDF Project Settings 项目设置 Paths 路径 Include paths 包含路径 Defines 定义 Undefines 未定义 Path selected 选中的路径 Number of files scanned 扫描的文件数 Scan duration 扫描时间 Errors 错误 File: 文件: No cppcheck build dir 没有 cppcheck 构建目录 Warnings 警告 Style warnings 风格警告 Portability warnings 移植可能性警告 Performance warnings 性能警告 Information messages 信息 ThreadResult %1 of %2 files checked %2 个文件已检查 %1 个 TranslationHandler Failed to change the user interface language: %1 The user interface language has been reset to English. Open the Preferences-dialog to select any of the available languages. 更改用户界面语言失败: %1 用户界面语言已被重置为英语。打开“首选项”对话框,选择任何可用的语言。 Cppcheck Cppcheck TxtReport inconclusive 不确定的 toFilterString All supported files (%1) 全部支持的文件 (%1) All files (%1) 全部文件 (%1)