diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 1c1818c708a..95b0280a14b 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -21,7 +21,7 @@ CheckOptions: QT_WRAP_UI(uis_hdrs ${uis}) QT_ADD_RESOURCES(resources "gui.qrc") # TODO: passing "-no-obsolete" here breaks the translations - QT_CREATE_TRANSLATION(qms ${CMAKE_CURRENT_SOURCE_DIR} ${tss}) + QT_CREATE_TRANSLATION(qms ${CMAKE_CURRENT_SOURCE_DIR} ${tss} OPTIONS -no-ui-lines) list(APPEND cppcheck-gui-deps ${hdrs} ${uis_hdrs} ${resources} ${qms}) add_custom_target(gui-build-deps SOURCES ${cppcheck-gui-deps}) diff --git a/gui/cppcheck_de.ts b/gui/cppcheck_de.ts index 8a472e571e0..1ae77d64442 100644 --- a/gui/cppcheck_de.ts +++ b/gui/cppcheck_de.ts @@ -4,40 +4,40 @@ About - + About Cppcheck Über Cppcheck - + Version %1 Version %1 - + Cppcheck - A tool for static C/C++ code analysis. Cppcheck - Ein Werkzeug zur statischen C/C++-Code-Analyse. - + Copyright © 2007-%1 Cppcheck team. Copyright © 2007-2021 Cppcheck team. Copyright © 2007-%1 Cppcheck-Team. - + This program is licensed under the terms of the GNU General Public License version 3 Dieses Programm ist unter den Bedingungen der GNU General Public License Version 3 lizenziert - + Visit Cppcheck homepage at %1 Besuchen Sie die Cppcheck-Homepage unter %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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> <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> @@ -46,12 +46,12 @@ der GNU General Public License Version 3 lizenziert ApplicationDialog - + Add an application Anwendung hinzufügen - + 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: @@ -77,22 +77,22 @@ Parameter: -l(line) (file) - + &Name: &Name: - + &Executable: &Ausführbare Datei: - + &Parameters: &Parameter: - + Browse Suchen @@ -120,42 +120,42 @@ Parameter: -l(line) (file) ComplianceReportDialog - + Compliance Report - + Project name - + Project version - + Coding Standard - + Misra C - + Cert C - + Cert C++ - + List of files with md5 checksums @@ -203,17 +203,17 @@ Parameter: -l(line) (file) HelpDialog - + Cppcheck GUI help - + Contents - + Index @@ -231,17 +231,17 @@ Parameter: -l(line) (file) LibraryAddFunctionDialog - + Add function Funktion hinzufügen - + Function name(s) Funktionsname(n) - + Number of arguments Anzahl Argumente @@ -249,87 +249,87 @@ Parameter: -l(line) (file) LibraryDialog - + Library Editor Bibliothekseditor - + Open Öffnen - + Save Speichern - + Save as Speichern unter - + Functions Funktionen - + Sort Sortiere - + Add Hinzufügen - + Filter: Filter: - + Comments Kommentare - + noreturn Zurückkehrend - + False Ja - + True Nein - + Unknown Unbekannt - + return value must be used Rückgabewert muss genutzt werden - + ignore function in leaks checking Ignoriere Funktion in Speicherleck-Prüfung - + Arguments Argumente - + Edit Bearbeiten @@ -375,12 +375,12 @@ Parameter: -l(line) (file) LibraryEditArgDialog - + Edit argument Argument bearbeiten - + <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> @@ -395,12 +395,12 @@ Parameter: -l(line) (file) </body></html> - + Not bool Nicht boolsch - + <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> @@ -415,79 +415,72 @@ Parameter: -l(line) (file) </body></html> - + Not null Nicht Null - + Not uninit Nicht uninitialisiert - + String String - + Format string Formatstring - + Min size of buffer Minimale Puffergröße - - + Type Typ - - + None Keine - - + argvalue Argumentwert - - + mul Multiplikation - - + strlen strlen - - + Arg Argument 1 - - + Arg2 Argument 2 - + and und - + Valid values Zulässige Werte @@ -495,8 +488,7 @@ Parameter: -l(line) (file) MainWindow - - + @@ -514,160 +506,154 @@ Parameter: -l(line) (file) Cppcheck - + Standard Standard - + &File &Datei - + &View &Ansicht - + &Toolbars &Symbolleisten - + A&nalyze A&nalysieren - + C++ standard C++-Standard - + &C standard &C-Standard - + &Edit &Bearbeiten - + &License... &Lizenz... - + A&uthors... &Autoren... - + &About... Ü&ber... - + &Files... &Dateien... - - + Analyze files Analysiere Dateien - + Ctrl+F Strg+F - + &Directory... &Verzeichnis... - - + Analyze directory Analysiere Verzeichnis - + Ctrl+D Strg+D - + Ctrl+R Strg+R - + &Stop &Stoppen - - + Stop analysis Analyse abbrechen - + Esc Esc - + &Save results to file... &Ergebnisse in Datei speichern... - + Ctrl+S Strg+S - + &Quit &Beenden - + &Clear results Ergebnisse &löschen - + &Preferences &Einstellungen - - + Show errors Zeige Fehler - - + Show warnings Zeige Warnungen - - + Show performance warnings Zeige Performance-Warnungen - + Show &hidden Zeige &versteckte @@ -678,404 +664,402 @@ Parameter: -l(line) (file) Information - + Show information messages Zeige Informationsmeldungen - + Show portability warnings Zeige Portabilitätswarnungen - + Show Cppcheck results Zeige Cppcheck-Ergebnisse - + Clang Clang - + Show Clang results Zeige Clang-Ergebnisse - + &Filter &Filter - + Filter results Gefilterte Ergebnisse - + 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... Drucken... - + Print the Current Report Aktuellen Bericht ausdrucken - + Print Pre&view... Druckvorschau - + Open a Print Preview Dialog for the Current Results Druckvorschaudialog für aktuelle Ergebnisse öffnen - + Open library editor Bibliothekseditor öffnen - + &Check all Alle &auswählen - + Checking for updates - + Hide Verstecken - - + Report - + Filter Filter - + &Reanalyze modified files Veränderte Dateien neu analysieren - + Reanal&yze all files Alle Dateien erneut anal&ysieren - + Ctrl+Q - + Style war&nings Stilwar&nungen - + E&rrors F&ehler - + &Uncheck all Alle a&bwählen - + Collapse &all Alle &reduzieren - + &Expand all Alle &erweitern - + &Standard &Standard - + Standard items Standardeinträge - + Toolbar Symbolleiste - + &Categories &Kategorien - + Error categories Fehler-Kategorien - + &Open XML... Öffne &XML... - + Open P&roject File... Pr&ojektdatei öffnen... - + Ctrl+Shift+O - + Sh&ow Scratchpad... &Zeige Schmierzettel... - + &New Project File... &Neue Projektdatei... - + Ctrl+Shift+N - + &Log View &Loganzeige - + Log View Loganzeige - + C&lose Project File Projektdatei &schließen - + &Edit Project File... Projektdatei &bearbeiten... - + &Statistics &Statistik - + &Warnings &Warnungen - + Per&formance warnings Per&formance-Warnungen - + &Information &Information - + &Portability &Portabilität - + P&latforms P&lattformen - + C++&11 C++&11 - + C&99 C&99 - + &Posix Posix - + C&11 C&11 - + &C89 &C89 - + &C++03 &C++03 - + &Library Editor... &Bibliothekseditor - + &Auto-detect language Sprache &automatisch erkennen - + &Enforce C++ C++ &erzwingen - + E&nforce C C e&rzwingen - + C++14 C++14 - + Reanalyze and check library Neu analysieren und Bibliothek prüfen - + Check configuration (defines, includes) Prüfe Konfiguration (Definitionen, Includes) - + C++17 C++17 - + C++20 C++20 - + Compliance report... - + Normal - + Misra C - + Misra C++ 2008 - + Cert C - + Cert C++ - + Misra C++ 2023 - + Autosar - + &Contents &Inhalte - + Categories Kategorien - - + Show style warnings Zeige Stilwarnungen - + Open the help contents Öffnet die Hilfe-Inhalte - + F1 F1 - + &Help &Hilfe @@ -1537,27 +1521,27 @@ Options: NewSuppressionDialog - + New suppression Neue Fehlerunterdrückung - + Error ID Fehler-ID - + File name Dateiname - + Line number Zeilennummer - + Symbol name Symbolname @@ -1603,27 +1587,27 @@ Options: ProjectFile - + Project File Projektdatei - + Paths and Defines Pfade und Definitionen - + Import Project (Visual studio / compile database/ Borland C++ Builder 6) Importiere Projekt (Visual Studio / Compile-Datenbank / Borland C++-Builder 6) - + Defines must be separated by a semicolon. Example: DEF1;DEF2=5;DEF3=int Definitionen müssen mit einem Semikolon getrennt werden. Beispiel: 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. Hinweis: Legen Sie eigene .cfg-Dateien in den Ordner der Projektdatei. Dann sollten sie oben sichtbar werden. @@ -1632,349 +1616,338 @@ Options: MISRA C 2012 - + MISRA rule texts MISRA-Regeltexte - + <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>Text aus Anhang A &quot;Summary of guidelines&quot; aus der MISRA-C-2012-PDF in eine Textdatei einfügen.</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>Sie haben die Auswahl:</p><p> * Alle Debug- und Release-Konfigurationen analysieren</p><p> * Nur die erste passende Debug-Konfiguration analysieren</p><p><br/></p></body></html> - - - + Browse... Durchsuchen... - + Analyze all Visual Studio configurations Alle Visual-Studio-Konfigurationen analysieren - + Selected VS Configurations - + Paths: Pfade: - - + Add... Hinzufügen... - - - + Edit Bearbeiten - - - - + Remove Entfernen - + Undefines: Un-Definitionen: - + Undefines must be separated by a semicolon. Example: UNDEF1;UNDEF2;UNDEF3 Un-Definitionen müssen Semikolon-getrennt sein. Beispiel: UNDEF1;UNDEF2;UNDEF3 - + Include Paths: Includepfade: - + Up Auf - + Down Ab - + Platform Plattform - - + Analysis Analyse - + This is a workfolder that Cppcheck will use for various purposes. - + Clang (experimental) - + 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). - + 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 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) Prüfe Code in ungenutzten Templates (langsamere und weniger genaue Analyse) - + Max CTU depth Maximale CTU-Tiefe - + Max recursion in template instantiation - + Premium License - + Warning options Warnoptionen - + Root path: Wurzelverzeichnis: - + Filepaths in warnings will be relative to this path - + Warning tags (separated by semicolon) Warnungs-Tags (Semikolon-getrennt) - + Enable inline suppressions Inline-Fehlerunterdrückung aktivieren - + Misra C++ - + 2008 - + Cert C - + CERT-INT35-C: int precision (if size equals precision, you can leave empty) - + Autosar - + Bug hunting - + External tools Externe Werkzeuge - + Cppcheck build dir (whole program analysis, incremental analysis, statistics, etc) Cppcheck-Arbeitsverzeichnis (Vollständige Programmanalyse, inkrementelle Analyse, Statistiken, etc.) - + Types and Functions - + Libraries Bibliotheken - + Parser - + Cppcheck (built in) - + Check that each class has a safe public interface - + Limit analysis - + Check code in headers (should be ON normally. if you want a limited quick analysis then turn this OFF) - + 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... - + Suppressions Fehlerunterdrückungen - + Add Hinzufügen - - + Addons Add-Ons - + Note: Addons require <a href="https://www.python.org/">Python</a> being installed. - + Y2038 Y2038 - + Thread safety Threadsicherheit - + Coding standards Programmierstandards - + Misra C - + 2012 - - + 2023 - + Cert C++ - + Bug hunting (Premium) - + Clang analyzer Clang-Analyzer - + Clang-tidy Clang-Tidy - + Defines: Definitionen: @@ -2347,27 +2320,27 @@ Options: Undefinierte Datei - + Copy Kopieren - + Could not find file: Kann Datei nicht finden: - + Please select the folder '%1' Bitte wählen Sie den Ordner '%1' - + Select Directory '%1' Wähle Verzeichnis '%1' - + Please select the directory where file is located. Bitte wählen Sie das Verzeichnis, wo sich die Datei befindet @@ -2382,27 +2355,27 @@ Options: Anmerkung - + Recheck Erneut prüfen - + Hide Verstecken - + Hide all with id Verstecke alle mit gleicher ID - + Suppress selected id(s) Ausgewählte ID(s) unterdrücken - + Open containing folder Übergeordneten Ordner öffnen @@ -2412,23 +2385,23 @@ Options: - + Tag Tag - + No tag Kein Tag - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2437,7 +2410,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2446,12 +2419,12 @@ Please select the default editor application in preferences/Applications. - + Could not find the file! Datei konnte nicht gefunden werden! - + Could not start %1 Please check the application path and parameters are correct. @@ -2460,7 +2433,7 @@ Please check the application path and parameters are correct. Bitte überprüfen Sie ob der Pfad und die Parameter der Anwendung richtig eingestellt sind. - + Select Directory Wähle Verzeichnis @@ -2615,22 +2588,22 @@ Legen Sie unter dem Menü Ansicht fest, welche Arten von Fehlern angezeigt werde Der Bericht konnte nicht speichern werden. - + Results Berichte - + Critical errors - + Analysis Log Analyseprotokoll - + Warning Details Warnungs-Details @@ -2638,27 +2611,27 @@ Legen Sie unter dem Menü Ansicht fest, welche Arten von Fehlern angezeigt werde ScratchPad - + Scratchpad Schmierzettel - + Copy or write some C/C++ code here: Kopieren oder schreiben Sie C/C++-Code hierher: - + Optionally enter a filename (mainly for automatic language detection) and click on "Check": Optional einen Dateinamen (hauptsächlich für automatische Spracherkennung) eingeben und auf "Prüfe" klicken: - + filename Dateiname - + Check Prüfe @@ -2666,195 +2639,192 @@ Legen Sie unter dem Menü Ansicht fest, welche Arten von Fehlern angezeigt werde Settings - + Preferences Einstellungen - + General Allgemein - + Add... Hinzufügen... - + Number of threads: Anzahl der Threads: - + Ideal count: Ideale Anzahl: - + Force checking all #ifdef configurations Erzwinge Prüfung aller #ifdef-Konfigurationen - + Show full path of files Vollständigen Dateipfad anzeigen - + Show "No errors found" message when no errors found "Keine Fehler gefunden"-Meldung anzeigen, wenn keine Fehler gefunden werden - + Display error Id in column "Id" Zeige Meldungs-Id in Spalte "Id" - + Enable inline suppressions Inline-Fehlerunterdrückung aktivieren - + Check for inconclusive errors also Auch nach unklaren Fehlern suchen - + Show statistics on check completion Zeige Statistiken nach Prüfungsabschluss - + Check for updates - + Show internal warnings in log Interne Warnungen im Log anzeigen - + Addons Add-Ons - + Python binary (leave this empty to use python in the PATH) Python-Binärdatei (Python aus PATH wird genutzt, wenn leer) - - - + ... ... - + MISRA addon MISRA-Addon - + MISRA rule texts file MISRA-Regeltext-Datei - + <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>Text aus Anhang A &quot;Summary of guidelines&quot; aus der MISRA-C-2012-PDF in eine Textdatei einfügen.</p></body></html> - + Clang Clang - + Clang path (leave empty to use system PATH) Clang-Verzeichnis (PATH wird genutzt, wenn leer) - + Visual Studio headers Visual-Studio-Header - + <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>Pfade zu Visual-Studio-Headern, Semikolon-getrennt.</p><p>Sie können eine Visual-Studio-Kommandozeile öffnen, &quot;SET INCLUDE&quot; eingeben und dann die Pfade hier reinkopieren.</p></body></html> - + Code Editor Code-Editor - + Code Editor Style Code-Editor-Stil - + System Style Systemstil - + Default Light Style Heller Standardstil - + Default Dark Style Dunkler Standardstil - + Custom Benutzerdefiniert - + Remove Entfernen - + Applications Anwendungen - - + Edit... Bearbeiten... - + Set as default Als Standard festlegen - + Reports Berichte - + Save all errors when creating report Alle Fehler beim Erstellen von Berichten speichern - + Save full path to files in reports Vollständigen Dateipfad in Berichten speichern - + Language Sprache @@ -2910,122 +2880,121 @@ Legen Sie unter dem Menü Ansicht fest, welche Arten von Fehlern angezeigt werde StatsDialog - - + Statistics Statistik - + Project Projekt - + Project: Projekt: - + Paths: Pfade: - + Include paths: Include-Pfade: - + Defines: Definitionen: - + Undefines: Un-Definitionen: - + Previous Scan Vorherige Prüfung - + Path Selected: Ausgewählte Pfade: - + Number of Files Scanned: Anzahl der geprüften Dateien: - + Scan Duration: Prüfungsdauer: - + Errors: Fehler: - + Warnings: Warnungen: - + Stylistic warnings: Stilwarnungen: - + Portability warnings: Portabilitätswarnungen: - + Performance issues: Performance-Probleme: - + Information messages: Informationsmeldungen: - + Active checkers: - + Checkers - + History Verlauf - + File: Datei: - + Copy to Clipboard In die Zwischenablage kopieren - + Pdf Export PDF-Export diff --git a/gui/cppcheck_es.ts b/gui/cppcheck_es.ts index c522a46ee31..86ca1b40d85 100644 --- a/gui/cppcheck_es.ts +++ b/gui/cppcheck_es.ts @@ -4,39 +4,39 @@ About - + About Cppcheck Acerca de Cppcheck - + Version %1 Versión %1 - + Cppcheck - A tool for static C/C++ code analysis. Cppcheck - Una utilidad para el análisis estático de código C/C++. - + Copyright © 2007-%1 Cppcheck team. Copyright © 2007-2021 Cppcheck team. Copyright © 2007-2021 el equipo de cppcheck. - + This program is licensed under the terms of the GNU General Public License version 3 Este programa está licenciado bajo los términos de GNU General Public License versión 3 - + Visit Cppcheck homepage at %1 Visita el sitio de Cppcheck en %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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> <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> @@ -45,12 +45,12 @@ of the GNU General Public License version 3 ApplicationDialog - + Add an application Añade una aplicación - + 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: @@ -65,22 +65,22 @@ Parameters: -l(line) (file) - + &Name: &Nombre: - + &Executable: &Ejecutable: - + &Parameters: &Parámetros: - + Browse Buscar @@ -108,42 +108,42 @@ Parameters: -l(line) (file) ComplianceReportDialog - + Compliance Report - + Project name - + Project version - + Coding Standard - + Misra C - + Cert C - + Cert C++ - + List of files with md5 checksums @@ -191,17 +191,17 @@ Parameters: -l(line) (file) HelpDialog - + Cppcheck GUI help - + Contents - + Index @@ -219,17 +219,17 @@ Parameters: -l(line) (file) LibraryAddFunctionDialog - + Add function Añadir función - + Function name(s) Nombre(s) de la función - + Number of arguments Número de argumentos @@ -237,87 +237,87 @@ Parameters: -l(line) (file) LibraryDialog - + Library Editor Editor de bibliotecas - + Open Abrir - + Save Guardar - + Save as - + Functions Funciones - + Sort - + Add Añadir - + Filter: - + Comments - + noreturn - + False Falso - + True Verdadero - + Unknown Desconocido - + return value must be used - + ignore function in leaks checking - + Arguments Argumentos - + Edit Editar @@ -365,12 +365,12 @@ Parameters: -l(line) (file) LibraryEditArgDialog - + Edit argument Editar argumento - + <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> @@ -380,12 +380,12 @@ Parameters: -l(line) (file) - + Not bool No 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> @@ -395,79 +395,72 @@ Parameters: -l(line) (file) - + Not null No null - + Not uninit No uninit - + String String - + Format string - + Min size of buffer - - + Type Tipo - - + None Ninguno - - + argvalue - - + mul - - + strlen - - + Arg - - + Arg2 - + and - + Valid values Valores válidos @@ -475,8 +468,7 @@ Parameters: -l(line) (file) MainWindow - - + @@ -494,156 +486,151 @@ Parameters: -l(line) (file) Cppcheck - + &File &Archivo - + &View &Ver - + &Toolbars &Herramientas - + &Help &Ayuda - + C++ standard C++ estándar - + &C standard C standard C estándar - + &Edit &Editar - + Standard Estándar - + Categories Categorías - + &License... &Licencia... - + A&uthors... A&utores... - + &About... &Acerca de... - + &Files... &Ficheros... - - + Analyze files Check files Comprobar archivos - + Ctrl+F Ctrl+F - + &Directory... &Carpeta... - - + Analyze directory Check directory Comprobar carpeta - + Ctrl+D Ctrl+D - + Ctrl+R Ctrl+R - + &Stop &Detener - - + Stop analysis Stop checking Detener comprobación - + Esc Esc - + &Save results to file... &Guardar los resultados en el fichero... - + Ctrl+S Ctrl+S - + &Quit &Salir - + &Clear results &Limpiar resultados - + &Preferences &Preferencias - - + Show style warnings Mostrar advertencias de estilo - - + Show errors Mostrar errores @@ -655,412 +642,409 @@ Parameters: -l(line) (file) Información - + Show information messages Mostrar mensajes de información - + Show portability warnings Mostrar advertencias de portabilidad - + Show Cppcheck results - + Clang - + Show Clang results - + &Filter &Filtro - + Filter results Resultados del filtro - + 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... Im&primir... - + Print the Current Report Imprimir el informe actual - + Print Pre&view... Pre&visualización de impresión... - + Open a Print Preview Dialog for the Current Results Abre el diálogo de previsualización de impresión para el informe actual - + Open library editor Abrir el editor de bibliotecas - + &Check all &Seleccionar todo - + Checking for updates - + Hide Ocultar - - + Report - + A&nalyze - + Filter Filtro - + &Reanalyze modified files &Recheck modified files - + Reanal&yze all files - + Ctrl+Q - + Style war&nings - + E&rrors - + &Uncheck all &Deseleccionar todo - + Collapse &all Contraer &todo - + &Expand all &Expandir todo - + &Standard &Estándar - + Standard items Elementos estándar - + &Contents &Contenidos - + Open the help contents Abrir la ayuda de contenidos - + F1 F1 - + Toolbar Barra de herramientas - + &Categories &Categorías - + Error categories Categorías de error - + &Open XML... &Abrir XML... - + Open P&roject File... Abrir P&royecto... - + Ctrl+Shift+O - + Sh&ow Scratchpad... - + &New Project File... &Nuevo Proyecto... - + Ctrl+Shift+N - + &Log View &Visor del log - + Log View Visor del log - + C&lose Project File C&errar Proyecto - + &Edit Project File... &Editar Proyecto... - + &Statistics &Estadísticas - + &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++ - + E&nforce C - + C++14 C++14 - + Reanalyze and check library - + Check configuration (defines, includes) - + C++17 C++17 - + C++20 C++20 - + Compliance report... - + Normal - + Misra C - + Misra C++ 2008 - + Cert C - + Cert C++ - + Misra C++ 2023 - + Autosar - - + Show warnings Mostrar advertencias - - + Show performance warnings Mostrar advertencias de rendimiento - + Show &hidden Mostrar &ocultos @@ -1503,27 +1487,27 @@ Options: NewSuppressionDialog - + New suppression - + Error ID - + File name - + Line number - + Symbol name @@ -1569,376 +1553,365 @@ Options: ProjectFile - + Project File Archivo de proyecto - + Paths and Defines - + Import Project (Visual studio / compile database/ Borland C++ Builder 6) Import Project (Visual studio / compile database) - + Defines must be separated by a semicolon. Example: DEF1;DEF2=5;DEF3=int Defines must be separated by a semicolon ';' - + Note: Put your own custom .cfg files in the same folder as the project file. You should see them above. Nota: Ponga sus propios archivos .cfg en la misma carpeta que el proyecto. Debería verlos arriba. - + 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 - - + 2023 - + MISRA rule texts - + <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>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> - - - + Browse... - + Analyze all Visual Studio configurations - + Selected VS Configurations - + Paths: Rutas: - - + Add... Añadir... - - - + Edit Editar - - - - + Remove Eliminar - + Undefines: - + Undefines must be separated by a semicolon. Example: 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 - + Premium License - + Enable inline suppressions Habilitar supresiones inline - + Misra C++ - + 2008 - + Cert C - + CERT-INT35-C: int precision (if size equals precision, you can leave empty) - + Autosar - + Bug hunting - + External tools - + Up Subir - + Down Bajar - + Platform - + 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 - + 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) - + Libraries - + Suppressions Supresiones - + Add Añadir - - + Addons - + Note: Addons require <a href="https://www.python.org/">Python</a> being installed. - + Y2038 - + Thread safety - + Coding standards - + Cert C++ - + Bug hunting (Premium) - + Clang analyzer - + Clang-tidy - + Defines: Definiciones: @@ -2312,27 +2285,27 @@ Options: Fichero no definido - + Copy - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. @@ -2357,27 +2330,27 @@ Options: depuración - + Recheck - + Hide Ocultar - + Hide all with id Ocultar todos con el mismo id - + Suppress selected id(s) - + Open containing folder Abrir carpeta contenedora @@ -2387,23 +2360,23 @@ Options: - + Tag - + No tag - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2413,7 +2386,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2422,12 +2395,12 @@ Please select the default editor application in preferences/Applications. - + Could not find the file! ¡No se ha encontrado el fichero! - + Could not start %1 Please check the application path and parameters are correct. @@ -2436,7 +2409,7 @@ Please check the application path and parameters are correct. Por favor comprueba que la ruta a la aplicación y los parámetros son correctos. - + Select Directory Selecciona carpeta @@ -2468,22 +2441,22 @@ Por favor comprueba que la ruta a la aplicación y los parámetros son correctos ResultsView - + Results Resultados - + Critical errors - + Analysis Log - + Warning Details @@ -2596,27 +2569,27 @@ Para cambiar el tipo de comportamiento, abra el menú Ver. ScratchPad - + Scratchpad Scratchpad - + Copy or write some C/C++ code here: - + Optionally enter a filename (mainly for automatic language detection) and click on "Check": - + filename nombre de archivo - + Check Comprobar @@ -2624,195 +2597,192 @@ Para cambiar el tipo de comportamiento, abra el menú Ver. Settings - + Preferences Preferencias - + General General - + Ideal count: Cantidad ideal: - + Force checking all #ifdef configurations Forzar comprobación de todas las configuraciones #ifdef - + Display error Id in column "Id" Mostrar el Id del error en la columna "Id" - + Enable inline suppressions Habilitar supresiones 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) - - - + ... - + MISRA addon - + MISRA rule texts file - + <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> - + Clang - + Clang path (leave empty to use system PATH) - + Visual Studio headers - + <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> - + Code Editor - + Code Editor Style - + System Style - + Default Light Style - + Default Dark Style - + Custom - + Add... Añadir... - - + Edit... Editar... - + Set as default Definir por defecto - + Language Idioma - + Number of threads: Número de hilos: - + Show full path of files Mostrar la ruta completa de los ficheros - + Show "No errors found" message when no errors found Mostrar el mensaje "No se han encontrado errores" - + Remove Eliminar - + Applications Aplicaciones - + Reports Informes - + Save all errors when creating report Guardar todos los errores cuando se cree el informe - + Save full path to files in reports Guardar la ruta completa en los ficheros de informes @@ -2868,122 +2838,121 @@ Para cambiar el tipo de comportamiento, abra el menú Ver. StatsDialog - - + Statistics Estadísticas - + Project Proyecto - + Project: Proyecto: - + Paths: Rutas: - + Include paths: Incluye las rutas: - + Defines: Definiciones: - + Undefines: - + Previous Scan Análisis anterior - + Path Selected: Ruta seleccionada: - + Number of Files Scanned: Número de archivos analizados: - + Scan Duration: Duración del análisis: - + Errors: Errores: - + Warnings: Advertencias: - + Stylistic warnings: Advertencias de estilo: - + Portability warnings: Advertencias de portabilidad: - + Performance issues: Problemas de rendimiento: - + Information messages: Mensajes de información: - + Active checkers: - + Checkers - + History - + File: - + Copy to Clipboard Copiar al portapapeles - + Pdf Export diff --git a/gui/cppcheck_fi.ts b/gui/cppcheck_fi.ts index 5262f8f9cbb..9552f54d438 100644 --- a/gui/cppcheck_fi.ts +++ b/gui/cppcheck_fi.ts @@ -4,40 +4,40 @@ About - + About Cppcheck Tietoa ohjelmasta Cppcheck - + Version %1 Versio %1 - + Cppcheck - A tool for static C/C++ code analysis. Cppcheck - Työkalu C/C++ koodin staattiseen analysointiin. - + Copyright © 2007-%1 Cppcheck team. Copyright © 2007-2021 Cppcheck team. Copyright (C) 2007-2021 Daniel Marjamäki ja cppcheck tiimi. - + This program is licensed under the terms of the GNU General Public License version 3 Tämä ohjelma on lisensoitu GNU General Public lisenssin version 3 alaisuuteen - + Visit Cppcheck homepage at %1 Cppcheckin kotisivu löytyy osoitteesta %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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> <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> @@ -46,12 +46,12 @@ Public lisenssin version 3 alaisuuteen ApplicationDialog - + Add an application Lisää uusi ohjelma - + 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: @@ -66,22 +66,22 @@ Parameters: -l(line) (file) - + &Name: - + &Executable: - + &Parameters: - + Browse Selaa @@ -109,42 +109,42 @@ Parameters: -l(line) (file) ComplianceReportDialog - + Compliance Report - + Project name - + Project version - + Coding Standard - + Misra C - + Cert C - + Cert C++ - + List of files with md5 checksums @@ -194,17 +194,17 @@ Parameters: -l(line) (file) HelpDialog - + Cppcheck GUI help - + Contents - + Index @@ -222,17 +222,17 @@ Parameters: -l(line) (file) LibraryAddFunctionDialog - + Add function - + Function name(s) - + Number of arguments @@ -240,87 +240,87 @@ Parameters: -l(line) (file) 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 @@ -368,12 +368,12 @@ Parameters: -l(line) (file) 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> @@ -383,12 +383,12 @@ Parameters: -l(line) (file) - + 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> @@ -398,79 +398,72 @@ Parameters: -l(line) (file) - + Not null - + Not uninit - + String - + Format string - + Min size of buffer - - + Type - - + None - - + argvalue - - + mul - - + strlen - - + Arg - - + Arg2 - + and - + Valid values @@ -478,8 +471,7 @@ Parameters: -l(line) (file) MainWindow - - + @@ -497,164 +489,158 @@ Parameters: -l(line) (file) Cppcheck - + A&nalyze - + Standard Vakio - + &File &Tiedosto - + &View &Näytä - + &Toolbars - + C++ standard - + &C standard C standard - + &Edit &Muokkaa - + &License... &Lisenssi... - + A&uthors... &Tekijät... - + &About... &Tietoa ohjelmasta Cppcheck... - + &Files... &Tiedostot... - - + Analyze files Check files - + Ctrl+F Ctrl+F - + &Directory... &Hakemisto... - - + Analyze directory Check directory - + Ctrl+D Ctrl+D - + Ctrl+R Ctrl+R - + &Stop &Pysäytä - - + Stop analysis Stop checking - + Esc Esc - + &Save results to file... &Tallenna tulokset tiedostoon... - + Ctrl+S Ctrl+S - + &Quit &Lopeta - + &Clear results &Tyhjennä tulokset - + &Preferences &Asetukset - - + Show errors - - + Show warnings - - + Show performance warnings - + Show &hidden @@ -665,405 +651,403 @@ Parameters: -l(line) (file) - + Show information messages - + Show portability warnings - + Show Cppcheck results - + Clang - + Show Clang results - + &Filter - + Filter results - + Windows 32-bit ANSI - + Windows 32-bit Unicode - + Unix 32-bit - + Unix 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 &Valitse kaikki - + Checking for updates - + Hide - - + Report - + Filter - + &Reanalyze modified files &Recheck modified files - + Reanal&yze all files - + Ctrl+Q - + Style war&nings - + E&rrors - + &Uncheck all &Poista kaikista valinta - + Collapse &all &Pienennä kaikki - + &Expand all &Laajenna kaikki - + &Standard - + Standard items - + Toolbar - + &Categories - + Error categories - + &Open 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++ - + E&nforce C - + C++14 - + Reanalyze and check library - + Check configuration (defines, includes) - + C++17 - + C++20 - + Compliance report... - + Normal - + Misra C - + Misra C++ 2008 - + Cert C - + Cert C++ - + Misra C++ 2023 - + Autosar - + &Contents - + Categories - - + Show style warnings - + Open the help contents - + F1 - + &Help &Ohje @@ -1497,27 +1481,27 @@ Options: NewSuppressionDialog - + New suppression - + Error ID - + File name - + Line number - + Symbol name @@ -1563,376 +1547,365 @@ Options: ProjectFile - + Project File - + Paths and Defines - + Import Project (Visual studio / compile database/ Borland C++ Builder 6) Import Project (Visual studio / compile database) - + Defines must be separated by a semicolon. Example: DEF1;DEF2=5;DEF3=int Defines must be separated by a semicolon ';' - + Note: Put your own custom .cfg files in the same folder as the project file. You should see them above. - + MISRA rule texts - + <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>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> - - - + Browse... - + Analyze all Visual Studio configurations - + Selected VS Configurations - + Paths: - - + Add... - - - + Edit - - - - + Remove - + Undefines: - + Undefines must be separated by a semicolon. Example: UNDEF1;UNDEF2;UNDEF3 - + Include Paths: - + Up - + Down - + Platform - - + Analysis - + This is a workfolder that Cppcheck will use for various purposes. - + Clang (experimental) - + 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). - + 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 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 - + Max recursion in template instantiation - + Premium License - + Warning options - + Root path: - + Filepaths in warnings will be relative to this path - + Warning tags (separated by semicolon) - + Enable inline suppressions - + Misra C++ - + 2008 - + Cert C - + CERT-INT35-C: int precision (if size equals precision, you can leave empty) - + Autosar - + Bug hunting - + External tools - + Cppcheck build dir (whole program analysis, incremental analysis, statistics, etc) - + Types and Functions - + Libraries - + Parser - + Cppcheck (built in) - + Check that each class has a safe public interface - + Limit analysis - + Check code in headers (should be ON normally. if you want a limited quick analysis then turn this OFF) - + 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... - + 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: @@ -2304,27 +2277,27 @@ Options: Määrittelemätön tiedosto - + Copy - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. @@ -2339,27 +2312,27 @@ Options: - + Recheck - + Hide - + Hide all with id - + Suppress selected id(s) - + Open containing folder @@ -2369,23 +2342,23 @@ Options: - + Tag - + No tag - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2393,19 +2366,19 @@ Configure the editor application for Cppcheck in preferences/Applications.Voit asetuksista määritellä muita ohjelmia joilla avata tämän virheen sisältävän tiedoston. - + 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. @@ -2414,7 +2387,7 @@ Please check the application path and parameters are correct. Tarkista että ohjelman polku ja parametrit ovat oikeat. - + Select Directory @@ -2557,22 +2530,22 @@ Määrittääksesi minkä tyyppisiä virheitä näytetään, avaa näkymä valik Raportin tallentaminen epäonnistui. - + Results Tulokset - + Critical errors - + Analysis Log - + Warning Details @@ -2580,27 +2553,27 @@ Määrittääksesi minkä tyyppisiä virheitä näytetään, avaa näkymä valik ScratchPad - + Scratchpad - + Copy or write some C/C++ code here: - + Optionally enter a filename (mainly for automatic language detection) and click on "Check": - + filename - + Check @@ -2608,196 +2581,193 @@ Määrittääksesi minkä tyyppisiä virheitä näytetään, avaa näkymä valik Settings - + Preferences Asetukset - + General Yleiset - + Add... - + Number of threads: Säikeiden lukumäärä: - + Ideal count: - + Force checking all #ifdef configurations Check all #ifdef configurations Tarkista kaikki #ifdef kombinaatiot - + Show full path of files Näytä tiedostojen täysi polku - + Show "No errors found" message when no errors found Näytä "virheitä ei löytynyt"-viesti jos virheitä ei löydy - + Display error Id in column "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) - - - + ... - + MISRA addon - + MISRA rule texts file - + <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> - + Clang - + Clang path (leave empty to use system PATH) - + Visual Studio headers - + <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> - + Code Editor - + Code Editor Style - + System Style - + Default Light Style - + Default Dark Style - + Custom - + Remove - + Applications Ohjelmat - - + Edit... - + Set as default - + Reports Raportit - + Save all errors when creating report Tallenna kaikki virheet raporttia luodessa - + Save full path to files in reports Tallenna tiedostojen koko polku raportteihin - + Language @@ -2853,122 +2823,121 @@ Määrittääksesi minkä tyyppisiä virheitä näytetään, avaa näkymä valik 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 diff --git a/gui/cppcheck_fr.ts b/gui/cppcheck_fr.ts index 0c69d48d028..92719e34d9e 100644 --- a/gui/cppcheck_fr.ts +++ b/gui/cppcheck_fr.ts @@ -4,40 +4,40 @@ About - + About Cppcheck A propos - + Version %1 Version %1 - + Cppcheck - A tool for static C/C++ code analysis. Cppcheck - Un outil d'analyse statique de code C/C++. - + This program is licensed under the terms of the GNU General Public License version 3 Ce programme est sous licence GNU General Public License version 3 - + Visit Cppcheck homepage at %1 Visitez le site 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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> <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> - + Copyright © 2007-%1 Cppcheck team. Copyright © 2007-2021 Cppcheck team. @@ -46,12 +46,12 @@ General Public License version 3 ApplicationDialog - + Add an application Ajouter une application - + Browse Parcourir @@ -71,17 +71,17 @@ General Public License version 3 - + &Executable: &Exécutable : - + &Parameters: &Paramètres : - + 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: @@ -106,7 +106,7 @@ Exécutable : kate Paramètres : -l(ligne) (fichier) - + &Name: &Nom : @@ -119,42 +119,42 @@ Paramètres : -l(ligne) (fichier) ComplianceReportDialog - + Compliance Report - + Project name - + Project version - + Coding Standard - + Misra C - + Cert C - + Cert C++ - + List of files with md5 checksums @@ -202,17 +202,17 @@ Paramètres : -l(ligne) (fichier) HelpDialog - + Cppcheck GUI help - + Contents - + Index @@ -230,17 +230,17 @@ Paramètres : -l(ligne) (fichier) LibraryAddFunctionDialog - + Add function Ajouter une fonction - + Function name(s) Nom(s) de la fonction - + Number of arguments Nombre d'arguments @@ -248,67 +248,67 @@ Paramètres : -l(ligne) (fichier) LibraryDialog - + Library Editor - + Open - + Save Sauvegarder - + Functions - + Add Ajouter - + noreturn - + False - + True - + Unknown - + return value must be used - + ignore function in leaks checking - + Arguments - + Edit Editer @@ -324,22 +324,22 @@ Paramètres : -l(ligne) (fichier) - + Sort - + Filter: - + Comments - + Save as @@ -374,12 +374,12 @@ Paramètres : -l(ligne) (fichier) 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> @@ -389,12 +389,12 @@ Paramètres : -l(ligne) (fichier) - + 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> @@ -404,79 +404,72 @@ Paramètres : -l(ligne) (fichier) - + Not null - + Not uninit - + String - + Format string - + Min size of buffer - - + Type - - + None - - + argvalue - - + mul - - + strlen - - + Arg - - + Arg2 - + and - + Valid values @@ -484,8 +477,7 @@ Paramètres : -l(ligne) (fichier) MainWindow - - + @@ -503,193 +495,192 @@ Paramètres : -l(ligne) (fichier) - + Checking for updates - + Hide Cacher - + &File &Fichier - + &View &Affichage - - + Report - + &Help &Aide - + &Edit &Édition - + Standard Standard - + &License... &Licence... - + A&uthors... A&uteurs... - + &About... À &Propos... - + &Files... &Fichiers... - + Ctrl+F - + &Directory... &Répertoires... - + Ctrl+D - + Ctrl+R - + &Stop &Arrêter - + Esc - + &Save results to file... &Sauvegarder les résultats dans un fichier... - + Ctrl+S - + &Quit &Quitter - + &Clear results &Effacer les résultats - + &Preferences &Préférences - + &Check all &Tout cocher - + &Uncheck all &Tout décocher - + Collapse &all &Tout réduire - + &Expand all &Tout dérouler - + &Contents &Contenus - + Open the help contents Ouvir l'aide - + F1 - + Compliance report... - + Normal - + Misra C - + Misra C++ 2008 - + Cert C - + Cert C++ - + Misra C++ 2023 - + Autosar @@ -730,108 +721,104 @@ Paramètres : -l(ligne) (fichier) Fichiers CSV (*.csv) - + &Toolbars &Boite à outils - + Categories Catégories - - + Show style warnings Afficher les avertissements de style - - + Show errors Afficher les erreurs - + &Standard - + Standard items - + Toolbar - + &Categories - + Error categories - + &Open XML... &Ouvrir un fichier XML... - + Open P&roject File... Ouvrir un P&rojet... - + &New Project File... &Nouveau Projet... - + &Log View &Journal - + Log View Journal - + C&lose Project File F&ermer le projet - + &Edit Project File... &Editer le projet - + &Statistics Statistiques - - + Show warnings Afficher les avertissements - - + Show performance warnings Afficher les avertissements de performance - + Show &hidden @@ -842,12 +829,12 @@ Paramètres : -l(ligne) (fichier) Information - + Show information messages Afficher les messages d'information - + Show portability warnings Afficher les problèmes de portabilité @@ -991,12 +978,12 @@ This is probably because the settings were changed between the Cppcheck versions - + &Filter &Filtre - + Filter results @@ -1033,32 +1020,32 @@ Do you want to remove the file from the recently used projects -list? - + Filter Filtre - + Windows 32-bit ANSI - + Windows 32-bit Unicode - + Unix 32-bit - + Unix 64-bit - + Windows 64-bit @@ -1068,7 +1055,7 @@ Do you want to remove the file from the recently used projects -list? - + C++ standard @@ -1130,27 +1117,27 @@ Do you want to remove the file from the recently used projects -list? - + &Print... &Imprimer... - + Print the Current Report Imprimer le rapport - + Print Pre&view... Apercu d'impression... - + Open a Print Preview Dialog for the Current Results - + Open library editor @@ -1193,25 +1180,22 @@ Options: - - + Analyze files - - + Analyze directory - + &Reanalyze modified files - - + Stop analysis @@ -1292,142 +1276,142 @@ Do you want to stop the analysis and exit Cppcheck? - + A&nalyze - + &C standard - + Reanal&yze all files - + Ctrl+Q - + Style war&nings - + E&rrors - + Ctrl+Shift+O - + Sh&ow Scratchpad... - + Ctrl+Shift+N - + &Warnings - + Per&formance warnings - + &Information - + &Portability - + Show Cppcheck results - + Clang - + Show Clang results - + P&latforms - + C++&11 - + C&99 - + &Posix - + C&11 - + &C89 - + &C++03 - + &Library Editor... - + &Auto-detect language - + &Enforce C++ - + E&nforce C - + C++14 @@ -1437,22 +1421,22 @@ Do you want to stop the analysis and exit Cppcheck? - + Reanalyze and check library - + Check configuration (defines, includes) - + C++17 - + C++20 @@ -1488,27 +1472,27 @@ Do you want to proceed? NewSuppressionDialog - + New suppression - + Error ID - + File name - + Line number - + Symbol name @@ -1554,374 +1538,363 @@ Do you want to proceed? ProjectFile - + Project File Fichier Projet - + Paths: Chemins : - + Defines: - - + Add... Ajouter... - - - + Edit Editer - - - - + Remove Supprimer - + Up Monter - + Down Descendre - + Suppressions Suppressions - + Add Ajouter - + Note: Put your own custom .cfg files in the same folder as the project file. You should see them above. - + ... - + Include Paths: - + Paths and Defines - + <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> - + Analyze all Visual Studio configurations - + Root path: - + Warning tags (separated by semicolon) - + Cppcheck build dir (whole program analysis, incremental analysis, statistics, etc) - + Selected VS Configurations - + Types and Functions - + Libraries - + Parser - + Cppcheck (built in) - + Check that each class has a safe public interface - + Limit analysis - - + Addons - + Note: Addons require <a href="https://www.python.org/">Python</a> being installed. - + Y2038 - + Thread safety - + Coding standards - + Cert C - + CERT-INT35-C: int precision (if size equals precision, you can leave empty) - + Autosar - + Bug hunting - + Clang analyzer - + Clang-tidy - - - + Browse... - + Defines must be separated by a semicolon. Example: DEF1;DEF2=5;DEF3=int - + Platform - + This is a workfolder that Cppcheck will use for various purposes. - + Clang (experimental) - + 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). - + 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 - + Premium License - + Warning options - + 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... - + Enable inline suppressions - + Misra C - + 2012 - - + 2023 - + MISRA rule texts - + <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> - + Misra C++ - + 2008 - + Cert C++ - + Bug hunting (Premium) - + External tools - + Import Project (Visual studio / compile database/ Borland C++ Builder 6) - + Undefines: - + Undefines must be separated by a semicolon. Example: UNDEF1;UNDEF2;UNDEF3 - - + 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 @@ -2290,13 +2263,13 @@ Do you want to proceed? Fichier indéterminé - - + + Cppcheck - + Could not start %1 Please check the application path and parameters are correct. @@ -2319,17 +2292,17 @@ Merci de vérifier que le chemin de l'application et que les paramètres so Résumé - + Hide Cacher - + Could not find the file! Fichier introuvable ! - + Select Directory Selectionner dossier @@ -2364,14 +2337,14 @@ Merci de vérifier que le chemin de l'application et que les paramètres so - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2382,17 +2355,17 @@ Please select the default editor application in preferences/Applications.Id - + Hide all with id - + Open containing folder Ouvrir l'emplacement du fichier - + Recheck Revérifier @@ -2402,42 +2375,42 @@ Please select the default editor application in preferences/Applications. - + Suppress selected id(s) - + Tag - + No tag - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. - + Copy @@ -2445,7 +2418,7 @@ Please select the default editor application in preferences/Applications. ResultsView - + Results Résultats @@ -2540,17 +2513,17 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage. - + Critical errors - + Analysis Log - + Warning Details @@ -2573,27 +2546,27 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage. ScratchPad - + Scratchpad - + filename - + Check - + Copy or write some C/C++ code here: - + Optionally enter a filename (mainly for automatic language detection) and click on "Check": @@ -2601,195 +2574,192 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage. Settings - + Preferences Préférences - + General Général - + Number of threads: Nombre de fils : - + Show full path of files Montrer le chemin complet des fichiers - + Show "No errors found" message when no errors found Afficher un message "Pas d'erreur trouvée" lorsque aucune erreur est trouvée - + Check for updates - + Applications Applications - + Reports Rapports - + Save all errors when creating report Sauvegarder toutes les erreurs lorsqu'un rapport est créé - + Save full path to files in reports Sauvegarder le chemin complet des fichiers dans les rapports - + Add... Ajouter... - + Ideal count: - + Force checking all #ifdef configurations - + Enable inline suppressions - + Language Langue - + Remove Supprimer - - + Edit... Editer... - + Set as default - + Display error Id in column "Id" Afficher l'identifiant d'erreur Id dans la colonne "Id" - + Check for inconclusive errors also - + Show internal warnings in log Montrer les avertissements internes dans le journal - + Show statistics on check completion - + Addons - + Python binary (leave this empty to use python in the PATH) - - - + ... - + Clang - + Clang path (leave empty to use system PATH) - + Visual Studio headers - + <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> - + MISRA addon - + MISRA rule texts file - + <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> - + Code Editor - + Code Editor Style - + Default Light Style - + Default Dark Style - + Custom - + System Style @@ -2845,102 +2815,101 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage. StatsDialog - - + Statistics Statistiques - + Project Projet - + Project: Projet : - + Paths: Chemins : - + Include paths: Inclure les chemins : - + Defines: - + Previous Scan Analyse précédente - + Path Selected: Chemin sélectionné : - + Number of Files Scanned: Nombre de fichiers analysés : - + Scan Duration: Durée de l'analyse : - + Errors: Erreurs : - + Warnings: Avertissements - + Stylistic warnings: Avertissements de style - + Portability warnings: Avertissements de portabilité - + Performance issues: Problème de performance - + Information messages: Messages d'information : - + Active checkers: - + Checkers - + Copy to Clipboard Copier vers le presse-papier @@ -3066,7 +3035,7 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage. - + Pdf Export @@ -3076,12 +3045,12 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage. - + History - + File: @@ -3096,7 +3065,7 @@ Pour configurer les erreurs affichées, ouvrez le menu d'affichage. - + Undefines: diff --git a/gui/cppcheck_it.ts b/gui/cppcheck_it.ts index 590071ef9d7..5b3807f7b96 100644 --- a/gui/cppcheck_it.ts +++ b/gui/cppcheck_it.ts @@ -4,40 +4,40 @@ About - + About Cppcheck Informazioni su Cppcheck - + Version %1 Versione %1 - + Cppcheck - A tool for static C/C++ code analysis. Cppcheck - Uno strumento per l'analisi statica di codice C/C++ - + Copyright © 2007-%1 Cppcheck team. Copyright © 2007-2021 Cppcheck team. Copyright © 2007-2021 il team Cppcheck. - + This program is licensed under the terms of the GNU General Public License version 3 Questo programma è rilasciato sotto i termini della GNU General Public License versione 3 - + Visit Cppcheck homepage at %1 Visita la pagina iniziale di Cppcheck all'indirizzo: %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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> <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> @@ -46,12 +46,12 @@ della GNU General Public License versione 3 ApplicationDialog - + Add an application Aggiungi un'applicazione - + 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: @@ -77,22 +77,22 @@ Parametri: -l(line) (file) - + &Name: &Nome: - + &Executable: &Eseguibile: - + &Parameters: &Parametri: - + Browse Esplora @@ -120,42 +120,42 @@ Parametri: -l(line) (file) ComplianceReportDialog - + Compliance Report - + Project name - + Project version - + Coding Standard - + Misra C - + Cert C - + Cert C++ - + List of files with md5 checksums @@ -203,17 +203,17 @@ Parametri: -l(line) (file) HelpDialog - + Cppcheck GUI help - + Contents - + Index @@ -231,17 +231,17 @@ Parametri: -l(line) (file) LibraryAddFunctionDialog - + Add function - + Function name(s) - + Number of arguments @@ -249,87 +249,87 @@ Parametri: -l(line) (file) 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 Modifica @@ -377,12 +377,12 @@ Parametri: -l(line) (file) 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> @@ -392,12 +392,12 @@ Parametri: -l(line) (file) - + 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> @@ -407,79 +407,72 @@ Parametri: -l(line) (file) - + Not null - + Not uninit - + String - + Format string - + Min size of buffer - - + Type - - + None - - + argvalue - - + mul - - + strlen - - + Arg - - + Arg2 - + and - + Valid values @@ -487,8 +480,7 @@ Parametri: -l(line) (file) MainWindow - - + @@ -506,164 +498,158 @@ Parametri: -l(line) (file) Cppcheck - + A&nalyze - + Standard Standard - + &File &File - + &View &Visualizza - + &Toolbars &Barre degli strumenti - + C++ standard - + &C standard C standard - + &Edit &Modifica - + &License... &Licenza... - + A&uthors... A&utori... - + &About... I&nformazioni su... - + &Files... &File... - - + Analyze files Check files Scansiona i file - + Ctrl+F Ctrl+F - + &Directory... &Cartella... - - + Analyze directory Check directory Scansiona la cartella - + Ctrl+D Ctrl+D - + Ctrl+R Ctrl+R - + &Stop &Ferma - - + Stop analysis Stop checking Ferma la scansione - + Esc Esc - + &Save results to file... &Salva i risultati nel file... - + Ctrl+S Ctrl+S - + &Quit &Esci - + &Clear results &Cancella i risultati - + &Preferences &Preferenze - - + Show errors Mostra gli errori - - + Show warnings Mostra gli avvisi - - + Show performance warnings Mostra gli avvisi sulle prestazioni - + Show &hidden Mostra &i nascosti @@ -674,405 +660,403 @@ Parametri: -l(line) (file) Informazione - + Show information messages Mostra messaggi di informazione - + Show portability warnings Mostra gli avvisi sulla portabilità - + Show Cppcheck results - + Clang - + Show Clang results - + &Filter &Filtro - + Filter results Filtra i risultati - + 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 &Seleziona tutto - + Checking for updates - + Hide Nascondi - - + Report - + Filter Filtro - + &Reanalyze modified files &Recheck modified files - + Reanal&yze all files - + Ctrl+Q - + Style war&nings - + E&rrors - + &Uncheck all &Deseleziona tutto - + Collapse &all Riduci &tutto - + &Expand all &Espandi tutto - + &Standard &Standard - + Standard items Oggetti standard - + Toolbar Barra degli strumenti - + &Categories &Categorie - + Error categories Categorie di errore - + &Open XML... &Apri XML... - + Open P&roject File... Apri file di p&rogetto... - + Ctrl+Shift+O - + Sh&ow Scratchpad... - + &New Project File... &Nuovo file di progetto... - + Ctrl+Shift+N - + &Log View &Visualizza il rapporto - + Log View Visualizza il rapporto - + C&lose Project File C&hiudi il file di progetto - + &Edit Project File... &Modifica il file di progetto... - + &Statistics &Statistiche - + &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++ - + E&nforce C - + C++14 C++14 - + Reanalyze and check library - + Check configuration (defines, includes) - + C++17 C++17 - + C++20 C++20 - + Compliance report... - + Normal - + Misra C - + Misra C++ 2008 - + Cert C - + Cert C++ - + Misra C++ 2023 - + Autosar - + &Contents &Contenuti - + Categories Categorie - - + Show style warnings Mostra gli avvisi sullo stile - + Open the help contents Apri i contenuti di aiuto - + F1 F1 - + &Help &Aiuto @@ -1516,27 +1500,27 @@ Options: NewSuppressionDialog - + New suppression - + Error ID - + File name - + Line number - + Symbol name @@ -1582,376 +1566,365 @@ Options: ProjectFile - + Project File File di progetto - + Paths and Defines - + Import Project (Visual studio / compile database/ Borland C++ Builder 6) Import Project (Visual studio / compile database) - + Defines must be separated by a semicolon. Example: DEF1;DEF2=5;DEF3=int Defines must be separated by a semicolon ';' - + Note: Put your own custom .cfg files in the same folder as the project file. You should see them above. - + 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 - - + 2023 - + MISRA rule texts - + <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>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> - - - + Browse... - + Analyze all Visual Studio configurations - + Selected VS Configurations - + Paths: Percorsi: - - + Add... Aggiungi... - - - + Edit Modifica - - - - + Remove Rimuovi - + Undefines: - + Undefines must be separated by a semicolon. Example: 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 - + Premium License - + Enable inline suppressions Abilita le soppressioni - + Misra C++ - + 2008 - + Cert C - + CERT-INT35-C: int precision (if size equals precision, you can leave empty) - + Autosar - + Bug hunting - + External tools - + Up Su - + Down Giù - + Platform - + 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 - + 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) - + Libraries - + Suppressions - + Add - - + Addons - + Note: Addons require <a href="https://www.python.org/">Python</a> being installed. - + Y2038 - + Thread safety - + Coding standards - + Cert C++ - + Bug hunting (Premium) - + Clang analyzer - + Clang-tidy - + Defines: Definizioni: @@ -2325,27 +2298,27 @@ Options: File indefinito - + Copy - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. @@ -2360,27 +2333,27 @@ Options: - + Recheck - + Hide Nascondi - + Hide all with id - + Suppress selected id(s) - + Open containing folder @@ -2390,23 +2363,23 @@ Options: - + Tag - + No tag - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2415,7 +2388,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2424,12 +2397,12 @@ Please select the default editor application in preferences/Applications. - + Could not find the file! Non è stato possibile trovare il file! - + Could not start %1 Please check the application path and parameters are correct. @@ -2438,7 +2411,7 @@ Please check the application path and parameters are correct. Per favore verifica che il percorso dell'applicazione e i parametri siano corretti. - + Select Directory Seleziona Cartella @@ -2585,22 +2558,22 @@ Per vedere il tipo di errori che sono mostrati, apri il menu Visualizza.Salvataggio del report fallito. - + Results Risultati - + Critical errors - + Analysis Log - + Warning Details @@ -2608,27 +2581,27 @@ Per vedere il tipo di errori che sono mostrati, apri il menu Visualizza. ScratchPad - + Scratchpad Blocchetto per appunti - + Copy or write some C/C++ code here: - + Optionally enter a filename (mainly for automatic language detection) and click on "Check": - + filename Nome file - + Check Scansiona @@ -2636,195 +2609,192 @@ Per vedere il tipo di errori che sono mostrati, apri il menu Visualizza. Settings - + Preferences Preferenze - + General Generale - + Add... Aggiungi... - + Number of threads: Numero di threads: - + Ideal count: Numero ideale: - + Force checking all #ifdef configurations Forza la scansione di tutte le configurazioni #ifdef - + Show full path of files Mostra tutto il percorso dei files - + Show "No errors found" message when no errors found Mostra il messaggio "Nessun errore trovato" quando nessun errore è stato trovato - + Display error Id in column "Id" Mostra l'id dell'errore nella colonna "Id" - + Enable inline suppressions Abilita le soppressioni - + 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) - - - + ... - + MISRA addon - + MISRA rule texts file - + <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> - + Clang - + Clang path (leave empty to use system PATH) - + Visual Studio headers - + <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> - + Code Editor - + Code Editor Style - + System Style - + Default Light Style - + Default Dark Style - + Custom - + Remove Rimuovi - + Applications Applicazioni - - + Edit... Modifica... - + Set as default Imposta come predefinito - + Reports Rapporti - + Save all errors when creating report Salva tutti gli errori quando viene creato il rapporto - + Save full path to files in reports Salva tutto il percorso ai files nei rapporti - + Language Lingua @@ -2880,122 +2850,121 @@ Per vedere il tipo di errori che sono mostrati, apri il menu Visualizza. StatsDialog - - + Statistics Statistiche - + Project Progetto - + Project: Progetto: - + Paths: Percorsi: - + Include paths: Percorsi di inclusione: - + Defines: Definizioni: - + Undefines: - + Previous Scan Precedente Scansione - + Path Selected: Selezionato percorso: - + Number of Files Scanned: Numero di Files Scansionati: - + Scan Duration: Durata della scansione: - + Errors: Errori: - + Warnings: Avvisi: - + Stylistic warnings: Avvisi sullo stile: - + Portability warnings: Avvisi sulla portabilità: - + Performance issues: Casi sulla performance: - + Information messages: Messaggi di informazione: - + Active checkers: - + Checkers - + History - + File: - + Copy to Clipboard Copia negli Appunti - + Pdf Export diff --git a/gui/cppcheck_ja.ts b/gui/cppcheck_ja.ts index f26a88f42f8..7f0fdc1e4cd 100644 --- a/gui/cppcheck_ja.ts +++ b/gui/cppcheck_ja.ts @@ -4,39 +4,39 @@ About - + About Cppcheck cppcheckについて - + Version %1 Version %1 - + Cppcheck - A tool for static C/C++ code analysis. CppcheckはC/C++ 静的コード解析ツールです. - + Copyright © 2007-%1 Cppcheck team. Copyright © 2007-2021 Cppcheck team. Copyright © 2007-%1 Cppcheck team. - + This program is licensed under the terms of the GNU General Public License version 3 本ソフトウェアはGNU General Public License Version3 ライセンスの元で配布されます - + 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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> <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> <html><head/><body><p>ライブラリの開発者に感謝を捧げます:</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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> @@ -45,12 +45,12 @@ of the GNU General Public License version 3 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: @@ -76,22 +76,22 @@ Executable: kate Parameters: -l(line) (file) - + &Name: 表示名(&N): - + &Executable: 実行ファイルのパス(&E): - + &Parameters: パラメータ(&P): - + Browse 参照 @@ -119,42 +119,42 @@ Parameters: -l(line) (file) ComplianceReportDialog - + Compliance Report コンプライアンスレポート - + Project name プロジェクト名 - + Project version プロジェクトバージョン - + Coding Standard コーディング標準 - + Misra C MISRA C - + Cert C CERT C - + Cert C++ Cert C++ - + List of files with md5 checksums md5チェックサムつきファイルリスト @@ -206,17 +206,17 @@ Parameters: -l(line) (file) HelpDialog - + Cppcheck GUI help Cppcheck GUI ヘルプ - + Contents 目次 - + Index インデックス @@ -234,17 +234,17 @@ Parameters: -l(line) (file) LibraryAddFunctionDialog - + Add function 関数の追加 - + Function name(s) 関数の名称 - + Number of arguments 引数の数 @@ -252,87 +252,87 @@ Parameters: -l(line) (file) LibraryDialog - + Library Editor ライブラリエディタ - + Open 開く - + Save 保存する - + Save as 別名で保存する - + Functions 関数 - + Sort ソート - + Add 追加 - + Filter: フィルタ: - + Comments コメント - + noreturn noreturn(返り値なし) - + False False(偽) - + True True(真) - + Unknown Unknown(不明) - + return value must be used 返り値は使用されなければならない - + ignore function in leaks checking リークの解析中に無視する関数 - + Arguments Arguments(引数) - + Edit 編集 @@ -380,12 +380,12 @@ Parameters: -l(line) (file) 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> @@ -400,13 +400,13 @@ Parameters: -l(line) (file) </body></html> - + Not bool 非ブール型 非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> @@ -421,79 +421,72 @@ Parameters: -l(line) (file) </body></html> - + Not null 非NULL - + Not uninit 未初期化 - + String 文字列 - + Format string フォーマット文字列 - + Min size of buffer バッファの最小サイズ - - + Type Type(型) - - + None None(無) - - + argvalue argvalue(引数の値) - - + mul mul(積) - - + strlen strlen(文字数) - - + Arg Arg(引数) - - + Arg2 Arg2(第二引数) - + and and(和) - + Valid values 妥当な値 @@ -501,8 +494,7 @@ Parameters: -l(line) (file) MainWindow - - + @@ -520,156 +512,151 @@ Parameters: -l(line) (file) 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... Cppcheckについて(&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 エラーを表示 @@ -681,412 +668,409 @@ Parameters: -l(line) (file) 情報 - + 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 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... 印刷(&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 非表示 - - + Report レポート - + A&nalyze チェック(&n) - + 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(&1) - + C&99 C99(&9) - + &Posix Posix(&P) - + C&11 C11(&1) - + &C89 C89(&C) - + &C++03 C++03(&C) - + &Library Editor... ライブラリエディタ(&L)... - + &Auto-detect language 自動言語検出(&A) - + &Enforce C++ C++ 強制(&E) - + E&nforce C C 強制(&n) - + C++14 C++14 - + Reanalyze and check library ライブラリを再チェックする - + Check configuration (defines, includes) チェックの設定(define、インクルード) - + C++17 C++17 - + C++20 C++20 - + Compliance report... コンプライアンスレポート... - + Normal ノーマル - + Misra C MISRA C - + Misra C++ 2008 MISRA C++ 2008 - + Cert C CERT C - + Cert C++ Cert C++ - + Misra C++ 2023 MISRA C++ 2023 - + Autosar AUTOSAR @@ -1560,27 +1544,27 @@ Options: NewSuppressionDialog - + New suppression 新しい指摘の抑制 - + Error ID エラーID - + File name ファイル名 - + Line number 行数 - + Symbol name シンボル名 @@ -1626,29 +1610,29 @@ Options: 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 ';' 定義(Define)はセミコロン';'で区切る必要があります。 例: 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ファイルを同じフォルダにプロジェクトファイルとして保存してください。ここに表示できるようになります。 @@ -1657,314 +1641,303 @@ Options: 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のAppendix A &quot;Summary of guidelines&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): - + 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. #N 通常 -- CIでの通常の解析を意味します。解析が合理的な時間内に完了すべきです。 - + Exhaustive -- meant for nightly builds etc. Analysis time can be longer (10x slower than compilation is OK). #E 徹底的 -- ナイトリービルド等を意味します。解析時間はより長くなることがあります (コンパイルの10倍以上時間がかかってもよい)。 - + Check code in headers (should be ON normally. if you want a limited quick analysis then turn this OFF) ヘッダファイルのコードもチェック (通常はONにしてください、制限するときのみOFF) - + Premium License プレミアムライセンス - + 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... ファイルで除外... - + 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の最大深さ - + Enable inline suppressions inline抑制を有効にする - + Misra C MISRA C - + 2012 2012 - - + 2023 2023 - + Misra C++ MISRA C++ - + 2008 2008 - + Cert C++ Cert C++ - + Bug hunting (Premium) バグハンティング(プレミアム) - + 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は引数があらゆる値をとりうると仮定します。 - + 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 コーディング標準 @@ -1973,12 +1946,12 @@ Options: MISRA C 2012 - + Cert C CERT C - + CERT-INT35-C: int precision (if size equals precision, you can leave empty) CERT-INT35-C: int型の精度 (もしサイズが精度と一致する場合空のままにしてください) @@ -1987,27 +1960,27 @@ Options: MISRA C++ 2008 - + Autosar AUTOSAR - + Bug hunting バグハント - + Clang analyzer Clang Analyzer - + Clang-tidy Clang-tidy - + Defines: 定義(Defines): @@ -2381,27 +2354,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. ファイルのあるディレクトリを選択してください。 @@ -2416,27 +2389,27 @@ Options: 注意 - + Recheck 再チェック - + Hide 非表示 - + Hide all with id IDで非表示を指定 - + Suppress selected id(s) 選択したidを抑制 - + Open containing folder 含まれるフォルダを開く @@ -2446,23 +2419,23 @@ Options: 内部 - + Tag タグ - + No tag タグなし - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2472,7 +2445,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2481,12 +2454,12 @@ 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. @@ -2495,7 +2468,7 @@ Please check the application path and parameters are correct. 実行ファイルパスや引数の設定を確認してください。 - + Select Directory ディレクトリを選択 @@ -2545,22 +2518,22 @@ Please check the application path and parameters are correct. ResultsView - + Results 結果 - + Critical errors 致命的なエラー - + Analysis Log チェックログ - + Warning Details 警告の詳細 @@ -2672,27 +2645,27 @@ To toggle what kind of errors are shown, open view menu. 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 チェック @@ -2700,196 +2673,193 @@ To toggle what kind of errors are shown, open view menu. 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 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インタプリタの場所(空白の場合システムのPATHから検索) - - - + ... ... - + 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>Appendix A &quot;Summary of guidelines&quot; from the MISRA C 2012 pdfのテキストをテキストファイルにコピー</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 言語 @@ -2945,122 +2915,121 @@ To toggle what kind of errors are shown, open view menu. StatsDialog - - + Statistics 統計情報 - + Project プロジェクト - + Project: プロジェクト: - + Paths: パス: - + Include paths: インクルードパス: - + Defines: 定義(define): - + Undefines: 定義取り消し(undef): - + 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 エクスポート diff --git a/gui/cppcheck_ka.ts b/gui/cppcheck_ka.ts index 63d6f0aa44c..9dc2389fd4e 100644 --- a/gui/cppcheck_ka.ts +++ b/gui/cppcheck_ka.ts @@ -4,40 +4,40 @@ 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. Copyright © 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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> <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> <html><head/><body><p>დიდი მადლობა ამ ბიბლიოთეკებს, რომლებსაც ვიყენებთ::</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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> @@ -46,12 +46,12 @@ of the GNU General Public License version 3 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: @@ -66,22 +66,22 @@ Parameters: -l(line) (file) - + &Name: &სახელი: - + &Executable: &გამშვები ფაილი: - + &Parameters: &პარამეტრები: - + Browse დათვალიერება @@ -109,42 +109,42 @@ Parameters: -l(line) (file) ComplianceReportDialog - + Compliance Report შესაბამისობის ანგარიში - + Project name პროექტის სახელი - + Project version პროექტის ვერსია - + Coding Standard კოდირების სტანდარტი - + Misra C Misra C - + Cert C Cert C - + Cert C++ Cert C++ - + List of files with md5 checksums MD5 საკონტროლო ჯამების მქონე ფაილების სია @@ -194,17 +194,17 @@ Parameters: -l(line) (file) HelpDialog - + Cppcheck GUI help Cppcheck-ის გრაფიკული ინტერფეისის დახმარება - + Contents შემცველობა - + Index ინდექსი @@ -222,17 +222,17 @@ Parameters: -l(line) (file) LibraryAddFunctionDialog - + Add function ფუნქციის დამატება - + Function name(s) ფუნქციის სახელ(ებ)-ი - + Number of arguments არგუმენტების რაოდენობა @@ -240,87 +240,87 @@ Parameters: -l(line) (file) LibraryDialog - + Library Editor ბიბლიოთეკის რედაქტორი - + Open გახსნა - + Save შენახვა - + Save as შენახვა, როგორც - + Functions ფუნქციები - + Sort დალაგება - + Add დამატება - + Filter: ფილტრი: - + Comments კომენტარები - + noreturn noreturn - + False მცდარი - + True სიმართლე - + Unknown უცნობი - + return value must be used უნდა გამოიყენოთ დაბრუნებული მნიშვნელობა - + ignore function in leaks checking ფუნქციების გამოტოვება გაჟონვები შემოწმებისას - + Arguments არგუმენტები - + Edit ჩასწორება @@ -367,12 +367,12 @@ Parameters: -l(line) (file) 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> @@ -382,12 +382,12 @@ Parameters: -l(line) (file) - + 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> @@ -397,79 +397,72 @@ Parameters: -l(line) (file) - + Not null ნულოვანი არაა - + Not uninit Uninit არაა - + String სტრიქონი - + Format string სტრიქონის ფორმატი - + Min size of buffer ბუფერის მინ. ზომა - - + Type ტიპი - - + None არაფერი - - + argvalue argvalue - - + mul mul - - + strlen strlen - - + Arg არგ - - + Arg2 Arg2 - + and და - + Valid values სწორი მნიშვნელობები @@ -477,8 +470,7 @@ Parameters: -l(line) (file) MainWindow - - + @@ -496,164 +488,158 @@ Parameters: -l(line) (file) 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 დამალულის &ჩვენება @@ -664,405 +650,403 @@ Parameters: -l(line) (file) ინფორმაცია - + 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 დამალვა - - + Report - + Filter ფილტრი - + &Reanalyze modified files &Recheck modified files ყველა შეცვლილი ფაილის თავიდან ანალი&ზი - + Reanal&yze all files &ყველა ფაილის თავიდან ანალიზი - + Ctrl+Q 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 Ctrl+Shift+O - + Sh&ow Scratchpad... ბლ&ოკნოტის ჩვენება... - + &New Project File... &ახალი პროექტის ფაილი... - + Ctrl+Shift+N 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++&11 - + C&99 C&99 - + &Posix &Posix - + C&11 C&11 - + &C89 &C89 - + &C++03 &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... შესაბამისობის ანგარიში... - + Normal ნორმალური - + Misra C Misra C - + Misra C++ 2008 - + Cert C Cert C - + Cert C++ Cert C++ - + Misra C++ 2023 - + Autosar - + &Contents &შემცველობა - + Categories კატეგორიები - - + Show style warnings სტილის გაფრთხილების ჩვენება - + Open the help contents დახმარების შემცველობის გახსნა - + F1 F1 - + &Help &დახმარება @@ -1532,27 +1516,27 @@ Options: NewSuppressionDialog - + New suppression ახალი ჩახშობა - + Error ID შეცდომის ID - + File name ფაილის სახელი - + Line number ხაზის ნომერი - + Symbol name სიმბოლოს სახელი @@ -1598,376 +1582,365 @@ Options: ProjectFile - + Project File პროექტის ფაილი - + Paths and Defines ბილიკები და აღწერები - + Import Project (Visual studio / compile database/ Borland C++ Builder 6) Import Project (Visual studio / compile database) პროექტის შემოტანა (Visual studio / მონაცემთა ბაზი კომპილაცია / 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 ფაილები იგივე საქაღალდეში, სადაც პროექტის ფაილია. მათ ზემოთ დაინახავთ. - + 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. - + 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 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>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> - - - + 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. ნორმალური -- ნიშნავს ნორმალურ ანალიზს CI-ში. ანალიზი მისაღებ დროში დასრულდება. - + Exhaustive -- meant for nightly builds etc. Analysis time can be longer (10x slower than compilation is OK). ამომწურავი -- განკუთვნილია ღამის აგებებისთვის და ა.შ. ანალიზის დრო, შეიძლება, უფრო მეტიც იყოს (კომპილაციაზე 10x მეტი დრო ჩვეულებრივი ამბავია). - + 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-ის მაქსიმალური სიღრმე - + Premium License - + Enable inline suppressions შეცდომების ხაზშივე ჩახშობის ჩართვა - + Misra C++ Misra C++ - + 2008 2008 - + Cert C Cert C - + CERT-INT35-C: int precision (if size equals precision, you can leave empty) CERT-INT35-C: მთელი რიცხვის სიზუსტე (თუ ზომა სიზუსტეს ემთხვევა, შეგიძლიათ, ცარიელი დატოვოთ) - + Autosar - + Bug hunting შეცდომებზე ნადირობა - + External tools გარე ხელსაწყოები - + Up მაღლა - + Down ქვემოთ - + Platform პლატფორმა - + Warning options გაფრთხილების მორგება - + Root path: Root ბილიკი: - + 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 Misra C - + 2012 2012 - - + 2023 2023 - + Cert C++ Cert C++ - + Bug hunting (Premium) შეცდომებზე ნადირობა (ფასიანი) - + Clang analyzer Clang-ის ანალიზატორი - + Clang-tidy Clang-tidy - + Defines: მაკროაღწრები: @@ -2343,27 +2316,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. აირჩიეთ საქაღალდე, სადაც ფაილია მოთავსებული. @@ -2378,27 +2351,27 @@ Options: ნოტა - + Recheck თავიდან შემოწმება - + Hide დამალვა - + Hide all with id დამალვა ყველასი id-ით - + Suppress selected id(s) მონიშნული id(ებ)-ის ჩახშობა - + Open containing folder შემცველი საქაღალდის გახსნა @@ -2408,23 +2381,23 @@ Options: შიდა - + Tag იარლიყი - + No tag ჭდის გარეშე - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2434,7 +2407,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2443,12 +2416,12 @@ 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. @@ -2457,7 +2430,7 @@ Please check the application path and parameters are correct. შეამოწმეთ, სწორია, თუ არა აპლიკაციის ბილიკი და მისი პარამეტრები. - + Select Directory აირჩიეთ საქაღალდე @@ -2612,22 +2585,22 @@ To toggle what kind of errors are shown, open view menu. ანგარიშის შენახვა ჩავარდა. - + Results შედეგები - + Critical errors კრიტიკული შეცდომები - + Analysis Log ანალიზის ჟურნალი - + Warning Details გაფრთხილების დეტალები @@ -2635,27 +2608,27 @@ To toggle what kind of errors are shown, open view menu. 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 შემოწმება @@ -2663,196 +2636,193 @@ To toggle what kind of errors are shown, open view menu. 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> - + 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> - + 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 ენა @@ -2908,122 +2878,121 @@ To toggle what kind of errors are shown, open view menu. 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-ად გატანა diff --git a/gui/cppcheck_ko.ts b/gui/cppcheck_ko.ts index 9fa96968ffd..75ee5419c55 100644 --- a/gui/cppcheck_ko.ts +++ b/gui/cppcheck_ko.ts @@ -4,40 +4,40 @@ About - + About Cppcheck Cppcheck 정보 - + Version %1 버전 %1 - + Cppcheck - A tool for static C/C++ code analysis. Cppcheck - 정적 C/C++ 코드 분석 도구. - + This program is licensed under the terms of the GNU General Public License version 3 이 프로그램은 GNU General Public License version 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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> <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> - + Copyright © 2007-%1 Cppcheck team. Copyright © 2007-2021 Cppcheck team. @@ -46,12 +46,12 @@ of the GNU General Public License version 3 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: @@ -76,22 +76,22 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: 인자: -l(line) (file) - + &Name: 이름(&N): - + &Executable: 실행 파일(&E): - + &Parameters: 명령행 인자(&P): - + Browse 찾기 @@ -119,42 +119,42 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: ComplianceReportDialog - + Compliance Report - + Project name - + Project version - + Coding Standard - + Misra C - + Cert C - + Cert C++ - + List of files with md5 checksums @@ -202,17 +202,17 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: HelpDialog - + Cppcheck GUI help - + Contents - + Index @@ -230,17 +230,17 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: LibraryAddFunctionDialog - + Add function - + Function name(s) - + Number of arguments @@ -248,67 +248,67 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: LibraryDialog - + Library Editor - + Open - + Save - + Functions - + Add - + noreturn - + False - + True - + Unknown - + return value must be used - + ignore function in leaks checking - + Arguments - + Edit 편집 @@ -324,22 +324,22 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: - + Sort - + Filter: - + Comments - + Save as @@ -374,12 +374,12 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: 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> @@ -389,12 +389,12 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: - + 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> @@ -404,79 +404,72 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: - + Not null - + Not uninit - + String - + Format string - + Min size of buffer - - + Type - - + None - - + argvalue - - + mul - - + strlen - - + Arg - - + Arg2 - + and - + Valid values @@ -484,8 +477,7 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: MainWindow - - + @@ -503,304 +495,299 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: Cppcheck - + Checking for updates - + Hide 숨기기 - + &File 파일(&F) - + &View 보기(&V) - + &Toolbars 도구바(&T) - - + Report - + &Help 도움말(&H) - + &Edit 편집(&E) - + Standard 표준 도구 - + Categories 분류 도구 - + Filter 필터 도구 - + &License... 저작권(&L)... - + A&uthors... 제작자(&u)... - + &About... 정보(&A)... - + &Files... 파일(&F)... - + Ctrl+F Ctrl+F - + &Directory... 디렉토리(&D)... - + Ctrl+D Ctrl+D - + Ctrl+R Ctrl+R - + &Stop 중지(&S) - + Esc Esc - + &Save results to file... 결과를 파일에 저장(&S)... - + Ctrl+S Ctrl+S - + &Quit 종료(&Q) - + &Clear results 결과 지우기(&C) - + &Preferences 설정(&P) - - + Show style warnings 스타일 경고 표시 - - + Show errors 애러 표시 - + &Check all 전체 선택(&C) - + &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)... - + &New Project File... 새 프로젝트 파일(&N)... - + &Log View 로그 보기(&L) - + Log View 로그 보기 - + C&lose Project File 프로젝트 파일 닫기(&L) - + &Edit Project File... 프로젝트 파일 편집(&E)... - + &Statistics 통계 보기(&S) - - + Show warnings 경고 표시 - - + Show performance warnings 성능 경고 표시 - + Show &hidden 숨기기 보기(&H) - + Compliance report... - + Normal - + Misra C - + Misra C++ 2008 - + Cert C - + Cert C++ - + Misra C++ 2023 - + Autosar @@ -811,47 +798,47 @@ Kate로 파일을 열고, 해당 행으로 이동하는 예제: 정보 - + Show information messages 정보 표시 - + Show portability warnings 이식성 경고 표시 - + &Filter 필터 도구(&F) - + 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 @@ -1115,7 +1102,7 @@ Do you want to remove the file from the recently used projects -list? - + C++ standard @@ -1175,27 +1162,27 @@ Do you want to remove the file from the recently used projects -list? - + &Print... - + Print the Current Report - + Print Pre&view... - + Open a Print Preview Dialog for the Current Results - + Open library editor @@ -1238,25 +1225,22 @@ Options: - - + Analyze files - - + Analyze directory - + &Reanalyze modified files - - + Stop analysis @@ -1300,142 +1284,142 @@ Do you want to stop the analysis and exit Cppcheck? - + A&nalyze - + &C standard - + Reanal&yze all files - + Ctrl+Q - + Style war&nings - + E&rrors - + Ctrl+Shift+O - + Sh&ow Scratchpad... - + Ctrl+Shift+N - + &Warnings - + Per&formance warnings - + &Information - + &Portability - + Show Cppcheck results - + Clang - + Show Clang results - + P&latforms - + C++&11 - + C&99 - + &Posix - + C&11 - + &C89 - + &C++03 - + &Library Editor... - + &Auto-detect language - + &Enforce C++ - + E&nforce C - + C++14 C++14 @@ -1445,22 +1429,22 @@ Do you want to stop the analysis and exit Cppcheck? - + Reanalyze and check library - + Check configuration (defines, includes) - + C++17 C++17 - + C++20 C++20 @@ -1496,27 +1480,27 @@ Do you want to proceed? NewSuppressionDialog - + New suppression - + Error ID - + File name - + Line number - + Symbol name @@ -1562,374 +1546,363 @@ Do you want to proceed? ProjectFile - + Project File 프로젝트 파일 - + Defines: Defines: - + Paths: 경로: - - + Add... 추가... - - - + Edit 편집 - - - - + Remove 제거 - + Up 위로 - + Down 아래로 - + Suppressions - + Add - + Note: Put your own custom .cfg files in the same folder as the project file. You should see them above. - + ... - + Include Paths: - + Paths and Defines - + <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> - + Analyze all Visual Studio configurations - + Root path: - + Warning tags (separated by semicolon) - + Cppcheck build dir (whole program analysis, incremental analysis, statistics, etc) - + Selected VS Configurations - + Types and Functions - + Libraries - + Parser - + Cppcheck (built in) - + Check that each class has a safe public interface - + Limit analysis - - + Addons - + Note: Addons require <a href="https://www.python.org/">Python</a> being installed. - + Y2038 - + Thread safety - + Coding standards - + Cert C - + CERT-INT35-C: int precision (if size equals precision, you can leave empty) - + Autosar - + Bug hunting - + Clang analyzer - + Clang-tidy - - - + Browse... - + Defines must be separated by a semicolon. Example: DEF1;DEF2=5;DEF3=int - + Platform - + This is a workfolder that Cppcheck will use for various purposes. - + Clang (experimental) - + 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). - + 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 - + Premium License - + Warning options - + 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... - + Enable inline suppressions Inline suppression 사용 - + Misra C - + 2012 - - + 2023 - + MISRA rule texts - + <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> - + Misra C++ - + 2008 - + Cert C++ - + Bug hunting (Premium) - + External tools - + Import Project (Visual studio / compile database/ Borland C++ Builder 6) - + Undefines: - + Undefines must be separated by a semicolon. Example: UNDEF1;UNDEF2;UNDEF3 - - + 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 @@ -2342,18 +2315,18 @@ Do you want to proceed? - + Hide 숨기기 - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2362,7 +2335,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2371,12 +2344,12 @@ 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. @@ -2385,22 +2358,22 @@ Please check the application path and parameters are correct. 경로와 인자가 정확한지 확인하세요. - + Select Directory 디렉토리 선택 - + Hide all with id - + Open containing folder - + Recheck @@ -2410,42 +2383,42 @@ Please check the application path and parameters are correct. - + Suppress selected id(s) - + Tag - + No tag - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. - + Copy @@ -2453,7 +2426,7 @@ Please check the application path and parameters are correct. ResultsView - + Results 결과 @@ -2548,17 +2521,17 @@ To toggle what kind of errors are shown, open view menu. - + Critical errors - + Analysis Log - + Warning Details @@ -2581,27 +2554,27 @@ To toggle what kind of errors are shown, open view menu. ScratchPad - + Scratchpad - + filename - + Check 검사 - + Copy or write some C/C++ code here: - + Optionally enter a filename (mainly for automatic language detection) and click on "Check": @@ -2609,195 +2582,192 @@ To toggle what kind of errors are shown, open view menu. Settings - + Preferences 설정 - + General 일반 - + Number of threads: 쓰레드 수: - + Ideal count: 최적 값: - + Force checking all #ifdef configurations 모든 #ifdef 설정을 강제로 검사 - + Show full path of files 파일의 전체 경로 표시 - + Show "No errors found" message when no errors found 에러가 발견되지 않는 경우 "에러가 없습니다." 메시지 표시 - + Enable inline suppressions Inline suppression 사용 - + Check for updates - + Add... 추가... - + Remove 제거 - + Applications 응용 프로그램 - - + Edit... 편집... - + Set as default 기본으로 지정 - + Reports 보고서 - + Save all errors when creating report 보고서 생성 시 모든 에러 저장 - + Save full path to files in reports 보고서에 파일의 전체 경로 저장 - + Language 언어 - + Display error Id in column "Id" - + Check for inconclusive errors also - + Show internal warnings in log - + Show statistics on check completion - + Addons - + Python binary (leave this empty to use python in the PATH) - - - + ... - + Clang - + Clang path (leave empty to use system PATH) - + Visual Studio headers - + <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> - + MISRA addon - + MISRA rule texts file - + <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> - + Code Editor - + Code Editor Style - + Default Light Style - + Default Dark Style - + Custom - + System Style @@ -2853,102 +2823,101 @@ To toggle what kind of errors are shown, open view menu. StatsDialog - - + Statistics 통계 - + Project 프로젝트 - + Project: 프로젝트: - + Paths: 경로: - + Include paths: Include 경로: - + Defines: Defines: - + Previous Scan 직전 검사 - + Path Selected: 선택된 경로: - + Number of Files Scanned: 검사된 파일 수: - + Scan Duration: 검사 시간: - + Errors: 에러: - + Warnings: 경고: - + Stylistic warnings: 스타일 경고: - + Portability warnings: 이식성 경고: - + Performance issues: 성능 경고: - + Information messages: 정보 메시지: - + Active checkers: - + Checkers - + Copy to Clipboard 클립보드에 복사 @@ -3074,7 +3043,7 @@ To toggle what kind of errors are shown, open view menu. 정보 메시지 - + Pdf Export @@ -3084,12 +3053,12 @@ To toggle what kind of errors are shown, open view menu. - + History - + File: @@ -3104,7 +3073,7 @@ To toggle what kind of errors are shown, open view menu. - + Undefines: diff --git a/gui/cppcheck_nl.ts b/gui/cppcheck_nl.ts index e1064b8bc15..e8aa9880d6c 100644 --- a/gui/cppcheck_nl.ts +++ b/gui/cppcheck_nl.ts @@ -4,40 +4,40 @@ About - + About Cppcheck Over Cppcheck - + Version %1 Versie %1 - + Cppcheck - A tool for static C/C++ code analysis. Cppcheck - Een tool voor statische C/C++ code analyse. - + Copyright © 2007-%1 Cppcheck team. Copyright © 2007-2021 Cppcheck team. Copyright © 2007-2021 het cppcheck team. - + This program is licensed under the terms of the GNU General Public License version 3 Dit programma is beschikbaar onder te termen van de GNU General Public License versie 3 - + Visit Cppcheck homepage at %1 Bezoek de Cppcheck homepage op %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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> <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> @@ -46,12 +46,12 @@ van de GNU General Public License versie 3 ApplicationDialog - + Add an application Voeg een nieuwe applicatie toe - + 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: @@ -76,22 +76,22 @@ Uitvoerbaar: KonOs2 Parameters: -l(lijn) (bestand) - + &Name: &Naam: - + &Executable: &Uitvoerbaar: - + &Parameters: - + Browse Bladeren @@ -119,42 +119,42 @@ Parameters: -l(lijn) (bestand) ComplianceReportDialog - + Compliance Report - + Project name - + Project version - + Coding Standard - + Misra C - + Cert C - + Cert C++ - + List of files with md5 checksums @@ -204,17 +204,17 @@ Parameters: -l(lijn) (bestand) HelpDialog - + Cppcheck GUI help - + Contents - + Index @@ -232,17 +232,17 @@ Parameters: -l(lijn) (bestand) LibraryAddFunctionDialog - + Add function - + Function name(s) - + Number of arguments @@ -250,87 +250,87 @@ Parameters: -l(lijn) (bestand) LibraryDialog - + Library Editor - + Open - + Save Opslaan - + Save as - + Functions - + Sort - + Add - + Filter: - + Comments - + noreturn - + False - + True - + Unknown - + return value must be used - + ignore function in leaks checking - + Arguments - + Edit Bewerk @@ -378,12 +378,12 @@ Parameters: -l(lijn) (bestand) 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> @@ -393,12 +393,12 @@ Parameters: -l(lijn) (bestand) - + 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> @@ -408,79 +408,72 @@ Parameters: -l(lijn) (bestand) - + Not null - + Not uninit - + String - + Format string - + Min size of buffer - - + Type - - + None - - + argvalue - - + mul - - + strlen - - + Arg - - + Arg2 - + and - + Valid values @@ -488,8 +481,7 @@ Parameters: -l(lijn) (bestand) MainWindow - - + @@ -507,164 +499,158 @@ Parameters: -l(lijn) (bestand) Cppcheck - + A&nalyze - + Standard Standaard - + &File &Bestand - + &View &Weergave - + &Toolbars &Werkbalken - + C++ standard C++standaard - + &C standard C standard C standaard - + &Edit Be&werken - + &License... &Licentie... - + A&uthors... A&uteurs... - + &About... &Over... - + &Files... &Bestanden... - - + Analyze files Check files Controleer bestanden - + Ctrl+F Ctrl+F - + &Directory... &Mappen... - - + Analyze directory Check directory Controleer Map - + Ctrl+D Ctrl+D - + Ctrl+R Ctrl+R - + &Stop &Stop - - + Stop analysis Stop checking Stop controle - + Esc Esc - + &Save results to file... &Resultaten opslaan... - + Ctrl+S Ctrl+S - + &Quit &Afsluiten - + &Clear results &Resultaten wissen - + &Preferences &Voorkeuren - - + Show errors Toon fouten - - + Show warnings Toon waarschuwingen - - + Show performance warnings Toon presentatie waarschuwingen - + Show &hidden Toon &verborgen @@ -675,405 +661,403 @@ Parameters: -l(lijn) (bestand) Informatie - + Show information messages Toon informatie bericht - + Show portability warnings Toon portabiliteit waarschuwingen - + Show Cppcheck results - + Clang - + Show Clang results - + &Filter &Filter - + Filter results Filter resultaten - + Windows 32-bit ANSI Windows 32-bit ANSI - + Windows 32-bit Unicode - + Unix 32-bit - + Unix 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 &Controleer alles - + Checking for updates - + Hide Verberg - - + Report - + Filter - + &Reanalyze modified files &Recheck modified files - + Reanal&yze all files - + Ctrl+Q - + Style war&nings - + E&rrors - + &Uncheck all Selecteer &niets - + Collapse &all Alles Inkl&appen - + &Expand all Alles &Uitklappen - + &Standard &Standaard - + Standard items Standaard items - + Toolbar Werkbalk - + &Categories &Categorieën - + Error categories Foute Categorieën - + &Open XML... - + Open P&roject File... Open P&oject bestand... - + Ctrl+Shift+O - + Sh&ow Scratchpad... - + &New Project File... &Nieuw Project Bestand... - + Ctrl+Shift+N - + &Log View &Log weergave - + Log View Log weergave - + C&lose Project File &Sluit Project Bestand - + &Edit Project File... &Bewerk Project Bestand... - + &Statistics &Statistieken - + &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++ - + E&nforce C - + C++14 - + Reanalyze and check library - + Check configuration (defines, includes) - + C++17 - + C++20 - + Compliance report... - + Normal - + Misra C - + Misra C++ 2008 - + Cert C - + Cert C++ - + Misra C++ 2023 - + Autosar - + &Contents &Inhoud - + Categories Categorieën - - + Show style warnings Toon stijl waarschuwingen - + Open the help contents Open de help inhoud - + F1 - + &Help &Help @@ -1515,27 +1499,27 @@ Options: NewSuppressionDialog - + New suppression - + Error ID - + File name - + Line number - + Symbol name @@ -1581,376 +1565,365 @@ Options: ProjectFile - + Project File Project Bestand - + Paths and Defines - + Import Project (Visual studio / compile database/ Borland C++ Builder 6) Import Project (Visual studio / compile database) - + Defines must be separated by a semicolon. Example: DEF1;DEF2=5;DEF3=int Defines must be separated by a semicolon ';' - + Note: Put your own custom .cfg files in the same folder as the project file. You should see them above. - + 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 - - + 2023 - + MISRA rule texts - + <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>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> - - - + Browse... - + Analyze all Visual Studio configurations - + Selected VS Configurations - + Paths: Paden: - - + Add... Toevoegen... - - - + Edit Bewerk - - - - + Remove Verwijder - + Undefines: - + Undefines must be separated by a semicolon. Example: 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 - + Premium License - + Enable inline suppressions Schakel inline suppressies in - + Misra C++ - + 2008 - + Cert C - + CERT-INT35-C: int precision (if size equals precision, you can leave empty) - + Autosar - + Bug hunting - + External tools - + Up Omhoog - + Down Omlaag - + Platform - + 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 - + 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) - + Libraries - + Suppressions - + Add - - + Addons - + Note: Addons require <a href="https://www.python.org/">Python</a> being installed. - + Y2038 - + Thread safety - + Coding standards - + Cert C++ - + Bug hunting (Premium) - + Clang analyzer - + Clang-tidy - + Defines: Omschrijft: @@ -2326,27 +2299,27 @@ Options: Niet gedefinieerd bestand - + Copy - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. @@ -2361,27 +2334,27 @@ Options: - + Recheck - + Hide Verberg - + Hide all with id Verberg alles met id - + Suppress selected id(s) - + Open containing folder @@ -2391,23 +2364,23 @@ Options: - + Tag - + No tag - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2417,7 +2390,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2425,12 +2398,12 @@ Please select the default editor application in preferences/Applications. - + Could not find the file! Kon het bestand niet vinden! - + Could not start %1 Please check the application path and parameters are correct. @@ -2439,7 +2412,7 @@ Please check the application path and parameters are correct. Gelieve te controleren of de het pad en de parameters correct zijn. - + Select Directory Selecteer map @@ -2586,22 +2559,22 @@ Gebruik het uitzicht menu om te selecteren welke fouten getoond worden.Kon het rapport niet opslaan. - + Results Resultaten - + Critical errors - + Analysis Log - + Warning Details @@ -2609,27 +2582,27 @@ Gebruik het uitzicht menu om te selecteren welke fouten getoond worden. ScratchPad - + Scratchpad Scratchpad - + Copy or write some C/C++ code here: - + Optionally enter a filename (mainly for automatic language detection) and click on "Check": - + filename bestandsnaam - + Check Controleer @@ -2637,196 +2610,193 @@ Gebruik het uitzicht menu om te selecteren welke fouten getoond worden. Settings - + Preferences Instellingen - + General Algemeen - + Add... Toevoegen... - + Number of threads: Aantal threads: - + Ideal count: Ideale telling: - + Force checking all #ifdef configurations Check all #ifdef configurations Controleer alle #ifdef combinaties - + Show full path of files Toon het volledige pad van bestanden - + Show "No errors found" message when no errors found Toon "Geen fouten gevonden" indien geen fouten gevonden werden - + Display error Id in column "Id" Toon fout ld in kolom "Id" - + Enable inline suppressions Schakel inline suppressies in - + 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) - - - + ... - + MISRA addon - + MISRA rule texts file - + <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> - + Clang - + Clang path (leave empty to use system PATH) - + Visual Studio headers - + <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> - + Code Editor - + Code Editor Style - + System Style - + Default Light Style - + Default Dark Style - + Custom - + Remove Verwijder - + Applications Applicaties - - + Edit... Bewerk... - + Set as default Instellen als standaard - + Reports Rapporten - + Save all errors when creating report Alle fouten opslaan - + Save full path to files in reports Volledig pad opslaan - + Language Taal @@ -2882,122 +2852,121 @@ Gebruik het uitzicht menu om te selecteren welke fouten getoond worden. StatsDialog - - + Statistics Statistieken - + Project Project - + Project: Project: - + Paths: Paden: - + Include paths: Bevat paden: - + Defines: Omschrijft: - + Undefines: - + Previous Scan Vorige scan - + Path Selected: Pad Geselekteerd: - + Number of Files Scanned: Aantal bestanden gescanned: - + Scan Duration: Scan tijd: - + Errors: Fouten: - + Warnings: Waarschuwingen: - + Stylistic warnings: Stilistisch waarschuwingen: - + Portability warnings: Portabiliteit waarschuwingen: - + Performance issues: Presentatie problemen: - + Information messages: Informatie bericht: - + Active checkers: - + Checkers - + History - + File: - + Copy to Clipboard Kopieer naar Clipbord - + Pdf Export diff --git a/gui/cppcheck_ru.ts b/gui/cppcheck_ru.ts index d6a262bbd5f..4ea523a1374 100644 --- a/gui/cppcheck_ru.ts +++ b/gui/cppcheck_ru.ts @@ -4,40 +4,40 @@ 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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> <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> @@ -46,12 +46,12 @@ of the GNU General Public License version 3 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: @@ -76,22 +76,22 @@ Parameters: -l(line) (file) Параметры: -l(line) (file) - + &Name: &Название: - + &Executable: &Программа: - + &Parameters: &Параметры: - + Browse Просмотреть @@ -119,42 +119,42 @@ Parameters: -l(line) (file) ComplianceReportDialog - + Compliance Report - + Project name - + Project version - + Coding Standard - + Misra C - + Cert C - + Cert C++ - + List of files with md5 checksums @@ -204,17 +204,17 @@ Parameters: -l(line) (file) HelpDialog - + Cppcheck GUI help - + Contents - + Index @@ -232,17 +232,17 @@ Parameters: -l(line) (file) LibraryAddFunctionDialog - + Add function Добавить функцию - + Function name(s) Имя(имена) функции - + Number of arguments Количество аргументов @@ -250,87 +250,87 @@ Parameters: -l(line) (file) 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 Изменить @@ -378,12 +378,12 @@ Parameters: -l(line) (file) 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> @@ -393,12 +393,12 @@ Parameters: -l(line) (file) - + 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> @@ -408,79 +408,72 @@ Parameters: -l(line) (file) - + Not null - + Not uninit - + String - + Format string - + Min size of buffer - - + Type - - + None - - + argvalue - - + mul - - + strlen - - + Arg - - + Arg2 - + and - + Valid values @@ -488,8 +481,7 @@ Parameters: -l(line) (file) MainWindow - - + @@ -507,164 +499,158 @@ Parameters: -l(line) (file) 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 Показать скрытые @@ -675,405 +661,403 @@ Parameters: -l(line) (file) Информационные сообщения - + 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 Скрыть - - + Report - + 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... - + Normal - + Misra C - + Misra C++ 2008 - + Cert C - + Cert C++ - + Misra C++ 2023 - + Autosar - + &Contents Помощь - + Categories Категории - - + Show style warnings Показать стилистические предупреждения - + Open the help contents Открыть помощь - + F1 F1 - + &Help Помощь @@ -1546,27 +1530,27 @@ Options: NewSuppressionDialog - + New suppression Новое подавление - + Error ID ID - + File name Имя файла - + Line number Номер строки - + Symbol name Имя символа @@ -1612,74 +1596,74 @@ Options: 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... @@ -1688,304 +1672,293 @@ Options: 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>Скопируйте текст из Appendix A &quot;Summary of guidelines&quot; из фала правил 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 - + Premium License - + Enable inline suppressions Включить inline-подавление ошибок - + Misra C++ - + 2008 - + Cert C - + CERT-INT35-C: int precision (if size equals precision, you can leave empty) - + 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: Объявленные макроопределения: @@ -2361,27 +2334,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. Укажите каталог с расположением файла. @@ -2396,27 +2369,27 @@ Options: заметка - + Recheck Проверить заново - + Hide Скрыть - + Hide all with id Скрыть все с id - + Suppress selected id(s) Подавить выбранные id - + Open containing folder Открыть содержащую папку @@ -2426,23 +2399,23 @@ Options: - + Tag Тег - + No tag Тег отсутствует - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2451,7 +2424,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2459,12 +2432,12 @@ 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. @@ -2472,7 +2445,7 @@ Please check the application path and parameters are correct. Пожалуйста, проверьте путь приложения, и верны ли параметры. - + Select Directory Выберите директорию @@ -2627,22 +2600,22 @@ To toggle what kind of errors are shown, open view menu. Не удалось сохранить отчет. - + Results Результаты - + Critical errors - + Analysis Log Лог анализа - + Warning Details Детали предупреждения @@ -2650,27 +2623,27 @@ To toggle what kind of errors are shown, open view menu. 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 Проверить @@ -2678,196 +2651,193 @@ To toggle what kind of errors are shown, open view menu. 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 &quot;Summary of guidelines&quot; from the MISRA C 2012 pdf to a text file.</p></body></html> <html><head/><body><p>Скопируйте текст из Appendix A &quot;Summary of guidelines&quot; из фала правил 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 &quot;SET INCLUDE&quot;. Then copy/paste the paths.</p></body></html> <html><head/><body><p>Путь до заголовочных файлов Visual Studio headers, разделенных символом ';'.</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 Язык @@ -2923,122 +2893,121 @@ To toggle what kind of errors are shown, open view menu. 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 diff --git a/gui/cppcheck_sr.ts b/gui/cppcheck_sr.ts index 72ef39bc0a6..dc9df8f2e68 100644 --- a/gui/cppcheck_sr.ts +++ b/gui/cppcheck_sr.ts @@ -4,40 +4,40 @@ About - + About Cppcheck About Cppcheck - + Version %1 Version %1 - + Cppcheck - A tool for static C/C++ code analysis. Cppcheck - A tool for static C/C++ code analysis. - + Copyright © 2007-%1 Cppcheck team. Copyright © 2007-2021 Cppcheck team. - + This program is licensed under the terms of the GNU General Public License version 3 This program is licensed under the terms of the GNU General Public License version 3 - + Visit Cppcheck homepage at %1 Visit Cppcheck homepage at %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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> <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> @@ -46,12 +46,12 @@ of the GNU General Public License version 3 ApplicationDialog - + Add an application Add a new 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: @@ -66,22 +66,22 @@ Parameters: -l(line) (file) - + &Name: - + &Executable: - + &Parameters: - + Browse Browse @@ -109,42 +109,42 @@ Parameters: -l(line) (file) ComplianceReportDialog - + Compliance Report - + Project name - + Project version - + Coding Standard - + Misra C - + Cert C - + Cert C++ - + List of files with md5 checksums @@ -192,17 +192,17 @@ Parameters: -l(line) (file) HelpDialog - + Cppcheck GUI help - + Contents - + Index @@ -220,17 +220,17 @@ Parameters: -l(line) (file) LibraryAddFunctionDialog - + Add function - + Function name(s) - + Number of arguments @@ -238,87 +238,87 @@ Parameters: -l(line) (file) 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 @@ -366,12 +366,12 @@ Parameters: -l(line) (file) 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> @@ -381,12 +381,12 @@ Parameters: -l(line) (file) - + 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> @@ -396,79 +396,72 @@ Parameters: -l(line) (file) - + Not null - + Not uninit - + String - + Format string - + Min size of buffer - - + Type - - + None - - + argvalue - - + mul - - + strlen - - + Arg - - + Arg2 - + and - + Valid values @@ -476,8 +469,7 @@ Parameters: -l(line) (file) MainWindow - - + @@ -495,164 +487,158 @@ Parameters: -l(line) (file) Cppcheck - + A&nalyze - + Standard Standard - + &File &File - + &View &View - + &Toolbars - + C++ standard - + &C standard C standard - + &Edit &Edit - + &License... &License... - + A&uthors... A&uthors... - + &About... &About... - + &Files... &Files... - - + Analyze files Check files - + Ctrl+F Ctrl+F - + &Directory... &Directory... - - + Analyze directory Check directory - + Ctrl+D Ctrl+D - + Ctrl+R Ctrl+R - + &Stop &Stop - - + Stop analysis Stop checking - + Esc Esc - + &Save results to file... &Save results to file... - + Ctrl+S Ctrl+S - + &Quit &Quit - + &Clear results &Clear results - + &Preferences &Preferences - - + Show errors - - + Show warnings - - + Show performance warnings - + Show &hidden @@ -663,405 +649,403 @@ Parameters: -l(line) (file) - + Show information messages - + Show portability warnings - + Show Cppcheck results - + Clang - + Show Clang results - + &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 &Check all - + Checking for updates - + Hide - - + Report - + Filter - + &Reanalyze modified files &Recheck modified files - + Reanal&yze all files - + Ctrl+Q - + Style war&nings - + E&rrors - + &Uncheck all &Uncheck all - + Collapse &all Collapse &all - + &Expand all &Expand all - + &Standard - + Standard items - + Toolbar - + &Categories - + Error categories - + &Open 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++ - + E&nforce C - + C++14 C++14 - + Reanalyze and check library - + Check configuration (defines, includes) - + C++17 C++17 - + C++20 C++20 - + Compliance report... - + Normal - + Misra C - + Misra C++ 2008 - + Cert C - + Cert C++ - + Misra C++ 2023 - + Autosar - + &Contents - + Categories - - + Show style warnings - + Open the help contents - + F1 F1 - + &Help &Help @@ -1495,27 +1479,27 @@ Options: NewSuppressionDialog - + New suppression - + Error ID - + File name - + Line number - + Symbol name @@ -1561,376 +1545,365 @@ Options: ProjectFile - + Project File - + Paths and Defines - + Import Project (Visual studio / compile database/ Borland C++ Builder 6) Import Project (Visual studio / compile database) - + Defines must be separated by a semicolon. Example: DEF1;DEF2=5;DEF3=int Defines must be separated by a semicolon ';' - + Note: Put your own custom .cfg files in the same folder as the project file. You should see them above. - + MISRA rule texts - + <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>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> - - - + Browse... - + Analyze all Visual Studio configurations - + Selected VS Configurations - + Paths: - - + Add... - - - + Edit - - - - + Remove - + Undefines: - + Undefines must be separated by a semicolon. Example: UNDEF1;UNDEF2;UNDEF3 - + Include Paths: - + Up - + Down - + Platform - - + Analysis - + This is a workfolder that Cppcheck will use for various purposes. - + Clang (experimental) - + 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). - + 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 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 - + Max recursion in template instantiation - + Premium License - + Warning options - + Root path: - + Filepaths in warnings will be relative to this path - + Warning tags (separated by semicolon) - + Enable inline suppressions - + Misra C++ - + 2008 - + Cert C - + CERT-INT35-C: int precision (if size equals precision, you can leave empty) - + Autosar - + Bug hunting - + External tools - + Cppcheck build dir (whole program analysis, incremental analysis, statistics, etc) - + Types and Functions - + Libraries - + Parser - + Cppcheck (built in) - + Check that each class has a safe public interface - + Limit analysis - + Check code in headers (should be ON normally. if you want a limited quick analysis then turn this OFF) - + 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... - + 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: @@ -2300,27 +2273,27 @@ Options: Undefined file - + Copy - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. @@ -2335,27 +2308,27 @@ Options: - + Recheck - + Hide - + Hide all with id - + Suppress selected id(s) - + Open containing folder @@ -2365,42 +2338,42 @@ Options: - + Tag - + No tag - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. You can open this error by specifying applications in program's settings. - + 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. @@ -2409,7 +2382,7 @@ Please check the application path and parameters are correct. Please check the application path and parameters are correct. - + Select Directory @@ -2552,22 +2525,22 @@ To toggle what kind of errors are shown, open view menu. Failed to save the report. - + Results Results - + Critical errors - + Analysis Log - + Warning Details @@ -2575,27 +2548,27 @@ To toggle what kind of errors are shown, open view menu. ScratchPad - + Scratchpad - + Copy or write some C/C++ code here: - + Optionally enter a filename (mainly for automatic language detection) and click on "Check": - + filename - + Check @@ -2603,195 +2576,192 @@ To toggle what kind of errors are shown, open view menu. Settings - + Preferences Preferences - + General General - + Add... - + Number of threads: Number of threads: - + Ideal count: - + Force checking all #ifdef configurations Check all #ifdef configurations - + Show full path of files Show full path of files - + Show "No errors found" message when no errors found Show "No errors found" message when no errors found - + Display error Id in column "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) - - - + ... - + MISRA addon - + MISRA rule texts file - + <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> - + Clang - + Clang path (leave empty to use system PATH) - + Visual Studio headers - + <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> - + Code Editor - + Code Editor Style - + System Style - + Default Light Style - + Default Dark Style - + Custom - + Remove - + Applications Applications - - + Edit... - + Set as default - + Reports Reports - + Save all errors when creating report Save all errors when creating report - + Save full path to files in reports Save full path to files in reports - + Language @@ -2847,122 +2817,121 @@ To toggle what kind of errors are shown, open view menu. 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 diff --git a/gui/cppcheck_sv.ts b/gui/cppcheck_sv.ts index 50472f11c2f..40f1f69e561 100644 --- a/gui/cppcheck_sv.ts +++ b/gui/cppcheck_sv.ts @@ -4,40 +4,40 @@ About - + About Cppcheck Om Cppcheck - + Version %1 Version %1 - + Cppcheck - A tool for static C/C++ code analysis. Cppcheck - Ett verktyg för statisk analys av C/C++ kod. - + 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 This program is licensed under the terms of the GNU General Public License version 3 - + Visit Cppcheck homepage at %1 Hemsida: %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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> <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> @@ -46,12 +46,12 @@ of the GNU General Public License version 3 ApplicationDialog - + Add an application Lägg till program - + 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: @@ -76,22 +76,22 @@ Körbar fil: kate Parametrar: -l(line) (file) - + &Name: Namn: - + &Executable: Körbar fil: - + &Parameters: Parametrar: - + Browse Bläddra @@ -119,42 +119,42 @@ Parametrar: -l(line) (file) ComplianceReportDialog - + Compliance Report - + Project name - + Project version - + Coding Standard - + Misra C - + Cert C - + Cert C++ - + List of files with md5 checksums @@ -204,17 +204,17 @@ Parametrar: -l(line) (file) HelpDialog - + Cppcheck GUI help - + Contents - + Index @@ -232,17 +232,17 @@ Parametrar: -l(line) (file) LibraryAddFunctionDialog - + Add function Lägg till funktion - + Function name(s) Funktion namn - + Number of arguments Antal argument @@ -250,87 +250,87 @@ Parametrar: -l(line) (file) LibraryDialog - + Library Editor Library Editor - + Open Öppna - + Save Spara - + Save as Spara som - + Functions Funktioner - + Sort Sortera - + Add Lägg till - + Filter: Filter: - + Comments Kommentar - + noreturn noreturn - + False False - + True True - + Unknown Vet ej - + return value must be used retur värde måste användas - + ignore function in leaks checking Ignorera funktionen när cppcheck letar efter läckor - + Arguments Argument - + Edit Redigera @@ -378,12 +378,12 @@ Parametrar: -l(line) (file) LibraryEditArgDialog - + Edit argument Konfigurera 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> @@ -396,12 +396,12 @@ Exempel: memcmp(x, y, i == 123); // sista argumentet bör inte vara ett bool värde - + Not bool Ej 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> @@ -414,79 +414,72 @@ Exempel: strcpy(x,y); // varken x eller y får vara null. - + Not null Ej null - + Not uninit Ej uninit - + String Sträng - + Format string Format sträng - + Min size of buffer Minsta storlek för buffer - - + Type Typ - - + None Ingen - - + argvalue argvalue - - + mul mul - - + strlen strlen - - + Arg Arg - - + Arg2 Arg2 - + and och - + Valid values Tillåtna värden @@ -494,8 +487,7 @@ Exempel: MainWindow - - + @@ -513,164 +505,158 @@ Exempel: Cppcheck - + A&nalyze Analysera - + Standard Standard - + &File &Arkiv - + &View &Visa - + &Toolbars Verktygsfält - + C++ standard C++ standard - + &C standard C standard C standard - + &Edit &Redigera - + &License... &Licens... - + A&uthors... &Utvecklat av... - + &About... &Om... - + &Files... &Filer... - - + Analyze files Check files Analysera filer - + Ctrl+F Ctrl+F - + &Directory... &Katalog... - - + Analyze directory Check directory Analysera mapp - + Ctrl+D Ctrl+D - + Ctrl+R Ctrl+R - + &Stop &Stoppa - - + Stop analysis Stop checking Stoppa analys - + Esc Esc - + &Save results to file... &Spara resultat till fil... - + Ctrl+S Ctrl+S - + &Quit &Avsluta - + &Clear results &Töm resultat - + &Preferences &Inställningar - - + Show errors Visa fel - - + Show warnings Visa varningar - - + Show performance warnings Visa prestanda varningar - + Show &hidden Visa dolda @@ -681,406 +667,404 @@ Exempel: Information - + Show information messages Visa informations meddelanden - + Show portability warnings Visa portabilitets varningar - + Show Cppcheck results Visa Cppcheck resultat - + Clang Clang - + Show Clang results Visa Clang resultat - + &Filter &Filter - + Filter results Filtrera resultat - + 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... Skriv ut... - + Print the Current Report Skriv ut aktuell rapport - + Print Pre&view... Förhandsgranska utskrift... - + Open a Print Preview Dialog for the Current Results Öppnar förhandsgranskning för nuvarande resultat - + Open library editor Öppna library editor - + &Check all &Kryssa alla - + Checking for updates - + Hide Dölj - - + Report - + Filter Filter - + &Reanalyze modified files &Recheck modified files Analysera om ändrade filer - + Reanal&yze all files Analysera om alla filer - + Ctrl+Q - + Style war&nings Style varningar - + E&rrors Fel - + &Uncheck all Kryssa &ur alla - + Collapse &all Ingen bra översättning! &Fäll ihop alla - + &Expand all &Expandera alla - + &Standard &Standard - + Standard items Standard poster - + Toolbar Verktygsfält - + &Categories &Kategorier - + Error categories Fel kategorier - + &Open XML... &Öppna XML... - + Open P&roject File... Öppna Projektfil... - + Ctrl+Shift+O - + Sh&ow Scratchpad... Visa Scratchpad... - + &New Project File... Ny projektfil... - + Ctrl+Shift+N - + &Log View - + Log View Logg vy - + C&lose Project File Stäng projektfil - + &Edit Project File... Redigera projektfil... - + &Statistics Statistik - + &Warnings Varningar - + Per&formance warnings Optimerings varningar - + &Information Information - + &Portability Portabilitet - + P&latforms Plattformar - + C++&11 C++11 - + C&99 C99 - + &Posix Posix - + C&11 C11 - + &C89 C89 - + &C++03 C++03 - + &Library Editor... Library Editor... - + &Auto-detect language Detektera språk automatiskt - + &Enforce C++ Tvinga C++ - + E&nforce C Tvinga C - + C++14 C++14 - + Reanalyze and check library - + Check configuration (defines, includes) - + C++17 C++17 - + C++20 C++20 - + Compliance report... - + Normal - + Misra C - + Misra C++ 2008 - + Cert C - + Cert C++ - + Misra C++ 2023 - + Autosar - + &Contents &Innehåll - + Categories Kategorier - - + Show style warnings Visa stil varningar - + Open the help contents Öppna hjälp - + F1 F1 - + &Help &Hjälp @@ -1551,27 +1535,27 @@ Options: NewSuppressionDialog - + New suppression - + Error ID - + File name - + Line number - + Symbol name @@ -1617,376 +1601,365 @@ Options: ProjectFile - + Project File Projektfil - + Paths and Defines Sökvägar och defines - + Import Project (Visual studio / compile database/ Borland C++ Builder 6) Import Project (Visual studio / compile database) Importera Projekt (Visual Studio / compile database) - + Defines must be separated by a semicolon. Example: DEF1;DEF2=5;DEF3=int Defines must be separated by a semicolon ';' Defines separeras med semicolon ';' - + Note: Put your own custom .cfg files in the same folder as the project file. You should see them above. Obs: Lägg dina egna .cfg filer i samma folder som projekt filen. De skall isåfall visas ovan. - + ... ... - + <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>Du har ett val:</p><p> * Analysera alla Debug och Release konfigurationer</p><p> * Analysera bara den första matchande Debug konfigurationen</p><p><br/></p></body></html> - - - + Browse... - + Analyze all Visual Studio configurations Analysera alla Visual Studio konfigurationer - + Selected VS Configurations - + Paths: Sökvägar: - - + Add... Lägg till... - - - + Edit Redigera - - - - + Remove Ta bort - + Undefines: - + Undefines must be separated by a semicolon. Example: UNDEF1;UNDEF2;UNDEF3 - + Include Paths: Include sökvägar: - + This is a workfolder that Cppcheck will use for various purposes. - + Clang (experimental) - + 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). - + 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 - + Premium License - + 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... - + Enable inline suppressions Använd inline suppressions - + Misra C - + 2012 - - + 2023 - + MISRA rule texts - + <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> - + Misra C++ - + 2008 - + Cert C++ - + Bug hunting (Premium) - + External tools - + Up Upp - + Down Ned - + Platform - - + Analysis - + Parser - + Cppcheck (built in) - + 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 - + Warning options - + Root path: Bas sökväg: - + Warning tags (separated by semicolon) Varnings taggar (separerade med semikolon) - + Cppcheck build dir (whole program analysis, incremental analysis, statistics, etc) Cppcheck build dir (whole program analys, incremental analys, statistik, etc) - + Types and Functions - + Libraries Libraries - + Suppressions Suppressions - + Add Lägg till - - + Addons Addons - + Note: Addons require <a href="https://www.python.org/">Python</a> being installed. - + Y2038 Y2038 - + Thread safety Tråd säkerhet - + Coding standards Kodstandarder - + Cert C - + CERT-INT35-C: int precision (if size equals precision, you can leave empty) - + Autosar - + Bug hunting - + Clang analyzer Clang analyzer - + Clang-tidy Clang-tidy - + Defines: Defines: @@ -2362,27 +2335,27 @@ Options: Odefinierad fil - + Copy - + Could not find file: - + Please select the folder '%1' - + Select Directory '%1' - + Please select the directory where file is located. @@ -2397,27 +2370,27 @@ Options: note - + Recheck Analysera om - + Hide Dölj - + Hide all with id Dölj alla med id - + Suppress selected id(s) Stäng av valda id - + Open containing folder Öppna mapp @@ -2427,23 +2400,23 @@ Options: - + Tag Tag - + No tag Ingen tag - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2453,7 +2426,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2462,12 +2435,12 @@ Please select the default editor application in preferences/Applications. - + Could not find the file! Kunde inte hitta filen! - + Could not start %1 Please check the application path and parameters are correct. @@ -2476,7 +2449,7 @@ Please check the application path and parameters are correct. Kontrollera att sökvägen och parametrarna är korrekta. - + Select Directory Välj mapp @@ -2631,22 +2604,22 @@ För att ställa in vilka fel som skall visas använd visa menyn. Misslyckades med att spara rapporten. - + Results Resultat - + Critical errors - + Analysis Log Analys Log - + Warning Details Varningsdetaljer @@ -2654,27 +2627,27 @@ För att ställa in vilka fel som skall visas använd visa menyn. ScratchPad - + Scratchpad Scratchpad - + Copy or write some C/C++ code here: - + Optionally enter a filename (mainly for automatic language detection) and click on "Check": - + filename Filnamn - + Check Analysera @@ -2682,196 +2655,193 @@ För att ställa in vilka fel som skall visas använd visa menyn. Settings - + Preferences Inställningar - + General Allmänt - + Add... Lägg till... - + Number of threads: Antal trådar: - + Ideal count: Optimalt värde: - + Force checking all #ifdef configurations Check all #ifdef configurations Kontrollera alla #ifdef konfigurationer - + Show full path of files Visa den fulla sökvägen för filer - + Show "No errors found" message when no errors found Visa "Inga fel hittades" meddelande när inga fel hittas - + Display error Id in column "Id" Visa meddelande id i kolumn "Id" - + Enable inline suppressions Använd inline suppressions - + Check for inconclusive errors also Kör inconclusive analys - + Show statistics on check completion Visa statistik när analys är klar - + Check for updates - + Show internal warnings in log Visa interna fel i loggen - + Addons Addons - + Python binary (leave this empty to use python in the PATH) Python binär fil (lämna tom för att använda python i PATH) - - - + ... ... - + MISRA addon - + MISRA rule texts file - + <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> - + Clang Clang - + Clang path (leave empty to use system PATH) Clang sökväg (lämna tom för att använda PATH) - + Visual Studio headers Visual Studio headers - + <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>Sökvägar till Visual Studio headers, separerade med semikolon ';'.</p><p>Du kan öppna en Visual Studio command prompt, och skriva &quot;SET INCLUDE&quot;. Sedan kopiera och klistra in sökvägarna.</p></body></html> - + Code Editor - + Code Editor Style - + System Style - + Default Light Style - + Default Dark Style - + Custom - + Remove Ta bort - + Applications Program - - + Edit... Redigera... - + Set as default Sätt förvald - + Reports Rapporter - + Save all errors when creating report Spara alla fel - + Save full path to files in reports Spara fulla sökvägar - + Language Språk @@ -2927,122 +2897,121 @@ För att ställa in vilka fel som skall visas använd visa menyn. StatsDialog - - + Statistics Statistik - + Project Projekt - + Project: Projekt: - + Paths: Sökvägar: - + Include paths: Include sökvägar: - + Defines: Defines: - + Undefines: - + Previous Scan Föregående analys - + Path Selected: Vald sökväg: - + Number of Files Scanned: Antal analyserade filer: - + Scan Duration: Analys tid: - + Errors: Fel: - + Warnings: Varningar: - + Stylistic warnings: Stil varningar: - + Portability warnings: Portabilitets varningar: - + Performance issues: Prestanda varningar: - + Information messages: Informations meddelanden: - + Active checkers: - + Checkers - + History Historik - + File: Fil: - + Copy to Clipboard Kopiera - + Pdf Export Pdf Export diff --git a/gui/cppcheck_zh_CN.ts b/gui/cppcheck_zh_CN.ts index f87bf42c548..0de2932704e 100644 --- a/gui/cppcheck_zh_CN.ts +++ b/gui/cppcheck_zh_CN.ts @@ -4,39 +4,39 @@ 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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> <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> @@ -45,12 +45,12 @@ of the GNU General Public License version 3 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: @@ -75,22 +75,22 @@ Parameters: -l(line) (file) 参数: -l(line) (file) - + &Name: 名称(&N): - + &Executable: 可执行文件(&E): - + &Parameters: 参数(&P): - + Browse 浏览 @@ -118,42 +118,42 @@ Parameters: -l(line) (file) ComplianceReportDialog - + Compliance Report - + Project name - + Project version - + Coding Standard - + Misra C - + Cert C - + Cert C++ - + List of files with md5 checksums @@ -201,17 +201,17 @@ Parameters: -l(line) (file) HelpDialog - + Cppcheck GUI help Cppcheck GUI 帮助 - + Contents 内容 - + Index 索引 @@ -229,17 +229,17 @@ Parameters: -l(line) (file) LibraryAddFunctionDialog - + Add function 添加函数 - + Function name(s) 函数名 - + Number of arguments 参数个数 @@ -247,87 +247,87 @@ Parameters: -l(line) (file) 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 编辑 @@ -375,12 +375,12 @@ Parameters: -l(line) (file) 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> @@ -395,12 +395,12 @@ Parameters: -l(line) (file) </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> @@ -415,79 +415,72 @@ Parameters: -l(line) (file) </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 有效值 @@ -495,8 +488,7 @@ Parameters: -l(line) (file) MainWindow - - + @@ -514,156 +506,151 @@ Parameters: -l(line) (file) 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 显示错误 @@ -675,412 +662,409 @@ Parameters: -l(line) (file) 信息 - + 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 隐藏 - - + Report - + 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... - + Normal 常规 - + Misra C - + Misra C++ 2008 - + Cert C - + Cert C++ - + Misra C++ 2023 - + Autosar @@ -1553,27 +1537,27 @@ Options: NewSuppressionDialog - + New suppression 新建抑制 - + Error ID 错误 ID - + File name 文件名 - + Line number 行号 - + Symbol name 符号名 @@ -1619,49 +1603,49 @@ Options: 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... 排除文件... @@ -1670,329 +1654,318 @@ Options: 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 深度 - + Premium License - + Enable inline suppressions 启用内联方案 - + Misra C++ - + 2008 - + Cert C - + CERT-INT35-C: int precision (if size equals precision, you can leave empty) - + 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: 定义: @@ -2366,27 +2339,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. 请选择文件所在的目录。 @@ -2401,27 +2374,27 @@ Options: 注意 - + Recheck 重新检查 - + Hide 隐藏 - + Hide all with id 隐藏全部 ID - + Suppress selected id(s) 抑制选择的 ID - + Open containing folder 打开包含的文件夹 @@ -2431,23 +2404,23 @@ Options: - + Tag 标记 - + No tag 取消标记 - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. @@ -2457,7 +2430,7 @@ Configure the editor application for Cppcheck in preferences/Applications. - + No default editor application selected. Please select the default editor application in preferences/Applications. @@ -2466,12 +2439,12 @@ 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. @@ -2480,7 +2453,7 @@ Please check the application path and parameters are correct. 请检查此应用程序的路径与参数是否正确。 - + Select Directory 选择目录 @@ -2530,22 +2503,22 @@ Please check the application path and parameters are correct. ResultsView - + Results 结果 - + Critical errors - + Analysis Log 分析日志 - + Warning Details 警告详情 @@ -2658,27 +2631,27 @@ To toggle what kind of errors are shown, open view menu. 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 检查 @@ -2686,196 +2659,193 @@ To toggle what kind of errors are shown, open view menu. 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 语言 @@ -2931,122 +2901,121 @@ To toggle what kind of errors are shown, open view menu. 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 diff --git a/gui/cppcheck_zh_TW.ts b/gui/cppcheck_zh_TW.ts index d6ab4dc47d6..9a74a7df250 100644 --- a/gui/cppcheck_zh_TW.ts +++ b/gui/cppcheck_zh_TW.ts @@ -4,39 +4,39 @@ About - + About Cppcheck 關於 Cppcheck - + Version %1 版本 %1 - + Cppcheck - A tool for static C/C++ code analysis. Cppcheck - 一款靜態 C/C++ 程式碼分析工具。 - + Copyright © 2007-%1 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><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Boost</li></ul></body></html> <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> @@ -45,12 +45,12 @@ of the GNU General Public License version 3 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: @@ -65,22 +65,22 @@ Parameters: -l(line) (file) - + &Name: 名稱(&N): - + &Executable: 執行檔(&E): - + &Parameters: 參數(&P): - + Browse 瀏覽 @@ -108,42 +108,42 @@ Parameters: -l(line) (file) ComplianceReportDialog - + Compliance Report - + Project name 專案名稱 - + Project version 專案版本 - + Coding Standard - + Misra C - + Cert C - + Cert C++ - + List of files with md5 checksums @@ -191,17 +191,17 @@ Parameters: -l(line) (file) HelpDialog - + Cppcheck GUI help Cppcheck GUI 幫助 - + Contents 內容 - + Index 索引 @@ -219,17 +219,17 @@ Parameters: -l(line) (file) LibraryAddFunctionDialog - + Add function 新增函式 - + Function name(s) 函式名稱 - + Number of arguments 引數數量 @@ -237,87 +237,87 @@ Parameters: -l(line) (file) 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 編輯 @@ -363,12 +363,12 @@ Parameters: -l(line) (file) 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> @@ -378,12 +378,12 @@ Parameters: -l(line) (file) - + 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> @@ -393,79 +393,72 @@ Parameters: -l(line) (file) - + Not null - + Not uninit - + String 字串 - + Format string - + Min size of buffer - - + Type 型別 - - + None - - + argvalue - - + mul - - + strlen - - + Arg - - + Arg2 - + and - + Valid values 有效值 @@ -473,8 +466,7 @@ Parameters: -l(line) (file) MainWindow - - + @@ -492,563 +484,555 @@ Parameters: -l(line) (file) Cppcheck - + Checking for updates 檢查更新 - + Hide 隱藏 - + &File 檔案(&F) - + &View 檢視(&V) - + &Toolbars 工具條(&T) - - + Report - + &Help 幫助(&H) - + A&nalyze 分析(&N) - + C++ standard C++ 標準 - + &C standard C 標準(&C) - + &Edit 編輯(&E) - + Standard 標準 - + Categories 分類 - + Filter 篩選 - + &License... 授權(&L)... - + A&uthors... 作者(&U)... - + &About... 關於(&A)... - + &Files... 檔案(&F)... - - + Analyze files 分析檔案 - + Ctrl+F Ctrl+F - + &Directory... 目錄(&D)... - - + Analyze directory 分析目錄 - + Ctrl+D Ctrl+D - + &Reanalyze modified files 重新分析已修改的檔案(&R) - + Ctrl+R Ctrl+R - + Reanal&yze all files 重新分析所有檔案(&Y) - + &Stop 停止(&S) - - + Stop analysis 停止分析 - + Esc Esc - + &Save results to file... 儲存結果為檔案(&S)... - + Ctrl+S Ctrl+S - + &Quit 退出(&Q) - + Ctrl+Q Ctrl+Q - + &Clear results 清除結果(&C) - + &Preferences 偏好設定(&P) - + Style war&nings 樣式警告(&N) - - + Show style warnings 顯示樣式警告 - + E&rrors 錯誤(&R) - - + Show errors 顯示錯誤 - + &Check all 全部檢查(&C) - + &Uncheck all - + 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... - + &New Project File... 新增專案檔(&N)... - + Ctrl+Shift+N Ctrl+Shift+N - + &Log View 日誌檢視(&L) - + Log View 日誌檢視 - + C&lose Project File 關閉專案檔(&L) - + &Edit Project File... 編輯專案檔(&E)... - + &Statistics 統計資料(&S) - + &Warnings 警告(&W) - - + Show warnings 顯示警告 - + Per&formance warnings 效能警告(&F) - - + Show performance warnings 顯示下效能警告 - + Show &hidden 顯示隱藏項目(&H) - + &Information 資訊(&I) - + Show information messages 顯示資訊訊息 - + &Portability 可移植性(&P) - + Show portability warnings 顯示可移植性警告 - + Show Cppcheck results 顯示 Cppcheck 結果 - + Clang Clang - + Show Clang results 顯示 Clang 結果 - + &Filter 篩選(&F) - + Filter results 篩選結果 - + Windows 32-bit ANSI Windows 32 位元 ANSI - + Windows 32-bit Unicode Windows 32 位元 Unicode - + Unix 32-bit Unix 32 位元 - + Unix 64-bit Unix 64 位元 - + Windows 64-bit Windows 64 位元 - + P&latforms 平臺(&L) - + C++&11 C++&11 - + C&99 C&99 - + &Posix - + C&11 C&11 - + &C89 &C89 - + &C++03 &C++03 - + &Print... 列印(&P)... - + Print the Current Report 列印當前報告 - + Print Pre&view... 列印預覽(&V)... - + Open a Print Preview Dialog for the Current Results 開啟當前結果的列印預覽視窗 - + &Library Editor... 程式庫編輯器(&L)... - + Open library editor 開啟程式庫編輯器 - + &Auto-detect language 自動偵測語言(&A) - + &Enforce C++ - + E&nforce C - + C++14 C++14 - + Reanalyze and check library 重新分析並檢查程式庫 - + Check configuration (defines, includes) 檢查組態 (定義、包含) - + C++17 C++17 - + C++20 C++20 - + Compliance report... - + Normal - + Misra C - + Misra C++ 2008 Misra C++ 2008 - + Cert C - + Cert C++ - + Misra C++ 2023 Misra C++ 2023 - + Autosar @@ -1491,27 +1475,27 @@ Do you want to remove the file from the recently used projects -list? NewSuppressionDialog - + New suppression 新建抑制 - + Error ID 錯誤 ID - + File name 檔案名稱 - + Line number 行號 - + Symbol name 符號名稱 @@ -1557,313 +1541,302 @@ Do you want to remove the file from the recently used projects -list? ProjectFile - + Project File 專案檔 - + Paths and Defines 路徑與定義 - + Import Project (Visual studio / compile database/ Borland C++ Builder 6) 匯入專案 (Visual Studio / 編譯資料庫 / Borland C++ Builder 6) - - - + Browse... 瀏覽... - + <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> - + Analyze all Visual Studio configurations 分析所有 Visual Studio 組態 - + Selected VS Configurations 選取 VS 組態 - + Paths: 路徑: - - + Add... 新增... - - - + Edit 編輯 - - - - + Remove 移除 - + Defines: 定義: - + Defines must be separated by a semicolon. Example: DEF1;DEF2=5;DEF3=int - + Undefines: 未定義: - + Undefines must be separated by a semicolon. Example: UNDEF1;UNDEF2;UNDEF3 - + Include Paths: 包含路徑: - + Up - + Down - + Types and Functions 型別與函式 - + Platform 平臺 - + Libraries 程式庫 - + Note: Put your own custom .cfg files in the same folder as the project file. You should see them above. - - + Analysis 分析 - + Cppcheck build dir (whole program analysis, incremental analysis, statistics, etc) - + This is a workfolder that Cppcheck will use for various purposes. - + Parser 剖析器 - + Cppcheck (built in) Cppcheck (內建) - + Clang (experimental) - + 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). - + 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 that each class has a safe public interface - + Limit analysis - + Check code in headers (should be ON normally. if you want a limited quick analysis then turn this OFF) - + Check code in unused templates (should be ON normally, however in theory you can safely ignore warnings in unused templates) - + Max CTU depth - + Max recursion in template instantiation - + Premium License - + Warning options 警告選項 - + Root path: 根路徑: - + Filepaths in warnings will be relative to this path - + Warning tags (separated by semicolon) 警告標記 (由分號分隔) - + 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... 排除檔案... - + Suppressions 抑制 - + Add 新增 - + Enable inline suppressions - - + Addons - + Note: Addons require <a href="https://www.python.org/">Python</a> being installed. - + Y2038 Y2038 - + Thread safety 執行緒安全 - + Coding standards - + Misra C - + 2012 - - + 2023 - + Misra C++ - + 2008 @@ -1872,17 +1845,17 @@ Do you want to remove the file from the recently used projects -list? Misra C 2012 - + MISRA rule texts - + <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> - + ... ... @@ -1891,47 +1864,47 @@ Do you want to remove the file from the recently used projects -list? Misra C++ 2008 - + Cert C - + CERT-INT35-C: int precision (if size equals precision, you can leave empty) - + Cert C++ - + Autosar - + Bug hunting (Premium) - + Bug hunting - + External tools 外部工具 - + Clang-tidy Clang-tidy - + Clang analyzer Clang 分析器 @@ -2333,99 +2306,99 @@ Do you want to remove the file from the recently used projects -list? - + Recheck - + Copy 複製 - + Hide 隱藏 - + Hide all with id - + Open containing folder - + Suppress selected id(s) - + Tag 標記 - + No tag 取消標記 - - + + Cppcheck Cppcheck - + No editor application configured. Configure the editor application for Cppcheck in preferences/Applications. - + 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. - + Could not find file: - + Please select the folder '%1' 請選取資料夾 '%1' - + Select Directory '%1' 選取目錄 '%1' - + Please select the directory where file is located. 請選取資料夾所在的目錄。 - + Select Directory 選取目錄 @@ -2449,22 +2422,22 @@ Please check the application path and parameters are correct. ResultsView - + Results 結果 - + Critical errors - + Analysis Log 分析日誌 - + Warning Details 警告詳細資訊 @@ -2576,27 +2549,27 @@ To toggle what kind of errors are shown, open view menu. ScratchPad - + Scratchpad - + Copy or write some C/C++ code here: - + Optionally enter a filename (mainly for automatic language detection) and click on "Check": - + filename 檔案名稱 - + Check @@ -2604,195 +2577,192 @@ To toggle what kind of errors are shown, open view menu. Settings - + Preferences 偏好設定 - + General 一般 - + Number of threads: 執行緒數量: - + Ideal count: - + Force checking all #ifdef configurations - + Show full path of files 顯示檔案的完整路徑 - + Show "No errors found" message when no errors found - + Display error Id in column "Id" - + Enable inline suppressions - + Check for inconclusive errors also - + Show statistics on check completion - + Check for updates 檢查更新 - + Show internal warnings in log 顯示日誌中的內部警告 - + Applications 應用程式 - + Add... 新增... - - + Edit... 編輯... - + Remove 移除 - + Set as default 設定為預設值 - + Reports 報告 - + Save all errors when creating report - + Save full path to files in reports 在報告中儲存檔案的完整路徑 - + Language 語言 - + Addons - + Python binary (leave this empty to use python in the PATH) - - - + ... ... - + MISRA addon - + 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> - + Clang Clang - + Clang path (leave empty to use system 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> - + Code Editor 程式碼編輯器 - + Code Editor Style 程式碼編輯器樣式 - + System Style 系統樣式 - + Default Light Style - + Default Dark Style - + Custom 自訂 @@ -2848,122 +2818,121 @@ To toggle what kind of errors are shown, open view menu. 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 匯出