Changes of com.discord v1293

This commit is contained in:
root 2020-10-08 18:27:51 +00:00
parent ae88c8612e
commit 3fb0a3c9a1
1077 changed files with 45259 additions and 35834 deletions

View file

@ -105,6 +105,7 @@
<dimen name="avatar_size_hero">128.0dip</dimen>
<dimen name="avatar_size_large">46.0dip</dimen>
<dimen name="avatar_size_medium">24.0dip</dimen>
<dimen name="avatar_size_reply">16.0dip</dimen>
<dimen name="avatar_size_small">18.0dip</dimen>
<dimen name="avatar_size_standard">32.0dip</dimen>
<dimen name="avatar_size_unrestricted">0.0dip</dimen>

View file

@ -497,6 +497,7 @@
<item type="id" name="chat_list_adapter_item_private_channel_start_header" />
<item type="id" name="chat_list_adapter_item_private_channel_start_image" />
<item type="id" name="chat_list_adapter_item_private_channel_start_text" />
<item type="id" name="chat_list_adapter_item_reply_leading_views" />
<item type="id" name="chat_list_adapter_item_sticker" />
<item type="id" name="chat_list_adapter_item_subheader" />
<item type="id" name="chat_list_adapter_item_system_icon" />
@ -504,6 +505,11 @@
<item type="id" name="chat_list_adapter_item_system_timestamp" />
<item type="id" name="chat_list_adapter_item_text" />
<item type="id" name="chat_list_adapter_item_text_avatar" />
<item type="id" name="chat_list_adapter_item_text_decorator" />
<item type="id" name="chat_list_adapter_item_text_decorator_avatar" />
<item type="id" name="chat_list_adapter_item_text_decorator_reply_line1" />
<item type="id" name="chat_list_adapter_item_text_decorator_reply_link_icon" />
<item type="id" name="chat_list_adapter_item_text_decorator_reply_name" />
<item type="id" name="chat_list_adapter_item_text_header" />
<item type="id" name="chat_list_adapter_item_text_name" />
<item type="id" name="chat_list_adapter_item_text_tag" />
@ -1867,6 +1873,8 @@
<item type="id" name="save_non_transition_alpha" />
<item type="id" name="save_overlay_view" />
<item type="id" name="scale_scroll_wheel" />
<item type="id" name="screen_share_nfx_cancel_button" />
<item type="id" name="screen_share_nfx_cta" />
<item type="id" name="screen_title_subtitle" />
<item type="id" name="screen_title_title" />
<item type="id" name="scrollIndicatorDown" />
@ -2076,8 +2084,10 @@
<item type="id" name="settings_account_avatar_edit" />
<item type="id" name="settings_account_avatar_wrap" />
<item type="id" name="settings_account_change_password" />
<item type="id" name="settings_account_edit" />
<item type="id" name="settings_account_email" />
<item type="id" name="settings_account_email_container" />
<item type="id" name="settings_account_email_label" />
<item type="id" name="settings_account_email_text" />
<item type="id" name="settings_account_information_data_wrap" />
<item type="id" name="settings_account_mfa_container" />
<item type="id" name="settings_account_mfa_disabled_container" />
<item type="id" name="settings_account_mfa_enable" />
@ -2096,6 +2106,9 @@
<item type="id" name="settings_account_sms_backup" />
<item type="id" name="settings_account_sms_phone" />
<item type="id" name="settings_account_tag" />
<item type="id" name="settings_account_tag_container" />
<item type="id" name="settings_account_tag_label" />
<item type="id" name="settings_account_tag_text" />
<item type="id" name="settings_account_verification" />
<item type="id" name="settings_account_verification_resend" />
<item type="id" name="settings_account_view_backup_codes" />

View file

@ -742,21 +742,16 @@
<item quantity="zero">No limit</item>
<item quantity="one">1 use</item>
</plurals>
<plurals name="member_verification_num_emojis_emojis">
<item quantity="other">%s server emojis</item>
<item quantity="zero">no server emoji</item>
<item quantity="one">%s server emoji</item>
</plurals>
<plurals name="members_header_members">
<item quantity="other">%s Members</item>
<item quantity="zero">No Members</item>
<item quantity="one">1 Member</item>
</plurals>
<plurals name="message_count_count">
<item quantity="other">%s messages</item>
<item quantity="zero">No messages</item>
<item quantity="one">1 message</item>
</plurals>
<plurals name="message_count_in_thread_count">
<item quantity="other">%s messages</item>
<item quantity="zero">No messages</item>
<item quantity="one">1 message</item>
</plurals>
<plurals name="mtrl_badge_content_description">
<item quantity="other">%d new notifications</item>
<item quantity="one">%d new notification</item>
@ -777,11 +772,6 @@
<item quantity="other">%s days</item>
<item quantity="one">one day</item>
</plurals>
<plurals name="num_active_threads_count">
<item quantity="other">%s Active Threads</item>
<item quantity="zero">Browse Threads</item>
<item quantity="one">1 Active Thread</item>
</plurals>
<plurals name="num_channels_num">
<item quantity="other">%s channels</item>
<item quantity="one">%s channel</item>
@ -1062,11 +1052,6 @@
<item quantity="other">%s Server Boosts</item>
<item quantity="one">%s Server Boost</item>
</plurals>
<plurals name="thread_join_sub_text_count">
<item quantity="other">%s people are in this thread</item>
<item quantity="zero">No one is in this thread</item>
<item quantity="one">1 person is in this thread</item>
</plurals>
<plurals name="total_results_count">
<item quantity="other">%s Results</item>
<item quantity="zero">No Results</item>
@ -1134,5 +1119,5 @@
</plurals>
<item type="plurals" name="APKTOOL_DUMMY_9c">false</item>
<item type="plurals" name="APKTOOL_DUMMY_9d">false</item>
<item type="plurals" name="APKTOOL_DUMMY_101">false</item>
<item type="plurals" name="APKTOOL_DUMMY_ff">false</item>
</resources>

File diff suppressed because it is too large Load diff

View file

@ -1087,7 +1087,6 @@ Were here to make a good impression."</string>
<string name="channel_call_participants">Participants</string>
<string name="channel_has_been_deleted">Channel has been deleted.</string>
<string name="channel_header_bar_a11y_label">Channel header</string>
<string name="channel_list_show_all_threads">Show all (%1$s)</string>
<string name="channel_locked">Your role does not have permission to access this channel.</string>
<string name="channel_locked_short">Channel Locked</string>
<string name="channel_locked_to_category">Permissions synced with category: **%1$s**</string>
@ -1190,7 +1189,7 @@ Were here to make a good impression."</string>
<string name="color_picker_presets">Presets</string>
<string name="color_picker_title">Select a color</string>
<string name="color_picker_transparency">Transparency</string>
<string name="com.crashlytics.android.build_id">dd286d015a47459385780fcc60417c3c</string>
<string name="com.crashlytics.android.build_id">79c5a53a67674cb0add8f5eb773fc2cb</string>
<string name="coming_soon">Coming Soon</string>
<string name="command_giphy_description">Search Animated GIFs on the Web</string>
<string name="command_giphy_query_description">Text to search for</string>
@ -1350,6 +1349,10 @@ Were here to make a good impression."</string>
<string name="copy_text">Copy Text</string>
<string name="copy_toast_msg">Link copied to clipboard</string>
<string name="copy_username">Copy Username</string>
<string name="countdown_units_days">d</string>
<string name="countdown_units_hours">h</string>
<string name="countdown_units_minutes">m</string>
<string name="countdown_units_seconds">s</string>
<string name="country_codes">Country Codes</string>
<string name="country_no_results">No countries found.</string>
<string name="covid_new_user_survey_button">Take Survey</string>
@ -2495,6 +2498,7 @@ Analytics about Announcement Channels, Server Discovery, and Welcome Screen also
<string name="guild_members_header">%1$s members</string>
<string name="guild_members_search_no_result">No members were found.</string>
<string name="guild_owner">Server Owner</string>
<string name="guild_partner_application_button_pause">Partner applications are currently paused until November.</string>
<string name="guild_partner_application_category_description">Which of the following categories best describes your server?</string>
<string name="guild_partner_application_category_label">Categories</string>
<string name="guild_partner_application_connect">Connect your social accounts</string>
@ -2511,6 +2515,7 @@ Analytics about Announcement Channels, Server Discovery, and Welcome Screen also
<string name="guild_partner_application_other_platform">Do you create content somewhere else?</string>
<string name="guild_partner_application_other_platform_description">"If it's not one of the above websites, you can link it here."</string>
<string name="guild_partner_application_other_platform_optional">Do you create content somewhere else? (Optional)</string>
<string name="guild_partner_application_pause">"Woah there! We've paused accepting Partner applications for a bit to help us get through all the amazing submissions we've received. Watch this space, and well be back up and running again by November."</string>
<string name="guild_partner_application_server_step">Server Info</string>
<string name="guild_partner_application_server_step_description">"You're a few steps away from being recognized as one of the best servers on Discord! First, we'll need a few details about your community."</string>
<string name="guild_partner_application_server_step_title">"What's your community about?"</string>
@ -2918,6 +2923,8 @@ Lost: %2$s"</string>
<string name="guild_settings_label_audit_log_error_title">This is Awkward</string>
<string name="guild_settings_member_verification">Membership Gating</string>
<string name="guild_settings_member_verification_description">"Ask users to agree to rules when they try to join your server. Users who do not agree will not be able to talk, participate, or get roles in the server. We'll be adding more options after the initial experiment!"</string>
<string name="guild_settings_member_verification_description_placeholder">Briefly describe what your server is about. This is what users will see before they join.</string>
<string name="guild_settings_member_verification_description_title">Description</string>
<string name="guild_settings_member_verification_enable_reminder">Dont forget to enable when youre finished!</string>
<string name="guild_settings_member_verification_enabled">Your Membership Gate is up and running.</string>
<string name="guild_settings_member_verification_enabled_second_line">New members will be greeted by this screen when they join!</string>
@ -3710,7 +3717,6 @@ Want to know more about Discord?"</string>
<string name="join_server_title">Join a Server</string>
<string name="join_server_title_mobile_refresh">Join a server</string>
<string name="join_stream">Join Stream</string>
<string name="join_thread">Join thread</string>
<string name="join_video_call">Join Video Call</string>
<string name="join_video_channel">Join Video</string>
<string name="join_voice_call">Join Voice Call</string>
@ -3812,7 +3818,6 @@ Want to know more about Discord?"</string>
<string name="large_message_upload_title">Oh no! Your message is over 2000 characters.</string>
<string name="last_seen">more than %1$s ago</string>
<string name="last_sync">last sync: %1$s</string>
<string name="last_thread_message">Last active %1$s</string>
<string name="launch_app">Launch %1$s</string>
<string name="learn_more">Learn More</string>
<string name="learn_more_alt">Learn about Nitro</string>
@ -3827,7 +3832,6 @@ Want to know more about Discord?"</string>
<string name="leave_server_body">"Are you sure you want to leave **%1$s**? You won't be able to rejoin this server unless you are re-invited."</string>
<string name="leave_server_body_mobile">Are you sure you want to leave %1$s?</string>
<string name="leave_server_title">"Leave '%1$s'"</string>
<string name="leave_thread">Leave thread</string>
<string name="lets_go">"Let's Go"</string>
<string name="lib_name">Alerter</string>
<string name="library">Library</string>
@ -4025,7 +4029,6 @@ Want to know more about Discord?"</string>
<string name="member_verification_email_confirmation_title">"We've sent a confirmation link to %1$s"</string>
<string name="member_verification_email_resend">Resend Confirmation Email</string>
<string name="member_verification_example_rules">Example rules (click them!)</string>
<string name="member_verification_form_item_captcha">CAPTCHA</string>
<string name="member_verification_form_item_coming_soon">Coming soon!</string>
<string name="member_verification_form_item_email_verification_label">Email Verification</string>
<string name="member_verification_form_item_file_upload">File Upload</string>
@ -4033,7 +4036,7 @@ Want to know more about Discord?"</string>
<string name="member_verification_form_item_paragraph">Paragraph</string>
<string name="member_verification_form_item_rules">Server Rules</string>
<string name="member_verification_form_item_text_input">Short Answer</string>
<string name="member_verification_form_item_verification">Verification</string>
<string name="member_verification_form_item_verification">Connections</string>
<string name="member_verification_form_required_item">This field is required</string>
<string name="member_verification_form_rules_label">Read and agree to the server rules</string>
<string name="member_verification_get_started_button">Get Started</string>
@ -4043,7 +4046,7 @@ Want to know more about Discord?"</string>
<string name="member_verification_modal_title">Complete your membership</string>
<string name="member_verification_notice_cta">Complete Verification</string>
<string name="member_verification_notice_text">Complete verification to start talking in this server</string>
<string name="member_verification_num_emojis">%1$s server emojis</string>
<string name="member_verification_num_emojis">%1$s</string>
<string name="member_verification_num_members">%1$s Members</string>
<string name="member_verification_num_online">%1$s Online</string>
<string name="member_verification_read_rules">I have read and agree to all the rules</string>
@ -4060,6 +4063,7 @@ Want to know more about Discord?"</string>
<string name="member_verification_rule_tooltip">"You've already added rules"</string>
<string name="member_verification_verification_enabled">Enabled</string>
<string name="member_verification_verifications_title">Verifications</string>
<string name="member_verification_version_mismatch_error">"The admins have changed the server's requirements. Please close this and try again."</string>
<string name="member_verification_warning">"Make sure that you haven't entered your password or other sensitive information here, even if asked by the admins."</string>
<string name="members">Members</string>
<string name="members_header">%1$s</string>
@ -4082,13 +4086,10 @@ Want to know more about Discord?"</string>
<string name="mentions_count">%1$s mentions</string>
<string name="message_action_reply">Reply</string>
<string name="message_actions_menu_label">Message Actions</string>
<string name="message_count">%1$s</string>
<string name="message_count_in_thread">%1$s</string>
<string name="message_count_in_thread_overflow">50+ messages</string>
<string name="message_count_overflow">50+ messages</string>
<string name="message_display_mode_label">Message Display</string>
<string name="message_edited">edited</string>
<string name="message_header_reply">$[](currentAuthor) $[replied](replyHook)</string>
<string name="message_header_replied">$[](currentAuthor) $[replied](replyHook)</string>
<string name="message_header_replied_to">$[](currentAuthor) $[replied to](replyHook) $[](originalAuthor)</string>
<string name="message_options">More Options</string>
<string name="message_pinned">Message pinned.</string>
<string name="message_preview">Message Preview</string>
@ -4463,7 +4464,6 @@ Want to know more about Discord?"</string>
<string name="nuf_welcome_carousel_5_body_mobile">See which friends are online and what theyre playing.</string>
<string name="nuf_welcome_carousel_5_title_mobile">Check Whos Gaming</string>
<string name="nuf_what_do_you_want">What do you want to do first?</string>
<string name="num_active_threads">%1$s</string>
<string name="num_channels">%1$s</string>
<string name="num_members">%1$s</string>
<string name="num_subscribers">%1$s</string>
@ -5265,7 +5265,6 @@ The changes to your subscription are reflected below:"</string>
<string name="remove_friend_body">Are you sure you want to permanently remove **%1$s** from your friends?</string>
<string name="remove_friend_title">"Remove '%1$s'"</string>
<string name="remove_from_group">Remove From Group</string>
<string name="remove_from_thread">Remove from thread</string>
<string name="remove_icon">Remove Icon</string>
<string name="remove_keybind">Remove Keybind</string>
<string name="remove_reaction">Remove Reaction</string>
@ -5430,6 +5429,10 @@ Good news though, it does work on your mobile web browser! So please open it the
<string name="scope_webhook_incoming">Adds a webhook to a channel</string>
<string name="scope_webhook_incoming_channel_placeholder">Select a channel</string>
<string name="scope_webhook_incoming_description">This allows the app to send messages to a channel on Discord.</string>
<string name="screen_share_nfx_body">Browse other apps, stream gameplay, or watch videos together by sharing your screen with your friends.</string>
<string name="screen_share_nfx_skip">Skip for now</string>
<string name="screen_share_nfx_title">Mobile screen share is here!</string>
<string name="screen_share_nfx_try">Try it out!</string>
<string name="screen_share_on">Turn On Screen Share</string>
<string name="screen_share_options">More Screen Share Options</string>
<string name="screenshare_change_windows">Change Windows</string>
@ -5696,11 +5699,7 @@ Good news though, it does work on your mobile web browser! So please open it the
<string name="spotify_premium_upgrade_header">*Record Scratch*</string>
<string name="staff_badge_tooltip">Discord Staff</string>
<string name="start">Start</string>
<string name="start_a_thread">Start a thread</string>
<string name="start_call">Start Call</string>
<string name="start_thread">Start thread</string>
<string name="start_thread_modal_reply">Creating a thread in response to %1$s</string>
<string name="start_thread_modal_subtext">under %1$s</string>
<string name="start_video_call">Start Video Call</string>
<string name="start_voice_call">Start Voice Call</string>
<string name="starting_at">Starting at</string>
@ -5727,9 +5726,13 @@ Good news though, it does work on your mobile web browser! So please open it the
<string name="sticker_pack_price_free_with_premium_tier_2">Free with Nitro</string>
<string name="sticker_pack_sticker_count">%1$s</string>
<string name="sticker_pack_view">View Sticker Pack</string>
<string name="sticker_picker_available_timer_tooltip">Available for purchase for a limited time</string>
<string name="sticker_picker_categories_recent">Frequently used</string>
<string name="sticker_picker_categories_shop">Shop</string>
<string name="sticker_picker_categories_shop_tooltip">Browse and buy stickers</string>
<string name="sticker_picker_category_shop_tooltip_new_feature_blurb">Click this shop icon to start browsing and buying stickers.</string>
<string name="sticker_picker_category_shop_tooltip_new_feature_button">Got it</string>
<string name="sticker_picker_category_shop_tooltip_new_feature_title">NEW! Browse sticker packs!</string>
<string name="sticker_picker_empty_state_subtitle">Once you start buying sticker packs, theyll show up in the sidebar! Grow your collection today!</string>
<string name="sticker_picker_empty_state_subtitle_mobile">Tap the shop icon below to get a sticker pack and itll show up here. Grow your collection!</string>
<string name="sticker_picker_empty_state_title">You dont have any stickers yet!</string>
@ -5746,6 +5749,7 @@ Good news though, it does work on your mobile web browser! So please open it the
<string name="sticker_picker_view_all">"View
All"</string>
<string name="sticker_picker_view_all_tooltip_mobile">Tap to view all</string>
<string name="sticker_popout_countdown_header">Limited time left</string>
<string name="sticker_popout_pack_info">This is from the **%1$s** sticker pack. Get %2$s%% off with [Nitro](onClick).</string>
<string name="sticker_popout_pack_info_premium">This is from the **%1$s** sticker pack.</string>
<string name="sticker_popout_pack_info_unavailable">This is from the **%1$s** sticker pack. It is no longer available.</string>
@ -5776,6 +5780,7 @@ All"</string>
<string name="stickers_auto_play_help">This controls when stickers animate.</string>
<string name="stickers_auto_play_help_disabled">This controls when stickers animate. This is currently overridden by your reduced motion preferences.</string>
<string name="stickers_matching">Stickers matching **%1$s**</string>
<string name="stickers_matching_ios">Stickers matching %1$s</string>
<string name="stickers_never_animate">Never animate</string>
<string name="still_indexing">Indexing</string>
<string name="stop">Stop</string>
@ -5954,8 +5959,6 @@ Would you like to show them?"</string>
<string name="system_message_recipient_add">%1$s added %2$s to the group.</string>
<string name="system_message_recipient_remove">%1$s removed %2$s from the group.</string>
<string name="system_message_recipient_remove_self">%1$s left the group.</string>
<string name="system_message_thread_created">%1$s started a thread</string>
<string name="system_message_thread_reply_created">%1$s started a thread from %2$s</string>
<string name="system_permission_grant">Grant Permission</string>
<string name="system_permission_request_camera">"To access **your camera, you'll need to grant us permission**."</string>
<string name="system_permission_request_files">"To access **your impressive files, you'll need to grant us permission**."</string>
@ -6000,16 +6003,6 @@ Would you like to show them?"</string>
<string name="theme_updated">Theme has been updated.</string>
<string name="this_server">This Server</string>
<string name="this_server_named">Only %1$s</string>
<string name="thread">Thread</string>
<string name="thread_deleted">Thread was deleted</string>
<string name="thread_join_header">Join this thread to start chatting and save it to your sidebar!</string>
<string name="thread_join_sub_text">%1$s</string>
<string name="thread_modal_message">Message</string>
<string name="thread_topic">Topic</string>
<string name="threads">Threads</string>
<string name="threads_active_section">Active</string>
<string name="threads_inactive_section">Inactive</string>
<string name="threads_joined_section">Joined</string>
<string name="three_users_typing">**%1$s**, **%2$s**, and **%3$s** are typing…</string>
<string name="timeout_error">Operation took too long to complete, please try again.</string>
<string name="tip_create_first_server_body3">Create a brand new server with voice and text chat for your buddies!</string>
@ -6331,9 +6324,11 @@ You cannot take any moderation actions until you enable it."</string>
<string name="user_profile_volume">Volume</string>
<string name="user_settings">User Settings</string>
<string name="user_settings_account_change_email_prompt">Your current email address is %1$s What would you like to change it to?</string>
<string name="user_settings_account_change_email_title">Edit Email</string>
<string name="user_settings_account_change_username_title">Edit Username</string>
<string name="user_settings_account_verify_password_subtitle">Please enter your password to edit your account.</string>
<string name="user_settings_account_verify_password_title">Verify your password</string>
<string name="user_settings_account_verify_password_title_in_title_case">Verify Your Password</string>
<string name="user_settings_actions_menu_label">User Settings Actions</string>
<string name="user_settings_appearance_colorblind_mode_description">Change some visual aspects of Discord to better suit colorblindness.</string>
<string name="user_settings_appearance_colorblind_mode_title">Colorblind Mode</string>
@ -6537,6 +6532,7 @@ You cannot take any moderation actions until you enable it."</string>
<string name="voice_channel_undeafened">Undeafened</string>
<string name="voice_channel_unmuted">Unmuted</string>
<string name="voice_channels">Voice Channels</string>
<string name="voice_controls_sheet_tooltip_swipe_up">Swipe up</string>
<string name="voice_panel_introduction_close">Got it</string>
<string name="voice_panel_introduction_header">Welcome to your first voice channel!</string>
<string name="voice_panel_introduction_text">Control your voice settings, turn on video, or start screensharing here.</string>

View file

@ -4779,6 +4779,20 @@
<item name="android:paddingTop">0.0dip</item>
<item name="fontFamily">@font/whitney_medium</item>
</style>
<style name="UiKit.Settings.Item.Compound.Left" parent="@style/UiKit.Settings.Item">
<item name="android:background">@null</item>
<item name="android:layout_width">wrap_content</item>
</style>
<style name="UiKit.Settings.Item.Compound.Right" parent="@style/UiKit.Settings.Item">
<item name="android:textColor">?primary_300</item>
<item name="android:ellipsize">end</item>
<item name="android:background">@null</item>
<item name="android:layout_width">wrap_content</item>
<item name="android:maxLines">1</item>
<item name="android:singleLine">true</item>
<item name="android:layout_weight">1.0</item>
<item name="android:textAlignment">textEnd</item>
</style>
<style name="UiKit.Settings.Item.Header" parent="@style/UiKit.Settings.Item">
<item name="android:textSize">@dimen/uikit_textsize_medium</item>
<item name="android:textColor">?colorHeaderSecondary</item>