diff --git a/docs/kdevphpdocs.json b/docs/kdevphpdocs.json index 6153c8b..c74e961 100644 --- a/docs/kdevphpdocs.json +++ b/docs/kdevphpdocs.json @@ -1,66 +1,68 @@ { "KPlugin": { "Authors": [ { "Name": "Milian Wolff", "Name[x-test]": "xxMilian Wolffxx" } ], "Category": "Documentation", "Description": "This plugin integrates PHP.net online documentation.", "Description[ca@valencia]": "Este connector integra la documentació en línia de PHP.net.", "Description[ca]": "Aquest connector integra la documentació en línia de PHP.net.", "Description[de]": "Dieses Modul integriert die Online-Dokumentation von PHP.net.", "Description[es]": "Este complemento integra la documentación en línea de PHP.net.", "Description[fi]": "Tämä liitännäinen integroi PHP.net-dokumentaation.", "Description[fr]": "Ce module intègre la documentation en ligne de PHP.net.", "Description[gl]": "Este complemento integra a documentación en liña de PHP.net", "Description[it]": "Questa estensione integra la documentazione online di PHP.net.", "Description[ko]": "PHP.net 온라인 문서를 통합합니다.", "Description[nl]": "Deze plugin integreert PHP.net online-documentatie.", "Description[pl]": "Wtyczka ta integruje dokumentację internetową PHP.net.", "Description[pt]": "Este 'plugin' integra-se com a documentação 'online' do PHP.net.", "Description[pt_BR]": "Este plugin integra a documentação online do PHP.net.", "Description[sk]": "Tento plugin integruje online dokumentáciu PHP.net.", "Description[sl]": "Ta vstavek vključuje spletno dokumentacijo za PHP.", "Description[sv]": "Insticksprogrammet integrerar Internet-dokumentationen från PHP.net.", + "Description[tr]": "Bu eklenti, PHP çevrimiçi belgelendirmesini entegre eder.", "Description[uk]": "За допомогою цього додатка можна інтегрувати документацію PHP.net.", "Description[x-test]": "xxThis plugin integrates PHP.net online documentation.xx", "Description[zh_CN]": "此插件集成了 PHP.net 的在线文档。", "Icon": "application-x-php", "Id": "kdevphpdocs", "License": "GPL", "Name": "PHP Documentation", "Name[ca@valencia]": "Documentació de PHP", "Name[ca]": "Documentació de PHP", "Name[cs]": "Dokumentace PHP", "Name[de]": "PHP-Dokumentation", "Name[es]": "Documentación de PHP", "Name[fi]": "PHP-dokumentaatio", "Name[fr]": "Documentation PHP", "Name[gl]": "Documentación de PHP", "Name[it]": "Documentazione PHP", "Name[ko]": "PHP 문서", "Name[nl]": "PHP-documentatie", "Name[pl]": "Dokumentacja PHP", "Name[pt]": "Documentação de PHP", "Name[pt_BR]": "Documentação de PHP", "Name[ru]": "Документация к PHP", "Name[sk]": "Dokumentácia PHP", "Name[sl]": "Dokumentacija za PHP", "Name[sv]": "PHP-dokumentation", + "Name[tr]": "PHP Belgelendirmesi", "Name[uk]": "Документація з PHP", "Name[x-test]": "xxPHP Documentationxx", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Category": "Global", "X-KDevelop-IRequired": [ "org.kdevelop.PHPSupport" ], "X-KDevelop-Interfaces": [ "org.kdevelop.IDocumentationProvider" ], "X-KDevelop-Mode": "GUI" } diff --git a/kdevphpsupport.json b/kdevphpsupport.json index 8db91d1..29c4b6d 100644 --- a/kdevphpsupport.json +++ b/kdevphpsupport.json @@ -1,67 +1,69 @@ { "KPlugin": { "Category": "Language Support", "Description": "PHP Language Support", "Description[ca@valencia]": "Implementació del llenguatge PHP", "Description[ca]": "Implementació del llenguatge PHP", "Description[cs]": "Podpora jazyka PHP", "Description[de]": "Sprachunterstützung für PHP", "Description[es]": "Implementación del lenguaje PHP", "Description[fi]": "PHP-kielituki", "Description[fr]": "Prise en charge du langage PHP", "Description[gl]": "Compatibilidade coa linguaxe PHP", "Description[it]": "Supporto al linguaggio PHP", "Description[ko]": "PHP 언어 지원", "Description[nl]": "Ondersteuning van de PHP-taal", "Description[pl]": "Obsługa języka PHP", "Description[pt]": "Suporte da Linguagem PHP", "Description[pt_BR]": "Suporte à linguagem PHP", "Description[ru]": "Поддержка языка программирования PHP", "Description[sk]": "Jazyková podpora PHP", "Description[sl]": "Podpora jeziku PHP", "Description[sv]": "PHP-språkstöd", + "Description[tr]": "PHP Dili Desteği", "Description[uk]": "Підтримка мови PHP", "Description[x-test]": "xxPHP Language Supportxx", "Description[zh_CN]": "PHP 语言支持", "Icon": "application-x-php", "Id": "KDevPhpSupport", "Name": "PHP Language Support", "Name[ca@valencia]": "Implementació del llenguatge PHP", "Name[ca]": "Implementació del llenguatge PHP", "Name[cs]": "Podpora jazyka PHP", "Name[de]": "Sprachunterstützung für PHP", "Name[es]": "Implementación del lenguaje PHP", "Name[fi]": "PHP-kielituki", "Name[fr]": "Prise en charge du langage PHP", "Name[gl]": "Compatibilidade coa linguaxe PHP", "Name[it]": "Supporto al linguaggio PHP", "Name[ko]": "PHP 언어 지원", "Name[nl]": "Ondersteuning van de PHP-taal", "Name[pl]": "Obsługa języka PHP", "Name[pt]": "Suporte da Linguagem PHP", "Name[pt_BR]": "Suporte à linguagem PHP", "Name[ru]": "Поддержка PHP", "Name[sk]": "Jazyková podpora PHP", "Name[sl]": "Podpora jeziku PHP", "Name[sv]": "PHP-språkstöd", + "Name[tr]": "PHP Dili Desteği", "Name[uk]": "Підтримка мови PHP", "Name[x-test]": "xxPHP Language Supportxx", "Name[zh_CN]": "PHP 语言支持", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Args": "PHP", "X-KDevelop-Interfaces": [ "ILanguageSupport", "org.kdevelop.PHPSupport" ], "X-KDevelop-Languages": [ "Php" ], "X-KDevelop-LoadMode": "AlwaysOn", "X-KDevelop-Mode": "NoGUI", "X-KDevelop-SupportedMimeTypes": [ "application/x-php" ] }