diff --git a/plugins/astyle/kdevastyle.json b/plugins/astyle/kdevastyle.json index 56faa4ebed..bb076acfe0 100644 --- a/plugins/astyle/kdevastyle.json +++ b/plugins/astyle/kdevastyle.json @@ -1,89 +1,89 @@ { "KPlugin": { "Authors": [ { "Name": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[ca@valencia]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[ca]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[cs]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[de]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[en_GB]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[es]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[et]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[fi]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[fr]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[gl]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[it]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[nl]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[nn]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[pl]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[pt]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[pt_BR]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[ru]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[sk]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[sl]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[sv]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[tr]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[uk]": "Cedric Pasteur, Matthias Hölzer-Klüpfel", "Name[x-test]": "xxCedric Pasteur, Matthias Hölzer-Klüpfelxx", "Name[zh_CN]": "Cedric Pasteur, Matthias Hölzer-Klüpfel" } ], "Category": "Utilities", "Description": "A plugin for formatting of sourcecode according to a specified set of rules", "Description[ca@valencia]": "Un connector per a formatar el codi font d'acord a un conjunt especificat de regles", "Description[ca]": "Un connector per a formatar el codi font d'acord a un conjunt especificat de regles", "Description[de]": "Modul zum Formatieren von Quelltext nach bestimmten Vorschriften", "Description[en_GB]": "A plugin for formatting of sourcecode according to a specified set of rules", "Description[es]": "Un complemento para formatear código fuente según el conjunto de reglas indicado", "Description[et]": "Plugin lähtekoodi vormindamiseks vastavalt konkreetsetele reeglitele.", "Description[fi]": "Liitännäinen lähdekoodin muotoilemiseen määritellyn sääntöjoukon mukaan", "Description[fr]": "Un module pour mettre en forme le code source d'après un ensemble de règles spécifié", "Description[gl]": "Complemento para formatar código fonte segundo un conxunto de regras indicado.", "Description[it]": "Un'estensione per la formattazione del codice sorgente secondo uno specifico insieme di regole", "Description[nl]": "Een plugin om broncode te formatteren volgens een speciale set regels", "Description[pl]": "Wtyczka do formatowania kodu źródłowego zgodnie z podanymi regułami", "Description[pt]": "Um 'plugin' para formatar código-fonte de acordo com um dado conjunto de regras", - "Description[pt_BR]": "Um plugin para formatar código fonte de acordo com um conjunto de regras", + "Description[pt_BR]": "Um plugin para formatar código-fonte de acordo com um conjunto de regras", "Description[sk]": "Modul pre formátovanie zdrojového kódu podľa špecifických pravidiel", "Description[sl]": "Vstavek za oblikovanje izvorne kode po določenih pravilih", "Description[sv]": "Ett insticksprogram för formatering av källkod enligt en angiven uppsättning regler", "Description[tr]": "Belli kurallara göre kaynak kodları biçimlendirmeye yarayan bir eklenti", "Description[uk]": "Додаток для форматування коду у відповідності до вказаного набору правил", "Description[x-test]": "xxA plugin for formatting of sourcecode according to a specified set of rulesxx", "Description[zh_CN]": "一个根据指定规则设定格式化源代码的插件", "Icon": "text-field", "Id": "kdevastyle", "License": "LGPL", "Name": "AStyle Formatter Backend", "Name[ca@valencia]": "Dorsal del formatador AStyle", "Name[ca]": "Dorsal del formatador AStyle", "Name[de]": "AStyle-Formatierer", "Name[en_GB]": "AStyle Formatter Backend", "Name[es]": "Motor de formateo AStyle", "Name[et]": "AStyle'i vormindamise taustaprogramm", "Name[fi]": "AStyle-muotoilijataustaohjelma", "Name[fr]": "Moteur de mise en forme AStyle", "Name[gl]": "Infraestrutura de formatación de AStyle", "Name[it]": "Backend formattatore AStyle", "Name[nl]": "Backend voor AStyle formatteerprogramma", "Name[pl]": "Silnik formatowania AStyle", "Name[pt]": "Infra-Estrutura de Formatação do AStyle", "Name[pt_BR]": "Formatador AStyle", "Name[sk]": "Backend formátovača AStyle", "Name[sl]": "Zaledje oblikovalnika AStyle", "Name[sv]": "Astyle-formateringsgränssnitt", "Name[tr]": "Astyle Biçimlendirici Arka Ucu", "Name[uk]": "Сервер форматування AStyle", "Name[x-test]": "xxAStyle Formatter Backendxx", "Name[zh_CN]": "AStyle 格式化器后端", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Category": "Global", "X-KDevelop-Interfaces": [ "org.kdevelop.ISourceFormatter" ], "X-KDevelop-Mode": "NoGUI" } diff --git a/plugins/gdb/kdevgdb.json b/plugins/gdb/kdevgdb.json index 1dc81477f4..b219436c20 100644 --- a/plugins/gdb/kdevgdb.json +++ b/plugins/gdb/kdevgdb.json @@ -1,66 +1,66 @@ { "KPlugin": { "Category": "Debugging", "Description": "This plugin provides a frontend for GDB, a source-level debugger for C, C++ and more.", "Description[ca@valencia]": "Aquest connector proveeix d'un frontal per GDB, un depurador quant a codi per C, C++ i més llenguatges.", "Description[ca]": "Aquest connector proveeix d'un frontal per GDB, un depurador quant a codi per C, C++ i més llenguatges.", "Description[de]": "Dieses Modul stellt eine Oberfläche für GDB zur Verfügung. GDB ist ein Debugger für C, C++ und weitere Sprachen.", "Description[en_GB]": "This plugin provides a frontend for GDB, a source-level debugger for C, C++ and more.", "Description[es]": "Este complemento proporciona una interfaz para GDB, un depurador de código fuente para C, C++ y otros lenguajes.", "Description[et]": "See plugin pakub GDB kasutajaliidest. GDB on C, C++ ja veel mitme keele lähtekoodi tasandil tegutsev siluja.", "Description[fi]": "Tämä liitännäinen tarjoaa GDB-käyttöliittymän, lähdekooditason virheenpaikantimen C-, C++-kielille ja paljon muuta", "Description[fr]": "Ce module fournit une interface pour GDB, un débogueur niveau source pour le C, C++ et plus.", "Description[gl]": "Este complemento fornece unha interface para GDB, un depurador a nivel do código fonte para C, C++ e outros.", "Description[it]": "Questa estensione fornisce un'interfaccia per GDB, un debugger a livello sorgente per C, C++ e altro.", "Description[nl]": "Deze plugin levert een frontend voor GDB, een broncodedebugger voor C, C++ en meer.", "Description[pl]": "Ta wtyczka udostępnia interfejs do GDB, debuggera dla C, C++ i innych języków.", "Description[pt]": "Este 'plugin' oferece uma interface para o GDB, um depurador de código para C, C++, entre outros.", - "Description[pt_BR]": "Este plugin oferece uma interface para o GDB, um depurador em nível de código fonte para C, C++, entre outros.", + "Description[pt_BR]": "Este plugin oferece uma interface para o GDB, um depurador em nível de código-fonte para C, C++, entre outros.", "Description[sk]": "Tento modul poskytuje rozhranie pre GDB, zdrojový debuger pre C, C++ a ďalšie.", "Description[sl]": "Ta vstavek prinaša začelje za GDB, razhroščevalnik na ravni izvorne kode za C, C++ in več.", "Description[sv]": "Insticksprogrammet tillhandahåller ett gränssnitt till GDB, en källkodsavlusare för C, C++ med mera.", "Description[tr]": "Bu eklenti, C, C++ ve daha fazlası için bir kaynak düzeyinde hata ayıklayıcı olan GDB için bir önuç sağlar.", "Description[uk]": "Цей додаток надає можливість користуватися клієнтським інтерфейсом GDB, зневадника вихідного коду на C, C++ тощо.", "Description[x-test]": "xxThis plugin provides a frontend for GDB, a source-level debugger for C, C++ and more.xx", "Description[zh_CN]": "此插件提供了 GDB 前端,GDB 是一个源码级的 C、C++ 等多语言的调试器。", "Icon": "kdevelop", "Id": "kdevgdb", "License": "GPL", "Name": "GDB Support", "Name[ca@valencia]": "Implementació del GDB", "Name[ca]": "Implementació del GDB", "Name[cs]": "Podpora GDB", "Name[de]": "Unterstützung für GDB", "Name[en_GB]": "GDB Support", "Name[es]": "Implementación de GDB", "Name[et]": "GDB toetus", "Name[fi]": "GDB-tuki", "Name[fr]": "Prise en charge de GDB", "Name[gl]": "Compatibilidade con GDB", "Name[it]": "Supporto per GDB", "Name[nl]": "Ondersteuning voor GDB", "Name[nn]": "GDB-støtte", "Name[pl]": "Obsługa GDB", "Name[pt]": "Suporte para o GDB", "Name[pt_BR]": "Suporte ao GDB", "Name[ru]": "Поддержка GDB", "Name[sk]": "Podpora GDB", "Name[sl]": "Podpora za GDB", "Name[sv]": "GDB-stöd", "Name[tr]": "GDB Desteği", "Name[uk]": "Підтримка GDB", "Name[x-test]": "xxGDB Supportxx", "Name[zh_CN]": "GDB 支持", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Category": "Global", "X-KDevelop-IRequired": [ "org.kdevelop.IExecutePlugin" ], "X-KDevelop-Interfaces": [ "org.kdevelop.IStatus" ], "X-KDevelop-Mode": "GUI" } diff --git a/plugins/problemreporter/kdevproblemreporter.json b/plugins/problemreporter/kdevproblemreporter.json index ed1835d0b1..4ff9489bc9 100644 --- a/plugins/problemreporter/kdevproblemreporter.json +++ b/plugins/problemreporter/kdevproblemreporter.json @@ -1,86 +1,86 @@ { "KPlugin": { "Authors": [ { "Name": "Hamish Rodda", "Name[ca@valencia]": "Hamish Rodda", "Name[ca]": "Hamish Rodda", "Name[cs]": "Hamish Rodda", "Name[de]": "Hamish Rodda", "Name[en_GB]": "Hamish Rodda", "Name[es]": "Hamish Rodda", "Name[et]": "Hamish Rodda", "Name[fr]": "Hamish Rodda", "Name[gl]": "Hamish Rodda", "Name[it]": "Hamish Rodda", "Name[nl]": "Hamish Rodda", "Name[nn]": "Hamish Rodda", "Name[pl]": "Hamish Rodda", "Name[pt]": "Hamish Rodda", "Name[pt_BR]": "Hamish Rodda", "Name[sk]": "Hamish Rodda", "Name[sl]": "Hamish Rodda", "Name[sv]": "Hamish Rodda", "Name[tr]": "Hamish Rodda", "Name[uk]": "Hamish Rodda", "Name[x-test]": "xxHamish Roddaxx", "Name[zh_CN]": "Hamish Rodda" } ], "Category": "Utilities", "Description": "This plugin shows errors in source code.", "Description[ca@valencia]": "Aquest connector permet mostrar errors en el codi font.", "Description[ca]": "Aquest connector permet mostrar errors en el codi font.", "Description[cs]": "Tento zásuvný modul ukazuje chyby ve zdrojovém kódu.", "Description[de]": "Dieses Modul zeigt Fehler im Quelltext an.", "Description[en_GB]": "This plugin shows errors in source code.", "Description[es]": "Este complemento muestra errores en el código fuente.", "Description[et]": "See plugin näitab vigu lähtekoodis.", "Description[fr]": "Ce module affiche les erreurs dans le code source.", "Description[gl]": "Esta extensión mostra erros no código fonte.", "Description[it]": "Questa estensione mostra gli errori nel codice sorgente.", "Description[nl]": "Deze plugin toont fouten in broncode", "Description[pl]": "Ta wtyczka pokazuje błędy w kodzie źródłowym.", "Description[pt]": "Este 'plugin' mostra os erros no código-fonte.", - "Description[pt_BR]": "Este plugin apresenta os erros no código fonte.", + "Description[pt_BR]": "Este plugin apresenta os erros no código-fonte.", "Description[sk]": "Tento plugin ukáže chyby v zdrojovom kóde.", "Description[sl]": "Vstavek prikazuje napake v izvorni kodi.", "Description[sv]": "Insticksprogrammet visar fel i källkod.", "Description[tr]": "Bu eklenti kaynak koddaki hataları gösterir.", "Description[uk]": "За допомогою цього додатка можна переглянути повідомлення про помилки у коді.", "Description[x-test]": "xxThis plugin shows errors in source code.xx", "Description[zh_CN]": "此插件显示源代码中的错误。", "Icon": "emblem-important", "Id": "kdevproblemreporter", "License": "LGPL", "Name": "Problem Reporter View", "Name[ca@valencia]": "Vista del notificador de problemes", "Name[ca]": "Vista del notificador de problemes", "Name[cs]": "Pohled oznamovatele problému", "Name[de]": "Ansicht für Fehlerberichte", "Name[en_GB]": "Problem Reporter View", "Name[es]": "Vista del notificador de problemas", "Name[et]": "Probleemide teavitaja vaade", "Name[fr]": "Vue du rapporteur de problèmes", "Name[gl]": "Vista do relator de problemas", "Name[it]": "Vista segnalazione problemi", "Name[nb]": "Problemmeldervisning", "Name[nl]": "Probleemrapporteuroverzicht", "Name[pl]": "Widok raportów o problemach", "Name[pt]": "Área de Relatórios de Erros", "Name[pt_BR]": "Área do relatórios de erros", "Name[ru]": "Панель диагностики проблем", "Name[sk]": "Pohľad na zadávač problémov", "Name[sl]": "Prikaz poročevalca o težavah", "Name[sv]": "Problemrapporteringsvisning", "Name[tr]": "Sorun Bildirici Görünümü", "Name[uk]": "Перегляд інструмента звітування про проблеми", "Name[x-test]": "xxProblem Reporter Viewxx", "Name[zh_CN]": "错误汇报视图", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Category": "Global", "X-KDevelop-Mode": "GUI" } diff --git a/plugins/sourceformatter/kdevsourceformatter.json b/plugins/sourceformatter/kdevsourceformatter.json index 58a9d91f1d..27cc236c89 100644 --- a/plugins/sourceformatter/kdevsourceformatter.json +++ b/plugins/sourceformatter/kdevsourceformatter.json @@ -1,56 +1,56 @@ { "KPlugin": { "Category": "Utilities", "Description": "Configure which style should be used for formatting of the sourcecode in a project.", "Description[ca@valencia]": "Configura quin estil s'ha d'usar per a formatar el codi font d'un projecte.", "Description[ca]": "Configura quin estil s'ha d'usar per a formatar el codi font d'un projecte.", "Description[de]": "Einstellung des Formatierungsstils für den Quelltext in einem Projekt.", "Description[en_GB]": "Configure which style should be used for formatting of the sourcecode in a project.", "Description[es]": "Configurar el estilo que se debe usar para formatear el código fuente de un proyecto.", "Description[fr]": "Configurer le style de formatage du code source dans les projets.", "Description[gl]": "Configurar o estilo para usar para formatar o código fonte nun proxecto.", "Description[it]": "Configura lo stile che sarà usato per formattare il codice sorgente in un progetto.", "Description[nl]": "Configureer welke stijl gebruikt moet worden voor formattering van de broncode in een project.", "Description[pl]": "Określ zapis kodu źródłowego w projekcie.", "Description[pt]": "Configura o estilo que deve ser usado para formatar o código-fonte num projecto.", - "Description[pt_BR]": "Configura o estilo que deverá ser usado na formatação do código fonte em um projeto.", + "Description[pt_BR]": "Configura o estilo que deverá ser usado na formatação do código-fonte em um projeto.", "Description[sk]": "Nastavte, aký štýl sa má použiť na formátovanie zdrojového kódu v projekte.", "Description[sl]": "Nastavite, kateri slog naj bo v projektu uporabljen za oblikovanje izvorne kode.", "Description[sv]": "Anpassa vilken stil som ska användas för att formatera källkoden i ett projekt.", "Description[tr]": "Bir projedeki kaynak kodun biçimlendirilmesi için hangi biçimin kullanılması gerektiğini yapılandırın.", "Description[uk]": "Налаштувати стиль, який буде використано для форматування початкового коду у проекті.", "Description[x-test]": "xxConfigure which style should be used for formatting of the sourcecode in a project.xx", "Description[zh_CN]": "配置工程中源代码应使用哪个样式进行格式化。", "Icon": "text-field", "Id": "kdevsourceformatter", "Name": "Source Formatter", "Name[ca@valencia]": "Formatador del codi font", "Name[ca]": "Formatador del codi font", "Name[cs]": "Formátovač zdroje", "Name[de]": "Quelltextformatierer", "Name[en_GB]": "Source Formatter", "Name[es]": "Formateador de código fuente", "Name[fr]": "Formateur de sources", "Name[gl]": "Formatador de código", "Name[it]": "Formattatore sorgenti", "Name[nb]": "Kildeformattering", "Name[nl]": "Broncode-formatteerprogramma", "Name[pl]": "Formatowanie źródeł", "Name[pt]": "Formatação de Código", "Name[pt_BR]": "Formatador de código", "Name[ru]": "Форматирование кода", "Name[sk]": "Formátovač zdroja", "Name[sl]": "Oblikovalnik izvorne kode", "Name[sv]": "Källkodsformatering", "Name[tr]": "Kaynak Biçimlendirici", "Name[uk]": "Форматування коду", "Name[x-test]": "xxSource Formatterxx", "Name[zh_CN]": "源代码格式化器", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Category": "Project", "X-KDevelop-LoadMode": "AlwaysOn", "X-KDevelop-Mode": "GUI" }