diff --git a/plugins/clangtidy/kdevclangtidy.json b/plugins/clangtidy/kdevclangtidy.json index 93693d25d6..2d3a81f52b 100644 --- a/plugins/clangtidy/kdevclangtidy.json +++ b/plugins/clangtidy/kdevclangtidy.json @@ -1,26 +1,35 @@ { "KPlugin": { "Authors": [ { - "Name": "Carlos Nihelton" + "Name": "Carlos Nihelton", + "Name[x-test]": "xxCarlos Niheltonxx" }, { "Name": "Friedrich W. H. Kossebau", "Name[nn]": "Friedrich W.H. Kossebau", "Name[x-test]": "xxFriedrich W. H. Kossebauxx" } ], "Category": "Analyzers", "Description": "clang-tidy provides an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. http://clang.llvm.org/extra/clang-tidy/", + "Description[ca]": "El clang-tidy proporciona un marc de treball extensible per al diagnòstic i esmena d'errors de programació típics, com ara infraccions de l'estil, mal ús de la interfície o errors que es poden deduir mitjançant anàlisi estàtica. http://clang.llvm.org/extra/clang-tidy/", + "Description[sv]": "Clang-Tidy tillhandahåller ett utvidgningsbart ramverk för att diagnosticera och rätta typiska programmeringsfel, som stilöverträdelser, gränssnittsmissbruk eller fel som kan härledas via statisk analys. http://clang.llvm.org/extra/clang-tidy/", + "Description[uk]": "clang-tidy — розширена оболонка діагностування та виправлення типових помилок у програмах, зокрема порушень стилю, помилкового використання інтерфейсу та вад, які можна виявити за допомогою статичного аналізу. http://clang.llvm.org/extra/clang-tidy/", + "Description[x-test]": "xxclang-tidy provides an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. http://clang.llvm.org/extra/clang-tidy/xx", "Icon": "dialog-ok", "Id": "kdevclangtidy", "License": "GPL", "Name": "Clang-Tidy Support", + "Name[ca]": "Implementació del Clang-Tidy", + "Name[sv]": "Clang-Tidy-stöd", + "Name[uk]": "Підтримка Clang-Tidy", + "Name[x-test]": "xxClang-Tidy Supportxx", "ServiceTypes": [ "KDevelop/Plugin" ], "Version": "0.3.3" }, "X-KDevelop-Category": "Global", "X-KDevelop-Mode": "GUI" }