diff --git a/data/kdeconnect-thunar.desktop b/data/kdeconnect-thunar.desktop index 8cfe5200..f2614667 100644 --- a/data/kdeconnect-thunar.desktop +++ b/data/kdeconnect-thunar.desktop @@ -1,16 +1,19 @@ [Desktop Entry] Type=Application Version=0.1 Encoding=UTF-8 Exec=kdeconnect-handler %F Icon=kdeconnect Name=Send via KDE Connect Name[ca]=Envia a través del KDE Connect Name[ca@valencia]=Envia a través del KDE Connect +Name[cs]=Poslat přes KDE Connect +Name[de]=Mit KDE-Connect versenden +Name[es]=Enviar via KDE Connect Name[gl]=Enviar mediante KDE Connect Name[nl]=Via KDE Connect versturen Name[nn]=Send via KDE Connect Name[pt]=Enviar pelo KDE Connect Name[sv]=Skicka via KDE-anslut Name[uk]=Надіслати за допомогою KDE Connect Name[x-test]=xxSend via KDE Connectxx diff --git a/plugins/remotesystemvolume/kdeconnect_remotesystemvolume.json b/plugins/remotesystemvolume/kdeconnect_remotesystemvolume.json index bcd25fcd..7b81721b 100644 --- a/plugins/remotesystemvolume/kdeconnect_remotesystemvolume.json +++ b/plugins/remotesystemvolume/kdeconnect_remotesystemvolume.json @@ -1,62 +1,64 @@ { "KPlugin": { "Authors": [ { "Email": "nicolas.fella@gmx.de", "Name": "Nicolas Fella", "Name[ca@valencia]": "Nicolas Fella", "Name[ca]": "Nicolas Fella", "Name[cs]": "Nicolas Fella", "Name[de]": "Nicolas Fella", "Name[en_GB]": "Nicolas Fella", "Name[es]": "Nicolas Fella", "Name[fr]": "Nicolas Fella", "Name[gl]": "Nicolas Fella", "Name[it]": "Nicolas Fella", "Name[ko]": "Nicolas Fella", "Name[nl]": "Nicolas Fella", "Name[nn]": "Nicolas Fella", "Name[pt]": "Nicolas Fella", "Name[pt_BR]": "Nicolas Fella", "Name[sv]": "Nicolas Fella", "Name[uk]": "Nicolas Fella", "Name[x-test]": "xxNicolas Fellaxx", "Name[zh_CN]": "Nicolas Fella", "Name[zh_TW]": "Nicolas Fella" } ], "Description": "Control the volume of the connected device", "Description[ca@valencia]": "Controla el volum del dispositiu connectat", "Description[ca]": "Controla el volum del dispositiu connectat", + "Description[cs]": "Ovládejte hlasitost připojeného zařízení", "Description[nl]": "Bestuur het volume van het verbonden apparaat", "Description[nn]": "Juster lydstyrken til ekstern eining", "Description[pt]": "Controle o volume do dispositivo ligado", "Description[sv]": "Kontrollera volymen på ansluten apparat", "Description[uk]": "Керування томом сховища даних на з'єднаному пристрої", "Description[x-test]": "xxControl the volume of the connected devicexx", "EnabledByDefault": true, "Icon": "player-volume", "Id": "kdeconnect_remotesystemvolume", "License": "GPL", "Name": "Remote system volume", "Name[ca@valencia]": "Volum del sistema remot", "Name[ca]": "Volum del sistema remot", + "Name[cs]": "Hlasitost vzdáleného systému", "Name[nl]": "Systeemvolume op afstand", "Name[nn]": "Ekstern lydstyrke", "Name[pt]": "Volume do sistema remoto", "Name[sv]": "Fjärrsystemvolym", "Name[uk]": "Віддалений системний том", "Name[x-test]": "xxRemote system volumexx", "ServiceTypes": [ "KdeConnect/Plugin" ], "Version": "0.1", "Website": "https://nicolasfella.wordpress.com" }, "X-KdeConnect-OutgoingPacketType": [ "kdeconnect.systemvolume.request" ], "X-KdeConnect-SupportedPacketType": [ "kdeconnect.systemvolume" ] }