BetterDiscordApp-rauenzi/src/data/strings.js

39 lines
3.5 KiB
JavaScript

export default {
en: {
Settings: {
PublicServers: {name: "Public Servers", description: "Display public servers button"},
MinimalMode: {name: "Minimal Mode", description: "Hide elements and reduce the size of elements."},
VoiceMode: {name: "Voice Mode", description: "Only show voice chat"},
HideChannels: {name: "Hide Channels", description: "Hide channels in minimal mode"},
DarkMode: {name: "Dark Mode", description: "Make certain elements dark by default"},
VoiceDisconnect: {name: "Voice Disconnect", description: "Disconnect from voice server when closing Discord"},
Timestamps: {name: "24 Hour Timestamps", description: "Replace 12hr timestamps with proper ones"},
ColoredText: {name: "Colored Text", description: "Make text colour the same as role colour"},
BDBlue: {name: "BandagedBD Blue", description: "Replace Discord blue with BD Blue"},
DeveloperMode: {name: "Developer Mode", description: "Developer Mode"},
ContentErrors: {name: "Content Error Modals", description: "Shows a modal with plugin/theme errors"},
Toasts: {name: "Show Toasts", description: "Shows a small notification for important information"},
Scroll: {name: "Scroll to Settings", description: "Auto-scrolls to a plugin's settings when the button is clicked (only if out of view)"},
AnimateOnHover: {name: "Animate On Hover", description: "Only animate the emote modifiers on hover"},
CopySelector: {name: "Copy Selector", description: "Adds a \"Copy Selector\" option to context menus when developer mode is active"},
DownloadEmotes: {name: "Download Emotes", description: "Download emotes when the cache is expired"},
NormalizeClasses: {name: "Normalize Classes", description: "Adds stable classes to elements to help themes. (e.g. adds .da-channels to .channels-Ie2l6A)"},
AutomaticLoading: {name: "Automatic Loading", description: "Automatically loads, reloads, and unloads plugins and themes"},
Transparency: {name: "Enable Transparency", description: "Enables the main window to be see-through (requires restart)"},
Twitch: {name: "Twitch Emotes", description: "Show Twitch emotes"},
FFZ: {name: "FrankerFaceZ Emotes", description: "Show FrankerFaceZ Emotes"},
BTTV: {name: "BetterTTV Emotes", description: "Show BetterTTV Emotes"},
EmoteMenu: {name: "Emote Menu", description: "Show Twitch/Favourite emotes in emote menu"},
EmojiMenu: {name: "Emoji Menu", description: "Show Discord emoji menu"},
AutoCaps: {name: "Auto Capitalization", description: "Autocapitalize emote commands"},
ShowNames: {name: "Show Names", description: "Show emote names on hover"},
Modifiers: {name: "Emote Modifiers", description: "Enable emote mods (flip, spin, pulse, spin2, spin3, 1spin, 2spin, 3spin, tr, bl, br, shake, shake2, shake3, flap)"}
}
},
es: {
Settings: {
PublicServers: {name: "Public Sefasasfasfasfrvers", description: "Display public servers button"},
MinimalMode: {name: "Minafimal Mode", description: "Hide elements and reduce the size of elements."}
}
}
};