add cache and rename some files

This commit is contained in:
2026-01-15 15:41:19 +01:00
parent 7879f15726
commit b64815d9ab
4753 changed files with 931902 additions and 1 deletions

View File

@@ -0,0 +1,195 @@
{
"Description": "Control Discord.",
"Name": "Discord",
"com.elgato.discord.mute": {
"Name": "Mute",
"Tooltip": "Toggle Microphone Mute",
"States": [
{
"Name": "Mute"
},
{
"Name": "Unmute"
}
]
},
"com.elgato.discord.deafen": {
"Name": "Deafen",
"Tooltip": "Toggle Deafen",
"States": [
{
"Name": "Deafen"
},
{
"Name": "Undeafen"
}
]
},
"com.elgato.discord.channel.voice": {
"Name": "Voice Channel",
"Tooltip": "Join or leave a voice channel",
"States": [
{
"Name": "Enter"
},
{
"Name": "Leave"
}
]
},
"com.elgato.discord.channel.text": {
"Name": "Text Channel",
"Tooltip": "Go to a text channel"
},
"com.elgato.discord.pushto.talk": {
"Name": "Push to Talk",
"Tooltip": "Press and hold to talk"
},
"com.elgato.discord.pushto.mute": {
"Name": "Push to Mute",
"Tooltip": "Press and hold to mute"
},
"com.elgato.discord.setaudiodevice": {
"Name": "Set Audio Device",
"Tooltip": "Select your audio input and output device"
},
"com.elgato.discord.serverstats": {
"Name": "Server Stats",
"Tooltip": "Display user / message stats for a server"
},
"com.elgato.discord.pushtotalktoggle": {
"Name": "Voice Input Mode Toggle",
"Tooltip": "Toggle between push to talk and voice activity mode",
"States": [
{
"Name": "Voice Activity"
},
{
"Name": "Push to Talk"
}
]
},
"com.elgato.discord.soundboard": {
"Name": "Soundboard",
"Tooltip": "Plays a sound on the Discord Soundboard"
},
"com.elgato.discord.notifications": {
"Name": "Notifications",
"Tooltip": "Display alerts for recent notifications"
},
"com.elgato.discord.uservolumecontrolbutton": {
"Name": "User Volume Control",
"Tooltip": "Control the volume of users in calls"
},
"com.elgato.discord.uservolumecontroldial": {
"Name": "User Volume Control",
"Tooltip": "Control the volume of users in calls",
"Encoder": {
"TriggerDescription": {
"Rotate": "Adjust Volume",
"Push": "Next User",
"Touch": "Mute"
}
}
},
"com.elgato.discord.volumecontrolbutton": {
"Name": "Volume Control",
"Tooltip": "Control the volume of audio devices"
},
"com.elgato.discord.volumecontrol": {
"Name": "Volume Control",
"Tooltip": "Control the volume of audio devices",
"Encoder": {
"TriggerDescription": {
"Rotate": "Adjust Volume",
"Push": "Mute/Deafen",
"Touch": "Mute/Deafen"
}
}
},
"Localization": {
"PI": {
"AppWarning": "Please launch Discord",
"AuthWarning": "Discord authorization required",
"AccessLabel": "Authorization",
"AccessButton": "Request access",
"Server": "Server",
"NoServer": "No Server",
"VoiceChannel": "Voice Channel",
"TextChannel": "Text Channel",
"NoChannel": "No Channel",
"Action": "Action",
"PushToTalk": "Push to Talk",
"PushToMute": "Push to Mute",
"UserVolumeMode": "Mode",
"DeviceVolumeMode": "Mode",
"UserMuteType": "Mute Type",
"MuteUser": "Mute",
"UnmuteUser": "Unmute",
"ToggleMuteUser": "Toggle Mute",
"MuteDevice": "Mute",
"AdjustUserVol": "Adjust",
"AdjustDeviceVol": "Adjust",
"SetUserVol": "Set",
"SetDeviceVol": "Set",
"UserAdjustMode": "Adjust Mode",
"UserAdjustAny": "Any User",
"UserAdjustSpecific": "Specific User",
"VolStepSize": "Step Size",
"VolSetValue": "Desired Volume",
"DontDisplay": "Don't Display",
"DoNothing": "Do Nothing",
"User": "User",
"Users": "Users",
"UsersNotFound": "No Users Found",
"IconStyle": "Icon Style",
"IconStatic": "Static",
"IconDynamic": "Dynamic",
"IconDynamicH": "Dynamic (Horizontal)",
"IconDynamicV": "Dynamic (Vertical)",
"IODeviceMode": "Mode",
"IODeviceModeInput": "Set Input",
"IODeviceModeOutput": "Set Output",
"IODeviceModeBoth": "Set Both",
"IODevice": "Device",
"IODeviceInput": "Input",
"IODeviceOutput": "Output",
"IODeviceDefault": "Default",
"IODeviceInputNotFound": "No Inputs Found",
"IODeviceOutputNotFound": "No Outputs Found",
"SrvStatMsg": "Messages",
"SrvStatMsgDisplayNew": "Display New Message Count",
"SrvStatUsrOnline": "Display Online Users",
"SrvStatUsrActive": "Display Recently Active Users",
"OnPress": "On Press",
"OnLongPress": "On Long Press",
"OnPressRecentMsg": "Go To Most Recent Message",
"OnPressClearMsg": "Clear Message Count",
"OnPressNotification": "Open Notification",
"OnPressClearNotification": "Clear Notifications",
"SrvWidgetWarn": "Server widget must be enabled to track online users",
"SoundLabel": "Sound",
"SoundboardSearch": "Search Results",
"SoundboardSearchEmpty": "No Sounds Found",
"SoundboardDefaults": "Discord Sounds",
"Search": "Search"
},
"Volume": "Volume"
}
}