About
About Cppcheck
О Cppcheck
Version %1
Версия %1
Cppcheck - A tool for static C/C++ code analysis.
Cppcheck - программа для статического анализа кода на языках С/С++.
Copyright © 2007-%1 Cppcheck team.
Copyright © 2007-2021 Cppcheck team.
Copyright © 2007-2021 Cppcheck team.
This program is licensed under the terms
of the GNU General Public License version 3
Эта программа распространяется на
условиях лицензии GNU General Public License, версии 3
Visit Cppcheck homepage at %1
Посетите домашнюю страницу: %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:
&Название:
&Executable:
&Программа:
&Parameters:
&Параметры:
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', can not show files in compliance report
FileViewDialog
Could not find the file: %1
Could not find the file:
Невозможно найти файл: %1
Cppcheck
Cppcheck
Could not read the file: %1
Невозможно прочитать файл: %1
HelpDialog
Cppcheck GUI help
Contents
Index
Helpfile '%1' was not found
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>
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>
Not null
Not uninit
String
Format string
Min size of buffer
Type
None
argvalue
mul
strlen
Arg
Arg2
and
Valid values
MainWindow
Cppcheck
Cppcheck
A&nalyze
Анализ
Standard
Стандартные
&File
&Файл
&View
&Вид
&Toolbars
&Панель инструментов
C++ standard
Стандарт C++
&C standard
C standard
&Стандарт C
&Edit
&Правка
&License...
&Лицензия...
A&uthors...
&Авторы...
&About...
&О программе...
&Files...
&Файлы...
Analyze files
Check files
Проверить файлы
Ctrl+F
Ctrl+F
&Directory...
&Каталог...
Analyze directory
Check directory
Проверка каталога
Ctrl+D
Ctrl+D
Ctrl+R
Ctrl+R
&Stop
Остановить
Stop analysis
Stop checking
Остановить проверку
Esc
Esc
&Save results to file...
Сохранить отчёт в файл...
Ctrl+S
Ctrl+S
&Quit
Выход
&Clear results
Очистить отчёт
&Preferences
Параметры
Show errors
Показать ошибки
Show warnings
Показать предупреждения
Show performance warnings
Показать предупреждения производительности
Show &hidden
Показать скрытые
Information
Информационные сообщения
Show information messages
Показать информационные сообщения
Show portability warnings
Показать предупреждения переносимости
Show Cppcheck results
Просмотр результатов Cppcheck
Clang
Clang
Show Clang results
Просмотр результатов Clang
&Filter
Фильтр
Filter results
Результаты фильтрации
Windows 32-bit ANSI
Windows 32-bit ANSI
Windows 32-bit Unicode
Windows 32-bit Unicode
Unix 32-bit
Unix 32-bit
Unix 64-bit
Unix 64-bit
Windows 64-bit
Windows 64-bit
&Print...
Печать...
Print the Current Report
Напечатать текущий отчет
Print Pre&view...
Предварительный просмотр...
Open a Print Preview Dialog for the Current Results
Открыть диалог печати для текущих результатов
Open library editor
Открыть редактор библиотек
&Check all
Отметить все
Checking for updates
Hide
Скрыть
Filter
Фильтр
&Reanalyze modified files
&Recheck modified files
Заново проверить измененные файлы
Reanal&yze all files
Заново проверить все файлы
Ctrl+Q
Style war&nings
Стилистические предупреждения
E&rrors
Ошибки
&Uncheck all
Сбросить все
Collapse &all
Свернуть все
&Expand all
Развернуть все
&Standard
Стандартные
Standard items
Стандартные элементы
Toolbar
Панель инструментов
&Categories
Категории
Error categories
Категории ошибок
&Open XML...
&Открыть XML...
Open P&roject File...
Открыть файл &проекта...
Ctrl+Shift+O
Sh&ow Scratchpad...
Показать Блокнот
&New Project File...
&Новый файл проекта...
Ctrl+Shift+N
&Log View
Посмотреть &лог
Log View
Посмотреть лог
C&lose Project File
&Закрыть файл проекта
&Edit Project File...
&Изменить файл проекта...
&Statistics
&Статистика
&Warnings
Предупреждения
Per&formance warnings
Предупреждения производительности
&Information
Информационные предупреждения
&Portability
Предупреждения переносимости
P&latforms
Платформы
C++&11
C&99
&Posix
C&11
&C89
&C++03
&Library Editor...
Редактор библиотеки
&Auto-detect language
Автоматическое определение языка
&Enforce C++
Принудительно C++
E&nforce C
Принудительно 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...
&Contents
Помощь
Categories
Категории
Show style warnings
Показать стилистические предупреждения
Open the help contents
Открыть помощь
F1
F1
&Help
Помощь
Quick Filter:
Быстрый фильтр:
Select configuration
Выбор конфигурации
Found project file: %1
Do you want to load this project file instead?
Найден файл проекта: %1
Вы хотите загрузить этот проект?
File not found
Файл не найден
Bad XML
Некорректный XML
Missing attribute
Пропущен атрибут
Bad attribute value
Некорректное значение атрибута
Unsupported format
Неподдерживаемый формат
Failed to load the selected library '%1'.
%2
Не удалось загрузить выбранную библиотеку '%1'.
%2
License
Лицензия
Authors
Авторы
Save the report file
Сохранить файл с отчетом
XML files (*.xml)
XML-файлы (*.xml)
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.
Возникла проблема при загрузке настроек программы.
Возможно, это связано с изменениями в версии программы. Пожалуйста, проверьте (и исправьте) настройки приложения.
You must close the project file before selecting new files or directories!
Вы должны закрыть проект перед выбором новых файлов или каталогов!
The library '%1' contains unknown elements:
%2
Библиотека '%1' содержит неизвестные элементы:
%2
Duplicate platform type
Дубликат типа платформы
Platform type redefined
Переобъявление типа платформы
Unknown element
Неизвестный элемент
Unknown issue
Неизвестная проблема
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=<directory> в командной строке для указания расположения файлов конфигурации. Обратите внимание, что --data-dir предназначен для использования сценариями установки. При включении данной опции, графический интерфейс пользователя не запускается.
Open the report file
Открыть файл с отчетом
Text files (*.txt)
Текстовые файлы (*.txt)
CSV files (*.csv)
CSV файлы(*.csv)
Project files (*.cppcheck);;All files(*.*)
Файлы проекта (*.cppcheck);;Все файлы(*.*)
Select Project File
Выберите файл проекта
Project:
Проект:
No suitable files found to analyze!
Не найдено подходящих файлов для анализа
C/C++ Source
Исходный код C/C++
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)
Cannot generate a compliance report right now, an analysis must finish successfully. Try to reanalyze the code and ensure there are no critical errors.
Build dir '%1' does not exist, create it?
Директория для сборки '%1' не существует, создать?
To check the project using addons, you need a build directory.
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', 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
не найден!
Хотите удалить его из списка проектов?
Install
New version available: %1. %2
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> Указать каталог, который был проверен для создания результатов xml, указанных с помощью -l
-v, --version Выдать информацию о версии на стандартный вывод и успешно завершиться.
--data-dir=<directory> Этот параметр предназначен для сценариев установки, чтобы они могли
настроить каталог, в котором расположены файлы данных (конфигурация, переводы).
Графический интерфейс пользователя не будет запущен, если указана эта опция.
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 32-bit
Unix 64-bit
Unix 64-bit
Windows 32-bit ANSI
Windows 32-bit ANSI
Windows 32-bit Unicode
Windows 32-bit Unicode
Windows 64-bit
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 ';'
Defines должны быть разделены точкой с запятой ';'
Note: Put your own custom .cfg files in the same folder as the project file. You should see them above.
Положите свои .cfg-файлы в один каталог с файлом проекта. Вы увидите их сверху.
Clang (experimental)
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.
Check code in headers (should be ON normally. if you want a limited quick analysis then turn this OFF)
Max recursion in template instantiation
Filepaths in warnings will be relative to this path
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 "Summary of guidelines" from the MISRA C 2012 pdf to a text file.</p></body></html>
<html><head/><body><p>Скопируйте текст из Appendix A "Summary of guidelines" из фала правил MISRA C 2012 pdf в текстовый файл.</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
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.
Parser
Cppcheck (built in)
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
Платформа
Warning options
Опции предупреждений
Root 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.
Y2038
Thread safety
Coding standards
Стандарты кодирования
Misra C
2012
2023
Cert C++
Bug hunting (Premium)
Clang analyzer
Clang-tidy
Defines:
Объявленные макроопределения:
ProjectFileDialog
Project file: %1
Файл проекта: %1
Select Cppcheck build dir
Выбрать директорию сборки Cppcheck
Select include directory
Выберите директорию для поиска заголовочных файлов
Select a directory to check
Выберите директорию для проверки
Clang-tidy (not found)
Clang-tidy (не найден)
Visual Studio
Visual Studio
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!
Language file %1.qm not found!
Языковой файл %1 не найден!
Failed to load translation for language %1 from file %2
Failed to load translation for language %1 from file %2.qm
Ошибка загрузки переводов для языка %1 из файла %2
line %1: Unhandled element %2
line %1: Mandatory attribute '%2' missing in '%3'
(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
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
Открыть содержащую папку
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
Print Report
Распечатать отчет
No errors found, nothing to print.
Ошибок не найдено, нечего распечатывать.
%p% (%1 of %2 files checked)
%p% (%1 из %2 файлов проверено)
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
Analysis was aborted.
Failed to save the report.
Не удалось сохранить отчет.
Results
Результаты
Critical errors
Analysis Log
Лог анализа
Warning Details
Детали предупреждения
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"
Enable inline suppressions
Включить inline-подавление ошибок
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 (оставьте пустым для использования python из PATH)
...
...
MISRA addon
Дополнение MISRA
MISRA rule texts file
Файл с текстами правил MISRA:
<html><head/><body><p>Copy/paste the text from Appendix A "Summary of guidelines" from the MISRA C 2012 pdf to a text file.</p></body></html>
<html><head/><body><p>Скопируйте текст из Appendix A "Summary of guidelines" из фала правил MISRA C 2012 pdf в текстовый файл.</p></body></html>
Clang
Clang
Clang path (leave empty to use system PATH)
Clang (оставьте пустым для использования 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 "SET INCLUDE". Then copy/paste the paths.</p></body></html>
<html><head/><body><p>Путь до заголовочных файлов Visual Studio headers, разделенных символом ';'.</p><p>Вы можете открыть командную строку Visual Studio, ввести "SET INCLUDE" и скопировать пути.</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
Нет данных
The executable file "%1" is not available
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:
Стилистические предупреждения:
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%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
Не задана директория сборки
Warnings
Предупреждения
Style warnings
Стилистические предупреждения
Portability warnings
Предупреждения переносимости
Performance warnings
Предупреждения производительности
Information messages
Информационные сообщения
ThreadResult
%1 of %2 files checked
%1 из %2 файлов проверены
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)