Merge branch 'master' into sslrefactor
This commit is contained in:
commit
1d98bd3cbe
20 changed files with 80 additions and 84 deletions
|
@ -299,7 +299,7 @@
|
|||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><html><head/><body><p>If you own Android device, make sure to install the <a href="https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"><span style=" text-decoration: underline; color:#0000ff;">KDE Connect Android app</span></a> (also available <a href="https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"><span style=" text-decoration: underline; color:#0000ff;">from F-Droid</span></a>) and it should appear in the list.</p></body></html></string>
|
||||
<string><html><head/><body><p>If you own an Android device, make sure to install the <a href="https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"><span style=" text-decoration: underline; color:#0000ff;">KDE Connect Android app</span></a> (also available <a href="https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"><span style=" text-decoration: underline; color:#0000ff;">from F-Droid</span></a>) and it should appear in the list.</p></body></html></string>
|
||||
</property>
|
||||
<property name="textFormat">
|
||||
<enum>Qt::RichText</enum>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
<name xml:lang="en-GB">KDE Connect</name>
|
||||
<name xml:lang="es">KDE Connect</name>
|
||||
<name xml:lang="fi">KDE Connect</name>
|
||||
<name xml:lang="fr">KDE Connect</name>
|
||||
<name xml:lang="gl">KDE Connect</name>
|
||||
<name xml:lang="it">KDE Connect</name>
|
||||
<name xml:lang="ko">KDE Connect</name>
|
||||
|
@ -34,6 +35,7 @@
|
|||
<summary xml:lang="en-GB">Seamless connection of your devices</summary>
|
||||
<summary xml:lang="es">Conexión sin interrupciones de sus dispositivos</summary>
|
||||
<summary xml:lang="fi">Saumaton yhteys laitteisiisi</summary>
|
||||
<summary xml:lang="fr">Connecter vos périphériques avec facilité</summary>
|
||||
<summary xml:lang="gl">Conexión constante entre dispositivos</summary>
|
||||
<summary xml:lang="it">Connessione trasparente dei tuoi dispositivi</summary>
|
||||
<summary xml:lang="ko">장치와 항상 연결하기</summary>
|
||||
|
@ -57,6 +59,7 @@
|
|||
<p xml:lang="en-GB">KDE Connect provides integration between your Android phone and your desktop.</p>
|
||||
<p xml:lang="es">KDE Connect proporciona integración entre su teléfono Android y su escritorio.</p>
|
||||
<p xml:lang="fi">KDE Connect tarjoaa integraation Android-puhelimesi ja työpöytäsi välillä.</p>
|
||||
<p xml:lang="fr">KDE Connect permet d'intégrer votre téléphone Android avec votre bureau.</p>
|
||||
<p xml:lang="gl">KDE Connect fornece integración entre os seus teléfonos con Android e o seu computador de escritorio.</p>
|
||||
<p xml:lang="it">KDE Connect fornisce integrazione tra il tuo telefono Android e il tuo desktop.</p>
|
||||
<p xml:lang="ko">KDE Connect는 안드로이드 휴대폰과 데스크톱을 연결합니다.</p>
|
||||
|
@ -88,6 +91,7 @@
|
|||
<project_group xml:lang="en-GB">KDE Connect</project_group>
|
||||
<project_group xml:lang="es">KDE Connect</project_group>
|
||||
<project_group xml:lang="fi">KDE Connect</project_group>
|
||||
<project_group xml:lang="fr">KDE Connect</project_group>
|
||||
<project_group xml:lang="gl">KDE Connect</project_group>
|
||||
<project_group xml:lang="it">KDE Connect</project_group>
|
||||
<project_group xml:lang="ko">KDE Connect</project_group>
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "albertvaka@gmail.com",
|
||||
"Name": "Albert Vaca"
|
||||
"Name": "Albert Vaca",
|
||||
"Name[x-test]": "xxAlbert Vacaxx"
|
||||
}
|
||||
],
|
||||
"Description": "Show your phone battery next to your computer battery",
|
||||
|
@ -12,8 +13,8 @@
|
|||
"Description[ca@valencia]": "Mostra la bateria del telèfon al costat de la bateria de l'ordinador",
|
||||
"Description[ca]": "Mostra la bateria del telèfon al costat de la bateria de l'ordinador",
|
||||
"Description[cs]": "Zobrazit baterii vedle baterie počítače",
|
||||
"Description[da]": "Vis dit telefonbatteri ved siden af dit computerbatteri",
|
||||
"Description[de]": "Zeigt den Akku Ihres Telefons neben dem Akku des Rechners",
|
||||
"Description[en_GB]": "Show your phone battery next to your computer battery",
|
||||
"Description[es]": "Mostrar la batería del teléfono junto a la batería del equipo",
|
||||
"Description[fi]": "Näytä puhelimesi akku tietokoneen akun rinnalla",
|
||||
"Description[gl]": "Mostra o nivel de batería do teléfono canda o nivel de batería do computador.",
|
||||
|
@ -41,8 +42,8 @@
|
|||
"Name[ca@valencia]": "Monitor de la bateria",
|
||||
"Name[ca]": "Monitor de la bateria",
|
||||
"Name[cs]": "Monitor baterie",
|
||||
"Name[da]": "Batteriovervågning",
|
||||
"Name[de]": "Akkuüberwachung",
|
||||
"Name[en_GB]": "Battery monitor",
|
||||
"Name[es]": "Monitor de batería",
|
||||
"Name[fi]": "Akkuvalvonta",
|
||||
"Name[gl]": "Vixilante da batería",
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "albertvaka@gmail.com",
|
||||
"Name": "Albert Vaca"
|
||||
"Name": "Albert Vaca",
|
||||
"Name[x-test]": "xxAlbert Vacaxx"
|
||||
}
|
||||
],
|
||||
"Description": "Share the clipboard between devices",
|
||||
|
@ -12,8 +13,8 @@
|
|||
"Description[ca@valencia]": "Comparteix el porta-retalls entre dispositius",
|
||||
"Description[ca]": "Comparteix el porta-retalls entre dispositius",
|
||||
"Description[cs]": "Sdílet obsah schránky mezi zařízeními",
|
||||
"Description[da]": "Del udklipsholderen mellem enheder",
|
||||
"Description[de]": "Die Zwischenablage mit Geräten teilen",
|
||||
"Description[en_GB]": "Share the clipboard between devices",
|
||||
"Description[es]": "Compartir portapapeles entre dispositivos",
|
||||
"Description[fi]": "Jaa leikepöytä laitteiden välillä",
|
||||
"Description[gl]": "Comparta o portapapeis entre os dispositivos.",
|
||||
|
@ -41,8 +42,8 @@
|
|||
"Name[ca@valencia]": "Porta-retalls",
|
||||
"Name[ca]": "Porta-retalls",
|
||||
"Name[cs]": "Schránka",
|
||||
"Name[da]": "Udklipsholder",
|
||||
"Name[de]": "Zwischenablage",
|
||||
"Name[en_GB]": "Clipboard",
|
||||
"Name[es]": "Portapapeles",
|
||||
"Name[fi]": "Leikepöytä",
|
||||
"Name[gl]": "Portapapeis",
|
||||
|
|
|
@ -3,11 +3,13 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "apparle@gmail.com",
|
||||
"Name": "Apoorv Parle"
|
||||
"Name": "Apoorv Parle",
|
||||
"Name[x-test]": "xxApoorv Parlexx"
|
||||
},
|
||||
{
|
||||
"Email": "davidedmundson@kde.org",
|
||||
"Name": "David Edmundson"
|
||||
"Name": "David Edmundson",
|
||||
"Name[x-test]": "xxDavid Edmundsonxx"
|
||||
}
|
||||
],
|
||||
"Description": "Find your lost phone by making it play an alarm sound ",
|
||||
|
@ -15,7 +17,6 @@
|
|||
"Description[ca@valencia]": "Troba el vostra telèfon perdut fent que reproduïsca un so d'alarma ",
|
||||
"Description[ca]": "Troba el vostra telèfon perdut fent que reprodueixi un so d'alarma ",
|
||||
"Description[cs]": "Najděte dsvůj telefon tím, že jej necháte přehrát zvuk upomínky",
|
||||
"Description[en_GB]": "Find your lost phone by making it play an alarm sound ",
|
||||
"Description[es]": "Encuentre su teléfono perdido haciéndole reproducir un sonido de alarma",
|
||||
"Description[fi]": "Löydä hukkaamasi puhelin laittamalla se soittamaan hälytysääntä ",
|
||||
"Description[gl]": "Reproducir un son de alarma nun teléfono móbil perdido para atopalo.",
|
||||
|
@ -42,7 +43,6 @@
|
|||
"Name[ca@valencia]": "Troba el meu telèfon",
|
||||
"Name[ca]": "Troba el meu telèfon",
|
||||
"Name[cs]": "Najít můj telefon",
|
||||
"Name[en_GB]": "Find My Phone",
|
||||
"Name[es]": "Encontrar mi teléfono",
|
||||
"Name[fi]": "Löydä puhelimeni",
|
||||
"Name[gl]": "Atopar o móbil",
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "aleixpol@kde.org",
|
||||
"Name": "Aleix Pol"
|
||||
"Name": "Aleix Pol",
|
||||
"Name[x-test]": "xxAleix Polxx"
|
||||
}
|
||||
],
|
||||
"Description": "Locks your systems",
|
||||
|
@ -12,8 +13,8 @@
|
|||
"Description[ca@valencia]": "Bloqueja els vostres sistemes",
|
||||
"Description[ca]": "Bloqueja els vostres sistemes",
|
||||
"Description[cs]": "Zamkne vaše systémy",
|
||||
"Description[da]": "Låser dine systemer",
|
||||
"Description[de]": "Sperrt Ihre Systeme",
|
||||
"Description[en_GB]": "Locks your systems",
|
||||
"Description[es]": "Bloquear sus sistemas",
|
||||
"Description[fi]": "Lukitsee järjestelmäsi",
|
||||
"Description[gl]": "Bloquea os seus sistemas.",
|
||||
|
@ -39,8 +40,8 @@
|
|||
"Name[ca@valencia]": "Bloqueja el dispositiu",
|
||||
"Name[ca]": "Bloqueja el dispositiu",
|
||||
"Name[cs]": "Uzamknout zařízení",
|
||||
"Name[da]": "LåsEnhed",
|
||||
"Name[de]": "Gerätesperrung",
|
||||
"Name[en_GB]": "LockDevice",
|
||||
"Name[es]": "Bloquear dispositivo",
|
||||
"Name[fi]": "Lukitse laite",
|
||||
"Name[gl]": "Bloqueo do dispositivo",
|
||||
|
@ -55,7 +56,6 @@
|
|||
"Name[sk]": "Zamknúť zariadenie",
|
||||
"Name[sv]": "Lås enhet",
|
||||
"Name[tr]": "AygıtıKilitle",
|
||||
"Name[uk]": "LockDevice",
|
||||
"Name[x-test]": "xxLockDevicexx",
|
||||
"Name[zh_CN]": "锁定设备",
|
||||
"ServiceTypes": [
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "ahmedibrahimkhali@gmail.com",
|
||||
"Name": "Ahmed I. Khalil"
|
||||
"Name": "Ahmed I. Khalil",
|
||||
"Name[x-test]": "xxAhmed I. Khalilxx"
|
||||
}
|
||||
],
|
||||
"Description": "Use your phone as a touchpad and keyboard",
|
||||
|
@ -12,8 +13,8 @@
|
|||
"Description[ca@valencia]": "Empra el telèfon com un ratolí tàctil i teclat",
|
||||
"Description[ca]": "Empra el telèfon com un ratolí tàctil i teclat",
|
||||
"Description[cs]": "Používejte svůj telefon jako touchpad a klávesnici",
|
||||
"Description[da]": "Brug din telefon som touchpad og tastatur",
|
||||
"Description[de]": "Verwendet Ihr Handy als Touchpad und Tastatur",
|
||||
"Description[en_GB]": "Use your phone as a touchpad and keyboard",
|
||||
"Description[es]": "Usar teléfono como panel táctil y teclado",
|
||||
"Description[fi]": "Käytä puhelintasi kosketuslevynä ja näppäimistönä",
|
||||
"Description[gl]": "Usar o teléfono móbil como touchpad e teclado.",
|
||||
|
@ -41,8 +42,8 @@
|
|||
"Name[ca@valencia]": "Entrada virtual",
|
||||
"Name[ca]": "Entrada virtual",
|
||||
"Name[cs]": "Virtuální vstup",
|
||||
"Name[da]": "Virtuelt input",
|
||||
"Name[de]": "Virtuelle Eingabe",
|
||||
"Name[en_GB]": "Virtual input",
|
||||
"Name[es]": "Entrada virtual",
|
||||
"Name[fi]": "Virtuaalinen syöttö",
|
||||
"Name[gl]": "Entrada virtual",
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "albertvaka@gmail.com",
|
||||
"Name": "Albert Vaca"
|
||||
"Name": "Albert Vaca",
|
||||
"Name[x-test]": "xxAlbert Vacaxx"
|
||||
}
|
||||
],
|
||||
"Description": "Remote control your music and videos",
|
||||
|
@ -12,8 +13,8 @@
|
|||
"Description[ca@valencia]": "Comandament a distància per a la vostra música i vídeos",
|
||||
"Description[ca]": "Comandament a distància per a la vostra música i vídeos",
|
||||
"Description[cs]": "Ovládejte vzdáleně vaši hudbu a videa",
|
||||
"Description[da]": "Fjernbetjen din musik og videoer",
|
||||
"Description[de]": "Fernbedienung für Musik und Videos",
|
||||
"Description[en_GB]": "Remote control your music and videos",
|
||||
"Description[es]": "Controlar remotamente vídeos y música",
|
||||
"Description[fi]": "Kauko-ohjain musiikkiisi ja videoihisi",
|
||||
"Description[gl]": "Use o teléfono móbil como mando a distancia para música e vídeos.",
|
||||
|
@ -40,8 +41,8 @@
|
|||
"Name[ca@valencia]": "Receptor del comandament multimèdia",
|
||||
"Name[ca]": "Receptor del comandament multimèdia",
|
||||
"Name[cs]": "Dálkový ovladač multimédií",
|
||||
"Name[da]": "Multimediekontrol-modtager",
|
||||
"Name[de]": "Steuerung für Multimedia-Empfänger",
|
||||
"Name[en_GB]": "Multimedia control receiver",
|
||||
"Name[es]": "Receptor de control multimedia",
|
||||
"Name[fi]": "Multimediakauko-ohjain",
|
||||
"Name[gl]": "Receptor de controis multimedia",
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "aleixpol@kde.org",
|
||||
"Name": "Aleix Pol"
|
||||
"Name": "Aleix Pol",
|
||||
"Name[x-test]": "xxAleix Polxx"
|
||||
}
|
||||
],
|
||||
"Description": "Control MPRIS services",
|
||||
|
@ -13,7 +14,6 @@
|
|||
"Description[ca]": "Serveis de control del MPRIS",
|
||||
"Description[cs]": "Ovládejte služby MPRIS",
|
||||
"Description[de]": "Steuerung von MPRIS-Diensten",
|
||||
"Description[en_GB]": "Control MPRIS services",
|
||||
"Description[es]": "Controlar los servicios MPRIS",
|
||||
"Description[fi]": "Ohjaa MPRIS-palveluita",
|
||||
"Description[gl]": "Controle servizos de MPRIS.",
|
||||
|
@ -36,27 +36,12 @@
|
|||
"Id": "kdeconnect_mprisremote",
|
||||
"License": "GPL",
|
||||
"Name": "MprisRemote",
|
||||
"Name[ast]": "MprisRemote",
|
||||
"Name[ca@valencia]": "MprisRemote",
|
||||
"Name[ca]": "MprisRemote",
|
||||
"Name[cs]": "MprisRemote",
|
||||
"Name[de]": "MprisRemote",
|
||||
"Name[en_GB]": "MprisRemote",
|
||||
"Name[es]": "MprisRemote",
|
||||
"Name[fi]": "MPRIS-kauko-ohjain",
|
||||
"Name[gl]": "MprisRemote",
|
||||
"Name[it]": "MprisRemote",
|
||||
"Name[ko]": "MprisRemote",
|
||||
"Name[nl]": "MprisRemote",
|
||||
"Name[nn]": "MPRIS-fjernkontroll",
|
||||
"Name[pl]": "PilotMPRIS",
|
||||
"Name[pt]": "Comando MPRIS",
|
||||
"Name[pt_BR]": "MprisRemote",
|
||||
"Name[ru]": "Удалённое управление MPRIS",
|
||||
"Name[sk]": "MprisRemote",
|
||||
"Name[sv]": "MPRIS-fjärrkontroll",
|
||||
"Name[tr]": "MprisRemote",
|
||||
"Name[uk]": "MprisRemote",
|
||||
"Name[x-test]": "xxMprisRemotexx",
|
||||
"Name[zh_CN]": "远程 Mpris",
|
||||
"ServiceTypes": [
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "albertvaka@gmail.com",
|
||||
"Name": "Albert Vaca"
|
||||
"Name": "Albert Vaca",
|
||||
"Name[x-test]": "xxAlbert Vacaxx"
|
||||
}
|
||||
],
|
||||
"Description": "Show phone notifications on your computer and keep them in sync",
|
||||
|
@ -12,8 +13,8 @@
|
|||
"Description[ca@valencia]": "Mostra les notificacions del telèfon a l'ordinador i les manté sincronitzades",
|
||||
"Description[ca]": "Mostra les notificacions del telèfon a l'ordinador i les manté sincronitzades",
|
||||
"Description[cs]": "Zobrazit upozornění telefonu v počítači a udržovat je synchronizovaná",
|
||||
"Description[da]": "Vis telefonbekendtgørelser på din computer og hold dem synkroniseret",
|
||||
"Description[de]": "Benachrichtigungen auf Ihren Rechner anzeigen und abgleichen",
|
||||
"Description[en_GB]": "Show phone notifications on your computer and keep them in sync",
|
||||
"Description[es]": "Mostrar notificaciones del teléfono en su equipo y mantenerlas en sincronía",
|
||||
"Description[fi]": "Näytä puhelimen ilmoitukset tietokoneellasi ja pidä ne ajan tasalla",
|
||||
"Description[gl]": "Mostre notificacións dun teléfono móbil no computador e deixe que as notificacións se sincronicen co teléfono.",
|
||||
|
@ -41,8 +42,8 @@
|
|||
"Name[ca@valencia]": "Sincronització de les notificacions",
|
||||
"Name[ca]": "Sincronització de les notificacions",
|
||||
"Name[cs]": "Synchronizace upozornění",
|
||||
"Name[da]": "Synk. af bekendtgørelser",
|
||||
"Name[de]": "Benachrichtigungs-Abgleich",
|
||||
"Name[en_GB]": "Notification sync",
|
||||
"Name[es]": "Sincronización de notificaciones",
|
||||
"Name[fi]": "Ilmoitusten synkronointi",
|
||||
"Name[gl]": "Sincronización de notificacións",
|
||||
|
|
|
@ -6,5 +6,20 @@ X-KDE-Library=kdeconnect_notifications_config
|
|||
X-KDE-ParentComponents=kdeconnect_notifications
|
||||
|
||||
Name=Notification synchronization plugin settings
|
||||
Name[ca]=Ajustament del connector per a la sincronització de les notificacions
|
||||
Name[ca@valencia]=Ajustament del connector per a la sincronització de les notificacions
|
||||
Name[en_GB]=Notification synchronisation plugin settings
|
||||
Name[es]=Preferencias del complemento de sincronización de notificaciones
|
||||
Name[fi]=Ilmoitusten synkronointiliitännäisen asetukset
|
||||
Name[gl]=Configuración do complemento de sincronización de notificacións
|
||||
Name[it]=Impostazioni dell'estensione di sincronizzazione delle notifiche
|
||||
Name[nl]=Instellingen van plug-in voor synchronisatie van meldingen
|
||||
Name[pl]=Ustawienia wtyczki synchronizującej powiadomienia
|
||||
Name[pt]=Configuração do 'plugin' de sincronização das notificações
|
||||
Name[pt_BR]=Configuração do plugin de sincronização das notificações
|
||||
Name[sk]=Nastavenia pluginu notifikácií synchronizácie
|
||||
Name[sv]=Inställningar av insticksprogram för underrättelsesynkronisering
|
||||
Name[uk]=Параметри додатка синхронізації сповіщень
|
||||
Name[x-test]=xxNotification synchronization plugin settingsxx
|
||||
|
||||
Categories=Qt;KDE;X-KDE-settings-kdeconnect;
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "albertvaka@gmail.com",
|
||||
"Name": "Albert Vaca"
|
||||
"Name": "Albert Vaca",
|
||||
"Name[x-test]": "xxAlbert Vacaxx"
|
||||
}
|
||||
],
|
||||
"Description": "Pause music/videos during a phone call",
|
||||
|
@ -12,8 +13,8 @@
|
|||
"Description[ca@valencia]": "Pausa la música/vídeos durant una trucada telefònica",
|
||||
"Description[ca]": "Pausa la música/vídeos durant una trucada telefònica",
|
||||
"Description[cs]": "Pozastavit hudbu/video během telefonátu",
|
||||
"Description[da]": "Sæt musik/video på pause under telefonsamtaler",
|
||||
"Description[de]": "Hält Musik oder Videos währen eines Anrufs an",
|
||||
"Description[en_GB]": "Pause music/videos during a phone call",
|
||||
"Description[es]": "Pausar música/video durante las llamadas telefónicas",
|
||||
"Description[fi]": "Keskeytä musiikki ja videot puhelun aikana",
|
||||
"Description[gl]": "Deter a reprodución de música ou vídeos durante as chamadas.",
|
||||
|
@ -41,8 +42,8 @@
|
|||
"Name[ca@valencia]": "Pausa els suports durant les trucades",
|
||||
"Name[ca]": "Pausa els suports durant les trucades",
|
||||
"Name[cs]": "Pozastavit média během telefonátu",
|
||||
"Name[da]": "Sæt medier på pause under opkald",
|
||||
"Name[de]": "Medium bei Anrufen anhalten",
|
||||
"Name[en_GB]": "Pause media during calls",
|
||||
"Name[es]": "Pausar medios durante las llamadas",
|
||||
"Name[fi]": "Keskeytä toisto puhelujen aikana",
|
||||
"Name[gl]": "Deter a reprodución durante as chamadas.",
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "albertvaka@gmail.com",
|
||||
"Name": "Albert Vaca"
|
||||
"Name": "Albert Vaca",
|
||||
"Name[x-test]": "xxAlbert Vacaxx"
|
||||
}
|
||||
],
|
||||
"Description": "Send and receive pings",
|
||||
|
@ -13,7 +14,6 @@
|
|||
"Description[ca]": "Envia i rep pings",
|
||||
"Description[cs]": "Posílat a přijímat ping",
|
||||
"Description[de]": "Senden und Empfangen von Pings",
|
||||
"Description[en_GB]": "Send and receive pings",
|
||||
"Description[es]": "Enviar y recibir pings",
|
||||
"Description[fi]": "Lähetä ja vastaanota tiedustelupaketteja",
|
||||
"Description[gl]": "Enviar e recibir pings.",
|
||||
|
@ -37,30 +37,13 @@
|
|||
"Id": "kdeconnect_ping",
|
||||
"License": "GPL",
|
||||
"Name": "Ping",
|
||||
"Name[ast]": "Ping",
|
||||
"Name[ca@valencia]": "Ping",
|
||||
"Name[ca]": "Ping",
|
||||
"Name[cs]": "Ping",
|
||||
"Name[de]": "Ping",
|
||||
"Name[en_GB]": "Ping",
|
||||
"Name[es]": "Ping",
|
||||
"Name[fi]": "Tiedustelupaketti",
|
||||
"Name[gl]": "Ping",
|
||||
"Name[hu]": "Ping",
|
||||
"Name[it]": "Ping",
|
||||
"Name[ko]": "핑",
|
||||
"Name[nl]": "Ping",
|
||||
"Name[nn]": "Ping",
|
||||
"Name[pl]": "Ping",
|
||||
"Name[pt]": "Contacto",
|
||||
"Name[pt_BR]": "Ping",
|
||||
"Name[ru]": "Тестовый сигнал",
|
||||
"Name[sk]": "Ping",
|
||||
"Name[sv]": "Pinga",
|
||||
"Name[tr]": "Ping",
|
||||
"Name[uk]": "Луна-імпульс",
|
||||
"Name[x-test]": "xxPingxx",
|
||||
"Name[zh_CN]": "Ping",
|
||||
"ServiceTypes": [
|
||||
"KdeConnect/Plugin"
|
||||
],
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "aleixpol@kde.org",
|
||||
"Name": "Aleix Pol"
|
||||
"Name": "Aleix Pol",
|
||||
"Name[x-test]": "xxAleix Polxx"
|
||||
}
|
||||
],
|
||||
"Description": "Control Remote systems",
|
||||
|
@ -13,7 +14,6 @@
|
|||
"Description[ca]": "Sistemes de control remot",
|
||||
"Description[cs]": "Ovládejte vzdálené systémy",
|
||||
"Description[de]": "Entfernte Systeme steuern",
|
||||
"Description[en_GB]": "Control Remote systems",
|
||||
"Description[es]": "Controlar sistemas remotos",
|
||||
"Description[fi]": "Ohjaa järjestelmiä etänä",
|
||||
"Description[gl]": "Controla sistemas remotos.",
|
||||
|
@ -40,7 +40,6 @@
|
|||
"Name[ca]": "Control remot",
|
||||
"Name[cs]": "Dálkové ovládání",
|
||||
"Name[de]": "Fernsteuerung",
|
||||
"Name[en_GB]": "RemoteControl",
|
||||
"Name[es]": "Control remoto",
|
||||
"Name[fi]": "Kauko-ohjain",
|
||||
"Name[gl]": "Mando a distancia",
|
||||
|
@ -55,7 +54,6 @@
|
|||
"Name[sk]": "Diaľkové ovládanie",
|
||||
"Name[sv]": "Fjärrkontroll",
|
||||
"Name[tr]": "UzaktanKumanda",
|
||||
"Name[uk]": "RemoteControl",
|
||||
"Name[x-test]": "xxRemoteControlxx",
|
||||
"Name[zh_CN]": "远程控制",
|
||||
"ServiceTypes": [
|
||||
|
|
|
@ -4,11 +4,13 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "albertvaka@gmail.com",
|
||||
"Name": "Albert Vaca"
|
||||
"Name": "Albert Vaca",
|
||||
"Name[x-test]": "xxAlbert Vacaxx"
|
||||
},
|
||||
{
|
||||
"Email": "david@davidedmundson.co.uk",
|
||||
"Name": "David Edmundson"
|
||||
"Name": "David Edmundson",
|
||||
"Name[x-test]": "xxDavid Edmundsonxx"
|
||||
}
|
||||
],
|
||||
"Description": "Execute console commands remotely",
|
||||
|
@ -16,7 +18,6 @@
|
|||
"Description[ca@valencia]": "Executa ordes de la consola de forma remota",
|
||||
"Description[ca]": "Executa ordres de la consola de forma remota",
|
||||
"Description[cs]": "Spouštět konzolové příkazy vzdáleně",
|
||||
"Description[en_GB]": "Execute console commands remotely",
|
||||
"Description[es]": "Ejecute órdenes de consola remotamente",
|
||||
"Description[fi]": "Suorita konsolikomentoja etänä",
|
||||
"Description[gl]": "Executar ordes de consola remotamente.",
|
||||
|
@ -43,7 +44,6 @@
|
|||
"Name[ca]": "Executa ordres",
|
||||
"Name[cs]": "Spustit příkazy",
|
||||
"Name[de]": "Befehle ausführen",
|
||||
"Name[en_GB]": "Run commands",
|
||||
"Name[es]": "Ejecutar órdenes",
|
||||
"Name[fi]": "Suorita komentoja",
|
||||
"Name[gl]": "Executar ordes",
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "pmdematagoda@mykolab.ch",
|
||||
"Name": "Pramod Dematagoda"
|
||||
"Name": "Pramod Dematagoda",
|
||||
"Name[x-test]": "xxPramod Dematagodaxx"
|
||||
}
|
||||
],
|
||||
"Description": "Inhibit the screensaver when the device is connected",
|
||||
|
@ -12,8 +13,8 @@
|
|||
"Description[ca@valencia]": "Inhibeix l'estalvi de pantalla quan es connecta el dispositiu",
|
||||
"Description[ca]": "Inhibeix l'estalvi de pantalla quan es connecta el dispositiu",
|
||||
"Description[cs]": "Potlačit spořič pokud je zařízení připojeno",
|
||||
"Description[da]": "Forhindr pauseskærm når enheden er forbundet",
|
||||
"Description[de]": "Bildschirmschoner unterbinden wenn ein Gerät angeschlossen ist",
|
||||
"Description[en_GB]": "Inhibit the screensaver when the device is connected",
|
||||
"Description[es]": "Inhibir el salvapantallas cuando el dispositivo está conectado",
|
||||
"Description[fi]": "Estä näytönsäästäjän käynnistyminen, kun laite on yhteydessä",
|
||||
"Description[gl]": "Desactivar o salvapantallas mentres o dispositivo estea conectado.",
|
||||
|
@ -41,8 +42,8 @@
|
|||
"Name[ca@valencia]": "Inhibeix l'estalvi de pantalla",
|
||||
"Name[ca]": "Inhibeix l'estalvi de pantalla",
|
||||
"Name[cs]": "Potlačit spořič obrazovky",
|
||||
"Name[da]": "Forhindr pauseskærm",
|
||||
"Name[de]": "Bildschirmschoner unterbinden",
|
||||
"Name[en_GB]": "Inhibit screensaver",
|
||||
"Name[es]": "Inhibir salvapantallas",
|
||||
"Name[fi]": "Estä näytönsäästäjän käynnistyminen",
|
||||
"Name[gl]": "Desactivar o salvapantallas",
|
||||
|
|
|
@ -4,7 +4,9 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "kinnalru@gmail.com",
|
||||
"Name": "Samoilenko Yuri"
|
||||
"Name": "Samoilenko Yuri",
|
||||
"Name[uk]": "Юрій Самойленко",
|
||||
"Name[x-test]": "xxSamoilenko Yurixx"
|
||||
}
|
||||
],
|
||||
"Description": "Browse the remote device filesystem using SFTP",
|
||||
|
@ -12,8 +14,8 @@
|
|||
"Description[ca@valencia]": "Navega pel sistema de fitxers del dispositiu remot emprant SFTP",
|
||||
"Description[ca]": "Navega pel sistema de fitxers del dispositiu remot emprant SFTP",
|
||||
"Description[cs]": "Prohlížejte souborový systém zařízení pomocí SFTP",
|
||||
"Description[da]": "Gennemse filsystemet på eksterne enheder med SFTP",
|
||||
"Description[de]": "Browsen im Dateisystem des entfernten Geräts mit SFTP",
|
||||
"Description[en_GB]": "Browse the remote device filesystem using SFTP",
|
||||
"Description[es]": "Navegar por el sistema de archivos del dispositivo remoto usando SFTP",
|
||||
"Description[fi]": "Selaa etälaitteiden tiedostojärjestelmiä SFTP:llä",
|
||||
"Description[gl]": "Explore o sistema de ficheiros do dispositivo remoto mediante SFTP.",
|
||||
|
@ -41,8 +43,8 @@
|
|||
"Name[ca@valencia]": "Navegador del sistema de fitxers remot",
|
||||
"Name[ca]": "Navegador del sistema de fitxers remot",
|
||||
"Name[cs]": "Vzdálený prohlížeč souborového systému",
|
||||
"Name[da]": "Filbrowser til eksternt filsystem",
|
||||
"Name[de]": "Datei-Browser für entferne Systeme",
|
||||
"Name[en_GB]": "Remote filesystem browser",
|
||||
"Name[es]": "Navegador de sistema de archivos remoto",
|
||||
"Name[fi]": "Etätiedostojärjestelmäselain",
|
||||
"Name[gl]": "Navegador do sistema de ficheiros remoto.",
|
||||
|
|
|
@ -123,7 +123,7 @@ void Mounter::onPakcageReceived(const NetworkPackage& np)
|
|||
<< "-o" << "IdentityFile=" + KdeConnectConfig::instance()->privateKeyPath()
|
||||
<< "-o" << "StrictHostKeyChecking=no" //Do not ask for confirmation because it is not a known host
|
||||
<< "-o" << "UserKnownHostsFile=/dev/null" //Prevent storing as a known host
|
||||
<< "-o" << "HostKeyAlgorithms=+ssh-dss"; //https://bugs.kde.org/show_bug.cgi?id=351725
|
||||
<< "-o" << "HostKeyAlgorithms=ssh-dss"; //https://bugs.kde.org/show_bug.cgi?id=351725
|
||||
|
||||
m_proc->setProgram(program, arguments);
|
||||
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "albertvaka@gmail.com",
|
||||
"Name": "Albert Vaca"
|
||||
"Name": "Albert Vaca",
|
||||
"Name[x-test]": "xxAlbert Vacaxx"
|
||||
}
|
||||
],
|
||||
"Description": "Receive and send files, URLs or plain text easily",
|
||||
|
@ -12,8 +13,8 @@
|
|||
"Description[ca@valencia]": "Rep i envia fitxers, URL o text pla amb facilitat",
|
||||
"Description[ca]": "Rep i envia fitxers, URL o text pla amb facilitat",
|
||||
"Description[cs]": "Snadno přijímejte a posílejte soubory, URL nebo čistý text",
|
||||
"Description[da]": "Modtag og send nemt filer, URL'er eller klartekst",
|
||||
"Description[de]": "Empfang und Senden von Dateien, URLs oder einfachem Text",
|
||||
"Description[en_GB]": "Receive and send files, URLs or plain text easily",
|
||||
"Description[es]": "Recibir y enviar archivos, URL o texto sin formato fácilmente",
|
||||
"Description[fi]": "Vastaanota ja lähetä tiedostoja, verkko-osoitteita tai tekstiä helposti",
|
||||
"Description[gl]": "Comparta e reciba con facilidade ficheiros, enderezos URL ou texto simple.",
|
||||
|
@ -41,8 +42,8 @@
|
|||
"Name[ca@valencia]": "Comparteix i rep",
|
||||
"Name[ca]": "Comparteix i rep",
|
||||
"Name[cs]": "Sdílet a přijímat",
|
||||
"Name[da]": "Del og modtag",
|
||||
"Name[de]": "Senden und Empfangen",
|
||||
"Name[en_GB]": "Share and receive",
|
||||
"Name[es]": "Compartir y recibir",
|
||||
"Name[fi]": "Jaa ja vastaanota",
|
||||
"Name[gl]": "Compartir e recibir.",
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"Authors": [
|
||||
{
|
||||
"Email": "albertvaka@gmail.com",
|
||||
"Name": "Albert Vaca"
|
||||
"Name": "Albert Vaca",
|
||||
"Name[x-test]": "xxAlbert Vacaxx"
|
||||
}
|
||||
],
|
||||
"Description": "Show notifications for calls and SMS (answering coming soon)",
|
||||
|
@ -12,8 +13,8 @@
|
|||
"Description[ca@valencia]": "Mostra les notificacions de les trucades i SMS (properament es respondrà)",
|
||||
"Description[ca]": "Mostra les notificacions de les trucades i SMS (properament es respondrà)",
|
||||
"Description[cs]": "Zobrazit upozornění pro telefonáty a SMS (na odpovídání se pracuje)",
|
||||
"Description[da]": "Vis bekendtgørelser for opkald og SMS'er (svarer kommer snart)",
|
||||
"Description[de]": "Zeigt Benachrichtigungen für Anrufe und SMS",
|
||||
"Description[en_GB]": "Show notifications for calls and SMS (answering coming soon)",
|
||||
"Description[es]": "Mostrar notificaciones para llamadas y SMS (el soporte para las contestaciones es inminente)",
|
||||
"Description[fi]": "Näytä puhelujen ja tekstiviestien ilmoitukset (vastaaminen tulossa pian)",
|
||||
"Description[gl]": "Mostrar notificacións de chamadas e mensaxes SMS (no futuro tamén poderá contestar chamadas).",
|
||||
|
@ -41,8 +42,8 @@
|
|||
"Name[ca@valencia]": "Integració amb la telefonia",
|
||||
"Name[ca]": "Integració amb la telefonia",
|
||||
"Name[cs]": "Integrace telefonu",
|
||||
"Name[da]": "Telefoniintegration",
|
||||
"Name[de]": "Telefon-Integration",
|
||||
"Name[en_GB]": "Telephony integration",
|
||||
"Name[es]": "Integración con el teléfono",
|
||||
"Name[fi]": "Puhelinintegrointi",
|
||||
"Name[gl]": "Integración telefónica",
|
||||
|
|
Loading…
Reference in a new issue