2021-05-14 09:04:45 +02:00
{
2021-04-23 12:01:44 +02:00
"PluginNameMap" : {
"OwnerTag" : "StaffTag"
} ,
2020-09-10 19:20:16 +02:00
"LibraryRequires" : [ "child_process" , "electron" , "fs" , "path" , "process" , "request" ] ,
2020-09-10 19:09:50 +02:00
"DiscordObjects" : {
"Channel" : { "props" : [ "getRecipientId" , "isManaged" , "getGuildId" ] } ,
"Guild" : { "props" : [ "getIconURL" , "getMaxEmojiSlots" , "getRole" ] } ,
"Invite" : { "props" : [ "getExpiresAt" , "isExpired" ] } ,
2021-01-06 11:46:34 +01:00
"Message" : { "props" : [ "getReaction" , "isEdited" , "getChannelId" ] } ,
2020-09-10 19:09:50 +02:00
"Messages" : { "props" : [ "jumpToMessage" , "hasAfterCached" , "forEach" ] } ,
"Relationship" : { "protos" : [ "comparator" ] , "array" : true } ,
"Timestamp" : { "props" : [ "add" , "dayOfYear" , "hasAlignedHourOffset" ] } ,
2020-09-10 19:20:16 +02:00
"User" : { "props" : [ "hasFlag" , "isLocalBot" , "isClaimed" ] }
} ,
"LibraryModules" : {
"AckUtils" : { "props" : [ "localAck" , "bulkAck" ] } ,
"ActivityUtils" : { "props" : [ "sendActivityInvite" , "updateActivity" ] } ,
2021-01-10 15:33:48 +01:00
"APIEncodeUtils" : { "props" : [ "stringify" , "parse" , "encode" ] } ,
2020-09-10 19:20:16 +02:00
"APIUtils" : { "props" : [ "getAPIBaseURL" ] } ,
"AnalyticsUtils" : { "props" : [ "isThrottled" , "track" ] } ,
"AnimationUtils" : { "props" : [ "spring" , "decay" ] } ,
"ArrayUtils" : { "props" : [ "isArrayLike" , "zipObject" ] } ,
"AssetUtils" : { "props" : [ "getAssetImage" , "getAssetIds" ] } ,
2020-09-25 21:34:18 +02:00
"AutocompleteOptions" : { "props" : [ "AUTOCOMPLETE_OPTIONS" ] } ,
2020-12-11 17:12:11 +01:00
"AutocompleteSentinels" : { "props" : [ "CHANNEL_SENTINEL" , "COMMAND_SENTINEL" ] } ,
2020-09-10 19:20:16 +02:00
"BadgeUtils" : { "props" : [ "getBadgeCountString" , "getBadgeWidthForValue" ] } ,
"CallUtils" : { "props" : [ "getCalls" , "isCallActive" ] } ,
"CategoryCollapseStore" : { "props" : [ "getCollapsedCategories" , "isCollapsed" ] } ,
"CategoryCollapseUtils" : { "props" : [ "categoryCollapse" , "categoryCollapseAll" ] } ,
2021-05-12 12:27:54 +02:00
"ChannelIconUtils" : { "props" : [ "getChannelIconComponent" , "getChannelIconTooltipText" ] } ,
2021-03-01 13:21:47 +01:00
"ChannelUtils" : { "props" : [ "selectChannel" , "selectPrivateChannel" ] } ,
2020-11-06 12:54:56 +01:00
"ChannelStore" : { "props" : [ "getChannel" , "getDMFromUserId" ] } ,
2020-09-10 19:20:16 +02:00
"ColorUtils" : { "props" : [ "hex2int" , "hex2rgb" ] } ,
2021-05-31 13:37:52 +02:00
"ConnectionProviderUtils" : { "props" : [ "get" , "isSupported" , "filter" ] } ,
2021-05-18 18:28:07 +02:00
"ConnectionStore" : { "props" : [ "getAccounts" , "getLocalAccounts" ] } ,
2021-05-18 18:13:18 +02:00
"ConnectionUtils" : { "props" : [ "setShowActivity" , "setVisibility" ] } ,
2020-09-10 19:20:16 +02:00
"ContextMenuUtils" : { "props" : [ "closeContextMenu" , "openContextMenu" ] } ,
"CopyLinkUtils" : { "props" : [ "SUPPORTS_COPY" , "copy" ] } ,
"CurrentUserStore" : { "props" : [ "getCurrentUser" ] } ,
"CurrentVoiceUtils" : { "props" : [ "getAveragePing" , "isConnected" ] } ,
2021-01-08 23:52:55 +01:00
"CustomStatusConstants" : { "props" : [ "ClearAfterValues" , "STATUS_MAX_LENGTH" ] } ,
2021-03-06 21:51:46 +01:00
"DesktopNotificationUtils" : { "props" : [ "showNotification" , "requestPermission" ] } ,
2020-09-10 19:20:16 +02:00
"DirectMessageStore" : { "props" : [ "getPrivateChannelIds" ] } ,
"DirectMessageUnreadStore" : { "props" : [ "getUnreadPrivateChannelIds" ] } ,
"DispatchApiUtils" : { "props" : [ "dirtyDispatch" , "isDispatching" ] } ,
"DispatchUtils" : { "props" : [ "ComponentDispatch" ] } ,
"DirectMessageUtils" : { "props" : [ "addRecipient" , "openPrivateChannel" ] } ,
"EmojiUtils" : { "props" : [ "translateInlineEmojiToSurrogates" , "translateSurrogatesToInlineEmoji" ] } ,
"EmojiStateUtils" : { "props" : [ "getURL" , "isEmojiDisabled" ] } ,
2021-03-15 13:52:43 +01:00
"FriendUtils" : { "props" : [ "getFriendIDs" , "getRelationships" ] } ,
2020-09-10 19:20:16 +02:00
"FolderStore" : { "props" : [ "getGuildFolderById" , "getFlattenedGuilds" ] } ,
"FolderUtils" : { "props" : [ "isFolderExpanded" , "getExpandedFolders" ] } ,
"GuildBoostUtils" : { "props" : [ "getTierName" , "getUserLevel" ] } ,
2021-05-07 10:09:39 +02:00
"GuildChannelKeys" : { "props" : [ "GUILD_SELECTABLE_CHANNELS_KEY" , "GUILD_VOCAL_CHANNELS_KEY" ] } ,
2020-09-10 19:20:16 +02:00
"GuildChannelStore" : { "props" : [ "getChannels" , "getDefaultChannel" ] } ,
"GuildEmojiStore" : { "props" : [ "getGuildEmoji" , "getDisambiguatedEmojiContext" ] } ,
"GuildNotificationsUtils" : { "props" : [ "updateChannelOverrideSettings" , "updateGuildNotificationSettings" ] } ,
"GuildSettingsSectionUtils" : { "props" : [ "getGuildSettingsSections" ] } ,
"GuildSettingsUtils" : { "props" : [ "open" , "updateGuild" ] } ,
"GuildStore" : { "props" : [ "getGuild" , "getGuilds" ] } ,
"GuildUnavailableStore" : { "props" : [ "isUnavailable" , "totalUnavailableGuilds" ] } ,
2021-03-01 13:21:47 +01:00
"GuildUtils" : { "props" : [ "selectGuild" , "transitionToGuildSync" ] } ,
2020-09-10 19:20:16 +02:00
"GuildWelcomeStore" : { "props" : [ "hasSeen" , "get" ] } ,
"GuildWelcomeUtils" : { "props" : [ "welcomeScreenViewed" , "resetWelcomeScreen" ] } ,
"HistoryUtils" : { "props" : [ "transitionTo" , "replaceWith" , "getHistory" ] } ,
"IconUtils" : { "props" : [ "getGuildIconURL" , "getGuildBannerURL" ] } ,
2021-05-29 14:22:28 +02:00
"ImageEditUtils" : { "props" : [ "getPrimaryColorForAvatar" , "getRatio" ] } ,
2020-09-10 19:20:16 +02:00
"InviteUtils" : { "props" : [ "acceptInvite" , "createInvite" ] } ,
"KeyCodeUtils" : { "props" : [ "toCombo" , "keyToCode" ] , "assign" : true } ,
"KeyEvents" : { "props" : [ "aliases" , "code" , "codes" ] } ,
"LanguageStore" : { "props" : [ "getLanguages" , "Messages" ] } ,
"LastChannelStore" : { "props" : [ "getLastSelectedChannelId" ] } ,
"LastGuildStore" : { "props" : [ "getLastSelectedGuildId" ] } ,
"LinkUtils" : { "props" : [ "handleClick" , "isLinkTrusted" ] } ,
2021-04-24 13:52:03 +02:00
"LocalSettingsStore" : { "props" : [ "darkSidebar" , "keyboardModeEnabled" ] } ,
2020-09-10 19:20:16 +02:00
"LoginUtils" : { "props" : [ "login" , "logout" ] } ,
2020-10-06 10:05:34 +02:00
"MediaDeviceUtils" : { "props" : [ "getOutputDevices" , "getInputDevices" ] } ,
2020-11-13 20:47:59 +01:00
"MediaDeviceSetUtils" : { "props" : [ "setOutputDevice" , "setInputDevice" ] } ,
2020-09-10 19:20:16 +02:00
"MemberCountUtils" : { "props" : [ "getMemberCount" , "getMemberCounts" ] } ,
"MemberStore" : { "props" : [ "getMember" , "getMembers" ] } ,
"MentionUtils" : { "props" : [ "isRawMessageMentioned" , "isMentioned" ] } ,
2021-01-07 13:49:00 +01:00
"MessageAuthorUtils" : { "props" : [ "getMessageAuthor" , "useNullableMessageAuthor" ] } ,
2020-11-25 08:49:36 +01:00
"MessageManageUtils" : { "props" : [ "copyLink" , "replyToMessage" ] } ,
2020-09-10 19:20:16 +02:00
"MessagePinUtils" : { "props" : [ "pinMessage" , "unpinMessage" ] } ,
2020-12-17 19:48:14 +01:00
"MessageReplyStore" : { "props" : [ "getPendingReply" ] } ,
"MessageReplyUtils" : { "props" : [ "createPendingReply" , "deletePendingReply" ] } ,
2020-09-10 19:20:16 +02:00
"MessageStore" : { "props" : [ "getMessage" , "getMessages" ] } ,
"MessageUtils" : { "props" : [ "receiveMessage" , "editMessage" ] } ,
"ModalUtils" : { "props" : [ "openModal" , "hasModalOpen" ] } ,
"MutedUtils" : { "props" : [ "isGuildOrCategoryOrChannelMuted" ] } ,
"NoteStore" : { "props" : [ "getNote" ] } ,
"NotificationSettingsStore" : { "props" : [ "getDesktopType" , "getTTSType" ] } ,
"NotificationSettingsUtils" : { "props" : [ "setDesktopType" , "setTTSType" ] } ,
"NotificationUtils" : { "props" : [ "makeTextChatNotification" , "shouldNotify" ] } ,
"PlatformUtils" : { "props" : [ "isWindows" , "isLinux" ] } ,
"PermissionUtils" : { "props" : [ "getChannelPermissions" , "can" ] } ,
"PermissionRoleUtils" : { "props" : [ "canEveryone" , "can" ] } ,
2020-10-14 18:06:35 +02:00
"PreferencesContext" : { "props" : [ "AccessibilityPreferencesContext" ] } ,
2020-09-10 19:20:16 +02:00
"QueryUtils" : { "props" : [ "AutocompleterQuerySymbols" , "AutocompleterResultTypes" ] } ,
"ReactionEmojiUtils" : { "props" : [ "getReactionEmojiName" , "getReactionEmojiName" ] } ,
"ReactionUtils" : { "props" : [ "addReaction" , "removeReaction" ] } ,
"RecentMentionUtils" : { "props" : [ "deleteRecentMention" , "fetchRecentMentions" ] } ,
2021-03-15 13:52:24 +01:00
"RelationshipStore" : { "props" : [ "getFriendIDs" , "getRelationships" ] } ,
"RelationshipUtils" : { "props" : [ "addRelationship" , "removeRelationship" ] } ,
2020-09-10 19:20:16 +02:00
"SearchPageUtils" : { "props" : [ "searchNextPage" , "searchPreviousPage" ] } ,
2021-03-17 14:21:20 +01:00
"SettingsStore" : { "props" : [ "guildPositions" , "theme" ] } ,
2020-09-10 19:20:16 +02:00
"SettingsUtils" : { "props" : [ "updateRemoteSettings" , "updateLocalSettings" ] } ,
2020-11-12 15:34:46 +01:00
"SimpleMarkdownParser" : { "props" : [ "parseBlock" , "parseInline" , "defaultOutput" ] } ,
2020-09-10 19:20:16 +02:00
"SlateUtils" : { "props" : [ "serialize" , "deserialize" ] , "notProps" : [ "getFlag" ] } ,
"SlateSelectionUtils" : { "props" : [ "serialize" , "serializeSelection" ] } ,
"SlowmodeUtils" : { "props" : [ "getSlowmodeCooldownGuess" ] } ,
"SoundStateUtils" : { "props" : [ "isSoundDisabled" , "getDisabledSounds" ] } ,
"SoundUtils" : { "props" : [ "playSound" , "createSound" ] } ,
2021-04-09 19:56:57 +02:00
"SpellCheckStore" : { "strings" : [ "SPELLCHECK_LEARN_WORD" , "isEnabled" ] , "value" : "default" } ,
2020-09-10 19:20:16 +02:00
"SpellCheckUtils" : { "props" : [ "learnWord" , "toggleSpellcheck" ] } ,
"SpotifyTrackUtils" : { "props" : [ "hasConnectedAccount" , "getLastPlayedTrackId" ] } ,
"SpotifyUtils" : { "props" : [ "setActiveDevice" , "pause" ] } ,
2021-05-07 10:59:50 +02:00
"StageChannelLiveStore" : { "props" : [ "getAllLiveStageChannels" , "useAllLiveStageChannels" ] } ,
2021-05-07 10:09:39 +02:00
"StageChannelStore" : { "props" : [ "getStageInstanceByChannel" , "getAllStageInstances" ] } ,
2020-09-10 19:20:16 +02:00
"StateStoreUtils" : { "props" : [ "useStateFromStores" , "useStateFromStoresArray" ] } ,
"StatusMetaUtils" : { "props" : [ "getApplicationActivity" , "getStatus" ] } ,
"StoreChangeUtils" : { "props" : [ "get" , "set" , "clear" , "remove" ] } ,
"StreamerModeStore" : { "props" : [ "disableSounds" , "hidePersonalInformation" ] } ,
"StreamUtils" : { "props" : [ "getActiveStreamForUser" , "getAllApplicationStreams" ] } ,
"StringUtils" : { "props" : [ "cssValueToNumber" , "upperCaseFirstChar" ] } ,
"TimestampUtils" : { "props" : [ "fromTimestamp" , "extractTimestamp" ] } ,
2021-03-10 10:09:51 +01:00
"TimeUtils" : { "props" : [ "calendarFormat" , "dateFormat" ] } ,
2020-09-10 19:20:16 +02:00
"UnreadGuildUtils" : { "props" : [ "hasUnread" , "getUnreadGuilds" ] } ,
"UnreadChannelUtils" : { "props" : [ "getUnreadCount" , "getOldestUnreadMessageId" ] } ,
"UploadUtils" : { "props" : [ "upload" , "instantBatchUpload" ] } ,
"URLParser" : { "props" : [ "parse" , "resolveObject" ] } ,
"UserFetchUtils" : { "props" : [ "fetchCurrentUser" , "getUser" ] } ,
"UserNameUtils" : { "props" : [ "getName" , "getNickname" ] } ,
"UserProfileUtils" : { "props" : [ "open" , "fetchProfile" ] } ,
"UserSettingsUtils" : { "props" : [ "open" , "updateAccount" ] } ,
"UserStore" : { "props" : [ "getUser" , "getUsers" ] } ,
"Utilities" : { "props" : [ "flatMap" , "cloneDeep" ] } ,
2021-04-24 14:00:36 +02:00
"VoiceChannelUtils" : { "props" : [ "isFullscreenInContext" , "getParticipants" ] } ,
2020-09-10 19:20:16 +02:00
"VoiceUtils" : { "props" : [ "getAllVoiceStates" , "getVoiceStatesForChannel" ] } ,
2021-02-02 12:39:24 +01:00
"WindowUtils" : { "props" : [ "minimize" , "maximize" , "close" ] } ,
2020-09-10 19:20:16 +02:00
"ZoomUtils" : { "props" : [ "setZoom" , "setFontSize" ] }
2020-09-10 19:09:50 +02:00
} ,
2020-09-10 11:21:14 +02:00
"ModuleUtilsConfig" : {
"PatchTypes" : [
"before" ,
"instead" ,
"after"
] ,
2020-09-10 11:22:10 +02:00
"InstanceFunctions" : [
"render" ,
"componentDidMount" ,
"componentDidUpdate" ,
"componentWillUnmount"
] ,
2020-09-10 11:21:14 +02:00
"PatchMap" : {
2021-03-20 10:11:05 +01:00
"AuditLogs" : "GuildSettingsAuditLog" ,
2020-09-10 11:21:14 +02:00
"BannedCard" : "BannedUser" ,
"ChannelWindow" : "Channel" ,
"InvitationCard" : "InviteRow" ,
"InviteCard" : "InviteRow" ,
"MemberCard" : "Member" ,
"PopoutContainer" : "Popout" ,
"QuickSwitchResult" : "Result" ,
"UserProfile" : "UserProfileBody"
} ,
"ForceObserve" : [
"DirectMessage" ,
"GuildIcon"
] ,
2021-03-03 13:46:30 +01:00
"MemoComponent" : [ ] ,
"SubRender" : [ ] ,
"NonPrototype" : [ ] ,
2020-09-10 11:21:14 +02:00
"Finder" : {
"Account" : { "class" : "accountinfo" } ,
"App" : { "class" : "app" } ,
"AppSkeleton" : { "class" : "app" } ,
2021-03-20 10:11:05 +01:00
"AuditLogs" : { "class" : "auditlog" } ,
2020-09-10 11:21:14 +02:00
"AuthWrapper" : { "class" : "loginscreen" } ,
"Avatar" : { "props" : [ "AnimatedAvatar" ] } ,
"BannedCard" : { "class" : "guildsettingsbannedcard" } ,
"Category" : { "class" : "categorycontainerdefault" } ,
"ChannelCall" : { "class" : "callcurrentcontainer" } ,
2021-02-04 21:13:55 +01:00
"ChannelCategoryItem" : { "strings" : [ "muted" , "channel" , "collapsed" ] , "exported" : true } ,
2020-09-10 11:21:14 +02:00
"ChannelMember" : { "class" : "member" } ,
2020-10-15 13:44:43 +02:00
"ChannelMembers" : { "class" : "members" } ,
2020-09-10 11:21:14 +02:00
"Channels" : { "class" : "guildchannels" } ,
"ChannelTextAreaForm" : { "class" : "chatform" } ,
"ChannelWindow" : { "class" : "chatcontent" } ,
2021-03-03 13:10:40 +01:00
"ChatMessage" : { "strings" : [ "childrenMessageContent" , "childrenRepliedMessage" , "message.id" ] } ,
2021-01-06 11:23:47 +01:00
"CustomStatusModal" : { "class" : "customstatusmodal" } ,
2020-09-10 11:21:14 +02:00
"DirectMessage" : { "class" : "guildouter" } ,
2021-03-13 11:32:00 +01:00
"EmojiPicker" : { "strings" : [ "EMOJI_PICKER_TAB_PANEL_ID" , "diversitySelector" ] } ,
2020-11-12 18:30:59 +01:00
"FocusRing" : { "props" : [ "FocusRingScope" ] } ,
2021-01-08 19:38:02 +01:00
"GuestHomeButton" : { "props" : [ "GuestHomeButton" ] } ,
2020-09-10 11:21:14 +02:00
"Guild" : { "class" : "guildouter" } ,
2020-09-12 17:34:45 +02:00
"GuildFolder" : { "class" : "guildfolderwrapper" , "special" : [ { "path" : "return.memoizedProps.folderId" } , { "path" : "return.memoizedProps.guildIds" } ] } ,
2020-09-10 11:21:14 +02:00
"GuildIcon" : { "class" : "avataricon" } ,
2020-11-21 18:59:05 +01:00
"GuildRoleSettings" : { "class" : "settingswindowcontentregion" } ,
2020-09-10 11:21:14 +02:00
"Guilds" : { "class" : "guildswrapper" } ,
"GuildSettings" : { "class" : "layer" } ,
"GuildSettingsBans" : { "class" : "guildsettingsbannedcard" } ,
"GuildSettingsEmoji" : { "class" : "guildsettingsemojicard" } ,
"GuildSettingsMembers" : { "class" : "guildsettingsmembercard" } ,
"GuildSidebar" : { "class" : "guildchannels" } ,
"I18nLoaderWrapper" : { "class" : "app" } ,
"InstantInviteModal" : { "class" : "invitemodalwrapper" } ,
"InvitationCard" : { "class" : "invitemodalinviterow" } ,
2020-09-16 14:26:56 +02:00
"InviteGuildName" : { "props" : [ "GuildName" , "GuildTemplateName" ] } ,
2020-09-10 11:21:14 +02:00
"InviteCard" : { "class" : "guildsettingsinvitecard" } ,
"MemberCard" : { "class" : "guildsettingsmembercard" } ,
2021-04-02 15:15:15 +02:00
"MemberRoles" : { "props" : [ "MemberRole" ] } ,
2021-03-03 13:10:40 +01:00
"Message" : { "strings" : [ "childrenMessageContent" , "childrenRepliedMessage" , "zalgo" ] } ,
2021-04-08 10:13:02 +02:00
"MessageHeader" : { "strings" : [ "ANIMATE_CHAT_AVATAR" , "showUsernamePopout" ] } ,
2020-09-10 11:21:14 +02:00
"Messages" : { "strings" : [ "group-spacing-" , "canManageMessages" ] } ,
2020-10-07 10:04:18 +02:00
"MessageUsername" : { "strings" : [ "default.username" , "colorString" , "compact" ] } ,
2020-09-10 11:21:14 +02:00
"ModalLayer" : { "class" : "layermodal" } ,
"MutualGuilds" : { "class" : "userprofilebody" } ,
"MutualFriends" : { "class" : "userprofilebody" } ,
"Note" : { "class" : "usernotetextarea" } ,
"PopoutContainer" : { "class" : "popout" } ,
"Popouts" : { "class" : "popouts" } ,
"PrivateChannelCall" : { "class" : "callcurrentcontainer" } ,
"PrivateChannelCallParticipants" : { "class" : "callcurrentcontainer" } ,
"PrivateChannelRecipientsInvitePopout" : { "class" : "searchpopoutdmaddpopout" } ,
"PrivateChannelsList" : { "class" : "dmchannelsscroller" } ,
"QuickSwitchChannelResult" : { "class" : "quickswitchresult" } ,
"QuickSwitchGuildResult" : { "class" : "quickswitchresult" } ,
"QuickSwitchResult" : { "class" : "quickswitchresult" } ,
"Reaction" : { "class" : "messagereactionme" } ,
"Reactor" : { "class" : "messagereactionsmodalreactor" } ,
2020-10-28 23:59:52 +01:00
"ReactorsComponent" : { "class" : "messagereactionsmodalreactor" } ,
2021-02-24 17:00:10 +01:00
"RichChannelMention" : { "props" : [ "ChannelMention" ] } ,
"RichUserMention" : { "props" : [ "UserMention" ] } ,
2020-09-10 11:21:14 +02:00
"RTCConnection" : { "class" : "voicedetails" } ,
"SearchResults" : { "class" : "searchresultswrap" } ,
"SearchResultsInner" : { "strings" : [ "SEARCH_HIDE_BLOCKED_MESSAGES" , "totalResults" , "SEARCH_PAGE_SIZE" ] } ,
2021-03-13 12:49:41 +01:00
"StandardSidebarView" : { "class" : "settingswindowstandardsidebarview" } ,
2020-09-10 11:21:14 +02:00
"TypingUsers" : { "class" : "typing" } ,
"UnavailableGuildsButton" : { "props" : [ "UnavailableGuildsButton" ] } ,
"UnreadDMs" : { "class" : "guildsscroller" } ,
"Upload" : { "class" : "uploadmodal" } ,
"UserHook" : { "class" : "auditloguserhook" } ,
"UserPopout" : { "class" : "userpopout" } ,
"UserProfile" : { "class" : "userprofile" } ,
2021-03-03 11:20:40 +01:00
"UserSettingsAppearance" : { "class" : "usersettingsappearancepreview" } ,
"V2C_ContentColumn" : { "class" : "settingswindowcontentcolumn" , "special" : [ { "path" : "return.stateNode.props.title" , "value" : [ "PLUGINS" , "THEMES" ] } ] }
2020-09-10 11:21:14 +02:00
} ,
"LoadedInComponents" : {
"AutocompleteChannelResult" : "LibraryComponents.AutocompleteItems.Channel" ,
"AutocompleteUserResult" : "LibraryComponents.AutocompleteItems.User" ,
"QuickSwitchChannelResult" : "LibraryComponents.QuickSwitchItems.Channel" ,
"QuickSwitchGroupDMResult" : "LibraryComponents.QuickSwitchItems.GroupDM" ,
"QuickSwitchGuildResult" : "LibraryComponents.QuickSwitchItems.Guild" ,
"QuickSwitchUserResult" : "LibraryComponents.QuickSwitchItems.User"
}
} ,
2020-09-10 10:19:12 +02:00
"NativeSubComponents" : {
"Button" : { "props" : [ "Colors" , "Hovers" , "Looks" ] } ,
"Checkbox" : { "name" : "Checkbox" } ,
"Clickable" : { "name" : "Clickable" } ,
"FavButton" : { "name" : "GIFFavButton" } ,
"KeybindRecorder" : { "name" : "KeybindRecorder" } ,
"MenuCheckboxItem" : { "name" : "MenuCheckboxItem" } ,
"MenuControlItem" : { "name" : "MenuControlItem" } ,
"MenuItem" : { "name" : "MenuItem" } ,
"PopoutContainer" : { "name" : "Popout" } ,
"QuickSelect" : { "name" : "QuickSelectWrapper" } ,
"RadioGroup" : { "name" : "RadioGroup" } ,
2020-09-10 20:05:47 +02:00
"SearchBar" : { "name" : "SearchBar" , "protos" : [ "focus" ] } ,
2021-03-20 16:40:41 +01:00
"SearchableSelect" : { "name" : "SearchableSelect" } ,
2020-09-10 10:19:12 +02:00
"Select" : { "name" : "SelectTempWrapper" } ,
"Slider" : { "name" : "Slider" } ,
"Switch" : { "name" : "Switch" } ,
"TabBar" : { "name" : "TabBar" } ,
"Table" : { "name" : "Table" } ,
"TextArea" : { "name" : "TextArea" } ,
2020-09-12 18:20:04 +02:00
"TextInput" : { "name" : "TextInput" } ,
2020-09-10 10:19:12 +02:00
"TooltipContainer" : { "name" : "Tooltip" }
} ,
2020-09-10 10:44:07 +02:00
"LibraryComponents" : {
"Anchor" : { "name" : "Anchor" } ,
"Animations" : { "props" : [ "Controller" , "Spring" ] , "assign" : true } ,
"AutocompleteItems" : { "props" : [ "Generic" , "User" , "Command" ] } ,
"AutocompleteMenu" : { "name" : "Autocomplete" } ,
"AvatarComponents" : { "props" : [ "AnimatedAvatar" ] } ,
"Badges" : { "props" : [ "IconBadge" , "NumberBadge" ] , "assign" : true } ,
"CardRemoveButton" : { "name" : "RemoveButton" } ,
2021-01-01 16:19:27 +01:00
"Checkmark" : { "name" : "Checkmark" } ,
2020-09-10 10:44:07 +02:00
"Connectors" : { "props" : [ "Router" , "Link" ] , "assign" : true } ,
"DiscordTag" : { "name" : "DiscordTag" } ,
"Emoji" : { "strings" : [ "emojiName" , "shouldAnimate" , "jumboable" ] , "value" : "default" } ,
"EmojiButton" : { "name" : "EmojiButton" } ,
2021-03-13 12:49:41 +01:00
"EmojiPicker" : { "strings" : [ "EMOJI_PICKER_TAB_PANEL_ID" , "diversitySelector" ] } ,
2020-09-10 10:44:07 +02:00
"Flex" : { "props" : [ "Wrap" , "Direction" , "Child" ] } ,
2021-05-31 14:05:50 +02:00
"FlowerStar" : { "name" : "FlowerStar" } ,
2021-01-01 16:26:04 +01:00
"FocusRingScope" : { "props" : [ "FocusRingScope" ] , "value" : "default" } ,
2020-09-10 10:44:07 +02:00
"FormComponents" : { "props" : [ "FormSection" , "FormText" ] , "assign" : true } ,
"GuildComponents Badge" : { "name" : "GuildBadge" } ,
"GuildComponents BlobMask" : { "name" : "BlobMask" } ,
"GuildComponents Icon" : { "name" : "GuildIconWrapper" } ,
"GuildComponents Items" : { "props" : [ "Separator" , "DragPlaceholder" ] } ,
2021-02-13 21:38:08 +01:00
"GuildComponents MutedText" : { "props" : [ "useMutedUntilText" ] , "value" : "default" } ,
2020-09-10 10:44:07 +02:00
"GuildComponents Pill" : { "strings" : [ "opacity:1,height:" , "20:8" , "default.item" ] } ,
"HeaderBarComponents" : { "name" : "HeaderBarContainer" } ,
2020-11-17 18:40:02 +01:00
"Image" : { "props" : [ "ImageReadyStates" ] } ,
2020-09-10 10:44:07 +02:00
"ImageModal" : { "name" : "ImageModal" } ,
"LazyImage" : { "name" : "LazyImage" } ,
"ListHeader" : { "name" : "ListSectionItem" } ,
"Mask" : { "name" : "Mask" } ,
"Menu" : { "name" : "Menu" } ,
"MenuItems" : { "props" : [ "MenuItem" , "MenuGroup" ] , "assign" : true } ,
"MenuItems Colors" : { "props" : [ "MenuItemColor" ] , "value" : "MenuItemColor" } ,
"MessageGroup" : { "name" : "ChannelMessage" } ,
"MessagesPopoutComponents" : { "props" : [ "Header" , "EmptyStateBottom" ] } ,
"ModalComponents" : { "props" : [ "ModalContent" , "ModalFooter" ] , "assign" : true } ,
"NavItem" : { "name" : "NavItem" } ,
2021-01-09 18:53:08 +01:00
"Paginator" : { "name" : "Paginator" } ,
2021-03-17 14:12:23 +01:00
"PanelButton" : { "name" : "PanelButton" } ,
2021-01-06 15:48:31 +01:00
"PopoutCSSAnimator" : { "name" : "PopoutCSSAnimator" } ,
2020-09-10 10:44:07 +02:00
"PopoutFocusLock" : { "strings" : [ "useFocusLock" , "useImperativeHandle" ] } ,
"PrivateChannelItems" : { "props" : [ "DirectMessage" , "GroupDM" ] } ,
"QuickSwitchItems" : { "props" : [ "Channel" , "GroupDM" , "Header" ] } ,
"QuickSwitchMenu" : { "name" : "QuickSwitcher" } ,
2020-09-10 20:07:47 +02:00
"Scrollers Auto" : { "props" : [ "AdvancedScrollerThin" , "AdvancedScrollerAuto" ] , "value" : "AdvancedScrollerAuto" } ,
"Scrollers None" : { "props" : [ "AdvancedScrollerThin" , "AdvancedScrollerAuto" ] , "value" : "AdvancedScrollerNone" } ,
"Scrollers Thin" : { "props" : [ "AdvancedScrollerThin" , "AdvancedScrollerAuto" ] , "value" : "AdvancedScrollerThin" } ,
2020-09-10 10:44:07 +02:00
"Spinner" : { "name" : "Spinner" } ,
2021-04-13 16:30:51 +02:00
"Status" : { "name" : "Status" } ,
2021-01-06 16:03:18 +01:00
"StatusPickerPopout" : { "strings" : [ "\"StatusPickerPopout\"" ] , "value" : "default" } ,
2020-09-10 10:44:07 +02:00
"TextElement" : { "name" : "Text" } ,
2021-05-29 15:58:19 +02:00
"UserBadges" : { "props" : [ "BadgeSizes" ] } ,
2021-05-29 17:07:15 +02:00
"UserBadgesKeys" : { "props" : [ "BadgeKeys" ] , "value" : "BadgeKeys" } ,
2021-01-09 17:39:23 +01:00
"UserPopout" : { "name" : "ConnectedUserPopout" } ,
2021-03-06 17:55:56 +01:00
"UserSummaryItem" : { "name" : "UserSummaryItem" } ,
2021-03-06 18:03:35 +01:00
"VideoForwardRef" : { "strings" : [ "displayName=\"Video\"" , "\"video\"" , "HTMLImageElement" ] , "value" : "default" }
2020-09-10 10:44:07 +02:00
} ,
2020-11-20 10:10:23 +01:00
"SvgIcons" : {
2021-05-18 17:58:34 +02:00
"ACTIVITY" : {
"defaultProps" : {
"width" : 16 ,
"height" : 16
} ,
"icon" : "<svg name='Activity' width='%%width' height='%%height' viewBox='0 0 16 16'><path fill='%%color' d='M6,7 L2,7 L2,6 L6,6 L6,7 Z M8,5 L2,5 L2,4 L8,4 L8,5 Z M8,3 L2,3 L2,2 L8,2 L8,3 Z M8.88888889,0 L1.11111111,0 C0.494444444,0 0,0.494444444 0,1.11111111 L0,8.88888889 C0,9.50253861 0.497461389,10 1.11111111,10 L8.88888889,10 C9.50253861,10 10,9.50253861 10,8.88888889 L10,1.11111111 C10,0.494444444 9.5,0 8.88888889,0 Z' transform='translate(3 3)'/></svg>"
} ,
"ACTIVITY_DISABLED" : {
"defaultProps" : {
"width" : 16 ,
"height" : 16 ,
"foreground" : 16
} ,
2021-05-18 19:15:26 +02:00
"icon" : "<svg name='ActivityDisabled' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 16 16'><path fill='%%color' d='M 4.1113281 3 C 3.4946615 3 3 3.4946615 3 4.1113281 L 3 10.46875 L 5.484375 8 L 5 8 L 5 7 L 6.4902344 7 L 7.4980469 6 L 5 6 L 5 5 L 8.5039062 5 L 10.517578 3 L 4.1113281 3 z M 13 5.5390625 L 11 7.5390625 L 11 8 L 10.539062 8 L 9 9.5390625 L 9 10 L 8.5390625 10 L 8.5117188 10.027344 L 5.5195312 13 L 11.888672 13 C 12.502322 13 13 12.502322 13 11.888672 L 13 5.5390625 z'/><path d='M 14,2.8466665 13.153333,1.9999998 2,13.153333 2.846666,14 5.64,11.213333 6.46,10.386667 7.566666,9.2799998 9.993333,6.8533328 Z' class='%%foreground' fill='currentColor'/></svg>"
2021-05-18 17:58:34 +02:00
} ,
2020-11-20 10:10:23 +01:00
"ARROW_DOWN" : {
"defaultProps" : {
"width" : 18 ,
"height" : 18
} ,
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='ArrowDown' width='%%width' height='%%height' viewBox='0 0 18 18'><path fill='%%color' d='M4 7l5 5 5-5H4z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"ARROW_UP" : {
"defaultProps" : {
"width" : 18 ,
"height" : 18
} ,
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='ArrowUp' width='%%width' height='%%height' viewBox='0 0 18 18'><path fill='%%color' d='M4 11l5-5 5 5H4z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
2021-05-29 17:22:10 +02:00
"BOOST" : {
"defaultProps" : {
"width" : 24 ,
"height" : 24 ,
"foreground" : ""
} ,
"icon" : "<svg name='Boost' width='%%width' height='%%height' viewBox='0 0 8 12'><path class='%%foreground' fill='%%color' d='M4 0L0 4V8L4 12L8 8V4L4 0ZM7 7.59L4 10.59L1 7.59V4.41L4 1.41L7 4.41V7.59Z'/><path class='%%foreground' fill='%%color' d='M2 4.83V7.17L4 9.17L6 7.17V4.83L4 2.83L2 4.83Z'/></svg>"
} ,
2021-03-11 15:40:04 +01:00
"CALENDAR" : {
2021-03-11 16:07:19 +01:00
"icon" : "<svg name='Calendar' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 2 2 C 0.892 2 0 2.892 0 4 L 0 6 L 24 6 L 24 4 C 24 2.892 23.108 2 22 2 L 20 2 L 20 2.4648438 C 20 3.5922824 19.108 4.5 18 4.5 C 16.892 4.5 16 3.5922823 16 2.4648438 L 16 2 L 8 2 L 8 2.4648438 C 8 3.5922824 7.108 4.5 6 4.5 C 4.892 4.5 4 3.5922823 4 2.4648438 L 4 2 L 2 2 z M 0 8 L 0 20 C 0 21.108 0.892 22 2 22 L 22 22 C 23.108 22 24 21.108 24 20 L 24 8 L 0 8 z M 4.0117188 9.5996094 L 6.0371094 9.5996094 C 6.5980344 9.5996094 7.0507812 10.052356 7.0507812 10.613281 L 7.0507812 12.636719 C 7.0507812 13.197644 6.5980344 13.650391 6.0371094 13.650391 L 4.0117188 13.650391 C 3.4507937 13.650391 3 13.197644 3 12.636719 L 3 10.613281 C 3 10.052356 3.4507937 9.5996094 4.0117188 9.5996094 z M 10.988281 9.5996094 L 13.011719 9.5996094 C 13.572644 9.5996094 14.025391 10.052356 14.025391 10.613281 L 14.025391 12.636719 C 14.025391 13.197644 13.572644 13.650391 13.011719 13.650391 L 10.988281 13.650391 C 10.427356 13.650391 9.9746094 13.197644 9.9746094 12.636719 L 9.9746094 10.613281 C 9.9746094 10.052356 10.427356 9.5996094 10.988281 9.5996094 z M 17.962891 9.5996094 L 19.988281 9.5996094 C 20.549206 9.5996094 21 10.052356 21 10.613281 L 21 12.636719 C 21 13.197644 20.549206 13.650391 19.988281 13.650391 L 17.962891 13.650391 C 17.401966 13.650391 16.949219 13.197644 16.949219 12.636719 L 16.949219 10.613281 C 16.949219 10.052356 17.401966 9.5996094 17.962891 9.5996094 z M 4.0117188 15.449219 L 6.0371094 15.449219 C 6.5980344 15.449219 7.0507812 15.901966 7.0507812 16.462891 L 7.0507812 18.488281 C 7.0507812 19.049206 6.5980344 19.5 6.0371094 19.5 L 4.0117188 19.5 C 3.4507937 19.5 3 19.049206 3 18.488281 L 3 16.462891 C 3 15.901966 3.4507938 15.449219 4.0117188 15.449219 z M 10.988281 15.449219 L 13.011719 15.449219 C 13.572644 15.449219 14.025391 15.901966 14.025391 16.462891 L 14.025391 18.488281 C 14.025391 19.049206 13.572644 19.5 13.011719 19.5 L 10.988281 19.5 C 10.427356 19.5 9.9746094 19.049206 9.9746094 18.488281 L 9.9746094 16.462891 C 9.9746094 15.901966 10.427356 15.449219 10.988281 15.449219 z M 17.962891 15.449219 L 19.988281 15.449219 C 20.549206 15.449219 21 15.901966 21 16.462891 L 21 18.488281 C 21 19.049206 20.549206 19.5 19.988281 19.5 L 17.962891 19.5 C 17.401966 19.5 16.949219 19.049206 16.949219 18.488281 L 16.949219 16.462891 C 16.949219 15.901966 17.401966 15.449219 17.962891 15.449219 z'/></svg>"
2021-03-11 15:40:04 +01:00
} ,
2020-11-20 10:10:23 +01:00
"CHANGELOG" : {
2021-02-09 13:19:47 +01:00
"icon" : "<svg name='ChangeLog' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 12.994141,2 C 7.4665894,2 3,6.4779848 3,12 H 1 L 4.0996094,15.408203 7.2226562,12 h -2 c 0,-4.2942525 3.4830736,-7.7773438 7.7773438,-7.7773438 4.294251,0 7.777344,3.4830913 7.777344,7.7773438 0,4.294253 -3.483093,7.779297 -7.777344,7.779297 -2.149914,0 -4.0886771,-0.879641 -5.4941406,-2.285156 L 5.9335938,19.066406 C 7.7390932,20.877425 10.233155,22 12.994141,22 18.521728,22 23,17.522015 23,12 23,6.4779858 18.521728,2 12.994141,2 Z m -1.496094,4.4375 v 6.632812 l 5.675781,3.367188 0.953125,-1.611328 -4.640625,-2.751953 V 6.4375 Z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"CHECKBOX" : {
"defaultProps" : {
"background" : "" ,
"foreground" : ""
} ,
2021-01-21 15:25:02 +01:00
"icon" : "<svg width='%%width' height='%%height' viewBox='0 0 24 24'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.37499 3H18.625C19.9197 3 21.0056 4.08803 21 5.375V18.625C21 19.936 19.9359 21 18.625 21H5.37499C4.06518 21 3 19.936 3 18.625V5.375C3 4.06519 4.06518 3 5.37499 3Z' class='%%background' fill='%%color'/><path d='M9.58473 14.8636L6.04944 11.4051L4.50003 12.9978L9.58473 18L19.5 8.26174L17.9656 6.64795L9.58473 14.8636Z' class='%%foreground' fill='%%color'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"CHECKBOX_EMPTY" : {
"defaultProps" : {
"foreground" : ""
} ,
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='CheckBoxEmpty' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill-rule='evenodd' clip-rule='evenodd' d='M18.625 3H5.375C4.06519 3 3 4.06519 3 5.375V18.625C3 19.936 4.06519 21 5.375 21H18.625C19.936 21 21 19.936 21 18.625V5.375C21.0057 4.08803 19.9197 3 18.625 3ZM19 19V5H4.99999V19H19Z' class='%%foreground' fill='%%color'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"CHECKMARK" : {
"defaultProps" : {
"width" : 18 ,
"height" : 18
} ,
2021-01-21 14:54:44 +01:00
"icon" : "<svg name='Checkmark' width='%%width' height='%%height' viewBox='0 0 18 18'><g fill='none' fill-rule='evenodd'><polyline stroke='%%color' stroke-width='2' points='3.5 9.5 7 13 15 5'></polyline></g></svg>"
2020-11-20 10:10:23 +01:00
} ,
2021-01-24 13:27:39 +01:00
"CHECKMARK_CIRCLE" : {
2021-01-24 14:05:34 +01:00
"icon" : "<svg name='CheckmarkCircle' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 12,1e-7 C 5.376,1e-7 0,5.376 0,12 0,18.624 5.376,24 12,24 18.624,24 24,18.624 24,12 24,5.376 18.624,1e-7 12,1e-7 Z M 9.6,18 l -6,-6 1.692,-1.692 4.308,4.296 9.11,-9.11 1.692,1.704 z'/></svg>"
2021-01-24 13:27:39 +01:00
} ,
2021-03-11 15:40:04 +01:00
"CLOCK" : {
2021-03-11 16:20:42 +01:00
"icon" : "<svg name='Clock' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 12 0 C 8.7946875 0 5.782125 1.2491254 3.515625 3.515625 C 1.249125 5.7821254 0 8.7946875 0 12 C 0 15.205313 1.249125 18.217922 3.515625 20.484375 C 5.782125 22.750828 8.7946875 24 12 24 C 15.205313 24 18.217875 22.750874 20.484375 20.484375 C 22.750875 18.217875 24 15.205313 24 12 C 24 8.7946875 22.750875 5.7820786 20.484375 3.515625 C 18.217875 1.2491254 15.205313 0 12 0 z M 10.75 2.4433594 L 10.75 3.8554688 C 10.75 4.5458054 11.309665 5.1054686 12 5.1054688 C 12.690335 5.1054688 13.25 4.5458054 13.25 3.8554688 L 13.25 2.4472656 C 17.567884 3.0099988 20.991523 6.4336856 21.554688 10.75 L 20.144531 10.75 C 19.454194 10.75 18.894531 11.309664 18.894531 12 C 18.894531 12.690334 19.454194 13.25 20.144531 13.25 L 21.554688 13.25 C 20.991523 17.566315 17.567884 20.990002 13.25 21.552734 L 13.25 20.144531 C 13.25 19.454194 12.690335 18.894531 12 18.894531 C 11.309665 18.894531 10.75 19.454194 10.75 20.144531 L 10.75 21.552734 C 6.4321157 20.990034 3.0084774 17.566319 2.4453125 13.25 L 3.8554688 13.25 C 4.5458057 13.25 5.1054688 12.690335 5.1054688 12 C 5.1054688 11.309665 4.5458057 10.75 3.8554688 10.75 L 2.4453125 10.75 C 3.008225 6.4324405 6.4313845 3.0055795 10.75 2.4433594 z M 7.5429688 6.8457031 C 7.2633181 6.8457031 6.98288 6.9506777 6.7695312 7.1640625 C 6.3427618 7.5908318 6.3427618 8.2842402 6.7695312 8.7109375 L 11.367188 13.308594 C 11.572059 13.513526 11.850845 13.628906 12.140625 13.628906 C 12.430477 13.628906 12.707164 13.513535 12.912109 13.308594 L 16.128906 10.091797 C 16.555532 9.6650989 16.555532 8.9735735 16.128906 8.546875 C 15.702136 8.1201071 15.010683 8.1201071 14.583984 8.546875 L 12.140625 10.992188 L 8.3144531 7.1640625 C 8.1010678 6.950677 7.8226195 6.8457031 7.5429688 6.8457031 z'/></svg>"
2021-03-11 15:40:04 +01:00
} ,
2020-11-20 10:10:23 +01:00
"CLOSE" : {
"defaultProps" : {
"width" : 12 ,
"height" : 12
} ,
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Close' width='%%width' height='%%height' viewBox='0 0 12 12'><g fill='none' fill-rule='evenodd'><path d='M0 0h12v12H0'/><path fill='%%color' d='M9.5 3.205L8.795 2.5 6 5.295 3.205 2.5l-.705.705L5.295 6 2.5 8.795l.705.705L6 6.705 8.795 9.5l.705-.705L6.705 6'/></g></svg>"
2020-11-20 10:10:23 +01:00
} ,
"CLOSE_CIRCLE" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='CloseCircle' width='%%width' height='%%height' viewBox='0 0 14 14'><path fill='%%color' d='M7.02799 0.333252C3.346 0.333252 0.361328 3.31792 0.361328 6.99992C0.361328 10.6819 3.346 13.6666 7.02799 13.6666C10.71 13.6666 13.6947 10.6819 13.6947 6.99992C13.6947 3.31792 10.7093 0.333252 7.02799 0.333252ZM10.166 9.19525L9.22333 10.1379L7.02799 7.94325L4.83266 10.1379L3.89 9.19525L6.08466 6.99992L3.88933 4.80459L4.832 3.86259L7.02733 6.05792L9.22266 3.86259L10.1653 4.80459L7.97066 6.99992L10.166 9.19525Z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"COG" : {
2021-03-17 14:12:23 +01:00
"icon" : "<svg name='Cog' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 19.738,10 H 22 v 4 h -2.261 c -0.241,0.931 -0.639,1.798 -1.174,2.564 L 20,18 18,20 16.565,18.564 C 15.797,19.099 14.932,19.498 14,19.738 V 22 H 10 V 19.738 C 9.069,19.498 8.203,19.099 7.436,18.564 L 6,20 4,18 5.436,16.564 C 4.901,15.799 4.502,14.932 4.262,14 H 2 V 10 H 4.262 C 4.502,9.068 4.9,8.202 5.436,7.436 L 4,6 6,4 7.436,5.436 C 8.202,4.9 9.068,4.502 10,4.262 V 2 h 4 v 2.261 c 0.932,0.241 1.797,0.639 2.565,1.174 L 18,3.999 l 2,2 -1.436,1.437 C 19.099,8.202 19.498,9.069 19.738,10 Z M 12,16 c 2.2091,0 4,-1.7909 4,-4 0,-2.20914 -1.7909,-4 -4,-4 -2.20914,0 -4,1.79086 -4,4 0,2.2091 1.79086,4 4,4 z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"CROWN" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Crown' width='%%width' height='%%height' viewBox='0 0 16 16'><path fill='%%color' fill-rule='evenodd' clip-rule='evenodd' d='M13.6572 5.42868C13.8879 5.29002 14.1806 5.30402 14.3973 5.46468C14.6133 5.62602 14.7119 5.90068 14.6473 6.16202L13.3139 11.4954C13.2393 11.7927 12.9726 12.0007 12.6666 12.0007H3.33325C3.02725 12.0007 2.76058 11.792 2.68592 11.4954L1.35258 6.16202C1.28792 5.90068 1.38658 5.62602 1.60258 5.46468C1.81992 5.30468 2.11192 5.29068 2.34325 5.42868L5.13192 7.10202L7.44592 3.63068C7.46173 3.60697 7.48377 3.5913 7.50588 3.57559C7.5192 3.56612 7.53255 3.55663 7.54458 3.54535L6.90258 2.90268C6.77325 2.77335 6.77325 2.56068 6.90258 2.43135L7.76458 1.56935C7.89392 1.44002 8.10658 1.44002 8.23592 1.56935L9.09792 2.43135C9.22725 2.56068 9.22725 2.77335 9.09792 2.90268L8.45592 3.54535C8.46794 3.55686 8.48154 3.56651 8.49516 3.57618C8.51703 3.5917 8.53897 3.60727 8.55458 3.63068L10.8686 7.10202L13.6572 5.42868ZM2.66667 12.6673H13.3333V14.0007H2.66667V12.6673Z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"DOWNLOAD" : {
"defaultProps" : {
2021-02-25 13:00:27 +01:00
"width" : 16 ,
"height" : 16
2020-11-20 10:10:23 +01:00
} ,
2021-02-25 13:00:27 +01:00
"icon" : "<svg name='Download' width='%%width' height='%%height' viewBox='0 0 16 16'><path fill='%%color' fill-rule='evenodd' d='M7.47 10.78a.75.75 0 001.06 0l3.75-3.75a.75.75 0 00-1.06-1.06L8.75 8.44V1.75a.75.75 0 00-1.5 0v6.69L4.78 5.97a.75.75 0 00-1.06 1.06l3.75 3.75zM3.75 13a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"DROPPER" : {
"defaultProps" : {
"width" : 16 ,
"height" : 16 ,
"foreground" : ""
} ,
2021-01-21 15:25:02 +01:00
"icon" : "<svg width='%%width' height='%%height' viewBox='0 0 16 16'><g fill='none'><path d='M-4-4h24v24H-4z'/><path class='%%foreground' fill='%%color' d='M14.994 1.006C13.858-.257 11.904-.3 10.72.89L8.637 2.975l-.696-.697-1.387 1.388 5.557 5.557 1.387-1.388-.697-.697 1.964-1.964c1.13-1.13 1.3-2.985.23-4.168zm-13.25 10.25c-.225.224-.408.48-.55.764L.02 14.37l1.39 1.39 2.35-1.174c.283-.14.54-.33.765-.55l4.808-4.808-2.776-2.776-4.813 4.803z'/></g></svg>"
2020-11-20 10:10:23 +01:00
} ,
2021-05-03 15:26:32 +02:00
"EYE" : {
"icon" : "<svg name='Eye' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='m 12,4.8468858 c -4.5854555,0 -8.7437859,2.5087448 -11.8122114,6.5836142 -0.2503836,0.333845 -0.2503836,0.800246 0,1.13409 C 3.2562141,16.644369 7.4145445,19.153114 12,19.153114 c 4.585455,0 8.743786,-2.508745 11.812211,-6.583614 0.250384,-0.333845 0.250384,-0.800246 0,-1.13409 C 20.743786,7.3556306 16.585455,4.8468858 12,4.8468858 Z M 12.328935,17.037128 C 9.2850571,17.228597 6.7714025,14.719852 6.9628723,11.671065 7.1199757,9.1574101 9.1574101,7.1199755 11.671065,6.9628721 c 3.043878,-0.1914698 5.557532,2.317275 5.366063,5.3660629 -0.162013,2.508745 -2.199448,4.54618 -4.708193,4.708193 z m -0.152194,-2.327094 c -1.639766,0.103099 -2.9947829,-1.247009 -2.8867749,-2.886775 0.08346,-1.355017 1.1831849,-2.4498317 2.5382019,-2.5382024 1.639767,-0.1030991 2.994784,1.2470084 2.886775,2.8867754 -0.08837,1.359926 -1.188094,2.45474 -2.538202,2.538202 z'/></svg>"
} ,
2020-11-20 10:10:23 +01:00
"FOLDER" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Folder' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M20 7H12L10.553 5.106C10.214 4.428 9.521 4 8.764 4H3C2.447 4 2 4.447 2 5V19C2 20.104 2.895 21 4 21H20C21.104 21 22 20.104 22 19V9C22 7.896 21.104 7 20 7Z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
2021-05-18 17:58:34 +02:00
"GAMEPAD" : {
"icon" : "<svg name='Gamepad' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 5.7066445,4.9022473 H 18.293275 c 1.595895,0 2.92046,1.2333283 3.034163,2.8251676 l 0.667683,9.3475611 c 0.0743,1.040197 -0.708715,1.943677 -1.748914,2.017977 -0.04477,0.0032 -0.08964,0.0048 -0.134531,0.0048 -1.191828,0 -2.230714,-0.811138 -2.519775,-1.96738 l -0.522119,-2.08848 H 6.930137 l -0.5221194,2.088478 c -0.2890608,1.156242 -1.3279463,1.96738 -2.5197742,1.96738 -1.0428481,0 -1.8882436,-0.845396 -1.8882436,-1.888243 0,-0.04488 0.0016,-0.08976 0.0048,-0.134532 L 2.6724812,7.7274149 C 2.7861841,6.1355756 4.1107494,4.9022473 5.7066445,4.9022473 Z m 8.8282265,5.0698223 c 0.839995,0 1.520947,-0.680951 1.520947,-1.5209465 0,-0.8399957 -0.680952,-1.5209468 -1.520947,-1.5209468 -0.839996,0 -1.520947,0.6809511 -1.520947,1.5209468 0,0.8399955 0.680951,1.5209465 1.520947,1.5209465 z m 4.055858,3.0418944 c 0.839996,0 1.520947,-0.680952 1.520947,-1.520947 0,-0.839995 -0.680951,-1.5209474 -1.520947,-1.5209474 -0.839996,0 -1.520947,0.6809524 -1.520947,1.5209474 0,0.839995 0.680951,1.520947 1.520947,1.520947 z M 5.9161725,8.9581056 H 3.8882434 v 2.0279294 h 2.0279291 v 2.027929 H 7.9441016 V 10.986035 H 9.9720304 V 8.9581056 H 7.9441016 V 6.9301763 H 5.9161725 Z'/></svg>"
} ,
"GAMEPAD_DISABLED" : {
"defaultProps" : {
"foreground" : ""
} ,
"icon" : "<svg name='GamepadDisabled' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='m 5.707493,4.903746 c -1.5957556,0 -2.921198,1.232272 -3.0348909,2.823972 l -0.6679103,9.346058 c -0.0032,0.04477 -0.00469,0.09105 -0.00469,0.135925 0,0.286145 0.068875,0.553783 0.1827966,0.796805 L 7.1745522,13.014755 H 5.9160685 v -2.02951 H 3.8889021 V 8.958078 H 5.9160685 V 6.930913 H 7.943235 v 2.027165 h 2.0295102 v 1.258484 L 15.285561,4.903746 Z m 15.366625,1.832652 -4.813642,4.813642 -3.491882,3.491882 h 4.300405 l 0.522611,2.088099 c 0.289036,1.156141 1.327587,1.966233 2.519311,1.966233 0.04489,0 0.08882,-0.0014 0.133582,-0.0047 1.040108,-0.0743 1.824922,-0.977685 1.750628,-2.01779 l -0.66791,-9.346079 c -0.02519,-0.352659 -0.11926,-0.683371 -0.253103,-0.99132 z m -2.484157,3.236436 c 0.839921,0 1.52096,0.681039 1.52096,1.52096 0,0.839923 -0.681039,1.520961 -1.52096,1.520961 -0.839923,0 -1.520962,-0.681038 -1.520962,-1.520961 0,-0.839921 0.681039,-1.52096 1.520962,-1.52096 z M 7.943235,10.985245 v 1.260827 l 1.2608277,-1.260827 z'/><path d='M21 4.27L19.73 3L3 19.73L4.27 21L8.46 16.82L9.69 15.58L11.35 13.92L14.99 10.28L21 4.27Z' class='%%foreground' fill='currentColor'/></svg>"
} ,
2020-11-20 10:10:23 +01:00
"GITHUB" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Github' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='%%color'><path d='m12 .5c-6.63 0-12 5.28-12 11.792 0 5.211 3.438 9.63 8.205 11.188.6.111.82-.254.82-.567 0-.28-.01-1.022-.015-2.005-3.338.711-4.042-1.582-4.042-1.582-.546-1.361-1.335-1.725-1.335-1.725-1.087-.731.084-.716.084-.716 1.205.082 1.838 1.215 1.838 1.215 1.07 1.803 2.809 1.282 3.495.981.108-.763.417-1.282.76-1.577-2.665-.295-5.466-1.309-5.466-5.827 0-1.287.465-2.339 1.235-3.164-.135-.298-.54-1.497.105-3.121 0 0 1.005-.316 3.3 1.209.96-.262 1.98-.392 3-.398 1.02.006 2.04.136 3 .398 2.28-1.525 3.285-1.209 3.285-1.209.645 1.624.24 2.823.12 3.121.765.825 1.23 1.877 1.23 3.164 0 4.53-2.805 5.527-5.475 5.817.42.354.81 1.077.81 2.182 0 1.578-.015 2.846-.015 3.229 0 .309.21.678.825.56 4.801-1.548 8.236-5.97 8.236-11.173 0-6.512-5.373-11.792-12-11.792z'/></g></svg>"
2020-11-20 10:10:23 +01:00
} ,
2021-05-15 15:27:15 +02:00
"GLOBE" : {
"defaultProps" : {
"width" : 20 ,
"height" : 20
} ,
"icon" : "<svg name='Globe' width='%%width' height='%%height' viewBox='0 0 20 20'><g fill='%%color'><path d='M 9.99,0 C 4.47,0 0,4.48 0,10 0,15.52 4.47,20 9.99,20 15.52,20 20,15.52 20,10 20,4.48 15.52,0 9.99,0 Z m 6.93,6 H 13.97 C 13.65,4.75 13.19,3.55 12.59,2.44 14.43,3.07 15.96,4.35 16.92,6 Z M 10,2.04 c 0.83,1.2 1.48,2.53 1.91,3.96 H 8.09 C 8.52,4.57 9.17,3.24 10,2.04 Z M 2.26,12 C 2.1,11.36 2,10.69 2,10 2,9.31 2.1,8.64 2.26,8 H 5.64 C 5.56,8.66 5.5,9.32 5.5,10 c 0,0.68 0.06,1.34 0.14,2 z m 0.82,2 h 2.95 c 0.32,1.25 0.78,2.45 1.38,3.56 C 5.57,16.93 4.04,15.66 3.08,14 Z M 6.03,6 H 3.08 C 4.04,4.34 5.57,3.07 7.41,2.44 6.81,3.55 6.35,4.75 6.03,6 Z M 10,17.96 C 9.17,16.76 8.52,15.43 8.09,14 h 3.82 C 11.48,15.43 10.83,16.76 10,17.96 Z M 12.34,12 H 7.66 C 7.57,11.34 7.5,10.68 7.5,10 7.5,9.32 7.57,8.65 7.66,8 h 4.68 c 0.09,0.65 0.16,1.32 0.16,2 0,0.68 -0.07,1.34 -0.16,2 z m 0.25,5.56 c 0.6,-1.11 1.06,-2.31 1.38,-3.56 h 2.95 c -0.96,1.65 -2.49,2.93 -4.33,3.56 z M 14.36,12 c 0.08,-0.66 0.14,-1.32 0.14,-2 0,-0.68 -0.06,-1.34 -0.14,-2 h 3.38 C 17.9,8.64 18,9.31 18,10 c 0,0.69 -0.1,1.36 -0.26,2 z'/></g></svg>"
} ,
2020-11-20 10:10:23 +01:00
"GRADIENT" : {
"defaultProps" : {
"width" : 36 ,
"height" : 36
} ,
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Gradient' width='%%width' height='%%height' viewBox='0 0 36 36'><path fill='%%color' d='M 5,0 C 0,0 0,5 0,5 V 31 c 0,5 5,5 5,5 h 26 c 5,0 5,-5 5,-5 V 5 C 36,0 31,0 31,0 Z M 4,4 h 8 v 4 h 4 v -4 h 4 v 4 h 4 V 12 h -4 v 4 h 4 v 4 h -4 v 4 h 4 v 4 h -4 v 4 h -4 v -4 h -4 v 4 H 4 Z M 16,28 h 4 v -4 h -4 z m 0,-4 v -4 h -4 v 4 z m 0,-4 h 4 v -4 h -4 z m 0,-4 v -4 h -4 v 4 z m 0,-4 h 4 V 8 h -4 z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
2021-05-03 10:08:23 +02:00
"HEART" : {
"defaultProps" : {
"width" : 16 ,
"height" : 16
} ,
"icon" : "<svg name='Heart' width='%%width' height='%%height' viewBox='0 0 16 16'><path fill='%%color' fill-rule='evenodd' d='M4.25 2.5c-1.336 0-2.75 1.164-2.75 3 0 2.15 1.58 4.144 3.365 5.682A20.565 20.565 0 008 13.393a20.561 20.561 0 003.135-2.211C12.92 9.644 14.5 7.65 14.5 5.5c0-1.836-1.414-3-2.75-3-1.373 0-2.609.986-3.029 2.456a.75.75 0 01-1.442 0C6.859 3.486 5.623 2.5 4.25 2.5zM8 14.25l-.345.666-.002-.001-.006-.003-.018-.01a7.643 7.643 0 01-.31-.17 22.075 22.075 0 01-3.434-2.414C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.045 5.231-3.885 6.818a22.08 22.08 0 01-3.744 2.584l-.018.01-.006.003h-.002L8 14.25zm0 0l.345.666a.752.752 0 01-.69 0L8 14.25z'/></svg>"
} ,
2021-01-24 13:27:39 +01:00
"INFO" : {
2021-01-24 14:05:34 +01:00
"icon" : "<svg name='Info' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 12,0 C 5.376,0 0,5.376 0,12 0,18.624 5.376,24 12,24 18.624,24 24,18.624 24,12 24,5.376 18.624,0 12,0 Z m 1.2,18 h -2.4 v -7.2 h 2.4 z m 0,-9.6 h -2.4 v -2.4 h 2.4 z'/></svg>"
2021-01-24 13:27:39 +01:00
} ,
2020-11-20 10:10:23 +01:00
"LEFT_CARET" : {
2021-01-21 14:54:44 +01:00
"icon" : "<svg name='LeftCaret' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd'><polygon fill='%%color' fill-rule='nonzero' points='18.35 4.35 16 2 6 12 16 22 18.35 19.65 10.717 12'></polygon><polygon points='0 0 24 0 24 24 0 24'></polygon></g></svg>"
2020-11-20 10:10:23 +01:00
} ,
"LEFT_DOUBLE_CARET" : {
2021-01-21 14:54:44 +01:00
"icon" : "<svg name='LeftDoubleCaret' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd'><polygon fill='%%color' fill-rule='nonzero' points='12.35 4.35 10 2 0 12 10 22 12.35 19.65 4.717 12'></polygon><polygon fill='%%color' fill-rule='nonzero' points='24.35 4.35 22 2 12 12 22 22 24.35 19.65 16.717 12'></polygon><polygon points='0 0 24 0 24 24 0 24'></polygon></g></svg>"
2020-11-20 10:10:23 +01:00
} ,
"LOCK_CLOSED" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='LockClosed' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M17 11V7C17 4.243 14.756 2 12 2C9.242 2 7 4.243 7 7V11C5.897 11 5 11.896 5 13V20C5 21.103 5.897 22 7 22H17C18.103 22 19 21.103 19 20V13C19 11.896 18.103 11 17 11ZM12 18C11.172 18 10.5 17.328 10.5 16.5C10.5 15.672 11.172 15 12 15C12.828 15 13.5 15.672 13.5 16.5C13.5 17.328 12.828 18 12 18ZM15 11H9V7C9 5.346 10.346 4 12 4C13.654 4 15 5.346 15 7V11Z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"MENU_CARET" : {
"getClassName" : {
"" : [ "menucaretarrow" ] ,
"props.open" : [ "menucaretopen" ]
} ,
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='MenuCaret' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd'><path fill='%%color' d='M16.59 8.59004L12 13.17L7.41 8.59004L6 10L12 16L18 10L16.59 8.59004Z'/></g></svg>"
2020-11-20 10:10:23 +01:00
} ,
"MORE" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='More' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd'><path fill='%%color' d='M7 12.001C7 10.8964 6.10457 10.001 5 10.001C3.89543 10.001 3 10.8964 3 12.001C3 13.1055 3.89543 14.001 5 14.001C6.10457 14.001 7 13.1055 7 12.001ZM14 12.001C14 10.8964 13.1046 10.001 12 10.001C10.8954 10.001 10 10.8964 10 12.001C10 13.1055 10.8954 14.001 12 14.001C13.1046 14.001 14 13.1055 14 12.001ZM19 10.001C20.1046 10.001 21 10.8964 21 12.001C21 13.1055 20.1046 14.001 19 14.001C17.8954 14.001 17 13.1055 17 12.001C17 10.8964 17.8954 10.001 19 10.001Z'/></g></svg>"
2020-11-20 10:10:23 +01:00
} ,
"NOVA_AT" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Nova_At' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M12 2C6.486 2 2 6.486 2 12C2 17.515 6.486 22 12 22C14.039 22 15.993 21.398 17.652 20.259L16.521 18.611C15.195 19.519 13.633 20 12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12V12.782C20 14.17 19.402 15 18.4 15L18.398 15.018C18.338 15.005 18.273 15 18.209 15H18C17.437 15 16.6 14.182 16.6 13.631V12C16.6 9.464 14.537 7.4 12 7.4C9.463 7.4 7.4 9.463 7.4 12C7.4 14.537 9.463 16.6 12 16.6C13.234 16.6 14.35 16.106 15.177 15.313C15.826 16.269 16.93 17 18 17L18.002 16.981C18.064 16.994 18.129 17 18.195 17H18.4C20.552 17 22 15.306 22 12.782V12C22 6.486 17.514 2 12 2ZM12 14.599C10.566 14.599 9.4 13.433 9.4 11.999C9.4 10.565 10.566 9.399 12 9.399C13.434 9.399 14.6 10.565 14.6 11.999C14.6 13.433 13.434 14.599 12 14.599Z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"NOVA_PIN" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Nova_Pin' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M22 12L12.101 2.10101L10.686 3.51401L12.101 4.92901L7.15096 9.87801V9.88001L5.73596 8.46501L4.32196 9.88001L8.56496 14.122L2.90796 19.778L4.32196 21.192L9.97896 15.536L14.222 19.778L15.636 18.364L14.222 16.95L19.171 12H19.172L20.586 13.414L22 12Z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"NOVA_TRASH" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Nova_Trash' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='%%color'><path d='M15 3.999V2H9V3.999H3V5.999H21V3.999H15Z'/><path d='M5 6.99902V18.999C5 20.101 5.897 20.999 7 20.999H17C18.103 20.999 19 20.101 19 18.999V6.99902H5ZM11 17H9V11H11V17ZM15 17H13V11H15V17Z'/></g></svg>"
2020-12-02 19:21:31 +01:00
} ,
"OPEN_EXTERNAL" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='OpenExternal' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
2021-05-18 17:58:34 +02:00
"OVERLAY" : {
"icon" : "<svg name='Overlay' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' fill-rule='evenodd' clip-rule='evenodd' d='M4 2.5C2.897 2.5 2 3.397 2 4.5V15.5C2 16.604 2.897 17.5 4 17.5H11V19.5H7V21.5H17V19.5H13V17.5H20C21.103 17.5 22 16.604 22 15.5V4.5C22 3.397 21.103 2.5 20 2.5H4ZM20 4.5V13.5H4V4.5H20Z'/></svg>"
} ,
"OVERLAY_DISABLED" : {
"icon" : "<svg name='OverlayDisabled' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M8.67872 19H11V21H7V23H17V21H13V19H20C21.103 19 22 18.104 22 17V6C22 5.89841 21.9924 5.79857 21.9777 5.70101L20 7.67872V15H12.6787L8.67872 19ZM13.1496 6H4V15H4.14961L2.00515 17.1445C2.00174 17.0967 2 17.0486 2 17V6C2 4.897 2.897 4 4 4H15.1496L13.1496 6Z'/><path d='M21 4.27L19.73 3L3 19.73L4.27 21L8.46 16.82L9.69 15.58L11.35 13.92L14.99 10.28L21 4.27Z' class='%%foreground' fill='currentColor'/></svg>"
} ,
2020-11-20 10:10:23 +01:00
"PATREON" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Patreon' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 0,-1.2209e-4 V 24 H 4.4021963 V -1.2209e-4 Z m 15.010145,0 c -4.974287,0 -9.020427,4.04121619 -9.020427,9.00819799 0,4.9565461 4.04614,8.9837411 9.020427,8.9837421 C 19.970866,17.991818 24,13.959406 24,9.0080759 24,4.0421376 19.969822,-1.2209e-4 15.010145,-1.2209e-4 Z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"PAYPAL" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='PayPal' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 5.6863929,0 C 5.1806043,0 4.7507198,0.3656279 4.6704813,0.85995389 L 1.6795909,19.673995 c -0.058746,0.371103 0.2309887,0.706911 0.6092555,0.706911 h 4.4338638 l 1.1121097,-7.006437 -0.033522,0.22009 c 0.078805,-0.494326 0.5072079,-0.859954 1.0129965,-0.859954 h 2.1061586 c 4.139443,0 7.378419,-1.667588 8.325519,-6.4919233 0.02866,-0.1432829 0.07434,-0.4183163 0.07434,-0.4183163 C 19.589638,4.0390606 19.318112,2.8290903 18.345211,1.7301106 17.276361,0.5193702 15.342278,0 12.867737,0 Z M 21.516831,7.8139196 c -1.028771,4.7498274 -4.3124,7.2629664 -9.522166,7.2629664 H 10.107139 L 8.6962314,24 H 11.76 c 0.442744,0 0.820329,-0.319405 0.889104,-0.753552 l 0.03498,-0.189482 0.705454,-4.428033 0.04519,-0.244868 c 0.06878,-0.434148 0.446338,-0.753554 0.887649,-0.753554 h 0.559699 c 3.620757,0 6.455196,-1.457472 7.283371,-5.677153 0.332416,-1.693603 0.172401,-3.113533 -0.64861,-4.1394384 z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"PENCIL" : {
"defaultProps" : {
"width" : 16 ,
"height" : 16
} ,
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Pencil' width='16' height='16' viewBox='0 0 24 24'><path fill='%%color' d='M20.1039 9.58997L20.8239 8.87097C22.3929 7.30197 22.3929 4.74797 20.8239 3.17797C19.2549 1.60897 16.6999 1.60897 15.1309 3.17797L14.4119 3.89797L20.1039 9.58997ZM12.9966 5.30896L4.42847 13.8795L10.1214 19.5709L18.6896 11.0003L12.9966 5.30896ZM3.24398 21.968L8.39998 20.68L3.31998 15.6L2.03098 20.756C1.94598 21.096 2.04598 21.457 2.29398 21.705C2.54198 21.953 2.90298 22.052 3.24398 21.968Z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"PIN" : {
"defaultProps" : {
"width" : 16 ,
"height" : 16
} ,
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Pin' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M19 3H5V5H7V12H5V14H11V22H13V14H19V12H17V5H19V3Z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
2021-05-07 10:59:50 +02:00
"PODIUM" : {
"icon" : "<svg name='Podium' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' fill-rule='evenodd' clip-rule='evenodd' d='M14 13C14 14.1 13.1 15 12 15C10.9 15 10 14.1 10 13C10 11.9 10.9 11 12 11C13.1 11 14 11.9 14 13ZM8.5 20V19.5C8.5 17.8 9.94 16.5 12 16.5C14.06 16.5 15.5 17.8 15.5 19.5V20H8.5ZM7 13C7 10.24 9.24 8 12 8C14.76 8 17 10.24 17 13C17 13.91 16.74 14.75 16.31 15.49L17.62 16.25C18.17 15.29 18.5 14.19 18.5 13C18.5 9.42 15.58 6.5 12 6.5C8.42 6.5 5.5 9.42 5.5 13C5.5 14.18 5.82 15.29 6.38 16.25L7.69 15.49C7.26 14.75 7 13.91 7 13ZM2.5 13C2.5 7.75 6.75 3.5 12 3.5C17.25 3.5 21.5 7.75 21.5 13C21.5 14.73 21.03 16.35 20.22 17.75L21.51 18.5C22.45 16.88 23 15 23 13C23 6.93 18.07 2 12 2C5.93 2 1 6.93 1 13C1 15 1.55 16.88 2.48 18.49L3.77 17.74C2.97 16.35 2.5 14.73 2.5 13Z'/></svg>"
} ,
2021-02-05 21:45:34 +01:00
"QUESTIONMARK" : {
"icon" : "<svg name='QuestionMark' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M12 2C6.486 2 2 6.487 2 12C2 17.515 6.486 22 12 22C17.514 22 22 17.515 22 12C22 6.487 17.514 2 12 2ZM12 18.25C11.31 18.25 10.75 17.691 10.75 17C10.75 16.31 11.31 15.75 12 15.75C12.69 15.75 13.25 16.31 13.25 17C13.25 17.691 12.69 18.25 12 18.25ZM13 13.875V15H11V12H12C13.104 12 14 11.103 14 10C14 8.896 13.104 8 12 8C10.896 8 10 8.896 10 10H8C8 7.795 9.795 6 12 6C14.205 6 16 7.795 16 10C16 11.861 14.723 13.429 13 13.875Z'/></svg>"
} ,
2021-04-09 17:06:32 +02:00
"QUESTIONMARK_ACTIVITY" : {
"defaultProps" : {
"width" : 40 ,
"height" : 40
} ,
"icon" : "<svg name='QuestionMark_Activity' width='%%width' height='%%height' viewBox='0 0 40 40'><g fill='none' fill-rule='evenodd'><path fill='currentColor' fill-opacity='.8' d='M21.226 30v-4.154h-3.755V30h3.755zm-.512-8.62c3.67-1.337 5.718-2.959 5.718-6.145 0-3.272-2.36-5.235-6.088-5.235-2.589 0-4.637.825-6.344 2.048l.484 3.3c1.621-1.251 3.47-2.162 5.49-2.162 1.707 0 2.845.854 2.845 2.305 0 1.593-1.08 2.475-3.812 3.442l-.882.342.342 4.523 2.076-.455.171-1.963z'></path><rect width='38' height='38' x='1' y='1' stroke='currentColor' stroke-opacity='.4' stroke-width='2' rx='5'></rect><circle cx='7' cy='7' r='2' fill='currentColor' fill-opacity='.4'></circle><circle cx='7' cy='33' r='2' fill='currentColor' fill-opacity='.4'></circle><circle cx='33' cy='7' r='2' fill='currentColor' fill-opacity='.4'></circle><circle cx='33' cy='33' r='2' fill='currentColor' fill-opacity='.4'></circle></g></svg>"
} ,
2020-11-20 10:10:23 +01:00
"QUOTE" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Quote' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M19.8401 5.39392C20.1229 4.73405 19.6389 4 18.921 4H17.1231C16.7417 4 16.3935 4.21695 16.2254 4.55933L13.3297 10.4581C13.195 10.7324 13.125 11.0339 13.125 11.3394V19C13.125 19.5523 13.5727 20 14.125 20H20C20.5523 20 21 19.5523 21 19V12.875C21 12.3227 20.5523 11.875 20 11.875H17.8208C17.4618 11.875 17.2198 11.508 17.3612 11.178L19.8401 5.39392ZM9.71511 5.39392C9.99791 4.73405 9.51388 4 8.79596 4H6.99809C6.61669 4 6.2685 4.21695 6.10042 4.55933L3.20466 10.4581C3.07001 10.7324 3 11.0339 3 11.3394V19C3 19.5523 3.44772 20 4 20H9.875C10.4273 20 10.875 19.5523 10.875 19V12.875C10.875 12.3227 10.4273 11.875 9.875 11.875H7.69577C7.33681 11.875 7.0948 11.508 7.2362 11.178L9.71511 5.39392Z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"RAW_TEXT" : {
2021-01-21 15:53:41 +01:00
"icon" : "<svg name='RawText' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 2,2.9181818 V 5.6454545 H 7.4545455 V 21.1 H 10.181818 V 5.6454545 h 5.454546 V 2.9181818 Z M 12,9.281818 v 2.727273 h 3.636364 V 21.1 h 2.727272 V 12.009091 H 22 V 9.281818 Z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"RIGHT_CARET" : {
2021-01-21 14:54:44 +01:00
"icon" : "<svg name='RightCaret' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd'><polygon fill='%%color' fill-rule='nonzero' points='8.47 2 6.12 4.35 13.753 12 6.12 19.65 8.47 22 18.47 12'></polygon><polygon points='0 0 24 0 24 24 0 24'></polygon></g></svg>"
2020-11-20 10:10:23 +01:00
} ,
"RIGHT_DOUBLE_CARET" : {
2021-01-21 14:54:44 +01:00
"icon" : "<svg name='RightDoubleCaret' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd'><polygon fill='%%color' fill-rule='nonzero' points='2.47 2 0.12 4.35 7.753 12 0.12 19.65 2.47 22 12.47 12'></polygon><polygon fill='%%color' fill-rule='nonzero' points='14.47 2 12.12 4.35 19.753 12 12.12 19.65 14.47 22 24.47 12'></polygon><polygon points='0 0 24 0 24 24 0 24'></polygon></g></svg>"
2020-11-20 10:10:23 +01:00
} ,
"SEARCH" : {
"defaultProps" : {
"width" : 18 ,
"height" : 18
} ,
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Search' width='%%width' height='%%height' viewBox='0 0 18 18'><g fill='none' fill-rule='evenodd'><path fill='%%color' d='M3.60091481,7.20297313 C3.60091481,5.20983419 5.20983419,3.60091481 7.20297313,3.60091481 C9.19611206,3.60091481 10.8050314,5.20983419 10.8050314,7.20297313 C10.8050314,9.19611206 9.19611206,10.8050314 7.20297313,10.8050314 C5.20983419,10.8050314 3.60091481,9.19611206 3.60091481,7.20297313 Z M12.0057176,10.8050314 L11.3733562,10.8050314 L11.1492281,10.5889079 C11.9336764,9.67638651 12.4059463,8.49170955 12.4059463,7.20297313 C12.4059463,4.32933105 10.0766152,2 7.20297313,2 C4.32933105,2 2,4.32933105 2,7.20297313 C2,10.0766152 4.32933105,12.4059463 7.20297313,12.4059463 C8.49170955,12.4059463 9.67638651,11.9336764 10.5889079,11.1492281 L10.8050314,11.3733562 L10.8050314,12.0057176 L14.8073185,16 L16,14.8073185 L12.2102538,11.0099776 L12.0057176,10.8050314 Z'/></g></svg>"
2020-11-20 10:10:23 +01:00
} ,
"SPEAKER" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Speaker' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' fill-rule='evenodd' clip-rule='evenodd' d='M11.383 3.07904C11.009 2.92504 10.579 3.01004 10.293 3.29604L6 8.00204H3C2.45 8.00204 2 8.45304 2 9.00204V15.002C2 15.552 2.45 16.002 3 16.002H6L10.293 20.71C10.579 20.996 11.009 21.082 11.383 20.927C11.757 20.772 12 20.407 12 20.002V4.00204C12 3.59904 11.757 3.23204 11.383 3.07904ZM14 5.00195V7.00195C16.757 7.00195 19 9.24595 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 8.14295 17.86 5.00195 14 5.00195ZM14 9.00195C15.654 9.00195 17 10.349 17 12.002C17 13.657 15.654 15.002 14 15.002V13.002C14.551 13.002 15 12.553 15 12.002C15 11.451 14.551 11.002 14 11.002V9.00195Z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"STREAM" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Stream' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' fill-rule='evenodd' clip-rule='evenodd' d='M20 3V4L23 3V7L20 6V7C20 7.553 19.552 8 19 8H15C14.448 8 14 7.553 14 7V3C14 2.447 14.448 2 15 2H19C19.552 2 20 2.447 20 3ZM18 15V10H19H20V17C20 18.104 19.103 19 18 19H11V21H15V23H5V21H9V19H2C0.897 19 0 18.104 0 17V6C0 4.897 0.897 4 2 4H12V6H2V15H7H10H13H18Z'/></svg>"
2020-11-20 10:10:23 +01:00
} ,
"TRASH" : {
2021-01-21 15:25:02 +01:00
"icon" : "<svg name='Trash' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='none' d='M0 0h24v24H0V0z'/><path fill='%%color' d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zm2.46-7.12l1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14l-2.13-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4z'/></svg>"
2021-01-24 13:27:39 +01:00
} ,
"WARNING" : {
2021-01-24 14:05:34 +01:00
"icon" : "<svg name='Warning' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 0,22.35 H 24 L 12,1.6227273 Z m 13.090909,-3.272727 h -2.181818 v -2.181818 h 2.181818 z m 0,-4.363637 H 10.909091 V 10.35 h 2.181818 z'/></svg>"
2020-11-20 10:10:23 +01:00
}
} ,
2020-09-10 10:19:12 +02:00
"CustomClassModules" : {
"BDFDB" : {
"BDFDBundefined" : "BDFDB_undefined" ,
"avatarDisabled" : "disabled-6G33EE" ,
"badge" : "badge-7R_W3s" ,
"badgeAvatar" : "avatar-hF52Er" ,
2021-02-19 10:40:22 +01:00
"bdControlsCustom" : "custom-L9FFs5" ,
2020-11-11 17:08:40 +01:00
"bdRepoEntry" : "entry-9JnAPs" ,
2020-11-12 14:12:06 +01:00
"bdRepoFooterControls" : "controls-p0SrvV" ,
2020-11-11 17:08:40 +01:00
"bdRepoHeaderControls" : "controls-18FQsW" ,
"bdRepoListHeader" : "repoHeader-2KfNvH" ,
"bdRepoListWrapper" : "repoList-9JnAPs" ,
2021-01-02 12:51:18 +01:00
"cardDisabled" : "cardDisabled-wnh5ZW" ,
2020-11-24 10:53:53 +01:00
"cardHorizontal" : "horizontal-0ffRsT" ,
2020-09-10 10:19:12 +02:00
"cardInner" : "inner-OP_8zd" ,
"cardWrapper" : "card-rT4Wbb" ,
"charCounter" : "counter-uAzbKp" ,
"changeLogModal" : "changeLogModal-ny_dHC" ,
"collapseContainer" : "container-fAVkOf" ,
"collapseContainerCollapsed" : "collapsed-2BUBZm" ,
"collapseContainerHeader" : "header-2s6x-5" ,
"collapseContainerInner" : "inner-TkGytd" ,
"collapseContainerMini" : "container-fAVkOf containerMini-_k6Rts" ,
"collapseContainerTitle" : "title-ROsJi-" ,
"colorPicker" : "colorPicker-h5sF8g" ,
"colorPickerAlpha" : "alpha-VcPGeR" ,
"colorPickerAlphaCheckered" : "alpha-checkered" ,
"colorPickerAlphaCursor" : "alpha-cursor" ,
"colorPickerAlphaHorizontal" : "alpha-horizontal" ,
"colorPickerGradient" : "gradient-TJOYTr" ,
"colorPickerGradientCheckered" : "gradient-checkered" ,
"colorPickerGradientCursor" : "gradient-cursor" ,
"colorPickerGradientCursorEdge" : "gradient-cursor-edge" ,
"colorPickerGradientCursorSelected" : "gradient-cursor-selected" ,
"colorPickerGradientHorizontal" : "gradient-horizontal" ,
"colorPickerGradientButton" : "gradientButton-eBBuwD" ,
"colorPickerGradientButtonEnabled" : "enabled-MypHME" ,
"colorPickerSwatches" : "swatches-QxZw_N" ,
"colorPickerSwatchesDisabled" : "disabled-2JgNxl" ,
"colorPickerSwatchSelected" : "selected-f5IVXN" ,
"colorPickerSwatchSingle" : "single-Fbb1wB" ,
"colorPickerSwatchSingleWrapper" : "swatch-7FsRaa" ,
"confirmModal" : "confirmModal-t-WDWJ" ,
2021-03-12 23:59:42 +01:00
"dateInputButton" : "dateInputButton-jTGUJg" ,
2021-05-12 10:58:47 +02:00
"dateInputButtonSelected" : "selected-8F23Ra" ,
2021-03-12 23:59:42 +01:00
"dateInputControls" : "dateInputControls-cgfPf9" ,
"dateInputField" : "dateInputField-2vhGP1" ,
"dateInputInner" : "dateInputInner-ORXFwT" ,
2021-03-15 10:38:05 +01:00
"dateInputPreview" : "dateInputPreview-lG5sMM" ,
"dateInputPreviewPrefix" : "dateInputPreviewPrefix-6Fww21" ,
2021-03-15 13:04:19 +01:00
"dateInputPreviewSuffix" : "dateInputPreviewSuffix-f4Sr32" ,
2021-03-12 23:59:42 +01:00
"dateInputWrapper" : "dateInputWrapper-6tQOYp" ,
2020-09-10 10:19:12 +02:00
"dev" : "dev-A7f2Rx" ,
2021-05-03 12:06:41 +02:00
"discoveryCard" : "card-x5zW6z" ,
"discoveryCardAuthor" : "author-d2JIcl" ,
"discoveryCardButton" : "button-coQXfM" ,
"discoveryCardControls" : "controls-T0w-Wc" ,
"discoveryCardCover" : "cover-qyY86I" ,
"discoveryCardCoverBadge" : "coverBadge-I41ZIY" ,
"discoveryCardCoverWrapper" : "coverWrapper-J-mDGJ" ,
"discoveryCardDescription" : "description-zXiu5E" ,
"discoveryCardFooter" : "footer-C1KpS6" ,
"discoveryCardHeader" : "header-4hHJgv" ,
"discoveryCardIcon" : "icon-0jmVrJ" ,
2021-05-20 18:11:51 +02:00
"discoveryCardIconLoading" : "loading-f8Gs22" ,
2021-05-03 12:06:41 +02:00
"discoveryCardIconWrapper" : "iconWrapper-eK7GO6" ,
"discoveryCardInfo" : "info-xw-o76" ,
"discoveryCardName" : "name-OSUjF9" ,
"discoveryCards" : "list-QuW8QR" ,
"discoveryCardStat" : "stat-eRknnn" ,
"discoveryCardStatIcon" : "statIcon-o40EX1" ,
"discoveryCardStats" : "stats-Pc5tYW" ,
"discoveryCardTag" : "tag-PbPfwP" ,
"discoveryCardTags" : "tags-9KJ-1X" ,
"discoveryCardTitle" : "title-SSzExd" ,
2021-05-03 15:26:32 +02:00
"discoveryCardTitleButton" : "button-SxdSzE" ,
2020-09-10 10:19:12 +02:00
"favButtonContainer" : "favbutton-8Fzu45" ,
"guild" : "guild-r3yAE_" ,
"guildLowerLeftBadge" : "lowerLeftBadge-zr4T_9" ,
"guildsLabel" : "label-2wRs_g" ,
"guildSummaryClickableIcon" : "clickableIcon-7I6aVc" ,
"guildSummaryContainer" : "container-5VyO4t" ,
"guildSummaryEmptyGuild" : "emptyGuild-Am9XfC" ,
"guildSummaryIcon" : "icon-r6DlKo" ,
"guildSummaryIconContainer" : "iconContainer-IBAtWs" ,
"guildSummaryIconContainerMasked" : "iconContainerMasked-G-akdf iconContainer-IBAtWs" ,
"guildSummaryMoreGuilds" : "moreGuilds-c5JVlC" ,
"guildSummarySvgIcon" : "icon-5TsFrr" ,
"guildUpperLeftBadge" : "upperLeftBadge-e35IpL" ,
"hasBadge" : "hasBadge-4rT8_u" ,
"hotkeyResetButton" : "resetButton-hI9Ax7" ,
"hotkeyWrapper" : "recorder-can0vx" ,
"inputNumberButton" : "button-J9muv5" ,
"inputNumberButtonDown" : "down-cOY7Qp button-J9muv5" ,
"inputNumberButtonUp" : "up-mUs_72 button-J9muv5" ,
"inputNumberButtons" : "buttons-our3p-" ,
"inputNumberWrapper" : "numberInputWrapper-j4svZS" ,
"inputNumberWrapperDefault" : "numberInputWrapperDefault-gRxcuK numberInputWrapper-j4svZS" ,
"inputNumberWrapperMini" : "numberInputWrapperMini-wtUU31 numberInputWrapper-j4svZS" ,
2021-03-12 12:17:27 +01:00
"layerContainerZIndexDisabled" : "zIndexDisabled-Pf4Txx" ,
"listInput" : "listInput-11g5Sr" ,
"listInputDelete" : "delete-M_nPTt" ,
"listInputItem" : "item-wGC8aX" ,
"listInputItems" : "items-D9PGwH" ,
2020-09-10 10:19:12 +02:00
"listRow" : "listRow-7SfZww" ,
"loadingIcon" : "loadingIcon-cOYMPl" ,
"loadingIconWrapper" : "loadingIconWrapper-PsVJ9m" ,
"overflowEllipsis" : "ellipsis-qlo9sA" ,
2021-01-09 18:53:08 +01:00
"pagination" : "pagination-09Sd5R" ,
"paginationBottom" : "bottom-jTb32i" ,
2020-09-10 10:19:12 +02:00
"paginationList" : "list-PIKebU" ,
"paginationListAlphabet" : "alphabet-2ANo0x" ,
"paginationListAlphabetChar" : "alphabetChar-bq-8Go" ,
"paginationListAlphabetCharDisabled" : "disabled-XmhCq2" ,
"paginationListContent" : "listContent-aG3Fq8" ,
"paginationListMini" : "mini-GMiniS" ,
2021-01-09 18:53:08 +01:00
"paginationMini" : "mini-hODxXf" ,
"paginationTop" : "top-v-18jZ" ,
2020-09-10 10:19:12 +02:00
"popoutWrapper" : "popout-xwjvsX" ,
"quickSelectWrapper" : "quickSelectWrapper-UCfTKz" ,
2021-01-29 18:50:18 +01:00
"marginLeft4" : "marginLeft4-58StzA" ,
"marginLeft8" : "marginLeft8-3RhhAa" ,
2020-09-10 10:19:12 +02:00
"menuColorCustom" : "colorCustom-44asd2" ,
"menuItemHint" : "hint-BK71lM" ,
"modalHeaderShade" : "shade-h6F4sT" ,
"modalHeaderHasSibling" : "hasSiblings-fRyjyl" ,
"modalNoScroller" : "noScroller-YgPpF3" ,
"modalSidebar" : "sidebar-_0OpfR" ,
"modalTabContent" : "tabContent-nZ-1U5" ,
"modalTabContentOpen" : "open-yICTYu" ,
"modalSubInner" : "inner-t84Frz" ,
2021-03-23 14:55:26 +01:00
"modalTextContent" : "text-8fSrts" ,
2020-09-10 10:19:12 +02:00
"modalWrapper" : "modal-6GHvdM" ,
2020-10-29 19:06:03 +01:00
"multiInput" : "multiInput-Ft9zQo" ,
"multiInputField" : "multiInputField-GfMBpr" ,
"multiInputFirst" : "multiInputFirst-5rMj_O" ,
"multiInputLast" : "multiInputLast-HWxgTr" ,
2020-10-29 20:19:10 +01:00
"multiInputWrapper" : "multiInputWrapper-g6Srtv" ,
2021-01-12 19:45:23 +01:00
"noticeClosing" : "closing-g5Srr2" ,
2021-01-12 19:09:01 +01:00
"noticeText" : "text-kRs522" ,
2021-02-05 16:53:15 +01:00
"noticeUpdate" : "updateNotice-2DjjHs" ,
"noticeUpdateButtonAll" : "all-iF7Saa" ,
"noticeUpdateButtonReload" : "reload-LkMrac" ,
2021-02-05 17:21:55 +01:00
"noticeUpdateEntries" : "entries-Br6Sda" ,
"noticeUpdateEntry" : "entry-oFts5R" ,
2021-01-12 19:09:01 +01:00
"noticeUpdateText" : "notice-message" ,
2021-02-05 17:21:55 +01:00
"noticeUpdateSeparator" : "separator-g5DsaR" ,
2020-09-10 10:19:12 +02:00
"noticeWrapper" : "noticeWrapper-8z511t" ,
"searchBarWrapper" : "searchBarWrapper-1GpKvB" ,
"selectWrapper" : "selectWrapper-yPjeij" ,
"settingsGuild" : "guild-J3Egt5" ,
"settingsGuildDisabled" : "disabled-b2o83O" ,
"settingsPanel" : "settingsPanel-w2ySNR" ,
"settingsPanelList" : "settingsList-eZjkXj" ,
2020-12-15 10:26:20 +01:00
"settingsPanelListWrapper" : "wrapper-kRsR33" ,
"settingsPanelListWrapperMini" : "mini-2Iug3W" ,
2020-10-15 17:42:05 +02:00
"settingsRow" : "settingsRow-o9Ft44" ,
2020-09-10 10:19:12 +02:00
"settingsTableCard" : "settingsTableCard-628t52" ,
"settingsTableCardConfigs" : "settingsTableCardConfigs-w5X9-Z" ,
"settingsTableCardLabel" : "settingsTableCardLabel-MElgIg" ,
2020-11-25 17:48:10 +01:00
"settingsTableHeaderOptions" : "headerOptions-8F_5Ss" ,
2020-09-10 10:19:12 +02:00
"settingsTableHeaders" : "settingsTableHeaders-WKzw9_" ,
"settingsTableHeaderVertical" : "headerVertical-4MNxqk" ,
"settingsTableList" : "settingsTableList-f6sW2y" ,
"sidebar" : "sidebar-frSZx3" ,
"sidebarContent" : "content-1SbgDG" ,
"sidebarList" : "list-VCoBc2" ,
"sliderBubble" : "bubble-3we2di" ,
2020-10-15 17:42:05 +02:00
"switchMini" : "mini-6F2SSa" ,
2020-09-10 10:19:12 +02:00
"supporter" : "supporter-Z3FfwL" ,
2021-05-13 20:11:04 +02:00
"supporterTier1" : "tier1-841W86" ,
"supporterTier2" : "tier2-VDTzC3" ,
"supporterTier3" : "tier3-yTxjsy" ,
"supporterTier4" : "tier4-5RNl6k" ,
2020-09-10 10:19:12 +02:00
"svgIcon" : "icon-GhnIRB" ,
"svgIconWrapper" : "iconWrapper-g20jFn" ,
"tabBarContainerBottom" : "bottom-b8sdfs" ,
"table" : "table-moqjM0" ,
"tableBodyCell" : "bodyCell-dQam9V" ,
"tableHeaderCell" : "headerCell-T6Fo3K" ,
"textScroller" : "textScroller-dc9_kz" ,
"themedPopout" : "themedPopout-1TrfdI" ,
"tooltipCustom" : "tooltipCustom-hH39_Z" ,
2021-05-22 19:09:41 +02:00
"tooltipNote" : "note-e4Jh6_" ,
2020-09-10 10:19:12 +02:00
"tooltipRowExtra" : "extraRow-6F2Dss" ,
"userInfoDate" : "date-YN6TCS"
} ,
2021-04-09 17:19:23 +02:00
"BD" : {
2020-09-10 10:19:12 +02:00
"bdAddonCard" : "bd-addon-card" ,
2021-05-12 14:47:25 +02:00
"bdAddonList" : "bd-addon-list" ,
2020-11-03 13:55:52 +01:00
"bdAddonModal" : "bd-addon-modal" ,
2020-11-23 20:19:58 +01:00
"bdAddonModalFooter" : "bd-addon-modal-footer" ,
"bdAddonModalHeader" : "bd-addon-modal-header" ,
"bdAddonModalSettings" : "bd-addon-modal-settings" ,
2021-05-12 14:47:25 +02:00
"bdAuthor" : "bd-author" ,
2020-09-10 10:19:12 +02:00
"bdButton" : "bd-button" ,
2020-11-12 14:09:22 +01:00
"bdButtonDanger" : "bd-button-danger" ,
2020-11-12 14:17:44 +01:00
"bdControls" : "bd-controls" ,
"bdControlsButton" : "bd-addon-button" ,
2021-05-12 14:47:25 +02:00
"bdDescription" : "bd-description" ,
"bdDescriptionWrap" : "bd-description-wrap" ,
"bdFolderButton" : "bd-pfbtn" ,
"bdFooter" : "bd-footer" ,
2020-09-10 10:19:12 +02:00
"bdGuild" : "bd-guild" ,
"bdGuildAnimatable" : "bd-animatable" ,
"bdGuildAudio" : "bd-audio" ,
"bdGuildSelected" : "bd-selected" ,
"bdGuildSeparator" : "bd-guild-separator" ,
"bdGuildUnread" : "bd-unread" ,
"bdGuildVideo" : "bd-video" ,
2021-05-12 14:47:25 +02:00
"bdHeader" : "bd-addon-header" ,
"bdHeaderTitle" : "bd-title" ,
2020-09-10 10:19:12 +02:00
"bdIcon" : "bd-icon" ,
2021-05-12 14:47:25 +02:00
"bdLink" : "bd-link" ,
"bdLinks" : "bd-links" ,
2020-11-11 10:16:57 +01:00
"bdMeta" : "bd-meta" ,
2021-04-09 17:19:23 +02:00
"bdMinimalMode" : "bd-minimal" ,
2021-05-12 14:47:25 +02:00
"bdName" : "bd-name" ,
2020-09-10 10:19:12 +02:00
"bdPillSelected" : "bd-selected" ,
"bdPillUnread" : "bd-unread" ,
"bdSwitch" : "bd-switch" ,
"bdSwitchChecked" : "bd-switch-checked" ,
"bdSwitchInner" : "bd-checkbox" ,
"bdUpdatebtn" : "bd-updatebtn" ,
2021-05-12 14:47:25 +02:00
"bdVersion" : "bd-version" ,
2020-09-10 10:19:12 +02:00
"settings" : "plugin-settings" ,
"settingsOpen" : "settings-open" ,
"settingsClosed" : "settings-closed" ,
"switch" : "ui-switch" ,
"switchCheckbox" : "ui-switch-checkbox" ,
"switchChecked" : "checked" ,
"switchItem" : "ui-switch-item" ,
"switchWrapper" : "ui-switch-wrapper"
} ,
"BadgesEverywhere" : {
"badges" : "badges-XRnWAp" ,
"badgesChat" : "badgesChat-f_cbR8" ,
"badgesList" : "badgesList-Aw_p52" ,
2021-05-29 19:12:36 +02:00
"badgesSettings" : "badgesSettings-ychoGn"
2020-09-10 10:19:12 +02:00
} ,
"BetterFriendList" : {
"mutualGuilds" : "mutualGuilds-s7F2aa" ,
"nameCell" : "nameCell-7F4sRs" ,
"title" : "title-3aDrFs"
} ,
"BetterNsfwTag" : {
"nsfwTag" : "nsfwTag-666omg"
} ,
2021-01-09 18:06:50 +01:00
"BetterSearchPage" : {
2021-01-09 18:53:51 +01:00
"pagination" : "pagination-shit69"
2021-01-09 18:06:50 +01:00
} ,
2020-09-10 10:19:12 +02:00
"ChatFilter" : {
"blocked" : "blocked-jUhayi" ,
"blockedStamp" : "blockedStamp-ijVeNn" ,
"censored" : "censored-UYfeYg" ,
"censoredStamp" : "censoredStamp-fb2cYb"
} ,
"CharCounter" : {
"charCounter" : "charCounter-7fw40k" ,
"chatCounter" : "chatCounter-XOMPsh" ,
"counterAdded" : "charCounterAdded-zz9O4t" ,
"customStatusCounter" : "customStatusCounter-G8FrsT" ,
"editCounter" : "editCounter-pNT1Xe" ,
"nickCounter" : "nickCounter-tJrO_4" ,
"popoutNoteCounter" : "popoutNoteCounter-62U4Rh" ,
"profileNoteCounter" : "profileNoteCounter-p0fWA_" ,
"uploadCounter" : "uploadCounter-iEGQQk"
} ,
"CreationDate" : {
"date" : "creationDate-CJwdKT"
} ,
2021-01-09 20:33:53 +01:00
"CustomStatusPresets" : {
2021-01-09 20:36:36 +01:00
"customStatusItem" : "customStatusItem-f5Trsa" ,
2021-01-09 20:33:53 +01:00
"deleteButton" : "deleteButton-k8a4Sa" ,
2021-01-20 16:51:47 +01:00
"deleteIcon" : "deleteIcon-22SgHa" ,
2021-01-20 16:57:41 +01:00
"dragPreview" : "dragPreview-3F0ssT" ,
2021-01-20 16:51:47 +01:00
"sortableCard" : "sortableCard-oF6sTT" ,
2021-04-13 16:30:51 +02:00
"sortDivider" : "sortDivider-d8SzzU" ,
"status" : "status-0f5Sr2"
2021-01-09 20:33:53 +01:00
} ,
2020-09-10 10:19:12 +02:00
"DisplayServersAsChannels" : {
"badge" : "badge-fxFrUP" ,
"name" : "name-z5133D" ,
"styled" : "styledGuildsAsChannels-DNHtg_"
} ,
"EmojiStatistics" : {
"amountCell" : "amountCell-g_W6Rx" ,
"iconCell" : "iconCell--wniOu" ,
2020-12-22 18:29:06 +01:00
"nameCell" : "nameCell-xyXENZ" ,
"statisticsButton" : "statisticsButton-nW2KoM"
2020-09-10 10:19:12 +02:00
} ,
"FriendNotifications" : {
2020-12-22 18:29:06 +01:00
"friendsOnline" : "friendsOnline-2JkivW" ,
2021-03-30 11:14:52 +02:00
"friendsOnlineWrap" : "friendsOnlineWrap-0gZ63m" ,
2020-09-10 10:19:12 +02:00
"logAvatar" : "avatar-GgGssS" ,
"logContent" : "content-_3_FFs" ,
"logTime" : "time-00Fs44" ,
2020-12-22 18:29:06 +01:00
"timeLogModal" : "timeLogModal-9s4Rts" ,
2020-09-10 10:19:12 +02:00
"typeLabel" : "label-9FgsSa"
} ,
"GoogleTranslateOption" : {
"reverseButton" : "reverseButton-5S47qV" ,
"translateButton" : "translateButton-DhP9x8" ,
"translated" : "translated-5YO8i3" ,
"translating" : "translating-Yi-YxC"
} ,
"ImageUtilities" : {
"details" : "details-9dkFPc" ,
"detailsAdded" : "detailsAdded-fHiJlm" ,
"detailsLabel" : "label-mrlccN" ,
"detailsWrapper" : "detailsWrapper-TE1mu5" ,
"gallery" : "gallery-JViwKR" ,
"imageDetails" : "imageDetails-1t6Zms" ,
2020-11-29 20:20:04 +01:00
"lens" : "zoomLens-uOK8xV" ,
"lensBackdrop" : "lensBackdrop-yEm7Om" ,
2020-09-10 10:19:12 +02:00
"next" : "next-SHEZrz" ,
"operations" : "operations-3V47CY" ,
"previous" : "previous-xsNq6B" ,
"sibling" : "sibling-6vI7Pu" ,
"switchIcon" : "switchIcon-QY6cR4"
} ,
"JoinedAtDate" : {
"date" : "joinedAtDate-IawR02"
} ,
"LastMessageDate" : {
"date" : "lastMessageDate-ocEw13"
} ,
"OldTitleBar" : {
"oldTitleBarEnabled" : "oldTitleBarEnabled-D8ppJQ" ,
"settingsToolbar" : "settingsToolbar-wu4yfQ" ,
"toolbar" : "toolbar-hRzFw-"
} ,
"PinDMs" : {
"dragPreview" : "dragPreview-nXiByA" ,
"dmChannelPinned" : "pinned-0lM4wD" ,
"dmChannelPlaceholder" : "placeholder-7bhR5s" ,
"pinnedChannelsHeaderAmount" : "headerAmount-_-7GrS" ,
"pinnedChannelsHeaderArrow" : "pinnedChannelsHeaderArrow-44rrTz" ,
"pinnedChannelsHeaderCollapsed" : "collapsed-3w_-ff" ,
"pinnedChannelsHeaderColored" : "colored-oIzG5s" ,
"pinnedChannelsHeaderContainer" : "pinnedChannelsHeaderContainer-89Gjv4" ,
"recentPinned" : "pinned-jHvFrr" ,
"recentPlaceholder" : "placeholder-Uff-gH" ,
"unpinButton" : "unpinButton-z3-UVO" ,
"unpinIcon" : "unpinIcon-79ZnEr"
} ,
2021-01-22 17:18:21 +01:00
"PluginRepo" : {
2021-04-01 22:17:45 +02:00
"failNotice" : "failNotice-OtHUGb" ,
2021-01-22 17:18:21 +01:00
"loadingIcon" : "loadingIcon-dB3qSe" ,
"loadingTooltip" : "loadingTooltip-SzsTEU" ,
"newEntriesNotice" : "newEntriesNotice-qvvpPx" ,
"outdatedNotice" : "outdatedNotice-9Q9gJv" ,
"repoNotice" : "repoNotice-P5ss6R"
} ,
2020-09-10 10:19:12 +02:00
"ReadAllNotificationsButton" : {
"button" : "button-Jt-tIg" ,
"frame" : "frame-oXWS21" ,
"innerFrame" : "innerFrame-8Hg64E"
} ,
"ServerCounter" : {
2021-03-30 11:14:52 +02:00
"serverCount" : "serverCount-FsTTs1" ,
"serverCountWrap" : "serverCountWrap-k8F5De"
2020-09-10 10:19:12 +02:00
} ,
"ServerDetails" : {
"details" : "details-08FrsT" ,
"icon" : "icon-hSL42R" ,
"tooltip" : "detailsTooltip-G9hSSa"
} ,
"ServerFolders" : {
"dragPreview" : "dragPreview-nXiByA" ,
"guildPlaceholder" : "placeholder-7bhR5s" ,
"folderContent" : "content-Pph8t6" ,
"folderContentClosed" : "closed-j55_T-" ,
"folderContentIsOpen" : "folderContentIsOpen-zz6FgW" ,
"iconSwatch" : "iconSwatch-_78Ghj" ,
"iconSwatchInner" : "iconInner-aOY-qk" ,
"iconSwatchPreview" : "preview-Bbg_24" ,
2021-03-02 17:37:33 +01:00
"iconSwatchNoPreview" : "noPreview-G8SS4t" ,
2020-09-10 10:19:12 +02:00
"iconSwatchSelected" : "selected-P5oePO"
} ,
"SpellCheck" : {
"error" : "error-k9z2IV" ,
"overlay" : "spellCheckOverlay-cNSap5"
} ,
2021-05-31 14:42:52 +02:00
"ShowConnections" : {
"connection" : "connection-9Gh4sa" ,
"connectionIcon" : "connectionIcon-888F4s" ,
"connections" : "connections-pPr4as" ,
"verifiedBadge" : "verifiedBadge-mH2YpO"
} ,
2020-10-17 15:26:20 +02:00
"ShowHiddenChannels" : {
"accessModal" : "accessModal-w5HjsV"
} ,
2020-09-10 10:19:12 +02:00
"SpotifyControls" : {
2021-05-18 19:46:31 +02:00
"activityButton" : "activityButton-5Fs4Aa" ,
2020-09-10 10:19:12 +02:00
"bar" : "bar-g2ZMIm" ,
"barGabber" : "grabber-7sd5f5" ,
"barFill" : "barFill-Dhkah7" ,
"barText" : "barText-lmqc5O" ,
"buttonActive" : "active-6TsW-_" ,
"container" : "container-6sXIoE" ,
"containerInner" : "inner-WRV6k5" ,
"containerMaximized" : "maximized-vv2Wr0" ,
"containerWithTimeline" : "withTimeline-824fT_" ,
"cover" : "cover-SwJ-ck" ,
"coverMaximizer" : "maximizer-RVu85p" ,
"coverWrapper" : "coverWrapper-YAplwJ" ,
"details" : "details-ntX2k5" ,
"interpret" : "interpret-F93iqP" ,
"settingsIcon" : "icon-F4SSra" ,
"settingsLabel" : "label-3f00Sr" ,
"song" : "song-tIdBpF" ,
"timeline" : "timeline-UWmgAx" ,
"volumeSlider" : "volumeSlider-sR5g00"
} ,
2021-04-23 12:01:44 +02:00
"StaffTag" : {
"adminIcon" : "admin-Kv1Hp_" ,
"managementIcon" : "management-3fF_o8" ,
2021-05-13 20:11:04 +02:00
"ownerIcon" : "owner-FfFh3B"
2021-04-23 12:01:44 +02:00
} ,
2021-01-22 17:18:21 +01:00
"ThemeRepo" : {
2021-04-01 22:17:45 +02:00
"dragBar" : "dragBar-4FsRaa" ,
"dragCorner" : "dragCorner-PgJJk2" ,
"dragInterface" : "dragInterface-OT5s2A" ,
"failNotice" : "failNotice-pZAzjZ" ,
2021-01-22 17:18:21 +01:00
"loadingIcon" : "loadingIcon-h7OqHY" ,
"loadingTooltip" : "loadingTooltip-YszEmb" ,
2021-04-01 22:17:45 +02:00
"moveBar" : "moveBar-lZ555a" ,
2021-01-22 17:18:21 +01:00
"newEntriesNotice" : "newEntriesNotice-abF6e1" ,
2021-04-01 22:17:45 +02:00
"preview" : "preview-7Gh5tS" ,
"previewFullscreen" : "fullscreen-h78TsW" ,
"previewMoving" : "moving-Wa22fA" ,
2021-01-22 17:18:21 +01:00
"outdatedNotice" : "outdatedNotice-fw8ams" ,
"repoNotice" : "repoNotice-TV3RFr"
} ,
2020-09-10 10:19:12 +02:00
"TimedLightDarkMode" : {
"dateGrabber" : "dateGrabber-QrRkIX" ,
"timerGrabber" : "timerGrabber-zpRAIk" ,
"timerSettings" : "timerSettings-wkvEfF"
} ,
"TopRolesEverywhere" : {
"badgeStyle" : "badgeStyle-tFiEQ8" ,
"chatTag" : "chatTag-Y-5TDc" ,
"memberTag" : "memberTag-QVWzGc" ,
"roleStyle" : "roleStyle-jQ7KI2" ,
2021-03-03 14:21:24 +01:00
"tag" : "tag-wWVHyf" ,
"voiceTag" : "voiceTag-0F4Ss0"
2020-09-10 10:19:12 +02:00
} ,
"NotFound" : {
"_" : "" ,
"badgeWrapper" : "wrapper-232cHJ" ,
2021-05-01 11:08:57 +02:00
"appOuter" : "app-1q1i1E" ,
2020-09-10 10:19:12 +02:00
"channelPanelTitle" : "title-eS5yk3" ,
"emoji" : "emoji" ,
"highlight" : "highlight" ,
"hoverCardButton" : "button-2CgfFz" ,
"loginScreen" : "wrapper-3Q5DdO" ,
"mention" : "mention" ,
"mentionInteractive" : "interactive" ,
"mentionWrapper" : "wrapper-3WhCwL" ,
2020-10-30 17:46:37 +01:00
"messagesLoadingWrapper" : "wrapper-3vR61M" ,
"messagesWelcomeChannelButtonContainer" : "buttonContainer-2GVjL_" ,
2020-09-10 10:19:12 +02:00
"nameContainerNameContainer" : "container-2ax-kl" ,
"hueCursor" : "hue-cursor" ,
"hueHorizontal" : "hue-horizontal" ,
"hueVertical" : "hue-vertical" ,
"saturationBlack" : "saturation-black" ,
"saturationColor" : "saturation-color" ,
"saturationCursor" : "saturation-cursor" ,
"saturationWhite" : "saturation-white" ,
2021-01-09 17:32:33 +01:00
"searchResultsPagination" : "container-NdaZbY" ,
2020-09-10 10:19:12 +02:00
"splashBackground" : "splashBackground-1FRCko" ,
"stopAnimations" : "stop-animations" ,
"subtext" : "subtext-3CDbHg" ,
"themeDark" : "theme-dark" ,
"themeLight" : "theme-light" ,
"themeUndefined" : "theme-undefined" ,
"voiceDraggable" : "draggable-1KoBzC"
} ,
"ColorPicker" : {
"colorPickerCustom" : "colorPickerCustom-2CWBn2" ,
"colorPickerDropper" : "colorPickerDropper-3c2mIf" ,
"colorPickerDropperFg" : "colorPickerDropperFg-3jYKWI" ,
"colorPickerRow" : "colorPickerRow-1LgLnl" ,
"colorPickerSwatch" : "colorPickerSwatch-5GX3Ve" ,
2021-02-20 13:47:59 +01:00
"container" : "container-3sNMIc" ,
2020-09-10 10:19:12 +02:00
"custom" : "custom-2SJn4n" ,
2021-02-20 13:47:59 +01:00
"customContainer" : "customContainer-3fZxdw" ,
2020-09-10 10:19:12 +02:00
"customColorPickerInput" : "customColorPickerInput-14pB0r" ,
"default" : "default-cS_caM" ,
2021-02-20 13:47:59 +01:00
"defaultContainer" : "defaultContainer-Z8qCJn" ,
2020-09-10 10:19:12 +02:00
"disabled" : "disabled-1C4eHl" ,
"input" : "input-GfazGc" ,
"noColor" : "noColor-1pdBDm"
} ,
"ColorPickerInner" : {
"hue" : "hue-13HAGb" ,
"saturation" : "saturation-1FDvtn" ,
"wrapper" : "wrapper-2AQieU"
2020-12-22 18:45:40 +01:00
} ,
"Toast" : {
2021-01-24 13:27:39 +01:00
"avatar" : "avatar-3xmbmC" ,
2021-01-25 16:57:17 +01:00
"bar" : "bar-95Sdw1" ,
"barInner" : "barInner-u7Frsw" ,
2021-01-27 16:02:04 +01:00
"bg" : "bg-8df5St" ,
2021-01-25 16:57:38 +01:00
"brand" : "colorBrand-WfDfzD" ,
2021-01-26 18:47:31 +01:00
"center" : "center-9SpJeg" ,
2021-01-26 13:57:32 +01:00
"closable" : "closable-7ShrRt" ,
"closeIcon" : "closeIcon-8R553s" ,
2021-01-24 13:27:39 +01:00
"closing" : "closing-K489s7" ,
2021-01-24 14:09:19 +01:00
"custom" : "colorCustom-WKsPgT" ,
2021-01-27 15:51:16 +01:00
"customBar" : "customBar-3RsUzs" ,
2021-01-24 14:09:19 +01:00
"danger" : "colorDanger-O5wq9n" ,
"default" : "colorDefault-XdNdIp" ,
2021-01-24 13:27:39 +01:00
"icon" : "icon-OZgBPQ" ,
2021-01-24 14:09:19 +01:00
"info" : "colorInfo-ujWH4-" ,
2021-01-24 16:12:21 +01:00
"inner" : "inner-6Fsw34" ,
2021-01-26 18:47:31 +01:00
"left" : "left-IXnX5I" ,
2021-01-25 19:46:00 +01:00
"opening" : "opening-3TzSw2" ,
2021-01-26 18:47:31 +01:00
"right" : "right-Eka_pI" ,
2021-01-24 14:13:05 +01:00
"success" : "colorSuccess-6GreWs" ,
2021-01-24 13:27:39 +01:00
"text" : "text-28VADE" ,
2021-01-26 21:14:48 +01:00
"toast" : "toast-g4bfgI" ,
"toasts" : "toasts-tApoHv" ,
2021-01-24 14:09:19 +01:00
"warning" : "colorWarning-qZNMsx"
2020-09-10 10:19:12 +02:00
}
} ,
"DiscordClassModules" : {
"AccountDetails" : { "props" : [ "usernameContainer" , "container" ] } ,
"AccountDetailsButtons" : { "props" : [ "button" , "enabled" , "disabled" ] } ,
"Anchor" : { "props" : [ "anchor" , "anchorUnderlineOnHover" ] } ,
"AnimationContainer" : { "props" : [ "animatorLeft" , "didRender" ] } ,
"AppBase" : { "props" : [ "container" , "base" ] } ,
"AppInner" : { "props" : [ "app" , "layers" ] } ,
"AppMount" : { "props" : [ "appMount" ] } ,
"ApplicationStore" : { "props" : [ "applicationStore" , "navigation" ] } ,
2021-05-01 11:08:57 +02:00
"AppOuter" : { "props" : [ "app" , "mobileApp" ] } ,
2021-02-04 23:01:58 +01:00
"Attachment" : { "props" : [ "wrapper" , "video" , "metadataDownload" ] } ,
2020-09-10 10:19:12 +02:00
"AuditLog" : { "props" : [ "auditLog" ] } ,
2021-03-20 12:10:48 +01:00
"AuditLogPopout" : { "props" : [ "guildSettingsAuditLogsUserFilterPopout" ] } ,
2020-09-10 10:19:12 +02:00
"AuthBox" : { "props" : [ "authBox" ] } ,
"Autocomplete" : { "props" : [ "autocomplete" , "autocompleteRow" ] } ,
2021-04-12 14:06:38 +02:00
"AutocompleteAliases" : { "props" : [ "autocompleteLayer" , "stickerAutoComplete" ] } ,
2020-09-10 10:19:12 +02:00
"Avatar" : { "props" : [ "avatar" , "mask" , "wrapper" ] } ,
"AvatarIcon" : { "props" : [ "iconActiveLarge" , "iconActiveMedium" ] } ,
2021-04-01 19:27:15 +02:00
"Backdrop" : { "props" : [ "backdrop" , "withLayer" ] } ,
2020-09-10 10:19:12 +02:00
"Badge" : { "props" : [ "numberBadge" , "textBadge" , "iconBadge" ] } ,
"BotTag" : { "props" : [ "botTag" , "botTagInvert" ] } ,
"Button" : { "props" : [ "colorBlack" , "button" ] } ,
"CallCurrent" : { "props" : [ "wrapper" , "fullScreen" ] } ,
"CallDetails" : { "props" : [ "container" , "hotspot" ] } ,
"CallIncoming" : { "props" : [ "wrapper" , "mainChannelInfo" ] } ,
"Card" : { "props" : [ "card" , "cardBrand" ] } ,
2021-01-10 14:34:13 +01:00
"Category" : { "props" : [ "wrapper" , "children" , "addButtonIcon" ] } ,
2020-11-23 17:01:25 +01:00
"CategoryArrow" : { "props" : [ "arrow" , "open" ] } ,
2020-09-10 10:19:12 +02:00
"ChangeLog" : { "props" : [ "added" , "fixed" , "improved" , "progress" ] } ,
"Channel" : { "props" : [ "wrapper" , "content" , "modeSelected" ] } ,
"ChannelContainer" : { "props" : [ "actionIcon" , "containerDefault" ] } ,
"ChannelLimit" : { "props" : [ "users" , "total" , "wrapper" ] } ,
"ChannelTextArea" : { "props" : [ "textArea" , "buttons" ] } ,
"ChannelTextAreaAttachButton" : { "props" : [ "attachButton" , "attachWrapper" ] } ,
"ChannelTextAreaButton" : { "props" : [ "buttonWrapper" , "active" ] } ,
"ChannelTextAreaCharCounter" : { "props" : [ "characterCount" , "error" ] } ,
"ChannelTextAreaSlate" : { "props" : [ "slateContainer" , "placeholder" ] } ,
"ChatWindow" : { "props" : [ "chat" , "channelTextArea" ] } ,
"Checkbox" : { "props" : [ "checkboxWrapper" , "round" ] } ,
2021-03-20 12:10:48 +01:00
"Combobox" : { "props" : [ "combobox" , "itemLabel" ] } ,
2020-09-10 10:19:12 +02:00
"Cursor" : { "props" : [ "cursorDefault" , "userSelectNone" ] } ,
"CustomStatusIcon" : { "props" : [ "textRuler" , "emoji" , "icon" ] } ,
2021-01-06 11:22:31 +01:00
"CustomStatusModal" : { "props" : [ "inputContainer" , "emojiButton" ] } ,
2021-01-09 00:23:02 +01:00
"CustomStatusPopout" : { "props" : [ "customStatusItem" , "customEmoji" ] } ,
2020-09-10 10:19:12 +02:00
"DmAddPopout" : { "props" : [ "popout" , "searchBarComponent" ] } ,
"DmAddPopoutItems" : { "props" : [ "friendSelected" , "friendWrapper" ] } ,
"DownloadLink" : { "props" : [ "downloadLink" ] } ,
"Embed" : { "props" : [ "embed" , "embedAuthorIcon" ] } ,
"EmbedActions" : { "props" : [ "iconPlay" , "iconWrapperActive" ] } ,
"Emoji" : { "props" : [ "emoji" ] , "length" : 1 } ,
"EmojiButton" : { "props" : [ "emojiButton" , "sprite" ] } ,
"EmojiPicker" : { "props" : [ "emojiPicker" , "inspector" ] } ,
2021-04-12 14:19:40 +02:00
"EmojiPickerDiversitySelector" : { "props" : [ "diversityEmojiItemImage" , "diversitySelectorOptions" ] } ,
2020-09-10 10:19:12 +02:00
"EmojiPickerItem" : { "props" : [ "emojiSpriteImage" ] } ,
2020-09-12 17:34:45 +02:00
"EmojiPickerInspector" : { "props" : [ "inspector" , "graphicPrimary" ] } ,
"EmojiPickerInspectorEmoji" : { "props" : [ "emoji" , "glyphEmoji" ] } ,
2020-09-10 10:19:12 +02:00
"ErrorScreen" : { "props" : [ "wrapper" , "flexWrapper" , "note" ] } ,
"ExpressionPicker" : { "props" : [ "contentWrapper" , "navButton" , "navList" ] } ,
"File" : { "props" : [ "downloadButton" , "fileNameLink" ] } ,
"Flex" : { "props" : [ "alignBaseline" , "alignCenter" ] } ,
"FlexChild" : { "props" : [ "flexChild" , "flex" ] } ,
"FlowerStar" : { "props" : [ "flowerStarContainer" , "flowerStar" ] } ,
"FormText" : { "props" : [ "description" , "modeDefault" ] } ,
"Game" : { "props" : [ "game" , "gameName" ] } ,
"GameIcon" : { "props" : [ "gameIcon" , "small" , "xsmall" ] } ,
"GameLibraryTable" : { "props" : [ "stickyHeader" , "emptyStateText" ] } ,
"GifFavoriteButton" : { "props" : [ "gifFavoriteButton" , "showPulse" ] } ,
"GoLiveDetails" : { "props" : [ "panel" , "gameWrapper" ] } ,
"Guild" : { "props" : [ "wrapper" , "lowerBadge" , "svg" ] } ,
"GuildChannels" : { "props" : [ "positionedContainer" , "unreadBar" ] } ,
2020-11-13 18:38:22 +01:00
"GuildChannelsWrapper" : { "props" : [ "subscribeTooltipWrapper" , "container" ] } ,
2020-09-10 10:19:12 +02:00
"GuildDiscovery" : { "props" : [ "pageWrapper" , "guildList" ] } ,
"GuildDm" : { "props" : [ "pill" ] , "length" : 1 } ,
"GuildEdges" : { "props" : [ "wrapper" , "edge" , "autoPointerEvents" ] } ,
"GuildFolder" : { "props" : [ "folder" , "expandedFolderIconWrapper" ] } ,
"GuildHeader" : { "props" : [ "header" , "name" , "bannerImage" ] } ,
"GuildHeaderButton" : { "props" : [ "button" , "open" ] } ,
"GuildIcon" : { "props" : [ "acronym" , "selected" , "wrapper" ] } ,
"GuildInvite" : { "props" : [ "wrapper" , "guildIconJoined" ] } ,
"GuildSettingsBanned" : { "props" : [ "bannedUser" , "bannedUserAvatar" ] } ,
"GuildSettingsEmoji" : { "props" : [ "emojiRow" , "emojiAliasPlaceholder" ] } ,
"GuildSettingsInvite" : { "props" : [ "countdownColumn" , "inviteSettingsInviteRow" ] } ,
"GuildSettingsMember" : { "props" : [ "member" , "membersFilterPopout" ] } ,
"GuildServer" : { "props" : [ "blobContainer" , "pill" ] } ,
"GuildsItems" : { "props" : [ "guildSeparator" , "guildsError" ] } ,
"GuildsWrapper" : { "props" : [ "scroller" , "unreadMentionsBar" , "wrapper" ] } ,
"HeaderBar" : { "props" : [ "container" , "children" , "toolbar" ] } ,
"HeaderBarExtras" : { "props" : [ "headerBarLoggedOut" , "search" ] } ,
"HeaderBarSearch" : { "props" : [ "search" , "searchBar" , "open" ] } ,
"HeaderBarTopic" : { "props" : [ "topic" , "expandable" , "content" ] } ,
"HomeIcon" : { "props" : [ "homeIcon" ] } ,
"HotKeyRecorder" : { "props" : [ "editIcon" , "recording" ] } ,
"HoverCard" : { "props" : [ "card" , "active" ] } ,
"IconDirection" : { "props" : [ "directionDown" , "directionUp" ] } ,
"ImageModal" : { "props" : [ "image" , "modal" ] , "length" : 4 , "smaller" : true } ,
"ImageWrapper" : { "props" : [ "clickable" , "imageWrapperBackground" ] } ,
"Input" : { "props" : [ "inputMini" , "inputDefault" ] } ,
"InviteModal" : { "props" : [ "inviteRow" , "modal" ] } ,
"Item" : { "props" : [ "item" , "side" , "header" ] } ,
"ItemRole" : { "props" : [ "role" , "dragged" ] } ,
"ItemLayerContainer" : { "props" : [ "layer" , "layerContainer" ] } ,
"LayerModal" : { "props" : [ "root" , "small" , "medium" ] } ,
"Layers" : { "props" : [ "layer" , "layers" ] } ,
"LiveTag" : { "props" : [ "liveLarge" , "live" ] } ,
"LoadingScreen" : { "props" : [ "container" , "problemsText" , "problems" ] } ,
"Margins" : { "props" : [ "marginBottom4" , "marginCenterHorz" ] } ,
"Menu" : { "props" : [ "menu" , "styleFlexible" , "item" ] } ,
"MenuCaret" : { "props" : [ "arrow" , "open" ] } ,
"MenuReactButton" : { "props" : [ "wrapper" , "icon" , "focused" ] } ,
"MenuSlider" : { "props" : [ "slider" , "sliderContainer" ] } ,
"Member" : { "props" : [ "member" , "ownerIcon" ] } ,
2020-11-13 18:38:22 +01:00
"MembersWrapper" : { "props" : [ "membersWrap" , "membersGroup" ] } ,
2020-09-10 10:19:12 +02:00
"Message" : { "props" : [ "message" , "mentioned" ] } ,
"MessageAccessory" : { "props" : [ "embedWrapper" , "gifFavoriteButton" ] } ,
"MessageBlocked" : { "props" : [ "blockedMessageText" , "expanded" ] } ,
"MessageBody" : { "props" : [ "markupRtl" , "edited" ] } ,
"MessageDivider" : { "props" : [ "isUnread" , "divider" ] } ,
"MessageElements" : { "props" : [ "messageGroupBlockedBtn" , "dividerRed" ] } ,
"MessageFile" : { "props" : [ "cancelButton" , "filenameLinkWrapper" ] } ,
2020-11-19 18:06:36 +01:00
"MessageLocalBot" : { "props" : [ "ephemeralMessage" , "icon" ] } ,
2020-09-10 10:19:12 +02:00
"MessageMarkup" : { "props" : [ "markup" ] } ,
2020-12-02 20:02:13 +01:00
"MessagePopout" : { "props" : [ "message" , "spacing" ] } ,
2020-09-10 10:19:12 +02:00
"MessageOperations" : { "props" : [ "operations" ] , "length" : 1 } ,
"MessageReactions" : { "props" : [ "reactions" , "reactionMe" ] } ,
"MessageReactionsModal" : { "props" : [ "reactor" , "reactionSelected" ] } ,
2020-10-27 16:18:29 +01:00
"MessageReply" : { "props" : [ "container" , "text" , "closeButton" ] } ,
2020-09-10 10:19:12 +02:00
"MessagesPopout" : { "props" : [ "messagesPopoutWrap" , "jumpButton" ] } ,
"MessagesPopoutButtons" : { "props" : [ "secondary" , "tertiary" , "button" ] } ,
"MessagesPopoutTabBar" : { "props" : [ "header" , "tabBar" , "active" ] } ,
"MessagesLoading" : { "props" : [ "attachment" , "blob" , "cozy" ] } ,
2020-12-19 18:04:52 +01:00
"MessagesWelcome" : { "props" : [ "emptyChannelIcon" , "description" , "header" ] } ,
"MessagesWelcomeButton" : { "props" : [ "button" , "buttonIcon" ] , "length" : 2 } ,
2020-09-10 10:19:12 +02:00
"MessagesWrap" : { "props" : [ "messagesWrapper" , "messageGroupBlocked" ] } ,
2020-12-02 20:02:13 +01:00
"MessageSystem" : { "props" : [ "container" , "actionAnchor" ] } ,
"MessageToolbar" : { "props" : [ "container" , "icon" , "isHeader" ] } ,
"MessageToolbarItems" : { "props" : [ "wrapper" , "button" , "separator" ] } ,
2020-09-10 10:19:12 +02:00
"Modal" : { "props" : [ "modal" , "sizeLarge" ] } ,
"ModalDivider" : { "props" : [ "divider" ] , "length" : 1 } ,
"ModalItems" : { "props" : [ "guildName" , "checkboxContainer" ] } ,
"ModalMiniContent" : { "props" : [ "modal" , "content" ] , "length" : 2 } ,
"ModalWrap" : { "props" : [ "modal" , "inner" ] , "length" : 2 } ,
"NameContainer" : { "props" : [ "nameAndDecorators" , "name" ] } ,
"NameTag" : { "props" : [ "bot" , "nameTag" ] } ,
"NitroStore" : { "props" : [ "applicationStore" , "marketingHeader" ] } ,
"NoteTextarea" : { "props" : [ "textarea" ] , "length" : 1 } ,
2020-09-19 22:57:27 +02:00
"Notice" : { "props" : [ "notice" , "platformIcon" ] } ,
2020-09-19 23:10:13 +02:00
"NoticePlatform" : { "props" : [ "iconAndroid" , "textLink" ] } ,
2021-01-09 18:53:08 +01:00
"Pagination" : { "props" : [ "pageButton" , "pageControl" ] } ,
2020-09-10 10:19:12 +02:00
"PeopleItem" : { "props" : [ "peopleListItem" , "active" ] } ,
"PeopleItemInfo" : { "props" : [ "listItemContents" , "actions" ] , "length" : 2 } ,
"Peoples" : { "props" : [ "peopleColumn" , "tabBar" ] } ,
"PictureInPicture" : { "props" : [ "pictureInPicture" , "pictureInPictureWindow" ] } ,
"PillWrapper" : { "props" : [ "item" , "wrapper" ] , "length" : 2 } ,
"PrivateChannel" : { "props" : [ "channel" , "closeButton" ] } ,
"PrivateChannelList" : { "props" : [ "privateChannels" , "searchBar" ] } ,
2020-12-19 17:54:43 +01:00
"PrivateChannelListScroller" : { "props" : [ "privateChannelsHeaderContainer" , "headerText" ] } ,
2020-09-10 10:19:12 +02:00
"Popout" : { "props" : [ "popout" , "arrowAlignmentTop" ] } ,
"PopoutActivity" : { "props" : [ "ellipsis" , "activityActivityFeed" ] } ,
"QuickMessage" : { "props" : [ "input" ] , "length" : 1 } ,
"QuickSelect" : { "props" : [ "quickSelectArrow" , "selected" ] } ,
"QuickSwitch" : { "props" : [ "resultFocused" , "guildIconContainer" ] } ,
"QuickSwitchWrap" : { "props" : [ "container" , "miscContainer" ] } ,
2020-11-21 19:40:28 +01:00
"RadioGroup" : { "props" : [ "radioBar" , "item" ] } ,
2020-09-10 10:19:12 +02:00
"Reactions" : { "props" : [ "reactionBtn" , "reaction" ] } ,
"RecentMentions" : { "props" : [ "recentMentionsPopout" ] } ,
"RecentMentionsHeader" : { "props" : [ "channelName" , "channelHeader" , "dmIcon" ] } ,
"Role" : { "props" : [ "roleCircle" , "roleName" , "roleRemoveIcon" ] } ,
"Scrollbar" : { "props" : [ "scrollbar" , "scrollbarGhost" ] } ,
"Scroller" : { "props" : [ "scrollerBase" , "none" , "fade" ] } ,
"SearchBar" : { "props" : [ "clear" , "container" , "pointer" ] } ,
"SearchPopout" : { "props" : [ "datePicker" , "searchResultChannelIconBackground" ] } ,
"SearchPopoutWrap" : { "props" : [ "container" , "queryContainer" ] } ,
"SearchResults" : { "props" : [ "noResults" , "searchResultsWrap" ] } ,
2021-01-09 17:27:37 +01:00
"SearchResultsElements" : { "props" : [ "totalResults" , "tab" ] } ,
2021-02-04 22:11:36 +01:00
"SearchResultsGroup" : { "props" : [ "searchResultGroup" , "channelName" ] } ,
2021-01-09 17:27:37 +01:00
"SearchResultsMessage" : { "props" : [ "message" , "searchResult" ] } ,
2020-09-10 10:19:12 +02:00
"Select" : { "props" : [ "select" , "error" , "errorMessage" ] } ,
2021-03-20 17:11:53 +01:00
"SelectSearchable" : { "props" : [ "searchable" , "option" , "selectedIcon" ] } ,
2020-09-10 10:19:12 +02:00
"SettingsCloseButton" : { "props" : [ "closeButton" , "keybind" ] } ,
2020-10-14 12:30:56 +02:00
"SettingsItems" : { "props" : [ "labelRow" , "note" ] } ,
2020-09-10 10:19:12 +02:00
"SettingsTable" : { "props" : [ "headerOption" , "headerName" ] } ,
"SettingsWindow" : { "props" : [ "contentRegion" , "standardSidebarView" ] } ,
"SettingsWindowScroller" : { "props" : [ "sidebarScrollable" , "content" , "scroller" ] } ,
"Slider" : { "props" : [ "slider" , "grabber" ] } ,
"Spoiler" : { "props" : [ "spoilerContainer" , "hidden" ] } ,
"SpoilerEmbed" : { "props" : [ "hiddenSpoilers" , "spoiler" ] } ,
2020-10-14 12:30:56 +02:00
"Switch" : { "props" : [ "container" , "slider" , "input" ] } ,
2020-09-10 10:19:12 +02:00
"Table" : { "props" : [ "stickyHeader" , "sortIcon" ] } ,
"Text" : { "props" : [ "defaultColor" , "defaultMarginh1" ] } ,
"TextColor" : { "props" : [ "colorStandard" , "colorMuted" , "colorError" ] } ,
"TextColor2" : { "props" : [ "muted" , "wrapper" , "base" ] } ,
"TextSize" : { "props" : [ "size10" , "size14" , "size20" ] } ,
"TextStyle" : { "props" : [ "strikethrough" , "underline" , "bold" ] } ,
"Tip" : { "props" : [ "pro" , "inline" ] } ,
"TitleBar" : { "props" : [ "titleBar" , "wordmark" ] } ,
"Tooltip" : { "props" : [ "tooltip" , "tooltipTop" ] } ,
"TooltipGuild" : { "props" : [ "rowIcon" , "rowGuildName" ] } ,
"Typing" : { "props" : [ "cooldownWrapper" , "typing" ] } ,
"UnreadBar" : { "props" : [ "active" , "bar" , "unread" ] } ,
"UploadModal" : { "props" : [ "uploadModal" , "bgScale" ] } ,
2020-10-14 17:00:07 +02:00
"UserBadges" : { "props" : [ "profileBadgeStaff" , "profileBadgePremium" ] } ,
2020-09-10 10:19:12 +02:00
"UserInfo" : { "props" : [ "userInfo" , "discordTag" ] } ,
2021-05-20 20:59:35 +02:00
"UserPopout" : { "props" : [ "headerNormal" , "profileBadges" ] } ,
2021-05-28 16:14:39 +02:00
"UserPopoutBanner" : { "props" : [ "profileBanner" , "profileBannerPremium" ] } ,
2021-05-26 23:00:39 +02:00
"UserPopoutWrapper" : { "props" : [ "userPopout" , "rolesList" ] } ,
2020-09-10 10:19:12 +02:00
"UserProfile" : { "props" : [ "topSectionNormal" , "tabBarContainer" ] } ,
2020-11-21 19:59:21 +01:00
"UserSettingsAppearancePreview" : { "props" : [ "preview" , "firstMessage" ] } ,
2020-09-10 10:19:12 +02:00
"UserSummaryItem" : { "props" : [ "avatarContainerMasked" , "container" ] } ,
"Video" : { "props" : [ "video" , "fullScreen" ] } ,
"VoiceChannel" : { "props" : [ "avatarSpeaking" , "voiceUser" ] } ,
2020-11-12 13:23:43 +01:00
"VoiceChannelLimit" : { "props" : [ "total" , "users" , "wrapper" ] } ,
2020-09-10 10:19:12 +02:00
"VoiceChannelList" : { "props" : [ "list" , "collapsed" ] } ,
"VoiceDetails" : { "props" : [ "container" , "customStatusContainer" ] } ,
"VoiceDetailsPing" : { "props" : [ "rtcConnectionQualityBad" , "rtcConnectionQualityFine" ] } ,
"WebhookCard" : { "props" : [ "pulseBorder" , "copyButton" ] }
} ,
"DiscordClasses" : {
2021-04-09 17:19:23 +02:00
"_bdguild" : [ "BD" , "bdGuild" ] ,
"_bdguildanimatable" : [ "BD" , "bdGuildAnimatable" ] ,
"_bdguildaudio" : [ "BD" , "bdGuildAudio" ] ,
"_bdguildselected" : [ "BD" , "bdGuildSelected" ] ,
"_bdguildseparator" : [ "BD" , "bdGuildSeparator" ] ,
"_bdguildunread" : [ "BD" , "bdGuildUnread" ] ,
"_bdguildvideo" : [ "BD" , "bdGuildVideo" ] ,
"_bdminimalmode" : [ "BD" , "bdMinimalMode" ] ,
"_bdpillselected" : [ "BD" , "bdPillSelected" ] ,
"_bdpillunread" : [ "BD" , "bdPillUnread" ] ,
2020-09-10 10:19:12 +02:00
"_badgeseverywherebadge" : [ "BadgesEverywhere" , "badge" ] ,
"_badgeseverywherebadges" : [ "BadgesEverywhere" , "badges" ] ,
"_badgeseverywherebadgeschat" : [ "BadgesEverywhere" , "badgesChat" ] ,
"_badgeseverywherebadgesinner" : [ "BadgesEverywhere" , "badgesInner" ] ,
"_badgeseverywherebadgeslist" : [ "BadgesEverywhere" , "badgesList" ] ,
"_badgeseverywherebadgessettings" : [ "BadgesEverywhere" , "badgesSettings" ] ,
"_badgeseverywhereindicator" : [ "BadgesEverywhere" , "indicator" ] ,
"_badgeseverywhereindicatorinner" : [ "BadgesEverywhere" , "indicatorInner" ] ,
"_badgeseverywheremini" : [ "BadgesEverywhere" , "mini" ] ,
"_badgeseverywheresize17" : [ "BadgesEverywhere" , "size17" ] ,
"_badgeseverywheresize21" : [ "BadgesEverywhere" , "size21" ] ,
"_badgeseverywheresize22" : [ "BadgesEverywhere" , "size22" ] ,
"_badgeseverywheresize24" : [ "BadgesEverywhere" , "size24" ] ,
"_betterfriendlistmutualguilds" : [ "BetterFriendList" , "mutualGuilds" ] ,
"_betterfriendlistnamecell" : [ "BetterFriendList" , "nameCell" ] ,
"_betterfriendlisttitle" : [ "BetterFriendList" , "title" ] ,
"_betternsfwtagtag" : [ "BetterNsfwTag" , "nsfwTag" ] ,
2021-01-09 18:06:50 +01:00
"_bettersearchpagepagination" : [ "BetterSearchPage" , "pagination" ] ,
2020-09-10 10:19:12 +02:00
"_chatfilterblocked" : [ "ChatFilter" , "blocked" ] ,
"_chatfilterblockedstamp" : [ "ChatFilter" , "blockedStamp" ] ,
"_chatfiltercensored" : [ "ChatFilter" , "censored" ] ,
"_chatfiltercensoredstamp" : [ "ChatFilter" , "censoredStamp" ] ,
"_charcountercounter" : [ "CharCounter" , "charCounter" ] ,
"_charcounterchatcounter" : [ "CharCounter" , "chatCounter" ] ,
"_charcountercounteradded" : [ "CharCounter" , "counterAdded" ] ,
"_charcountercustomstatuscounter" : [ "CharCounter" , "customStatusCounter" ] ,
"_charcountereditcounter" : [ "CharCounter" , "editCounter" ] ,
"_charcounternickcounter" : [ "CharCounter" , "nickCounter" ] ,
"_charcounterpopoutnotecounter" : [ "CharCounter" , "popoutNoteCounter" ] ,
"_charcounterprofilenotecounter" : [ "CharCounter" , "profileNoteCounter" ] ,
"_charcounteruploadcounter" : [ "CharCounter" , "uploadCounter" ] ,
"_creationdatedate" : [ "CreationDate" , "date" ] ,
2021-01-09 20:36:36 +01:00
"_customstatuspresetscustomstatusitem" : [ "CustomStatusPresets" , "customStatusItem" ] ,
2021-01-09 20:33:53 +01:00
"_customstatuspresetsdeletebutton" : [ "CustomStatusPresets" , "deleteButton" ] ,
"_customstatuspresetsdeleteicon" : [ "CustomStatusPresets" , "deleteIcon" ] ,
2021-01-20 16:57:41 +01:00
"_customstatuspresetsdragpreview" : [ "CustomStatusPresets" , "dragPreview" ] ,
2021-01-20 16:51:47 +01:00
"_customstatuspresetssortablecard" : [ "CustomStatusPresets" , "sortableCard" ] ,
"_customstatuspresetssortdivider" : [ "CustomStatusPresets" , "sortDivider" ] ,
2021-04-13 16:30:51 +02:00
"_customstatuspresetsstatus" : [ "CustomStatusPresets" , "status" ] ,
2020-09-10 10:19:12 +02:00
"_displayserversaschannelsbadge" : [ "DisplayServersAsChannels" , "badge" ] ,
"_displayserversaschannelsname" : [ "DisplayServersAsChannels" , "name" ] ,
"_displayserversaschannelsstyled" : [ "DisplayServersAsChannels" , "styled" ] ,
"_emojistatisticsstatisticsbutton" : [ "EmojiStatistics" , "statisticsButton" ] ,
"_emojistatisticsamountcell" : [ "EmojiStatistics" , "amountCell" ] ,
"_emojistatisticsiconcell" : [ "EmojiStatistics" , "iconCell" ] ,
"_emojistatisticsnamecell" : [ "EmojiStatistics" , "nameCell" ] ,
"_friendnotificationslogavatar" : [ "FriendNotifications" , "logAvatar" ] ,
"_friendnotificationslogcontent" : [ "FriendNotifications" , "logContent" ] ,
"_friendnotificationslogtime" : [ "FriendNotifications" , "logTime" ] ,
"_friendnotificationsfriendsonline" : [ "FriendNotifications" , "friendsOnline" ] ,
2021-03-30 11:14:52 +02:00
"_friendnotificationsfriendsonlinewrap" : [ "FriendNotifications" , "friendsOnlineWrap" ] ,
2020-12-22 18:29:06 +01:00
"_friendnotificationstimelogmodal" : [ "FriendNotifications" , "timeLogModal" ] ,
2020-09-10 10:19:12 +02:00
"_friendnotificationstypelabel" : [ "FriendNotifications" , "typeLabel" ] ,
"_imageutilitiesdetails" : [ "ImageUtilities" , "details" ] ,
"_imageutilitiesdetailsadded" : [ "ImageUtilities" , "detailsAdded" ] ,
"_imageutilitiesdetailslabel" : [ "ImageUtilities" , "detailsLabel" ] ,
"_imageutilitiesdetailswrapper" : [ "ImageUtilities" , "detailsWrapper" ] ,
"_imageutilitiesgallery" : [ "ImageUtilities" , "gallery" ] ,
"_imageutilitiesimagedetails" : [ "ImageUtilities" , "imageDetails" ] ,
2020-11-29 20:20:04 +01:00
"_imageutilitieslense" : [ "ImageUtilities" , "lens" ] ,
"_imageutilitieslensebackdrop" : [ "ImageUtilities" , "lensBackdrop" ] ,
2020-09-10 10:19:12 +02:00
"_imageutilitiesnext" : [ "ImageUtilities" , "next" ] ,
"_imageutilitiesoperations" : [ "ImageUtilities" , "operations" ] ,
"_imageutilitiesprevious" : [ "ImageUtilities" , "previous" ] ,
"_imageutilitiessibling" : [ "ImageUtilities" , "sibling" ] ,
"_imageutilitiesswitchicon" : [ "ImageUtilities" , "switchIcon" ] ,
"_joinedatdatedate" : [ "JoinedAtDate" , "date" ] ,
"_lastmessagedatedate" : [ "LastMessageDate" , "date" ] ,
"_googletranslateoptionreversebutton" : [ "GoogleTranslateOption" , "reverseButton" ] ,
"_googletranslateoptiontranslatebutton" : [ "GoogleTranslateOption" , "translateButton" ] ,
"_googletranslateoptiontranslated" : [ "GoogleTranslateOption" , "translated" ] ,
"_googletranslateoptiontranslating" : [ "GoogleTranslateOption" , "translating" ] ,
"_oldtitlebarenabled" : [ "OldTitleBar" , "oldTitleBarEnabled" ] ,
"_oldtitlebarsettingstoolbar" : [ "OldTitleBar" , "settingsToolbar" ] ,
"_oldtitlebartoolbar" : [ "OldTitleBar" , "toolbar" ] ,
"_pindmsdragpreview" : [ "PinDMs" , "dragPreview" ] ,
"_pindmsdmchannelpinned" : [ "PinDMs" , "dmChannelPinned" ] ,
"_pindmsdmchannelplaceholder" : [ "PinDMs" , "dmChannelPlaceholder" ] ,
"_pindmspinnedchannelsheaderamount" : [ "PinDMs" , "pinnedChannelsHeaderAmount" ] ,
"_pindmspinnedchannelsheaderarrow" : [ "PinDMs" , "pinnedChannelsHeaderArrow" ] ,
"_pindmspinnedchannelsheadercollapsed" : [ "PinDMs" , "pinnedChannelsHeaderCollapsed" ] ,
"_pindmspinnedchannelsheadercolored" : [ "PinDMs" , "pinnedChannelsHeaderColored" ] ,
"_pindmspinnedchannelsheadercontainer" : [ "PinDMs" , "pinnedChannelsHeaderContainer" ] ,
"_pindmsrecentpinned" : [ "PinDMs" , "recentPinned" ] ,
"_pindmsrecentplaceholder" : [ "PinDMs" , "recentPlaceholder" ] ,
"_pindmsunpinbutton" : [ "PinDMs" , "unpinButton" ] ,
"_pindmsunpinicon" : [ "PinDMs" , "unpinIcon" ] ,
2021-04-01 22:17:45 +02:00
"_pluginrepofailnotice" : [ "PluginRepo" , "failNotice" ] ,
2021-01-22 17:18:21 +01:00
"_pluginrepoloadingicon" : [ "PluginRepo" , "loadingIcon" ] ,
"_pluginrepoloadingtooltip" : [ "PluginRepo" , "loadingTooltip" ] ,
"_pluginreponewentriesnotice" : [ "PluginRepo" , "newEntriesNotice" ] ,
2021-01-22 17:29:55 +01:00
"_pluginreponotice" : [ "PluginRepo" , "repoNotice" ] ,
2021-01-22 17:18:21 +01:00
"_pluginrepooutdatednotice" : [ "PluginRepo" , "outdatedNotice" ] ,
2020-09-10 10:19:12 +02:00
"_readallnotificationsbuttonbutton" : [ "ReadAllNotificationsButton" , "button" ] ,
"_readallnotificationsbuttonframe" : [ "ReadAllNotificationsButton" , "frame" ] ,
"_readallnotificationsbuttoninner" : [ "ReadAllNotificationsButton" , "innerFrame" ] ,
"_servercounterservercount" : [ "ServerCounter" , "serverCount" ] ,
2021-03-30 11:14:52 +02:00
"_servercounterservercountwrap" : [ "ServerCounter" , "serverCountWrap" ] ,
2020-09-10 10:19:12 +02:00
"_serverdetailsdetails" : [ "ServerDetails" , "details" ] ,
"_serverdetailsicon" : [ "ServerDetails" , "icon" ] ,
"_serverdetailstooltip" : [ "ServerDetails" , "tooltip" ] ,
"_serverfoldersdragpreview" : [ "ServerFolders" , "dragPreview" ] ,
"_serverfoldersfoldercontent" : [ "ServerFolders" , "folderContent" ] ,
"_serverfoldersfoldercontentclosed" : [ "ServerFolders" , "folderContentClosed" ] ,
"_serverfoldersfoldercontentisopen" : [ "ServerFolders" , "folderContentIsOpen" ] ,
"_serverfoldersguildplaceholder" : [ "ServerFolders" , "guildPlaceholder" ] ,
"_serverfoldersiconswatch" : [ "ServerFolders" , "iconSwatch" ] ,
"_serverfoldersiconswatchinner" : [ "ServerFolders" , "iconSwatchInner" ] ,
"_serverfoldersiconswatchpreview" : [ "ServerFolders" , "iconSwatchPreview" ] ,
2021-03-02 17:37:33 +01:00
"_serverfoldersiconswatchnopreview" : [ "ServerFolders" , "iconSwatchNoPreview" ] ,
2020-09-10 10:19:12 +02:00
"_serverfoldersiconswatchselected" : [ "ServerFolders" , "iconSwatchSelected" ] ,
2020-10-17 15:26:20 +02:00
"_showhiddenchannelsaccessmodal" : [ "ShowHiddenChannels" , "accessModal" ] ,
2021-05-31 14:42:52 +02:00
"_showconnectionsconnection" : [ "ShowConnections" , "connection" ] ,
"_showconnectionsconnections" : [ "ShowConnections" , "connections" ] ,
"_showconnectionsicon" : [ "ShowConnections" , "connectionIcon" ] ,
"_showconnectionsverifiedbadge" : [ "ShowConnections" , "verifiedBadge" ] ,
2020-09-10 10:19:12 +02:00
"_spellcheckerror" : [ "SpellCheck" , "error" ] ,
"_spellcheckoverlay" : [ "SpellCheck" , "overlay" ] ,
2021-05-18 18:57:18 +02:00
"_spotifycontrolsactivitybutton" : [ "SpotifyControls" , "activityButton" ] ,
2020-09-10 10:19:12 +02:00
"_spotifycontrolsbar" : [ "SpotifyControls" , "bar" ] ,
"_spotifycontrolsbarfill" : [ "SpotifyControls" , "barFill" ] ,
"_spotifycontrolsbargrabber" : [ "SpotifyControls" , "barGabber" ] ,
"_spotifycontrolsbartext" : [ "SpotifyControls" , "barText" ] ,
"_spotifycontrolsbuttonactive" : [ "SpotifyControls" , "buttonActive" ] ,
"_spotifycontrolscontainer" : [ "SpotifyControls" , "container" ] ,
"_spotifycontrolscontainerinner" : [ "SpotifyControls" , "containerInner" ] ,
"_spotifycontrolscontainermaximized" : [ "SpotifyControls" , "containerMaximized" ] ,
"_spotifycontrolscontainerwithtimeline" : [ "SpotifyControls" , "containerWithTimeline" ] ,
"_spotifycontrolscover" : [ "SpotifyControls" , "cover" ] ,
"_spotifycontrolscovermaximizer" : [ "SpotifyControls" , "coverMaximizer" ] ,
"_spotifycontrolscoverwrapper" : [ "SpotifyControls" , "coverWrapper" ] ,
"_spotifycontrolsdetails" : [ "SpotifyControls" , "details" ] ,
"_spotifycontrolsinterpret" : [ "SpotifyControls" , "interpret" ] ,
"_spotifycontrolssettingsicon" : [ "SpotifyControls" , "settingsIcon" ] ,
"_spotifycontrolssettingslabel" : [ "SpotifyControls" , "settingsLabel" ] ,
"_spotifycontrolssong" : [ "SpotifyControls" , "song" ] ,
"_spotifycontrolstimeline" : [ "SpotifyControls" , "timeline" ] ,
"_spotifycontrolsvolumeslider" : [ "SpotifyControls" , "volumeSlider" ] ,
2021-04-23 12:01:44 +02:00
"_stafftagadminicon" : [ "StaffTag" , "adminIcon" ] ,
"_stafftagmanagementicon" : [ "StaffTag" , "managementIcon" ] ,
"_stafftagownericon" : [ "StaffTag" , "ownerIcon" ] ,
2021-04-01 22:17:45 +02:00
"_themerepodragbar" : [ "ThemeRepo" , "dragBar" ] ,
"_themerepodragcorner" : [ "ThemeRepo" , "dragCorner" ] ,
"_themerepodraginterface" : [ "ThemeRepo" , "dragInterface" ] ,
"_themerepofailnotice" : [ "ThemeRepo" , "failNotice" ] ,
2021-01-22 17:18:21 +01:00
"_themerepoloadingicon" : [ "ThemeRepo" , "loadingIcon" ] ,
"_themerepoloadingtooltip" : [ "ThemeRepo" , "loadingTooltip" ] ,
2021-04-01 22:17:45 +02:00
"_themerepomovebar" : [ "ThemeRepo" , "moveBar" ] ,
2021-01-22 17:18:21 +01:00
"_themereponewentriesnotice" : [ "ThemeRepo" , "newEntriesNotice" ] ,
2021-01-22 17:29:55 +01:00
"_themereponotice" : [ "ThemeRepo" , "repoNotice" ] ,
2021-01-22 17:18:21 +01:00
"_themerepooutdatednotice" : [ "ThemeRepo" , "outdatedNotice" ] ,
2021-04-01 22:17:45 +02:00
"_themerepopreview" : [ "ThemeRepo" , "preview" ] ,
"_themerepopreviewfullscreen" : [ "ThemeRepo" , "previewFullscreen" ] ,
"_themerepopreviewmoving" : [ "ThemeRepo" , "previewMoving" ] ,
2020-09-10 10:19:12 +02:00
"_timedlightdarkmodedategrabber" : [ "TimedLightDarkMode" , "dateGrabber" ] ,
"_timedlightdarkmodetimergrabber" : [ "TimedLightDarkMode" , "timerGrabber" ] ,
"_timedlightdarkmodetimersettings" : [ "TimedLightDarkMode" , "timerSettings" ] ,
"_toproleseverywherebadgestyle" : [ "TopRolesEverywhere" , "badgeStyle" ] ,
"_toproleseverywherechattag" : [ "TopRolesEverywhere" , "chatTag" ] ,
"_toproleseverywheremembertag" : [ "TopRolesEverywhere" , "memberTag" ] ,
"_toproleseverywhererolestyle" : [ "TopRolesEverywhere" , "roleStyle" ] ,
"_toproleseverywheretag" : [ "TopRolesEverywhere" , "tag" ] ,
2021-03-03 14:21:24 +01:00
"_toproleseverywherevoicetag" : [ "TopRolesEverywhere" , "voiceTag" ] ,
2021-05-12 14:47:25 +02:00
"_repoauthor" : [ "BD" , "bdAuthor" ] ,
2021-04-09 17:19:23 +02:00
"_repobutton" : [ "BD" , "bdButton" ] ,
"_repobuttondanger" : [ "BD" , "bdButtonDanger" ] ,
"_repocard" : [ "BD" , "bdAddonCard" ] ,
"_repocheckbox" : [ "BD" , "switchCheckbox" ] ,
"_repocheckboxchecked" : [ "BD" , "switchChecked" ] ,
"_repocheckboxinner" : [ "BD" , "switch" ] ,
"_repocheckboxitem" : [ "BD" , "switchItem" ] ,
"_repocheckboxwrap" : [ "BD" , "switchWrapper" ] ,
"_repocontrols" : [ "BD" , "bdControls" ] ,
"_repocontrolsbutton" : [ "BD" , "bdControlsButton" ] ,
2021-02-19 10:40:22 +01:00
"_repocontrolscustom" : [ "BDFDB" , "bdControlsCustom" ] ,
2021-05-12 14:47:25 +02:00
"_repodescription" : [ "BD" , "bdDescription" ] ,
"_repodescriptionwrap" : [ "BD" , "bdDescriptionWrap" ] ,
2020-11-11 17:08:40 +01:00
"_repoentry" : [ "BDFDB" , "bdRepoEntry" ] ,
2021-05-12 14:47:25 +02:00
"_repofolderbutton" : [ "BD" , "bdFolderButton" ] ,
"_repofooter" : [ "BD" , "bdFooter" ] ,
2020-11-12 14:12:06 +01:00
"_repofootercontrols" : [ "BDFDB" , "bdRepoFooterControls" ] ,
2021-05-12 14:47:25 +02:00
"_repoheader" : [ "BD" , "bdHeader" ] ,
2020-11-11 17:08:40 +01:00
"_repoheadercontrols" : [ "BDFDB" , "bdRepoHeaderControls" ] ,
2021-05-12 14:47:25 +02:00
"_repoheadertitle" : [ "BD" , "bdHeaderTitle" ] ,
2021-04-09 17:19:23 +02:00
"_repoicon" : [ "BD" , "bdIcon" ] ,
2021-05-12 14:47:25 +02:00
"_repolist" : [ "BD" , "bdAddonList" ] ,
2020-11-11 17:08:40 +01:00
"_repolistheader" : [ "BDFDB" , "bdRepoListHeader" ] ,
"_repolistwrapper" : [ "BDFDB" , "bdRepoListWrapper" ] ,
2021-05-12 14:47:25 +02:00
"_repolink" : [ "BD" , "bdLink" ] ,
"_repolinks" : [ "BD" , "bdLinks" ] ,
2021-04-09 17:19:23 +02:00
"_repometa" : [ "BD" , "bdMeta" ] ,
"_repomodal" : [ "BD" , "bdAddonModal" ] ,
"_repomodalfooter" : [ "BD" , "bdAddonModalFooter" ] ,
"_repomodalheader" : [ "BD" , "bdAddonModalHeader" ] ,
"_repomodalsettings" : [ "BD" , "bdAddonModalSettings" ] ,
2021-05-12 14:47:25 +02:00
"_reponame" : [ "BD" , "bdName" ] ,
2021-04-09 17:19:23 +02:00
"_reposettings" : [ "BD" , "settings" ] ,
"_reposettingsopen" : [ "BD" , "settingsOpen" ] ,
"_reposettingsclosed" : [ "BD" , "settingsClosed" ] ,
"_reposwitch" : [ "BD" , "bdSwitch" ] ,
"_reposwitchchecked" : [ "BD" , "bdSwitchChecked" ] ,
"_reposwitchinner" : [ "BD" , "bdSwitchInner" ] ,
"_repoupdatebutton" : [ "BD" , "bdUpdatebtn" ] ,
2021-05-12 14:47:25 +02:00
"_repoversion" : [ "BD" , "bdVersion" ] ,
2020-09-10 10:19:12 +02:00
"accountinfo" : [ "AccountDetails" , "container" ] ,
"accountinfoavatar" : [ "AccountDetails" , "avatar" ] ,
"accountinfoavatarwrapper" : [ "AccountDetails" , "avatarWrapper" ] ,
"accountinfobutton" : [ "AccountDetailsButtons" , "button" ] ,
"accountinfobuttondisabled" : [ "AccountDetailsButtons" , "disabled" ] ,
"accountinfobuttonenabled" : [ "AccountDetailsButtons" , "enabled" ] ,
2021-03-17 15:13:31 +01:00
"accountinfobuttonstrikethrough" : [ "AccountDetails" , "strikethrough" ] ,
2020-09-10 10:19:12 +02:00
"accountinfodetails" : [ "AccountDetails" , "usernameContainer" ] ,
"accountinfonametag" : [ "AccountDetails" , "nameTag" ] ,
2021-04-12 14:06:38 +02:00
"aliasautocomplete" : [ "AutocompleteAliases" , "autocomplete" ] ,
2020-09-10 10:19:12 +02:00
"anchor" : [ "Anchor" , "anchor" ] ,
"anchorunderlineonhover" : [ "Anchor" , "anchorUnderlineOnHover" ] ,
"animationcontainerbottom" : [ "AnimationContainer" , "animatorBottom" ] ,
"animationcontainerleft" : [ "AnimationContainer" , "animatorLeft" ] ,
"animationcontainerright" : [ "AnimationContainer" , "animatorRight" ] ,
"animationcontainertop" : [ "AnimationContainer" , "animatorTop" ] ,
"animationcontainerrender" : [ "AnimationContainer" , "didRender" ] ,
"animationcontainerscale" : [ "AnimationContainer" , "scale" ] ,
"animationcontainertranslate" : [ "AnimationContainer" , "translate" ] ,
2021-05-01 11:08:57 +02:00
"app" : [ "NotFound" , "appOuter" ] ,
2020-09-10 10:19:12 +02:00
"appcontainer" : [ "AppBase" , "container" ] ,
2021-01-25 16:30:18 +01:00
"appinner" : [ "AppInner" , "app" ] ,
2020-09-10 10:19:12 +02:00
"appmount" : [ "AppMount" , "appMount" ] ,
"applayers" : [ "AppInner" , "layers" ] ,
"applicationstore" : [ "ApplicationStore" , "applicationStore" ] ,
2021-02-04 23:03:10 +01:00
"attachment" : [ "Attachment" , "wrapper" ] ,
"attachmentvideo" : [ "Attachment" , "video" ] ,
2020-09-10 10:19:12 +02:00
"auditlog" : [ "AuditLog" , "auditLog" ] ,
"auditlogoverflowellipsis" : [ "AuditLog" , "overflowEllipsis" ] ,
2021-03-20 12:10:48 +01:00
"auditlogpopoutaction" : [ "AuditLogPopout" , "guildSettingsAuditLogsActionFilterPopout" ] ,
"auditlogpopoutavatar" : [ "AuditLogPopout" , "avatar" ] ,
"auditlogpopoutuser" : [ "AuditLogPopout" , "guildSettingsAuditLogsUserFilterPopout" ] ,
"auditlogpopoutusertext" : [ "AuditLogPopout" , "userText" ] ,
2021-03-06 20:34:43 +01:00
"auditlogtimestamp" : [ "AuditLog" , "timestamp" ] ,
2020-09-10 10:19:12 +02:00
"auditloguserhook" : [ "AuditLog" , "userHook" ] ,
"authbox" : [ "AuthBox" , "authBox" ] ,
"autocomplete" : [ "Autocomplete" , "autocomplete" ] ,
"autocompletecontenttitle" : [ "Autocomplete" , "contentTitle" ] ,
"autocompletedescriptiondiscriminator" : [ "Autocomplete" , "descriptionDiscriminator" ] ,
2021-02-27 19:55:51 +01:00
"autocompleteemoji" : [ "Autocomplete" , "emojiImage" ] ,
2020-09-10 10:19:12 +02:00
"autocompleteicon" : [ "Autocomplete" , "icon" ] ,
"autocompleteiconforeground" : [ "Autocomplete" , "iconForeground" ] ,
"autocompleteinner" : [ "Autocomplete" , "autocompleteInner" ] ,
"autocompleterow" : [ "Autocomplete" , "autocompleteRow" ] ,
2021-01-29 18:46:06 +01:00
"autocompleterowcontent" : [ "Autocomplete" , "autocompleteRowContent" ] ,
"autocompleterowcontentprimary" : [ "Autocomplete" , "autocompleteRowContentPrimary" ] ,
"autocompleterowcontentsecondary" : [ "Autocomplete" , "autocompleteRowContentSecondary" ] ,
2020-09-10 10:19:12 +02:00
"autocompleterowhorizontal" : [ "Autocomplete" , "autocompleteRowHorizontal" ] ,
2021-01-29 18:46:06 +01:00
"autocompleterowicon" : [ "Autocomplete" , "autocompleteRowIcon" ] ,
"autocompleterowsubheading" : [ "Autocomplete" , "autocompleteRowSubheading" ] ,
2020-09-10 10:19:12 +02:00
"autocompleterowvertical" : [ "Autocomplete" , "autocompleteRowVertical" ] ,
"autocompleteselectable" : [ "Autocomplete" , "selectable" ] ,
2020-12-19 18:04:52 +01:00
"autocompleteselected" : [ "Autocomplete" , "selected" ] ,
2020-09-10 10:19:12 +02:00
"avatar" : [ "Avatar" , "avatar" ] ,
"avatarcursordefault" : [ "Avatar" , "cursorDefault" ] ,
"avatardisabled" : [ "BDFDB" , "avatarDisabled" ] ,
"avataricon" : [ "AvatarIcon" , "icon" ] ,
"avatariconactivelarge" : [ "AvatarIcon" , "iconActiveLarge" ] ,
"avatariconactivemedium" : [ "AvatarIcon" , "iconActiveMedium" ] ,
"avatariconactivemini" : [ "AvatarIcon" , "iconActiveMini" ] ,
"avatariconactivesmall" : [ "AvatarIcon" , "iconActiveSmall" ] ,
"avatariconactivexlarge" : [ "AvatarIcon" , "iconActiveXLarge" ] ,
"avatariconinactive" : [ "AvatarIcon" , "iconInactive" ] ,
"avatariconsizelarge" : [ "AvatarIcon" , "iconSizeLarge" ] ,
"avatariconsizemedium" : [ "AvatarIcon" , "iconSizeMedium" ] ,
"avatariconsizemini" : [ "AvatarIcon" , "iconSizeMini" ] ,
"avatariconsizesmol" : [ "AvatarIcon" , "iconSizeSmol" ] ,
"avatariconsizesmall" : [ "AvatarIcon" , "iconSizeSmall" ] ,
"avatariconsizexlarge" : [ "AvatarIcon" , "iconSizeXLarge" ] ,
"avatarmask" : [ "Avatar" , "mask" ] ,
"avatarnoicon" : [ "AvatarIcon" , "noIcon" ] ,
"avatarpointer" : [ "Avatar" , "pointer" ] ,
"avatarpointerevents" : [ "Avatar" , "pointerEvents" ] ,
2021-05-28 16:14:39 +02:00
"avatarstack" : [ "Avatar" , "avatarStack" ] ,
"avatarsvg" : [ "Avatar" , "svg" ] ,
2020-09-10 10:19:12 +02:00
"avatarwrapper" : [ "Avatar" , "wrapper" ] ,
"backdrop" : [ "Backdrop" , "backdrop" ] ,
2021-04-01 19:27:15 +02:00
"backdropwithlayer" : [ "Backdrop" , "withLayer" ] ,
2020-09-10 10:19:12 +02:00
"badgebase" : [ "Badge" , "base" ] ,
"badgeicon" : [ "Badge" , "icon" ] ,
"badgeiconbadge" : [ "Badge" , "iconBadge" ] ,
"badgenumberbadge" : [ "Badge" , "numberBadge" ] ,
2021-03-19 12:33:33 +01:00
"badgeshaperound" : [ "Badge" , "baseShapeRound" ] ,
"badgeshaperoundleft" : [ "Badge" , "baseShapeRoundLeft" ] ,
"badgeshaperoundright" : [ "Badge" , "baseShapeRoundRight" ] ,
2020-09-10 10:19:12 +02:00
"badgetextbadge" : [ "Badge" , "textBadge" ] ,
"badgewrapper" : [ "NotFound" , "badgeWrapper" ] ,
"bdfdbbadge" : [ "BDFDB" , "badge" ] ,
"bdfdbbadgeavatar" : [ "BDFDB" , "badgeAvatar" ] ,
"bdfdbdev" : [ "BDFDB" , "dev" ] ,
"bdfdbhasbadge" : [ "BDFDB" , "hasBadge" ] ,
"bdfdbsupporter" : [ "BDFDB" , "supporter" ] ,
2021-05-13 20:11:04 +02:00
"bdfdbsupportert1" : [ "BDFDB" , "supporterTier1" ] ,
"bdfdbsupportert2" : [ "BDFDB" , "supporterTier2" ] ,
"bdfdbsupportert3" : [ "BDFDB" , "supporterTier3" ] ,
"bdfdbsupportert4" : [ "BDFDB" , "supporterTier4" ] ,
2020-09-10 10:19:12 +02:00
"bold" : [ "TextStyle" , "bold" ] ,
"bottag" : [ "BotTag" , "botTag" ] ,
"bottaginvert" : [ "BotTag" , "botTagInvert" ] ,
"bottagmember" : [ "Member" , "botTag" ] ,
"bottagnametag" : [ "NameTag" , "bot" ] ,
"bottagpx" : [ "BotTag" , "px" ] ,
"bottagregular" : [ "BotTag" , "botTagRegular" ] ,
"bottagrem" : [ "BotTag" , "rem" ] ,
"bottagtext" : [ "BotTag" , "botText" ] ,
"bottagverified" : [ "BotTag" , "botTagVerified" ] ,
"button" : [ "Button" , "button" ] ,
"buttoncolorblack" : [ "Button" , "colorBlack" ] ,
"buttoncolorbrand" : [ "Button" , "colorBrand" ] ,
"buttoncolorgreen" : [ "Button" , "colorGreen" ] ,
"buttoncolorgrey" : [ "Button" , "colorGrey" ] ,
"buttoncolorlink" : [ "Button" , "colorLink" ] ,
"buttoncolorprimary" : [ "Button" , "colorPrimary" ] ,
"buttoncolorred" : [ "Button" , "colorRed" ] ,
"buttoncolortransparent" : [ "Button" , "colorTransparent" ] ,
"buttoncolorwhite" : [ "Button" , "colorWhite" ] ,
"buttoncoloryellow" : [ "Button" , "colorYellow" ] ,
"buttoncontents" : [ "Button" , "contents" ] ,
"buttondisabledoverlay" : [ "Button" , "disabledButtonOverlay" ] ,
"buttondisabledwrapper" : [ "Button" , "disabledButtonWrapper" ] ,
"buttonfullwidth" : [ "Button" , "fullWidth" ] ,
"buttongrow" : [ "Button" , "grow" ] ,
"buttonhashover" : [ "Button" , "hasHover" ] ,
"buttonhoverblack" : [ "Button" , "hoverBlack" ] ,
"buttonhoverbrand" : [ "Button" , "hoverBrand" ] ,
"buttonhovergreen" : [ "Button" , "hoverGreen" ] ,
"buttonhovergrey" : [ "Button" , "hoverGrey" ] ,
"buttonhoverlink" : [ "Button" , "hoverLink" ] ,
"buttonhoverprimary" : [ "Button" , "hoverPrimary" ] ,
"buttonhoverred" : [ "Button" , "hoverRed" ] ,
"buttonhovertransparent" : [ "Button" , "hoverTransparent" ] ,
"buttonhoverwhite" : [ "Button" , "hoverWhite" ] ,
"buttonhoveryellow" : [ "Button" , "hoverYellow" ] ,
"buttonlookblank" : [ "Button" , "lookBlank" ] ,
"buttonlookfilled" : [ "Button" , "lookFilled" ] ,
"buttonlookghost" : [ "Button" , "lookGhost" ] ,
"buttonlookinverted" : [ "Button" , "lookInverted" ] ,
"buttonlooklink" : [ "Button" , "lookLink" ] ,
"buttonlookoutlined" : [ "Button" , "lookOutlined" ] ,
"buttonsizeicon" : [ "Button" , "sizeIcon" ] ,
"buttonsizelarge" : [ "Button" , "sizeLarge" ] ,
"buttonsizemax" : [ "Button" , "sizeMax" ] ,
"buttonsizemedium" : [ "Button" , "sizeMedium" ] ,
"buttonsizemin" : [ "Button" , "sizeMin" ] ,
"buttonsizesmall" : [ "Button" , "sizeSmall" ] ,
"buttonsizexlarge" : [ "Button" , "sizeXlarge" ] ,
"buttonspinner" : [ "Button" , "spinner" ] ,
"buttonspinneritem" : [ "Button" , "spinnerItem" ] ,
"buttonsubmitting" : [ "Button" , "submitting" ] ,
"callcurrentcontainer" : [ "CallCurrent" , "wrapper" ] ,
"callcurrentdetails" : [ "CallDetails" , "container" ] ,
"callcurrentvideo" : [ "Video" , "video" ] ,
"callincomingicon" : [ "CallIncoming" , "icon" ] ,
"callincomingroot" : [ "CallIncoming" , "root" ] ,
"callincomingtitle" : [ "CallIncoming" , "title" ] ,
"callincomingwrapper" : [ "CallIncoming" , "wrapper" ] ,
"card" : [ "Card" , "card" ] ,
"cardbrand" : [ "Card" , "cardBrand" ] ,
"cardbrandoutline" : [ "Card" , "cardBrandOutline" ] ,
"carddanger" : [ "Card" , "cardDanger" ] ,
"carddangeroutline" : [ "Card" , "cardDangerOutline" ] ,
"cardprimary" : [ "Card" , "cardPrimary" ] ,
"cardprimaryeditable" : [ "Card" , "cardPrimaryEditable" ] ,
"cardprimaryoutline" : [ "Card" , "cardPrimaryOutline" ] ,
"cardprimaryoutlineeditable" : [ "Card" , "cardPrimaryOutlineEditable" ] ,
"cardsuccess" : [ "Card" , "cardSuccess" ] ,
"cardsuccessoutline" : [ "Card" , "cardSuccessOutline" ] ,
"cardwarning" : [ "Card" , "cardWarning" ] ,
"cardwarningoutline" : [ "Card" , "cardWarningOutline" ] ,
2020-11-23 17:01:25 +01:00
"categoryarrow" : [ "CategoryArrow" , "arrow" ] ,
"categoryarrowopen" : [ "CategoryArrow" , "open" ] ,
2021-01-10 14:34:13 +01:00
"categoryaddbutton" : [ "Category" , "addButton" ] ,
"categoryaddbuttonicon" : [ "Category" , "addButtonIcon" ] ,
2020-09-10 10:19:12 +02:00
"categorychildren" : [ "Category" , "children" ] ,
"categoryclickable" : [ "Category" , "clickable" ] ,
"categorycollapsed" : [ "Category" , "collapsed" ] ,
2021-01-10 14:34:13 +01:00
"categorycontainerdefault" : [ "Category" , "containerDefault" ] ,
"categoryforcevisible" : [ "Category" , "forceVisible" ] ,
2020-09-10 10:19:12 +02:00
"categoryicon" : [ "Category" , "icon" ] ,
2021-01-10 14:34:13 +01:00
"categoryiconvisibility" : [ "Category" , "iconVisibility" ] ,
2020-10-31 21:12:55 +01:00
"categorymaincontent" : [ "Category" , "mainContent" ] ,
2020-09-10 10:19:12 +02:00
"categorymuted" : [ "Category" , "muted" ] ,
"categoryname" : [ "Category" , "name" ] ,
"categorywrapper" : [ "Category" , "wrapper" ] ,
"changelogadded" : [ "ChangeLog" , "added" ] ,
"changelogcontainer" : [ "ChangeLog" , "container" ] ,
"changelogfixed" : [ "ChangeLog" , "fixed" ] ,
2020-10-07 14:49:10 +02:00
"changelogfooter" : [ "ChangeLog" , "footer" ] ,
2020-09-10 10:19:12 +02:00
"changelogimproved" : [ "ChangeLog" , "improved" ] ,
"changelogprogress" : [ "ChangeLog" , "progress" ] ,
2020-10-07 14:29:21 +02:00
"changelogsociallink" : [ "ChangeLog" , "socialLink" ] ,
2020-09-10 10:19:12 +02:00
"changelogtitle" : [ "ChangeLog" , "title" ] ,
"channelactionicon" : [ "ChannelContainer" , "actionIcon" ] ,
"channelchildicon" : [ "ChannelContainer" , "iconItem" ] ,
"channelchildiconbase" : [ "ChannelContainer" , "iconBase" ] ,
"channelchildren" : [ "Channel" , "children" ] ,
"channelcontainerdefault" : [ "ChannelContainer" , "containerDefault" ] ,
"channelcontent" : [ "Channel" , "content" ] ,
"channeldisabled" : [ "ChannelContainer" , "disabled" ] ,
"channelheaderchannelname" : [ "ChatWindow" , "channelName" ] ,
"channelheaderchildren" : [ "HeaderBar" , "children" ] ,
"channelheaderdivider" : [ "HeaderBar" , "divider" ] ,
"channelheaderheaderbar" : [ "HeaderBar" , "container" ] ,
"channelheaderheaderbarthemed" : [ "HeaderBar" , "themed" ] ,
"channelheaderheaderbartitle" : [ "HeaderBar" , "title" ] ,
"channelheadericon" : [ "HeaderBar" , "icon" ] ,
"channelheadericonbadge" : [ "HeaderBar" , "iconBadge" ] ,
"channelheadericonclickable" : [ "HeaderBar" , "clickable" ] ,
"channelheadericonselected" : [ "HeaderBar" , "selected" ] ,
"channelheadericonwrapper" : [ "HeaderBar" , "iconWrapper" ] ,
"channelheadertitle" : [ "ChatWindow" , "title" ] ,
"channelheadertitlewrapper" : [ "ChatWindow" , "titleWrapper" ] ,
"channelheadersearch" : [ "HeaderBarExtras" , "search" ] ,
"channelheadersearchbar" : [ "HeaderBarSearch" , "searchBar" ] ,
"channelheadersearchicon" : [ "HeaderBarSearch" , "icon" ] ,
"channelheadersearchinner" : [ "HeaderBarSearch" , "search" ] ,
"channelheadertoolbar" : [ "HeaderBar" , "toolbar" ] ,
"channelheadertoolbar2" : [ "HeaderBarExtras" , "toolbar" ] ,
"channelheadertopic" : [ "HeaderBarTopic" , "topic" ] ,
"channelheadertopicexpandable" : [ "HeaderBarTopic" , "expandable" ] ,
"channelicon" : [ "Channel" , "icon" ] ,
2021-01-10 14:45:34 +01:00
"channeliconcontainer" : [ "Channel" , "iconContainer" ] ,
2020-11-18 17:47:30 +01:00
"channeliconitem" : [ "ChannelContainer" , "iconItem" ] ,
2020-09-10 10:19:12 +02:00
"channeliconvisibility" : [ "ChannelContainer" , "iconVisibility" ] ,
2020-10-31 21:12:55 +01:00
"channelmaincontent" : [ "Channel" , "mainContent" ] ,
2020-09-10 10:19:12 +02:00
"channelmentionsbadge" : [ "ChannelContainer" , "mentionsBadge" ] ,
"channelmodeconnected" : [ "Channel" , "modeConnected" ] ,
"channelmodelocked" : [ "Channel" , "modeLocked" ] ,
"channelmodemuted" : [ "Channel" , "modeMuted" ] ,
"channelmodeselected" : [ "Channel" , "modeSelected" ] ,
"channelmodeunread" : [ "Channel" , "modeUnread" ] ,
"channelname" : [ "Channel" , "name" ] ,
2021-04-08 16:00:33 +02:00
"channelnameinner" : [ "Channel" , "channelName" ] ,
2020-09-10 10:19:12 +02:00
"channelpanel" : [ "AppBase" , "activityPanel" ] ,
"channelpaneltitle" : [ "NotFound" , "channelPanelTitle" ] ,
"channelpanels" : [ "AppBase" , "panels" ] ,
"channels" : [ "AppBase" , "sidebar" ] ,
"channelselected" : [ "ChannelContainer" , "selected" ] ,
"channelsscroller" : [ "GuildChannels" , "scroller" ] ,
"channelsunreadbar" : [ "GuildChannels" , "unreadBar" ] ,
"channelsunreadbarcontainer" : [ "GuildChannels" , "positionedContainer" ] ,
"channelsunreadbarbottom" : [ "GuildChannels" , "unreadBottom" ] ,
"channelsunreadbarunread" : [ "GuildChannels" , "unread" ] ,
"channelsunreadbartop" : [ "GuildChannels" , "unreadTop" ] ,
"channelunread" : [ "Channel" , "unread" ] ,
"channeluserlimit" : [ "ChannelLimit" , "wrapper" ] ,
"channeluserlimitcontainer" : [ "ChannelContainer" , "userLimit" ] ,
"channeluserlimittotal" : [ "ChannelLimit" , "total" ] ,
"channeluserlimitusers" : [ "ChannelLimit" , "users" ] ,
"channelwrapper" : [ "Channel" , "wrapper" ] ,
"charcounter" : [ "BDFDB" , "charCounter" ] ,
"chat" : [ "ChatWindow" , "chat" ] ,
"chatbase" : [ "AppBase" , "base" ] ,
"chatcontent" : [ "ChatWindow" , "chatContent" ] ,
"chatform" : [ "ChatWindow" , "form" ] ,
"chatinner" : [ "ChatWindow" , "content" ] ,
"chatspacer" : [ "AppBase" , "content" ] ,
"checkbox" : [ "Checkbox" , "checkbox" ] ,
2021-01-01 16:19:27 +01:00
"checkboxbox" : [ "Checkbox" , "box" ] ,
2020-09-10 10:19:12 +02:00
"checkboxchecked" : [ "Checkbox" , "checked" ] ,
"checkboxcontainer" : [ "ModalItems" , "checkboxContainer" ] ,
"checkboxinput" : [ "Checkbox" , "input" ] ,
"checkboxinputdefault" : [ "Checkbox" , "inputDefault" ] ,
"checkboxinputdisabled" : [ "Checkbox" , "inputDisabled" ] ,
2021-01-01 16:19:27 +01:00
"checkboxinputreadonly" : [ "Checkbox" , "inputReadonly" ] ,
"checkboxlabel" : [ "Checkbox" , "label" ] ,
"checkboxlabelclickable" : [ "Checkbox" , "labelClickable" ] ,
"checkboxlabeldisabled" : [ "Checkbox" , "labelDisabled" ] ,
"checkboxlabelforward" : [ "Checkbox" , "labelForward" ] ,
"checkboxlabelreversed" : [ "Checkbox" , "labelReversed" ] ,
2020-09-10 10:19:12 +02:00
"checkboxround" : [ "Checkbox" , "round" ] ,
"checkboxwrapper" : [ "Checkbox" , "checkboxWrapper" ] ,
"checkboxwrapperdisabled" : [ "Checkbox" , "checkboxWrapperDisabled" ] ,
"collapsecontainer" : [ "BDFDB" , "collapseContainer" ] ,
"collapsecontainercollapsed" : [ "BDFDB" , "collapseContainerCollapsed" ] ,
"collapsecontainerheader" : [ "BDFDB" , "collapseContainerHeader" ] ,
"collapsecontainerinner" : [ "BDFDB" , "collapseContainerInner" ] ,
"collapsecontainermini" : [ "BDFDB" , "collapseContainerMini" ] ,
"collapsecontainertitle" : [ "BDFDB" , "collapseContainerTitle" ] ,
"colorbase" : [ "TextColor2" , "base" ] ,
"colorbrand" : [ "TextColor" , "colorBrand" ] ,
"colorerror" : [ "TextColor" , "colorError" ] ,
"colormuted" : [ "TextColor" , "colorMuted" ] ,
"colorgreen" : [ "TextColor" , "colorStatusGreen" ] ,
"colorpicker" : [ "ColorPicker" , "colorPickerCustom" ] ,
"colorpickeralpha" : [ "BDFDB" , "colorPickerAlpha" ] ,
"colorpickeralphacheckered" : [ "BDFDB" , "colorPickerAlphaCheckered" ] ,
"colorpickeralphacursor" : [ "BDFDB" , "colorPickerAlphaCursor" ] ,
"colorpickeralphahorizontal" : [ "BDFDB" , "colorPickerAlphaHorizontal" ] ,
"colorpickergradient" : [ "BDFDB" , "colorPickerGradient" ] ,
"colorpickergradientbutton" : [ "BDFDB" , "colorPickerGradientButton" ] ,
"colorpickergradientbuttonenabled" : [ "BDFDB" , "colorPickerGradientButtonEnabled" ] ,
"colorpickergradientcheckered" : [ "BDFDB" , "colorPickerGradientCheckered" ] ,
"colorpickergradientcursor" : [ "BDFDB" , "colorPickerGradientCursor" ] ,
"colorpickergradientcursoredge" : [ "BDFDB" , "colorPickerGradientCursorEdge" ] ,
"colorpickergradientcursorselected" : [ "BDFDB" , "colorPickerGradientCursorSelected" ] ,
"colorpickergradienthorizontal" : [ "BDFDB" , "colorPickerGradientHorizontal" ] ,
"colorpickerhexinput" : [ "ColorPicker" , "customColorPickerInput" ] ,
"colorpickerhue" : [ "ColorPickerInner" , "hue" ] ,
"colorpickerhuecursor" : [ "NotFound" , "hueCursor" ] ,
"colorpickerhuehorizontal" : [ "NotFound" , "hueHorizontal" ] ,
"colorpickerhuevertical" : [ "NotFound" , "hueVertical" ] ,
"colorpickerinner" : [ "ColorPickerInner" , "wrapper" ] ,
"colorpickerrow" : [ "ColorPicker" , "colorPickerRow" ] ,
"colorpickersaturation" : [ "ColorPickerInner" , "saturation" ] ,
"colorpickersaturationblack" : [ "NotFound" , "saturationBlack" ] ,
"colorpickersaturationcolor" : [ "NotFound" , "saturationColor" ] ,
"colorpickersaturationcursor" : [ "NotFound" , "saturationCursor" ] ,
"colorpickersaturationwhite" : [ "NotFound" , "saturationWhite" ] ,
"colorpickerswatch" : [ "ColorPicker" , "colorPickerSwatch" ] ,
"colorpickerswatches" : [ "BDFDB" , "colorPickerSwatches" ] ,
2021-02-20 13:47:59 +01:00
"colorpickerswatchescontainer" : [ "ColorPicker" , "container" ] ,
2020-09-10 10:19:12 +02:00
"colorpickerswatchesdisabled" : [ "BDFDB" , "colorPickerSwatchesDisabled" ] ,
"colorpickerswatchcustom" : [ "ColorPicker" , "custom" ] ,
2021-02-20 13:47:59 +01:00
"colorpickerswatchcustomcontainer" : [ "ColorPicker" , "customContainer" ] ,
2020-09-10 10:19:12 +02:00
"colorpickerswatchdefault" : [ "ColorPicker" , "default" ] ,
2021-02-20 13:47:59 +01:00
"colorpickerswatchdefaultcontainer" : [ "ColorPicker" , "defaultContainer" ] ,
2020-09-10 10:19:12 +02:00
"colorpickerswatchdisabled" : [ "ColorPicker" , "disabled" ] ,
"colorpickerswatchdropper" : [ "ColorPicker" , "colorPickerDropper" ] ,
"colorpickerswatchdropperfg" : [ "ColorPicker" , "colorPickerDropperFg" ] ,
"colorpickerswatchnocolor" : [ "ColorPicker" , "noColor" ] ,
"colorpickerswatchselected" : [ "BDFDB" , "colorPickerSwatchSelected" ] ,
"colorpickerswatchsingle" : [ "BDFDB" , "colorPickerSwatchSingle" ] ,
"colorpickerswatchsinglewrapper" : [ "BDFDB" , "colorPickerSwatchSingleWrapper" ] ,
"colorpickerwrapper" : [ "BDFDB" , "colorPicker" ] ,
"colorprimary" : [ "TextColor" , "colorHeaderPrimary" ] ,
"colorred" : [ "TextColor" , "colorStatusRed" ] ,
"colorsecondary" : [ "TextColor" , "colorHeaderSecondary" ] ,
"colorselectable" : [ "TextColor" , "selectable" ] ,
"colorstandard" : [ "TextColor" , "colorStandard" ] ,
"coloryellow" : [ "TextColor" , "colorStatusYellow" ] ,
2021-03-20 12:10:48 +01:00
"combobox" : [ "Combobox" , "combobox" ] ,
"comboboxitem" : [ "Combobox" , "item" ] ,
"comboboxitemlabel" : [ "Combobox" , "itemLabel" ] ,
2020-09-10 10:19:12 +02:00
"cursordefault" : [ "Cursor" , "cursorDefault" ] ,
"cursorpointer" : [ "Cursor" , "cursorPointer" ] ,
"customstatusemoji" : [ "CustomStatusIcon" , "emoji" ] ,
"customstatusicon" : [ "CustomStatusIcon" , "icon" ] ,
2021-01-09 00:23:02 +01:00
"customstatusitem" : [ "CustomStatusPopout" , "statusItem" ] ,
"customstatusitemclearbutton" : [ "CustomStatusPopout" , "clearStatusButton" ] ,
2021-01-09 00:41:00 +01:00
"customstatusitemclearicon" : [ "CustomStatusPopout" , "clearStatusIcon" ] ,
2021-01-09 00:23:02 +01:00
"customstatusitemcustom" : [ "CustomStatusPopout" , "customStatusItem" ] ,
"customstatusitemcustomtext" : [ "CustomStatusPopout" , "customText" ] ,
"customstatusitemcustomwithemoji" : [ "CustomStatusPopout" , "customStatusWithEmoji" ] ,
"customstatusitememoji" : [ "CustomStatusPopout" , "customEmoji" ] ,
2021-01-06 11:23:47 +01:00
"customstatusmodal" : [ "CustomStatusModal" , "modalRoot" ] ,
2021-03-12 23:59:42 +01:00
"dateinputbutton" : [ "BDFDB" , "dateInputButton" ] ,
2021-05-12 10:58:47 +02:00
"dateinputbuttonselected" : [ "BDFDB" , "dateInputButtonSelected" ] ,
2021-03-12 23:59:42 +01:00
"dateinputcontrols" : [ "BDFDB" , "dateInputControls" ] ,
"dateinputfield" : [ "BDFDB" , "dateInputField" ] ,
"dateinputinner" : [ "BDFDB" , "dateInputInner" ] ,
2021-03-15 10:38:05 +01:00
"dateinputpreview" : [ "BDFDB" , "dateInputPreview" ] ,
"dateinputpreviewprefix" : [ "BDFDB" , "dateInputPreviewPrefix" ] ,
2021-03-15 13:04:19 +01:00
"dateinputpreviewsuffix" : [ "BDFDB" , "dateInputPreviewSuffix" ] ,
2021-03-12 23:59:42 +01:00
"dateinputwrapper" : [ "BDFDB" , "dateInputWrapper" ] ,
2020-09-10 10:19:12 +02:00
"defaultcolor" : [ "Text" , "defaultColor" ] ,
"description" : [ "FormText" , "description" ] ,
"directiondown" : [ "IconDirection" , "directionDown" ] ,
"directionleft" : [ "IconDirection" , "directionLeft" ] ,
"directionright" : [ "IconDirection" , "directionRight" ] ,
"directionup" : [ "IconDirection" , "directionUp" ] ,
"directiontransition" : [ "IconDirection" , "transition" ] ,
"discriminator" : [ "NameTag" , "discriminator" ] ,
"divider" : [ "ModalDivider" , "divider" ] ,
"dividerdefault" : [ "SettingsItems" , "dividerDefault" ] ,
"dmchannel" : [ "PrivateChannel" , "channel" ] ,
"dmchannelactivity" : [ "PrivateChannel" , "activity" ] ,
"dmchannelactivityemoji" : [ "PrivateChannel" , "activityEmoji" ] ,
"dmchannelactivitytext" : [ "PrivateChannel" , "activityText" ] ,
"dmchannelclose" : [ "PrivateChannel" , "closeButton" ] ,
"dmchannelheadercontainer" : [ "PrivateChannelListScroller" , "privateChannelsHeaderContainer" ] ,
"dmchannelheadertext" : [ "PrivateChannelListScroller" , "headerText" ] ,
"dmchannels" : [ "PrivateChannelList" , "privateChannels" ] ,
"dmchannelsempty" : [ "PrivateChannelListScroller" , "empty" ] ,
"dmchannelsscroller" : [ "PrivateChannelListScroller" , "scroller" ] ,
"dmpill" : [ "GuildDm" , "pill" ] ,
"downloadlink" : [ "DownloadLink" , "downloadLink" ] ,
"ellipsis" : [ "PopoutActivity" , "ellipsis" ] ,
"embed" : [ "Embed" , "embed" ] ,
"embedauthor" : [ "Embed" , "embedAuthor" ] ,
"embedauthoricon" : [ "Embed" , "embedAuthorIcon" ] ,
"embedauthorname" : [ "Embed" , "embedAuthorName" ] ,
"embedauthornamelink" : [ "Embed" , "embedAuthorNameLink" ] ,
"embedcentercontent" : [ "Embed" , "centerContent" ] ,
"embeddescription" : [ "Embed" , "embedDescription" ] ,
"embedfield" : [ "Embed" , "embedField" ] ,
"embedfieldname" : [ "Embed" , "embedFieldName" ] ,
"embedfields" : [ "Embed" , "embedFields" ] ,
"embedfieldvalue" : [ "Embed" , "embedFieldValue" ] ,
"embedfooter" : [ "Embed" , "embedFooter" ] ,
"embedfootericon" : [ "Embed" , "embedFooterIcon" ] ,
"embedfooterseparator" : [ "Embed" , "embedFooterSeparator" ] ,
"embedfootertext" : [ "Embed" , "embedFooterText" ] ,
"embedfull" : [ "Embed" , "embedFull" ] ,
"embedgiftag" : [ "Embed" , "embedGIFTag" ] ,
"embedgrid" : [ "Embed" , "grid" ] ,
"embedhasthumbnail" : [ "Embed" , "hasThumbnail" ] ,
"embedhiddenspoiler" : [ "Embed" , "hiddenSpoiler" ] ,
"embediframe" : [ "Embed" , "embedIframe" ] ,
"embedimage" : [ "Embed" , "embedImage" ] ,
"embedlink" : [ "Embed" , "embedLink" ] ,
"embedmargin" : [ "Embed" , "embedMargin" ] ,
"embedmedia" : [ "Embed" , "embedMedia" ] ,
"embedprovider" : [ "Embed" , "embedProvider" ] ,
"embedspoilerattachment" : [ "Embed" , "spoilerAttachment" ] ,
"embedspoilerembed" : [ "Embed" , "spoilerEmbed" ] ,
"embedspotify" : [ "Embed" , "embedSpotify" ] ,
"embedthumbnail" : [ "Embed" , "embedThumbnail" ] ,
"embedtitle" : [ "Embed" , "embedTitle" ] ,
"embedtitlelink" : [ "Embed" , "embedTitleLink" ] ,
"embedvideo" : [ "Embed" , "embedVideo" ] ,
"embedvideoaction" : [ "Embed" , "embedVideoAction" ] ,
"embedvideoactions" : [ "Embed" , "embedVideoActions" ] ,
"embedvideoimagecomponent" : [ "Embed" , "embedVideoImageComponent" ] ,
"embedvideoimagecomponentinner" : [ "Embed" , "embedVideoImageComponentInner" ] ,
"embedwrapper" : [ "MessageAccessory" , "embedWrapper" ] ,
"emoji" : [ "Emoji" , "emoji" ] ,
"emojiold" : [ "NotFound" , "emoji" ] ,
"emojibutton" : [ "EmojiButton" , "emojiButton" ] ,
"emojibuttonhovered" : [ "EmojiButton" , "emojiButtonHovered" ] ,
"emojibuttonnormal" : [ "EmojiButton" , "emojiButtonNormal" ] ,
"emojibuttonsprite" : [ "EmojiButton" , "sprite" ] ,
2021-01-06 11:22:31 +01:00
"emojiinput" : [ "CustomStatusModal" , "input" ] ,
"emojiinputbutton" : [ "CustomStatusModal" , "emojiButton" ] ,
"emojiinputbuttoncontainer" : [ "CustomStatusModal" , "emojiButtonContainer" ] ,
"emojiinputclearbutton" : [ "CustomStatusModal" , "clearButton" ] ,
"emojiinputclearicon" : [ "CustomStatusModal" , "clearIcon" ] ,
"emojiinputcontainer" : [ "CustomStatusModal" , "inputContainer" ] ,
2020-09-10 10:19:12 +02:00
"emojipickerbutton" : [ "Reactions" , "reactionBtn" ] ,
"emojipicker" : [ "EmojiPicker" , "emojiPicker" ] ,
"emojipickerdiversityemojiitem" : [ "EmojiPickerDiversitySelector" , "diversityEmojiItem" ] ,
"emojipickerdiversityemojiitemimage" : [ "EmojiPickerDiversitySelector" , "diversityEmojiItemImage" ] ,
2021-05-27 15:59:45 +02:00
"emojipickerdiversityselector" : [ "EmojiPicker" , "diversitySelector" ] ,
2021-04-12 14:23:09 +02:00
"emojipickerdiversityselectoroptions" : [ "EmojiPickerDiversitySelector" , "diversitySelectorOptions" ] ,
2020-09-10 10:19:12 +02:00
"emojipickerdiversityselectorwrapper" : [ "EmojiPicker" , "diversitySelector" ] ,
"emojipickeremojispriteimage" : [ "EmojiPickerItem" , "emojiSpriteImage" ] ,
"emojipickerheader" : [ "EmojiPicker" , "header" ] ,
"emojipickerinspector" : [ "EmojiPickerInspector" , "inspector" ] ,
2020-09-12 17:34:45 +02:00
"emojipickerinspectoremoji" : [ "EmojiPickerInspectorEmoji" , "emoji" ] ,
2020-09-10 10:19:12 +02:00
"errorscreen" : [ "ErrorScreen" , "wrapper" ] ,
"expressionpicker" : [ "ExpressionPicker" , "contentWrapper" ] ,
"expressionpickernav" : [ "ExpressionPicker" , "nav" ] ,
"expressionpickernavbutton" : [ "ExpressionPicker" , "navButton" ] ,
"expressionpickernavbuttonactive" : [ "ExpressionPicker" , "navButtonActive" ] ,
"expressionpickernavitem" : [ "ExpressionPicker" , "navItem" ] ,
"expressionpickernavlist" : [ "ExpressionPicker" , "navList" ] ,
2021-05-03 12:06:41 +02:00
"discoverycard" : [ "BDFDB" , "discoveryCard" ] ,
"discoverycardauthor" : [ "BDFDB" , "discoveryCardAuthor" ] ,
"discoverycardbutton" : [ "BDFDB" , "discoveryCardButton" ] ,
"discoverycardcontrols" : [ "BDFDB" , "discoveryCardControls" ] ,
"discoverycardcover" : [ "BDFDB" , "discoveryCardCover" ] ,
"discoverycardcoverbadge" : [ "BDFDB" , "discoveryCardCoverBadge" ] ,
"discoverycardcoverwrapper" : [ "BDFDB" , "discoveryCardCoverWrapper" ] ,
"discoverycarddescription" : [ "BDFDB" , "discoveryCardDescription" ] ,
"discoverycardfooter" : [ "BDFDB" , "discoveryCardFooter" ] ,
"discoverycardheader" : [ "BDFDB" , "discoveryCardHeader" ] ,
"discoverycardicon" : [ "BDFDB" , "discoveryCardIcon" ] ,
2021-05-20 18:11:51 +02:00
"discoverycardiconloading" : [ "BDFDB" , "discoveryCardIconLoading" ] ,
2021-05-03 12:06:41 +02:00
"discoverycardiconwrapper" : [ "BDFDB" , "discoveryCardIconWrapper" ] ,
"discoverycardinfo" : [ "BDFDB" , "discoveryCardInfo" ] ,
"discoverycardname" : [ "BDFDB" , "discoveryCardName" ] ,
"discoverycards" : [ "BDFDB" , "discoveryCards" ] ,
"discoverycardstat" : [ "BDFDB" , "discoveryCardStat" ] ,
"discoverycardstaticon" : [ "BDFDB" , "discoveryCardStatIcon" ] ,
"discoverycardstats" : [ "BDFDB" , "discoveryCardStats" ] ,
"discoverycardtag" : [ "BDFDB" , "discoveryCardTag" ] ,
"discoverycardtags" : [ "BDFDB" , "discoveryCardTags" ] ,
"discoverycardtitle" : [ "BDFDB" , "discoveryCardTitle" ] ,
2021-05-03 15:26:32 +02:00
"discoverycardtitlebutton" : [ "BDFDB" , "discoveryCardTitleButton" ] ,
2020-09-10 10:19:12 +02:00
"favbuttoncontainer" : [ "BDFDB" , "favButtonContainer" ] ,
"fileattachment" : [ "File" , "attachment" ] ,
"fileattachmentinner" : [ "File" , "attachmentInner" ] ,
"filecancelbutton" : [ "File" , "cancelButton" ] ,
"filedownloadbutton" : [ "File" , "downloadButton" ] ,
"filename" : [ "File" , "filename" ] ,
"filenamelink" : [ "File" , "fileNameLink" ] ,
"filenamelinkwrapper" : [ "File" , "filenameLinkWrapper" ] ,
"filenamewrapper" : [ "File" , "filenameWrapper" ] ,
"flex" : [ "FlexChild" , "flex" ] ,
"flex2" : [ "Flex" , "flex" ] ,
2020-10-15 18:29:00 +02:00
"flexalignbaseline" : [ "Flex" , "alignBaseline" ] ,
"flexaligncenter" : [ "Flex" , "alignCenter" ] ,
"flexalignend" : [ "Flex" , "alignEnd" ] ,
"flexalignstart" : [ "Flex" , "alignStart" ] ,
"flexalignstretch" : [ "Flex" , "alignStretch" ] ,
2020-09-10 10:19:12 +02:00
"flexcenter" : [ "Flex" , "flexCenter" ] ,
"flexchild" : [ "FlexChild" , "flexChild" ] ,
2020-10-15 18:29:00 +02:00
"flexdirectioncolumn" : [ "Flex" , "directionColumn" ] ,
"flexdirectionrow" : [ "Flex" , "directionRow" ] ,
"flexdirectionrowreverse" : [ "Flex" , "directionRowReverse" ] ,
"flexhorizontal" : [ "FlexChild" , "horizontal" ] ,
"flexhorizontalreverse" : [ "FlexChild" , "horizontalReverse" ] ,
"flexjustifycenter" : [ "Flex" , "justifyCenter" ] ,
"flexjustifyend" : [ "Flex" , "justifyEnd" ] ,
"flexjustifystart" : [ "Flex" , "justifyStart" ] ,
2020-09-10 10:19:12 +02:00
"flexmarginreset" : [ "FlexChild" , "flexMarginReset" ] ,
2020-10-15 18:29:00 +02:00
"flexnowrap" : [ "Flex" , "noWrap" ] ,
2020-09-10 10:19:12 +02:00
"flexspacer" : [ "Flex" , "spacer" ] ,
2020-10-15 18:29:00 +02:00
"flexvertical" : [ "Flex" , "vertical" ] ,
"flexwrap" : [ "Flex" , "wrap" ] ,
"flexwrapreverse" : [ "Flex" , "wrapReverse" ] ,
2020-09-10 10:19:12 +02:00
"flowerstar" : [ "FlowerStar" , "flowerStar" ] ,
"flowerstarchild" : [ "FlowerStar" , "childContainer" ] ,
"flowerstarcontainer" : [ "FlowerStar" , "flowerStarContainer" ] ,
"formtext" : [ "FormText" , "formText" ] ,
"game" : [ "Game" , "game" ] ,
"gameicon" : [ "GameIcon" , "gameIcon" ] ,
"gameiconlarge" : [ "GameIcon" , "large" ] ,
"gameiconmedium" : [ "GameIcon" , "medium" ] ,
"gameiconsmall" : [ "GameIcon" , "small" ] ,
"gameiconxsmall" : [ "GameIcon" , "xsmall" ] ,
"gamelibrarytable" : [ "GameLibraryTable" , "table" ] ,
"gamelibrarytableheader" : [ "GameLibraryTable" , "header" ] ,
"gamelibrarytableheadercell" : [ "GameLibraryTable" , "headerCell" ] ,
"gamelibrarytableheadercellsorted" : [ "GameLibraryTable" , "headerCellSorted" ] ,
"gamelibrarytablerow" : [ "GameLibraryTable" , "row" ] ,
"gamelibrarytablerowwrapper" : [ "GameLibraryTable" , "rowWrapper" ] ,
"gamelibrarytablestickyheader" : [ "GameLibraryTable" , "stickyHeader" ] ,
"gamename" : [ "Game" , "gameName" ] ,
"gamenameinput" : [ "Game" , "gameNameInput" ] ,
"giffavoritebutton" : [ "MessageAccessory" , "gifFavoriteButton" ] ,
"giffavoritecolor" : [ "GifFavoriteButton" , "gifFavoriteButton" ] ,
"giffavoriteicon" : [ "GifFavoriteButton" , "icon" ] ,
"giffavoriteshowpulse" : [ "GifFavoriteButton" , "showPulse" ] ,
"giffavoritesize" : [ "GifFavoriteButton" , "size" ] ,
"giffavoriteselected" : [ "GifFavoriteButton" , "selected" ] ,
"goliveactions" : [ "GoLiveDetails" , "actions" ] ,
"golivebody" : [ "GoLiveDetails" , "body" ] ,
"goliveclickablegamewrapper" : [ "GoLiveDetails" , "clickableGameWrapper" ] ,
"golivegameicon" : [ "GoLiveDetails" , "gameIcon" ] ,
"golivegamename" : [ "GoLiveDetails" , "gameName" ] ,
"golivegamewrapper" : [ "GoLiveDetails" , "gameWrapper" ] ,
"goliveinfo" : [ "GoLiveDetails" , "info" ] ,
"golivepanel" : [ "GoLiveDetails" , "panel" ] ,
"guild" : [ "BDFDB" , "guild" ] ,
2021-05-27 15:59:45 +02:00
"guildbuttonbase" : [ "GuildsItems" , "circleButtonBase" ] ,
2020-09-10 10:19:12 +02:00
"guildbuttoninner" : [ "GuildsItems" , "circleIconButton" ] ,
"guildbuttonicon" : [ "GuildsItems" , "circleIcon" ] ,
"guildbuttonpill" : [ "GuildsItems" , "pill" ] ,
"guildbuttonselected" : [ "GuildsItems" , "selected" ] ,
2020-11-13 18:38:22 +01:00
"guildchannels" : [ "GuildChannelsWrapper" , "container" ] ,
2020-09-10 10:19:12 +02:00
"guildcontainer" : [ "GuildServer" , "blobContainer" ] ,
"guilddiscovery" : [ "GuildDiscovery" , "pageWrapper" ] ,
"guildedge" : [ "GuildEdges" , "edge" ] ,
"guildedgehalf" : [ "GuildEdges" , "half" ] ,
"guildedgehigher" : [ "GuildEdges" , "higher" ] ,
"guildedgemiddle" : [ "GuildEdges" , "middle" ] ,
"guildedgewrapper" : [ "GuildEdges" , "wrapper" ] ,
"guildserror" : [ "GuildsItems" , "guildsError" ] ,
"guildserrorinner" : [ "GuildsItems" , "errorInner" ] ,
"guildfolder" : [ "GuildFolder" , "folder" ] ,
"guildfolderexpandedbackground" : [ "GuildFolder" , "expandedFolderBackground" ] ,
"guildfolderexpandedbackgroundcollapsed" : [ "GuildFolder" , "collapsed" ] ,
"guildfolderexpandedbackgroundhover" : [ "GuildFolder" , "hover" ] ,
"guildfolderguildicon" : [ "GuildFolder" , "guildIcon" ] ,
"guildfoldericonwrapper" : [ "GuildFolder" , "folderIconWrapper" ] ,
"guildfoldericonwrapperclosed" : [ "GuildFolder" , "closedFolderIconWrapper" ] ,
"guildfoldericonwrapperexpanded" : [ "GuildFolder" , "expandedFolderIconWrapper" ] ,
"guildfolderwrapper" : [ "GuildFolder" , "wrapper" ] ,
"guildheader" : [ "GuildHeader" , "container" ] ,
"guildheaderbannerimage" : [ "GuildHeader" , "bannerImage" ] ,
"guildheaderbannerimagecontainer" : [ "GuildHeader" , "animatedContainer" ] ,
"guildheaderbannervisible" : [ "GuildHeader" , "bannerVisible" ] ,
"guildheaderbutton" : [ "GuildHeaderButton" , "button" ] ,
"guildheaderbuttonopen" : [ "GuildHeaderButton" , "open" ] ,
"guildheaderclickable" : [ "GuildHeader" , "clickable" ] ,
"guildheaderhasbanner" : [ "GuildHeader" , "hasBanner" ] ,
"guildheadericoncontainer" : [ "GuildHeader" , "guildIconContainer" ] ,
"guildheadericonbgtiernone" : [ "GuildHeader" , "iconBackgroundTierNone" ] ,
"guildheadericonbgtierone" : [ "GuildHeader" , "iconBackgroundTierOne" ] ,
"guildheadericonbgtierthree" : [ "GuildHeader" , "iconBackgroundTierThree" ] ,
"guildheadericonbgtiertwo" : [ "GuildHeader" , "iconBackgroundTierTwo" ] ,
"guildheadericonpremiumgem" : [ "GuildHeader" , "premiumGuildIconGem" ] ,
"guildheadericontiernone" : [ "GuildHeader" , "iconTierNone" ] ,
"guildheadericontierone" : [ "GuildHeader" , "iconTierOne" ] ,
"guildheadericontierthree" : [ "GuildHeader" , "iconTierThree" ] ,
"guildheadericontiertwo" : [ "GuildHeader" , "iconTierTwo" ] ,
"guildheaderheader" : [ "GuildHeader" , "header" ] ,
"guildheadername" : [ "GuildHeader" , "name" ] ,
"guildicon" : [ "GuildIcon" , "icon" ] ,
"guildiconacronym" : [ "GuildIcon" , "acronym" ] ,
"guildiconbadge" : [ "GuildsItems" , "iconBadge" ] ,
"guildiconchildwrapper" : [ "GuildIcon" , "childWrapper" ] ,
"guildiconselected" : [ "GuildIcon" , "selected" ] ,
"guildiconwrapper" : [ "GuildIcon" , "wrapper" ] ,
"guildinner" : [ "Guild" , "wrapper" ] ,
"guildinnerwrapper" : [ "GuildsItems" , "listItemWrapper" ] ,
"guildlowerbadge" : [ "Guild" , "lowerBadge" ] ,
"guildlowerleftbadge" : [ "BDFDB" , "guildLowerLeftBadge" ] ,
"guildouter" : [ "GuildsItems" , "listItem" ] ,
"guildpill" : [ "GuildServer" , "pill" ] ,
"guildpillitem" : [ "PillWrapper" , "item" ] ,
"guildpillwrapper" : [ "PillWrapper" , "wrapper" ] ,
"guildplaceholder" : [ "GuildsItems" , "dragInner" ] ,
"guildplaceholdermask" : [ "GuildsItems" , "placeholderMask" ] ,
"guilds" : [ "AppBase" , "guilds" ] ,
"guildseparator" : [ "GuildsItems" , "guildSeparator" ] ,
"guildserror" : [ "GuildsItems" , "guildsError" ] ,
"guildsettingsbannedcard" : [ "GuildSettingsBanned" , "bannedUser" ] ,
"guildsettingsbanneddiscrim" : [ "GuildSettingsBanned" , "discrim" ] ,
"guildsettingsbannedusername" : [ "GuildSettingsBanned" , "username" ] ,
"guildsettingsemojicard" : [ "GuildSettingsEmoji" , "emojiRow" ] ,
"guildsettingsinvitecard" : [ "GuildSettingsInvite" , "inviteSettingsInviteRow" ] ,
"guildsettingsinvitechannelname" : [ "GuildSettingsInvite" , "channelName" ] ,
"guildsettingsinviteusername" : [ "GuildSettingsInvite" , "username" ] ,
"guildsettingsmembercard" : [ "GuildSettingsMember" , "member" ] ,
"guildsettingsmembername" : [ "GuildSettingsMember" , "name" ] ,
"guildsettingsmembernametag" : [ "GuildSettingsMember" , "nameTag" ] ,
"guildslabel" : [ "BDFDB" , "guildsLabel" ] ,
"guildsscroller" : [ "GuildsWrapper" , "scroller" ] ,
2020-10-30 17:20:33 +01:00
"guildstree" : [ "GuildsWrapper" , "tree" ] ,
2020-09-10 10:19:12 +02:00
"guildsummaryclickableicon" : [ "BDFDB" , "guildSummaryClickableIcon" ] ,
"guildsummarycontainer" : [ "BDFDB" , "guildSummaryContainer" ] ,
"guildsummaryemptyguild" : [ "BDFDB" , "guildSummaryEmptyGuild" ] ,
"guildsummaryicon" : [ "BDFDB" , "guildSummaryIcon" ] ,
"guildsummaryiconcontainer" : [ "BDFDB" , "guildSummaryIconContainer" ] ,
"guildsummaryiconcontainermasked" : [ "BDFDB" , "guildSummaryIconContainerMasked" ] ,
"guildsummarymoreguilds" : [ "BDFDB" , "guildSummaryMoreGuilds" ] ,
"guildsummarysvgicon" : [ "BDFDB" , "guildSummarySvgIcon" ] ,
"guildsvg" : [ "Guild" , "svg" ] ,
"guildswrapper" : [ "GuildsWrapper" , "wrapper" ] ,
2021-04-09 20:49:31 +02:00
"guildswrapperhidden" : [ "GuildsWrapper" , "hidden" ] ,
2020-09-10 10:19:12 +02:00
"guildswrapperunreadmentionsbar" : [ "GuildsWrapper" , "unreadMentionsBar" ] ,
"guildswrapperunreadmentionsbarbottom" : [ "GuildsWrapper" , "unreadMentionsIndicatorBottom" ] ,
"guildswrapperunreadmentionsbartop" : [ "GuildsWrapper" , "unreadMentionsIndicatorTop" ] ,
"guildtutorialcontainer" : [ "GuildsItems" , "tutorialContainer" ] ,
"guildupperbadge" : [ "Guild" , "upperBadge" ] ,
"guildupperleftbadge" : [ "BDFDB" , "guildUpperLeftBadge" ] ,
"h1" : [ "Text" , "h1" ] ,
"h1defaultmargin" : [ "Text" , "defaultMarginh1" ] ,
"h2" : [ "Text" , "h2" ] ,
"h2defaultmargin" : [ "Text" , "defaultMarginh2" ] ,
"h3" : [ "Text" , "h3" ] ,
"h3defaultmargin" : [ "Text" , "defaultMarginh3" ] ,
"h4" : [ "Text" , "h4" ] ,
"h4defaultmargin" : [ "Text" , "defaultMarginh4" ] ,
"h5" : [ "Text" , "h5" ] ,
"h5defaultmargin" : [ "Text" , "defaultMarginh5" ] ,
"headertitle" : [ "Text" , "title" ] ,
2021-05-14 10:56:04 +02:00
"headerwrapper" : [ "TextColor2" , "wrapper" ] ,
2021-05-27 15:59:45 +02:00
"height12" : [ "UserPopout" , "height12" ] ,
2020-09-10 10:19:12 +02:00
"highlight" : [ "NotFound" , "highlight" ] ,
"homebuttonicon" : [ "HomeIcon" , "homeIcon" ] ,
"homebuttonpill" : [ "HomeIcon" , "pill" ] ,
"hotkeybutton" : [ "HotKeyRecorder" , "button" ] ,
"hotkeycontainer" : [ "HotKeyRecorder" , "container" ] ,
"hotkeydisabled" : [ "HotKeyRecorder" , "disabled" ] ,
"hotkeyediticon" : [ "HotKeyRecorder" , "editIcon" ] ,
"hotkeyhasvalue" : [ "HotKeyRecorder" , "hasValue" ] ,
"hotkeyinput" : [ "HotKeyRecorder" , "input" ] ,
"hotkeyinput2" : [ "HotKeyRecorder" , "input" ] ,
"hotkeylayout" : [ "HotKeyRecorder" , "layout" ] ,
"hotkeylayout2" : [ "HotKeyRecorder" , "layout" ] ,
"hotkeyrecording" : [ "HotKeyRecorder" , "recording" ] ,
"hotkeyresetbutton" : [ "BDFDB" , "hotkeyResetButton" ] ,
"hotkeyshadowpulse" : [ "HotKeyRecorder" , "shadowPulse" ] ,
"hotkeytext" : [ "HotKeyRecorder" , "text" ] ,
"hotkeywrapper" : [ "BDFDB" , "hotkeyWrapper" ] ,
"hovercard" : [ "HoverCard" , "card" ] ,
"hovercardbutton" : [ "NotFound" , "hoverCardButton" ] ,
2021-01-02 12:51:18 +01:00
"hovercarddisabled" : [ "BDFDB" , "cardDisabled" ] ,
2020-11-24 10:53:53 +01:00
"hovercardhorizontal" : [ "BDFDB" , "cardHorizontal" ] ,
2020-09-10 10:19:12 +02:00
"hovercardinner" : [ "BDFDB" , "cardInner" ] ,
"hovercardwrapper" : [ "BDFDB" , "cardWrapper" ] ,
"icon" : [ "EmbedActions" , "icon" ] ,
"iconactionswrapper" : [ "EmbedActions" , "wrapper" ] ,
"iconexternal" : [ "EmbedActions" , "iconExternal" ] ,
"iconexternalmargins" : [ "EmbedActions" , "iconExternalMargins" ] ,
"iconplay" : [ "EmbedActions" , "iconPlay" ] ,
"iconwrapper" : [ "EmbedActions" , "iconWrapper" ] ,
"iconwrapperactive" : [ "EmbedActions" , "iconWrapperActive" ] ,
"imageaccessory" : [ "ImageWrapper" , "imageAccessory" ] ,
"imageclickable" : [ "ImageWrapper" , "clickable" ] ,
"imageerror" : [ "ImageWrapper" , "imageError" ] ,
"imageplaceholder" : [ "ImageWrapper" , "imagePlaceholder" ] ,
"imageplaceholderoverlay" : [ "ImageWrapper" , "imagePlaceholderOverlay" ] ,
"imagemodal" : [ "ImageModal" , "modal" ] ,
"imagemodalimage" : [ "ImageModal" , "image" ] ,
"imagewrapper" : [ "ImageWrapper" , "imageWrapper" ] ,
"imagewrapperbackground" : [ "ImageWrapper" , "imageWrapperBackground" ] ,
"imagewrapperinner" : [ "ImageWrapper" , "imageWrapperInner" ] ,
"imagezoom" : [ "ImageWrapper" , "imageZoom" ] ,
"itemlayer" : [ "ItemLayerContainer" , "layer" ] ,
"itemlayercontainer" : [ "ItemLayerContainer" , "layerContainer" ] ,
2021-03-12 12:17:27 +01:00
"itemlayercontainerzindexdisabled" : [ "BDFDB" , "layerContainerZIndexDisabled" ] ,
2020-09-10 10:19:12 +02:00
"itemlayerdisabledpointerevents" : [ "ItemLayerContainer" , "disabledPointerEvents" ] ,
"input" : [ "Input" , "input" ] ,
"inputdefault" : [ "Input" , "inputDefault" ] ,
"inputdisabled" : [ "Input" , "disabled" ] ,
"inputeditable" : [ "Input" , "editable" ] ,
"inputerror" : [ "Input" , "error" ] ,
"inputfocused" : [ "Input" , "focused" ] ,
2020-10-29 20:36:10 +01:00
"inputlist" : [ "BDFDB" , "listInput" ] ,
"inputlistdelete" : [ "BDFDB" , "listInputDelete" ] ,
"inputlistitem" : [ "BDFDB" , "listInputItem" ] ,
"inputlistitems" : [ "BDFDB" , "listInputItems" ] ,
2020-09-10 10:19:12 +02:00
"inputmini" : [ "Input" , "inputMini" ] ,
2020-10-29 19:08:05 +01:00
"inputmulti" : [ "BDFDB" , "multiInput" ] ,
"inputmultifield" : [ "BDFDB" , "multiInputField" ] ,
"inputmultifirst" : [ "BDFDB" , "multiInputFirst" ] ,
"inputmultilast" : [ "BDFDB" , "multiInputLast" ] ,
2020-10-29 20:19:10 +01:00
"inputmultiwrapper" : [ "BDFDB" , "multiInputWrapper" ] ,
2020-09-10 10:19:12 +02:00
"inputnumberbutton" : [ "BDFDB" , "inputNumberButton" ] ,
"inputnumberbuttondown" : [ "BDFDB" , "inputNumberButtonDown" ] ,
"inputnumberbuttonup" : [ "BDFDB" , "inputNumberButtonUp" ] ,
"inputnumberbuttons" : [ "BDFDB" , "inputNumberButtons" ] ,
"inputnumberwrapper" : [ "BDFDB" , "inputNumberWrapper" ] ,
"inputnumberwrapperdefault" : [ "BDFDB" , "inputNumberWrapperDefault" ] ,
"inputnumberwrappermini" : [ "BDFDB" , "inputNumberWrapperMini" ] ,
2020-10-29 18:20:39 +01:00
"inputprefix" : [ "Input" , "inputPrefix" ] ,
"inputsuccess" : [ "Input" , "success" ] ,
"inputwrapper" : [ "Input" , "inputWrapper" ] ,
2020-09-10 10:19:12 +02:00
"invite" : [ "GuildInvite" , "wrapper" ] ,
"invitebutton" : [ "GuildInvite" , "button" ] ,
"invitebuttonfornonmember" : [ "GuildInvite" , "buttonForNonMember" ] ,
"invitebuttonresolving" : [ "GuildInvite" , "invite-button-resolving" ] ,
"invitebuttonsize" : [ "GuildInvite" , "buttonSize" ] ,
"invitechannel" : [ "GuildInvite" , "channel" ] ,
"invitechannelicon" : [ "GuildInvite" , "channelIcon" ] ,
"invitechannelname" : [ "GuildInvite" , "channelName" ] ,
"invitecontent" : [ "GuildInvite" , "content" ] ,
"invitecount" : [ "GuildInvite" , "count" ] ,
"invitecursordefault" : [ "GuildInvite" , "cursorDefault" ] ,
"invitedestination" : [ "GuildInvite" , "inviteDestination" ] ,
"invitedestinationexpired" : [ "GuildInvite" , "inviteDestinationExpired" ] ,
"invitedestinationjoined" : [ "GuildInvite" , "inviteDestinationJoined" ] ,
"inviteguildbadge" : [ "GuildInvite" , "guildBadge" ] ,
"inviteguilddetail" : [ "GuildInvite" , "guildDetail" ] ,
"inviteguildicon" : [ "GuildInvite" , "guildIcon" ] ,
"inviteguildiconexpired" : [ "GuildInvite" , "guildIconExpired" ] ,
"inviteguildiconimage" : [ "GuildInvite" , "guildIconImage" ] ,
"inviteguildiconimagejoined" : [ "GuildInvite" , "guildIconImageJoined" ] ,
"inviteguildiconjoined" : [ "GuildInvite" , "guildIconJoined" ] ,
"inviteguildinfo" : [ "GuildInvite" , "guildInfo" ] ,
"inviteguildname" : [ "GuildInvite" , "guildName" ] ,
"inviteguildnamewrapper" : [ "GuildInvite" , "guildNameWrapper" ] ,
"inviteheader" : [ "GuildInvite" , "header" ] ,
"invitemodal" : [ "InviteModal" , "modal" ] ,
"invitemodalinviterow" : [ "InviteModal" , "inviteRow" ] ,
"invitemodalinviterowname" : [ "InviteModal" , "inviteRowName" ] ,
"invitemodalwrapper" : [ "InviteModal" , "wrapper" ] ,
"invitesplash" : [ "GuildInvite" , "inviteSplash" ] ,
"invitesplashimage" : [ "GuildInvite" , "inviteSplashImage" ] ,
"invitesplashimageloaded" : [ "GuildInvite" , "inviteSplashImageLoaded" ] ,
"inviteresolving" : [ "GuildInvite" , "resolving" ] ,
"inviteresolvingbackground" : [ "GuildInvite" , "resolvingBackground" ] ,
"invitestatus" : [ "GuildInvite" , "status" ] ,
"invitestatuscounts" : [ "GuildInvite" , "statusCounts" ] ,
"invitestatusoffline" : [ "GuildInvite" , "statusOffline" ] ,
"invitestatusonline" : [ "GuildInvite" , "statusOnline" ] ,
"inviteuserselectnone" : [ "GuildInvite" , "userSelectNone" ] ,
"italics" : [ "TextStyle" , "italics" ] ,
"layermodal" : [ "LayerModal" , "root" ] ,
"layermodallarge" : [ "LayerModal" , "large" ] ,
"layermodalmedium" : [ "LayerModal" , "medium" ] ,
"layermodalsmall" : [ "LayerModal" , "small" ] ,
"layer" : [ "Layers" , "layer" ] ,
"layerbase" : [ "Layers" , "baseLayer" ] ,
"layers" : [ "Layers" , "layers" ] ,
"layersbg" : [ "Layers" , "bg" ] ,
"listavatar" : [ "UserProfile" , "listAvatar" ] ,
"listdiscriminator" : [ "UserProfile" , "listDiscriminator" ] ,
"listname" : [ "UserProfile" , "listName" ] ,
"listrow" : [ "UserProfile" , "listRow" ] ,
"listrowcontent" : [ "UserProfile" , "listRowContent" ] ,
"listrowwrapper" : [ "BDFDB" , "listRow" ] ,
"listscroller" : [ "UserProfile" , "listScroller" ] ,
"livetag" : [ "LiveTag" , "live" ] ,
"livetaggrey" : [ "LiveTag" , "grey" ] ,
"livetaglarge" : [ "LiveTag" , "liveLarge" ] ,
"livetagsmall" : [ "LiveTag" , "liveSmall" ] ,
"loadingicon" : [ "BDFDB" , "loadingIcon" ] ,
"loadingiconwrapper" : [ "BDFDB" , "loadingIconWrapper" ] ,
"loadingscreen" : [ "LoadingScreen" , "container" ] ,
"loginscreen" : [ "NotFound" , "loginScreen" ] ,
"marginbottom4" : [ "Margins" , "marginBottom4" ] ,
"marginbottom8" : [ "Margins" , "marginBottom8" ] ,
"marginbottom20" : [ "Margins" , "marginBottom20" ] ,
"marginbottom40" : [ "Margins" , "marginBottom40" ] ,
"marginbottom60" : [ "Margins" , "marginBottom60" ] ,
"margincenterhorz" : [ "Margins" , "marginCenterHorz" ] ,
2021-01-29 18:50:18 +01:00
"marginleft4" : [ "BDFDB" , "marginLeft4" ] ,
"marginleft8" : [ "BDFDB" , "marginLeft8" ] ,
2020-09-10 10:19:12 +02:00
"marginreset" : [ "Margins" , "marginReset" ] ,
"margintop4" : [ "Margins" , "marginTop4" ] ,
"margintop8" : [ "Margins" , "marginTop8" ] ,
"margintop20" : [ "Margins" , "marginTop20" ] ,
"margintop40" : [ "Margins" , "marginTop40" ] ,
"margintop60" : [ "Margins" , "marginTop60" ] ,
"member" : [ "Member" , "member" ] ,
"memberactivity" : [ "Member" , "activity" ] ,
"membericon" : [ "Member" , "icon" ] ,
"memberoffline" : [ "Member" , "offline" ] ,
"memberownericon" : [ "Member" , "ownerIcon" ] ,
"memberpremiumicon" : [ "Member" , "premiumIcon" ] ,
2020-11-13 18:38:22 +01:00
"members" : [ "MembersWrapper" , "members" ] ,
"membersgroup" : [ "MembersWrapper" , "membersGroup" ] ,
"memberswrap" : [ "MembersWrapper" , "membersWrap" ] ,
2020-09-10 10:19:12 +02:00
"memberusername" : [ "Member" , "roleColor" ] ,
"mention" : [ "NotFound" , "mention" ] ,
"mentioninteractive" : [ "NotFound" , "mentionInteractive" ] ,
"mentionwrapper" : [ "NotFound" , "mentionWrapper" ] ,
"menu" : [ "Menu" , "menu" ] ,
"menucaret" : [ "Menu" , "caret" ] ,
"menucaretarrow" : [ "MenuCaret" , "arrow" ] ,
"menucaretopen" : [ "MenuCaret" , "open" ] ,
"menucheck" : [ "Menu" , "check" ] ,
"menucheckbox" : [ "Menu" , "checkbox" ] ,
"menucolorbrand" : [ "Menu" , "colorBrand" ] ,
"menucolorcustom" : [ "BDFDB" , "menuColorCustom" ] ,
"menucolordanger" : [ "Menu" , "colorDanger" ] ,
"menucolordefault" : [ "Menu" , "colorDefault" ] ,
"menucolorpremium" : [ "Menu" , "colorPremium" ] ,
"menucustomitem" : [ "Menu" , "customItem" ] ,
"menudisabled" : [ "Menu" , "disabled" ] ,
"menufocused" : [ "Menu" , "focused" ] ,
"menuhideinteraction" : [ "Menu" , "hideInteraction" ] ,
"menuhint" : [ "BDFDB" , "menuItemHint" ] ,
"menuhintcontainer" : [ "Menu" , "hintContainer" ] ,
"menuicon" : [ "Menu" , "icon" ] ,
"menuiconcontainer" : [ "Menu" , "iconContainer" ] ,
"menuimage" : [ "Menu" , "image" ] ,
"menuimagecontainer" : [ "Menu" , "imageContainer" ] ,
"menuitem" : [ "Menu" , "item" ] ,
"menulabel" : [ "Menu" , "label" ] ,
"menulabelcontainer" : [ "Menu" , "labelContainer" ] ,
"menureactbutton" : [ "MenuReactButton" , "button" ] ,
"menureactbuttonfocused" : [ "MenuReactButton" , "focused" ] ,
"menureactbuttonicon" : [ "MenuReactButton" , "icon" ] ,
"menureactbuttons" : [ "MenuReactButton" , "wrapper" ] ,
"menuscroller" : [ "Menu" , "scroller" ] ,
"menuseparator" : [ "Menu" , "separator" ] ,
"menuslider" : [ "MenuSlider" , "slider" ] ,
"menuslidercontainer" : [ "MenuSlider" , "sliderContainer" ] ,
"menustylefixed" : [ "Menu" , "styleFixed" ] ,
"menustyleflexible" : [ "Menu" , "styleFlexible" ] ,
"menusubmenu" : [ "Menu" , "submenu" ] ,
"menusubmenucontainer" : [ "Menu" , "submenuContainer" ] ,
"menusubtext" : [ "Menu" , "subtext" ] ,
"message" : [ "Message" , "message" ] ,
"messageaccessory" : [ "MessageAccessory" , "container" ] ,
"messageavatar" : [ "MessageBody" , "avatar" ] ,
"messageavatarclickable" : [ "MessageBody" , "clickable" ] ,
"messagebackgroundflash" : [ "Message" , "backgroundFlash" ] ,
"messagebarbase" : [ "MessageElements" , "barBase" ] ,
"messagebarbuttonalt" : [ "MessageElements" , "barButtonAlt" ] ,
"messagebarbuttonbase" : [ "MessageElements" , "barButtonBase" ] ,
"messagebarbuttonicon" : [ "MessageElements" , "barButtonIcon" ] ,
"messagebarbuttonmain" : [ "MessageElements" , "barButtonMain" ] ,
"messagebarhasmore" : [ "MessageElements" , "hasMore" ] ,
"messagebarjumptopresentbar" : [ "MessageElements" , "jumpToPresentBar" ] ,
"messagebarloadingmore" : [ "MessageElements" , "loadingMore" ] ,
"messagebarnewmessagesbar" : [ "MessageElements" , "newMessagesBar" ] ,
"messagebarspan" : [ "MessageElements" , "span" ] ,
"messagebarspinner" : [ "MessageElements" , "spinner" ] ,
"messagebarspinneritem" : [ "MessageElements" , "spinnerItem" ] ,
"messagebeforegroup" : [ "Message" , "beforeGroup" ] ,
"messageblockedaction" : [ "MessageBlocked" , "blockedAction" ] ,
"messageblockedcontainer" : [ "MessageBlocked" , "container" ] ,
"messageblockedexpanded" : [ "MessageBlocked" , "expanded" ] ,
"messageblockedicon" : [ "MessageBlocked" , "blockedIcon" ] ,
"messageblockedsystemmessage" : [ "MessageBlocked" , "blockedSystemMessage" ] ,
"messageblockedtext" : [ "MessageBlocked" , "blockedMessageText" ] ,
"messageblockquotecontainer" : [ "MessageMarkup" , "blockquoteContainer" ] ,
"messageblockquotedivider" : [ "MessageMarkup" , "blockquoteDivider" ] ,
"messagebottag" : [ "MessageBody" , "botTag" ] ,
"messagebottagcompact" : [ "MessageBody" , "botTagCompact" ] ,
"messagebottagcozy" : [ "MessageBody" , "botTagCozy" ] ,
"messagebuttoncontainer" : [ "MessageBody" , "buttonContainer" ] ,
"messagebuttons" : [ "Message" , "buttons" ] ,
"messagechanneltextarea" : [ "Message" , "channelTextArea" ] ,
"messagecompact" : [ "MessageBody" , "compact" ] ,
"messagecontents" : [ "MessageBody" , "contents" ] ,
"messagecozy" : [ "MessageBody" , "cozy" ] ,
"messagecozymessage" : [ "Message" , "cozyMessage" ] ,
"messagedisableinteraction" : [ "Message" , "disableInteraction" ] ,
"messagedivider" : [ "Message" , "divider" ] ,
"messagedividerhascontent" : [ "Message" , "hasContent" ] ,
"messageedited" : [ "MessageBody" , "edited" ] ,
"messagegroupstart" : [ "Message" , "groupStart" ] ,
"messagegroupblocked" : [ "MessageElements" , "messageGroupBlocked" ] ,
"messagegroupblockedbtn" : [ "MessageElements" , "messageGroupBlockedBtn" ] ,
"messagegroupblockedrevealed" : [ "MessageElements" , "revealed" ] ,
"messageheader" : [ "MessageBody" , "header" ] ,
2020-10-07 09:34:40 +02:00
"messageheadertext" : [ "MessageBody" , "headerText" ] ,
2020-11-19 18:06:36 +01:00
"messagelocalbot" : [ "Message" , "ephemeral" ] ,
"messagelocalboticon" : [ "MessageLocalBot" , "icon" ] ,
"messagelocalbotoperations" : [ "MessageLocalBot" , "ephemeralMessage" ] ,
2020-09-10 10:19:12 +02:00
"messagemarkup" : [ "MessageMarkup" , "markup" ] ,
"messagemarkupcompact" : [ "MessageBody" , "compact" ] ,
"messagemarkupcontent" : [ "MessageBody" , "messageContent" ] ,
"messagemarkupcozy" : [ "MessageBody" , "cozy" ] ,
"messagemarkupisfailed" : [ "MessageBody" , "isFailed" ] ,
"messagemarkupissending" : [ "MessageBody" , "isSending" ] ,
"messagemarkuprtl" : [ "MessageBody" , "markupRtl" ] ,
"messagementioned" : [ "Message" , "mentioned" ] ,
2020-12-02 20:02:13 +01:00
"messagepopout" : [ "MessagePopout" , "message" ] ,
2020-09-10 10:19:12 +02:00
"messageoperations" : [ "MessageOperations" , "operations" ] ,
"messagereaction" : [ "MessageReactions" , "reaction" ] ,
"messagereactionme" : [ "MessageReactions" , "reactionMe" ] ,
"messagereactions" : [ "MessageReactions" , "reactions" ] ,
"messagereactionsmodalemoji" : [ "MessageReactionsModal" , "emoji" ] ,
"messagereactionsmodalname" : [ "MessageReactionsModal" , "name" ] ,
"messagereactionsmodalnickname" : [ "MessageReactionsModal" , "nickname" ] ,
"messagereactionsmodalreactor" : [ "MessageReactionsModal" , "reactor" ] ,
"messagereactionsmodalusername" : [ "MessageReactionsModal" , "username" ] ,
2020-12-07 20:05:22 +01:00
"messagerepliedmessage" : [ "MessageBody" , "repliedMessage" ] ,
2021-01-14 16:47:21 +01:00
"messagerepliedmessagecontent" : [ "MessageBody" , "repliedTextContent" ] ,
2021-01-14 17:29:50 +01:00
"messagerepliedmessagecontentclickable" : [ "MessageBody" , "clickable" ] ,
"messagerepliedmessagepreview" : [ "MessageBody" , "repliedTextPreview" ] ,
2020-10-27 16:18:29 +01:00
"messagereply" : [ "MessageReply" , "container" ] ,
"messagereplyname" : [ "MessageReply" , "name" ] ,
"messagereplytext" : [ "MessageReply" , "text" ] ,
2020-09-10 10:19:12 +02:00
"messageselected" : [ "Message" , "selected" ] ,
"messages" : [ "MessagesWrap" , "messages" ] ,
"messagesdivider" : [ "MessagesWrap" , "divider" ] ,
"messagesloadingavatar" : [ "MessagesLoading" , "avatar" ] ,
"messagesloadingcompact" : [ "MessagesLoading" , "compact" ] ,
"messagesloadingcozy" : [ "MessagesLoading" , "cozy" ] ,
"messagesloadingmessage" : [ "MessagesLoading" , "wrapper" ] ,
"messagesloadingwrapper" : [ "NotFound" , "messagesLoadingWrapper" ] ,
"messagespopout" : [ "MessagesPopout" , "messagesPopout" ] ,
"messagespopoutactionbuttons" : [ "MessagesPopout" , "actionButtons" ] ,
"messagespopoutbody" : [ "MessagesPopout" , "body" ] ,
"messagespopoutbottom" : [ "MessagesPopout" , "bottom" ] ,
"messagespopoutbutton" : [ "MessagesPopoutButtons" , "button" ] ,
"messagespopoutbuttonsecondary" : [ "MessagesPopoutButtons" , "secondary" ] ,
2021-05-22 16:56:13 +02:00
"messagespopoutbuttonsize24" : [ "MessagesPopoutButtons" , "size24" ] ,
"messagespopoutbuttonsize32" : [ "MessagesPopoutButtons" , "size32" ] ,
"messagespopoutbuttonsize36" : [ "MessagesPopoutButtons" , "size36" ] ,
2020-09-10 10:19:12 +02:00
"messagespopoutbuttontertiary" : [ "MessagesPopoutButtons" , "tertiary" ] ,
"messagespopoutchannelname" : [ "MessagesPopout" , "channelName" ] ,
"messagespopoutchannelseparator" : [ "MessagesPopout" , "channelSeparator" ] ,
"messagespopoutclosebutton" : [ "MessagesPopout" , "closeIcon" ] ,
"messagespopoutemptyplaceholder" : [ "MessagesPopout" , "emptyPlaceholder" ] ,
"messagespopoutfooter" : [ "MessagesPopout" , "footer" ] ,
"messagespopoutguildname" : [ "MessagesPopout" , "guildName" ] ,
"messagespopoutgroupcozy" : [ "MessagesPopout" , "messageGroupCozy" ] ,
"messagespopoutgroupwrapper" : [ "MessagesPopout" , "messageGroupWrapper" ] ,
"messagespopouthasmore" : [ "MessagesPopout" , "hasMore" ] ,
"messagespopoutheader" : [ "MessagesPopout" , "header" ] ,
"messagespopoutimage" : [ "MessagesPopout" , "image" ] ,
"messagespopoutjumpbutton" : [ "MessagesPopout" , "jumpButton" ] ,
"messagespopoutloading" : [ "MessagesPopout" , "loading" ] ,
"messagespopoutloadingmore" : [ "MessagesPopout" , "loadingMore" ] ,
"messagespopoutloadingplaceholder" : [ "MessagesPopout" , "loadingPlaceholder" ] ,
"messagespopoutscrollingfooterwrap" : [ "MessagesPopout" , "scrollingFooterWrap" ] ,
"messagespopoutspinner" : [ "MessagesPopout" , "spinner" ] ,
"messagespopouttabbar" : [ "MessagesPopoutTabBar" , "tabBar" ] ,
"messagespopouttabbarheader" : [ "MessagesPopoutTabBar" , "header" ] ,
"messagespopouttabbartab" : [ "MessagesPopoutTabBar" , "tab" ] ,
"messagespopouttabbartabactive" : [ "MessagesPopoutTabBar" , "active" ] ,
"messagespopouttitle" : [ "MessagesPopout" , "title" ] ,
"messagespopoutvisible" : [ "MessagesPopout" , "visible" ] ,
"messagespopoutwrap" : [ "MessagesPopout" , "messagesPopoutWrap" ] ,
"messagesscroller" : [ "MessagesWrap" , "scroller" ] ,
"messagesscrollercontent" : [ "MessagesWrap" , "scrollerContent" ] ,
"messagesscrollerinner" : [ "MessagesWrap" , "scrollerInner" ] ,
"messagesscrollerwrapper" : [ "MessagesWrap" , "scrollerWrap" ] ,
2020-12-19 18:04:52 +01:00
"messageswelcome" : [ "MessagesWelcome" , "container" ] ,
"messageswelcomebutton" : [ "MessagesWelcomeButton" , "button" ] ,
"messageswelcomebuttoncontainer" : [ "NotFound" , "messagesWelcomeChannelButtonContainer" ] ,
"messageswelcomebuttonicon" : [ "MessagesWelcomeButton" , "buttonIcon" ] ,
"messageswelcomedescription" : [ "MessagesWelcome" , "description" ] ,
"messageswelcomeemptychannelicon" : [ "MessagesWelcome" , "emptyChannelIcon" ] ,
"messageswelcomeheader" : [ "MessagesWelcome" , "header" ] ,
"messageswelcomelocked" : [ "MessagesWelcome" , "locked" ] ,
2020-09-10 10:19:12 +02:00
"messageswrapper" : [ "MessagesWrap" , "messagesWrapper" ] ,
"messagesystem" : [ "Message" , "systemMessage" ] ,
"messagesystemaccessories" : [ "MessageBody" , "systemMessageAccessories" ] ,
"messagesystemcontainer" : [ "MessageSystem" , "container" ] ,
"messagesystemcontent" : [ "MessageSystem" , "content" ] ,
"messagesystemicon" : [ "MessageSystem" , "icon" ] ,
"messagesystemiconcontainer" : [ "MessageSystem" , "iconContainer" ] ,
"messagesystemiconsize" : [ "MessageSystem" , "iconSize" ] ,
"messagetimedivider" : [ "MessageDivider" , "divider" ] ,
"messagetimedividercontent" : [ "MessageDivider" , "content" ] ,
"messagetimedividerhascontent" : [ "MessageDivider" , "hasContent" ] ,
"messagetimedividerisunread" : [ "MessageDivider" , "isUnread" ] ,
"messagetimedividerunreadpill" : [ "MessageDivider" , "unreadPill" ] ,
"messagetimedividerunreadpillcap" : [ "MessageDivider" , "unreadPillCap" ] ,
"messagetimedividerunreadpillcapstroke" : [ "MessageDivider" , "unreadPillCapStroke" ] ,
"messagetimestampasiancompact" : [ "MessageBody" , "asianCompactTimeStamp" ] ,
"messagetimestamp" : [ "MessageBody" , "timestamp" ] ,
"messagetimestampalt" : [ "MessageBody" , "alt" ] ,
2021-05-03 20:05:18 +02:00
"messagetimestampinline" : [ "MessageBody" , "timestampInline" ] ,
2020-09-10 10:19:12 +02:00
"messagetimestamplatin12compact" : [ "MessageBody" , "latin12CompactTimeStamp" ] ,
"messagetimestamplatin24compact" : [ "MessageBody" , "latin24CompactTimeStamp" ] ,
"messagetimestampseparator" : [ "MessageBody" , "separator" ] ,
"messagetimestampsystem" : [ "MessageSystem" , "timestamp" ] ,
"messagetimestamptooltip" : [ "MessageBody" , "timestampTooltip" ] ,
"messagetimestampvisibleonhover" : [ "MessageBody" , "timestampVisibleOnHover" ] ,
"messagetoolbar" : [ "MessageToolbar" , "container" ] ,
"messagetoolbarbutton" : [ "MessageToolbarItems" , "button" ] ,
"messagetoolbarbuttondisabled" : [ "MessageToolbarItems" , "disabled" ] ,
"messagetoolbarbuttonselected" : [ "MessageToolbarItems" , "selected" ] ,
"messagetoolbaricon" : [ "MessageToolbar" , "icon" ] ,
"messagetoolbarinner" : [ "MessageToolbarItems" , "wrapper" ] ,
"messagetoolbarisheader" : [ "MessageToolbar" , "isHeader" ] ,
"messagetoolbarseparator" : [ "MessageToolbarItems" , "separator" ] ,
"messageuploadcancel" : [ "MessageFile" , "cancelButton" ] ,
"messageusername" : [ "MessageBody" , "username" ] ,
"messagewrapper" : [ "MessageBody" , "wrapper" ] ,
"messagezalgo" : [ "MessageBody" , "zalgo" ] ,
"modal" : [ "ModalWrap" , "modal" ] ,
2021-01-06 11:22:31 +01:00
"modalcancelbutton" : [ "CustomStatusModal" , "cancelButton" ] ,
2020-09-10 10:19:12 +02:00
"modalclose" : [ "LayerModal" , "close" ] ,
"modalchangelogmodal" : [ "BDFDB" , "changeLogModal" ] ,
"modalconfirmmodal" : [ "BDFDB" , "confirmModal" ] ,
"modalcontent" : [ "LayerModal" , "content" ] ,
2020-10-07 16:34:01 +02:00
"modalfooter" : [ "LayerModal" , "footer" ] ,
2020-09-10 10:19:12 +02:00
"modalguildname" : [ "ModalItems" , "guildName" ] ,
2020-10-07 16:34:01 +02:00
"modalheader" : [ "LayerModal" , "header" ] ,
2020-09-10 10:19:12 +02:00
"modalheaderhassibling" : [ "BDFDB" , "modalHeaderHasSibling" ] ,
"modalheadershade" : [ "BDFDB" , "modalHeaderShade" ] ,
"modalinner" : [ "ModalWrap" , "inner" ] ,
"modalmini" : [ "ModalMiniContent" , "modal" ] ,
"modalminicontent" : [ "ModalMiniContent" , "content" ] ,
"modalminitext" : [ "HeaderBarTopic" , "content" ] ,
"modalnoscroller" : [ "BDFDB" , "modalNoScroller" ] ,
"modalseparator" : [ "LayerModal" , "separator" ] ,
"modalsidebar" : [ "BDFDB" , "modalSidebar" ] ,
"modalsizelarge" : [ "Modal" , "sizeLarge" ] ,
"modalsizemedium" : [ "Modal" , "sizeMedium" ] ,
"modalsizesmall" : [ "Modal" , "sizeSmall" ] ,
"modalsub" : [ "Modal" , "modal" ] ,
"modalsubinner" : [ "BDFDB" , "modalSubInner" ] ,
"modaltabcontent" : [ "BDFDB" , "modalTabContent" ] ,
"modaltabcontentopen" : [ "BDFDB" , "modalTabContentOpen" ] ,
2021-03-23 14:55:26 +01:00
"modaltextcontent" : [ "BDFDB" , "modalTextContent" ] ,
2020-09-10 10:19:12 +02:00
"modalwrapper" : [ "BDFDB" , "modalWrapper" ] ,
"modedefault" : [ "FormText" , "modeDefault" ] ,
"modedisabled" : [ "FormText" , "modeDisabled" ] ,
"modeselectable" : [ "FormText" , "modeSelectable" ] ,
"namecontainer" : [ "NameContainer" , "container" ] ,
"namecontaineravatar" : [ "NameContainer" , "avatar" ] ,
"namecontainerchildren" : [ "NameContainer" , "children" ] ,
"namecontainerclickable" : [ "NameContainer" , "clickable" ] ,
"namecontainercontent" : [ "NameContainer" , "content" ] ,
"namecontainerlayout" : [ "NameContainer" , "layout" ] ,
"namecontainername" : [ "NameContainer" , "name" ] ,
"namecontainernamecontainer" : [ "NotFound" , "nameContainerNameContainer" ] ,
"namecontainernamewrapper" : [ "NameContainer" , "nameAndDecorators" ] ,
"namecontainerselected" : [ "NameContainer" , "selected" ] ,
"namecontainersubtext" : [ "NameContainer" , "subText" ] ,
"nametag" : [ "NameTag" , "nameTag" ] ,
"nitrostore" : [ "NitroStore" , "applicationStore" ] ,
2021-02-04 16:45:59 +01:00
"nochannel" : [ "ChatWindow" , [ "noChannel" , "noChat" ] ] ,
2020-09-10 10:19:12 +02:00
"notice" : [ "Notice" , "notice" ] ,
2020-09-26 19:29:07 +02:00
"noticebrand" : [ "Notice" , "colorBrand" ] ,
2020-09-10 10:19:12 +02:00
"noticebutton" : [ "Notice" , "button" ] ,
2021-01-12 19:45:23 +01:00
"noticeclosing" : [ "BDFDB" , "noticeClosing" ] ,
2020-09-19 23:10:13 +02:00
"noticecustom" : [ "Notice" , "colorCustom" ] ,
2020-09-26 19:29:07 +02:00
"noticedanger" : [ "Notice" , "colorDanger" ] ,
2020-09-19 23:10:13 +02:00
"noticedark" : [ "Notice" , "colorDark" ] ,
2020-09-26 19:29:07 +02:00
"noticedefault" : [ "Notice" , "colorDefault" ] ,
"noticedownload" : [ "Notice" , "colorDownload" ] ,
"noticedismiss" : [ "Notice" , "closeButton" ] ,
2020-09-19 23:10:13 +02:00
"noticeicon" : [ "NoticePlatform" , "icon" ] ,
"noticeiconandroid" : [ "NoticePlatform" , "iconAndroid" ] ,
"noticeiconapple" : [ "NoticePlatform" , "iconApple" ] ,
"noticeiconwindows" : [ "NoticePlatform" , "iconWindows" ] ,
2020-09-26 19:29:07 +02:00
"noticeinfo" : [ "Notice" , "colorInfo" ] ,
2020-09-19 23:10:13 +02:00
"noticeneutral" : [ "Notice" , "colorNeutral" ] ,
2020-09-26 19:29:07 +02:00
"noticenotification" : [ "Notice" , "colorNotification" ] ,
2020-09-20 13:29:55 +02:00
"noticeplatformicon" : [ "NoticePlatform" , "platformIcon" ] ,
2020-09-26 19:29:07 +02:00
"noticepremium" : [ "Notice" , "colorPremium" ] ,
2020-09-19 23:10:13 +02:00
"noticepremiumaction" : [ "NoticePlatform" , "premiumAction" ] ,
"noticepremiumicon" : [ "NoticePlatform" , "premiumIcon" ] ,
"noticepremiumlogo" : [ "NoticePlatform" , "premiumLogo" ] ,
"noticepremiumtext" : [ "NoticePlatform" , "premiumText" ] ,
2020-10-27 17:02:38 +01:00
"noticepremiumtier1" : [ "Notice" , "colorPremiumTier1" ] ,
"noticepremiumtier2" : [ "Notice" , "colorPremiumTier2" ] ,
2020-09-26 19:29:07 +02:00
"noticespotify" : [ "Notice" , "colorSpotify" ] ,
"noticestreamer" : [ "Notice" , "colorStreamerMode" ] ,
"noticesuccess" : [ "Notice" , "colorSuccess" ] ,
2021-01-12 19:09:01 +01:00
"noticetext" : [ "BDFDB" , "noticeText" ] ,
2020-09-19 23:10:13 +02:00
"noticetextlink" : [ "NoticePlatform" , "textLink" ] ,
2021-02-05 16:53:15 +01:00
"noticeupdate" : [ "BDFDB" , "noticeUpdate" ] ,
"noticeupdatebuttonall" : [ "BDFDB" , "noticeUpdateButtonAll" ] ,
"noticeupdatebuttonreload" : [ "BDFDB" , "noticeUpdateButtonReload" ] ,
2021-02-05 17:21:55 +01:00
"noticeupdateentries" : [ "BDFDB" , "noticeUpdateEntries" ] ,
"noticeupdateentry" : [ "BDFDB" , "noticeUpdateEntry" ] ,
2021-01-12 19:09:01 +01:00
"noticeupdatetext" : [ "BDFDB" , "noticeUpdateText" ] ,
2021-02-05 16:55:28 +01:00
"noticeupdateseparator" : [ "BDFDB" , "noticeUpdateSeparator" ] ,
2020-09-10 10:19:12 +02:00
"noticewrapper" : [ "BDFDB" , "noticeWrapper" ] ,
"overflowellipsis" : [ "BDFDB" , "overflowEllipsis" ] ,
2021-01-09 18:53:08 +01:00
"pagination" : [ "BDFDB" , "pagination" ] ,
"paginationbottom" : [ "BDFDB" , "paginationBottom" ] ,
2021-01-09 17:16:31 +01:00
"paginationbutton" : [ "Pagination" , "pageButton" ] ,
"paginationbuttonactive" : [ "Pagination" , "activeButton" ] ,
"paginationbuttonend" : [ "Pagination" , "endButton" ] ,
"paginationbuttonendinner" : [ "Pagination" , "endButtonInner" ] ,
"paginationbuttonround" : [ "Pagination" , "roundButton" ] ,
2021-01-09 18:53:08 +01:00
"paginationcontainer" : [ "Pagination" , "pageControlContainer" ] ,
"paginationcontrol" : [ "Pagination" , "pageControl" ] ,
2021-01-09 17:16:31 +01:00
"paginationgap" : [ "Pagination" , "gap" ] ,
"paginationicon" : [ "Pagination" , "iconCaret" ] ,
2020-09-10 10:19:12 +02:00
"paginationlist" : [ "BDFDB" , "paginationList" ] ,
"paginationlistalphabet" : [ "BDFDB" , "paginationListAlphabet" ] ,
"paginationlistalphabetchar" : [ "BDFDB" , "paginationListAlphabetChar" ] ,
"paginationlistalphabetchardisabled" : [ "BDFDB" , "paginationListAlphabetCharDisabled" ] ,
"paginationlistcontent" : [ "BDFDB" , "paginationListContent" ] ,
"paginationlistmini" : [ "BDFDB" , "paginationListMini" ] ,
2021-01-09 18:53:08 +01:00
"paginationmini" : [ "BDFDB" , "paginationMini" ] ,
"paginationtop" : [ "BDFDB" , "paginationTop" ] ,
2020-09-10 10:19:12 +02:00
"peopleactions" : [ "PeopleItemInfo" , "actions" ] ,
"peopleinner" : [ "PeopleItemInfo" , "listItemContents" ] ,
"peoples" : [ "Peoples" , "container" ] ,
"peoplesbadge" : [ "Peoples" , "badge" ] ,
"peoplesnowplayingcolumn" : [ "Peoples" , "nowPlayingColumn" ] ,
"peoplespeoplecolumn" : [ "Peoples" , "peopleColumn" ] ,
"peoplestabbar" : [ "Peoples" , "tabBar" ] ,
"peoplewrapper" : [ "PeopleItem" , "peopleListItem" ] ,
"pictureinpicture" : [ "PictureInPicture" , "pictureInPicture" ] ,
"pictureinpicturewindow" : [ "PictureInPicture" , "pictureInPictureWindow" ] ,
"popout" : [ "Popout" , "popout" ] ,
"popoutarrowalignmentmiddle" : [ "Popout" , "arrowAlignmentMiddle" ] ,
"popoutarrowalignmenttop" : [ "Popout" , "arrowAlignmentTop" ] ,
"popoutbottom" : [ "Popout" , "popoutBottom" ] ,
"popoutbottomleft" : [ "Popout" , "popoutBottomLeft" ] ,
"popoutbottomright" : [ "Popout" , "popoutBottomRight" ] ,
"popoutinvert" : [ "Popout" , "popoutInvert" ] ,
"popoutleft" : [ "Popout" , "popoutLeft" ] ,
"popoutnoarrow" : [ "Popout" , "noArrow" ] ,
"popoutnoshadow" : [ "Popout" , "noShadow" ] ,
"popoutright" : [ "Popout" , "popoutRight" ] ,
"popouts" : [ "Popout" , "popouts" ] ,
"popoutthemedpopout" : [ "BDFDB" , "themedPopout" ] ,
"popouttop" : [ "Popout" , "popoutTop" ] ,
"popouttopleft" : [ "Popout" , "popoutTopLeft" ] ,
"popouttopright" : [ "Popout" , "popoutTopRight" ] ,
"popoutwrapper" : [ "BDFDB" , "popoutWrapper" ] ,
"quickmessage" : [ "QuickMessage" , "input" ] ,
"quickselect" : [ "QuickSelect" , "quickSelect" ] ,
"quickselectarrow" : [ "QuickSelect" , "quickSelectArrow" ] ,
"quickselectclick" : [ "QuickSelect" , "quickSelectClick" ] ,
"quickselectlabel" : [ "QuickSelect" , "quickSelectLabel" ] ,
"quickselectvalue" : [ "QuickSelect" , "quickSelectValue" ] ,
"quickselectwrapper" : [ "BDFDB" , "quickSelectWrapper" ] ,
"quickswitcher" : [ "QuickSwitchWrap" , "quickswitcher" ] ,
"quickswitchresult" : [ "QuickSwitch" , "result" ] ,
"quickswitchresultfocused" : [ "QuickSwitch" , "resultFocused" ] ,
"quickswitchresultguildicon" : [ "QuickSwitch" , "guildIcon" ] ,
"quickswitchresulticon" : [ "QuickSwitch" , "icon" ] ,
"quickswitchresulticoncontainer" : [ "QuickSwitch" , "iconContainer" ] ,
"quickswitchresultmatch" : [ "QuickSwitch" , "match" ] ,
"quickswitchresultmisccontainer" : [ "QuickSwitchWrap" , "miscContainer" ] ,
"quickswitchresultname" : [ "QuickSwitch" , "name" ] ,
"quickswitchresultnote" : [ "QuickSwitch" , "note" ] ,
"quickswitchresultusername" : [ "QuickSwitch" , "username" ] ,
2020-11-21 19:40:28 +01:00
"radiogroup" : [ "RadioGroup" , "item" ] ,
"radiogroupinner" : [ "RadioGroup" , "radioBar" ] ,
2020-09-10 10:19:12 +02:00
"recentmentionschannelname" : [ "RecentMentionsHeader" , "channelName" ] ,
"recentmentionsclosebutton" : [ "RecentMentions" , "closeButton" ] ,
"recentmentionsdmicon" : [ "RecentMentionsHeader" , "dmIcon" ] ,
"recentmentionsguildicon" : [ "RecentMentionsHeader" , "guildIcon" ] ,
"recentmentionsguildname" : [ "RecentMentionsHeader" , "guildName" ] ,
"recentmentionsjumpbutton" : [ "RecentMentions" , "jumpButton" ] ,
"recentmentionspopout" : [ "RecentMentions" , "recentMentionsPopout" ] ,
"scrollbar" : [ "Scrollbar" , "scrollbar" ] ,
"scrollbardefault" : [ "Scrollbar" , "scrollbarDefault" ] ,
"scrollbarghost" : [ "Scrollbar" , "scrollbarGhost" ] ,
"scrollbarghosthairline" : [ "Scrollbar" , "scrollbarGhostHairline" ] ,
"scroller" : [ "Scroller" , "scrollerBase" ] ,
"scrollerauto" : [ "Scroller" , "auto" ] ,
"scrollercontent" : [ "Scroller" , "content" ] ,
"scrollerdisablescrollanchor" : [ "Scroller" , "disableScrollAnchor" ] ,
"scrollerfade" : [ "Scroller" , "fade" ] ,
"scrollernone" : [ "Scroller" , "none" ] ,
"scrollerscrolling" : [ "Scroller" , "scrolling" ] ,
"scrollerthin" : [ "Scroller" , "thin" ] ,
"searchbar" : [ "SearchBar" , "container" ] ,
"searchbarclear" : [ "SearchBar" , "clear" ] ,
"searchbarclose" : [ "SearchBar" , "close" ] ,
"searchbaricon" : [ "SearchBar" , "icon" ] ,
"searchbariconlayout" : [ "SearchBar" , "iconLayout" ] ,
"searchbariconwrap" : [ "SearchBar" , "iconContainer" ] ,
"searchbarinner" : [ "SearchBar" , "inner" ] ,
"searchbarinput" : [ "SearchBar" , "input" ] ,
"searchbarlarge" : [ "SearchBar" , "large" ] ,
"searchbarmedium" : [ "SearchBar" , "medium" ] ,
"searchbarsmall" : [ "SearchBar" , "small" ] ,
"searchbartag" : [ "SearchBar" , "tag" ] ,
"searchbarvisible" : [ "SearchBar" , "visible" ] ,
"searchbarwrapper" : [ "BDFDB" , "searchBarWrapper" ] ,
"searchpopout" : [ "SearchPopoutWrap" , "container" ] ,
"searchpopoutanswer" : [ "SearchPopout" , "answer" ] ,
"searchpopoutdatepicker" : [ "SearchPopout" , "datePicker" ] ,
"searchpopoutdatepickerhint" : [ "SearchPopout" , "datePickerHint" ] ,
"searchpopoutdmaddpopout" : [ "DmAddPopout" , "popout" ] ,
"searchpopoutddmadddiscordtag" : [ "DmAddPopoutItems" , "discordTag" ] ,
"searchpopoutddmaddfriend" : [ "DmAddPopoutItems" , "friend" ] ,
"searchpopoutddmaddfriendwrapper" : [ "DmAddPopoutItems" , "friendWrapper" ] ,
"searchpopoutddmaddnickname" : [ "DmAddPopoutItems" , "nickname" ] ,
"searchpopoutdisplayavatar" : [ "SearchPopout" , "displayAvatar" ] ,
"searchpopoutdisplayusername" : [ "SearchPopout" , "displayUsername" ] ,
"searchpopoutdisplayednick" : [ "SearchPopout" , "displayedNick" ] ,
"searchpopoutfilter" : [ "SearchPopout" , "filter" ] ,
"searchpopoutheader" : [ "SearchPopout" , "header" ] ,
"searchpopouthint" : [ "SearchPopout" , "hint" ] ,
"searchpopouthintvalue" : [ "SearchPopout" , "hintValue" ] ,
"searchpopoutlinksource" : [ "SearchPopout" , "linkSource" ] ,
"searchpopoutnontext" : [ "SearchPopout" , "nonText" ] ,
"searchpopoutoption" : [ "SearchPopout" , "option" ] ,
"searchpopoutplusicon" : [ "SearchPopout" , "plusIcon" ] ,
"searchpopoutresultchannel" : [ "SearchPopout" , "resultChannel" ] ,
"searchpopoutresultsgroup" : [ "SearchPopout" , "resultsGroup" ] ,
"searchpopoutsearchclearhistory" : [ "SearchPopout" , "searchClearHistory" ] ,
"searchpopoutsearchlearnmore" : [ "SearchPopout" , "searchLearnMore" ] ,
"searchpopoutsearchoption" : [ "SearchPopout" , "searchOption" ] ,
"searchpopoutsearchresultchannelcategory" : [ "SearchPopout" , "searchResultChannelCategory" ] ,
"searchpopoutsearchresultchannelicon" : [ "SearchPopout" , "searchResultChannelIcon" ] ,
"searchpopoutsearchresultchanneliconbackground" : [ "SearchPopout" , "searchResultChannelIconBackground" ] ,
"searchpopoutselected" : [ "SearchPopout" , "selected" ] ,
"searchpopoutuser" : [ "SearchPopout" , "user" ] ,
2021-02-04 22:11:36 +01:00
"searchresultschannelname" : [ "SearchResultsGroup" , "channelName" ] ,
"searchresultsgroup" : [ "SearchResultsGroup" , "searchResultGroup" ] ,
2021-01-09 17:27:37 +01:00
"searchresultsmessage" : [ "SearchResultsMessage" , "message" ] ,
2021-01-09 17:32:33 +01:00
"searchresultspagination" : [ "NotFound" , "searchResultsPagination" ] ,
2021-01-09 17:27:37 +01:00
"searchresultsresult" : [ "SearchResultsMessage" , "searchResult" ] ,
2020-09-10 10:19:12 +02:00
"searchresultswrap" : [ "SearchResults" , "searchResultsWrap" ] ,
2021-03-27 16:52:59 +01:00
"select" : [ "SelectSearchable" , "select" ] ,
2021-03-20 17:11:53 +01:00
"selectoption" : [ "SelectSearchable" , "option" ] ,
2021-03-20 21:47:36 +01:00
"selectsearchinput" : [ "SelectSearchable" , "searchInput" ] ,
2021-03-20 17:11:53 +01:00
"selectselectedicon" : [ "SelectSearchable" , "selectedIcon" ] ,
2020-09-10 10:19:12 +02:00
"selectwrapper" : [ "BDFDB" , "selectWrapper" ] ,
"settingsclosebutton" : [ "SettingsCloseButton" , "closeButton" ] ,
"settingsclosebuttoncontainer" : [ "SettingsCloseButton" , "container" ] ,
"settingsguild" : [ "BDFDB" , "settingsGuild" ] ,
"settingsguilddisabled" : [ "BDFDB" , "settingsGuildDisabled" ] ,
"settingsheader" : [ "Item" , "header" ] ,
"settingsitem" : [ "Item" , "item" ] ,
"settingsitemdragged" : [ "ItemRole" , "dragged" ] ,
"settingsitemdlock" : [ "ItemRole" , "lock" ] ,
"settingsitemrole" : [ "ItemRole" , "role" ] ,
"settingsitemroleinner" : [ "ItemRole" , "roleInner" ] ,
"settingsitemselected" : [ "Item" , "selected" ] ,
"settingsitemthemed" : [ "Item" , "themed" ] ,
2020-10-14 12:30:56 +02:00
"settingspanel" : [ "BDFDB" , "settingsPanel" ] ,
2020-09-10 10:19:12 +02:00
"settingspanellist" : [ "BDFDB" , "settingsPanelList" ] ,
2020-12-15 10:26:20 +01:00
"settingspanellistwrapper" : [ "BDFDB" , "settingsPanelListWrapper" ] ,
"settingspanellistwrappermini" : [ "BDFDB" , "settingsPanelListWrapperMini" ] ,
2020-10-14 12:31:48 +02:00
"settingsrow" : [ "SettingsItems" , "container" ] ,
2020-10-15 17:42:05 +02:00
"settingsrowcontainer" : [ "BDFDB" , "settingsRow" ] ,
2020-10-14 12:30:56 +02:00
"settingsrowcontrol" : [ "SettingsItems" , "control" ] ,
"settingsrowdisabled" : [ "SettingsItems" , "disabled" ] ,
2020-10-14 12:31:48 +02:00
"settingsrowlabel" : [ "SettingsItems" , "labelRow" ] ,
2020-10-14 12:30:56 +02:00
"settingsrownote" : [ "SettingsItems" , "note" ] ,
"settingsrowtitle" : [ "SettingsItems" , "title" ] ,
"settingsrowtitledefault" : [ "SettingsItems" , "titleDefault" ] ,
"settingsrowtitlemini" : [ "SettingsItems" , "titleMini" ] ,
2020-09-10 10:19:12 +02:00
"settingsseparator" : [ "Item" , "separator" ] ,
"settingstableheader" : [ "SettingsTable" , "header" ] ,
"settingstableheadername" : [ "SettingsTable" , "headerName" ] ,
"settingstableheaderoption" : [ "SettingsTable" , "headerOption" ] ,
2020-11-25 17:48:10 +01:00
"settingstableheaderoptions" : [ "BDFDB" , "settingsTableHeaderOptions" ] ,
2020-09-10 10:19:12 +02:00
"settingstableheaders" : [ "BDFDB" , "settingsTableHeaders" ] ,
"settingstableheadervertical" : [ "BDFDB" , "settingsTableHeaderVertical" ] ,
"settingstablecard" : [ "BDFDB" , "settingsTableCard" ] ,
"settingstablecardconfigs" : [ "BDFDB" , "settingsTableCardConfigs" ] ,
"settingstablecardlabel" : [ "BDFDB" , "settingsTableCardLabel" ] ,
"settingstablelist" : [ "BDFDB" , "settingsTableList" ] ,
"settingswindowcontentcolumn" : [ "SettingsWindow" , "contentColumn" ] ,
"settingswindowcontentregion" : [ "SettingsWindow" , "contentRegion" ] ,
"settingswindowcontentregionscroller" : [ "SettingsWindow" , "contentRegionScroller" ] ,
"settingswindowsidebarregion" : [ "SettingsWindow" , "sidebarRegion" ] ,
"settingswindowsidebarregionscroller" : [ "SettingsWindow" , "sidebarRegionScroller" ] ,
"settingswindowstandardsidebarview" : [ "SettingsWindow" , "standardSidebarView" ] ,
"settingswindowsubsidebarcontent" : [ "SettingsWindowScroller" , "content" ] ,
"settingswindowsubsidebarscroller" : [ "SettingsWindowScroller" , "scroller" ] ,
"settingswindowtoolscontainer" : [ "SettingsWindow" , "toolsContainer" ] ,
"sidebar" : [ "BDFDB" , "sidebar" ] ,
"sidebarcontent" : [ "BDFDB" , "sidebarContent" ] ,
"sidebarlist" : [ "BDFDB" , "sidebarList" ] ,
"size10" : [ "TextSize" , "size10" ] ,
"size12" : [ "TextSize" , "size12" ] ,
"size14" : [ "TextSize" , "size14" ] ,
"size16" : [ "TextSize" , "size16" ] ,
"size20" : [ "TextSize" , "size20" ] ,
"size24" : [ "TextSize" , "size24" ] ,
"size32" : [ "TextSize" , "size32" ] ,
"slider" : [ "Slider" , "slider" ] ,
"sliderbar" : [ "Slider" , "bar" ] ,
"sliderbarfill" : [ "Slider" , "barFill" ] ,
"sliderbubble" : [ "BDFDB" , "sliderBubble" ] ,
"sliderdisabled" : [ "Slider" , "disabled" ] ,
"slidergrabber" : [ "Slider" , "grabber" ] ,
"sliderinput" : [ "Slider" , "input" ] ,
"slidermark" : [ "Slider" , "mark" ] ,
"slidermarkdash" : [ "Slider" , "markDash" ] ,
"slidermarkdashsimple" : [ "Slider" , "markDashSimple" ] ,
"slidermarkvalue" : [ "Slider" , "markValue" ] ,
"slidermini" : [ "Slider" , "mini" ] ,
"slidertrack" : [ "Slider" , "track" ] ,
"spoilercontainer" : [ "Spoiler" , "spoilerContainer" ] ,
"spoilerembed" : [ "SpoilerEmbed" , "spoiler" ] ,
"spoilerembedhidden" : [ "SpoilerEmbed" , "hiddenSpoilers" ] ,
"spoilerembedinline" : [ "SpoilerEmbed" , "inline" ] ,
"spoilerhidden" : [ "Spoiler" , "hidden" ] ,
"spoilertext" : [ "Spoiler" , "spoilerText" ] ,
"spoilerwarning" : [ "Spoiler" , "spoilerWarning" ] ,
"splashbackground" : [ "NotFound" , "splashBackground" ] ,
"strikethrough" : [ "TextStyle" , "strikethrough" ] ,
"status" : [ "Avatar" , "status" ] ,
"stopanimations" : [ "NotFound" , "stopAnimations" ] ,
"subtext" : [ "NotFound" , "subtext" ] ,
"svgicon" : [ "BDFDB" , "svgIcon" ] ,
"svgiconwrapper" : [ "BDFDB" , "svgIconWrapper" ] ,
2020-10-14 17:17:06 +02:00
"switch" : [ "Switch" , "container" ] ,
"switchinner" : [ "Switch" , "input" ] ,
2020-10-15 17:42:05 +02:00
"switchmini" : [ "BDFDB" , "switchMini" ] ,
2020-10-14 17:17:06 +02:00
"switchslider" : [ "Switch" , "slider" ] ,
2020-09-10 10:19:12 +02:00
"tabbar" : [ "UserProfile" , "tabBar" ] ,
"tabbarcontainer" : [ "UserProfile" , "tabBarContainer" ] ,
"tabbarcontainerbottom" : [ "BDFDB" , "tabBarContainerBottom" ] ,
"tabbaritem" : [ "UserProfile" , "tabBarItem" ] ,
"tabbartop" : [ "Item" , "top" ] ,
"table" : [ "BDFDB" , "table" ] ,
"tablebodycell" : [ "BDFDB" , "tableBodyCell" ] ,
"tableheadercell" : [ "BDFDB" , "tableHeaderCell" ] ,
"tableheadercellclickable" : [ "Table" , "clickable" ] ,
"tableheadercellcontent" : [ "Table" , "headerCellContent" ] ,
"tableheadercellsorted" : [ "Table" , "headerCellSorted" ] ,
"tableheadercellwrapper" : [ "Table" , "headerCell" ] ,
"tableheadersorticon" : [ "Table" , "sortIcon" ] ,
"tablerow" : [ "Table" , "row" ] ,
"tablespacerheader" : [ "Table" , "spacerHeader" ] ,
"tablestickyheader" : [ "Table" , "stickyHeader" ] ,
"textarea" : [ "ChannelTextArea" , "textArea" ] ,
"textareaattachbutton" : [ "ChannelTextAreaAttachButton" , "attachButton" ] ,
"textareaattachbuttoninner" : [ "ChannelTextAreaAttachButton" , "attachButtonInner" ] ,
"textareaattachbuttonplus" : [ "ChannelTextAreaAttachButton" , "attachButtonPlus" ] ,
"textareaattachwrapper" : [ "ChannelTextAreaAttachButton" , "attachWrapper" ] ,
"textareabutton" : [ "ChannelTextAreaButton" , "button" ] ,
"textareabuttonactive" : [ "ChannelTextAreaButton" , "active" ] ,
"textareabuttonpulse" : [ "ChannelTextAreaButton" , "pulseButton" ] ,
"textareabuttonwrapper" : [ "ChannelTextAreaButton" , "buttonWrapper" ] ,
"textareacharcounter" : [ "ChannelTextAreaCharCounter" , "characterCount" ] ,
"textareacharcountererror" : [ "ChannelTextAreaCharCounter" , "error" ] ,
"textareadisabled" : [ "ChannelTextArea" , "textAreaDisabled" ] ,
"textareafontsize12padding" : [ "ChannelTextArea" , "fontSize12Padding" ] ,
"textareafontsize14padding" : [ "ChannelTextArea" , "fontSize14Padding" ] ,
"textareafontsize15padding" : [ "ChannelTextArea" , "fontSize15Padding" ] ,
"textareafontsize16padding" : [ "ChannelTextArea" , "fontSize16Padding" ] ,
"textareafontsize18padding" : [ "ChannelTextArea" , "fontSize18Padding" ] ,
"textareafontsize20padding" : [ "ChannelTextArea" , "fontSize20Padding" ] ,
"textareafontsize24padding" : [ "ChannelTextArea" , "fontSize24Padding" ] ,
"textareaicon" : [ "ChannelTextAreaButton" , "icon" ] ,
"textareaiconpulse" : [ "ChannelTextAreaButton" , "pulseIcon" ] ,
"textareainner" : [ "ChannelTextArea" , "inner" ] ,
"textareainnerdisabled" : [ "ChannelTextArea" , "innerDisabled" ] ,
"textareapickerbutton" : [ "ChannelTextArea" , "button" ] ,
"textareapickerbuttoncontainer" : [ "ChannelTextArea" , "buttonContainer" ] ,
"textareapickerbuttons" : [ "ChannelTextArea" , "buttons" ] ,
"textareascrollablecontainer" : [ "ChannelTextArea" , "scrollableContainer" ] ,
"textareaslate" : [ "ChannelTextArea" , "textAreaSlate" ] ,
"textareaslatemarkup" : [ "ChannelTextAreaSlate" , "slateTextArea" ] ,
"textareaslatecontainer" : [ "ChannelTextAreaSlate" , "slateContainer" ] ,
"textareaslateplaceholder" : [ "ChannelTextAreaSlate" , "placeholder" ] ,
"textareauploadinput" : [ "ChannelTextAreaAttachButton" , "uploadInput" ] ,
"textareawebkit" : [ "ChannelTextArea" , "webkit" ] ,
"textareawrapall" : [ "ChannelTextArea" , "channelTextArea" ] ,
"textareawrapchat" : [ "ChatWindow" , "channelTextArea" ] ,
"textareawrapdisabled" : [ "ChannelTextArea" , "channelTextAreaDisabled" ] ,
"textrow" : [ "PopoutActivity" , "textRow" ] ,
"textscroller" : [ "BDFDB" , "textScroller" ] ,
"themedark" : [ "NotFound" , "themeDark" ] ,
"themelight" : [ "NotFound" , "themeLight" ] ,
"themeundefined" : [ "NotFound" , "themeUndefined" ] ,
"tip" : [ "Tip" , "tip" ] ,
"tipblock" : [ "Tip" , "block" ] ,
"tippro" : [ "Tip" , "pro" ] ,
"tipinline" : [ "Tip" , "inline" ] ,
"titlebar" : [ "TitleBar" , "titleBar" ] ,
"titlebarmac" : [ "TitleBar" , "typeMacOS" ] ,
"titlebarmacbutton" : [ "TitleBar" , "macButton" ] ,
"titlebarmacbuttonclose" : [ "TitleBar" , "macButtonClose" ] ,
"titlebarmacbuttonmin" : [ "TitleBar" , "macButtonMinimize" ] ,
"titlebarmacbuttonmax" : [ "TitleBar" , "macButtonMaximize" ] ,
"titlebarmacbuttons" : [ "TitleBar" , "macButtons" ] ,
"titlebarmacwithframe" : [ "TitleBar" , "typeMacOSWithFrame" ] ,
"titlebarwinbutton" : [ "TitleBar" , "winButton" ] ,
"titlebarwinbuttonclose" : [ "TitleBar" , "winButtonClose" ] ,
"titlebarwinbuttonminmax" : [ "TitleBar" , "winButtonMinMax" ] ,
"titlebarwindows" : [ "TitleBar" , "typeWindows" ] ,
"titlebarwithframe" : [ "TitleBar" , "withFrame" ] ,
"titlebarwordmark" : [ "TitleBar" , "wordmark" ] ,
"titlebarwordmarkmac" : [ "TitleBar" , "wordmarkMacOS" ] ,
"titlebarwordmarkwindows" : [ "TitleBar" , "wordmarkWindows" ] ,
2021-05-27 15:59:45 +02:00
"titlesize10" : [ "UserPopout" , "size10" ] ,
"titlesize12" : [ "UserPopout" , "size12" ] ,
"titlesize14" : [ "UserPopout" , "size14" ] ,
"titlesize16" : [ "UserPopout" , "size16" ] ,
2020-12-22 18:45:40 +01:00
"toast" : [ "Toast" , "toast" ] ,
"toastavatar" : [ "Toast" , "avatar" ] ,
2021-01-25 16:57:17 +01:00
"toastbar" : [ "Toast" , "bar" ] ,
"toastbarinner" : [ "Toast" , "barInner" ] ,
2021-01-27 16:02:04 +01:00
"toastbg" : [ "Toast" , "bg" ] ,
2021-01-27 16:02:42 +01:00
"toastbrand" : [ "Toast" , "brand" ] ,
2021-01-26 13:57:32 +01:00
"toastclosable" : [ "Toast" , "closable" ] ,
"toastcloseicon" : [ "Toast" , "closeIcon" ] ,
2020-12-22 18:45:40 +01:00
"toastclosing" : [ "Toast" , "closing" ] ,
"toastcustom" : [ "Toast" , "custom" ] ,
2021-01-27 15:51:16 +01:00
"toastcustombar" : [ "Toast" , "customBar" ] ,
2021-01-24 13:27:39 +01:00
"toastdanger" : [ "Toast" , "danger" ] ,
"toastdefault" : [ "Toast" , "default" ] ,
2020-12-22 18:45:40 +01:00
"toasticon" : [ "Toast" , "icon" ] ,
2021-01-24 13:27:39 +01:00
"toastinfo" : [ "Toast" , "info" ] ,
2021-01-24 16:12:21 +01:00
"toastinner" : [ "Toast" , "inner" ] ,
2021-01-25 19:46:00 +01:00
"toastopening" : [ "Toast" , "opening" ] ,
2020-12-22 18:45:40 +01:00
"toasts" : [ "Toast" , "toasts" ] ,
2021-01-26 18:47:31 +01:00
"toastscenter" : [ "Toast" , "center" ] ,
"toastsleft" : [ "Toast" , "left" ] ,
"toastsright" : [ "Toast" , "right" ] ,
2021-01-24 13:52:03 +01:00
"toastsuccess" : [ "Toast" , "success" ] ,
2021-01-24 13:27:39 +01:00
"toasttext" : [ "Toast" , "text" ] ,
"toastwarning" : [ "Toast" , "warning" ] ,
2020-09-10 10:19:12 +02:00
"tooltip" : [ "Tooltip" , "tooltip" ] ,
"tooltipactivityicon" : [ "TooltipGuild" , "activityIcon" ] ,
"tooltipblack" : [ "Tooltip" , "tooltipBlack" ] ,
"tooltipbottom" : [ "Tooltip" , "tooltipBottom" ] ,
"tooltipbrand" : [ "Tooltip" , "tooltipBrand" ] ,
"tooltipcontent" : [ "Tooltip" , "tooltipContent" ] ,
"tooltipcontentallowoverflow" : [ "Tooltip" , "tooltipContentAllowOverflow" ] ,
"tooltipcustom" : [ "BDFDB" , "tooltipCustom" ] ,
"tooltipgreen" : [ "Tooltip" , "tooltipGreen" ] ,
"tooltipgrey" : [ "Tooltip" , "tooltipGrey" ] ,
"tooltipguildnametext" : [ "TooltipGuild" , "guildNameText" ] ,
"tooltipguildnametextlimitedsize" : [ "TooltipGuild" , "guildNameTextLimitedSize" ] ,
"tooltipleft" : [ "Tooltip" , "tooltipLeft" ] ,
"tooltiplistitem" : [ "GuildsItems" , "listItemTooltip" ] ,
2021-02-13 21:56:48 +01:00
"tooltipmutetext" : [ "TooltipGuild" , "muteText" ] ,
"tooltipmutetextwithactivity" : [ "TooltipGuild" , "muteTextWithActivity" ] ,
2021-05-22 19:09:41 +02:00
"tooltipnote" : [ "BDFDB" , "tooltipNote" ] ,
2020-09-10 10:19:12 +02:00
"tooltippointer" : [ "Tooltip" , "tooltipPointer" ] ,
2021-01-09 16:20:58 +01:00
"tooltipprimary" : [ "Tooltip" , "tooltipPrimary" ] ,
2020-09-10 10:19:12 +02:00
"tooltipred" : [ "Tooltip" , "tooltipRed" ] ,
"tooltipright" : [ "Tooltip" , "tooltipRight" ] ,
"tooltiprow" : [ "TooltipGuild" , "row" ] ,
"tooltiprowextra" : [ "BDFDB" , "tooltipRowExtra" ] ,
"tooltiprowguildname" : [ "TooltipGuild" , "rowGuildName" ] ,
"tooltiprowicon" : [ "TooltipGuild" , "rowIcon" ] ,
"tooltiptop" : [ "Tooltip" , "tooltipTop" ] ,
"tooltipyellow" : [ "Tooltip" , "tooltipYellow" ] ,
"typing" : [ "Typing" , "typing" ] ,
"typingcooldownwrapper" : [ "Typing" , "cooldownWrapper" ] ,
"typingtext" : [ "Typing" , "text" ] ,
"underline" : [ "TextStyle" , "underline" ] ,
"unreadbar" : [ "UnreadBar" , "bar" ] ,
"unreadbaractive" : [ "UnreadBar" , "active" ] ,
"unreadbarcontainer" : [ "UnreadBar" , "container" ] ,
"unreadbaricon" : [ "UnreadBar" , "icon" ] ,
"unreadbarmention" : [ "UnreadBar" , "mention" ] ,
"unreadbartext" : [ "UnreadBar" , "text" ] ,
"unreadbarunread" : [ "UnreadBar" , "unread" ] ,
"uploadmodal" : [ "UploadModal" , "uploadModal" ] ,
2021-05-29 15:39:27 +02:00
"userbadge" : [ "UserBadges" , "profileBadge" ] ,
2021-05-30 16:21:31 +02:00
"userbadgeearlynitro" : [ "UserBadges" , "profileBadgeEarlySupporter" ] ,
2021-05-29 16:37:09 +02:00
"userbadgenitro" : [ "UserBadges" , "profileBadgePremium" ] ,
2020-10-28 23:19:12 +01:00
"userbadges" : [ "UserBadges" , "container" ] ,
2020-10-15 18:13:44 +02:00
"userbadgescolored" : [ "UserBadges" , "colored" ] ,
2021-05-28 16:14:39 +02:00
"userbadgespopout" : [ "UserPopout" , "profileBadges" ] ,
2020-09-10 10:19:12 +02:00
"userinfo" : [ "UserInfo" , "userInfo" ] ,
"userinfoavatar" : [ "UserInfo" , "avatar" ] ,
"userinfodate" : [ "BDFDB" , "userInfoDate" ] ,
"userinfodiscordtag" : [ "UserInfo" , "discordTag" ] ,
"userinfodiscriminator" : [ "UserInfo" , "discriminator" ] ,
"userinfohovered" : [ "UserInfo" , "hovered" ] ,
"userinfosubtext" : [ "UserInfo" , "subtext" ] ,
"userinfotext" : [ "UserInfo" , "text" ] ,
"userinfousername" : [ "UserInfo" , "username" ] ,
2021-05-20 20:59:35 +02:00
"userpopout" : [ "UserPopoutWrapper" , "userPopout" ] ,
2021-05-27 15:59:45 +02:00
"userpopoutactivity" : [ "UserPopout" , "activity" ] ,
"userpopoutavatar" : [ "UserPopout" , "avatar" ] ,
"userpopoutavatarhint" : [ "UserPopout" , "avatarHint" ] ,
"userpopoutavatarhintinner" : [ "UserPopout" , "avatarHintInner" ] ,
"userpopoutavataravatarposition" : [ "UserPopout" , "avatarPosition" ] ,
"userpopoutavataravatarpositionnormal" : [ "UserPopout" , "avatarPositionNormal" ] ,
"userpopoutavataravatarpositionpremium" : [ "UserPopout" , "avatarPositionPremium" ] ,
"userpopoutavatarwrappernonuserbot" : [ "UserPopout" , "avatarWrapperNonUserBot" ] ,
"userpopoutavatarwrapper" : [ "UserPopout" , "avatarWrapper" ] ,
"userpopoutavatarwrappernormal" : [ "UserPopout" , "avatarWrapperNormal" ] ,
2021-05-28 16:14:39 +02:00
"userpopoutbanner" : [ "UserPopoutBanner" , "banner" ] ,
"userpopoutbannernormal" : [ "UserPopoutBanner" , "profileBanner" ] ,
"userpopoutbannerpremium" : [ "UserPopoutBanner" , "profileBannerPremium" ] ,
2021-05-20 20:59:35 +02:00
"userpopoutbody" : [ "UserPopoutWrapper" , "body" ] ,
"userpopoutbodyinnerwrapper" : [ "UserPopoutWrapper" , "bodyInnerWrapper" ] ,
"userpopoutbodytitle" : [ "UserPopoutWrapper" , "bodyTitle" ] ,
2021-05-27 15:59:45 +02:00
"userpopoutcustomstatus" : [ "UserPopout" , "customStatus" ] ,
"userpopoutcustomstatusemoji" : [ "UserPopout" , "customStatusEmoji" ] ,
"userpopoutcustomstatussoloemoji" : [ "UserPopout" , "customStatusSoloEmoji" ] ,
"userpopoutcustomstatustext" : [ "UserPopout" , "customStatusText" ] ,
2021-05-20 20:59:35 +02:00
"userpopoutendbodysection" : [ "UserPopoutWrapper" , "endBodySection" ] ,
"userpopoutfooter" : [ "UserPopoutWrapper" , "footer" ] ,
2021-05-28 13:35:33 +02:00
"userpopoutheaderbottag" : [ "UserPopout" , "headerBotTag" ] ,
2021-05-21 16:43:53 +02:00
"userpopoutheaderbottagwithnickname" : [ "UserPopout" , "headerBotTagWithNickname" ] ,
2021-05-28 16:14:39 +02:00
"userpopoutheaderdiscriminatorbase" : [ "UserPopout" , "discrimBase" ] ,
"userpopoutheaderdiscriminatornonickname" : [ "UserPopout" , "headerTagDiscriminatorNoNickname" ] ,
2021-05-27 16:39:47 +02:00
"userpopoutheadernickname" : [ "UserPopout" , "nickname" ] ,
2021-05-21 16:43:53 +02:00
"userpopoutheadernormal" : [ "UserPopout" , "headerNormal" ] ,
"userpopoutheadertag" : [ "UserPopout" , "headerTag" ] ,
"userpopoutheadertagnonickname" : [ "UserPopout" , "headerTagNoNickname" ] ,
2021-05-27 16:39:47 +02:00
"userpopoutheadertagusernamebase" : [ "UserPopout" , "headerTagUsernameBase" ] ,
2021-05-21 16:43:53 +02:00
"userpopoutheadertagusernamenonickname" : [ "UserPopout" , "headerTagUsernameNoNickname" ] ,
"userpopoutheadertagwithnickname" : [ "UserPopout" , "headerTagWithNickname" ] ,
"userpopoutheadertext" : [ "UserPopout" , "headerText" ] ,
"userpopoutheadertop" : [ "UserPopout" , "headerTop" ] ,
2021-05-20 20:59:35 +02:00
"userpopoutprotip" : [ "UserPopoutWrapper" , "protip" ] ,
2020-09-10 10:19:12 +02:00
"userpopoutrole" : [ "Role" , "role" ] ,
"userpopoutrolecircle" : [ "Role" , "roleCircle" ] ,
2021-05-20 20:59:35 +02:00
"userpopoutrolelist" : [ "UserPopoutWrapper" , "rolesList" ] ,
2020-09-10 10:19:12 +02:00
"userpopoutrolename" : [ "Role" , "roleName" ] ,
"userpopoutroles" : [ "Role" , "root" ] ,
"userprofile" : [ "UserProfile" , "root" ] ,
"userprofilebody" : [ "UserProfile" , "body" ] ,
"userprofilebottag" : [ "UserProfile" , "botTag" ] ,
"userprofilecustomstatus" : [ "UserProfile" , "customStatusText" ] ,
"userprofilecustomstatusemoji" : [ "UserProfile" , "customStatusEmoji" ] ,
"userprofileheader" : [ "UserProfile" , "header" ] ,
"userprofileheaderfill" : [ "UserProfile" , "headerFill" ] ,
"userprofileheaderinfo" : [ "UserProfile" , "headerInfo" ] ,
"userprofilelistavatar" : [ "UserProfile" , "listAvatar" ] ,
"userprofilelistguildavatarwithouticon" : [ "UserProfile" , "guildAvatarWithoutIcon" ] ,
"userprofilenametag" : [ "UserProfile" , "nameTag" ] ,
"userprofiletopsectionnormal" : [ "UserProfile" , "topSectionNormal" ] ,
"userprofiletopsectionplaying" : [ "UserProfile" , "topSectionPlaying" ] ,
"userprofiletopsectionspotify" : [ "UserProfile" , "topSectionSpotify" ] ,
"userprofiletopsectionstreaming" : [ "UserProfile" , "topSectionStreaming" ] ,
"userprofiletopsectionxbox" : [ "UserProfile" , "topSectionXbox" ] ,
"userprofileusername" : [ "UserProfile" , "username" ] ,
"username" : [ "NameTag" , "username" ] ,
2021-05-20 20:59:35 +02:00
"usernotepopout" : [ "UserPopoutWrapper" , "note" ] ,
2020-09-10 10:19:12 +02:00
"usernoteprofile" : [ "UserProfile" , "note" ] ,
"usernotetextarea" : [ "NoteTextarea" , "textarea" ] ,
2020-12-19 18:04:52 +01:00
"usersettingsappearancepreview" : [ "UserSettingsAppearancePreview" , "preview" ] ,
"usersettingsappearancepreviewcompact" : [ "UserSettingsAppearancePreview" , "compactPreview" ] ,
"usersettingsappearancepreviewfirst" : [ "UserSettingsAppearancePreview" , "firstMessage" ] ,
2020-09-10 10:19:12 +02:00
"usersummaryavatar" : [ "UserSummaryItem" , "avatar" ] ,
"usersummaryavatarcontainer" : [ "UserSummaryItem" , "avatarContainer" ] ,
"usersummaryavatarcontainermasked" : [ "UserSummaryItem" , "avatarContainerMasked" ] ,
"usersummaryclickableavatar" : [ "UserSummaryItem" , "clickableAvatar" ] ,
"usersummarycontainer" : [ "UserSummaryItem" , "container" ] ,
"usersummaryemptyuser" : [ "UserSummaryItem" , "emptyUser" ] ,
"usersummaryicon" : [ "UserSummaryItem" , "icon" ] ,
"usersummarymoreUsers" : [ "UserSummaryItem" , "moreUsers" ] ,
"voiceavatar" : [ "VoiceChannel" , "avatar" ] ,
"voiceavatarcontainer" : [ "VoiceChannel" , "avatarContainer" ] ,
"voiceavatarlarge" : [ "VoiceChannel" , "avatarLarge" ] ,
"voiceavatarsmall" : [ "VoiceChannel" , "avatarSmall" ] ,
"voiceavatarspeaking" : [ "VoiceChannel" , "avatarSpeaking" ] ,
"voiceclickable" : [ "VoiceChannel" , "clickable" ] ,
"voicecontent" : [ "VoiceChannel" , "content" ] ,
"voicedetails" : [ "VoiceDetails" , "container" ] ,
"voicedetailsactionbuttons" : [ "VoiceDetails" , "actionButtons" ] ,
"voicedetailsbutton" : [ "VoiceDetails" , "button" ] ,
"voicedetailsbuttonactive" : [ "VoiceDetails" , "buttonActive" ] ,
"voicedetailsbuttoncolor" : [ "VoiceDetails" , "buttonColor" ] ,
"voicedetailsbuttonicon" : [ "VoiceDetails" , "buttonIcon" ] ,
2020-12-02 18:17:09 +01:00
"voicedetailsbuttonwithtext" : [ "VoiceDetails" , "withText" ] ,
2020-09-10 10:19:12 +02:00
"voicedetailschannel" : [ "VoiceDetails" , "channel" ] ,
"voicedetailscustomstatuscontainer" : [ "VoiceDetails" , "customStatusContainer" ] ,
"voicedetailshotspot" : [ "VoiceDetails" , "hotspot" ] ,
"voicedetailsinner" : [ "VoiceDetails" , "inner" ] ,
"voicedetailslabelwrapper" : [ "VoiceDetailsPing" , "labelWrapper" ] ,
"voicedetailsping" : [ "VoiceDetailsPing" , "ping" ] ,
"voicedetailspingforeground" : [ "VoiceDetailsPing" , "pingForeground" ] ,
"voicedetailsqualityaverage" : [ "VoiceDetailsPing" , "rtcConnectionQualityAverage" ] ,
"voicedetailsqualitybad" : [ "VoiceDetailsPing" , "rtcConnectionQualityBad" ] ,
"voicedetailsqualityfine" : [ "VoiceDetailsPing" , "rtcConnectionQualityFine" ] ,
"voicedetailsstatus" : [ "VoiceDetailsPing" , "rtcConnectionStatus" ] ,
"voicedetailsstatusconnected" : [ "VoiceDetailsPing" , "rtcConnectionStatusConnected" ] ,
"voicedetailsstatusconnecting" : [ "VoiceDetailsPing" , "rtcConnectionStatusConnecting" ] ,
"voicedetailsstatuserror" : [ "VoiceDetailsPing" , "rtcConnectionStatusError" ] ,
"voicedetailsstatuswithpopout" : [ "VoiceDetails" , "statusWithPopout" ] ,
"voicedraggable" : [ "NotFound" , "voiceDraggable" ] ,
"voiceflipped" : [ "VoiceChannel" , "flipped" ] ,
"voiceicon" : [ "VoiceChannel" , "icon" ] ,
"voiceicons" : [ "VoiceChannel" , "icons" ] ,
"voiceiconspacing" : [ "VoiceChannel" , "iconSpacing" ] ,
2020-11-12 13:23:43 +01:00
"voicelimit" : [ "VoiceChannelLimit" , "wrapper" ] ,
"voicelimittotal" : [ "VoiceChannelLimit" , "total" ] ,
"voicelimitusers" : [ "VoiceChannelLimit" , "users" ] ,
2020-09-10 10:19:12 +02:00
"voicelist" : [ "VoiceChannel" , "list" ] ,
"voicelist2" : [ "VoiceChannelList" , "list" ] ,
"voicelistcollapsed" : [ "VoiceChannel" , "listCollapse" ] ,
"voicelistcollapsed2" : [ "VoiceChannelList" , "collapsed" ] ,
"voicelistdefault" : [ "VoiceChannel" , "listDefault" ] ,
"voiceliveicon" : [ "VoiceChannel" , "liveIcon" ] ,
"voicename" : [ "VoiceChannel" , "username" ] ,
"voicenamefont" : [ "VoiceChannel" , "usernameFont" ] ,
"voicenamespeaking" : [ "VoiceChannel" , "usernameSpeaking" ] ,
"voiceselected" : [ "VoiceChannel" , "selected" ] ,
"voiceuser" : [ "VoiceChannel" , "voiceUser" ] ,
"voiceuserlarge" : [ "VoiceChannel" , "userLarge" ] ,
"voiceusersmall" : [ "VoiceChannel" , "userSmall" ] ,
"webhookcard" : [ "WebhookCard" , "card" ] ,
"webhookcardbody" : [ "WebhookCard" , "body" ] ,
"webhookcardcopybutton" : [ "WebhookCard" , "copyButton" ] ,
2020-10-15 18:29:00 +02:00
"webhookcardheader" : [ "WebhookCard" , "header" ]
2020-09-10 10:19:12 +02:00
} ,
2020-09-10 23:58:03 +02:00
"myId" : "278543574059057154" ,
"myGuildId" : "410787888507256842" ,
2021-04-14 13:59:47 +02:00
"userIdAttribute" : "data-user-id" ,
2021-05-19 17:49:16 +02:00
"userBackgroundsProperties" : {
"background" : "--user-background" ,
"orientation" : "--user-popout-position"
} ,
"userBackgroundsUrl" : "https://discord-custom-covers.github.io/usrbg/dist/usrbg.json" ,
2020-09-10 20:55:45 +02:00
"Languages" : {
2021-05-30 17:21:18 +02:00
"$discord" : { "name" : "Discord (English)" , "id" : "en" , "ownlang" : "English" } ,
2020-09-10 10:19:12 +02:00
"af" : { "name" : "Afrikaans" , "id" : "af" , "ownlang" : "Afrikaans" } ,
"sq" : { "name" : "Albanian" , "id" : "sq" , "ownlang" : "Shqiptar" } ,
"am" : { "name" : "Amharic" , "id" : "am" , "ownlang" : "አማርኛ" } ,
"ar" : { "name" : "Arabic" , "id" : "ar" , "ownlang" : "اللغة العربية" } ,
"hy" : { "name" : "Armenian" , "id" : "hy" , "ownlang" : "Հայերեն" } ,
"az" : { "name" : "Azerbaijani" , "id" : "az" , "ownlang" : "آذربایجان دیلی" } ,
"ba" : { "name" : "Bashkir" , "id" : "ba" , "ownlang" : "Башҡорт" } ,
"eu" : { "name" : "Basque" , "id" : "eu" , "ownlang" : "Euskara" } ,
"be" : { "name" : "Belarusian" , "id" : "be" , "ownlang" : "Беларуская" } ,
"bn" : { "name" : "Bengali" , "id" : "bn" , "ownlang" : "বাংলা" } ,
"bs" : { "name" : "Bosnian" , "id" : "bs" , "ownlang" : "Босански" } ,
2021-05-30 17:21:18 +02:00
"bg" : { "name" : "Bulgarian" , "id" : "bg" , "ownlang" : "български" } ,
2020-09-10 10:19:12 +02:00
"my" : { "name" : "Burmese" , "id" : "my" , "ownlang" : "မြန်မာစာ" } ,
"ca" : { "name" : "Catalan" , "id" : "ca" , "ownlang" : "Català" } ,
"ceb" : { "name" : "Cebuano" , "id" : "ceb" , "ownlang" : "Bisaya" } ,
"ny" : { "name" : "Chichewa" , "id" : "ny" , "ownlang" : "Nyanja" } ,
2021-01-15 17:54:22 +01:00
"zh" : { "name" : "Chinese" , "id" : "zh" , "ownlang" : "中文" } ,
2021-05-30 17:21:18 +02:00
"zh-CN" : { "name" : "Chinese (China)" , "id" : "zh-CN" , "ownlang" : "中文" } ,
2020-09-10 10:19:12 +02:00
"zh-HK" : { "name" : "Chinese (Hong Kong)" , "id" : "zh-HK" , "ownlang" : "香港中文" } ,
2021-05-30 17:21:18 +02:00
"zh-TW" : { "name" : "Chinese (Taiwan)" , "id" : "zh-TW" , "ownlang" : "繁體中文" } ,
2020-09-10 10:19:12 +02:00
"co" : { "name" : "Corsican" , "id" : "co" , "ownlang" : "Corsu" } ,
2021-05-30 17:21:18 +02:00
"hr" : { "name" : "Croatian" , "id" : "hr" , "ownlang" : "Hrvatski" } ,
2020-09-10 10:19:12 +02:00
"cs" : { "name" : "Czech" , "id" : "cs" , "ownlang" : "Čeština" } ,
2021-05-30 17:21:18 +02:00
"da" : { "name" : "Danish" , "id" : "da" , "ownlang" : "Dansk" } ,
"nl" : { "name" : "Dutch" , "id" : "nl" , "ownlang" : "Nederlands" } ,
2020-09-10 10:19:12 +02:00
"en" : { "name" : "English" , "id" : "en" , "ownlang" : "English" } ,
2021-05-30 17:21:18 +02:00
"en-GB" : { "name" : "English (UK)" , "id" : "en-GB" , "ownlang" : "English (UK)" } ,
"en-US" : { "name" : "English (US)" , "id" : "en-US" , "ownlang" : "English (US)" } ,
2020-09-10 10:19:12 +02:00
"eo" : { "name" : "Esperanto" , "id" : "eo" , "ownlang" : "Esperanto" } ,
"et" : { "name" : "Estonian" , "id" : "et" , "ownlang" : "Eesti" } ,
"fil" : { "name" : "Filipino" , "id" : "fil" , "ownlang" : "Wikang Filipino" } ,
2021-05-02 09:06:24 +02:00
"tl" : { "name" : "Filipino (Tagalog)" , "id" : "tl" , "ownlang" : "Wikang Tagalog" } ,
2021-05-30 17:21:18 +02:00
"fi" : { "name" : "Finnish" , "id" : "fi" , "ownlang" : "Suomi" } ,
"fr" : { "name" : "French" , "id" : "fr" , "ownlang" : "Français" } ,
2020-09-10 10:19:12 +02:00
"fr-CA" : { "name" : "French (Canadian)" , "id" : "fr-CA" , "ownlang" : "Français Canadien" } ,
"fy" : { "name" : "Frisian" , "id" : "fy" , "ownlang" : "Frysk" } ,
"gl" : { "name" : "Galician" , "id" : "gl" , "ownlang" : "Galego" } ,
"ka" : { "name" : "Georgian" , "id" : "ka" , "ownlang" : "ქართული" } ,
2021-05-30 17:21:18 +02:00
"de" : { "name" : "German" , "id" : "de" , "ownlang" : "Deutsch" } ,
2020-09-10 10:19:12 +02:00
"de-AT" : { "name" : "German (Austria)" , "id" : "de-AT" , "ownlang" : "Österreichisch Deutsch" } ,
"de-CH" : { "name" : "German (Switzerland)" , "id" : "de-CH" , "ownlang" : "Schweizerdeutsch" } ,
2021-05-30 17:21:18 +02:00
"el" : { "name" : "Greek" , "id" : "el" , "ownlang" : "Ελληνικά" } ,
2020-09-10 10:19:12 +02:00
"gu" : { "name" : "Gujarati" , "id" : "gu" , "ownlang" : "ગુજરાતી" } ,
"ht" : { "name" : "Haitian Creole" , "id" : "ht" , "ownlang" : "Kreyòl Ayisyen" } ,
"ha" : { "name" : "Hausa" , "id" : "ha" , "ownlang" : "حَوْسَ" } ,
"haw" : { "name" : "Hawaiian" , "id" : "haw" , "ownlang" : "ʻ Ōlelo Hawaiʻ i" } ,
"he" : { "name" : "Hebrew" , "id" : "he" , "ownlang" : "עברית" } ,
"iw" : { "name" : "Hebrew (Israel)" , "id" : "iw" , "ownlang" : "עברית" } ,
"hi" : { "name" : "Hindi" , "id" : "hi" , "ownlang" : "हिन्दी" } ,
"hmn" : { "name" : "Hmong" , "id" : "hmn" , "ownlang" : "lol Hmongb" } ,
2021-05-30 17:21:18 +02:00
"hu" : { "name" : "Hungarian" , "id" : "hu" , "ownlang" : "Magyar" } ,
2020-09-10 10:19:12 +02:00
"is" : { "name" : "Icelandic" , "id" : "is" , "ownlang" : "Íslenska" } ,
"ig" : { "name" : "Igbo" , "id" : "ig" , "ownlang" : "Asụsụ Igbo" } ,
"id" : { "name" : "Indonesian" , "id" : "id" , "ownlang" : "Bahasa Indonesia" } ,
"ga" : { "name" : "Irish" , "id" : "ga" , "ownlang" : "Gaeilge" } ,
2021-05-30 17:21:18 +02:00
"it" : { "name" : "Italian" , "id" : "it" , "ownlang" : "Italiano" } ,
"ja" : { "name" : "Japanese" , "id" : "ja" , "ownlang" : "日本語" } ,
2020-09-10 10:19:12 +02:00
"jv" : { "name" : "Javanese" , "id" : "jv" , "ownlang" : "ꦧꦱꦗꦮ" } ,
"jw" : { "name" : "Javanese (Javanese)" , "id" : "jw" , "ownlang" : "ꦧꦱꦗꦮ" } ,
"kn" : { "name" : "Kannada" , "id" : "kn" , "ownlang" : "ಕನ್ನಡ" } ,
"kk" : { "name" : "Kazakh" , "id" : "kk" , "ownlang" : "Қазақ Tі лі " } ,
"km" : { "name" : "Khmer" , "id" : "km" , "ownlang" : "ភាសាខ្មែរ" } ,
"rw" : { "name" : "Kinyarwanda" , "id" : "rw" , "ownlang" : "Ikinyarwanda" } ,
2021-05-30 17:21:18 +02:00
"ko" : { "name" : "Korean" , "id" : "ko" , "ownlang" : "한국어" } ,
2020-09-10 10:19:12 +02:00
"ku" : { "name" : "Kurdish" , "id" : "ku" , "ownlang" : "کوردی" } ,
"ky" : { "name" : "Kyrgyz" , "id" : "ky" , "ownlang" : "кыргызча" } ,
"lo" : { "name" : "Lao" , "id" : "lo" , "ownlang" : "ພາສາລາວ" } ,
"la" : { "name" : "Latin" , "id" : "la" , "ownlang" : "Latina" } ,
"lv" : { "name" : "Latvian" , "id" : "lv" , "ownlang" : "Latviešu" } ,
2021-05-30 17:21:18 +02:00
"lt" : { "name" : "Lithuanian" , "id" : "lt" , "ownlang" : "Lietuvių" } ,
2020-09-10 10:19:12 +02:00
"lb" : { "name" : "Luxembourgish" , "id" : "lb" , "ownlang" : "Lëtzebuergesch" } ,
"mk" : { "name" : "Macedonian" , "id" : "mk" , "ownlang" : "Mа ке до нс ки" } ,
"mg" : { "name" : "Malagasy" , "id" : "mg" , "ownlang" : "Malagasy" } ,
"ms" : { "name" : "Malay" , "id" : "ms" , "ownlang" : "بهاس ملايو" } ,
"ml" : { "name" : "Malayalam" , "id" : "ml" , "ownlang" : "മലയാളം" } ,
"mt" : { "name" : "Maltese" , "id" : "mt" , "ownlang" : "Malti" } ,
"mi" : { "name" : "Maori" , "id" : "mi" , "ownlang" : "te Reo Māori" } ,
"mr" : { "name" : "Marathi" , "id" : "mr" , "ownlang" : "मराठी" } ,
"mhr" : { "name" : "Mari" , "id" : "mhr" , "ownlang" : "марий йылме" } ,
"mn" : { "name" : "Mongolian" , "id" : "mn" , "ownlang" : "Монгол Хэл" } ,
"my" : { "name" : "Myanmar (Burmese)" , "id" : "my" , "ownlang" : "မြန်မာл Хэл" } ,
"ne" : { "name" : "Nepali" , "id" : "ne" , "ownlang" : "नेपाली" } ,
2021-05-30 17:21:18 +02:00
"no" : { "name" : "Norwegian" , "id" : "no" , "ownlang" : "Norsk" } ,
2020-09-10 10:19:12 +02:00
"or" : { "name" : "Odia" , "id" : "or" , "ownlang" : "ଓଡ଼ିଆ" } ,
"pap" : { "name" : "Papiamento" , "id" : "pap" , "ownlang" : "Papiamentu" } ,
"ps" : { "name" : "Pashto" , "id" : "ps" , "ownlang" : "پښتو" } ,
"fa" : { "name" : "Persian" , "id" : "fa" , "ownlang" : "فارسی" } ,
2021-05-30 17:21:18 +02:00
"pl" : { "name" : "Polish" , "id" : "pl" , "ownlang" : "Polski" } ,
2020-09-10 10:19:12 +02:00
"pt" : { "name" : "Portuguese" , "id" : "pt" , "ownlang" : "Português" } ,
2021-05-30 17:21:18 +02:00
"pt-BR" : { "name" : "Portuguese (Brazil)" , "id" : "pt-BR" , "ownlang" : "Português do Brasil" } ,
2020-09-10 10:19:12 +02:00
"pt-PT" : { "name" : "Portuguese (Portugal)" , "id" : "pt-PT" , "ownlang" : "Português do Portugal" } ,
"pa" : { "name" : "Punjabi" , "id" : "pa" , "ownlang" : "पंजाबी" } ,
2021-05-30 17:21:18 +02:00
"ro" : { "name" : "Romanian" , "id" : "ro" , "ownlang" : "Română" } ,
"ru" : { "name" : "Russian" , "id" : "ru" , "ownlang" : "Pу с с кий" } ,
2020-09-10 10:19:12 +02:00
"sm" : { "name" : "Samoan" , "id" : "sm" , "ownlang" : "Gagana Sāmoa" } ,
"gd" : { "name" : "Scottish Gaelic" , "id" : "gd" , "ownlang" : "Gàidhlig" } ,
"sr" : { "name" : "Serbian" , "id" : "sr" , "ownlang" : "Српски" } ,
"st" : { "name" : "Sesotho" , "id" : "st" , "ownlang" : "Sesotho" } ,
"sn" : { "name" : "Shona" , "id" : "sn" , "ownlang" : "Shona" } ,
"sd" : { "name" : "Sindhi" , "id" : "sd" , "ownlang" : "سنڌي" } ,
"si" : { "name" : "Sinhala" , "id" : "si" , "ownlang" : "සිංහල" } ,
"sk" : { "name" : "Slovak" , "id" : "sk" , "ownlang" : "Slovenčina" } ,
"sl" : { "name" : "Slovenian" , "id" : "sl" , "ownlang" : "Slovenščina" } ,
"so" : { "name" : "Somali" , "id" : "so" , "ownlang" : "Soomaali" } ,
2021-05-30 17:21:18 +02:00
"es" : { "name" : "Spanish" , "id" : "es" , "ownlang" : "Español" } ,
2020-09-10 10:19:12 +02:00
"es-419" : { "name" : "Spanish (Latin America)" , "id" : "es-419" , "ownlang" : "Español latinoamericano" } ,
"su" : { "name" : "Sundanese" , "id" : "su" , "ownlang" : "Basa Sunda" } ,
"sw" : { "name" : "Swahili" , "id" : "sw" , "ownlang" : "Kiswahili" } ,
2021-05-30 17:21:18 +02:00
"sv" : { "name" : "Swedish" , "id" : "sv" , "ownlang" : "Svenska" } ,
2020-09-10 10:19:12 +02:00
"tg" : { "name" : "Tajik" , "id" : "tg" , "ownlang" : "тоҷикӣ" } ,
"ta" : { "name" : "Tamil" , "id" : "ta" , "ownlang" : "தமிழ்" } ,
"tt" : { "name" : "Tatar" , "id" : "tt" , "ownlang" : "татарча" } ,
"te" : { "name" : "Telugu" , "id" : "te" , "ownlang" : "తెలుగు" } ,
2021-05-30 17:21:18 +02:00
"th" : { "name" : "Thai" , "id" : "th" , "ownlang" : "ภาษาไทย" } ,
"tr" : { "name" : "Turkish" , "id" : "tr" , "ownlang" : "Türkçe" } ,
2020-09-10 10:19:12 +02:00
"tk" : { "name" : "Turkmen" , "id" : "tk" , "ownlang" : "Türkmençe" } ,
"udm" : { "name" : "Udmurt" , "id" : "udm" , "ownlang" : "удмурт кыл" } ,
2021-05-30 17:21:18 +02:00
"uk" : { "name" : "Ukrainian" , "id" : "uk" , "ownlang" : "Yкр а їнс ький" } ,
2020-09-10 10:19:12 +02:00
"ur" : { "name" : "Urdu" , "id" : "ur" , "ownlang" : "اُردُو" } ,
"ug" : { "name" : "Uyghur" , "id" : "ug" , "ownlang" : "ئۇيغۇر تىلى" } ,
"uz" : { "name" : "Uzbek" , "id" : "uz" , "ownlang" : "اوزبیک" } ,
2021-05-30 17:21:18 +02:00
"vi" : { "name" : "Vietnamese" , "id" : "vi" , "ownlang" : "Tiếng Việt Nam" } ,
2020-09-10 10:19:12 +02:00
"cy" : { "name" : "Welsh" , "id" : "cy" , "ownlang" : "Cymraeg" } ,
"xh" : { "name" : "Xhosa" , "id" : "xh" , "ownlang" : "Xhosa" } ,
"yi" : { "name" : "Yiddish" , "id" : "yi" , "ownlang" : "ייִדיש ייִדיש" } ,
"yo" : { "name" : "Yoruba" , "id" : "yo" , "ownlang" : "Èdè Yorùbá" } ,
"zu" : { "name" : "Zulu" , "id" : "zu" , "ownlang" : "Zulu" }
} ,
2020-09-10 20:55:45 +02:00
"LibraryStrings" : {
2020-12-21 21:27:22 +01:00
"bg" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Добавяне към {{var0}}" ,
2020-12-21 21:27:22 +01:00
"ascending" : "Възходящ" ,
2021-01-27 17:18:34 +01:00
"center" : "Центрирано" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Нови функции" ,
"changelog_fixed" : "Отстраняване на неизправности" ,
"changelog_improved" : "Подобрения" ,
"changelog_progress" : "Напредък" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Провери за актуализации" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Сигурен ли си?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} не може да бъде изтрито" ,
"delete_success" : "{{var0}} изтрито успешно" ,
2020-12-21 21:27:22 +01:00
"descending" : "Низходящ" ,
2020-12-24 11:46:03 +01:00
"developer" : "Разработчик" ,
"donate_message" : "Подкрепете ме за повече актуализации!" ,
2021-01-22 20:32:30 +01:00
"download" : "Изтегли" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} не може да бъде изтеглен" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} изтеглено успешно" ,
2020-12-21 21:27:22 +01:00
"file_navigator_text" : "Преглед на файл" ,
"first" : "Първо" ,
2021-01-28 14:18:17 +01:00
"from" : "От" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Градиент" ,
2020-12-21 21:27:22 +01:00
"last" : "Последно" ,
2021-01-27 17:18:34 +01:00
"left" : "Наляво" ,
2021-01-22 20:32:30 +01:00
"loading" : "Зарежда с е {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Местоположение" ,
2020-12-24 11:46:03 +01:00
"order" : "Последователност" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Остарял" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Приятно чакане" ,
2021-01-27 17:18:34 +01:00
"right" : "Нали" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} не може да бъде запазен" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} запазено успешно" ,
2020-12-21 21:27:22 +01:00
"server" : "Сървър" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Показва малки значки за потребители, които поддържат моя Patreon" ,
"settings_showToasts_description" : "Показва тостове за стартиране и спиране на приставката" ,
2021-01-22 20:32:30 +01:00
"settings_showToasts_note" : "Деактивирайте общата настройка '{{var0}}' на BD, преди да ги деактивирате" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Позиция за тост по подразбиране" ,
"settings_toastPosition_note" : "Променя само позицията на тостове, създадени от моите приставки" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Отворете връзки в Discord вместо вашия браузър" ,
2020-12-24 11:46:03 +01:00
"sort_by" : "Сортиране по" ,
2021-03-13 10:45:12 +01:00
"time" : "Време" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Часова зона" ,
2021-01-28 14:18:17 +01:00
"to" : "Да с е " ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} с е актуализира автоматично, тъй като версията ви беше много остаряла" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} е зареден" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} започна" ,
"toast_plugin_stopped" : "{{var0}} спря" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_translated" : "преведено на {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} е разтоварен" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Актуализацията за {{var0}} не може да бъде изтеглена" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_updated" : "{{var0}} {{var1}} е заменено с {{var2}} {{var3}}" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "Проверката за актуализация на приставката завърши" ,
2021-01-22 17:04:49 +01:00
"update_check_complete_outdated" : "Проверката за актуализация на приставката завърши - {{var0}} остаряла!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Проверете приставки, които поддържат проверката на актуализацията" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "Щракнете за актуализация!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Презаредете, за да завършите актуализацията" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "Следните приставки трябва да бъдат актуализирани: " ,
"updated" : "Актуализирано"
2020-09-10 10:19:12 +02:00
} ,
2021-05-30 17:21:18 +02:00
"cs" : {
"add_to" : "Přidat do {{var0}}" ,
"ascending" : "Vzestupně" ,
"center" : "Na střed" ,
"changelog_added" : "Nové vlastnosti" ,
"changelog_fixed" : "Oprava chyb" ,
"changelog_improved" : "Vylepšení" ,
"changelog_progress" : "Pokrok" ,
"check_for_updates" : "Kontrola aktualizací" ,
"confirm" : "Jsi si jistá?" ,
"delete_fail" : "Aplikaci {{var0}} nelze smazat" ,
"delete_success" : "{{var0}} úspěšně smazán" ,
"descending" : "Klesající" ,
"developer" : "Vývojář" ,
"donate_message" : "Podpořte mě, abyste získali další aktualizace!" ,
"download" : "Stažení" ,
"download_fail" : "Aplikaci {{var0}} nelze stáhnout" ,
"download_success" : "Aplikace {{var0}} byla úspěšně stažena" ,
"file_navigator_text" : "Procházet soubor" ,
"first" : "První" ,
"from" : "Z" ,
"gradient" : "Spád" ,
"last" : "Poslední" ,
"left" : "Vlevo, odjet" ,
"loading" : "Načítání {{var0}}" ,
"location" : "Umístění" ,
"order" : "Objednat" ,
"outdated" : "Zastaralý" ,
"please_wait" : "Prosím, čekejte" ,
"right" : "Že jo" ,
"save_fail" : "{{var0}} nelze uložit" ,
"save_success" : "{{var0}} úspěšně uložen" ,
"server" : "Server" ,
"settings_showSupportBadges_description" : "Zobrazuje malé odznaky pro uživatele, kteří podporují můj Patreon" ,
"settings_showToasts_description" : "Zobrazuje spuštění a zastavení pluginu" ,
"settings_showToasts_note" : "Před deaktivací deaktivujte obecné nastavení BD {{var0}}" ,
"settings_toastPosition_description" : "Výchozí pozice toastu" ,
"settings_toastPosition_note" : "Změní pouze pozici toastů vytvořených mými pluginy" ,
"settings_useChromium_description" : "Otevřete odkazy v programu Discord namísto v prohlížeči" ,
"sort_by" : "Seřazeno podle" ,
"time" : "Čas" ,
"timezone" : "Časové pásmo" ,
"to" : "Na" ,
"toast_plugin_force_updated" : "Verze {{var0}} byla automaticky aktualizována, protože vaše verze je silně zastaralá" ,
"toast_plugin_loaded" : "{{var0}} byl načten" ,
"toast_plugin_started" : "Byla spuštěna aplikace {{var0}}" ,
"toast_plugin_stopped" : "Aplikace {{var0}} byla zastavena" ,
"toast_plugin_translated" : "přeloženo do jazyka {{var0}}" ,
"toast_plugin_unloaded" : "Aplikace {{var0}} byla uvolněna" ,
"toast_plugin_update_failed" : "Aktualizaci pro {{var0}} nelze stáhnout" ,
"toast_plugin_updated" : "{{var0}} {{var1}} byl nahrazen {{var2}} {{var3}}" ,
"update_check_complete" : "Kontrola aktualizace pluginu dokončena" ,
"update_check_complete_outdated" : "Kontrola aktualizace pluginu dokončena - {{var0}} zastaralá!" ,
"update_check_info" : "Zkontrolujte doplňky, které podporují kontrolu aktualizace" ,
"update_notice_click" : "Klikněte pro aktualizaci!" ,
"update_notice_reload" : "Aktualizaci dokončete znovu" ,
"update_notice_update" : "Je třeba aktualizovat následující doplňky:" ,
"updated" : "Aktualizováno"
} ,
2020-09-10 10:19:12 +02:00
"da" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Føj til {{var0}}" ,
2020-09-10 10:19:12 +02:00
"ascending" : "Stigende" ,
2021-01-27 17:18:34 +01:00
"center" : "Centreret" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Nye funktioner" ,
"changelog_fixed" : "Fejlfinding" ,
"changelog_improved" : "Forbedringer" ,
"changelog_progress" : "Fremskridt" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Søg efter opdateringer" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Er du sikker?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} kan ikke slettes" ,
"delete_success" : "{{var0}} blev slettet" ,
2020-09-10 10:19:12 +02:00
"descending" : "Aftagende" ,
2020-12-24 11:46:03 +01:00
"developer" : "Udvikler" ,
"donate_message" : "Støt mig for flere opdateringer!" ,
2021-01-22 20:32:30 +01:00
"download" : "Hent" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} kan ikke downloades" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} downloadet med succes" ,
2020-09-10 10:19:12 +02:00
"file_navigator_text" : "Gennemse fil" ,
2020-12-21 21:27:22 +01:00
"first" : "Først" ,
2021-01-28 14:18:17 +01:00
"from" : "Fra" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Gradient" ,
2020-12-21 21:27:22 +01:00
"last" : "Sidst" ,
2021-01-27 17:18:34 +01:00
"left" : "Venstre" ,
2021-01-22 20:32:30 +01:00
"loading" : "Indlæser {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Beliggenhed" ,
2020-12-24 11:46:03 +01:00
"order" : "Sekvens" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Forældet" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Vent venligst" ,
2021-01-27 17:18:34 +01:00
"right" : "Ret" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} kan ikke gemmes" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} blev gemt" ,
2020-09-10 10:19:12 +02:00
"server" : "Server" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Viser små badges til brugere, der understøtter min Patreon" ,
"settings_showToasts_description" : "Viser plugin start og stop toasts" ,
"settings_showToasts_note" : "Deaktiver den generelle indstilling '{{var0}}' for BD'er, inden du deaktiverer dem" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Standard skålposition" ,
"settings_toastPosition_note" : "Ændrer kun placeringen af skåle oprettet af mine plugins" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Åbn Links i Discord i stedet for din browser" ,
2020-09-10 10:19:12 +02:00
"sort_by" : "Sorter efter" ,
2021-03-13 10:45:12 +01:00
"time" : "Tid" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Tidszone" ,
2021-01-28 14:18:17 +01:00
"to" : "Til" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} blev automatisk opdateret, fordi din version var meget forældet" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} er indlæst" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_started" : "{{var0}} er startet" ,
"toast_plugin_stopped" : "{{var0}} er stoppet" ,
"toast_plugin_translated" : "oversat til {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} er blevet aflæst" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Opdatering til {{var0}} kan ikke downloades" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_updated" : "{{var0}} {{var1}} er blevet erstattet af {{var2}} {{var3}}" ,
2021-01-22 17:04:49 +01:00
"update_check_complete" : "Kontrollen af plugin-opdatering afsluttet" ,
2020-12-24 11:46:03 +01:00
"update_check_complete_outdated" : "Kontrollen af plugin-opdatering afsluttet - {{var0}} forældet!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Kontroller plugins, der understøtter opdateringskontrollen" ,
2020-09-10 10:19:12 +02:00
"update_notice_click" : "Klik for at opdatere!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Genindlæs for at fuldføre opdateringen" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "Følgende plugins skal opdateres: " ,
"updated" : "Opdateret"
2020-09-10 10:19:12 +02:00
} ,
"de" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Zu {{var0}} hinzufügen" ,
2020-09-10 10:19:12 +02:00
"ascending" : "Aufsteigend" ,
2021-01-27 17:18:34 +01:00
"center" : "Zentriert" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Neue Features" ,
"changelog_fixed" : "Fehlerbehebung" ,
"changelog_improved" : "Verbesserungen" ,
"changelog_progress" : "Fortschritt" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Suche nach Updates" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Bist du sicher?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} kann nicht gelöscht werden" ,
"delete_success" : "{{var0}} erfolgreich gelöscht" ,
2020-09-10 10:19:12 +02:00
"descending" : "Absteigend" ,
2020-12-24 11:46:03 +01:00
"developer" : "Entwickler" ,
2020-10-08 19:37:46 +02:00
"donate_message" : "Unterstütze mich, um weitere Updates zu erhalten!" ,
2021-01-22 20:58:19 +01:00
"download" : "Herunterladen" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} kann nicht heruntergeladen werden" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} erfolgreich heruntergeladen" ,
2020-09-10 10:19:12 +02:00
"file_navigator_text" : "Datei durchsuchen" ,
2020-12-21 21:27:22 +01:00
"first" : "Zuerst" ,
2021-01-28 14:18:17 +01:00
"from" : "Von" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Gradient" ,
2020-12-21 21:27:22 +01:00
"last" : "Zuletzt" ,
2021-01-27 17:18:34 +01:00
"left" : "Links" ,
2021-01-22 20:37:00 +01:00
"loading" : "Lädt {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Ort" ,
2020-09-10 10:19:12 +02:00
"order" : "Reihenfolge" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Veraltet" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Bitte warten" ,
2021-01-27 17:18:34 +01:00
"right" : "Rechts" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} kann nicht gespeichert werden" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} erfolgreich gespeichert" ,
2020-09-10 10:19:12 +02:00
"server" : "Server" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Zeigt kleine Abzeichen für Benutzer, die meinen Patreon unterstützen" ,
"settings_showToasts_description" : "Zeigt Plugin Start und Stopp Toasts" ,
2020-12-24 12:25:13 +01:00
"settings_showToasts_note" : "Deaktiviere die allgemeine BD Einstellung '{{var0}}', bevor du diese deaktivierst" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Standard Toast Position" ,
"settings_toastPosition_note" : "Ändert nur die Position von Toasts, die von meinen Plugins erstellt wurden" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Öffne Links in Discord anstelle deines Browsers" ,
2020-09-10 10:19:12 +02:00
"sort_by" : "Sortieren nach" ,
2021-03-13 10:45:12 +01:00
"time" : "Zeit" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Zeitzone" ,
2021-01-28 14:18:17 +01:00
"to" : "Zu" ,
2020-12-24 12:02:32 +01:00
"toast_plugin_force_updated" : "{{var0}} wurde automatisch aktualisiert, da deine Version stark veraltet war" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} wurde geladen" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_started" : "{{var0}} wurde gestartet" ,
"toast_plugin_stopped" : "{{var0}} wurde gestoppt" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_translated" : "übersetzt nach {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} wurde entladen" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Update für {{var0}} kann nicht heruntergeladen werden" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_updated" : "{{var0}} {{var1}} wurde durch {{var2}} {{var3}} ersetzt" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "Plugin Update Check abgeschlossen" ,
"update_check_complete_outdated" : "Plugin Update Check abgeschlossen - {{var0}} veraltet!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Check Plugins, die den Update Check unterstützen" ,
2020-09-10 10:19:12 +02:00
"update_notice_click" : "Zum Aktualisieren klicken!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Neu laden, um die Aktualisierung abzuschließen" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "Die folgenden Plugins müssen aktualisiert werden: " ,
"updated" : "Aktualisiert"
2020-12-21 21:27:22 +01:00
} ,
"el" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Προσθήκη στο {{var0}}" ,
2020-12-21 21:27:22 +01:00
"ascending" : "Ανερχόμενος" ,
2021-01-27 17:18:34 +01:00
"center" : "Στο κέντρο" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Νέα χαρακτηριστικά" ,
"changelog_fixed" : "Αντιμετώπιση προβλημάτων" ,
"changelog_improved" : "Βελτιώσεις" ,
"changelog_progress" : "Πρόοδος" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Ελεγχος γ ι α ενημερώσεις" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Είσαι σίγουρος?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "Δεν είναι δυνατή η διαγραφή του {{var0}}" ,
"delete_success" : "Τ ο {{var0}} διαγράφηκε με επιτυχία" ,
2020-12-21 21:27:22 +01:00
"descending" : "Φθίνων" ,
2020-12-24 11:46:03 +01:00
"developer" : "Προγραμματιστής" ,
"donate_message" : "Υποστηρίξτε με γ ι α περισσότερες ενημερώσεις!" ,
2021-01-22 20:32:30 +01:00
"download" : "Κατεβάστε" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "Δεν είναι δυνατή η λήψη του {{var0}}" ,
2021-01-23 15:22:16 +01:00
"download_success" : "Η λήψη του {{var0}} ολοκληρώθηκε με επιτυχία" ,
2020-12-24 11:46:03 +01:00
"file_navigator_text" : "Αναζήτηση αρχείου" ,
2020-12-21 21:27:22 +01:00
"first" : "Πρώτα" ,
2021-01-28 14:18:17 +01:00
"from" : "Από" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Βαθμίδα" ,
2020-12-21 21:27:22 +01:00
"last" : "Τελευταίος" ,
2021-01-27 17:18:34 +01:00
"left" : "Αριστερά" ,
2021-01-22 20:32:30 +01:00
"loading" : "Φόρτωση {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Τοποθεσία" ,
2020-12-24 11:46:03 +01:00
"order" : "Αλληλουχία" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Απαρχαιωμένος" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Ευχάριστη αναμονή" ,
2021-01-27 17:18:34 +01:00
"right" : "Σωστά" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "Δεν είναι δυνατή η αποθήκευση του {{var0}}" ,
2021-01-23 15:22:16 +01:00
"save_success" : "Τ ο {{var0}} αποθηκεύτηκε με επιτυχία" ,
2020-12-21 21:27:22 +01:00
"server" : "Υπηρέτης" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Εμφανίζει μικρά σήματα γ ι α χρήστες που υποστηρίζουν το Patreon μου" ,
2021-02-05 19:03:03 +01:00
"settings_showToasts_description" : "Δείχνει τις προσθήκης έναρξης και διακοπής τοστ" ,
2020-12-24 11:46:03 +01:00
"settings_showToasts_note" : "Απενεργοποιήστε τη γενική ρύθμιση '{{var0}}' των BD πριν απενεργοποιήσετε" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Προεπιλεγμένη θέση τοστ" ,
"settings_toastPosition_note" : "Αλλάζει μόνο τη θέση των Τοστ που δημιουργήθηκαν από τις προσθήκες μου" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Ανοίξτε τους συνδέσμους στο Discord αντί γ ι α το πρόγραμμα περιήγησής σας" ,
2020-12-21 21:27:22 +01:00
"sort_by" : "Ταξινόμηση κατά" ,
2021-03-13 10:45:12 +01:00
"time" : "Χρόνος" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Ζώνη ώρας" ,
2021-01-28 14:18:17 +01:00
"to" : "Προς το" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "Τ ο {{var0}} ενημερώθηκε αυτόματα επειδή η έκδοσή σας ήταν πολύ παλιά" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "Τ ο {{var0}} έχει φορτωθεί" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_started" : "Τ ο {{var0}} έχει ξεκινήσει" ,
"toast_plugin_stopped" : "Τ ο {{var0}} έχει σταματήσει" ,
"toast_plugin_translated" : "μεταφράστηκε σε {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "Τ ο {{var0}} έχει εκφορτωθεί" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Δεν είναι δυνατή η λήψη της ενημέρωσης γ ι α το {{var0}}" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_updated" : "Τ ο {{var0}} {{var1}} αντικαταστάθηκε από το {{var2}} {{var3}}" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "Ο έλεγχος ενημέρωσης προσθήκης ολοκληρώθηκε" ,
2021-01-22 17:04:49 +01:00
"update_check_complete_outdated" : "Ο έλεγχος ενημέρωσης προσθήκης ολοκληρώθηκε - {{var0}} δεν είναι ενημερωμένος!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Έλεγχος προσθήκες που υποστηρίζουν τον έλεγχο ενημέρωσης" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "Κάντε κλικ γ ι α ενημέρωση!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Επαναλάβετε τη φόρτωση γ ι α ν α ολοκληρώσετε την ενημέρωση" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "Ο ι ακόλουθες προσθήκες πρέπει ν α ενημερωθούν: " ,
"updated" : "ΕΠΙΚΑΙΡΟΠΟΙΗΜΕΝΟ"
2020-09-10 10:19:12 +02:00
} ,
"es" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Agregar a {{var0}}" ,
2020-09-10 10:19:12 +02:00
"ascending" : "Ascendente" ,
2021-01-27 17:18:34 +01:00
"center" : "Centrado" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Nuevas características" ,
"changelog_fixed" : "Solución de problemas" ,
"changelog_improved" : "Mejoras" ,
"changelog_progress" : "Progreso" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Buscar actualizaciones" ,
2020-12-24 11:46:03 +01:00
"confirm" : "¿Estás seguro?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} no se puede eliminar" ,
"delete_success" : "{{var0}} eliminado correctamente" ,
2020-12-21 21:27:22 +01:00
"descending" : "Descendiendo" ,
2020-12-24 11:46:03 +01:00
"developer" : "Desarrollador" ,
"donate_message" : "¡Apóyanme para obtener más actualizaciones!" ,
2021-01-22 20:32:30 +01:00
"download" : "Descargar" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} no se puede descargar" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} descargado correctamente" ,
2020-12-21 21:27:22 +01:00
"file_navigator_text" : "Buscar Archivo" ,
2020-09-10 10:19:12 +02:00
"first" : "Primero" ,
2021-01-28 14:18:17 +01:00
"from" : "Desde" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Degradado" ,
2020-09-10 10:19:12 +02:00
"last" : "Último" ,
2021-01-27 17:18:34 +01:00
"left" : "Izquierda" ,
2021-01-22 20:32:30 +01:00
"loading" : "Cargando {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Localización" ,
2020-12-24 11:46:03 +01:00
"order" : "Secuencia" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Anticuado" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Por favor espera" ,
2021-01-27 17:18:34 +01:00
"right" : "Correcto" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} no se puede guardar" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} guardado correctamente" ,
2020-09-10 10:19:12 +02:00
"server" : "Servidor" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Muestra pequeñas insignias para los usuarios que apoyan mi Patreon" ,
"settings_showToasts_description" : "Muestra el inicio y la parada del complemento." ,
"settings_showToasts_note" : "Desactive la configuración general '{{var0}}' de los BD antes de desactivarlos" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Posición de tostada predeterminada" ,
"settings_toastPosition_note" : "Solo cambia la posición de los brindis creados por mis complementos" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Abra enlaces en Discord en lugar de su navegador" ,
2020-09-10 10:19:12 +02:00
"sort_by" : "Ordenar por" ,
2021-03-13 10:45:12 +01:00
"time" : "Hora" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Zona horaria" ,
2021-01-28 14:18:17 +01:00
"to" : "A" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} se actualizó automáticamente porque su versión estaba muy desactualizada" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "Se cargó {{var0}}" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} ha comenzado" ,
"toast_plugin_stopped" : "{{var0}} se detuvo" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_translated" : "traducido a {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} se ha descargado" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "No se puede descargar la actualización para {{var0}}" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_updated" : "{{var0}} {{var1}} ha sido reemplazado por {{var2}} {{var3}}" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "Comprobación de actualización del complemento completada" ,
2021-01-22 17:04:49 +01:00
"update_check_complete_outdated" : "Comprobación de actualización del complemento completada: {{var0}} desactualizada." ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Verifique los complementos que admiten la verificación de actualizaciones" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "¡Haz clic para actualizar!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Recargar para completar la actualización" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "Los siguientes complementos deben actualizarse: " ,
"updated" : "Actualizado"
2020-12-21 21:27:22 +01:00
} ,
"fi" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Lisää {{var0}}" ,
2020-12-21 21:27:22 +01:00
"ascending" : "Nouseva" ,
2021-01-27 17:18:34 +01:00
"center" : "Keskitetty" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Uudet ominaisuudet" ,
"changelog_fixed" : "Ongelmien karttoittaminen" ,
"changelog_improved" : "Parannuksia" ,
"changelog_progress" : "Edistystä" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Tarkista päivitykset" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Oletko varma?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} ei voi poistaa" ,
"delete_success" : "{{var0}} poistettu" ,
2020-12-21 21:27:22 +01:00
"descending" : "Laskeva" ,
2020-12-24 11:46:03 +01:00
"developer" : "Kehittäjä" ,
"donate_message" : "Tue minua lisää päivityksiä varten!" ,
2021-01-22 20:32:30 +01:00
"download" : "Ladata" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} ei voi ladata" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} ladattu onnistuneesti" ,
2020-12-21 21:27:22 +01:00
"file_navigator_text" : "Selaa tiedostoa" ,
"first" : "Ensimmäinen" ,
2021-01-28 14:18:17 +01:00
"from" : "Alkaen" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Kaltevuus" ,
2020-12-21 21:27:22 +01:00
"last" : "Kestää" ,
2021-01-27 17:18:34 +01:00
"left" : "Vasen" ,
2021-01-22 20:32:30 +01:00
"loading" : "Ladataan {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Sijainti" ,
2020-12-24 11:46:03 +01:00
"order" : "Järjestys" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Vanhentunut" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Odota" ,
2021-01-27 17:18:34 +01:00
"right" : "Aivan" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "Kohdetta {{var0}} ei voi tallentaa" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} tallennettu onnistuneesti" ,
2020-12-21 21:27:22 +01:00
"server" : "Palvelin" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Näyttää pienet merkit käyttäjille, jotka tukevat Patreoniani" ,
"settings_showToasts_description" : "Näyttää laajennuksen aloitus- ja lopetusleivokset" ,
"settings_showToasts_note" : "Poista BD-levyjen yleinen asetus {{var0}} ennen niiden poistamista käytöstä" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Oletus paahtoleipää" ,
2021-02-05 19:03:03 +01:00
"settings_toastPosition_note" : "Muuttaa vain laajennukset luomien paahtoleivien sijaintia" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Avaa Linkit ristiriidassa selaimen sijaan" ,
2020-12-21 21:27:22 +01:00
"sort_by" : "Järjestä" ,
2021-03-13 10:45:12 +01:00
"time" : "Aika" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Aikavyöhyke" ,
2021-01-28 14:18:17 +01:00
"to" : "Vastaanottaja" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} päivitettiin automaattisesti, koska versiosi oli vanhentunut" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} on ladattu" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} on alkanut" ,
"toast_plugin_stopped" : "{{var0}} on pysähtynyt" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_translated" : "käännetty kielelle {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} on purettu" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Verkkotunnuksen {{var0}} päivitystä ei voi ladata" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_updated" : "{{var0}} {{var1}} on korvattu sanalla {{var2}} {{var3}}" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "Laajennuksen päivityksen tarkistus valmis" ,
2021-01-22 17:04:49 +01:00
"update_check_complete_outdated" : "Laajennuksen päivityksen tarkistus valmis - {{var0}} vanhentunut!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Tarkista päivitystarkistusta tukevat laajennukset" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "Napsauta päivittääksesi!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Lataa päivitys loppuun" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "Seuraavat laajennukset on päivitettävä: " ,
"updated" : "Päivitetty"
2020-09-10 10:19:12 +02:00
} ,
"fr" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Ajouter à {{var0}}" ,
2020-09-10 10:19:12 +02:00
"ascending" : "Ascendant" ,
2021-01-27 17:18:34 +01:00
"center" : "Centré" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Nouvelles fonctionnalités" ,
"changelog_fixed" : "Dépannage" ,
"changelog_improved" : "Améliorations" ,
"changelog_progress" : "Le progrès" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Rechercher des mises à jour" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Êtes-vous sûr?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} ne peut pas être supprimé" ,
"delete_success" : "{{var0}} supprimé avec succès" ,
2020-09-10 10:19:12 +02:00
"descending" : "Descendant" ,
2020-12-24 11:46:03 +01:00
"developer" : "Développeur" ,
"donate_message" : "Soutenez-moi pour plus de mises à jour!" ,
2021-01-22 20:32:30 +01:00
"download" : "Télécharger" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} ne peut pas être téléchargé" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} téléchargé avec succès" ,
2020-09-10 10:19:12 +02:00
"file_navigator_text" : "Parcourir le fichier" ,
"first" : "Première" ,
2021-01-28 14:18:17 +01:00
"from" : "De" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Pente" ,
2020-09-10 10:19:12 +02:00
"last" : "Dernier" ,
2021-01-27 17:19:12 +01:00
"left" : "Gauche" ,
2021-01-22 20:32:30 +01:00
"loading" : "Chargement de {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Emplacement" ,
2020-12-24 11:46:03 +01:00
"order" : "Séquence" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Dépassé" ,
2021-01-24 08:48:44 +01:00
"please_wait" : "S'il vous plaît, attendez" ,
2021-01-27 17:18:34 +01:00
"right" : "Droite" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} ne peut pas être enregistré" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} a bien été enregistré" ,
2020-09-10 10:19:12 +02:00
"server" : "Serveur" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Affiche de petits badges pour les utilisateurs qui soutiennent mon Patreon" ,
"settings_showToasts_description" : "Affiche les toasts de démarrage et d'arrêt du plugin" ,
"settings_showToasts_note" : "Désactivez le paramètre général '{{var0}}' des BD avant de les désactiver" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Position de toast par défaut" ,
"settings_toastPosition_note" : "Modifie uniquement la position des toasts créés par mes plugins" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Ouvrez les liens dans Discord au lieu de votre navigateur" ,
2020-09-10 10:19:12 +02:00
"sort_by" : "Trier par" ,
2021-03-13 10:45:12 +01:00
"time" : "Temps" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Fuseau horaire" ,
2021-01-28 14:18:17 +01:00
"to" : "À" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} a été automatiquement mis à jour car votre version était très obsolète" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} a été chargé" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} a commencé" ,
"toast_plugin_stopped" : "{{var0}} s'est arrêté" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_translated" : "traduit en {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} a été déchargé" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "La mise à jour pour {{var0}} ne peut pas être téléchargée" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_updated" : "{{var0}} {{var1}} a été remplacé par {{var2}} {{var3}}" ,
2021-02-05 19:03:03 +01:00
"update_check_complete" : "Vérification de la mise à jour du plugin terminée" ,
"update_check_complete_outdated" : "Vérification de la mise à jour du plugin terminée - {{var0}} obsolète!" ,
"update_check_info" : "Vérifiez les plugins prenant en charge la vérification des mises à jour" ,
2020-09-10 10:19:12 +02:00
"update_notice_click" : "Cliquez pour mettre à jour!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Recharger pour terminer la mise à jour" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "Les plugins suivants doivent être mis à jour: " ,
"updated" : "Mis à jour"
2020-12-21 21:27:22 +01:00
} ,
2021-05-30 17:21:18 +02:00
"hi" : {
"add_to" : "{{var0}} में जोड़ें" ,
"ascending" : "आरोही" ,
"center" : "केंद्रित" ,
"changelog_added" : "नए विशेषताएँ" ,
"changelog_fixed" : "कंप्यूटर प्रोग्राम या प्रणाली में बग को दूर करना" ,
"changelog_improved" : "सुधार" ,
"changelog_progress" : "प्रगति" ,
"check_for_updates" : "अद्यतन के लिए जाँच" ,
"confirm" : "क्या आपको यकीन है?" ,
"delete_fail" : "{{var0}} को हटाया नहीं जा सकता" ,
"delete_success" : "{{var0}} सफलतापूर्वक हटाया गया" ,
"descending" : "अवरोही" ,
"developer" : "डेवलपर" ,
"donate_message" : "आगे के अपडेट प्राप्त करने के लिए मेरा समर्थन करें!" ,
"download" : "डाउनलोड" ,
"download_fail" : "{{var0}} डाउनलोड नहीं किया जा सकता" ,
"download_success" : "{{var0}} सफलतापूर्वक डाउनलोड किया गया" ,
"file_navigator_text" : "फाइल खोजो" ,
"first" : "प्रथम" ,
"from" : "से" ,
"gradient" : "ढाल" ,
"last" : "पिछले" ,
"left" : "बाएं" ,
"loading" : "लोड हो रहा है {{var0}}" ,
"location" : "स्थान" ,
"order" : "गण" ,
"outdated" : "रगड़ा हुआ" ,
"please_wait" : "कृपया प्रतीक्षा करें" ,
"right" : "सही" ,
"save_fail" : "{{var0}} सहेजा नहीं जा सकता" ,
"save_success" : "{{var0}} सफलतापूर्वक सहेजा गया" ,
"server" : "सर्वर" ,
"settings_showSupportBadges_description" : "मेरे Patreon का समर्थन करने वाले उपयोगकर्ताओं के लिए छोटे बैज दिखाता है" ,
"settings_showToasts_description" : "प्लगिन को दिखाता है टोस्ट शुरू और बंद करो" ,
"settings_showToasts_note" : "इसे अक्षम करने से पहले BDs सामान्य '{{var0}}' सेटिंग अक्षम करें" ,
"settings_toastPosition_description" : "डिफ़ॉल्ट टोस्ट स्थिति" ,
"settings_toastPosition_note" : "केवल मेरे प्लगइन्स द्वारा बनाए गए टोस्ट की स्थिति बदलता है" ,
"settings_useChromium_description" : "अपने ब्राउज़र के बजाय डिस्कॉर्ड में लिंक खोलें" ,
"sort_by" : "इसके अनुसार क्रमबद्ध करें" ,
"time" : "समय" ,
"timezone" : "समय क्षेत्र" ,
"to" : "सेवा" ,
"toast_plugin_force_updated" : "{{var0}} अपने आप अपडेट हो गया क्योंकि आपका संस्करण काफी पुराना हो गया है" ,
"toast_plugin_loaded" : "{{var0}} लोड कर दिया गया है" ,
"toast_plugin_started" : "{{var0}} शुरू कर दिया गया है" ,
"toast_plugin_stopped" : "{{var0}} रोक दिया गया है" ,
"toast_plugin_translated" : "{{var0}} में अनुवादित" ,
"toast_plugin_unloaded" : "{{var0}} अनलोड कर दिया गया है" ,
"toast_plugin_update_failed" : "{{var0}} के लिए अपडेट डाउनलोड नहीं किया जा सकता" ,
"toast_plugin_updated" : "{{var0}} {{var1}} को {{var2}} {{var3}} से बदल दिया गया है" ,
"update_check_complete" : "प्लगइन अद्यतन जाँच पूर्ण" ,
"update_check_complete_outdated" : "प्लगिन अपडेट जांच पूरी हुई - {{var0}} पुरानी!" ,
"update_check_info" : "चेक प्लगइन्स जो अपडेट चेक का समर्थन करते हैं" ,
"update_notice_click" : "अपडेट करने के लिए क्लिक करें!" ,
"update_notice_reload" : "अद्यतन पूरा करने के लिए पुनः लोड करें" ,
"update_notice_update" : "निम्नलिखित प्लगइन्स को अद्यतन करने की आवश्यकता है:" ,
"updated" : "अद्यतन"
} ,
2020-12-21 21:27:22 +01:00
"hr" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Dodaj u {{var0}}" ,
2020-12-21 21:27:22 +01:00
"ascending" : "Uzlazni" ,
2021-01-27 17:18:34 +01:00
"center" : "Centrirano" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Nove značajke" ,
"changelog_fixed" : "Rješavanje problema" ,
"changelog_improved" : "Poboljšanja" ,
"changelog_progress" : "Napredak" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Provjerite ima li ažuriranja" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Jesi li siguran?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} nije moguće izbrisati" ,
"delete_success" : "{{var0}} uspješno je izbrisano" ,
2020-12-21 21:27:22 +01:00
"descending" : "Silazni" ,
2020-12-24 11:46:03 +01:00
"developer" : "Programer" ,
"donate_message" : "Podržite me za još novosti!" ,
2021-01-22 20:32:30 +01:00
"download" : "Preuzimanje datoteka" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} nije moguće preuzeti" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} uspješno preuzeto" ,
2020-12-21 21:27:22 +01:00
"file_navigator_text" : "Pregledaj datoteku" ,
"first" : "Prvi" ,
2021-01-28 14:18:17 +01:00
"from" : "Iz" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Gradijent" ,
2020-12-21 21:27:22 +01:00
"last" : "Posljednji" ,
2021-01-27 17:18:34 +01:00
"left" : "Lijevo" ,
2021-01-22 20:32:30 +01:00
"loading" : "Učitavanje {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Mjesto" ,
2020-12-24 11:46:03 +01:00
"order" : "Slijed" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Zastario" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Drago mi je čekati" ,
2021-01-27 17:18:34 +01:00
"right" : "Pravo" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} nije moguće spremiti" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} uspješno spremljeno" ,
2020-12-24 11:46:03 +01:00
"server" : "Poslužitelju" ,
"settings_showSupportBadges_description" : "Prikazuje male značke za korisnike koji podržavaju moj Patreon" ,
"settings_showToasts_description" : "Prikazuje tost za pokretanje i zaustavljanje dodatka" ,
"settings_showToasts_note" : "Onemogućite opću postavku '{{var0}}' BD-ova prije nego što ih onemogućite" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Zadani položaj tosta" ,
2021-02-05 19:03:03 +01:00
"settings_toastPosition_note" : "Mijenja samo položaj zdravica koje su stvorili moji dodatke" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Otvorite veze u Discordu umjesto u pregledniku" ,
2020-12-24 11:46:03 +01:00
"sort_by" : "Poredati po" ,
2021-03-13 10:45:12 +01:00
"time" : "Vrijeme" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Vremenska zona" ,
2021-01-28 14:18:17 +01:00
"to" : "Do" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} je automatski ažuriran jer je vaša verzija bila vrlo zastarjela" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "Učitana je {{var0}}" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} je započeo" ,
"toast_plugin_stopped" : "{{var0}} je zaustavljen" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_translated" : "prevedeno na {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} je istovaren" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Ažuriranje za {{var0}} nije moguće preuzeti" ,
"toast_plugin_updated" : "{{var0}} {{var1}} zamijenjen je s {{var2}} {{var3}}" ,
"update_check_complete" : "Provjera ažuriranja dodatka dovršena" ,
"update_check_complete_outdated" : "Provjera ažuriranja dodatka dovršena - {{var0}} zastarjelo!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Provjerite dodatke koji podržavaju provjeru ažuriranja" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "Kliknite za ažuriranje!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Ponovo učitajte da biste dovršili ažuriranje" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "Treba ažurirati sljedeće dodatke: " ,
"updated" : "Ažurirano"
2020-12-21 21:27:22 +01:00
} ,
"hu" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Hozzáadás a következőhöz: {{var0}}" ,
2020-12-21 21:27:22 +01:00
"ascending" : "Növekvő" ,
2021-01-27 17:18:34 +01:00
"center" : "Középre" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Új funkciók" ,
"changelog_fixed" : "Hibaelhárítás" ,
"changelog_improved" : "Fejlesztések" ,
"changelog_progress" : "Előrehalad" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Frissítések keresése" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Biztos vagy ebben?" ,
2021-01-28 14:19:00 +01:00
"delete_fail" : "A {{var0}} nem törölhető" ,
2021-01-22 20:32:30 +01:00
"delete_success" : "{{var0}} sikeresen törölve" ,
2020-12-21 21:27:22 +01:00
"descending" : "Csökkenő" ,
2020-12-24 11:46:03 +01:00
"developer" : "Fejlesztő" ,
"donate_message" : "Támogasson további frissítésekért!" ,
2021-01-22 20:32:30 +01:00
"download" : "Letöltés" ,
2021-01-28 14:19:00 +01:00
"download_fail" : "A {{var0}} nem tölthető le" ,
"download_success" : "A {{var0}} letöltése sikeresen megtörtént" ,
2020-12-21 21:27:22 +01:00
"file_navigator_text" : "Tallózás a fájlban" ,
"first" : "Első" ,
2021-01-28 14:18:17 +01:00
"from" : "Tól től" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Gradiens" ,
2020-12-21 21:27:22 +01:00
"last" : "Utolsó" ,
2021-01-27 17:18:34 +01:00
"left" : "Bal" ,
2021-01-22 20:32:30 +01:00
"loading" : "{{var0}} betöltése" ,
2021-05-15 15:27:15 +02:00
"location" : "Elhelyezkedés" ,
2020-12-24 11:46:03 +01:00
"order" : "Sorrend" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Elavult" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Várj" ,
2021-01-27 17:18:34 +01:00
"right" : "Jobb" ,
2021-01-28 14:19:00 +01:00
"save_fail" : "A {{var0}} nem menthető" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} sikeresen mentve" ,
2020-12-21 21:27:22 +01:00
"server" : "Szerver" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Apró jelvényeket mutat azoknak a felhasználóknak, akik támogatják a Patreon-t" ,
2021-02-05 19:03:03 +01:00
"settings_showToasts_description" : "Mutatja a bővítmény start és stop pirítósokat" ,
2021-01-22 20:32:30 +01:00
"settings_showToasts_note" : "Mielőtt letiltaná őket, tiltsa le a BD-k '{{var0}} ” általános beállítását" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Alapértelmezett pirítós pozíció" ,
2021-02-05 19:03:03 +01:00
"settings_toastPosition_note" : "Csak a bővítményeket által létrehozott pirítósok pozícióját változtatja meg" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Nyissa meg a Linkeket a diszkordban a böngészője helyett" ,
2020-12-21 21:27:22 +01:00
"sort_by" : "Sorrend" ,
2021-03-13 10:45:12 +01:00
"time" : "Idő" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Időzóna" ,
2021-01-28 14:18:17 +01:00
"to" : "Nak nek" ,
2021-01-28 14:19:00 +01:00
"toast_plugin_force_updated" : "A {{var0}} automatikusan frissült, mert a verziója nagyon elavult" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} betöltve" ,
2021-01-28 14:19:00 +01:00
"toast_plugin_started" : "A {{var0}} elindult" ,
"toast_plugin_stopped" : "A {{var0}} leállt" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_translated" : "lefordítva {{var0}} nyelvre" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} kirakva" ,
2021-01-28 14:19:00 +01:00
"toast_plugin_update_failed" : "A {{var0}} frissítése nem tölthető le" ,
"toast_plugin_updated" : "A {{var0}} {{var1}} helyébe a következő lépett: {{var2}} {{var3}}" ,
2021-02-05 19:03:03 +01:00
"update_check_complete" : "A bővítmény modul frissítésének ellenőrzése befejeződött" ,
"update_check_complete_outdated" : "A bővítmény modul frissítésének ellenőrzése befejeződött - {{var0}} elavult!" ,
"update_check_info" : "Ellenőrizze a Frissítés ellenőrzését támogató bővítményeket modulokat" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "Kattintson a frissítéshez!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Töltse be újra a frissítés befejezéséhez" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "A következő bővítményeket frissíteni kell: " ,
"updated" : "Frissítve"
2020-09-10 10:19:12 +02:00
} ,
"it" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Aggiungi a {{var0}}" ,
2020-09-10 10:19:12 +02:00
"ascending" : "Ascendente" ,
2021-01-27 17:18:34 +01:00
"center" : "Centrato" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Nuove caratteristiche" ,
"changelog_fixed" : "Risoluzione dei problemi" ,
"changelog_improved" : "Miglioramenti" ,
"changelog_progress" : "Progresso" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Controlla gli aggiornamenti" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Sei sicuro?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} non può essere eliminato" ,
"delete_success" : "{{var0}} eliminato correttamente" ,
2020-09-10 10:19:12 +02:00
"descending" : "Discendente" ,
2020-12-24 11:46:03 +01:00
"developer" : "Sviluppatore" ,
"donate_message" : "Supportami per ulteriori aggiornamenti!" ,
2021-01-22 20:32:30 +01:00
"download" : "Scarica" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} non può essere scaricato" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} scaricato correttamente" ,
2020-09-10 10:19:12 +02:00
"file_navigator_text" : "Sfoglia file" ,
"first" : "Primo" ,
2021-01-28 14:18:17 +01:00
"from" : "A partire dal" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Pendenza" ,
2020-12-21 21:27:22 +01:00
"last" : "Scorso" ,
2021-01-27 17:18:34 +01:00
"left" : "Sinistra" ,
2021-01-22 20:32:30 +01:00
"loading" : "Caricamento di {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Posizione" ,
2020-12-24 11:46:03 +01:00
"order" : "Sequenza" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Obsoleto" ,
2021-04-08 15:17:57 +02:00
"please_wait" : "Attendere prego" ,
2021-01-27 17:18:34 +01:00
"right" : "Destra" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} non può essere salvato" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} salvato correttamente" ,
2020-09-10 10:19:12 +02:00
"server" : "Server" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Mostra piccoli badge per gli utenti che supportano il mio Patreon" ,
"settings_showToasts_description" : "Mostra l'avvio e l'arresto del plugin" ,
"settings_showToasts_note" : "Disabilita l'impostazione generale '{{var0}}' dei BD prima di disabilitarli" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Posizione predefinita del pane tostato" ,
2021-02-05 19:03:03 +01:00
"settings_toastPosition_note" : "Cambia solo la posizione dei toast creati dai miei plugins" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Apri link in Discord invece che nel tuo browser" ,
2020-09-10 10:19:12 +02:00
"sort_by" : "Ordina per" ,
2021-03-13 10:45:12 +01:00
"time" : "Tempo" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Fuso orario" ,
2021-01-28 14:18:17 +01:00
"to" : "Per" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} è stato aggiornato automaticamente perché la tua versione era molto obsoleta" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} è stato caricato" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} è iniziato" ,
"toast_plugin_stopped" : "{{var0}} si è fermato" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_translated" : "tradotto in {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} è stato scaricato" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Impossibile scaricare l'aggiornamento per {{var0}}" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_updated" : "{{var0}} {{var1}} è stato sostituito da {{var2}} {{var3}}" ,
2021-02-05 19:03:03 +01:00
"update_check_complete" : "Controllo dell'aggiornamento del plugin completato" ,
"update_check_complete_outdated" : "Controllo dell'aggiornamento del plugin completato - {{var0}} non aggiornato!" ,
"update_check_info" : "Controlla i plugins che supportano il controllo degli aggiornamenti" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "Fare clic per aggiornare!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Ricarica per completare l'aggiornamento" ,
2021-02-05 19:03:03 +01:00
"update_notice_update" : "I seguenti plugins devono essere aggiornati: " ,
2021-01-22 20:32:30 +01:00
"updated" : "Aggiornato"
2020-12-21 21:27:22 +01:00
} ,
"ja" : {
2020-12-22 20:50:59 +01:00
"add_to" : "{{var0}} に追加" ,
2020-12-21 21:27:22 +01:00
"ascending" : "上昇" ,
2021-01-27 17:18:34 +01:00
"center" : "中央揃え" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "新機能" ,
"changelog_fixed" : "トラブルシューティング" ,
"changelog_improved" : "改善点" ,
"changelog_progress" : "進捗" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "アップデートを確認する" ,
2020-12-22 20:15:02 +01:00
"confirm" : "本気ですか?" ,
2021-02-12 18:15:18 +01:00
"delete_fail" : "{{var0}} は削除できません" ,
"delete_success" : "{{var0}} が正常に削除されました" ,
2020-12-21 21:27:22 +01:00
"descending" : "降順" ,
2020-12-24 11:46:03 +01:00
"developer" : "開発者" ,
"donate_message" : "より多くのアップデートのために私をサポートしてください!" ,
2021-01-22 20:32:30 +01:00
"download" : "ダウンロード" ,
2021-02-12 18:15:18 +01:00
"download_fail" : "{{var0}} はダウンロードできません" ,
"download_success" : "{{var0}} が正常にダウンロードされました" ,
2020-12-21 21:27:22 +01:00
"file_navigator_text" : "ファイルを参照" ,
"first" : "最初" ,
2021-01-28 14:18:17 +01:00
"from" : "から" ,
2020-12-24 11:46:03 +01:00
"gradient" : "勾配" ,
2020-12-21 21:27:22 +01:00
"last" : "最終" ,
2021-01-27 17:18:34 +01:00
"left" : "左" ,
2021-01-22 20:37:00 +01:00
"loading" : "を読み込んでいます {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "ロケーション" ,
2020-12-24 11:46:03 +01:00
"order" : "シーケンス" ,
2021-01-22 20:32:30 +01:00
"outdated" : "時代遅れ" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "お待ちください" ,
2021-01-27 17:18:34 +01:00
"right" : "正しい" ,
2021-02-12 18:15:18 +01:00
"save_fail" : "{{var0}} は保存できません" ,
"save_success" : "{{var0}} は正常に保存されました" ,
2020-12-21 21:27:22 +01:00
"server" : "サーバ" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "私のパトレオンをサポートするユーザーに小さなバッジを表示します" ,
"settings_showToasts_description" : "プラグインの開始と停止のトーストを表示します" ,
2021-02-12 18:15:18 +01:00
"settings_showToasts_note" : "BD を無効にする前に、BD の一般設定 '{{var0}}' を無効にしてください" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "デフォルトのトースト位置" ,
"settings_toastPosition_note" : "プラグインによって作成されたトーストの位置のみを変更します" ,
2021-01-15 17:54:22 +01:00
"settings_useChromium_description" : "ブラウザの代わりに Discord でリンクを開く" ,
2020-12-21 21:27:22 +01:00
"sort_by" : "並び替え" ,
2021-03-13 10:45:12 +01:00
"time" : "時間" ,
2021-05-15 15:27:15 +02:00
"timezone" : "タイムゾーン" ,
2021-01-28 14:18:17 +01:00
"to" : "に" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "バージョンが非常に古くなったため、 {{var0}} は自動的に更新されました" ,
2021-02-12 18:15:18 +01:00
"toast_plugin_loaded" : "{{var0}} が読み込まれました" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_started" : "{{var0}} が開始されました" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_stopped" : "{{var0}} が停止しました" ,
"toast_plugin_translated" : "{{var0}} に変換" ,
2021-02-12 18:15:18 +01:00
"toast_plugin_unloaded" : "{{var0}} がアンロードされました" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "{{var0}} の更新をダウンロードできません" ,
2021-01-22 20:37:00 +01:00
"toast_plugin_updated" : "{{var0}} {{var1}} は {{var2}} {{var3}} に置き換えられました" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "プラグインの更新チェックが完了しました" ,
"update_check_complete_outdated" : "プラグインの更新チェックが完了しました- {{var0}} が古くなっています!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "アップデートチェックをサポートするプラグインをチェックします" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "クリックして更新してください!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "リロードして更新を完了します" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "次のプラグインを更新する必要があります。" ,
"updated" : "更新しました"
2020-12-21 21:27:22 +01:00
} ,
"ko" : {
2020-12-22 20:50:59 +01:00
"add_to" : "{{var0}} 에 추가" ,
2020-12-21 21:27:22 +01:00
"ascending" : "오름차순" ,
2021-01-27 17:18:34 +01:00
"center" : "중심" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "새로운 기능" ,
"changelog_fixed" : "문제 해결" ,
"changelog_improved" : "개량" ,
"changelog_progress" : "진행" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "업데이트 확인" ,
2020-12-22 20:15:02 +01:00
"confirm" : "확실해?" ,
2021-02-12 18:15:18 +01:00
"delete_fail" : "{{var0}} 을 (를) 삭제할 수 없습니다." ,
"delete_success" : "{{var0}} 이 (가) 성공적으로 삭제되었습니다." ,
2020-12-21 21:27:22 +01:00
"descending" : "내림차순" ,
2020-12-24 11:46:03 +01:00
"developer" : "개발자" ,
"donate_message" : "더 많은 업데이트를 위해 저를 지원하십시오!" ,
2021-01-22 20:32:30 +01:00
"download" : "다운로드" ,
2021-02-12 18:15:18 +01:00
"download_fail" : "{{var0}} 을 (를) 다운로드 할 수 없습니다." ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} 다운로드 완료" ,
2020-12-21 21:27:22 +01:00
"file_navigator_text" : "파일 찾아보기" ,
"first" : "먼저" ,
2021-01-28 14:18:17 +01:00
"from" : "에서" ,
2020-12-24 11:46:03 +01:00
"gradient" : "구배" ,
2020-12-21 21:27:22 +01:00
"last" : "마지막" ,
2021-01-27 17:18:34 +01:00
"left" : "왼쪽" ,
2021-01-22 20:37:00 +01:00
"loading" : "로드 중 {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "위치" ,
2020-12-24 11:46:03 +01:00
"order" : "순서" ,
2021-01-22 20:32:30 +01:00
"outdated" : "시대에 뒤쳐진" ,
2021-01-24 08:48:44 +01:00
"please_wait" : "기다려주세요" ,
2021-01-27 17:18:34 +01:00
"right" : "권리" ,
2021-02-12 18:15:18 +01:00
"save_fail" : "{{var0}} 을 저장할 수 없습니다." ,
"save_success" : "{{var0}} 이 성공적으로 저장되었습니다." ,
2020-12-21 21:27:22 +01:00
"server" : "섬기는 사람" ,
2021-01-15 17:54:22 +01:00
"settings_showSupportBadges_description" : "내 Patreon 을 지원하는 사용자에게 작은 배지를 표시합니다." ,
2020-12-24 11:46:03 +01:00
"settings_showToasts_description" : "플러그인 시작 및 중지 알림 표시" ,
2021-02-12 18:15:18 +01:00
"settings_showToasts_note" : "BD 를 비활성화하기 전에 BD 의 일반 설정 '{{var0}}' 을 비활성화하십시오." ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "기본 토스트 위치" ,
"settings_toastPosition_note" : "내 플러그인에 의해 생성 된 토스트의 위치 만 변경" ,
2021-01-15 17:54:22 +01:00
"settings_useChromium_description" : "브라우저 대신 Discord 에서 링크 열기" ,
2020-12-21 21:27:22 +01:00
"sort_by" : "정렬 기준" ,
2021-03-13 10:45:12 +01:00
"time" : "시각" ,
2021-05-15 15:27:15 +02:00
"timezone" : "시간대" ,
2021-01-28 14:18:17 +01:00
"to" : "에" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "버전이 매우 오래되어 {{var0}} 이 자동으로 업데이트되었습니다." ,
2021-02-12 18:15:18 +01:00
"toast_plugin_loaded" : "{{var0}} 이로드되었습니다." ,
2020-12-21 21:27:22 +01:00
"toast_plugin_started" : "{{var0}} 이 시작되었습니다." ,
"toast_plugin_stopped" : "{{var0}} 이 중지되었습니다." ,
"toast_plugin_translated" : "{{var0}} 로 번역됨" ,
2021-02-12 18:15:18 +01:00
"toast_plugin_unloaded" : "{{var0}} 이 (가) 언로드되었습니다." ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "{{var0}} 에 대한 업데이트를 다운로드 할 수 없습니다." ,
"toast_plugin_updated" : "{{var0}} {{var1}}이 {{var2}} {{var3}}로 대체되었습니다." ,
"update_check_complete" : "플러그인 업데이트 확인 완료" ,
2021-01-22 17:04:49 +01:00
"update_check_complete_outdated" : "플러그인 업데이트 확인 완료 - {{var0}} 이 (가) 오래되었습니다!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "업데이트 확인을 지원하는 플러그인 확인" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "업데이트하려면 클릭하세요!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "업데이트를 완료하려면 새로 고침하세요." ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "다음 플러그인을 업데이트해야합니다." ,
"updated" : "업데이트 됨"
2020-12-21 21:27:22 +01:00
} ,
"lt" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Pridėti prie {{var0}}" ,
2020-12-21 21:27:22 +01:00
"ascending" : "Kylanti" ,
2021-01-27 17:18:34 +01:00
"center" : "Centruotas" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Naujos savybės" ,
"changelog_fixed" : "Problemų sprendimas" ,
"changelog_improved" : "Patobulinimai" ,
"changelog_progress" : "Progresas" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Tikrinti, ar yra atnaujinimų" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Ar tu tuo tikras?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} negalima ištrinti" ,
2021-01-22 20:37:00 +01:00
"delete_success" : "{{var0}} sėkmingai ištrinta" ,
2020-12-21 21:27:22 +01:00
"descending" : "Mažėjantis" ,
2020-12-24 11:46:03 +01:00
"developer" : "Programuotojas" ,
"donate_message" : "Palaikykite mane, kad gautumėte daugiau naujinių!" ,
2021-01-22 20:32:30 +01:00
"download" : "Parsisiųsti" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} negalima atsisiųsti" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} sėkmingai atsisiųsta" ,
2020-12-21 21:27:22 +01:00
"file_navigator_text" : "Naršyti failą" ,
"first" : "Pirmas" ,
2021-01-28 14:18:17 +01:00
"from" : "Nuo" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Gradientas" ,
2020-12-21 21:27:22 +01:00
"last" : "Paskutinis" ,
2021-01-27 17:18:34 +01:00
"left" : "Kairėje" ,
2021-01-22 20:32:30 +01:00
"loading" : "Įkeliama {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Vieta" ,
2020-12-24 11:46:03 +01:00
"order" : "Seka" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Pasenęs" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Maloniai palauk" ,
2021-01-27 17:18:34 +01:00
"right" : "Teisingai" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} negalima išsaugoti" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} išsaugota sėkmingai" ,
2020-12-24 11:46:03 +01:00
"server" : "Serverio" ,
2021-01-22 20:32:30 +01:00
"settings_showSupportBadges_description" : "Rodo mažus ženklelius vartotojams, palaikantiems mano Patreon" ,
2020-12-24 11:46:03 +01:00
"settings_showToasts_description" : "Parodo įskiepių paleidimo ir sustabdymo tostus" ,
2021-01-22 20:32:30 +01:00
"settings_showToasts_note" : "Prieš išjungdami, išjunkite bendrą BD nustatymą '{{var0}}'" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Numatytoji skrudintos duonos padėtis" ,
2021-02-05 19:03:03 +01:00
"settings_toastPosition_note" : "Keičia tik mano įskiepiai sukurtų tostų poziciją" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Vietoj savo naršyklės atidarykite nuorodas nesantaikoje" ,
2020-12-21 21:27:22 +01:00
"sort_by" : "Rūšiuoti pagal" ,
2021-03-13 10:45:12 +01:00
"time" : "Laikas" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Laiko zona" ,
2021-01-28 14:18:17 +01:00
"to" : "Į" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_force_updated" : "'{{var0}}' buvo automatiškai atnaujinta, nes jūsų versija buvo labai pasenusi" ,
2021-01-22 20:37:00 +01:00
"toast_plugin_loaded" : "{{var0}} buvo įkelta" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_started" : "{{var0}} prasidėjo" ,
"toast_plugin_stopped" : "{{var0}} sustabdyta" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_translated" : "išversta į {{var0}}" ,
2021-01-22 20:37:00 +01:00
"toast_plugin_unloaded" : "{{var0}} buvo iškrautas" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Negalima atsisiųsti {{var0}} naujinio" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_updated" : "{{var0}} {{var1}} pakeista į {{var2}} {{var3}}" ,
2021-02-05 19:03:03 +01:00
"update_check_complete" : "Įskiepių atnaujinimo patikrinimas baigtas" ,
"update_check_complete_outdated" : "Įskiepių atnaujinimo patikrinimas baigtas - {{var0}} pasenęs!" ,
"update_check_info" : "Patikrinkite įskiepiai, kurie palaiko naujinimo patikrą" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "Spustelėkite norėdami atnaujinti!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Įkelkite iš naujo, kad užbaigtumėte atnaujinimą" ,
2021-02-05 19:03:03 +01:00
"update_notice_update" : "Reikia atnaujinti šiuos įskiepiai: " ,
2021-01-22 20:32:30 +01:00
"updated" : "Atnaujinta"
2020-09-10 10:19:12 +02:00
} ,
"nl" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Toevoegen aan {{var0}}" ,
2020-09-10 10:19:12 +02:00
"ascending" : "Oplopend" ,
2021-01-27 17:18:34 +01:00
"center" : "Gecentreerd" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Nieuwe features" ,
"changelog_fixed" : "Probleemoplossen" ,
"changelog_improved" : "Verbeteringen" ,
"changelog_progress" : "Vooruitgang" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Controleer op updates" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Weet je zeker dat?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} kan niet worden verwijderd" ,
"delete_success" : "{{var0}} is verwijderd" ,
2020-09-10 10:19:12 +02:00
"descending" : "Aflopend" ,
2020-12-24 11:46:03 +01:00
"developer" : "Ontwikkelaar" ,
"donate_message" : "Steun mij voor meer updates!" ,
2021-01-22 20:32:30 +01:00
"download" : "Downloaden" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} kan niet worden gedownload" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} succesvol gedownload" ,
2020-09-10 10:19:12 +02:00
"file_navigator_text" : "Bestand zoeken" ,
"first" : "Eerste" ,
2021-01-28 14:18:17 +01:00
"from" : "Van" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Verloop" ,
2020-09-10 10:19:12 +02:00
"last" : "Laatste" ,
2021-01-27 17:18:34 +01:00
"left" : "Links" ,
2021-01-22 20:32:30 +01:00
"loading" : "Laden {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Plaats" ,
2020-12-24 11:46:03 +01:00
"order" : "Volgorde" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Verouderd" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Wacht even" ,
2021-01-27 17:18:34 +01:00
"right" : "Rechtsaf" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} kan niet worden opgeslagen" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} succesvol opgeslagen" ,
2020-09-10 10:19:12 +02:00
"server" : "Server" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Toont kleine badges voor gebruikers die mijn Patreon ondersteunen" ,
"settings_showToasts_description" : "Toont plugin start en stop toasts" ,
"settings_showToasts_note" : "Schakel de algemene instelling '{{var0}}' van BD's uit voordat u ze uitschakelt" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Standaard toastpositie" ,
2021-02-05 19:03:03 +01:00
"settings_toastPosition_note" : "Verandert alleen de positie van toast gemaakt door mijn plugins" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Open links in Discord in plaats van uw browser" ,
2020-09-10 10:19:12 +02:00
"sort_by" : "Sorteer op" ,
2021-03-13 10:45:12 +01:00
"time" : "Tijd" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Tijdzone" ,
2021-01-28 14:18:17 +01:00
"to" : "Naar" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} is automatisch bijgewerkt omdat uw versie erg verouderd was" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} is geladen" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_started" : "{{var0}} is gestart" ,
"toast_plugin_stopped" : "{{var0}} is gestopt" ,
"toast_plugin_translated" : "vertaald naar {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} is verwijderd" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Update voor {{var0}} kan niet worden gedownload" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_updated" : "{{var0}} {{var1}} is vervangen door {{var2}} {{var3}}" ,
2021-02-05 19:03:03 +01:00
"update_check_complete" : "Controle op update van plugin voltooid" ,
"update_check_complete_outdated" : "Controle van update van plugin voltooid - {{var0}} verouderd!" ,
"update_check_info" : "Controleer plugins die de updatecontrole ondersteunen" ,
2020-09-10 10:19:12 +02:00
"update_notice_click" : "Klik om te updaten!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Laad opnieuw om de update te voltooien" ,
2021-02-05 19:03:03 +01:00
"update_notice_update" : "De volgende plugins moeten worden bijgewerkt: " ,
2021-01-22 20:32:30 +01:00
"updated" : "Bijgewerkt"
2020-09-10 10:19:12 +02:00
} ,
"no" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Legg til i {{var0}}" ,
2020-09-10 10:19:12 +02:00
"ascending" : "Stigende" ,
2021-01-27 17:18:34 +01:00
"center" : "Sentrert" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Nye funksjoner" ,
"changelog_fixed" : "Feilsøking" ,
"changelog_improved" : "Forbedringer" ,
"changelog_progress" : "Framgang" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Se etter oppdateringer" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Er du sikker?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} kan ikke slettes" ,
"delete_success" : "{{var0}} ble slettet" ,
2020-12-21 21:27:22 +01:00
"descending" : "Fallende" ,
2020-12-24 11:46:03 +01:00
"developer" : "Utvikler" ,
"donate_message" : "Støtt meg for flere oppdateringer!" ,
2021-01-22 20:32:30 +01:00
"download" : "Nedlasting" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} kan ikke lastes ned" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} lastet ned" ,
2020-12-24 11:46:03 +01:00
"file_navigator_text" : "Bla gjennom filen" ,
2020-12-21 21:27:22 +01:00
"first" : "Først" ,
2021-01-28 14:18:17 +01:00
"from" : "Fra" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Gradient" ,
2020-09-10 10:19:12 +02:00
"last" : "Siste" ,
2021-01-27 17:18:34 +01:00
"left" : "Venstre" ,
2021-01-22 20:32:30 +01:00
"loading" : "Laster inn {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Plassering" ,
2020-12-24 11:46:03 +01:00
"order" : "Sekvens" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Utdatert" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Vennligst vent" ,
2021-01-27 17:18:34 +01:00
"right" : "Ikke sant" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} kan ikke lagres" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} lagret" ,
2020-09-10 10:19:12 +02:00
"server" : "Server" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Viser små merker for brukere som støtter min Patreon" ,
2021-02-05 19:03:03 +01:00
"settings_showToasts_description" : "Viser plugin start og stopp toasts" ,
2020-12-24 11:46:03 +01:00
"settings_showToasts_note" : "Deaktiver den generelle innstillingen '{{var0}}' for BD-er før du deaktiverer dem" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Standard toastposisjon" ,
2021-02-05 19:03:03 +01:00
"settings_toastPosition_note" : "Endrer bare posisjonen for ristet brød opprettet av plugins mine" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Åpne koblinger i Discord i stedet for nettleseren din" ,
2020-09-10 10:19:12 +02:00
"sort_by" : "Sorter etter" ,
2021-03-13 10:45:12 +01:00
"time" : "Tid" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Tidssone" ,
2021-01-28 14:18:17 +01:00
"to" : "Til" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} ble automatisk oppdatert fordi versjonen din var veldig utdatert" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} er lastet inn" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} har startet" ,
"toast_plugin_stopped" : "{{var0}} har stoppet" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_translated" : "oversatt til {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} er lastet ut" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Oppdatering for {{var0}} kan ikke lastes ned" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_updated" : "{{var0}} {{var1}} er erstattet av {{var2}} {{var3}}" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "Sjekk plugin-oppdatering fullført" ,
"update_check_complete_outdated" : "Sjekk plugin-oppdatering fullført - {{var0}} utdatert!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Sjekk plugins som støtter oppdateringskontrollen" ,
2020-09-10 10:19:12 +02:00
"update_notice_click" : "Klikk for å oppdatere!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Last inn for å fullføre oppdateringen" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "Følgende plugins må oppdateres: " ,
"updated" : "Oppdatert"
2020-09-10 10:19:12 +02:00
} ,
"pl" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Dodaj do {{var0}}" ,
2020-09-10 10:19:12 +02:00
"ascending" : "Rosnąco" ,
2021-05-22 17:00:23 +02:00
"center" : "Środek" ,
"changelog_added" : "Dodano" ,
"changelog_fixed" : "Naprawiono" ,
"changelog_improved" : "Ulepszono" ,
2020-12-24 11:46:03 +01:00
"changelog_progress" : "Postęp" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Sprawdź aktualizacje" ,
2021-05-22 17:00:23 +02:00
"confirm" : "Na pewno?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "Nie można usunąć {{var0}}" ,
"delete_success" : "Pomyślnie usunięto {{var0}}" ,
2020-09-10 10:19:12 +02:00
"descending" : "Malejąco" ,
2020-12-24 11:46:03 +01:00
"developer" : "Deweloper" ,
"donate_message" : "Wesprzyj mnie, aby uzyskać więcej aktualizacji!" ,
2021-01-22 20:32:30 +01:00
"download" : "Pobieranie" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "Nie można pobrać {{var0}}" ,
2021-01-23 15:22:16 +01:00
"download_success" : "Pomyślnie pobrano {{var0}}" ,
2021-05-22 17:00:23 +02:00
"file_navigator_text" : "Przeglądaj plik" ,
2020-09-10 10:19:12 +02:00
"first" : "Pierwszy" ,
2021-01-28 14:18:17 +01:00
"from" : "Od" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Gradient" ,
2021-05-22 17:00:23 +02:00
"last" : "Ostatni" ,
2021-01-27 17:18:34 +01:00
"left" : "Lewo" ,
2021-01-22 20:32:30 +01:00
"loading" : "Ładowanie {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Lokalizacja" ,
2021-05-22 17:00:23 +02:00
"order" : "Kolejność" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Przestarzały" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Proszę czekać" ,
2021-05-22 17:00:23 +02:00
"right" : "Prawo" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "Nie można zapisać {{var0}}" ,
2021-01-23 15:22:16 +01:00
"save_success" : "Pomyślnie zapisano {{var0}}" ,
2020-09-10 10:19:12 +02:00
"server" : "Serwer" ,
2021-05-22 17:00:23 +02:00
"settings_showSupportBadges_description" : "Pokazuje małe odznaki dla wspierających mojego Patreona" ,
2021-02-05 19:03:03 +01:00
"settings_showToasts_description" : "Pokazuje toasty uruchamiające i zatrzymujące wtyczki" ,
2021-01-22 20:32:30 +01:00
"settings_showToasts_note" : "Wyłącz ogólne ustawienie '{{var0}} ” dysków BD przed ich wyłączeniem" ,
2021-05-22 17:00:23 +02:00
"settings_toastPosition_description" : "Domyślna pozycja toastów" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_note" : "Zmienia tylko pozycję toastów utworzonych przez moje wtyczki" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Otwieraj linki w Discordzie zamiast w przeglądarce" ,
2020-09-10 10:19:12 +02:00
"sort_by" : "Sortuj według" ,
2021-03-13 10:45:12 +01:00
"time" : "Czas" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Strefa czasowa" ,
2021-01-28 14:18:17 +01:00
"to" : "Do" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} został automatycznie zaktualizowany, ponieważ Twoja wersja była bardzo nieaktualna" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "Załadowano {{var0}}" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_started" : "Rozpoczęto {{var0}}" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_stopped" : "{{var0}} został zatrzymany" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_translated" : "przetłumaczone na {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "Usunięto {{var0}}" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Nie można pobrać aktualizacji dla {{var0}}" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_updated" : "{{var0}} {{var1}} został zastąpiony przez {{var2}} {{var3}}" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "Sprawdzanie aktualizacji wtyczki zakończone" ,
"update_check_complete_outdated" : "Sprawdzanie aktualizacji wtyczki zakończone - {{var0}} nieaktualne!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Sprawdź wtyczki obsługujące sprawdzanie aktualizacji" ,
2020-09-10 10:19:12 +02:00
"update_notice_click" : "Kliknij, aby zaktualizować!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Załaduj ponownie, aby zakończyć aktualizację" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "Należy zaktualizować następujące wtyczki: " ,
"updated" : "Zaktualizowano"
2020-09-10 10:19:12 +02:00
} ,
"pt-BR" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Adicionar a {{var0}}" ,
2020-12-21 21:27:22 +01:00
"ascending" : "Ascendente" ,
2021-01-27 17:18:34 +01:00
"center" : "Centrado" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Novas características" ,
"changelog_fixed" : "Solução de problemas" ,
"changelog_improved" : "Melhorias" ,
"changelog_progress" : "Progresso" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Verifique se há atualizações" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Você tem certeza?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} não pode ser excluído" ,
"delete_success" : "{{var0}} excluído com sucesso" ,
2020-09-10 10:19:12 +02:00
"descending" : "Descendente" ,
2020-12-24 11:46:03 +01:00
"developer" : "Desenvolvedor" ,
"donate_message" : "Apoie-me para mais atualizações!" ,
2021-01-22 20:32:30 +01:00
"download" : "Baixar" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} não pode ser baixado" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} baixado com sucesso" ,
2020-09-10 10:19:12 +02:00
"file_navigator_text" : "Procurar arquivo" ,
"first" : "Primeiro" ,
2021-01-28 14:18:17 +01:00
"from" : "De" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Gradiente" ,
2020-09-10 10:19:12 +02:00
"last" : "Último" ,
2021-01-27 17:18:34 +01:00
"left" : "Esquerda" ,
2021-01-22 20:32:30 +01:00
"loading" : "Carregando {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Localização" ,
2020-12-24 11:46:03 +01:00
"order" : "Seqüência" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Desatualizado" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Por favor espere" ,
2021-01-27 17:18:34 +01:00
"right" : "Direito" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} não pode ser salvo" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} salvo com sucesso" ,
2020-09-10 10:19:12 +02:00
"server" : "Servidor" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Mostra pequenos emblemas para usuários que apóiam meu Patreon" ,
"settings_showToasts_description" : "Mostra o início e o fim do plugin do brinde" ,
"settings_showToasts_note" : "Desative a configuração geral '{{var0}}' de BDs antes de desativá-los" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Posição padrão do brinde" ,
2021-02-05 19:03:03 +01:00
"settings_toastPosition_note" : "Apenas altera a posição dos brindes criados pelos meus plugins" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Abra links no Discord em vez do seu navegador" ,
2020-09-10 10:19:12 +02:00
"sort_by" : "Ordenar por" ,
2021-03-13 10:45:12 +01:00
"time" : "Tempo" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Fuso horário" ,
2021-01-28 14:18:17 +01:00
"to" : "Para" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} foi atualizado automaticamente porque sua versão estava muito desatualizada" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} foi carregado" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} começou" ,
"toast_plugin_stopped" : "{{var0}} parou" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_translated" : "traduzido para {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} foi descarregado" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "A atualização para {{var0}} não pode ser baixada" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_updated" : "{{var0}} {{var1}} foi substituído por {{var2}} {{var3}}" ,
2021-02-05 19:03:03 +01:00
"update_check_complete" : "Verificação de atualização do plugin concluída" ,
"update_check_complete_outdated" : "Verificação de atualização do plugin concluída - {{var0}} desatualizado!" ,
"update_check_info" : "Verifique os plugins que suportam a verificação de atualização" ,
2020-09-10 10:19:12 +02:00
"update_notice_click" : "Clique para atualizar!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Recarregue para completar a atualização" ,
2021-02-05 19:03:03 +01:00
"update_notice_update" : "Os seguintes plugins precisam ser atualizados: " ,
2021-01-22 20:32:30 +01:00
"updated" : "Atualizada"
2020-12-21 21:27:22 +01:00
} ,
"ro" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Adăugați la {{var0}}" ,
2020-12-21 21:27:22 +01:00
"ascending" : "Ascendent" ,
2021-01-27 17:18:34 +01:00
"center" : "Centrat" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Functii noi" ,
"changelog_fixed" : "Depanare" ,
"changelog_improved" : "Îmbunătățiri" ,
"changelog_progress" : "Progres" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Verifică pentru actualizări" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Esti sigur?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} nu poate fi șters" ,
"delete_success" : "{{var0}} șters cu succes" ,
2020-12-21 21:27:22 +01:00
"descending" : "Descendentă" ,
2020-12-24 11:46:03 +01:00
"developer" : "Dezvoltator" ,
"donate_message" : "Sprijină-mă pentru mai multe actualizări!" ,
2021-01-22 20:32:30 +01:00
"download" : "Descarca" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} nu poate fi descărcat" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} descărcat cu succes" ,
2020-12-21 21:27:22 +01:00
"file_navigator_text" : "Răsfoiți fișierul" ,
"first" : "Primul" ,
2021-01-28 14:18:17 +01:00
"from" : "Din" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Gradient" ,
2020-12-21 21:27:22 +01:00
"last" : "Ultimul" ,
2021-01-27 17:18:34 +01:00
"left" : "Stânga" ,
2021-01-22 20:32:30 +01:00
"loading" : "Se încarcă {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Locație" ,
2020-12-24 11:46:03 +01:00
"order" : "Secvenţă" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Învechit" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Așteptați plăcut" ,
2021-01-27 17:18:34 +01:00
"right" : "Dreapta" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} nu poate fi salvat" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} salvat cu succes" ,
2020-12-21 21:27:22 +01:00
"server" : "Server" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Afișează insigne mici pentru utilizatorii care acceptă Patreon" ,
"settings_showToasts_description" : "Afișează pornirea și oprirea toastelor pluginului" ,
2021-01-22 20:32:30 +01:00
"settings_showToasts_note" : "Dezactivați setarea generală '{{var0}} ” a BD-urilor înainte de a le dezactiva" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Poziție implicită Toast" ,
2021-02-05 19:03:03 +01:00
"settings_toastPosition_note" : "Modifică doar poziția toastelor create de pluginuri mele" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Deschideți linkuri în discordie în loc de browser" ,
2020-12-21 21:27:22 +01:00
"sort_by" : "Filtrează după" ,
2021-03-13 10:45:12 +01:00
"time" : "Timp" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Fus orar" ,
2021-01-28 14:18:17 +01:00
"to" : "La" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} a fost actualizat automat deoarece versiunea dvs. a fost foarte depășită" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} a fost încărcat" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} a început" ,
"toast_plugin_stopped" : "{{var0}} s-a oprit" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_translated" : "tradus în {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} a fost descărcat" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Actualizarea pentru {{var0}} nu poate fi descărcată" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_updated" : "{{var0}} {{var1}} a fost înlocuit cu {{var2}} {{var3}}" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "Verificarea actualizării pluginului s-a finalizat" ,
"update_check_complete_outdated" : "Verificarea actualizării pluginului s-a finalizat - {{var0}} nu este actualizată!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Verificați pluginuri care acceptă verificarea actualizării" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "Faceți clic pentru a actualiza!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Reîncărcați pentru a finaliza actualizarea" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "Următoarele pluginuri trebuie actualizate: " ,
"updated" : "La curent"
2020-09-10 10:19:12 +02:00
} ,
2020-12-21 21:27:22 +01:00
"ru" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Добавить в {{var0}}" ,
2020-12-21 21:27:22 +01:00
"ascending" : "Восходящий" ,
2021-01-27 17:18:34 +01:00
"center" : "По центру" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Новые возможности" ,
"changelog_fixed" : "Поиск проблемы" ,
"changelog_improved" : "Улучшения" ,
"changelog_progress" : "Прогресс" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Проверить обновления" ,
2020-12-24 11:46:03 +01:00
"confirm" : "Ты уверен?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} нельзя удалить" ,
"delete_success" : "{{var0}} успешно удален" ,
2020-12-21 21:27:22 +01:00
"descending" : "По убыванию" ,
2020-12-24 11:46:03 +01:00
"developer" : "Разработчик" ,
"donate_message" : "Поддержите меня, чтобы получать больше обновлений!" ,
2021-01-22 20:32:30 +01:00
"download" : "Скачать" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} не может быть загружен" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} успешно загружен" ,
2020-12-24 11:46:03 +01:00
"file_navigator_text" : "Просмотреть файл" ,
2020-12-21 21:27:22 +01:00
"first" : "Первый" ,
2021-01-28 14:18:17 +01:00
"from" : "Из" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Градиент" ,
2020-12-21 21:27:22 +01:00
"last" : "Последний" ,
2021-01-27 17:18:34 +01:00
"left" : "Слева" ,
2021-01-22 20:32:30 +01:00
"loading" : "Загрузка {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Место расположения" ,
2020-12-24 11:46:03 +01:00
"order" : "Последовательность" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Устаревший" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Пожалуйста, подождите" ,
2021-01-27 17:18:34 +01:00
"right" : "Правильно" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} не может быть сохранен" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} успешно сохранен" ,
2020-12-21 21:27:22 +01:00
"server" : "Сервер" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Показывает маленькие значки для пользователей, которые поддерживают мой Patreon" ,
"settings_showToasts_description" : "Показывает запуск и остановку всплывающих окон" ,
"settings_showToasts_note" : "Отключите общую настройку '{{var0}}' BD перед их отключением" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Положение тоста по умолчанию" ,
2021-02-05 19:03:03 +01:00
"settings_toastPosition_note" : "Изменяет только положение тостов, созданных моими плагины" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Открывайте ссылки в Discord, а не в браузере" ,
2020-12-21 21:27:22 +01:00
"sort_by" : "Сортировать по" ,
2021-03-13 10:45:12 +01:00
"time" : "Время" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Часовой пояс" ,
2021-01-28 14:18:17 +01:00
"to" : "Чтобы" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} был обновлен автоматически, поскольку ваша версия очень устарела" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} загружено" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} началось" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_stopped" : "{{var0}} остановлен" ,
"toast_plugin_translated" : "переведено на {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} выгружен" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Обновление для {{var0}} не может быть загружено" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_updated" : "{{var0}} {{var1}} был заменен на {{var2}} {{var3}}" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "Проверка обновлений плагина завершена" ,
"update_check_complete_outdated" : "Проверка обновлений плагина завершена - {{var0}} устарело!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Проверить плагины, поддерживающие проверку обновлений" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "Нажмите, чтобы обновить!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Перезагрузите, чтобы завершить обновление" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "Необходимо обновить следующие плагины: " ,
"updated" : "Обновлено"
2020-09-10 10:19:12 +02:00
} ,
"sv" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Lägg till i {{var0}}" ,
2020-09-10 10:19:12 +02:00
"ascending" : "Stigande" ,
2021-01-27 17:18:34 +01:00
"center" : "Centrerad" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Nya egenskaper" ,
"changelog_fixed" : "Felsökning" ,
"changelog_improved" : "Förbättringar" ,
"changelog_progress" : "Framsteg" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Sök efter uppdateringar" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Är du säker?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} kan inte raderas" ,
"delete_success" : "{{var0}} har tagits bort" ,
2020-09-10 10:19:12 +02:00
"descending" : "Nedåtgående" ,
2020-12-24 11:46:03 +01:00
"developer" : "Utvecklaren" ,
"donate_message" : "Stöd mig för fler uppdateringar!" ,
2021-01-22 20:32:30 +01:00
"download" : "Ladda ner" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} kan inte laddas ner" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} laddades ner" ,
2020-12-24 11:46:03 +01:00
"file_navigator_text" : "Bläddra i filen" ,
2020-12-21 21:27:22 +01:00
"first" : "Först" ,
2021-01-28 14:18:17 +01:00
"from" : "Från" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Lutning" ,
2020-09-10 10:19:12 +02:00
"last" : "Sista" ,
2021-01-27 17:18:34 +01:00
"left" : "Vänster" ,
2021-01-22 20:32:30 +01:00
"loading" : "Laddar {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Plats" ,
2020-12-24 11:46:03 +01:00
"order" : "Sekvens" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Föråldrad" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Vänligen vänta" ,
2021-01-27 17:18:34 +01:00
"right" : "Rätt" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} kan inte sparas" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} har sparats" ,
2020-09-10 10:19:12 +02:00
"server" : "Server" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Visar små märken för användare som stöder min Patreon" ,
"settings_showToasts_description" : "Visar plugin start och stopp toasts" ,
"settings_showToasts_note" : "Inaktivera den allmänna inställningen '{{var0}}' för BD-skivor innan du inaktiverar dem" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Standard toastposition" ,
"settings_toastPosition_note" : "Ändrar bara positionen för rostat bröd som skapats av mina plugins" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Öppna Länkar i Discord istället för din webbläsare" ,
2020-09-10 10:19:12 +02:00
"sort_by" : "Sortera efter" ,
2021-03-13 10:45:12 +01:00
"time" : "Tid" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Tidszon" ,
2021-01-28 14:18:17 +01:00
"to" : "Till" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} uppdaterades automatiskt eftersom din version var mycket föråldrad" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} har laddats" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} har startat" ,
"toast_plugin_stopped" : "{{var0}} har slutat" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_translated" : "översatt till {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} har lossats" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Uppdatering för {{var0}} kan inte laddas ner" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_updated" : "{{var0}} {{var1}} har ersatts med {{var2}} {{var3}}" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "Kontrollen av plugin-uppdateringen slutförd" ,
"update_check_complete_outdated" : "Kontrollen av plugin-uppdateringen slutförd - {{var0}} inaktuell!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Kontrollera plugins som stöder uppdateringskontrollen" ,
2020-09-10 10:19:12 +02:00
"update_notice_click" : "Klicka för att uppdatera!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Ladda om för att slutföra uppdateringen" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "Följande plugins måste uppdateras: " ,
"updated" : "Uppdaterad"
2020-12-21 21:27:22 +01:00
} ,
"th" : {
2021-02-22 20:52:51 +01:00
"add_to" : "เพิ่มใน{{var0}}" ,
2020-12-21 21:27:22 +01:00
"ascending" : "จากน้อยไปมาก" ,
2021-01-27 17:18:34 +01:00
"center" : "อยู่กึ่งกลาง" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "คุณสมบัติใหม่" ,
"changelog_fixed" : "การแก้ไขปัญหา" ,
"changelog_improved" : "การปรับปรุง" ,
"changelog_progress" : "ความคืบหน้า" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "ตรวจสอบสำหรับการอัพเดต" ,
2020-12-22 20:15:02 +01:00
"confirm" : "คุณแน่ใจไหม?" ,
2021-02-22 20:52:51 +01:00
"delete_fail" : "ไม่สามารถลบ{{var0}}ได้" ,
"delete_success" : "ลบ{{var0}}เรียบร้อยแล้ว" ,
2020-12-21 21:27:22 +01:00
"descending" : "จากมากไปน้อย" ,
2020-12-24 11:46:03 +01:00
"developer" : "ผู้พัฒนา" ,
"donate_message" : "สนับสนุนฉันสำหรับการอัปเดตเพิ่มเติม!" ,
2021-01-22 20:32:30 +01:00
"download" : "ดาวน์โหลด" ,
2021-02-22 20:52:51 +01:00
"download_fail" : "ไม่สามารถดาวน์โหลด{{var0}}" ,
"download_success" : "ดาวน์โหลด{{var0}}สำเร็จ" ,
2020-12-21 21:27:22 +01:00
"file_navigator_text" : "เรียกดูไฟล์" ,
"first" : "อันดับแรก" ,
2021-01-28 14:18:17 +01:00
"from" : "จาก" ,
2020-12-24 11:46:03 +01:00
"gradient" : "ไล่ระดับสี" ,
2020-12-21 21:27:22 +01:00
"last" : "ล่าสุด" ,
2021-01-27 17:18:34 +01:00
"left" : "ซ้าย" ,
2021-02-22 20:52:51 +01:00
"loading" : "กำลังโหลด{{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "สถานที่" ,
2020-12-24 11:46:03 +01:00
"order" : "ลำดับ" ,
2021-01-22 20:32:30 +01:00
"outdated" : "เก่า" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "โปรดรอ" ,
2021-01-27 17:18:34 +01:00
"right" : "ขวา" ,
2021-02-22 20:52:51 +01:00
"save_fail" : "ไม่สามารถบันทึก{{var0}}ได้" ,
"save_success" : "บันทึก{{var0}}เรียบร้อยแล้ว" ,
2020-12-21 21:27:22 +01:00
"server" : "เซิร์ฟเวอร์" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "แสดงป้ายขนาดเล็กสำหรับผู้ใช้ที่สนับสนุน Patreon ของฉัน" ,
"settings_showToasts_description" : "แสดงปลั๊กอินเริ่มและหยุดขนมปังปิ้ง" ,
"settings_showToasts_note" : "ปิดการใช้งานการตั้งค่าทั่วไป '{{var0}}' ของ BD ก่อนปิดใช้งาน" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "ตำแหน่งขนมปังเริ่มต้น" ,
"settings_toastPosition_note" : "เปลี่ยนเฉพาะตำแหน่งของขนมปังที่สร้างโดยปลั๊กอินของฉัน" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "เปิดลิงค์ใน Discord แทนเบราว์เซอร์ของคุณ" ,
2020-12-24 11:46:03 +01:00
"sort_by" : "จัดเรียงตาม" ,
2021-03-13 10:45:12 +01:00
"time" : "เวลา" ,
2021-05-15 15:27:15 +02:00
"timezone" : "เขตเวลา" ,
2021-01-28 14:18:17 +01:00
"to" : "ถึง" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} ได้รับการอัปเดตโดยอัตโนมัติเนื่องจากเวอร์ชันของคุณล้าสมัยมาก" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "โหลด {{var0}} แล้ว" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} เริ่มแล้ว" ,
"toast_plugin_stopped" : "{{var0}} หยุดทำงาน" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_translated" : "แปลเป็น {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "ยกเลิกการโหลด {{var0}} แล้ว" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "ไม่สามารถดาวน์โหลดการอัปเดตสำหรับ {{var0}}" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_updated" : "{{var0}} {{var1}} ถูกแทนที่ด้วย {{var2}} {{var3}}" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "การตรวจสอบการอัปเดตปลั๊กอินเสร็จสมบูรณ์" ,
"update_check_complete_outdated" : "การตรวจสอบการอัปเดตปลั๊กอินเสร็จสมบูรณ์ - {{var0}} ล้าสมัย!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "ตรวจสอบปลั๊กอินที่รองรับการตรวจสอบการอัปเดต" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "คลิกเพื่ออัพเดท!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "โหลดซ้ำเพื่ออัปเดตให้เสร็จสมบูรณ์" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "จำเป็นต้องอัปเดตปลั๊กอินต่อไปนี้: " ,
"updated" : "อัปเดตแล้ว"
2020-09-10 10:19:12 +02:00
} ,
"tr" : {
2020-12-22 20:50:59 +01:00
"add_to" : "{{var0}} ekle" ,
2020-12-21 21:27:22 +01:00
"ascending" : "Artan" ,
2021-01-27 17:18:34 +01:00
"center" : "Ortalanmı ş" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Yeni özellikler" ,
"changelog_fixed" : "Sorun giderme" ,
"changelog_improved" : "İyileştirmeler" ,
"changelog_progress" : "Ilerleme" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Güncellemeleri kontrol et" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Emin misiniz?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} silinemez" ,
"delete_success" : "{{var0}} başarı yla silindi" ,
2020-09-10 10:19:12 +02:00
"descending" : "Azalan" ,
2020-12-24 11:46:03 +01:00
"developer" : "Geliştirici" ,
"donate_message" : "Daha fazla güncelleme için beni destekleyin!" ,
2021-01-22 20:32:30 +01:00
"download" : "İndir" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} indirilemez" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} başarı yla indirildi" ,
2020-12-21 21:27:22 +01:00
"file_navigator_text" : "Dosyaya Gözat" ,
"first" : "İlk" ,
2021-01-28 14:18:17 +01:00
"from" : "Nereden" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Gradyan" ,
2020-09-10 10:19:12 +02:00
"last" : "Son" ,
2021-01-27 17:18:34 +01:00
"left" : "Ayrı ldı " ,
2021-01-22 20:37:00 +01:00
"loading" : "Yükleniyor {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Yer" ,
2020-12-24 11:46:03 +01:00
"order" : "Sı ra" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Modası geçmiş" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Lütfen bekle" ,
2021-01-27 17:18:34 +01:00
"right" : "Sağ" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} kaydedilemez" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} başarı yla kaydedildi" ,
2020-09-10 10:19:12 +02:00
"server" : "Sunucu" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Patreon'umu destekleyen kullanı cı lar için küçük rozetler gösterir" ,
"settings_showToasts_description" : "Eklenti başlangı ç ve bitiş tostları nı gösterir" ,
"settings_showToasts_note" : "Devre dı şı bı rakmadan önce BD'lerin genel ayarı nı '{{var0}}' devre dı şı bı rakı n" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Varsayı lan Tost Konumu" ,
2021-02-05 19:03:03 +01:00
"settings_toastPosition_note" : "Yalnı zca Eklentileri tarafı ndan oluşturulan Toastları n Konumunu değiştirir" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Tarayı cı nı z yerine Discord'da Bağlantı ları Açı n" ,
2020-09-10 10:19:12 +02:00
"sort_by" : "Göre sı rala" ,
2021-03-13 10:45:12 +01:00
"time" : "Zaman" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Saat dilimi" ,
2021-01-28 14:18:17 +01:00
"to" : "İçin" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "Sürümünüz çok eski olduğu için {{var0}} otomatik olarak güncellendi" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} yüklendi" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} başladı " ,
"toast_plugin_stopped" : "{{var0}} durdu" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_translated" : "{{var0}} diline çevrildi" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} kaldı rı ldı " ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "{{var0}} için güncelleme indirilemiyor" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_updated" : "{{var0}} {{var1}}, {{var2}} {{var3}} ile değiştirildi" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "Eklenti güncelleme kontrolü tamamlandı " ,
"update_check_complete_outdated" : "Eklenti güncelleme kontrolü tamamlandı - {{var0}} güncel değil!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Güncelleme Kontrolünü destekleyen Eklentileri kontrol edin" ,
2020-09-10 10:19:12 +02:00
"update_notice_click" : "Güncellemek için tı klayı n!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Güncellemeyi tamamlamak için yeniden yükleyin" ,
2021-02-05 19:03:03 +01:00
"update_notice_update" : "Aşağı daki Eklentileri güncellenmesi gerekiyor: " ,
2021-01-22 20:32:30 +01:00
"updated" : "Güncellenmiş"
2020-09-10 10:19:12 +02:00
} ,
"uk" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Додати до {{var0}}" ,
2020-12-21 21:27:22 +01:00
"ascending" : "Висхідний" ,
2021-01-27 17:18:34 +01:00
"center" : "По центру" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Нові можливості" ,
"changelog_fixed" : "Вирішення проблем" ,
"changelog_improved" : "Покращення" ,
"changelog_progress" : "Прогрес" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Перевірити наявність оновлень" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Ти впевнений?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} не можна видалити" ,
"delete_success" : "{{var0}} успішно видалено" ,
2020-12-21 21:27:22 +01:00
"descending" : "З а спаданням" ,
2020-12-24 11:46:03 +01:00
"developer" : "Розробник" ,
"donate_message" : "Підтримайте мене, щоб отримати більше оновлень!" ,
2021-01-22 20:32:30 +01:00
"download" : "Завантажити" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} не можна завантажити" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} завантажено успішно" ,
2020-12-21 21:27:22 +01:00
"file_navigator_text" : "Переглянути файл" ,
"first" : "Спочатку" ,
2021-01-28 14:18:17 +01:00
"from" : "Від" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Градієнт" ,
2020-09-10 10:19:12 +02:00
"last" : "Останній" ,
2021-01-27 17:18:34 +01:00
"left" : "Ліворуч" ,
2021-01-22 20:32:30 +01:00
"loading" : "Завантаження {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Розташування" ,
2020-12-24 11:46:03 +01:00
"order" : "Послідовність" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Застарілий" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Задоволення почекайте" ,
2021-01-27 17:18:34 +01:00
"right" : "Правильно" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} не можна зберегти" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} успішно збережено" ,
2020-09-10 10:19:12 +02:00
"server" : "Сервер" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Показує невеликі значки для користувачів, які підтримують мій Patreon" ,
"settings_showToasts_description" : "Показує тости запуску та зупинки плагіна" ,
"settings_showToasts_note" : "Вимкніть загальне налаштування '{{var0}}' BD, перш ніж їх вимикати" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Позиція тостів за замовчуванням" ,
2021-02-05 19:03:03 +01:00
"settings_toastPosition_note" : "Змінює лише позицію тостів, створених моїми плагіни" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Відкрийте посилання в Discord замість браузера" ,
2020-09-10 10:19:12 +02:00
"sort_by" : "Сортувати за" ,
2021-03-13 10:45:12 +01:00
"time" : "Час" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Часовий пояс" ,
2021-01-28 14:18:17 +01:00
"to" : "До" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} було автоматично оновлено, оскільки ваша версія була дуже застарілою" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} завантажено" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_started" : "{{var0}} розпочато" ,
"toast_plugin_stopped" : "{{var0}} зупинено" ,
"toast_plugin_translated" : "перекладено на {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} вивантажено" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Н е вдається завантажити оновлення для {{var0}}" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_updated" : "{{var0}} {{var1}} замінено на {{var2}} {{var3}}" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "Завершено перевірку оновлення плагіна" ,
"update_check_complete_outdated" : "Завершено перевірку оновлення плагіна - {{var0}} застаріло!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Перевірте плагіни, які підтримують перевірку оновлення" ,
2020-09-10 10:19:12 +02:00
"update_notice_click" : "Натисніть, щоб оновити!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Перезавантажте, щоб завершити оновлення" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "Потрібно оновити такі плагіни: " ,
"updated" : "Оновлено"
2020-12-21 21:27:22 +01:00
} ,
"vi" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Thêm vào {{var0}}" ,
2020-12-21 21:27:22 +01:00
"ascending" : "Tăng dần" ,
2021-01-27 17:18:34 +01:00
"center" : "Căn giữa" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "Các tính năng mới" ,
"changelog_fixed" : "Xử lý sự cố" ,
"changelog_improved" : "Cải tiến" ,
"changelog_progress" : "Phát triển" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Kiểm tra cập nhật" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Bạn có chắc không?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} không thể bị xóa" ,
"delete_success" : "Đã xóa {{var0}} thành công" ,
2020-12-21 21:27:22 +01:00
"descending" : "Giảm dần" ,
2020-12-24 11:46:03 +01:00
"developer" : "Người phát triển" ,
"donate_message" : "Hỗ trợ tôi để cập nhật thêm!" ,
2021-01-22 20:32:30 +01:00
"download" : "Tải xuống" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "Không thể tải xuống {{var0}}" ,
2021-01-23 15:22:16 +01:00
"download_success" : "Đã tải xuống {{var0}} thành công" ,
2020-12-21 21:27:22 +01:00
"file_navigator_text" : "Chọn thư mục" ,
"first" : "Đầu tiên" ,
2021-01-28 14:18:17 +01:00
"from" : "Từ" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Dốc" ,
2020-12-21 21:27:22 +01:00
"last" : "Cuối cùng" ,
2021-01-27 17:18:34 +01:00
"left" : "Trái" ,
2021-01-22 20:32:30 +01:00
"loading" : "Đang tải {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Vị trí" ,
2020-12-24 11:46:03 +01:00
"order" : "Sự nối tiếp" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Lỗi thời" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "Hân hạnh chờ đợi" ,
2021-01-27 17:18:34 +01:00
"right" : "Đúng" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} không thể lưu được" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} đã được lưu thành công" ,
2020-12-21 21:27:22 +01:00
"server" : "Người phục vụ" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "Hiển thị các huy hiệu nhỏ cho những người dùng ủng hộ Patreon của tôi" ,
"settings_showToasts_description" : "Hiển thị plugin bắt đầu và dừng nâng cốc" ,
"settings_showToasts_note" : "Tắt cài đặt chung '{{var0}}' của BD trước khi tắt chúng" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Vị trí bánh mì nướng mặc định" ,
2021-02-05 19:03:03 +01:00
"settings_toastPosition_note" : "Chỉ thay đổi Vị trí của Bánh nướng được tạo bởi plugins của tôi" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Mở Liên kết trong Discord thay vì Trình duyệt của bạn" ,
2020-12-21 21:27:22 +01:00
"sort_by" : "Sắp xếp theo" ,
2021-03-13 10:45:12 +01:00
"time" : "Thời gian" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Múi giờ" ,
2021-01-28 14:18:17 +01:00
"to" : "Đến" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} đã được cập nhật tự động vì phiên bản của bạn đã rất lỗi thời" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} đã được tải" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} đã bắt đầu" ,
"toast_plugin_stopped" : "{{var0}} đã dừng" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_translated" : "đã dịch sang {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} đã được tải xuống" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "Không thể tải xuống bản cập nhật cho {{var0}}" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_updated" : "{{var0}} {{var1}} đã được thay thế bằng {{var2}} {{var3}}" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "Đã hoàn tất kiểm tra cập nhật plugin" ,
"update_check_complete_outdated" : "Đã hoàn tất kiểm tra cập nhật plugin - {{var0}} đã lỗi thời!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Kiểm tra các plugins hỗ trợ Kiểm tra cập nhật" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "Bấm để cập nhật!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Tải lại để hoàn tất cập nhật" ,
2021-02-05 19:03:03 +01:00
"update_notice_update" : "Các plugins sau cần được cập nhật: " ,
2021-01-22 20:32:30 +01:00
"updated" : "Đã cập nhật"
2020-12-21 21:27:22 +01:00
} ,
2021-01-15 17:54:22 +01:00
"zh-CN" : {
2020-12-22 20:50:59 +01:00
"add_to" : "添加到 {{var0}}" ,
2020-12-21 21:27:22 +01:00
"ascending" : "上升" ,
2021-01-27 17:18:34 +01:00
"center" : "居中" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "新的功能" ,
"changelog_fixed" : "故障排除" ,
"changelog_improved" : "改进之处" ,
"changelog_progress" : "进展" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "检查更新" ,
2020-12-22 20:15:02 +01:00
"confirm" : "你确定吗?" ,
2021-02-12 18:15:18 +01:00
"delete_fail" : "{{var0}} 无法删除" ,
"delete_success" : "{{var0}} 成功删除" ,
2020-12-21 21:27:22 +01:00
"descending" : "降序" ,
2020-12-24 11:46:03 +01:00
"developer" : "开发商" ,
"donate_message" : "支持我更多更新!" ,
2021-01-22 20:32:30 +01:00
"download" : "下载" ,
2021-02-12 18:15:18 +01:00
"download_fail" : "{{var0}} 无法下载" ,
"download_success" : "{{var0}} 已成功下载" ,
2020-12-21 21:27:22 +01:00
"file_navigator_text" : "浏览文件" ,
"first" : "第一" ,
2021-01-28 14:18:17 +01:00
"from" : "从" ,
2020-12-24 11:46:03 +01:00
"gradient" : "梯度" ,
2020-12-21 21:27:22 +01:00
"last" : "持续" ,
2021-01-27 17:18:34 +01:00
"left" : "剩下" ,
2021-01-22 20:37:00 +01:00
"loading" : "正在加载 {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "地点" ,
2020-12-24 11:46:03 +01:00
"order" : "顺序" ,
2021-01-22 20:32:30 +01:00
"outdated" : "过时的" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "请稍等" ,
2021-01-27 17:18:34 +01:00
"right" : "对" ,
2021-02-12 18:15:18 +01:00
"save_fail" : "{{var0}} 无法保存" ,
"save_success" : "{{var0}} 保存成功" ,
2020-12-21 21:27:22 +01:00
"server" : "服务器" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "为支持我的 Patreon 的用户显示小徽章" ,
"settings_showToasts_description" : "显示插件开始和停止烤面包" ,
"settings_showToasts_note" : "禁用 BD 的常规设置 '{{var0}}' 之前将其禁用" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "默认吐司位置" ,
"settings_toastPosition_note" : "仅更改由我的插件创建的吐司位置" ,
2021-01-15 17:54:22 +01:00
"settings_useChromium_description" : "在 Discord (而不是浏览器)中打开链接" ,
2020-12-21 21:27:22 +01:00
"sort_by" : "排序方式" ,
2021-03-13 10:45:12 +01:00
"time" : "时间" ,
2021-05-15 15:27:15 +02:00
"timezone" : "时区" ,
2021-01-28 14:18:17 +01:00
"to" : "至" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} 已自动更新,因为您的版本已过时" ,
2021-02-12 18:15:18 +01:00
"toast_plugin_loaded" : "{{var0}} 已加载" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} 已开始" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_stopped" : "{{var0}} 已停止" ,
"toast_plugin_translated" : "转换为 {{var0}}" ,
2021-02-12 18:15:18 +01:00
"toast_plugin_unloaded" : "{{var0}} 已卸载" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "无法下载 {{var0}} 的更新" ,
2020-12-21 21:27:22 +01:00
"toast_plugin_updated" : "{{var0}} {{var1}} 已替换为 {{var2}} {{var3}}" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "插件更新检查完成" ,
2021-01-22 17:04:49 +01:00
"update_check_complete_outdated" : "插件更新检查完成 - {{var0}} 已过期!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "检查支持更新检查的插件" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "点击更新!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "重新加载以完成更新" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "以下插件需要更新: " ,
"updated" : "更新"
2020-09-10 10:19:12 +02:00
} ,
"zh-TW" : {
2020-12-22 20:50:59 +01:00
"add_to" : "添加到 {{var0}}" ,
2020-09-10 10:19:12 +02:00
"ascending" : "上升" ,
2021-01-27 17:18:34 +01:00
"center" : "居中" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "新的功能" ,
"changelog_fixed" : "故障排除" ,
"changelog_improved" : "改進之處" ,
"changelog_progress" : "進展" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "檢查更新" ,
2020-12-22 20:15:02 +01:00
"confirm" : "你確定嗎?" ,
2021-02-12 18:15:18 +01:00
"delete_fail" : "{{var0}} 無法刪除" ,
"delete_success" : "{{var0}} 成功刪除" ,
2020-09-10 10:19:12 +02:00
"descending" : "降序" ,
2020-12-24 11:46:03 +01:00
"developer" : "開發商" ,
"donate_message" : "支持我更多更新!" ,
2021-01-22 20:32:30 +01:00
"download" : "下載" ,
2021-02-12 18:15:18 +01:00
"download_fail" : "{{var0}} 無法下載" ,
"download_success" : "{{var0}} 已成功下載" ,
2020-09-10 10:19:12 +02:00
"file_navigator_text" : "瀏覽文件" ,
2020-12-21 21:27:22 +01:00
"first" : "第一" ,
2021-01-28 14:18:17 +01:00
"from" : "從" ,
2020-12-24 11:46:03 +01:00
"gradient" : "梯度" ,
2020-12-21 21:27:22 +01:00
"last" : "持續" ,
2021-01-27 17:18:34 +01:00
"left" : "剩下" ,
2021-01-22 20:37:00 +01:00
"loading" : "正在加載 {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "地點" ,
2020-12-24 11:46:03 +01:00
"order" : "順序" ,
2021-01-22 20:32:30 +01:00
"outdated" : "過時的" ,
2021-01-23 15:22:16 +01:00
"please_wait" : "請稍等" ,
2021-01-27 17:18:34 +01:00
"right" : "對" ,
2021-02-12 18:15:18 +01:00
"save_fail" : "{{var0}} 無法保存" ,
"save_success" : "{{var0}} 保存成功" ,
2020-12-21 21:27:22 +01:00
"server" : "服務器" ,
2020-12-24 11:46:03 +01:00
"settings_showSupportBadges_description" : "為支持我的 Patreon 的用戶顯示小徽章" ,
"settings_showToasts_description" : "顯示插件開始和停止烤麵包" ,
"settings_showToasts_note" : "禁用 BD 的常規設置 '{{var0}}' 之前將其禁用" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "默認吐司位置" ,
"settings_toastPosition_note" : "僅更改由我的插件創建的吐司位置" ,
2021-01-15 17:54:22 +01:00
"settings_useChromium_description" : "在 Discord (而不是瀏覽器)中打開鏈接" ,
2020-09-10 10:19:12 +02:00
"sort_by" : "排序方式" ,
2021-03-13 10:45:12 +01:00
"time" : "時間" ,
2021-05-15 15:27:15 +02:00
"timezone" : "時區" ,
2021-01-28 14:18:17 +01:00
"to" : "至" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_force_updated" : "{{var0}} 已自動更新,因為您的版本已過時" ,
2021-02-12 18:15:18 +01:00
"toast_plugin_loaded" : "{{var0}} 已加載" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_started" : "{{var0}} 已開始" ,
2020-12-22 20:50:59 +01:00
"toast_plugin_stopped" : "{{var0}} 已停止" ,
"toast_plugin_translated" : "轉換為 {{var0}}" ,
2021-02-12 18:15:18 +01:00
"toast_plugin_unloaded" : "{{var0}} 已被卸載" ,
2020-12-24 11:46:03 +01:00
"toast_plugin_update_failed" : "無法下載 {{var0}} 的更新" ,
"toast_plugin_updated" : "{{var0}} {{var1}} 已替換為 {{var2}} {{var3}}" ,
"update_check_complete" : "插件更新檢查完成" ,
2021-01-22 17:04:49 +01:00
"update_check_complete_outdated" : "插件更新檢查完成 - {{var0}} 已過期!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "檢查支持更新檢查的插件" ,
2020-12-21 21:27:22 +01:00
"update_notice_click" : "點擊更新!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "重新加載以完成更新" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "以下插件需要更新: " ,
"updated" : "更新"
2020-09-10 10:19:12 +02:00
} ,
"default" : {
2020-12-22 20:50:59 +01:00
"add_to" : "Add to {{var0}}" ,
2020-09-10 10:19:12 +02:00
"ascending" : "Ascending" ,
2021-01-27 17:18:34 +01:00
"center" : "Centered" ,
2020-12-24 11:46:03 +01:00
"changelog_added" : "New Features" ,
"changelog_fixed" : "Bug Fixes" ,
"changelog_improved" : "Improvements" ,
"changelog_progress" : "Progress" ,
2021-02-12 18:10:10 +01:00
"check_for_updates" : "Check for Updates" ,
2020-12-22 20:15:02 +01:00
"confirm" : "Are you sure?" ,
2021-01-22 20:32:30 +01:00
"delete_fail" : "{{var0}} cannot be deleted" ,
"delete_success" : "{{var0}} deleted successfully" ,
2020-09-10 10:19:12 +02:00
"descending" : "Descending" ,
2020-12-24 11:46:03 +01:00
"developer" : "Developer" ,
"donate_message" : "Support me to receive further Updates!" ,
2021-01-22 20:32:30 +01:00
"download" : "Download" ,
2021-01-22 20:57:07 +01:00
"download_fail" : "{{var0}} cannot be downloaded" ,
2021-01-23 15:22:16 +01:00
"download_success" : "{{var0}} downloaded successfully" ,
2020-09-10 10:19:12 +02:00
"file_navigator_text" : "Browse File" ,
"first" : "First" ,
2021-01-28 14:18:17 +01:00
"from" : "From" ,
2020-12-24 11:46:03 +01:00
"gradient" : "Gradient" ,
2020-09-10 10:19:12 +02:00
"last" : "Last" ,
2021-01-27 17:18:34 +01:00
"left" : "Left" ,
2021-01-22 20:32:30 +01:00
"loading" : "Loading {{var0}}" ,
2021-05-15 15:27:15 +02:00
"location" : "Location" ,
2020-09-10 10:19:12 +02:00
"order" : "Order" ,
2021-01-22 20:32:30 +01:00
"outdated" : "Outdated" ,
2021-01-24 08:48:44 +01:00
"please_wait" : "Please wait" ,
2021-01-27 17:18:34 +01:00
"right" : "Right" ,
2021-01-22 20:57:07 +01:00
"save_fail" : "{{var0}} cannot be saved" ,
2021-01-23 15:22:16 +01:00
"save_success" : "{{var0}} saved successfully" ,
2020-09-10 10:19:12 +02:00
"server" : "Server" ,
2021-01-22 17:04:49 +01:00
"settings_showSupportBadges_description" : "Shows small Badges for Users who support my Patreon" ,
2020-12-24 11:46:03 +01:00
"settings_showToasts_description" : "Shows Plugin start and stop Toasts" ,
"settings_showToasts_note" : "Disable BDs general '{{var0}}' setting before disabling this" ,
2021-01-27 17:18:34 +01:00
"settings_toastPosition_description" : "Default Toast Position" ,
"settings_toastPosition_note" : "Only changes Position of Toasts created by my Plugins" ,
2021-01-10 11:55:06 +01:00
"settings_useChromium_description" : "Open Links in Discord instead of your Browser" ,
2020-09-10 10:19:12 +02:00
"sort_by" : "Sort by" ,
2021-03-13 10:45:12 +01:00
"time" : "Time" ,
2021-05-15 15:27:15 +02:00
"timezone" : "Timezone" ,
2021-01-28 14:18:17 +01:00
"to" : "To" ,
2021-02-05 18:07:25 +01:00
"toast_plugin_force_updated" : "{{var0}} was automatically updated because your Version is heavily outdated" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_loaded" : "{{var0}} has been loaded" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_started" : "{{var0}} has been started" ,
"toast_plugin_stopped" : "{{var0}} has been stopped" ,
"toast_plugin_translated" : "translated to {{var0}}" ,
2021-01-22 20:32:30 +01:00
"toast_plugin_unloaded" : "{{var0}} has been unloaded" ,
"toast_plugin_update_failed" : "Update for {{var0}} cannot be downloaded" ,
2020-09-28 17:19:47 +02:00
"toast_plugin_updated" : "{{var0}} {{var1}} has been replaced by {{var2}} {{var3}}" ,
2020-12-24 11:46:03 +01:00
"update_check_complete" : "Plugin Update Check completed" ,
"update_check_complete_outdated" : "Plugin Update Check completed - {{var0}} outdated!" ,
2021-02-05 19:03:03 +01:00
"update_check_info" : "Check Plugins that support the Update Check" ,
2020-09-10 10:19:12 +02:00
"update_notice_click" : "Click to update!" ,
2020-12-24 11:46:03 +01:00
"update_notice_reload" : "Reload to complete the Update" ,
2021-01-22 20:32:30 +01:00
"update_notice_update" : "The following Plugins need to be updated: " ,
"updated" : "Updated"
2020-09-10 10:19:12 +02:00
}
} ,
"BDFDB_Patrons" : {
2021-05-31 22:16:42 +02:00
"467514600934604801" : { "active" : true , "tier" : "t3" , "text" : "" , "id" : "star (adria)" } ,
2021-05-27 20:19:55 +02:00
"446396928092274720" : { "active" : true , "tier" : "t3" , "text" : "Existing..." , "id" : "Sayori (SaySa)" } ,
2021-05-27 19:01:15 +02:00
"760784464560914452" : { "active" : true , "tier" : "t3" , "text" : "Keyra" , "id" : "Keyra (PaCu)" } ,
2021-05-22 16:48:01 +02:00
"266072167349747712" : { "active" : true , "tier" : "t3" , "text" : "King" , "id" : "Duckx (dogu)" } ,
2021-05-13 20:11:04 +02:00
"646354877336911884" : { "active" : true , "tier" : "t3" , "text" : "" , "id" : "case (kharri)" } ,
"431078101997584395" : { "active" : true , "tier" : "t2" , "text" : "" , "id" : "LEMI (f4g8)" } ,
"268824390337036298" : { "active" : true , "tier" : "t2" , "text" : "" , "id" : "lonelyw0lf (GriWa)" } ,
"354191516979429376" : { "active" : true , "tier" : "t2" , "text" : "" , "id" : "HypedDomi (DoBu)" } ,
"596006086511689748" : { "active" : true , "tier" : "t2" , "text" : "" , "id" : "Marshtomp (DsOp)" } ,
"341383936984875020" : { "active" : true , "tier" : "t3" , "text" : "" , "id" : "dannycoch (DaCo)" } ,
"121188168002174976" : { "active" : true , "tier" : "t2" , "text" : "" , "id" : "Aven (Syn)" } ,
2021-05-15 07:23:15 +02:00
"264486632525135883" : { "active" : true , "tier" : "t3" , "text" : "" , "id" : "strix (A1C)" } ,
2021-05-13 20:11:04 +02:00
"363785301195358221" : { "active" : true , "tier" : "t2" , "text" : "" , "id" : "TRENT (KABEL)" } ,
2021-05-28 17:42:40 +02:00
"174868361040232448" : { "active" : false , "tier" : "t2" , "text" : "" , "id" : "GIBBU (Ian) Note: Asked to disable" } ,
2021-05-13 20:11:04 +02:00
"443943393660239872" : { "active" : true , "tier" : "t3" , "text" : "" , "id" : "SARGE (PaSh)" } ,
"620397524494057513" : { "active" : true , "tier" : "t3" , "text" : "" , "id" : "FUSL" } ,
2021-05-22 16:52:45 +02:00
"838434341197316126" : { "active" : true , "tier" : "t4" , "text" : "Allmächtig" , "id" : "ZeroAccess" }
2021-05-13 10:59:26 +02:00
} ,
2021-05-13 20:11:04 +02:00
"BDFDB_Patron_Tiers" : {
"t1" : {
"text" : ""
} ,
"t2" : {
"text" : "BDFDB Patron"
} ,
"t3" : {
"text" : "BDFDB Patron+"
} ,
"t4" : {
"text" : "BDFDB Special Supporter"
}
}
2020-09-23 22:56:46 +02:00
}