From bd2c4bb0a6d3dae0bd8ff3e4f11ec1a62ac49f47 Mon Sep 17 00:00:00 2001 From: Kuletco Date: Thu, 13 Jan 2022 05:10:05 +0800 Subject: [PATCH] Update zh_CN translation (#3692) --- .gitignore | 3 + gui/cppcheck_zh_CN.ts | 835 ++++++++++++++++++++++-------------------- 2 files changed, 431 insertions(+), 407 deletions(-) diff --git a/.gitignore b/.gitignore index c74a0121e..c557cbc84 100644 --- a/.gitignore +++ b/.gitignore @@ -123,3 +123,6 @@ compile_commands.json #vs code .vscode + +#debian build system +/debian diff --git a/gui/cppcheck_zh_CN.ts b/gui/cppcheck_zh_CN.ts index 2d87c52ef..afcf26eb8 100644 --- a/gui/cppcheck_zh_CN.ts +++ b/gui/cppcheck_zh_CN.ts @@ -22,7 +22,7 @@ Copyright © 2007-%1 Cppcheck team. Copyright © 2007-2019 Cppcheck team. - 版权所有 © 2007-2018 Daniel Marjamäki 与 Cppcheck 团队。 + 版权所有 © 2007-%1 Cppcheck 团队。 @@ -50,7 +50,13 @@ of the GNU General Public License version 3 <li>picojson</li> <li>pcre</li> <li>qt</li></ul></body></html> - + <html><head/><body> +<p>非常感谢我们使用的这些库:</p><ul> +<li>pcre</li> +<li>picojson</li> +<li>qt</li> +<li>tinyxml2</li> +<li>z3</li></ul></body></html> @@ -150,17 +156,17 @@ Parameters: -l(line) (file) Function contract - + 函数约定 Name - + 名称 Requirements for parameters - + 必须的参数 @@ -168,27 +174,27 @@ Parameters: -l(line) (file) Cppcheck GUI help - + Cppcheck GUI 帮助 Contents - + 内容 Index - + 索引 Helpfile '%1' was not found - + 帮助文件 '%1' 未找到 Cppcheck - Cppcheck + Cppcheck @@ -196,17 +202,17 @@ Parameters: -l(line) (file) Add function - + 添加函数 Function name(s) - + 函数名 Number of arguments - + 参数个数 @@ -214,127 +220,127 @@ Parameters: -l(line) (file) 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 + 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 - + 库另存为 @@ -342,7 +348,7 @@ Parameters: -l(line) (file) Edit argument - + 编辑参数 @@ -352,12 +358,17 @@ Parameters: -l(line) (file) <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 - + 非布尔值 @@ -367,84 +378,89 @@ Parameters: -l(line) (file) <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 - + 有效值 @@ -481,16 +497,16 @@ Parameters: -l(line) (file) - - - - - - - - - - + + + + + + + + + + Cppcheck Cppcheck @@ -521,13 +537,13 @@ Parameters: -l(line) (file) C++ standard - + C++ 标准 &C standard C standard - + &C 标准 @@ -569,7 +585,7 @@ Parameters: -l(line) (file) Analyze files Check files - 检查文件 + 分析文件 @@ -586,7 +602,7 @@ Parameters: -l(line) (file) Analyze directory Check directory - 检查目录 + 分析目录 @@ -612,7 +628,7 @@ Parameters: -l(line) (file) Stop analysis Stop checking - 停止检查 + 停止分析 @@ -669,8 +685,8 @@ Parameters: -l(line) (file) 显示便条(&C)... - - + + Information 信息 @@ -691,17 +707,17 @@ Parameters: -l(line) (file) Show Cppcheck results - + 显示 Cppcheck 结果 Clang - + Clang Show Clang results - + 显示 Clang 结果 @@ -769,27 +785,27 @@ Parameters: -l(line) (file) &Print... - + 打印(&P)... Print the Current Report - + 打印当前报告 Print Pre&view... - + 打印预览(&v)... Open a Print Preview Dialog for the Current Results - + 打开当前结果的打印预览窗口 Open library editor - + 打开库编辑器 @@ -839,7 +855,7 @@ Parameters: -l(line) (file) A&nalyze - + 分析(&A) @@ -850,27 +866,27 @@ Parameters: -l(line) (file) &Reanalyze modified files &Recheck modified files - + 重新分析已修改的文件(&R) Reanal&yze all files - + 重新分析全部文件(&y) Ctrl+Q - + Ctrl+Q Style war&nings - + 风格警告(&n) E&rrors - + 编辑(&r) @@ -940,12 +956,12 @@ Parameters: -l(line) (file) Ctrl+Shift+O - + Ctrl+Shift+O Sh&ow Scratchpad... - + 显示便条(&o)... @@ -955,7 +971,7 @@ Parameters: -l(line) (file) Ctrl+Shift+N - + Ctrl+Shift+N @@ -970,102 +986,102 @@ Parameters: -l(line) (file) &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 + C++14 Reanalyze and check library - + 重新分析并检查库 Check configuration (defines, includes) - + 检查配置(defines, includes) C++17 - C++17 + C++17 C++20 - C++20 + C++20 @@ -1081,7 +1097,7 @@ This is probably because the settings were changed between the Cppcheck versions 未发现适合检查的文件! - + You must close the project file before selecting new files or directories! 在选择新的文件或目录之前,你必须先关闭此项目文件! @@ -1091,7 +1107,7 @@ This is probably because the settings were changed between the Cppcheck versions - + Quick Filter: 快速滤器: @@ -1100,12 +1116,12 @@ This is probably because the settings were changed between the Cppcheck versions 选择要检查的文件 - + Select configuration - + 选择配置 - + Found project file: %1 Do you want to load this project file instead? @@ -1122,71 +1138,73 @@ Do you want to proceed checking without using any of these project files? - + 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不会启动,所发生的一切只是配置了设置。 Current results will be cleared. @@ -1197,13 +1215,13 @@ Opening a new XML file will clear current results.Do you want to proceed? - - + + XML files (*.xml) XML 文件(*.xml) - + Open the report file 打开报告文件 @@ -1216,12 +1234,12 @@ Do you want to stop the checking and exit Cppcheck? 你是否需要停止检查并退出 Cppcheck? - + License 许可证 - + Authors 作者 @@ -1231,7 +1249,7 @@ Do you want to stop the checking and exit Cppcheck? XML 文件版本 2 (*.xml);;XML 文件版本 1 (*.xml);; 文本文件(*.txt);; CSV 文件(*.csv) - + Save the report file 保存报告文件 @@ -1244,12 +1262,12 @@ Do you want to stop the checking and exit Cppcheck? XML 文件版本 2 (*.xml) - + Text files (*.txt) 文本文件(*.txt) - + CSV files (*.csv) CSV 文件(*.csv) @@ -1270,122 +1288,129 @@ The user interface language has been reset to English. Open the Preferences-dial 用户界面语言已被重置为英语。打开“首选项”对话框,选择任何可用的语言。 - + Project files (*.cppcheck);;All files(*.*) 项目文件(*.cppcheck);;所有文件(*.*) - + Select Project File 选择项目文件 - - - + + + Project: 项目: No suitable files found to analyze! - - - - - C/C++ Source - - - - - Compile database - + 没有找到合适的文件来分析! - Visual Studio - + 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 吗? - + 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 @@ -1402,7 +1427,7 @@ Do you want to remove the file from the recently used projects -list? 你要从最近使用的项目列表中删除此文件吗? - + Cppcheck GUI. Syntax: @@ -1429,12 +1454,24 @@ Options: -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 - 命令行参数 @@ -1442,32 +1479,32 @@ Options: New suppression - + 新建抑制 Error ID - + 错误 ID File name - + 文件名 Line number - + 行号 Symbol name - + 符号名 Edit suppression - + 编辑抑制 @@ -1477,32 +1514,32 @@ Options: 内置 - + Native - + 本地 - + Unix 32-bit - + Unix 64-bit - + Windows 32-bit ANSI - + Windows 32-bit Unicode - + Windows 64-bit @@ -1536,19 +1573,19 @@ Options: 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 &Root: @@ -1558,68 +1595,68 @@ Options: 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 配置 @@ -1650,69 +1687,69 @@ Options: 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 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 深度 External tools - + 外部工具 Includes @@ -1735,67 +1772,67 @@ Options: Platform - + 平台 Clang (experimental) - + Clang (实验性的) Normal analysis -- Avoid false positives. - + 常规分析 -- 避免误报。 Bug hunting -- Generates mostly noise. The goal is to be "soundy" and detect most bugs. - + 错误搜寻 -- 生成几乎所有提示。其目的是为了检测出大多数错误并使代码更加 "牢固"。 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 - + Exclude @@ -1804,53 +1841,53 @@ Options: 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 - + 编码标准 CERT - + CERT Clang analyzer - + Clang analyzer Clang-tidy - + Clang-tidy @@ -1868,7 +1905,7 @@ Options: Select Cppcheck build dir - + 选择 Cppcheck 构建目录 @@ -1883,32 +1920,32 @@ Options: (no rule texts file) - + (无规则文本文件) Clang-tidy (not found) - + Clang-tidy (未找到) Visual Studio - + Visual Studio Compile database - + Compile database Borland C++ Builder 6 - + Borland C++ Builder 6 Import Project - + 导入项目 @@ -1918,242 +1955,226 @@ Options: Source files - + 源文件 All files - + 全部文件 Exclude file - + 排除文件 Select MISRA rule texts file - + 选择 MISRA 规则文本文件 MISRA rule texts file (%1) - + MISRA 规则文本文件 (%1) QDialogButtonBox - - OK - - - - - Cancel - - - - Close - 关闭 - - - - Save - + 关闭 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 - + 保存 @@ -2186,27 +2207,27 @@ Options: Copy - + 复制 Could not find file: - + 找不到文件: Please select the folder '%1' - + 请选择文件夹 '%1' Select Directory '%1' - + 选择目录 '%1' Please select the directory where file is located. - + 请选择文件所在的目录。 [Inconclusive] @@ -2220,12 +2241,12 @@ Options: note - + 注意 Recheck - + 重新检查 Copy filename @@ -2251,38 +2272,38 @@ Options: Hide all with id - + 隐藏全部 ID Suppress selected id(s) - + 抑制选择的 ID Open containing folder - + 打开包含的文件夹 Edit contract.. - + 编辑约定.. Suppress - + 抑制 Tag - + 标记 No tag - + 取消标记 @@ -2344,12 +2365,12 @@ Please select the directory where file is located. Inconclusive - + 不确定的 Since date - + 日期 @@ -2392,39 +2413,39 @@ Please select the directory where file is located. Analysis Log - + 分析日志 Warning Details - + 警告详情 Functions - + 函数 Variables - + 变量 Only show variable names that contain text: - + 只显示包含文本的变量名: Configured contracts: - + 已配置的约定: Missing contracts: - + 缺失的约定: No errors found, nothing to save. @@ -2439,12 +2460,12 @@ Please select the directory where file is located. Print Report - + 打印报告 No errors found, nothing to print. - + 没有错误发现,没有可打印内容。 @@ -2478,7 +2499,7 @@ To toggle what kind of errors are shown, open view menu. XML format version 1 is no longer supported. - + 不再支持 XML 格式版本 1。 Summary @@ -2491,7 +2512,7 @@ To toggle what kind of errors are shown, open view menu. First included by - + 首次包含于 @@ -2501,22 +2522,22 @@ To toggle what kind of errors are shown, open view menu. Bug hunting analysis is incomplete - + 错误搜寻分析未完成 Clear Log - + 清空日志 Copy this Log entry - + 复制此日志条目 Copy complete Log - + 复制完整日志 @@ -2529,12 +2550,12 @@ To toggle what kind of errors are shown, open view menu. Copy or write some C/C++ code here: - + 在这里复制或输入一些 C/C++ 代码: Optionally enter a filename (mainly for automatic language detection) and click on "Check": - + 可选择输入文件名 (主要用来自动语言检测) 然后点击 "检查": @@ -2571,7 +2592,7 @@ To toggle what kind of errors are shown, open view menu. Number of threads: - 线程个数: + 线程个数: @@ -2607,99 +2628,99 @@ To toggle what kind of errors are shown, open view menu. Check for inconclusive errors also - + 检查不确定的错误 Show statistics on check completion - + 检查完成后显示统计数据 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 - + 自定义 Paths @@ -2773,7 +2794,7 @@ To toggle what kind of errors are shown, open view menu. The executable file "%1" is not available - + 可执行文件 "%1" 不可用 @@ -2788,7 +2809,7 @@ To toggle what kind of errors are shown, open view menu. [Default] - + [默认] @@ -2798,17 +2819,17 @@ To toggle what kind of errors are shown, open view menu. Select python binary - + 选择 python 二进制 Select MISRA File - + 选择 MISRA 文件 Select clang path - + 选择 clang 路径 Select include directory @@ -2854,7 +2875,7 @@ To toggle what kind of errors are shown, open view menu. Undefines: - + 未定义: @@ -2910,12 +2931,12 @@ To toggle what kind of errors are shown, open view menu. History - + 历史 File: - + 文件: @@ -2925,7 +2946,7 @@ To toggle what kind of errors are shown, open view menu. Pdf Export - + 导出 PDF @@ -2980,7 +3001,7 @@ To toggle what kind of errors are shown, open view menu. Export PDF - + 导出 PDF @@ -3005,7 +3026,7 @@ To toggle what kind of errors are shown, open view menu. Undefines - + 未定义 @@ -3031,12 +3052,12 @@ To toggle what kind of errors are shown, open view menu. File: - + 文件: No cppcheck build dir - + 没有 cppcheck 构建目录 @@ -3080,22 +3101,22 @@ To toggle what kind of errors are shown, open view menu. 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 + Cppcheck @@ -3111,22 +3132,22 @@ The user interface language has been reset to English. Open the Preferences-dial Dialog - + 对话框 You can specify min and max value for the variable here - + 你可以在这里指定变量的最小值和最大值 Min - + 最小 Max - + 最大 @@ -3134,12 +3155,12 @@ The user interface language has been reset to English. Open the Preferences-dial All supported files (%1) - + 全部支持的文件 (%1) All files (%1) - + 全部文件 (%1)