Update 0BDFDB.data.json
This commit is contained in:
parent
ed5c49d20e
commit
1e540b53c9
|
@ -577,11 +577,13 @@
|
|||
"UserPopout": {"strings": ["{user:", "userId:", "\"Unexpected missing user\")", "getUser"], "noSearch": true},
|
||||
"UserPopoutAvatar": {"strings": [".avatarDecorationHint", ".VIEW_PROFILE"], "noSearch": true},
|
||||
"UserPopoutBody": {"strings": ["customStatusActivity:", "canDM:", "hidePersonalInformation:", "showCopiableUsername:"]},
|
||||
"UserPopoutBodySimplified": {"strings": [".BITE_SIZE", "hidePersonalInformation", "onOpenProfile:", "getRelationshipType"]},
|
||||
"UserPopoutMemberSince": {"strings": [".title,", "textClassName:", ".USER_PROFILE_MEMBER_SINCE"]},
|
||||
"UserProfile": {"strings": [".PROFILE_MODAL", "USER_INFO_CONNECTIONS", ".topSection"], "noSearch": true},
|
||||
"UserProfileBody": {"strings": [".userInfoSectionHeader", "Messages.NOTE", "connectedAccounts:"], "noSearch": true},
|
||||
"UserProfileHeader": {"strings": ["friendToken:", ".additionalActionsIcon", "onMessage"], "noSearch": true},
|
||||
"UserProfileInfoSection": {"strings": ["userInfoText", ".USER_PROFILE_MEMBER_SINCE"], "noSearch": true},
|
||||
"UserProfileInfoSectionSimplified": {"strings": ["trackUserProfileAction:", "\"PRESS_APP_CONNECTION\"", "onUpdate"], "noSearch": true},
|
||||
"UserProfileMutualFriends": {"strings": [".getMutualFriends", ".listScroller", ".emptyText"]},
|
||||
"UserProfileMutualGuilds": {"strings": [".getMutualGuilds", ".listScroller", ".emptyText"]},
|
||||
"UserProfileUsername": {"strings": [".customStatusEmoji", ".customStatusSoloEmoji", ".findActivity(", ".CUSTOM_STATUS"], "noSearch": true},
|
||||
|
@ -1358,7 +1360,8 @@
|
|||
"themeDark": "theme-dark",
|
||||
"themeLight": "theme-light",
|
||||
"themeUndefined": "theme-undefined",
|
||||
"userPopoutNote": "note_ba0c31"
|
||||
"userPopoutNote": "note_ba0c31",
|
||||
"userProfileSection": "section_ba4d80"
|
||||
},
|
||||
"Toast": {
|
||||
"avatar": "avatar_3xmbmC",
|
||||
|
@ -3192,6 +3195,7 @@
|
|||
"textareacharcounter": ["ChannelTextAreaCharCounter", "characterCount"],
|
||||
"textareacharcountererror": ["ChannelTextAreaCharCounter", "error"],
|
||||
"textareacharcounterupsell": ["ChannelTextAreaCharCounter", "upsell"],
|
||||
"textareacontainer": ["ChannelTextArea", "channelTextAreaContainer"],
|
||||
"textareadisabled": ["ChannelTextArea", "textAreaDisabled"],
|
||||
"textareafontsize12padding": ["ChannelTextArea", "fontSize12Padding"],
|
||||
"textareafontsize14padding": ["ChannelTextArea", "fontSize14Padding"],
|
||||
|
@ -3355,6 +3359,7 @@
|
|||
"userprofilemodal": ["UserProfile", "root"],
|
||||
"userprofilenametag": ["UserProfileUsernameSection", "nameTag"],
|
||||
"userprofileouter": ["UserTheme", "userProfileModalOuter"],
|
||||
"userprofilesection": ["NotFound", "userProfileSection"],
|
||||
"userprofileusername": ["UserProfileUsernameSection", "username"],
|
||||
"username": ["NameTag", "username"],
|
||||
"usernotepopout": ["NotFound", "userPopoutNote"],
|
||||
|
|
Loading…
Reference in New Issue