diff --git a/kdevplatform/interfaces/kdevelopplugin.desktop b/kdevplatform/interfaces/kdevelopplugin.desktop index 82bd1316fb..0e90492987 100644 --- a/kdevplatform/interfaces/kdevelopplugin.desktop +++ b/kdevplatform/interfaces/kdevelopplugin.desktop @@ -1,82 +1,83 @@ [Desktop Entry] Type=ServiceType X-KDE-ServiceType=KDevelop/Plugin X-KDE-Derived=KPluginInfo Name=KDevelop Plugin Name[bg]=KDevelop приставка Name[ca]=Connector del KDevelop Name[ca@valencia]=Connector del KDevelop Name[cs]=Modul KDevelop +Name[de]=KDevelop-Modul Name[es]=Complemento de KDevelop Name[fr]=Module externe pour KDevelop Name[hr]=KDevelop priključak Name[it]=Estensione per KDevelop Name[nb]=KDevelop programtillegg Name[nl]=Plugin van KDevelop Name[pl]=Wtyczka do KDevelopa Name[pt]='Plugin' do KDevelop Name[sk]=Plugin KDevelop Name[sv]=KDevelop-insticksprogram Name[uk]=Додаток KDevelop Name[x-test]=xxKDevelop Pluginxx Name[zh_CN]=KDevelop 插件 # mandatory, versioning - prevent DLL hell [PropertyDef::X-KDevelop-Version] Type=int # optional, determines whether a plugin is loaded only after # a project is opened, or is a global plugin. # If it is not set, the plugin can only be loaded by the # user or via requesting one of its dependencies # allowed values: Global, Project [PropertyDef::X-KDevelop-Category] Type=QString # mandatory, GUI-Operation Mode, determines whether a plugin # can work without having a mainwindow/partcontroller # running # allowed values: GUI, NoGUI [PropertyDef::X-KDevelop-Mode] Type=QString # optional, Interfaces that a plugin implements # usually values start with org.kdevelop [PropertyDef::X-KDevelop-Interfaces] Type=QStringList # optional, interfaces that this plugin depends # on [PropertyDef::X-KDevelop-IRequired] Type=QStringList # optional, interfaces that this plugin can use, # but the plugin still works if the interfaces are # not available. [PropertyDef::X-KDevelop-IOptional] Type=QStringList # optional, mimetypes supported by a language plugin [PropertyDef::X-KDevelop-SupportedMimeTypes] Type=QStringList # optional, languages supported by a language plugin # Example language names: "C", "C++", "Objective-C", "CMake" [PropertyDef::X-KDevelop-Languages] Type=QStringList # optional, defines whether the plugin can be disabled # by the user. Possible values are "AlwaysOn" and "UserSelectable". # If the property is missing then UserSelectable is assumed [PropertyDef::X-KDevelop-LoadMode] Type=QString # optional, list of filters for "projectfiles" for the project plugin # For example: Makefile,Makefile.* for Makefile's [PropertyDef::X-KDevelop-ProjectFilesFilter] Type=QStringList # optional, description for the projectfiles filter [PropertyDef::X-KDevelop-ProjectFilesFilterDescription] Type=QString diff --git a/plugins/genericprojectmanager/kdevgenericmanager.json b/plugins/genericprojectmanager/kdevgenericmanager.json index e24f26ad96..214da74993 100644 --- a/plugins/genericprojectmanager/kdevgenericmanager.json +++ b/plugins/genericprojectmanager/kdevgenericmanager.json @@ -1,64 +1,65 @@ { "KPlugin": { "Authors": [ { "Name": "Milian Wolff", "Name[x-test]": "xxMilian Wolffxx" } ], "Category": "Project Management", "Description": "Allow KDevelop to manage generic projects", "Description[ca@valencia]": "Permet al KDevelop gestionar projectes genèrics", "Description[ca]": "Permet al KDevelop gestionar projectes genèrics", + "Description[de]": "Zum Verwalten allgemeiner Projekte in KDevelop", "Description[es]": "Permite que KDevelop gestione proyectos genéricos", "Description[fr]": "Permet à KDevelop de gérer des projets génériques", "Description[it]": "Permette a KDevelop di gestire progetti generici", "Description[nl]": "Sta toe dat KDevelop generieke projecten beheert", "Description[pl]": "Zezwól KDevelopowi na zarządzanie zwykłymi projektami", "Description[pt]": "Permitir ao KDevelop gerir projectos genéricos", "Description[sk]": "Povoliť KDevelopu spravovať všeobecné projekty", "Description[sv]": "Tillåter att KDevelop hanterar generella projekt", "Description[uk]": "За допомогою цього додатка можна увімкнути керування загальними проектами у KDevelop", "Description[x-test]": "xxAllow KDevelop to manage generic projectsxx", "Description[zh_CN]": "允许 KDevelop 管理常规工程", "Icon": "kdevelop", "Id": "KDevGenericManager", "Name": "Generic Project Manager", "Name[bg]": "Най-общ манипулатор на проект", "Name[ca@valencia]": "Gestor de projectes genèric", "Name[ca]": "Gestor de projectes genèric", "Name[cs]": "Obecný správce projektů", "Name[da]": "Håndtering af generisk projekt", "Name[de]": "Allgemeine Projektverwaltung", "Name[el]": "Γενικευμένος διαχειριστής έργου", "Name[es]": "Gestor de proyectos genérico", "Name[et]": "Üldine projektihaldur", "Name[fr]": "Gestionnaire de projets générique", "Name[hu]": "Általános projektkezelő", "Name[it]": "Gestore progetto generico", "Name[kk]": "Жалпы жоба менеджері", "Name[nb]": "Generisk prosjektbehandler", "Name[nds]": "Allmeen Projektpleger", "Name[nl]": "Generieke projectenbeheerder", "Name[pa]": "ਆਮ ਪਰੋਜੈਕਟ ਮੈਨੇਜਰ", "Name[pl]": "Zwykłe zarządzanie projektami", "Name[pt]": "Gestor de Projectos Genérico", "Name[ru]": "Управление произвольными проектами", "Name[sk]": "Všeobecný správca projektov", "Name[sv]": "Generell projekthantering", "Name[ug]": "ئادەتتىكى قۇرۇلۇش باشقۇرغۇچ", "Name[uk]": "Звичайний засіб керування проектом", "Name[x-test]": "xxGeneric Project Managerxx", "Name[zh_CN]": "常规工程管理器", "Name[zh_TW]": "一般專案管理員", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Category": "Project", "X-KDevelop-FileManager": "None", "X-KDevelop-Interfaces": [ "org.kdevelop.IProjectFileManager" ], "X-KDevelop-Mode": "GUI" } diff --git a/plugins/standardoutputview/kdevstandardoutputview.json b/plugins/standardoutputview/kdevstandardoutputview.json index 017f19ad67..3f05af93c2 100644 --- a/plugins/standardoutputview/kdevstandardoutputview.json +++ b/plugins/standardoutputview/kdevstandardoutputview.json @@ -1,59 +1,60 @@ { "KPlugin": { "Category": "Core", "Description": "Provides a text output tool view for other plugins to use, to show things like compiler messages.", "Description[ca@valencia]": "Proporciona una vista d'eina d'eixida de text per a utilitzar en altres connectors, per a visualitzar missatges del compilador, per exemple.", "Description[ca]": "Proporciona una vista d'eina de sortida de text per a utilitzar en altres connectors, per a visualitzar missatges del compilador, per exemple.", + "Description[de]": "Stellt eine Textausgabe für andere Module zur Verfügung, um Informationen wie Compiler-Nachrichten anzuzeigen.", "Description[es]": "Proporciona un visor de salida de texto para que otros complementos muestren cosas como mensajes del compilador, por ejemplo.", "Description[it]": "Fornisce una vista degli strumenti testuale che può essere usata dalla estensioni per mostrare cose come i messaggi del compilatore.", "Description[nl]": "Levert tekstuitvoer van hulpmiddelen voor andere te gebruiken plugins, om zaken te tonen zoals berichten van compilers.", "Description[pl]": "Zapewnia widok narzędzia wyjścia tekstu dla wykorzystania w innych wtyczkach, aby pokazać rzeczy takie jak komunikaty kompilatora.", "Description[pt]": "Oferece uma área de texto para os outros 'plugins' usarem, para apresentar algumas coisas, como as mensagens do compilador.", "Description[sv]": "Tillhandahåller en verktygsvy för textutmatning som andra insticksprogram kan använda för att visa saker som kompilatormeddelanden.", "Description[uk]": "Забезпечує роботу панелі показу текстових даних інших додатків, зокрема попереджень компілятора.", "Description[x-test]": "xxProvides a text output tool view for other plugins to use, to show things like compiler messages.xx", "Icon": "kdevelop", "Id": "KDevStandardOutputView", "Name": "Output View", "Name[ar]": "عرض الخَرْج", "Name[bg]": "Преглед на резултата", "Name[bs]": "Pregled izlaza", "Name[ca@valencia]": "Vista de l'eixida", "Name[ca]": "Vista de la sortida", "Name[cs]": "Pohled na výstup", "Name[da]": "Visning af output", "Name[de]": "Ansicht für Ausgaben", "Name[el]": "Προβολή αποτελεσμάτων", "Name[es]": "Vista de la salida", "Name[et]": "Väljundivaade", "Name[fr]": "Vue de la sortie", "Name[ga]": "Amharc Aschurtha", "Name[gl]": "Vista da saída", "Name[hu]": "Kimenet nézet", "Name[it]": "Vista output", "Name[kk]": "Шығыс көрінісі", "Name[nb]": "Utdata-visning", "Name[nds]": "Utgaavansicht", "Name[nl]": "Uitvoerweergave", "Name[pl]": "Widok wyjścia", "Name[pt]": "Área de Resultados", "Name[pt_BR]": "Área de resultados", "Name[ru]": "Панель вывода", "Name[sk]": "Pohľad na výstup", "Name[sl]": "Prikaz izhoda", "Name[sv]": "Utmatningsvisning", "Name[tr]": "Çıktı Görünümü", "Name[ug]": "چىقىرىش كۆرۈنۈشى", "Name[uk]": "Перегляд виводу", "Name[x-test]": "xxOutput Viewxx", "Name[zh_CN]": "输出视图", "Name[zh_TW]": "輸出檢視", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Interfaces": [ "org.kdevelop.IOutputView" ], "X-KDevelop-Mode": "GUI" }