110.4 - Alpha (110204)

This commit is contained in:
Juby210 2022-01-08 08:30:54 +01:00
parent 0c8d289ddb
commit e98e40854f
11 changed files with 10072 additions and 9938 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId 'com.discord'
minSdkVersion 21
targetSdkVersion 30
versionCode 110203
versionName "110.3 - Alpha"
versionCode 110204
versionName "110.4 - Alpha"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="110203" android:versionName="110.3 - Alpha" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="110204" android:versionName="110.4 - Alpha" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>

View File

@ -346,7 +346,7 @@ public final class WidgetSettings extends AppFragment implements OnTabSelectedLi
TextView textView = binding.f;
m.checkNotNullExpressionValue(textView, "appInfoHeader");
String string = getString(R.string.app_information);
textView.setText(string + " - 110.3 - Alpha (110203)");
textView.setText(string + " - 110.4 - Alpha (110204)");
binding.B.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$3(this));
binding.u.setOnClickListener(WidgetSettings$onViewBound$1$5.INSTANCE);
binding.q.setOnClickListener(WidgetSettings$onViewBound$1$6.INSTANCE);

View File

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:gravity="center" android:paddingTop="4dp" android:paddingBottom="4dp" android:drawablePadding="8dp" app:drawableStartCompat="@drawable/ic_check_circle_green_24dp" style="@style/UiKit_TextView"/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:gravity="center_vertical" android:paddingTop="4dp" android:paddingBottom="4dp" android:drawablePadding="8dp" app:drawableStartCompat="@drawable/ic_check_circle_green_24dp" style="@style/UiKit_TextView"/>

View File

@ -320,6 +320,14 @@
<item quantity="one">Rewind %d second</item>
<item quantity="other">Rewind %d seconds</item>
</plurals>
<plurals name="form_help_last_seen_1_days">
<item quantity="one">1 day</item>
<item quantity="other">{days} days</item>
</plurals>
<plurals name="form_help_last_seen_1_members">
<item quantity="one">1 member</item>
<item quantity="other">{members} members</item>
</plurals>
<plurals name="form_help_last_seen_days">
<item quantity="one">1 day</item>
<item quantity="other">{days} days</item>
@ -328,6 +336,14 @@
<item quantity="one">1 member</item>
<item quantity="other">{members} members</item>
</plurals>
<plurals name="form_help_last_seen_with_roles_1_days">
<item quantity="one">1 day</item>
<item quantity="other">{days} days</item>
</plurals>
<plurals name="form_help_last_seen_with_roles_1_members">
<item quantity="one">1 member</item>
<item quantity="other">{members} members</item>
</plurals>
<plurals name="form_help_last_seen_with_roles_days">
<item quantity="one">1 day</item>
<item quantity="other">{days} days</item>
@ -717,8 +733,8 @@
<item quantity="other">{#} more boosts</item>
</plurals>
<plurals name="guild_settings_premium_guild_count_subscribers_count">
<item quantity="one">{#} extremely cool person has</item>
<item quantity="other">{#} extremely cool people have</item>
<item quantity="one">**{#} extremely cool person** has</item>
<item quantity="other">**{#} extremely cool people** have</item>
</plurals>
<plurals name="guild_settings_premium_guild_tier_requirement_required">
<item quantity="one">{#} Boost</item>
@ -1300,10 +1316,18 @@
<item quantity="one">1 other</item>
<item quantity="other">{n} others</item>
</plurals>
<plurals name="reaction_tooltip_3_n_interactive_n">
<item quantity="one">1 other</item>
<item quantity="other">[{n} others](onClick)</item>
</plurals>
<plurals name="reaction_tooltip_3_n_n">
<item quantity="one">1 other</item>
<item quantity="other">{n} others</item>
</plurals>
<plurals name="reaction_tooltip_n_interactive_n">
<item quantity="one">1 person</item>
<item quantity="other">[{n} people](onClick)</item>
</plurals>
<plurals name="reaction_tooltip_n_n">
<item quantity="one">1 person</item>
<item quantity="other">{n} people</item>

View File

@ -49,6 +49,7 @@
<string name="accessibility_detection_modal_decline_label">No. Keep this off.</string>
<string name="accessibility_detection_modal_header">Quick Question!</string>
<string name="accessibility_detection_modal_learn_more_label">Learn more about how we use this information.</string>
<string name="accessibility_example_button_label">Example Button</string>
<string name="accessibility_font_scaling_label">Chat font scaling</string>
<string name="accessibility_font_scaling_use_app">Currently using the Discord-specific font scale.</string>
<string name="accessibility_font_scaling_use_os">Currently using your device\'s font scale.</string>
@ -317,6 +318,7 @@
<string name="application_command_education">Try slash commands! A new way to use bots by typing slash. [Dismiss](dismissOnClick)</string>
<string name="application_command_failed">This interaction failed</string>
<string name="application_command_sending">Sending command…</string>
<string name="application_command_timed_out">The application did not respond</string>
<string name="application_command_used">$[](userHook) used $[](commandHook) with $[](applicationHook)</string>
<string name="application_command_used_mobile_short">[!!{username}!!](handleTapUsername) used [!!{commandName}!!](handleTapCommandName)</string>
<string name="application_command_used_short">$[](userHook) used $[](commandHook)</string>
@ -675,6 +677,7 @@
<string name="attachment_utilities">Upload Attachment Utilities</string>
<string name="attachment_utilities_modify">Modify Attachment</string>
<string name="attachment_utilities_remove">Remove Attachment</string>
<string name="attachment_utilities_spoiler">Spoiler Attachment</string>
<string name="attenuate_while_speaking_others">When others speak</string>
<string name="attenuate_while_speaking_self">When I speak</string>
<string name="audience_a11y_label">!!{name}!! - Audience</string>
@ -2096,6 +2099,8 @@
<string name="desktop_notifications_enable">Enable Desktop Notifications</string>
<string name="desktop_notifications_enable_body">If you\'re looking for per-channel or per-server notifications, right-click the desired server icon and select Notification Settings.</string>
<string name="detect_platform_accounts">Automatically detect accounts from other platforms on this computer.</string>
<string name="dev_notice_local">Local development mode</string>
<string name="dev_notice_staging">Staging {buildNumber}</string>
<string name="developer_application_test_mode">Application Test Mode</string>
<string name="developer_application_test_mode_activate">Activate</string>
<string name="developer_application_test_mode_clear">Clear</string>
@ -2202,6 +2207,7 @@
<string name="display_option_never">Never</string>
<string name="display_option_only_while_speaking">Only While Speaking</string>
<string name="display_silence_warning">Show a warning when Discord is not detecting audio from your mic</string>
<string name="display_submit_button">Show Send Message button</string>
<string name="dm">Direct Message</string>
<string name="dm_search_placeholder">Find or start a conversation</string>
<string name="dm_textarea_placeholder">Message !!{channel}!!</string>
@ -2637,7 +2643,9 @@
<string name="form_help_hardware_h264">Hardware acceleration uses your GPU for efficient video encoding and decoding, if available.</string>
<string name="form_help_instant_invite_channel">If a channel is selected then an invite link will be generated with the widget, otherwise only online members and voice channels will be provided.</string>
<string name="form_help_last_seen">Pruning will kick **{members}** who have not been seen in **{days}** and are not assigned to any roles. They can rejoin the server using a new invite.</string>
<string name="form_help_last_seen_1">Pruning will kick **{members}** who have not been seen on Discord in **{days}** and are not assigned to any roles. They can rejoin the server using a new invite.</string>
<string name="form_help_last_seen_with_roles">Pruning will kick **{members}** who have not been seen in **{days}** and assigned to just the roles you\'ve selected. Members who are not assigned to any roles are still included. They can rejoin the server using a new invite.</string>
<string name="form_help_last_seen_with_roles_1">Pruning will kick **{members}** who have not been seen on Discord in **{days}** and are assigned to just the roles you\'ve selected. Members who are not assigned to any roles are still included. They can rejoin the server using a new invite.</string>
<string name="form_help_news">Post messages that reach servers outside your own. Users can opt into Following this channel, so select posts you Publish from here will appear directly in their own servers. Announcement channels will not receive messages from other Announcement channels. [Learn more.]({documentationLink})</string>
<string name="form_help_news_android">Post messages that reach servers outside your own. Users can opt into Following this channel, so select posts you Publish from here will appear directly in their own servers. [Learn more.]({documentationLink})</string>
<string name="form_help_nsfw">Users will need to confirm they are of over legal age to view in the content in this channel. NSFW channels are exempt from the explicit content filter.</string>
@ -2660,6 +2668,7 @@
<string name="form_help_verification_level">Members of the server must meet the following criteria before they can send messages in text channels or initiate a direct message conversation. If a member has an assigned role this does not apply. **We recommend setting a verification level for a public Discord.**</string>
<string name="form_help_video_quality_mode">Sets camera video quality for all channel participants. Choose **Auto** for optimal performance.</string>
<string name="form_help_voice_video_troubleshooting_guide">Need help with voice or video? Check out our [troubleshooting guide]({guideURL}).</string>
<string name="form_label_accessibility_chat_input">Chat Input</string>
<string name="form_label_account_information">Account Information</string>
<string name="form_label_afk_channel">Inactive Channel</string>
<string name="form_label_afk_timeout">Inactive Timeout</string>
@ -4310,7 +4319,7 @@
<string name="guild_settings_partner_not_verified">You must verify your email before you can see the requirements.</string>
<string name="guild_settings_premium_guild_blurb">Members of your server can help unlock levels by bestowing Boosts. For every level achieved, your server will help unlock perks for everyone. Members can revoke their boost at any time. **Your server will keep perks for three days if a level is lost**. [Learn more about Server Boosting]({helpdeskArticle}).</string>
<string name="guild_settings_premium_guild_close_hint">Only {numLeft} until the next level!</string>
<string name="guild_settings_premium_guild_count_subscribers">**{count}** boosted this server</string>
<string name="guild_settings_premium_guild_count_subscribers">{count} boosted this server</string>
<string name="guild_settings_premium_guild_tier_requirement">{required}</string>
<string name="guild_settings_premium_guild_title">Server Boost Status</string>
<string name="guild_settings_premium_guild_unlocked">Unlocked</string>
@ -5879,8 +5888,8 @@
<string name="move_members_description">Members with this permission can drag other members out of this channel. They can only move members between channels both they and the member they are moving have access.</string>
<string name="move_to">Move To</string>
<string name="move_to_success">User has been moved to the selected channel.</string>
<string name="res_2131892363_msg_alert_cleared">Alert Cleared</string>
<string name="res_2131892364_msg_no_alert_showing">No Alert Showing</string>
<string name="res_2131892372_msg_alert_cleared">Alert Cleared</string>
<string name="res_2131892373_msg_no_alert_showing">No Alert Showing</string>
<string name="mtrl_badge_numberless_content_description">New notification</string>
<string name="mtrl_chip_close_icon_content_description">Remove %1$s</string>
<string name="mtrl_exceed_max_badge_number_content_description">More than %1$d new notifications</string>
@ -7209,7 +7218,9 @@
<string name="reaction_tooltip_2_n">!!{a}!!, !!{b}!!, and {n} reacted with !!{emojiName}!!</string>
<string name="reaction_tooltip_3">!!{a}!!, !!{b}!! and !!{c}!! reacted with !!{emojiName}!!</string>
<string name="reaction_tooltip_3_n">!!{a}!!, !!{b}!!, !!{c}!!, and {n} reacted with !!{emojiName}!!</string>
<string name="reaction_tooltip_3_n_interactive">!!{a}!!, !!{b}!!, !!{c}!!, and {n} reacted with !!{emojiName}!!</string>
<string name="reaction_tooltip_n">{n} reacted with !!{emojiName}!!</string>
<string name="reaction_tooltip_n_interactive">{n} reacted with !!{emojiName}!!</string>
<string name="reactions">Reactions</string>
<string name="reactions_matching">Add reaction **!!{prefix}!!**</string>
<string name="read_message_history">Read Message History</string>
@ -8353,6 +8364,7 @@
<string name="stage_start_prompt_subtitle_mobile_moderator">Press Start the Stage, and pick a topic to start the conversation.</string>
<string name="stage_start_prompt_title">Waiting for the Stage to start… Any day now.</string>
<string name="stage_start_prompt_title_moderator">Waiting for the Stage to start.</string>
<string name="stage_start_prompt_title_moderator_desktop">Click Start the Stage, and pick a topic to start the conversation.</string>
<string name="stage_start_push_notification_body">!!{username}!!: @everyone !!{topic}!! is starting. Listen in!</string>
<string name="stage_start_push_notification_title">!!{guildName}!! is hosting a live Stage</string>
<string name="stage_voice_channel">Stage Channel</string>
@ -8775,6 +8787,7 @@
<string name="text_data_rates">Standard message and data rates apply.</string>
<string name="text_permissions">Text Permissions</string>
<string name="textarea_actions_menu_label">Text area Actions</string>
<string name="textarea_actions_submit_button">Submit Button</string>
<string name="textarea_placeholder">Message !!{channel}!!</string>
<string name="th">Thai</string>
<string name="theme">Theme</string>
@ -9082,6 +9095,7 @@
<string name="upload_debug_log_success_header">Upload Successful</string>
<string name="upload_debug_logs">Upload debug logs to Discord Support</string>
<string name="upload_emoji">Upload Emoji</string>
<string name="upload_emoji_instructions">Drop emojis to upload them.</string>
<string name="upload_file_subtext">Tip: Double click the $[](icon)</string>
<string name="upload_guild_member_avatar">Upload Server Avatar</string>
<string name="upload_image">Upload Image</string>

View File

@ -320,6 +320,14 @@
<item quantity="one">[Ŕéŵîñð %d šéçöñð one two three]</item>
<item quantity="other">[Ŕéŵîñð %d šéçöñðš one two three]</item>
</plurals>
<plurals name="form_help_last_seen_1_days">
<item quantity="one">[1 ðåý one]</item>
<item quantity="other">[»{days}« ðåýš one]</item>
</plurals>
<plurals name="form_help_last_seen_1_members">
<item quantity="one">[1 ḿéḿɓéŕ one two]</item>
<item quantity="other">[»{members}« ḿéḿɓéŕš one two]</item>
</plurals>
<plurals name="form_help_last_seen_days">
<item quantity="one">[1 ðåý one]</item>
<item quantity="other">[»{days}« ðåýš one]</item>
@ -328,6 +336,14 @@
<item quantity="one">[1 ḿéḿɓéŕ one two]</item>
<item quantity="other">[»{members}« ḿéḿɓéŕš one two]</item>
</plurals>
<plurals name="form_help_last_seen_with_roles_1_days">
<item quantity="one">[1 ðåý one]</item>
<item quantity="other">[»{days}« ðåýš one]</item>
</plurals>
<plurals name="form_help_last_seen_with_roles_1_members">
<item quantity="one">[1 ḿéḿɓéŕ one two]</item>
<item quantity="other">[»{members}« ḿéḿɓéŕš one two]</item>
</plurals>
<plurals name="form_help_last_seen_with_roles_days">
<item quantity="one">[1 ðåý one]</item>
<item quantity="other">[»{days}« ðåýš one]</item>
@ -717,8 +733,8 @@
<item quantity="other">[»{#}« ḿöŕé ɓööšţš one two]</item>
</plurals>
<plurals name="guild_settings_premium_guild_count_subscribers_count">
<item quantity="one">[»{#}« éхţŕéḿéļý çööļ þéŕšöñ ĥåš one two three four]</item>
<item quantity="other">[»{#}« éхţŕéḿéļý çööļ þéöþļé ĥåVé one two three four]</item>
<item quantity="one">[**»{#}« éхţŕéḿéļý çööļ þéŕšöñ** ĥåš one two three four]</item>
<item quantity="other">[**»{#}« éхţŕéḿéļý çööļ þéöþļé** ĥåVé one two three four]</item>
</plurals>
<plurals name="guild_settings_premium_guild_tier_requirement_required">
<item quantity="one">[»{#}« βööšţ one two]</item>
@ -1300,10 +1316,18 @@
<item quantity="one">[1 öţĥéŕ one two]</item>
<item quantity="other">[»{n}« öţĥéŕš one two]</item>
</plurals>
<plurals name="reaction_tooltip_3_n_interactive_n">
<item quantity="one">[1 öţĥéŕ one two]</item>
<item quantity="other">[[»{n}« öţĥéŕš](öñÇļîçķ) one two three]</item>
</plurals>
<plurals name="reaction_tooltip_3_n_n">
<item quantity="one">[1 öţĥéŕ one two]</item>
<item quantity="other">[»{n}« öţĥéŕš one two]</item>
</plurals>
<plurals name="reaction_tooltip_n_interactive_n">
<item quantity="one">[1 þéŕšöñ one two]</item>
<item quantity="other">[[»{n}« þéöþļé](öñÇļîçķ) one two three]</item>
</plurals>
<plurals name="reaction_tooltip_n_n">
<item quantity="one">[1 þéŕšöñ one two]</item>
<item quantity="other">[»{n}« þéöþļé one two]</item>

View File

@ -49,6 +49,7 @@
<string name="accessibility_detection_modal_decline_label">[Ñö. Ķééþ ţĥîš öƒƒ. one two three]</string>
<string name="accessibility_detection_modal_header">[qûîçķ qûéšţîöñ¡ one two three]</string>
<string name="accessibility_detection_modal_learn_more_label">[Ļéåŕñ ḿöŕé åɓöûţ ĥöŵ ŵé ûšé ţĥîš îñƒöŕḿåţîöñ. one two three four five]</string>
<string name="accessibility_example_button_label">[Éхåḿþļé βûţţöñ one two three]</string>
<string name="accessibility_font_scaling_label">[Çĥåţ ƒöñţ šçåļîñĝ one two three]</string>
<string name="accessibility_font_scaling_use_app">[Çûŕŕéñţļý ûšîñĝ ţĥé Ðîšçöŕð-šþéçîƒîç ƒöñţ šçåļé. one two three four five six]</string>
<string name="accessibility_font_scaling_use_os">[Çûŕŕéñţļý ûšîñĝ ýöûŕ ðéVîçé\'š ƒöñţ šçåļé. one two three four five]</string>
@ -317,6 +318,7 @@
<string name="application_command_education">[Ţŕý šļåšĥ çöḿḿåñðš¡ Å ñéŵ ŵåý ţö ûšé ɓöţš ɓý ţýþîñĝ šļåšĥ. [Ðîšḿîšš](ðîšḿîššÖñÇļîçķ) one two three four five six seven eight nine]</string>
<string name="application_command_failed">[Ţĥîš îñţéŕåçţîöñ ƒåîļéð one two three]</string>
<string name="application_command_sending">[Šéñðîñĝ çöḿḿåñð… one two three]</string>
<string name="application_command_timed_out">[Ţĥé åþþļîçåţîöñ ðîð ñöţ ŕéšþöñð one two three four]</string>
<string name="application_command_used">[€[](ûšéŕĤööķ) ûšéð €[](çöḿḿåñðĤööķ) ŵîţĥ €[](åþþļîçåţîöñĤööķ) one two three four five six seven]</string>
<string name="application_command_used_mobile_short">[[¡¡»{username}«¡¡](ĥåñðļéŢåþÛšéŕñåḿé) ûšéð [¡¡»{commandName}«¡¡](ĥåñðļéŢåþÇöḿḿåñðÑåḿé) one two three four five six seven eight nine ten eleven twelve]</string>
<string name="application_command_used_short">[€[](ûšéŕĤööķ) ûšéð €[](çöḿḿåñðĤööķ) one two three four]</string>
@ -675,6 +677,7 @@
<string name="attachment_utilities">[Ûþļöåð Åţţåçĥḿéñţ Ûţîļîţîéš one two three four]</string>
<string name="attachment_utilities_modify">[Ḿöðîƒý Åţţåçĥḿéñţ one two three]</string>
<string name="attachment_utilities_remove">[ŔéḿöVé Åţţåçĥḿéñţ one two three]</string>
<string name="attachment_utilities_spoiler">[Šþöîļéŕ Åţţåçĥḿéñţ one two three]</string>
<string name="attenuate_while_speaking_others">[Ŵĥéñ öţĥéŕš šþéåķ one two three]</string>
<string name="attenuate_while_speaking_self">[Ŵĥéñ Î šþéåķ one two]</string>
<string name="audience_a11y_label">[¡¡»{name}«¡¡ - Åûðîéñçé one two three]</string>
@ -2096,6 +2099,8 @@
<string name="desktop_notifications_enable">[Éñåɓļé Ðéšķţöþ Ñöţîƒîçåţîöñš one two three four]</string>
<string name="desktop_notifications_enable_body">[΃ ýöû\'ŕé ļööķîñĝ ƒöŕ þéŕ-çĥåññéļ öŕ þéŕ-šéŕVéŕ ñöţîƒîçåţîöñš, ŕîĝĥţ-çļîçķ ţĥé ðéšîŕéð šéŕVéŕ îçöñ åñð šéļéçţ Ñöţîƒîçåţîöñ Šéţţîñĝš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three]</string>
<string name="detect_platform_accounts">[Åûţöḿåţîçåļļý ðéţéçţ åççöûñţš ƒŕöḿ öţĥéŕ þļåţƒöŕḿš öñ ţĥîš çöḿþûţéŕ. one two three four five six seven eight]</string>
<string name="dev_notice_local">[Ļöçåļ ðéVéļöþḿéñţ ḿöðé one two three]</string>
<string name="dev_notice_staging">[Šţåĝîñĝ »{buildNumber}« one two]</string>
<string name="developer_application_test_mode">[Åþþļîçåţîöñ Ţéšţ Ḿöðé one two three]</string>
<string name="developer_application_test_mode_activate">[ÅçţîVåţé one two]</string>
<string name="developer_application_test_mode_clear">[Çļéåŕ one]</string>
@ -2202,6 +2207,7 @@
<string name="display_option_never">[ÑéVéŕ one]</string>
<string name="display_option_only_while_speaking">[Öñļý Ŵĥîļé Šþéåķîñĝ one two three]</string>
<string name="display_silence_warning">[Šĥöŵ å ŵåŕñîñĝ ŵĥéñ Ðîšçöŕð îš ñöţ ðéţéçţîñĝ åûðîö ƒŕöḿ ýöûŕ ḿîç one two three four five six seven]</string>
<string name="display_submit_button">[Šĥöŵ Šéñð Ḿéššåĝé ɓûţţöñ one two three]</string>
<string name="dm">[Ðîŕéçţ Ḿéššåĝé one two three]</string>
<string name="dm_search_placeholder">[Fîñð öŕ šţåŕţ å çöñVéŕšåţîöñ one two three four]</string>
<string name="dm_textarea_placeholder">[Ḿéššåĝé ¡¡»{channel}«¡¡ one two]</string>
@ -2637,7 +2643,9 @@
<string name="form_help_hardware_h264">[Ĥåŕðŵåŕé åççéļéŕåţîöñ ûšéš ýöûŕ ĜÞÛ ƒöŕ 郃îçîéñţ Vîðéö éñçöðîñĝ åñð ðéçöðîñĝ, îƒ åVåîļåɓļé. one two three four five six seven eight nine ten]</string>
<string name="form_help_instant_invite_channel">[΃ å çĥåññéļ îš šéļéçţéð ţĥéñ åñ îñVîţé ļîñķ ŵîļļ ɓé ĝéñéŕåţéð ŵîţĥ ţĥé ŵîðĝéţ, öţĥéŕŵîšé öñļý öñļîñé ḿéḿɓéŕš åñð Vöîçé çĥåññéļš ŵîļļ ɓé þŕöVîðéð. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]</string>
<string name="form_help_last_seen">[Þŕûñîñĝ ŵîļļ ķîçķ **»{members}«** ŵĥö ĥåVé ñöţ ɓééñ šééñ îñ **»{days}«** åñð åŕé ñöţ åššîĝñéð ţö åñý ŕöļéš. Ţĥéý çåñ ŕéĵöîñ ţĥé šéŕVéŕ ûšîñĝ å ñéŵ îñVîţé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three]</string>
<string name="form_help_last_seen_1">[Þŕûñîñĝ ŵîļļ ķîçķ **»{members}«** ŵĥö ĥåVé ñöţ ɓééñ šééñ öñ Ðîšçöŕð îñ **»{days}«** åñð åŕé ñöţ åššîĝñéð ţö åñý ŕöļéš. Ţĥéý çåñ ŕéĵöîñ ţĥé šéŕVéŕ ûšîñĝ å ñéŵ îñVîţé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five]</string>
<string name="form_help_last_seen_with_roles">[Þŕûñîñĝ ŵîļļ ķîçķ **»{members}«** ŵĥö ĥåVé ñöţ ɓééñ šééñ îñ **»{days}«** åñð åššîĝñéð ţö ĵûšţ ţĥé ŕöļéš ýöû\'Vé šéļéçţéð. Ḿéḿɓéŕš ŵĥö åŕé ñöţ åššîĝñéð ţö åñý ŕöļéš åŕé šţîļļ îñçļûðéð. Ţĥéý çåñ ŕéĵöîñ ţĥé šéŕVéŕ ûšîñĝ å ñéŵ îñVîţé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen]</string>
<string name="form_help_last_seen_with_roles_1">[Þŕûñîñĝ ŵîļļ ķîçķ **»{members}«** ŵĥö ĥåVé ñöţ ɓééñ šééñ öñ Ðîšçöŕð îñ **»{days}«** åñð åŕé åššîĝñéð ţö ĵûšţ ţĥé ŕöļéš ýöû\'Vé šéļéçţéð. Ḿéḿɓéŕš ŵĥö åŕé ñöţ åššîĝñéð ţö åñý ŕöļéš åŕé šţîļļ îñçļûðéð. Ţĥéý çåñ ŕéĵöîñ ţĥé šéŕVéŕ ûšîñĝ å ñéŵ îñVîţé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen]</string>
<string name="form_help_news">[Þöšţ ḿéššåĝéš ţĥåţ ŕéåçĥ šéŕVéŕš öûţšîðé ýöûŕ öŵñ. Ûšéŕš çåñ öþţ îñţö Föļļöŵîñĝ ţĥîš çĥåññéļ, šö šéļéçţ þöšţš ýöû Þûɓļîšĥ ƒŕöḿ ĥéŕé ŵîļļ åþþéåŕ ðîŕéçţļý îñ ţĥéîŕ öŵñ šéŕVéŕš. Åññöûñçéḿéñţ çĥåññéļš ŵîļļ ñöţ ŕéçéîVé ḿéššåĝéš ƒŕöḿ öţĥéŕ Åññöûñçéḿéñţ çĥåññéļš. [Ļéåŕñ ḿöŕé.](»{documentationLink}«) one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six]</string>
<string name="form_help_news_android">[Þöšţ ḿéššåĝéš ţĥåţ ŕéåçĥ šéŕVéŕš öûţšîðé ýöûŕ öŵñ. Ûšéŕš çåñ öþţ îñţö Föļļöŵîñĝ ţĥîš çĥåññéļ, šö šéļéçţ þöšţš ýöû Þûɓļîšĥ ƒŕöḿ ĥéŕé ŵîļļ åþþéåŕ ðîŕéçţļý îñ ţĥéîŕ öŵñ šéŕVéŕš. [Ļéåŕñ ḿöŕé.](»{documentationLink}«) one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen]</string>
<string name="form_help_nsfw">[Ûšéŕš ŵîļļ ñééð ţö çöñƒîŕḿ ţĥéý åŕé öƒ öVéŕ ļéĝåļ åĝé ţö Vîéŵ îñ ţĥé çöñţéñţ îñ ţĥîš çĥåññéļ. ÑŠFŴ çĥåññéļš åŕé éхéḿþţ ƒŕöḿ ţĥé éхþļîçîţ çöñţéñţ ƒîļţéŕ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]</string>
@ -2660,6 +2668,7 @@
<string name="form_help_verification_level">[Ḿéḿɓéŕš öƒ ţĥé šéŕVéŕ ḿûšţ ḿééţ ţĥé ƒöļļöŵîñĝ çŕîţéŕîå ɓéƒöŕé ţĥéý çåñ šéñð ḿéššåĝéš îñ ţéхţ çĥåññéļš öŕ îñîţîåţé å ðîŕéçţ ḿéššåĝé çöñVéŕšåţîöñ. ΃ å ḿéḿɓéŕ ĥåš åñ åššîĝñéð ŕöļé ţĥîš ðöéš ñöţ åþþļý. **Ŵé ŕéçöḿḿéñð šéţţîñĝ å Véŕîƒîçåţîöñ ļéVéļ ƒöŕ å þûɓļîç Ðîšçöŕð.** one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five]</string>
<string name="form_help_video_quality_mode">[Šéţš çåḿéŕå Vîðéö Qûåļîţý ƒöŕ åļļ çĥåññéļ þåŕţîçîþåñţš. Çĥööšé **Åûţö** ƒöŕ öþţîḿåļ þéŕƒöŕḿåñçé. one two three four five six seven eight nine ten eleven]</string>
<string name="form_help_voice_video_troubleshooting_guide">[Ñééð ĥéļþ ŵîţĥ Vöîçé öŕ Vîðéö¿ Çĥéçķ öûţ öûŕ [ţŕöûɓļéšĥööţîñĝ ĝûîðé](»{guideURL}«). one two three four five six seven eight]</string>
<string name="form_label_accessibility_chat_input">[Çĥåţ Îñþûţ one two]</string>
<string name="form_label_account_information">[Åççöûñţ Îñƒöŕḿåţîöñ one two three]</string>
<string name="form_label_afk_channel">[ÎñåçţîVé Çĥåññéļ one two three]</string>
<string name="form_label_afk_timeout">[ÎñåçţîVé Ţîḿéöûţ one two three]</string>
@ -4310,7 +4319,7 @@
<string name="guild_settings_partner_not_verified">[Ýöû ḿûšţ Véŕîƒý ýöûŕ éḿåîļ ɓéƒöŕé ýöû çåñ šéé ţĥé ŕéQûîŕéḿéñţš. one two three four five six seven]</string>
<string name="guild_settings_premium_guild_blurb">[Ḿéḿɓéŕš öƒ ýöûŕ šéŕVéŕ çåñ ĥéļþ ûñļöçķ ļéVéļš ɓý ɓéšţöŵîñĝ βööšţš. Föŕ éVéŕý ļéVéļ åçĥîéVéð, ýöûŕ šéŕVéŕ ŵîļļ ĥéļþ ûñļöçķ þéŕķš ƒöŕ éVéŕýöñé. Ḿéḿɓéŕš çåñ ŕéVöķé ţĥéîŕ ɓööšţ åţ åñý ţîḿé. **Ýöûŕ šéŕVéŕ ŵîļļ ķééþ þéŕķš ƒöŕ ţĥŕéé ðåýš îƒ å ļéVéļ îš ļöšţ**. [Ļéåŕñ ḿöŕé åɓöûţ ŠéŕVéŕ βööšţîñĝ](»{helpdeskArticle}«). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine]</string>
<string name="guild_settings_premium_guild_close_hint">[Öñļý »{numLeft}« ûñţîļ ţĥé ñéхţ ļéVéļ¡ one two three four]</string>
<string name="guild_settings_premium_guild_count_subscribers">[**»{count}«** ɓööšţéð ţĥîš šéŕVéŕ one two three]</string>
<string name="guild_settings_premium_guild_count_subscribers">[»{count}« ɓööšţéð ţĥîš šéŕVéŕ one two three]</string>
<string name="guild_settings_premium_guild_tier_requirement">[»{required}«]</string>
<string name="guild_settings_premium_guild_title">[ŠéŕVéŕ βööšţ Šţåţûš one two three]</string>
<string name="guild_settings_premium_guild_unlocked">[Ûñļöçķéð one two]</string>
@ -5879,8 +5888,8 @@
<string name="move_members_description">[Ḿéḿɓéŕš ŵîţĥ ţĥîš þéŕḿîššîöñ çåñ ðŕåĝ öţĥéŕ ḿéḿɓéŕš öûţ öƒ ţĥîš çĥåññéļ. Ţĥéý çåñ öñļý ḿöVé ḿéḿɓéŕš ɓéţŵééñ çĥåññéļš ɓöţĥ ţĥéý åñð ţĥé ḿéḿɓéŕ ţĥéý åŕé ḿöVîñĝ ĥåVé åççéšš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen]</string>
<string name="move_to">[ḾöVé Ţö one two]</string>
<string name="move_to_success">[Ûšéŕ ĥåš ɓééñ ḿöVéð ţö ţĥé šéļéçţéð çĥåññéļ. one two three four five]</string>
<string name="res_2131892363_msg_alert_cleared">[Åļéŕţ Çļéåŕéð one two]</string>
<string name="res_2131892364_msg_no_alert_showing">[Ñö Åļéŕţ Šĥöŵîñĝ one two three]</string>
<string name="res_2131892372_msg_alert_cleared">[Åļéŕţ Çļéåŕéð one two]</string>
<string name="res_2131892373_msg_no_alert_showing">[Ñö Åļéŕţ Šĥöŵîñĝ one two three]</string>
<string name="mtrl_badge_numberless_content_description">[Ñéŵ ñöţîƒîçåţîöñ one two three]</string>
<string name="mtrl_chip_close_icon_content_description">[ŔéḿöVé »%1$s« one two]</string>
<string name="mtrl_exceed_max_badge_number_content_description">[Ḿöŕé ţĥåñ %1$d ñéŵ ñöţîƒîçåţîöñš one two three four]</string>
@ -7209,7 +7218,9 @@
<string name="reaction_tooltip_2_n">[¡¡»{a}«¡¡, ¡¡»{b}«¡¡, åñð »{n}« ŕéåçţéð ŵîţĥ ¡¡»{emojiName}«¡¡ one two three four]</string>
<string name="reaction_tooltip_3">[¡¡»{a}«¡¡, ¡¡»{b}«¡¡ åñð ¡¡»{c}«¡¡ ŕéåçţéð ŵîţĥ ¡¡»{emojiName}«¡¡ one two three four five]</string>
<string name="reaction_tooltip_3_n">[¡¡»{a}«¡¡, ¡¡»{b}«¡¡, ¡¡»{c}«¡¡, åñð »{n}« ŕéåçţéð ŵîţĥ ¡¡»{emojiName}«¡¡ one two three four five]</string>
<string name="reaction_tooltip_3_n_interactive">[¡¡»{a}«¡¡, ¡¡»{b}«¡¡, ¡¡»{c}«¡¡, åñð »{n}« ŕéåçţéð ŵîţĥ ¡¡»{emojiName}«¡¡ one two three four five]</string>
<string name="reaction_tooltip_n">[»{n}« ŕéåçţéð ŵîţĥ ¡¡»{emojiName}«¡¡ one two three]</string>
<string name="reaction_tooltip_n_interactive">[»{n}« ŕéåçţéð ŵîţĥ ¡¡»{emojiName}«¡¡ one two three]</string>
<string name="reactions">[Ŕéåçţîöñš one two]</string>
<string name="reactions_matching">[Åðð ŕéåçţîöñ **¡¡»{prefix}«¡¡** one two three]</string>
<string name="read_message_history">[Ŕéåð Ḿéššåĝé Ĥîšţöŕý one two three]</string>
@ -8353,6 +8364,7 @@
<string name="stage_start_prompt_subtitle_mobile_moderator">[Þŕéšš Šţåŕţ ţĥé Šţåĝé, åñð þîçķ å ţöþîç ţö šţåŕţ ţĥé çöñVéŕšåţîöñ. one two three four five six seven eight]</string>
<string name="stage_start_prompt_title">[Ŵåîţîñĝ ƒöŕ ţĥé Šţåĝé ţö šţåŕţ… Åñý ðåý ñöŵ. one two three four five]</string>
<string name="stage_start_prompt_title_moderator">[Ŵåîţîñĝ ƒöŕ ţĥé Šţåĝé ţö šţåŕţ. one two three four]</string>
<string name="stage_start_prompt_title_moderator_desktop">[Çļîçķ Šţåŕţ ţĥé Šţåĝé, åñð þîçķ å ţöþîç ţö šţåŕţ ţĥé çöñVéŕšåţîöñ. one two three four five six seven eight]</string>
<string name="stage_start_push_notification_body">[¡¡»{username}«¡¡: @éVéŕýöñé ¡¡»{topic}«¡¡ îš šţåŕţîñĝ. Ļîšţéñ îñ¡ one two three four five]</string>
<string name="stage_start_push_notification_title">[¡¡»{guildName}«¡¡ îš ĥöšţîñĝ å ļîVé Šţåĝé one two three four]</string>
<string name="stage_voice_channel">[Šţåĝé Çĥåññéļ one two]</string>
@ -8775,6 +8787,7 @@
<string name="text_data_rates">[Šţåñðåŕð ḿéššåĝé åñð ðåţå ŕåţéš åþþļý. one two three four five]</string>
<string name="text_permissions">[Ţéхţ Þéŕḿîššîöñš one two three]</string>
<string name="textarea_actions_menu_label">[Ţéхţ åŕéå Åçţîöñš one two three]</string>
<string name="textarea_actions_submit_button">[Šûɓḿîţ βûţţöñ one two]</string>
<string name="textarea_placeholder">[Ḿéššåĝé ¡¡»{channel}«¡¡ one two]</string>
<string name="th">[Ţĥåî one]</string>
<string name="theme">[Ţĥéḿé one]</string>
@ -9082,6 +9095,7 @@
<string name="upload_debug_log_success_header">[Ûþļöåð Šûççéššƒûļ one two three]</string>
<string name="upload_debug_logs">[Ûþļöåð ðéɓûĝ ļöĝš ţö Ðîšçöŕð Šûþþöŕţ one two three four five]</string>
<string name="upload_emoji">[Ûþļöåð Éḿöĵî one two]</string>
<string name="upload_emoji_instructions">[Ðŕöþ éḿöĵîš ţö ûþļöåð ţĥéḿ. one two three four]</string>
<string name="upload_file_subtext">[Ţîþ: Ðöûɓļé çļîçķ ţĥé €[](îçöñ) one two three four]</string>
<string name="upload_guild_member_avatar">[Ûþļöåð ŠéŕVéŕ ÅVåţåŕ one two three]</string>
<string name="upload_image">[Ûþļöåð Îḿåĝé one two]</string>

View File

@ -320,6 +320,14 @@
<item quantity="one">Rewind %d second</item>
<item quantity="other">Rewind %d seconds</item>
</plurals>
<plurals name="form_help_last_seen_1_days">
<item quantity="one">1 day</item>
<item quantity="other">{days} days</item>
</plurals>
<plurals name="form_help_last_seen_1_members">
<item quantity="one">1 member</item>
<item quantity="other">{members} members</item>
</plurals>
<plurals name="form_help_last_seen_days">
<item quantity="one">1 day</item>
<item quantity="other">{days} days</item>
@ -328,6 +336,14 @@
<item quantity="one">1 member</item>
<item quantity="other">{members} members</item>
</plurals>
<plurals name="form_help_last_seen_with_roles_1_days">
<item quantity="one">1 day</item>
<item quantity="other">{days} days</item>
</plurals>
<plurals name="form_help_last_seen_with_roles_1_members">
<item quantity="one">1 member</item>
<item quantity="other">{members} members</item>
</plurals>
<plurals name="form_help_last_seen_with_roles_days">
<item quantity="one">1 day</item>
<item quantity="other">{days} days</item>
@ -717,8 +733,8 @@
<item quantity="other">{#} more boosts</item>
</plurals>
<plurals name="guild_settings_premium_guild_count_subscribers_count">
<item quantity="one">{#} extremely cool person has</item>
<item quantity="other">{#} extremely cool people have</item>
<item quantity="one">**{#} extremely cool person** has</item>
<item quantity="other">**{#} extremely cool people** have</item>
</plurals>
<plurals name="guild_settings_premium_guild_tier_requirement_required">
<item quantity="one">{#} Boost</item>
@ -1300,10 +1316,18 @@
<item quantity="one">1 other</item>
<item quantity="other">{n} others</item>
</plurals>
<plurals name="reaction_tooltip_3_n_interactive_n">
<item quantity="one">1 other</item>
<item quantity="other">[{n} others](onClick)</item>
</plurals>
<plurals name="reaction_tooltip_3_n_n">
<item quantity="one">1 other</item>
<item quantity="other">{n} others</item>
</plurals>
<plurals name="reaction_tooltip_n_interactive_n">
<item quantity="one">1 person</item>
<item quantity="other">[{n} people](onClick)</item>
</plurals>
<plurals name="reaction_tooltip_n_n">
<item quantity="one">1 person</item>
<item quantity="other">{n} people</item>

File diff suppressed because it is too large Load Diff

View File

@ -49,6 +49,7 @@
<string name="accessibility_detection_modal_decline_label">No. Keep this off.</string>
<string name="accessibility_detection_modal_header">Quick Question!</string>
<string name="accessibility_detection_modal_learn_more_label">Learn more about how we use this information.</string>
<string name="accessibility_example_button_label">Example Button</string>
<string name="accessibility_font_scaling_label">Chat font scaling</string>
<string name="accessibility_font_scaling_use_app">Currently using the Discord-specific font scale.</string>
<string name="accessibility_font_scaling_use_os">Currently using your device\'s font scale.</string>
@ -318,6 +319,7 @@
<string name="application_command_education">Try slash commands! A new way to use bots by typing slash. [Dismiss](dismissOnClick)</string>
<string name="application_command_failed">This interaction failed</string>
<string name="application_command_sending">Sending command…</string>
<string name="application_command_timed_out">The application did not respond</string>
<string name="application_command_used">$[](userHook) used $[](commandHook) with $[](applicationHook)</string>
<string name="application_command_used_mobile_short">[!!{username}!!](handleTapUsername) used [!!{commandName}!!](handleTapCommandName)</string>
<string name="application_command_used_short">$[](userHook) used $[](commandHook)</string>
@ -676,6 +678,7 @@
<string name="attachment_utilities">Upload Attachment Utilities</string>
<string name="attachment_utilities_modify">Modify Attachment</string>
<string name="attachment_utilities_remove">Remove Attachment</string>
<string name="attachment_utilities_spoiler">Spoiler Attachment</string>
<string name="attenuate_while_speaking_others">When others speak</string>
<string name="attenuate_while_speaking_self">When I speak</string>
<string name="audience_a11y_label">!!{name}!! - Audience</string>
@ -1441,7 +1444,7 @@
<string name="color_picker_custom">Custom</string>
<string name="color_picker_presets">Presets</string>
<string name="color_picker_use_default">Use Default</string>
<string name="res_2131887604_com_crashlytics_android_build_id">f7ffe6aa07b24863bf6912fff7fca975</string>
<string name="res_2131887607_com_crashlytics_android_build_id">bb91b3ffc1ac4fc1beaf98d1027b5751</string>
<string name="command_accessibility_desc_app_header_item">Slash command application {applicationName}</string>
<string name="command_accessibility_desc_app_item">{applicationName} application</string>
<string name="command_accessibility_desc_app_item_selected">{applicationName} application selected</string>
@ -2101,6 +2104,8 @@
<string name="desktop_notifications_enable">Enable Desktop Notifications</string>
<string name="desktop_notifications_enable_body">If you\'re looking for per-channel or per-server notifications, right-click the desired server icon and select Notification Settings.</string>
<string name="detect_platform_accounts">Automatically detect accounts from other platforms on this computer.</string>
<string name="dev_notice_local">Local development mode</string>
<string name="dev_notice_staging">Staging {buildNumber}</string>
<string name="developer_application_test_mode">Application Test Mode</string>
<string name="developer_application_test_mode_activate">Activate</string>
<string name="developer_application_test_mode_clear">Clear</string>
@ -2208,6 +2213,7 @@
<string name="display_option_never">Never</string>
<string name="display_option_only_while_speaking">Only While Speaking</string>
<string name="display_silence_warning">Show a warning when Discord is not detecting audio from your mic</string>
<string name="display_submit_button">Show Send Message button</string>
<string name="dm">Direct Message</string>
<string name="dm_search_placeholder">Find or start a conversation</string>
<string name="dm_textarea_placeholder">Message !!{channel}!!</string>
@ -2648,7 +2654,9 @@
<string name="form_help_hardware_h264">Hardware acceleration uses your GPU for efficient video encoding and decoding, if available.</string>
<string name="form_help_instant_invite_channel">If a channel is selected then an invite link will be generated with the widget, otherwise only online members and voice channels will be provided.</string>
<string name="form_help_last_seen">Pruning will kick **{members}** who have not been seen in **{days}** and are not assigned to any roles. They can rejoin the server using a new invite.</string>
<string name="form_help_last_seen_1">Pruning will kick **{members}** who have not been seen on Discord in **{days}** and are not assigned to any roles. They can rejoin the server using a new invite.</string>
<string name="form_help_last_seen_with_roles">Pruning will kick **{members}** who have not been seen in **{days}** and assigned to just the roles you\'ve selected. Members who are not assigned to any roles are still included. They can rejoin the server using a new invite.</string>
<string name="form_help_last_seen_with_roles_1">Pruning will kick **{members}** who have not been seen on Discord in **{days}** and are assigned to just the roles you\'ve selected. Members who are not assigned to any roles are still included. They can rejoin the server using a new invite.</string>
<string name="form_help_news">Post messages that reach servers outside your own. Users can opt into Following this channel, so select posts you Publish from here will appear directly in their own servers. Announcement channels will not receive messages from other Announcement channels. [Learn more.]({documentationLink})</string>
<string name="form_help_news_android">Post messages that reach servers outside your own. Users can opt into Following this channel, so select posts you Publish from here will appear directly in their own servers. [Learn more.]({documentationLink})</string>
<string name="form_help_nsfw">Users will need to confirm they are of over legal age to view in the content in this channel. NSFW channels are exempt from the explicit content filter.</string>
@ -2671,6 +2679,7 @@
<string name="form_help_verification_level">Members of the server must meet the following criteria before they can send messages in text channels or initiate a direct message conversation. If a member has an assigned role this does not apply. **We recommend setting a verification level for a public Discord.**</string>
<string name="form_help_video_quality_mode">Sets camera video quality for all channel participants. Choose **Auto** for optimal performance.</string>
<string name="form_help_voice_video_troubleshooting_guide">Need help with voice or video? Check out our [troubleshooting guide]({guideURL}).</string>
<string name="form_label_accessibility_chat_input">Chat Input</string>
<string name="form_label_account_information">Account Information</string>
<string name="form_label_afk_channel">Inactive Channel</string>
<string name="form_label_afk_timeout">Inactive Timeout</string>
@ -4326,7 +4335,7 @@
<string name="guild_settings_partner_not_verified">You must verify your email before you can see the requirements.</string>
<string name="guild_settings_premium_guild_blurb">Members of your server can help unlock levels by bestowing Boosts. For every level achieved, your server will help unlock perks for everyone. Members can revoke their boost at any time. **Your server will keep perks for three days if a level is lost**. [Learn more about Server Boosting]({helpdeskArticle}).</string>
<string name="guild_settings_premium_guild_close_hint">Only {numLeft} until the next level!</string>
<string name="guild_settings_premium_guild_count_subscribers">**{count}** boosted this server</string>
<string name="guild_settings_premium_guild_count_subscribers">{count} boosted this server</string>
<string name="guild_settings_premium_guild_tier_requirement">{required}</string>
<string name="guild_settings_premium_guild_title">Server Boost Status</string>
<string name="guild_settings_premium_guild_unlocked">Unlocked</string>
@ -5898,8 +5907,8 @@
<string name="move_members_description">Members with this permission can drag other members out of this channel. They can only move members between channels both they and the member they are moving have access.</string>
<string name="move_to">Move To</string>
<string name="move_to_success">User has been moved to the selected channel.</string>
<string name="res_2131892363_msg_alert_cleared">Alert Cleared</string>
<string name="res_2131892364_msg_no_alert_showing">No Alert Showing</string>
<string name="res_2131892372_msg_alert_cleared">Alert Cleared</string>
<string name="res_2131892373_msg_no_alert_showing">No Alert Showing</string>
<string name="mtrl_badge_numberless_content_description">New notification</string>
<string name="mtrl_chip_close_icon_content_description">Remove %1$s</string>
<string name="mtrl_exceed_max_badge_number_content_description">More than %1$d new notifications</string>
@ -7236,7 +7245,9 @@
<string name="reaction_tooltip_2_n">!!{a}!!, !!{b}!!, and {n} reacted with !!{emojiName}!!</string>
<string name="reaction_tooltip_3">!!{a}!!, !!{b}!! and !!{c}!! reacted with !!{emojiName}!!</string>
<string name="reaction_tooltip_3_n">!!{a}!!, !!{b}!!, !!{c}!!, and {n} reacted with !!{emojiName}!!</string>
<string name="reaction_tooltip_3_n_interactive">!!{a}!!, !!{b}!!, !!{c}!!, and {n} reacted with !!{emojiName}!!</string>
<string name="reaction_tooltip_n">{n} reacted with !!{emojiName}!!</string>
<string name="reaction_tooltip_n_interactive">{n} reacted with !!{emojiName}!!</string>
<string name="reactions">Reactions</string>
<string name="reactions_matching">Add reaction **!!{prefix}!!**</string>
<string name="read_message_history">Read Message History</string>
@ -8380,6 +8391,7 @@
<string name="stage_start_prompt_subtitle_mobile_moderator">Press Start the Stage, and pick a topic to start the conversation.</string>
<string name="stage_start_prompt_title">Waiting for the Stage to start… Any day now.</string>
<string name="stage_start_prompt_title_moderator">Waiting for the Stage to start.</string>
<string name="stage_start_prompt_title_moderator_desktop">Click Start the Stage, and pick a topic to start the conversation.</string>
<string name="stage_start_push_notification_body">!!{username}!!: @everyone !!{topic}!! is starting. Listen in!</string>
<string name="stage_start_push_notification_title">!!{guildName}!! is hosting a live Stage</string>
<string name="stage_voice_channel">Stage Channel</string>
@ -8802,6 +8814,7 @@
<string name="text_data_rates">Standard message and data rates apply.</string>
<string name="text_permissions">Text Permissions</string>
<string name="textarea_actions_menu_label">Text area Actions</string>
<string name="textarea_actions_submit_button">Submit Button</string>
<string name="textarea_placeholder">Message !!{channel}!!</string>
<string name="th">Thai</string>
<string name="theme">Theme</string>
@ -9111,6 +9124,7 @@
<string name="upload_debug_log_success_header">Upload Successful</string>
<string name="upload_debug_logs">Upload debug logs to Discord Support</string>
<string name="upload_emoji">Upload Emoji</string>
<string name="upload_emoji_instructions">Drop emojis to upload them.</string>
<string name="upload_file_subtext">Tip: Double click the $[](icon)</string>
<string name="upload_guild_member_avatar">Upload Server Avatar</string>
<string name="upload_image">Upload Image</string>