Changes of com.discord v1310

This commit is contained in:
root 2020-11-09 19:03:49 +00:00
parent 035b2cdcc3
commit d70f53b4ee
12694 changed files with 705789 additions and 726053 deletions

View file

@ -475,7 +475,9 @@
<item type="id" name="chat_input_guard_action_secondary" />
<item type="id" name="chat_input_guard_subtext" />
<item type="id" name="chat_input_guard_text" />
<item type="id" name="chat_input_icon_barrier" />
<item type="id" name="chat_input_item_avatar" />
<item type="id" name="chat_input_item_description" />
<item type="id" name="chat_input_item_emoji" />
<item type="id" name="chat_input_item_icon_container" />
<item type="id" name="chat_input_item_name" />
@ -878,6 +880,7 @@
<item type="id" name="expression_tray_search_icon" />
<item type="id" name="expression_tray_segmented_control" />
<item type="id" name="expression_tray_sticker_button" />
<item type="id" name="expression_tray_sticker_button_new" />
<item type="id" name="expression_tray_sticker_card" />
<item type="id" name="expression_tray_sticker_picker_content" />
<item type="id" name="expression_tray_toolbar" />
@ -1757,10 +1760,11 @@
<item type="id" name="premium_settings_payment_container" />
<item type="id" name="premium_settings_premium" />
<item type="id" name="premium_settings_premium_classic" />
<item type="id" name="premium_settings_renew_mutation_container" />
<item type="id" name="premium_settings_renew_mutation_tv" />
<item type="id" name="premium_settings_retry" />
<item type="id" name="premium_settings_scrollview" />
<item type="id" name="premium_settings_status_notice_button" />
<item type="id" name="premium_settings_status_notice_container" />
<item type="id" name="premium_settings_status_notice_tv" />
<item type="id" name="premium_settings_subscription_container" />
<item type="id" name="premium_settings_tier_1_container" />
<item type="id" name="premium_settings_tier_2_container" />
@ -1835,6 +1839,7 @@
<item type="id" name="remote_auth_not_found_cancel_button" />
<item type="id" name="remote_auth_temporary_switch" />
<item type="id" name="remote_auth_view_flipper" />
<item type="id" name="remove_phone" />
<item type="id" name="result_count" />
<item type="id" name="results_rv" />
<item type="id" name="rich_presence_container" />
@ -2122,6 +2127,9 @@
<item type="id" name="settings_account_mfa_flipper" />
<item type="id" name="settings_account_mfa_lottie" />
<item type="id" name="settings_account_mfa_sales_pitch" />
<item type="id" name="settings_account_phone_container" />
<item type="id" name="settings_account_phone_label" />
<item type="id" name="settings_account_phone_text" />
<item type="id" name="settings_account_private_data_delete" />
<item type="id" name="settings_account_private_data_disable" />
<item type="id" name="settings_account_private_data_wrap" />
@ -2245,8 +2253,6 @@
<item type="id" name="settings_privacy_statistics" />
<item type="id" name="settings_qr_scanner" />
<item type="id" name="settings_set_status_container" />
<item type="id" name="settings_sounds" />
<item type="id" name="settings_sounds_halloween_ringtone" />
<item type="id" name="settings_status_view" />
<item type="id" name="settings_support" />
<item type="id" name="settings_text_images" />
@ -2340,6 +2346,7 @@
<item type="id" name="sticker_picker_sticker" />
<item type="id" name="sticker_picker_store_hightlight" />
<item type="id" name="sticker_picker_store_icon" />
<item type="id" name="sticker_picker_store_icon_container" />
<item type="id" name="sticker_search_bar" />
<item type="id" name="sticker_search_clear" />
<item type="id" name="sticker_search_input" />
@ -2356,7 +2363,9 @@
<item type="id" name="sticker_store_buy_button_premium" />
<item type="id" name="sticker_store_header_item_animated" />
<item type="id" name="sticker_store_header_item_container" />
<item type="id" name="sticker_store_header_item_expiring" />
<item type="id" name="sticker_store_header_item_limited" />
<item type="id" name="sticker_store_header_item_new" />
<item type="id" name="sticker_store_header_item_premium" />
<item type="id" name="sticker_store_header_item_subtitle" />
<item type="id" name="sticker_store_header_item_title" />
@ -2494,13 +2503,12 @@
<item type="id" name="user_mentions_list" />
<item type="id" name="user_mutual_friends_recycler_view" />
<item type="id" name="user_mutual_guilds_recycler_view" />
<item type="id" name="user_phone_add_anchor" />
<item type="id" name="user_phone_add_country_code" />
<item type="id" name="user_phone_add_description" />
<item type="id" name="user_phone_add_description_note" />
<item type="id" name="user_phone_add_next" />
<item type="id" name="user_phone_add_number" />
<item type="id" name="user_phone_digit_verification" />
<item type="id" name="user_phone_title" />
<item type="id" name="user_profile_adapter_item_empty" />
<item type="id" name="user_profile_adapter_item_empty_text" />
<item type="id" name="user_profile_adapter_item_friend_avatar" />

View file

@ -939,6 +939,10 @@
<item quantity="other">%s Boosts</item>
<item quantity="one">%s Boost</item>
</plurals>
<plurals name="premium_guild_subscriptions_renewal_info_account_hold_quantity">
<item quantity="other">Server Boosts</item>
<item quantity="one">Server Boost</item>
</plurals>
<plurals name="premium_guild_subscriptions_renewal_info_android_quantity">
<item quantity="other">Server Boosts</item>
<item quantity="one">Server Boost</item>
@ -1013,6 +1017,14 @@
<item quantity="other">%s Roles</item>
<item quantity="one">%s Role</item>
</plurals>
<plurals name="private_channel_members_added_toast_msg_count">
<item quantity="other">%s members</item>
<item quantity="one">%s member</item>
</plurals>
<plurals name="private_channel_roles_added_toast_msg_count">
<item quantity="other">%s roles</item>
<item quantity="one">%s role</item>
</plurals>
<plurals name="publish_followed_news_fail_body_retryAfter">
<item quantity="other">%s minutes</item>
<item quantity="one">1 minute</item>
@ -1133,5 +1145,5 @@
<item type="plurals" name="APKTOOL_DUMMY_9d">false</item>
<item type="plurals" name="APKTOOL_DUMMY_b8">false</item>
<item type="plurals" name="APKTOOL_DUMMY_b9">false</item>
<item type="plurals" name="APKTOOL_DUMMY_104">false</item>
<item type="plurals" name="APKTOOL_DUMMY_107">false</item>
</resources>

File diff suppressed because it is too large Load diff

View file

@ -246,7 +246,7 @@
<string name="announcement_guild_popout_name">Community Updates</string>
<string name="answer">Answer</string>
<string name="app_information">App Information</string>
<string name="app_name">KAPNG</string>
<string name="app_name">firebase-perf</string>
<string name="app_not_opened">The Discord app could not be opened.</string>
<string name="app_opened_body">"We've beamed the info to your Discord app. You can close this browser tab or continue with the web version."</string>
<string name="app_opened_title">Discord App Launched</string>
@ -1206,7 +1206,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">fa183ddc132c44d5b8e3893924290255</string>
<string name="com.crashlytics.android.build_id">08a192e6d74045faa4143c832aae8cd9</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>
@ -1904,7 +1904,7 @@ Were here to make a good impression."</string>
<string name="form_description_push_afk_timeout">Discord avoids sending push notifications to your mobile device when you are at your computer. Use this setting to control how long you need to be inactive on desktop for before you receive push notifications.</string>
<string name="form_description_tts">Turn this on to have a high tech robot speak your notifications to you.</string>
<string name="form_error_generic">"Oops! You've caught an ultra rare error. This is probably our fault, so please try again or check [our status page](%1$s)."</string>
<string name="form_help_aec_dump">Diagnostic audio recording is used for analyzing audio problems. Currently, one file is saved to voice module folder.</string>
<string name="form_help_aec_dump">Diagnostic audio recording is used for analyzing audio problems. The last five minutes of voice is saved to voice module folder.</string>
<string name="form_help_afk_channel">Automatically move members to this channel and mute them when they have been idle for longer than the inactive timeout. This does not affect browsers.</string>
<string name="form_help_attenuation">Lower the volume of other applications by this percent when someone is speaking. Set to 0%% to completely disable attenuation.</string>
<string name="form_help_automatic_vad">If the indicator is solid green then Discord is transmitting your beautiful voice.</string>
@ -2536,7 +2536,7 @@ Analytics about Announcement Channels, Server Discovery, and Welcome Screen also
<string name="guild_partner_application_has_errors">Uh oh, something went wrong. Please try again later.</string>
<string name="guild_partner_application_invite_link_description">Someone from Discord may join your server to review its content and conversation. We promise not to be intrusive; we just want to understand what being part of your community is like!</string>
<string name="guild_partner_application_invite_link_title">Permanent Server Invite Link (Autogenerated)</string>
<string name="guild_partner_application_language">Primary Language</string>
<string name="guild_partner_application_language">Select the primary language used in your server</string>
<string name="guild_partner_application_last_name">Last Name</string>
<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>
@ -2771,6 +2771,7 @@ Analytics about Announcement Channels, Server Discovery, and Welcome Screen also
<string name="guild_settings_community_disable_community_description">This will remove specific features for Community servers, like Server Discovery and Server Insights.</string>
<string name="guild_settings_community_disable_community_dialog_message">Are you sure you want to disable Community?</string>
<string name="guild_settings_community_disable_community_dialog_title">Disabling Community</string>
<string name="guild_settings_community_disable_public_confirm_default_title">Are you sure?</string>
<string name="guild_settings_community_enable_community">Enable Community</string>
<string name="guild_settings_community_intro_body">Convert your server to a Community server to access additional administrative tools that can better help you moderate, run, and grow your server.</string>
<string name="guild_settings_community_intro_details">Dont do this if your server is just for you and a few friends. Community servers are for admins who are building larger spaces where people with shared interests can come together.</string>
@ -2860,7 +2861,6 @@ Take a look at your server through the eyes of a new member. Are there areas whe
<string name="guild_settings_discovery_checklist_visitor_progress_label">avg weekly visitors in your server</string>
<string name="guild_settings_discovery_description">List your server in Server Discovery so more people can find you directly on Discord.</string>
<string name="guild_settings_discovery_disable_public_confirm_text">Disabling Community will also remove your server from Server Discovery.</string>
<string name="guild_settings_discovery_disable_public_confirm_title">Are you sure?</string>
<string name="guild_settings_discovery_disqualified">This server has been removed from Discovery.</string>
<string name="guild_settings_discovery_disqualified_description">"This server has failed to meet the requirements below and has been automatically removed from Discovery. Don't worry, you can rejoin once the server passes all requirements again.
@ -2948,6 +2948,7 @@ Lost: %2$s"</string>
<string name="guild_settings_label_audit_log_error_body">We broke something. Come back later.</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_applications_title">Review Applications</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>
@ -2956,7 +2957,14 @@ Lost: %2$s"</string>
<string name="guild_settings_member_verification_enabled_second_line">New members will be greeted by this screen when they join!</string>
<string name="guild_settings_member_verification_intro_button">Set up Membership Gating</string>
<string name="guild_settings_member_verification_preview">Preview</string>
<string name="guild_settings_member_verification_preview_disabled_description">Users cannot see any contents of the server until they pass the requirements. This applies to both people who are invited or who entered from Server Discovery (if enabled).</string>
<string name="guild_settings_member_verification_preview_disabled_title">"Don't Allow Preview"</string>
<string name="guild_settings_member_verification_preview_enabled_description">New members can browse the server but cannot talk, react, or DM members until they pass the requirements. This does not make your server public to those without an invitation, unless your server is in Server Discovery.</string>
<string name="guild_settings_member_verification_preview_enabled_title">Allow Preview (Recommended)</string>
<string name="guild_settings_member_verification_preview_title">Preview</string>
<string name="guild_settings_member_verification_progress_will_save">Your changes are saved automatically.</string>
<string name="guild_settings_member_verification_screen_title">Customize Screen</string>
<string name="guild_settings_member_verification_subtitle">If enabled, new members are required to pass requirements before they can join or talk in your server.</string>
<string name="guild_settings_members_add_role">Add role</string>
<string name="guild_settings_members_display_role">Display role:</string>
<string name="guild_settings_members_remove_role">Remove role %1$s</string>
@ -2964,6 +2972,7 @@ Lost: %2$s"</string>
<string name="guild_settings_overview_boost_unlock">%1$s to unlock</string>
<string name="guild_settings_overview_boost_unlocked">Tier %1$s perk unlocked</string>
<string name="guild_settings_overview_tier_info">This is a Tier %1$s Nitro Feature. [Check your tier status](%2$s)</string>
<string name="guild_settings_partner_and_discovery_disable_public_confirm_text">Are you sure? This will remove the server from the Partner Program and Server Discovery.</string>
<string name="guild_settings_partner_checklist_age_description">Your server must be at least %1$s old.</string>
<string name="guild_settings_partner_checklist_age_description_failing">Your server must be at least %1$s old. Please check back on %2$s.</string>
<string name="guild_settings_partner_checklist_failing_header">Not yet!</string>
@ -2979,6 +2988,7 @@ Lost: %2$s"</string>
<string name="guild_settings_partner_checklist_size_description">For now, new Partnered servers must have at least %1$s members.</string>
<string name="guild_settings_partner_checklist_size_description_failing">For now, new Partnered servers must have at least %1$s members.</string>
<string name="guild_settings_partner_checklist_size_failing">Not Enough Members</string>
<string name="guild_settings_partner_disable_public_confirm_text">Are you sure? This will remove this server from the Partner Program.</string>
<string name="guild_settings_partner_intro_apply_button">Apply for Partnership</string>
<string name="guild_settings_partner_intro_apply_button_tooltip_only_owner">Only the server owner can apply.</string>
<string name="guild_settings_partner_intro_apply_button_tooltip_pending">Your application is pending review.</string>
@ -4054,6 +4064,7 @@ Want to know more about Discord?"</string>
<string name="member_list_server_owner_help">This person is the server owner and always has all permissions regardless of roles.</string>
<string name="member_verification_add_question">Add a question</string>
<string name="member_verification_add_rule">Add a rule</string>
<string name="member_verification_choices_required_error">You need at least two or more choices.</string>
<string name="member_verification_claim_account_info">We will send you a verification email once you press Next. You must verify your email to continue.</string>
<string name="member_verification_claim_account_subtitle">This will also save all your messages and servers even after you close the browser.</string>
<string name="member_verification_claim_account_title">Claim your account to talk in this server.</string>
@ -4066,6 +4077,10 @@ Want to know more about Discord?"</string>
<string name="member_verification_email_verification_enabled">You have a verified email.</string>
<string name="member_verification_email_verification_resend_email">Resend email</string>
<string name="member_verification_example_rules">Example rules (click them!)</string>
<string name="member_verification_field_placeholder">Placeholder Text (Optional)</string>
<string name="member_verification_field_question">Question</string>
<string name="member_verification_field_question_required_error">You must enter a question.</string>
<string name="member_verification_form_fields_limit">You can only add up to %1$s form fields</string>
<string name="member_verification_form_item_coming_soon">Coming soon!</string>
<string name="member_verification_form_item_email_verification_label">You must verify your email.</string>
<string name="member_verification_form_item_file_upload">File Upload</string>
@ -4082,6 +4097,9 @@ Want to know more about Discord?"</string>
<string name="member_verification_get_started_title">Add some requirements to get started!</string>
<string name="member_verification_modal_subtitle">Youll need to complete the required steps below.</string>
<string name="member_verification_modal_title">Before you can talk in this server…</string>
<string name="member_verification_multiple_choice_add">Add an option</string>
<string name="member_verification_multiple_choice_limit">You can only add up to %1$s choices</string>
<string name="member_verification_multiple_choice_placeholder">Option %1$s</string>
<string name="member_verification_need_rules_channel_perms">"You need to have Send Message permissions in your server's rules channel to add or edit server rules here."</string>
<string name="member_verification_notice_cta">Complete</string>
<string name="member_verification_notice_text">You must complete a few more steps before you can start talking in this server.</string>
@ -4101,6 +4119,7 @@ Want to know more about Discord?"</string>
<string name="member_verification_rule_safe">Help keep things safe</string>
<string name="member_verification_rule_safe_full">If you see something against the rules or something that makes you feel unsafe, let staff know. We want this server to be a welcoming space!</string>
<string name="member_verification_rule_tooltip">"You've already added rules"</string>
<string name="member_verification_rules_required_error">You need to add one or more rules.</string>
<string name="member_verification_verified">Verified</string>
<string name="member_verification_version_mismatch_error">"This server's requirements have changed. Please close this and try again."</string>
<string name="member_verification_warning">Make sure you have not entered your password or any other sensitive information.</string>
@ -4285,6 +4304,7 @@ Want to know more about Discord?"</string>
<string name="new_messages_with_date">%1$s since %2$s on %3$s</string>
<string name="new_override">New Override</string>
<string name="new_permission">New Permission</string>
<string name="new_role">new role</string>
<string name="new_terms_ack">I understand and agree with these terms.</string>
<string name="new_terms_continue">Continue to Discord</string>
<string name="new_terms_description">To continue using Discord, please read and agree to our updated Terms of Service and Privacy Policy.</string>
@ -4356,6 +4376,7 @@ Want to know more about Discord?"</string>
<string name="no_video_devices">No Video Devices</string>
<string name="no_video_permission_dialog_body">"This channel has special permissions. To use video in it, you'll need someone, like a server moderator or admin, to change your permissions."</string>
<string name="no_video_permission_dialog_title">No Video Permission</string>
<string name="noise_cancellation_cpu_overuse">We disabled noise suppression to improve performance.</string>
<string name="noise_cancellation_off">Noise Suppression Off</string>
<string name="noise_cancellation_on">Noise Suppression On</string>
<string name="noise_cancellation_popout_description">Enable Krisp noise suppression! Make some noise—like clapping your hands—while speaking. Your friends will hear nothing but your beautiful voice.</string>
@ -4432,8 +4453,6 @@ Want to know more about Discord?"</string>
<string name="notice_survey_prompt">Would you answer a few questions about Discord? Puhhhlease!</string>
<string name="notice_unclaimed_account">"This is an unclaimed account. Claim it before it's lost."</string>
<string name="notice_unverified_account">Please check your email and follow the instructions to verify your account.</string>
<string name="notice_vote_reminder">"Haven't voted yet? Today is the day! Find your polling place in under a minute."</string>
<string name="notice_vote_reminder_cta">Vote.org</string>
<string name="notice_whats_this">"What's this?"</string>
<string name="notification_accepted_friend_request">Accepted your friend request.</string>
<string name="notification_body_attachment">Uploaded %1$s</string>
@ -4969,6 +4988,8 @@ The changes to your subscription are reflected below:"</string>
<string name="premium_guild_subscription_notice_button">See Levels &amp; Perks</string>
<string name="premium_guild_subscription_notice_small_guild">Server Boosts are here! Rally your friends to boost your server.</string>
<string name="premium_guild_subscription_num_subscriptions">%1$s other %2$s}</string>
<string name="premium_guild_subscription_out_of_slots_account_hold">In order to use your existing Boosts or purchase more please resolve your subscription hold by updating your payment info.</string>
<string name="premium_guild_subscription_out_of_slots_account_hold_title">Your subscription is on hold</string>
<string name="premium_guild_subscription_out_of_slots_canceled_subscription">You have no more boosts to apply. To purchase more, please re-subscribe and upgrade your plan.</string>
<string name="premium_guild_subscription_out_of_slots_pending_plan_change">You have no more boosts to apply. To purchase more, upgrade your plan once your pending plan change is complete.</string>
<string name="premium_guild_subscription_out_of_slots_purchase_on_desktop">"You have no more boosts to apply. Purchase additional boosts on the desktop app.
@ -4993,6 +5014,7 @@ The changes to your subscription are reflected below:"</string>
<string name="premium_guild_subscription_transfer_button_disabled_tooltip">This Boost is on cooldown</string>
<string name="premium_guild_subscription_unused_slot_description">Unused Boost</string>
<string name="premium_guild_subscriptions_renewal_info">**%1$sx** %1$s - **%2$s**</string>
<string name="premium_guild_subscriptions_renewal_info_account_hold">**%1$sx** %2$s - **%3$s** (Subscription on hold)</string>
<string name="premium_guild_subscriptions_renewal_info_android">**%1$sx** %2$s - **%3$s**</string>
<string name="premium_guild_subscriptions_renewal_info_no_price">**%1$sx** %1$s</string>
<string name="premium_guild_subscriptions_renewal_info_pending_cancelation">**%1$sx** %1$s - **%2$s** (Pending Cancellation)</string>
@ -5071,6 +5093,9 @@ The changes to your subscription are reflected below:"</string>
<string name="premium_retention_emoji_picker_description">Careful! Your %1$s perks, including global and animated emoji, expire soon on **%2$s**.</string>
<string name="premium_retention_emoji_picker_update_payment_information">Update your payment information.</string>
<string name="premium_settings">Nitro Settings</string>
<string name="premium_settings_account_hold_info">Your subscription is **on hold**. Please update your payment info or your subscription will end on %1$s.</string>
<string name="premium_settings_account_hold_notice_change_payment_method_button">Change your payment method</string>
<string name="premium_settings_account_hold_notice_info">"Your payment method needs to be updated. Your subscription is on hold and you currently don't have access to your perks. Please update your payment method by **%1$s** or you'll lose your **%2$s** perks."</string>
<string name="premium_settings_billing_info">Billing Information</string>
<string name="premium_settings_cancelled_info">Your subscription will end on **%1$s**.</string>
<string name="premium_settings_get">Get Nitro</string>
@ -5093,10 +5118,14 @@ The changes to your subscription are reflected below:"</string>
<string name="premium_subscription_credit_count_months">%1$s</string>
<string name="premium_subscription_current_label">Current Subscription</string>
<string name="premium_subscription_description_tier_1">You have chat perks and a Boost discount for **%1$s**</string>
<string name="premium_subscription_description_tier_1_account_hold">Your chat perks and a Boost discount for **%1$s** subscription is **on hold**</string>
<string name="premium_subscription_description_tier_1_account_hold_no_price">Your chat perks and a Boost discount subscription is **on hold**</string>
<string name="premium_subscription_description_tier_1_no_price">You have chat perks and a Boost discount</string>
<string name="premium_subscription_description_tier_1_pending_cancelation">You have chat perks and a Boost discount for **%1$s** (Pending Cancellation)</string>
<string name="premium_subscription_description_tier_1_pending_cancelation_no_price">You have chat perks and a Boost discount (Pending Cancellation)</string>
<string name="premium_subscription_description_tier_2">You have premium chat, **%1$sx** Boosts, and a Boost discount for **%2$s**</string>
<string name="premium_subscription_description_tier_2_account_hold">Your premium chat, **%1$sx** Boosts, and a Boost discount subscription for **%2$s** is **on hold**</string>
<string name="premium_subscription_description_tier_2_account_hold_no_price">Your premium chat, **%1$sx** Boosts, and a Boost discount subscription is **on hold**</string>
<string name="premium_subscription_description_tier_2_no_price">You have premium chat, **%1$sx** Boosts, and a Boost discount</string>
<string name="premium_subscription_description_tier_2_pending_cancelation">You have premium chat, **%1$sx** Boosts, and a Boost discount for **%2$s** (Pending Cancellation)</string>
<string name="premium_subscription_description_tier_2_pending_cancelation_no_price">You have premium chat, **%1$sx** Boosts, and a Boost discount (Pending Cancellation)</string>
@ -5204,8 +5233,11 @@ The changes to your subscription are reflected below:"</string>
<string name="private_channel_add_members_modal_subtitle">Add individual members by starting with @, or type a role name</string>
<string name="private_channel_add_members_modal_subtitle_mobile">to #%1$s</string>
<string name="private_channel_add_members_modal_title">Add Members</string>
<string name="private_channel_manage_channel_access_cta">Manage channel access</string>
<string name="private_channel_members_added_toast_msg">%1$s added</string>
<string name="private_channel_members_remove_yes_confirmation">Yes, remove now</string>
<string name="private_channel_members_removed">%1$s removed</string>
<string name="private_channel_members_roles_added_toast_msg">Members and roles added</string>
<string name="private_channel_members_section_header">%1$s - %2$s</string>
<string name="private_channel_modal_access_owner">%1$s (Server Owner)</string>
<string name="private_channel_modal_access_you">%1$s (You)</string>
@ -5215,6 +5247,7 @@ The changes to your subscription are reflected below:"</string>
<string name="private_channel_modal_no_roles_edit">You can create your first role by going to the Roles page in your Server Settings.</string>
<string name="private_channel_modal_note">By making a channel private, only selected members or roles will have access to this channel</string>
<string name="private_channel_note">By making a channel private, only selected roles will have access to read or connect to this channel</string>
<string name="private_channel_roles_added_toast_msg">%1$s added</string>
<string name="private_channels_a11y_label">Private channels</string>
<string name="profile">Profile</string>
<string name="progress_completed">You are all set!</string>
@ -5446,6 +5479,8 @@ The changes to your subscription are reflected below:"</string>
<string name="sample_number_bandwidth">43124 kbps</string>
<string name="sample_number_ratio">10/9000</string>
<string name="sample_online_members">46 Online</string>
<string name="sample_phone">8155550192</string>
<string name="sample_phone_country_code">+1</string>
<string name="sample_server_name">Overwatch Extreme Edition - Really Long Name</string>
<string name="sample_server_name_short">OEE,LN-999</string>
<string name="sample_server_role_name">Master Role, Cookaroo Tamer 55 asdas d dasd asd asdas as asd sd</string>
@ -5740,8 +5775,6 @@ Good news though, it does work on your mobile web browser! So please open it the
<string name="sorting_channels">Sorting Channels</string>
<string name="sound_deafen">Deafen</string>
<string name="sound_incoming_ring">Incoming Ring</string>
<string name="sound_incoming_ring_halloween">Halloween Incoming Ring</string>
<string name="sound_incoming_ring_halloween_hint">Enable integration with the Phone app to experience this.</string>
<string name="sound_message">Message</string>
<string name="sound_mute">Mute</string>
<string name="sound_outgoing_ring">Outgoing Ring</string>
@ -5832,6 +5865,7 @@ Good news though, it does work on your mobile web browser! So please open it the
<string name="sticker_picker_pack_details_limited_time_left">Limited time left: %1$s</string>
<string name="sticker_picker_pack_details_limited_time_left_hook">Limited time left: $[](timeHook)</string>
<string name="sticker_picker_pack_details_premium">Only with Nitro subscription</string>
<string name="sticker_picker_pack_expiring_soon">Expiring Soon</string>
<string name="sticker_picker_premium_exclusive_tooltip">Only usable while subscribed to Nitro</string>
<string name="sticker_picker_price">Buy for %1$s</string>
<string name="sticker_picker_price_unknown">Unknown price</string>
@ -5939,6 +5973,7 @@ Would you like to show them?"</string>
<string name="stream_report_ended_blurry">Stream was blurry or pixelated</string>
<string name="stream_report_ended_lagging">Stream was lagging or refreshing</string>
<string name="stream_report_ended_out_of_sync">Stream was out of sync with voice</string>
<string name="stream_report_ended_stream_stopped_unexpectedly">Stream stopped unexpectedly</string>
<string name="stream_report_game_issue">Streaming is causing an issue with my application</string>
<string name="stream_report_label">Streaming issue</string>
<string name="stream_report_lagging">Stream is lagging or refreshing</string>

View file

@ -2665,7 +2665,7 @@
<item name="android:layout_width">fill_parent</item>
</style>
<style name="ExpressionTrayTabCard">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_width">0.0dip</item>
<item name="android:layout_height">fill_parent</item>
<item name="android:layout_weight">1.0</item>
<item name="cardBackgroundColor">@color/transparent</item>
@ -4191,9 +4191,6 @@
<item name="android:layout_height">236.0dip</item>
<item name="lottie_fileName">animations/anim_verify_by_phone.json</item>
</style>
<style name="UiKit.Anim.Verify.By.Phone.Frozen" parent="@style/UiKit.Anim.Verify.By.Phone">
<item name="lottie_autoPlay">false</item>
</style>
<style name="UiKit.Auth.Note.Rotatable" parent="@style/UiKit.TextView">
<item name="android:paddingTop">16.0dip</item>
<item name="android:paddingBottom">16.0dip</item>
@ -4350,6 +4347,17 @@
<item name="chipStartPadding">6.0dip</item>
<item name="ensureMinTouchTargetSize">false</item>
</style>
<style name="UiKit.Chip.New" parent="@style/UiKit.Chip.Limited">
<item name="android:textSize">9.0sp</item>
<item name="android:textColor">?colorInteractiveActive</item>
<item name="chipBackgroundColor">@color/status_red_500</item>
<item name="chipIcon">@null</item>
<item name="chipIconEnabled">false</item>
<item name="chipIconSize">0.0dip</item>
<item name="chipIconVisible">false</item>
<item name="chipStartPadding">0.0dip</item>
<item name="textAllCaps">true</item>
</style>
<style name="UiKit.Copy" parent="@style/UiKit.ViewGroup.LinearLayout">
<item name="android:gravity">center</item>
<item name="android:padding">20.0dip</item>
@ -5153,8 +5161,10 @@
<item name="android:textAllCaps">false</item>
<item name="fontFamily">@font/whitney_medium</item>
</style>
<style name="UiKit.User.Phone.Add.Confirm" parent="@style/UiKit.Material.Button" />
<style name="UiKit.User.Phone.Add.Number" parent="@style/UiKit.ViewGroup.LinearLayout.Horizontal" />
<style name="UiKit.User.Phone.Manage.Confirm" parent="@style/UiKit.Material.Button">
<item name="android:layout_marginTop">16.0dip</item>
</style>
<style name="UiKit.User.Phone.Manage.Number" parent="@style/UiKit.ViewGroup.LinearLayout.Horizontal" />
<style name="UiKit.User.Phone.Verify.Digits" parent="@style/UiKit.ViewGroup.LinearLayout.Horizontal" />
<style name="UiKit.User.Verify.Char" parent="@style/UiKit.TextView">
<item name="android:textSize">@dimen/uikit_textsize_large</item>