kdeconnect-kde/plugins/telephony/kdeconnect_telephony.json
Simon Redman bcc9fb06db Split SMS and Telephony plugin on desktop
Summary:
Telephony and SMS handling are quite distinct so they should be in separate plugins for better maintainability, given that @sredman has big plans with SMS.
This diff should be fully backwards compatible, but whether we really want to do that is up to discussion

Test Plan: Only supeficially tested. Receive an SMS (old way), Notification is shown

Reviewers: #kde_connect, sredman

Reviewed By: sredman

Subscribers: albertvaka, apol, sredman, kdeconnect, #kde_connect

Tags: #kde_connect

Differential Revision: https://phabricator.kde.org/D13594
2018-09-10 11:31:05 +02:00

97 lines
5.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"KPlugin": {
"Authors": [
{
"Email": "albertvaka@gmail.com",
"Name": "Albert Vaca",
"Name[sr@ijekavian]": "Алберт Вака Синтора",
"Name[sr@ijekavianlatin]": "Albert Vaka Sintora",
"Name[sr@latin]": "Albert Vaka Sintora",
"Name[sr]": "Алберт Вака Синтора",
"Name[x-test]": "xxAlbert Vacaxx"
}
],
"Description": "Show notifications for calls and SMS",
"Description[ar]": "أظهر إخطارات المكالمات والرّسائل",
"Description[ca@valencia]": "Mostra les notificacions de les trucades i els SMS",
"Description[ca]": "Mostra les notificacions de les trucades i els SMS",
"Description[cs]": "Zobrazit upozornění pro telefonáty a SMS",
"Description[da]": "Vis bekendtgørelser for opkald og sms",
"Description[de]": "Benachrichtigungen für Anrufe und SMS anzeigen",
"Description[el]": "Εμφάνιση ειδοποιήσεων για κλήσεις και SMS",
"Description[es]": "Mostrar notificaciones de llamadas y SMS",
"Description[et]": "Kõnede ja SMS-ide märguannete näitamine",
"Description[eu]": "Erakutsi deien eta SMS mezuen jakinarazpenak",
"Description[fi]": "Näytä puhelujen ja tekstiviestien ilmoitukset",
"Description[fr]": "Affichez les notifications pour les appels et les SMS",
"Description[gl]": "Mostrar notificacións de chamadas e mensaxes SMS.",
"Description[id]": "Tampilkan notifikasi untuk panggilan dan SMS",
"Description[it]": "Mostra notifiche per le chiamate e per gli SMS",
"Description[ko]": "통화와 SMS 알림 표시",
"Description[nl]": "Meldingen tonen van oproepen en SMSjes",
"Description[nn]": "Vis varslingar for oppringingar og SMS",
"Description[pl]": "Powiadamiaj o dzwonieniu i esemesach",
"Description[pt]": "Mostrar notificações para as chamadas e SMS",
"Description[pt_BR]": "Mostra notificações para chamadas e SMS",
"Description[ru]": "Показ уведомлений для звонков и SMS",
"Description[sr@ijekavian]": "Приказује обавештења за позиве и СМС",
"Description[sr@ijekavianlatin]": "Prikazuje obaveštenja za pozive i SMS",
"Description[sr@latin]": "Prikazuje obaveštenja za pozive i SMS",
"Description[sr]": "Приказује обавештења за позиве и СМС",
"Description[sv]": "Visa underrättelser om samtal och SMS",
"Description[tr]": "Çağrı ve SMS'ler için bildirim göster",
"Description[uk]": "Показ сповіщень щодо дзвінків і SMS",
"Description[x-test]": "xxShow notifications for calls and SMSxx",
"Description[zh_CN]": "显示来电和短信通知",
"Description[zh_TW]": "顯示來電與短訊通知",
"EnabledByDefault": true,
"Icon": "call-start",
"Id": "kdeconnect_telephony",
"License": "GPL",
"Name": "Telephony integration",
"Name[ar]": "تكامل الهاتف",
"Name[ca@valencia]": "Integració amb la telefonia",
"Name[ca]": "Integració amb la telefonia",
"Name[cs]": "Integrace telefonu",
"Name[da]": "Integration af telefoni",
"Name[de]": "Telefon-Integration",
"Name[el]": "Ενσωμάτωση τηλεφωνίας",
"Name[es]": "Integración con el teléfono",
"Name[et]": "Telefoniga lõimimine",
"Name[eu]": "Telefoniarekin integrazioa",
"Name[fi]": "Puhelinintegrointi",
"Name[fr]": "Intégration de la téléphonie",
"Name[gl]": "Integración telefónica",
"Name[hu]": "Telefonintegráció",
"Name[it]": "Integrazione telefonica",
"Name[ko]": "전화 통합",
"Name[nl]": "Telefoonintegratie",
"Name[nn]": "Telefonintegrering",
"Name[pl]": "Integracja z telefonem",
"Name[pt]": "Integração telefónica",
"Name[pt_BR]": "Integração telefônica",
"Name[ru]": "Интеграция телефонии",
"Name[sk]": "Integrácia telefónie",
"Name[sr@ijekavian]": "Интегрисана телефонија",
"Name[sr@ijekavianlatin]": "Integrisana telefonija",
"Name[sr@latin]": "Integrisana telefonija",
"Name[sr]": "Интегрисана телефонија",
"Name[sv]": "Integrering av telefoni",
"Name[tr]": "Telefon tümleştirmesi",
"Name[uk]": "Інтеграція з системою телефонії",
"Name[x-test]": "xxTelephony integrationxx",
"Name[zh_CN]": "Telephony 集成",
"Name[zh_TW]": "集成電話",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "http://albertvaka.wordpress.com"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.telephony.request"
],
"X-KdeConnect-SupportedPacketType": [
"kdeconnect.telephony"
]
}