diff --git a/plugins/qmljs/kdevqmljs.json b/plugins/qmljs/kdevqmljs.json index 7251f4788d..9ae7ee7dce 100644 --- a/plugins/qmljs/kdevqmljs.json +++ b/plugins/qmljs/kdevqmljs.json @@ -1,55 +1,57 @@ { "KPlugin": { "Category": "Language Support", "Description": "QML/JS language support (based on qmljs from QtCreator)", + "Description[ca@valencia]": "Implementació dels llenguatges QML/JS (basats en el «qmljs» del QtCreator)", "Description[ca]": "Implementació dels llenguatges QML/JS (basats en el «qmljs» del QtCreator)", + "Description[es]": "Implementación del lenguaje QML/JS (basado en qmljs de QtCreator)", "Description[gl]": "Compatibilidade con QML/JS (baseada en qmljs de QtCreator)", "Description[nl]": "Taalondersteuning voor QML/JS (gebaseerd op qmljs uit QtCreator)", "Description[pt]": "Suporte para a linguagem QML/JS (baseado no 'qmljs' do QtCreator)", "Description[sv]": "QML/JS språkstöd (baserat på qmljs från QtCreator)", "Description[uk]": "Підтримка мови QML/JS (на основі qmljs з QtCreator)", "Description[x-test]": "xxQML/JS language support (based on qmljs from QtCreator)xx", "Icon": "text-x-qml", "Id": "kdevqmljs", "License": "GPL", "Name": "QML Support", "Name[ca@valencia]": "Implementació del QML", "Name[ca]": "Implementació del QML", "Name[cs]": "Podpora QML", "Name[de]": "Unterstützung für QML", "Name[en_GB]": "QML Support", "Name[es]": "Implementación de QML", "Name[fi]": "QML-tuki", "Name[fr]": "Prise en charge de QML", "Name[gl]": "Compatibilidade con QML", "Name[hu]": "QML támogatás", "Name[it]": "Supporto per QML", "Name[nl]": "Ondersteuning voor QML", "Name[pl]": "Obsługa QML", "Name[pt]": "Suporte para o QML", "Name[pt_BR]": "Suporte à QML", "Name[ru]": "Поддержка QML", "Name[sk]": "Podpora QML", "Name[sl]": "Podpora za QML", "Name[sv]": "QML-stöd", "Name[tr]": "QML Desteği", "Name[uk]": "Підтримка QML", "Name[x-test]": "xxQML Supportxx", "Name[zh_CN]": "QML 支持", "ServiceTypes": [ "KDevelop/Plugin" ] }, "X-KDevelop-Interfaces": [ "ILanguageSupport" ], "X-KDevelop-Languages": [ "QML/JS", "JavaScript" ], "X-KDevelop-Mode": "NoGUI", "X-KDevelop-SupportedMimeTypes": [ "text/x-qml", "application/javascript" ] }