diff --git a/plugins/remotesystemvolume/kdeconnect_remotesystemvolume.json b/plugins/remotesystemvolume/kdeconnect_remotesystemvolume.json index 8e42315b..bdb36bd3 100644 --- a/plugins/remotesystemvolume/kdeconnect_remotesystemvolume.json +++ b/plugins/remotesystemvolume/kdeconnect_remotesystemvolume.json @@ -1,27 +1,46 @@ { "KPlugin": { "Authors": [ { "Email": "nicolas.fella@gmx.de", - "Name": "Nicolas Fella" + "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", "EnabledByDefault": true, "Icon": "player-volume", "Id": "kdeconnect_remotesystemvolume", "License": "GPL", "Name": "Remote system volume", "ServiceTypes": [ "KdeConnect/Plugin" ], "Version": "0.1", "Website": "https://nicolasfella.wordpress.com" }, "X-KdeConnect-OutgoingPacketType": [ "kdeconnect.systemvolume.request" ], "X-KdeConnect-SupportedPacketType": [ "kdeconnect.systemvolume" ] }