103.2 - Alpha (103202)

This commit is contained in:
Juby210 2021-11-17 08:32:39 +01:00
parent cf20d7af5a
commit 08d826aa39
38 changed files with 10347 additions and 10282 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId 'com.discord'
minSdkVersion 21
targetSdkVersion 30
versionCode 103201
versionName "103.1 - Alpha"
versionCode 103202
versionName "103.2 - 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="103201" android:versionName="103.1 - 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="103202" android:versionName="103.2 - 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 + " - 103.1 - Alpha (103201)");
textView.setText(string + " - 103.2 - Alpha (103202)");
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

@ -516,6 +516,10 @@
<item quantity="one">You must unselect 1 friend.</item>
<item quantity="other">You must unselect {number} friends.</item>
</plurals>
<plurals name="guild_communication_disabled_remaining_time_quantity">
<item quantity="one">{#} {unit}</item>
<item quantity="other">{#} {unit}s</item>
</plurals>
<plurals name="guild_discovery_header_search_results_count">
<item quantity="one">1 result</item>
<item quantity="other">{count} results</item>

View File

@ -296,12 +296,12 @@
<string name="animate_emoji">Play animated emoji</string>
<string name="animate_emoji_note">I want emoji to move and groove.</string>
<string name="animated_emoji">Animated Emoji</string>
<string name="animated_guild_banner_tooltip_content">Servers with {tier3} can choose a GIF for their server banner under **Server Settings &gt; Overview**.</string>
<string name="animated_guild_banner_tooltip_content_tier_3">You can now choose a GIF for your server banner as part of your {tier3}. Try it out now under **Server Settings &gt; Overview**!</string>
<string name="animated_guild_banner_tooltip_content_tier_3_tier_name">Boosting Level 3 perks</string>
<string name="animated_guild_banner_tooltip_content_tier_3_tier_name_repositioned">Boosting Communities plan</string>
<string name="animated_guild_banner_tooltip_content_tier_3_v2">You can now choose a GIF for your server banner as part of your {tier3}. Try it out now under **Server Settings &gt; Overview**!</string>
<string name="animated_guild_banner_tooltip_content_tier_name">Boosting Level 3</string>
<string name="animated_guild_banner_tooltip_content_tier_name_repositioned">the Boosting Communities plan</string>
<string name="animated_guild_banner_tooltip_content_v2">Servers with {tier3} can choose a GIF for their server banner under **Server Settings &gt; Overview**.</string>
<string name="animated_guild_banner_tooltip_cta">Open Settings</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Got it</string>
<string name="animated_guild_banner_tooltip_cta_tier_3">Set New Banner</string>
@ -1318,6 +1318,12 @@
<string name="channel">Channel</string>
<string name="channel_a11y_label">!!{channelName}!! (channel)</string>
<string name="channel_actions_menu_label">Channel Actions</string>
<string name="channel_banner_notice_body">Upload a banner for each text channel and bring your channel topics to life. Channel Banners requires Boosting {tierLabel} to use.</string>
<string name="channel_banner_notice_body_tier_3">You can now set a banner for each text channel under **Channel Settings &gt; Overview** as part of Boosting {tierLabel} {rewardsLabel}!</string>
<string name="channel_banner_notice_cta">Open Channel Settings</string>
<string name="channel_banner_notice_cta_dismiss">Got it</string>
<string name="channel_banner_notice_cta_tier_3">Set Channel Banner</string>
<string name="channel_banner_notice_heading">NEW! Channel Banners</string>
<string name="channel_banner_preview_upsell_modal_intro">Youll also help unlock more customization features and utility upgrades for everyone in the server like:</string>
<string name="channel_banner_preview_upsell_modal_subtitle">Boost your server to {targetLevelOrPlan} to use your new channel banner</string>
<string name="channel_banner_preview_upsell_modal_subtitle_repositioned">Boost your server to the {targetLevelOrPlan} plan to use your new channel banner</string>
@ -3398,6 +3404,16 @@
<string name="guild_cap_upsell_modal_near_limit_body">You\'re in {guildCount} servers and might hit the 100 server limit soon. Join up to 200 servers $[NEW](newBadgeHook), use your server emoji everywhere, $[and more with Discord Nitro!](onAndMore)</string>
<string name="guild_cap_upsell_modal_title">Wanna join more servers?</string>
<string name="guild_cap_upsell_tooltip">Upgrade to Discord Nitro to join up to 200 servers!</string>
<string name="guild_communication_disabled_audit_log_disclosure">This reason will be recorded in the audit log.</string>
<string name="guild_communication_disabled_body">When you put a user in time out they will not be able to send messages in chat, reply within threads, react to messages, or speak in voice or stage channels</string>
<string name="guild_communication_disabled_duration">DURATION</string>
<string name="guild_communication_disabled_notice_header">You are in timeout mode</string>
<string name="guild_communication_disabled_notice_subheader">You can not reply, react, message or speak in voice. [Learn more]({link})</string>
<string name="guild_communication_disabled_reason">REASON</string>
<string name="guild_communication_disabled_reason_placeholder">Reason for time out</string>
<string name="guild_communication_disabled_remaining_time">{quantity} remaining</string>
<string name="guild_communication_disabled_remaining_time_seconds">Less than 1 minute remaining</string>
<string name="guild_communication_disabled_success">!!{user}!! Timed out for {label}</string>
<string name="guild_create_description">A server is a superpowered group chat where people come together around a topic or to hang out.</string>
<string name="guild_create_invite_description">Youll need a few friends to get the most out of your server.</string>
<string name="guild_create_invite_see_more_suggestions">See more friends</string>
@ -3417,12 +3433,6 @@
<string name="guild_delete_feedback_test">I wanted to test features and/or bots</string>
<string name="guild_delete_feedback_too_hard">The server was too hard to figure out</string>
<string name="guild_dicovery_main_view_subtitle">From gaming, to music, to education, there\'s a place for you on Discord.</string>
<string name="guild_disable_communication_audit_log_disclosure">This reason will be recorded in the audit log.</string>
<string name="guild_disable_communication_body">When you put a user in time out they will not be able to send messages in chat, reply within threads, react to messages, or speak in voice or stage channels</string>
<string name="guild_disable_communication_duration">DURATION</string>
<string name="guild_disable_communication_reason">REASON</string>
<string name="guild_disable_communication_reason_placeholder">Reason for time out</string>
<string name="guild_disable_communication_success">!!{user}!! Timed out for {label}</string>
<string name="guild_discovery_all_category_filter">All</string>
<string name="guild_discovery_category_footer_title">There are more communities out there!</string>
<string name="guild_discovery_category_header">Popular {categoryName} communities</string>
@ -3465,6 +3475,9 @@
<string name="guild_discovery_search_results_header">{count} for {query}</string>
<string name="guild_discovery_tooltip">Explore Public Servers</string>
<string name="guild_discovery_view_button">View</string>
<string name="guild_enable_communication_body">They will now be able to send messages in chat, reply within threads, react to messages, or speak in voice or stage channels.</string>
<string name="guild_enable_communication_header">End Time Out</string>
<string name="guild_enable_communication_success">!!{user}!! time out ended</string>
<string name="guild_enable_progress_bar">Enable Progress Bar</string>
<string name="guild_event_add_moderators_label">Add Moderators</string>
<string name="guild_event_cannot_connect">Missing permission to connect.</string>
@ -6133,8 +6146,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_2131892232_msg_alert_cleared">Alert Cleared</string>
<string name="res_2131892233_msg_no_alert_showing">No Alert Showing</string>
<string name="res_2131892246_msg_alert_cleared">Alert Cleared</string>
<string name="res_2131892247_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>
@ -6811,6 +6824,9 @@
<string name="phone_ip_authorization_subtitle_resend">We dont recognize this location. We sent a confirmation code to the phone number connected to this account. Didn\'t get a code? [Resend Code](onResendClick)</string>
<string name="phone_ip_authorization_title">Enter your confirmation code to verify it\'s you</string>
<string name="phone_required">A valid phone is required.</string>
<string name="phone_then_email_interstitial_body">Great! Next, we\'ll verify your email.</string>
<string name="phone_then_email_interstitial_confirm">Continue</string>
<string name="phone_then_email_interstitial_title">Phone verified!</string>
<string name="phone_verification_add_title">Enter a phone number</string>
<string name="phone_verification_current_phone">The current number on your account is !!{phone}!!.</string>
<string name="phone_verification_new_phone_label">New Phone Number</string>
@ -7792,11 +7808,13 @@
<string name="repositioning_experiment_premium_guild_subscription_perk_value_threads_archive_tier_1">up to 3 days</string>
<string name="repositioning_experiment_premium_guild_subscription_perk_value_threads_archive_tier_2">up to 7 days</string>
<string name="repositioning_experiment_premium_guild_subscription_perk_value_threads_archive_tier_3">up to 7 days</string>
<string name="repositioning_experiment_premium_guild_subscription_perks_label">perks</string>
<string name="repositioning_experiment_premium_guild_subscription_progress_bar_screen_reader_value">This server currently has {numSubscriptionsApplied} applied.</string>
<string name="repositioning_experiment_premium_guild_subscription_progress_bar_screen_reader_value_tier_unlocked">This server currently has {numSubscriptionsApplied} applied. It has unlocked the !!{planName}!! plan.</string>
<string name="repositioning_experiment_premium_guild_subscription_progress_bar_tooltip_current_progress_complete_heading">You did it!</string>
<string name="repositioning_experiment_premium_guild_subscription_progress_bar_tooltip_current_progress_heading">You are here!</string>
<string name="repositioning_experiment_premium_guild_subscription_progress_bar_tooltip_current_progress_subscription_count">{numSubscriptionsApplied}</string>
<string name="repositioning_experiment_premium_guild_subscription_rewards_label">rewards</string>
<string name="repositioning_experiment_premium_guild_subscription_single_subscription_cta">Help unlock rewards together. **$[Buy Single Boosts ‏‮→](buySingleSubscriptionHook)**</string>
<string name="repositioning_experiment_premium_guild_subscription_tier_0_name">Free</string>
<string name="repositioning_experiment_premium_guild_subscription_tier_0_name_shortened">No Plan</string>
@ -7806,6 +7824,7 @@
<string name="repositioning_experiment_premium_guild_subscription_tier_2_name_shortened">Plan 2</string>
<string name="repositioning_experiment_premium_guild_subscription_tier_3_name">Communities</string>
<string name="repositioning_experiment_premium_guild_subscription_tier_3_name_shortened">Plan 3</string>
<string name="repositioning_experiment_premium_guild_subscription_tier_plan_label">{tierLabel} plan</string>
<string name="request_to_speak">Request to Speak</string>
<string name="request_to_speak_accept">Invite to Speak</string>
<string name="request_to_speak_accessibility_text">Open Raised Hands List</string>
@ -8900,6 +8919,7 @@
<string name="start_stage_public_preview_subtitle">It\'ll be listed publicly in Stage Discovery.</string>
<string name="start_stage_public_preview_title">Your Stage is going public!</string>
<string name="start_stage_public_short_topic_warning">Is your topic descriptive enough? Make sure it\'s clear so that people browsing Stage Discovery can easily know what your Stage and community is about.</string>
<string name="start_verification_button">Start Verification</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>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Пусни анимирани емотикони</string>
<string name="animate_emoji_note">Искам раздвижен и музикален емотикон.</string>
<string name="animated_emoji">Анимирани емотикони</string>
<string name="animated_guild_banner_tooltip_content">Спретни своя сървър с анимиран банер.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Разбрах</string>
<string name="animated_guild_banner_tooltip_header">НОВО! Анимиран банер на сървъра</string>
<string name="announcement_edit_rate_limit">За да поддържаме бързината на обявите, публикуваните съобщения могат да бъдат редактирани само 3 пъти на час. Моля те, опитай пак след {retryAfterMinutes}.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Přehrát animované smajlíky</string>
<string name="animate_emoji_note">Chci smajlíky rozhýbat pěkně do rytmu.</string>
<string name="animated_emoji">Animovaní smajlíci</string>
<string name="animated_guild_banner_tooltip_content">Ozdob svůj server animovaným bannerem.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Rozumím</string>
<string name="animated_guild_banner_tooltip_header">NOVINKA! Animovaný banner serveru</string>
<string name="announcement_edit_rate_limit">Aby šla oznámení rychle, můžeš zveřejněné zprávy upravit jenom třikrát za hodinu. Zkus to prosím znovu za {retryAfterMinutes}.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Afspil animeret emoji</string>
<string name="animate_emoji_note">Jeg ønsker, at emojien bevæger sig og lave riller.</string>
<string name="animated_emoji">Animeret emoji</string>
<string name="animated_guild_banner_tooltip_content">Pift din server op med et animeret banner.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Forstået</string>
<string name="animated_guild_banner_tooltip_header">NYT! Animeret serverbanner</string>
<string name="announcement_edit_rate_limit">For at optimere hastigheden for meddelelses-strømmen, kan beskeder kun redigeres 3 gange i timen. Prøv venligst igen om {retryAfterMinutes}.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Animierte Emojis abspielen</string>
<string name="animate_emoji_note">Bewegungsfreiheit für Emojis!</string>
<string name="animated_emoji">Animierte Emojis</string>
<string name="animated_guild_banner_tooltip_content">Peppe deinen Server mit einem animierten Banner auf.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Alles klar</string>
<string name="animated_guild_banner_tooltip_header">NEU! Animierte Serverbanner</string>
<string name="announcement_edit_rate_limit">Damit du bei den vielen Ankündigungen nicht den Überblick verlierst, können veröffentlichte Nachrichten nur dreimal pro Stunde bearbeitet werden. Bitte versuch es in {retryAfterMinutes} erneut.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Αναπαραγωγή κινούμενων emoji</string>
<string name="animate_emoji_note">Θέλω τα emoji να κινούνται και να χορεύουν.</string>
<string name="animated_emoji">Κινούμενα Emoji</string>
<string name="animated_guild_banner_tooltip_content">Κάνε τον διακομιστή σου πιο ωραίο με ένα κινούμενο banner.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Το κατάλαβα</string>
<string name="animated_guild_banner_tooltip_header">ΝΕΟ! Κινούμενο banner διακομιστή</string>
<string name="announcement_edit_rate_limit">Για να είναι οι ανακοινώσεις γρήγορες, μπορείς να επεξεργαστείς τα δημοσιευμένα μηνύματα μόνο 3 φορές την ώρα. Δοκίμασε ξανά σε {retryAfterMinutes}.</string>

View File

@ -516,6 +516,10 @@
<item quantity="one">[Ýöû ḿûšţ ûñšéļéçţ 1 ƒŕîéñð. one two three four]</item>
<item quantity="other">[Ýöû ḿûšţ ûñšéļéçţ »{number}« ƒŕîéñðš. one two three four]</item>
</plurals>
<plurals name="guild_communication_disabled_remaining_time_quantity">
<item quantity="one">[»{#}« »{unit}« one]</item>
<item quantity="other">[»{#}« »{unit}«š one]</item>
</plurals>
<plurals name="guild_discovery_header_search_results_count">
<item quantity="one">[1 ŕéšûļţ one two]</item>
<item quantity="other">[»{count}« ŕéšûļţš one two]</item>

View File

@ -296,12 +296,12 @@
<string name="animate_emoji">[Þļåý åñîḿåţéð éḿöĵî one two three]</string>
<string name="animate_emoji_note">[Î ŵåñţ éḿöĵî ţö ḿöVé åñð ĝŕööVé. one two three four]</string>
<string name="animated_emoji">[Åñîḿåţéð Éḿöĵî one two three]</string>
<string name="animated_guild_banner_tooltip_content">[ŠéŕVéŕš ŵîţĥ »{tier3}« çåñ çĥööšé å ĜÎF ƒöŕ ţĥéîŕ šéŕVéŕ ɓåññéŕ ûñðéŕ **ŠéŕVéŕ Šéţţîñĝš &gt; ÖVéŕVîéŵ**. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen]</string>
<string name="animated_guild_banner_tooltip_content_tier_3">[Ýöû çåñ ñöŵ çĥööšé å ĜÎF ƒöŕ ýöûŕ šéŕVéŕ ɓåññéŕ åš þåŕţ öƒ ýöûŕ »{tier3}«. Ţŕý îţ öûţ ñöŵ ûñðéŕ **ŠéŕVéŕ Šéţţîñĝš &gt; ÖVéŕVîéŵ**¡ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty]</string>
<string name="animated_guild_banner_tooltip_content_tier_3_tier_name">[βööšţîñĝ ĻéVéļ 3 þéŕķš one two three]</string>
<string name="animated_guild_banner_tooltip_content_tier_3_tier_name_repositioned">[βööšţîñĝ Çöḿḿûñîţîéš þļåñ one two three]</string>
<string name="animated_guild_banner_tooltip_content_tier_3_v2">[Ýöû çåñ ñöŵ çĥööšé å ĜÎF ƒöŕ ýöûŕ šéŕVéŕ ɓåññéŕ åš þåŕţ öƒ ýöûŕ »{tier3}«. Ţŕý îţ öûţ ñöŵ ûñðéŕ **ŠéŕVéŕ Šéţţîñĝš &gt; ÖVéŕVîéŵ**¡ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty]</string>
<string name="animated_guild_banner_tooltip_content_tier_name">[βööšţîñĝ ĻéVéļ 3 one two three]</string>
<string name="animated_guild_banner_tooltip_content_tier_name_repositioned">[ţĥé βööšţîñĝ Çöḿḿûñîţîéš þļåñ one two three four]</string>
<string name="animated_guild_banner_tooltip_content_v2">[ŠéŕVéŕš ŵîţĥ »{tier3}« çåñ çĥööšé å ĜÎF ƒöŕ ţĥéîŕ šéŕVéŕ ɓåññéŕ ûñðéŕ **ŠéŕVéŕ Šéţţîñĝš &gt; ÖVéŕVîéŵ**. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen]</string>
<string name="animated_guild_banner_tooltip_cta">[Öþéñ Šéţţîñĝš one two]</string>
<string name="animated_guild_banner_tooltip_cta_secondary">[Ĝöţ îţ one two]</string>
<string name="animated_guild_banner_tooltip_cta_tier_3">[Šéţ Ñéŵ βåññéŕ one two three]</string>
@ -1318,6 +1318,12 @@
<string name="channel">[Çĥåññéļ one two]</string>
<string name="channel_a11y_label">[¡¡»{channelName}«¡¡ (çĥåññéļ) one two three]</string>
<string name="channel_actions_menu_label">[Çĥåññéļ Åçţîöñš one two three]</string>
<string name="channel_banner_notice_body">[Ûþļöåð å ɓåññéŕ ƒöŕ éåçĥ ţéхţ çĥåññéļ åñð ɓŕîñĝ ýöûŕ çĥåññéļ ţöþîçš ţö ļîƒé. Çĥåññéļ βåññéŕš ŕéQûîŕéš βööšţîñĝ »{tierLabel}« ţö ûšé. one two three four five six seven eight nine ten eleven twelve]</string>
<string name="channel_banner_notice_body_tier_3">[Ýöû çåñ ñöŵ šéţ å ɓåññéŕ ƒöŕ éåçĥ ţéхţ çĥåññéļ ûñðéŕ **Çĥåññéļ Šéţţîñĝš &gt; ÖVéŕVîéŵ** åš þåŕţ öƒ βööšţîñĝ »{tierLabel}« »{rewardsLabel}«¡ one two three four five six seven eight nine ten eleven]</string>
<string name="channel_banner_notice_cta">[Öþéñ Çĥåññéļ Šéţţîñĝš one two three]</string>
<string name="channel_banner_notice_cta_dismiss">[Ĝöţ îţ one two]</string>
<string name="channel_banner_notice_cta_tier_3">[Šéţ Çĥåññéļ βåññéŕ one two three]</string>
<string name="channel_banner_notice_heading">[ÑÉŴ¡ Çĥåññéļ βåññéŕš one two three]</string>
<string name="channel_banner_preview_upsell_modal_intro">[Ýöû’ļļ åļšö ĥéļþ ûñļöçķ ḿöŕé çûšţöḿîžåţîöñ ƒéåţûŕéš åñð ûţîļîţý ûþĝŕåðéš ƒöŕ éVéŕýöñé îñ ţĥé šéŕVéŕ ļîķé: one two three four five six seven eight nine ten eleven]</string>
<string name="channel_banner_preview_upsell_modal_subtitle">[βööšţ ýöûŕ šéŕVéŕ ţö »{targetLevelOrPlan}« ţö ûšé ýöûŕ ñéŵ çĥåññéļ ɓåññéŕ one two three four five six]</string>
<string name="channel_banner_preview_upsell_modal_subtitle_repositioned">[βööšţ ýöûŕ šéŕVéŕ ţö ţĥé »{targetLevelOrPlan}« þļåñ ţö ûšé ýöûŕ ñéŵ çĥåññéļ ɓåññéŕ one two three four five six seven]</string>
@ -3398,6 +3404,16 @@
<string name="guild_cap_upsell_modal_near_limit_body">[Ýöû\'ŕé îñ »{guildCount}« šéŕVéŕš åñð ḿîĝĥţ ĥîţ ţĥé 100 šéŕVéŕ ļîḿîţ šööñ. Ĵöîñ ûþ ţö 200 šéŕ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]</string>
<string name="guild_cap_upsell_modal_title">[Ŵåññå ĵöîñ ḿöŕé šéŕVéŕš¿ one two three]</string>
<string name="guild_cap_upsell_tooltip">[Ûþĝŕåðé ţö Ðîšçöŕð Ñîţŕö ţö ĵöîñ ûþ ţö 200 šéŕVéŕš¡ one two three four five six]</string>
<string name="guild_communication_disabled_audit_log_disclosure">[Ţĥîš ŕéåšöñ ŵîļļ ɓé ŕéçöŕðéð îñ ţĥé åûðîţ ļöĝ. one two three four five six]</string>
<string name="guild_communication_disabled_body">[Ŵĥéñ ýöû þûţ å ûšéŕ îñ ţîḿé öûţ ţĥéý ŵîļļ ñöţ ɓé åɓļé ţö šéñð ḿéššåĝéš îñ çĥåţ, ŕéþļý ŵîţĥîñ ţĥŕéåðš, ŕéåçţ ţö ḿéššåĝéš, öŕ šþéåķ îñ Vöîçé öŕ šţåĝé çĥåññéļš one two three four five six seven eight nine ten eleven twelve thirteen fourteen]</string>
<string name="guild_communication_disabled_duration">[ÐÛŔÅŢÎÖÑ one two]</string>
<string name="guild_communication_disabled_notice_header">[Ýöû åŕé îñ ţîḿéöûţ ḿöðé one two three]</string>
<string name="guild_communication_disabled_notice_subheader">[Ýöû çåñ ñöţ ŕéþļý, ŕéåçţ, ḿéššåĝé öŕ šþéåķ îñ Vöîçé. [Ļéåŕñ ḿöŕé](»{link}«) one two three four five six seven eight nine ten eleven twelve thirteen]</string>
<string name="guild_communication_disabled_reason">[ŔÉÅŠÖÑ one two]</string>
<string name="guild_communication_disabled_reason_placeholder">[Ŕéåšöñ ƒöŕ ţîḿé öûţ one two three]</string>
<string name="guild_communication_disabled_remaining_time">[»{quantity}« ŕéḿåîñîñĝ one two]</string>
<string name="guild_communication_disabled_remaining_time_seconds">[Ļéšš ţĥåñ 1 ḿîñûţé ŕéḿåîñîñĝ one two three four]</string>
<string name="guild_communication_disabled_success">[¡¡»{user}«¡¡ Ţîḿéð öûţ ƒöŕ »{label}« one two three]</string>
<string name="guild_create_description">[Å šéŕVéŕ îš å šûþéŕþöŵéŕéð ĝŕöûþ çĥåţ ŵĥéŕé þéöþļé çöḿé ţöĝéţĥéŕ åŕöûñð å ţöþîç öŕ ţö ĥåñĝ öûţ. one two three four five six seven eight nine ten]</string>
<string name="guild_create_invite_description">[Ýöû’ļļ ñééð å ƒéŵ ƒŕîéñðš ţö ĝéţ ţĥé ḿöšţ öûţ öƒ ýöûŕ šéŕVéŕ. one two three four five six seven]</string>
<string name="guild_create_invite_see_more_suggestions">[Šéé ḿöŕé ƒŕîéñðš one two three]</string>
@ -3417,12 +3433,6 @@
<string name="guild_delete_feedback_test">[Î ŵåñţéð ţö ţéšţ ƒéåţûŕéš åñð/öŕ ɓöţš one two three four five]</string>
<string name="guild_delete_feedback_too_hard">[Ţĥé šéŕVéŕ ŵåš ţöö ĥåŕð ţö ƒîĝûŕé öûţ one two three four five]</string>
<string name="guild_dicovery_main_view_subtitle">[Fŕöḿ ĝåḿîñĝ, ţö ḿûšîç, ţö éðûçåţîöñ, ţĥéŕé\'š å þļåçé ƒöŕ ýöû öñ Ðîšçöŕð. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]</string>
<string name="guild_disable_communication_audit_log_disclosure">[Ţĥîš ŕéåšöñ ŵîļļ ɓé ŕéçöŕðéð îñ ţĥé åûðîţ ļöĝ. one two three four five six]</string>
<string name="guild_disable_communication_body">[Ŵĥéñ ýöû þûţ å ûšéŕ îñ ţîḿé öûţ ţĥéý ŵîļļ ñöţ ɓé åɓļé ţö šéñð ḿéššåĝéš îñ çĥåţ, ŕéþļý ŵîţĥîñ ţĥŕéåðš, ŕéåçţ ţö ḿéššåĝéš, öŕ šþéåķ îñ Vöîçé öŕ šţåĝé çĥåññéļš one two three four five six seven eight nine ten eleven twelve thirteen fourteen]</string>
<string name="guild_disable_communication_duration">[ÐÛŔÅŢÎÖÑ one two]</string>
<string name="guild_disable_communication_reason">[ŔÉÅŠÖÑ one two]</string>
<string name="guild_disable_communication_reason_placeholder">[Ŕéåšöñ ƒöŕ ţîḿé öûţ one two three]</string>
<string name="guild_disable_communication_success">[¡¡»{user}«¡¡ Ţîḿéð öûţ ƒöŕ »{label}« one two three]</string>
<string name="guild_discovery_all_category_filter">[Åļļ one]</string>
<string name="guild_discovery_category_footer_title">[Ţĥéŕé åŕé ḿöŕé çöḿḿûñîţîéš öûţ ţĥéŕé¡ one two three four five]</string>
<string name="guild_discovery_category_header">[Þöþûļåŕ »{categoryName}« çöḿḿûñîţîéš one two three]</string>
@ -3465,6 +3475,9 @@
<string name="guild_discovery_search_results_header">[»{count}« ƒöŕ »{query}« one]</string>
<string name="guild_discovery_tooltip">[Éхþļöŕé Þûɓļîç ŠéŕVéŕš one two three]</string>
<string name="guild_discovery_view_button">[νîéŵ one]</string>
<string name="guild_enable_communication_body">[Ţĥéý ŵîļļ ñöŵ ɓé åɓļé ţö šéñð ḿéššåĝéš îñ çĥåţ, ŕéþļý ŵîţĥîñ ţĥŕéåðš, ŕéåçţ ţö ḿéššåĝéš, öŕ šþéåķ îñ Vöîçé öŕ šţåĝé çĥåññéļš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one]</string>
<string name="guild_enable_communication_header">[Éñð Ţîḿé Öûţ one two]</string>
<string name="guild_enable_communication_success">[¡¡»{user}«¡¡ ţîḿé öûţ éñðéð one two three]</string>
<string name="guild_enable_progress_bar">[Éñåɓļé Þŕöĝŕéšš βåŕ one two three]</string>
<string name="guild_event_add_moderators_label">[Åðð Ḿöðéŕåţöŕš one two three]</string>
<string name="guild_event_cannot_connect">[Ḿîššîñĝ þéŕḿîššîöñ ţö çöññéçţ. one two three four]</string>
@ -6133,8 +6146,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_2131892232_msg_alert_cleared">[Åļéŕţ Çļéåŕéð one two]</string>
<string name="res_2131892233_msg_no_alert_showing">[Ñö Åļéŕţ Šĥöŵîñĝ one two three]</string>
<string name="res_2131892246_msg_alert_cleared">[Åļéŕţ Çļéåŕéð one two]</string>
<string name="res_2131892247_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>
@ -6811,6 +6824,9 @@
<string name="phone_ip_authorization_subtitle_resend">[Ŵé ðöñ’ţ ŕéçöĝñîžé ţĥîš ļöçåţîöñ. Ŵé šéñţ å çöñƒîŕḿåţîöñ çöðé ţö ţĥé þĥöñé ñûḿɓéŕ çöññéçţéð ţö ţĥîš åççöûñţ. Ðîðñ\'ţ ĝéţ å çöðé¿ [Ŕéšéñð Çöðé](öñŔéšéñðÇļîçķ) 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]</string>
<string name="phone_ip_authorization_title">[Éñţéŕ ýöûŕ çöñƒîŕḿåţîöñ çöðé ţö Véŕîƒý îţ\'š ýöû one two three four five six]</string>
<string name="phone_required">[Å Våļîð þĥöñé îš ŕéQûîŕéð. one two three four]</string>
<string name="phone_then_email_interstitial_body">[Ĝŕéåţ¡ Ñéхţ, ŵé\'ļļ Véŕîƒý ýöûŕ éḿåîļ. one two three four five]</string>
<string name="phone_then_email_interstitial_confirm">[Çöñţîñûé one two]</string>
<string name="phone_then_email_interstitial_title">[Þĥöñé Véŕîƒîéð¡ one two three]</string>
<string name="phone_verification_add_title">[Éñţéŕ å þĥöñé ñûḿɓéŕ one two three]</string>
<string name="phone_verification_current_phone">[Ţĥé çûŕŕéñţ ñûḿɓéŕ öñ ýöûŕ åççöûñţ îš ¡¡»{phone}«¡¡. one two three four five]</string>
<string name="phone_verification_new_phone_label">[Ñéŵ Þĥöñé Ñûḿɓéŕ one two three]</string>
@ -7792,11 +7808,13 @@
<string name="repositioning_experiment_premium_guild_subscription_perk_value_threads_archive_tier_1">[ûþ ţö 3 ðåýš one two]</string>
<string name="repositioning_experiment_premium_guild_subscription_perk_value_threads_archive_tier_2">[ûþ ţö 7 ðåýš one two]</string>
<string name="repositioning_experiment_premium_guild_subscription_perk_value_threads_archive_tier_3">[ûþ ţö 7 ðåýš one two]</string>
<string name="repositioning_experiment_premium_guild_subscription_perks_label">[þéŕķš one]</string>
<string name="repositioning_experiment_premium_guild_subscription_progress_bar_screen_reader_value">[Ţĥîš šéŕVéŕ çûŕŕéñţļý ĥåš »{numSubscriptionsApplied}« åþþļîéð. one two three four]</string>
<string name="repositioning_experiment_premium_guild_subscription_progress_bar_screen_reader_value_tier_unlocked">[Ţĥîš šéŕVéŕ çûŕŕéñţļý ĥåš »{numSubscriptionsApplied}« åþþļîéð. Îţ ĥåš ûñļöçķéð ţĥé ¡¡»{planName}«¡¡ þļåñ. one two three four five six seven eight]</string>
<string name="repositioning_experiment_premium_guild_subscription_progress_bar_tooltip_current_progress_complete_heading">[Ýöû ðîð îţ¡ one two]</string>
<string name="repositioning_experiment_premium_guild_subscription_progress_bar_tooltip_current_progress_heading">[Ýöû åŕé ĥéŕé¡ one two]</string>
<string name="repositioning_experiment_premium_guild_subscription_progress_bar_tooltip_current_progress_subscription_count">[»{numSubscriptionsApplied}«]</string>
<string name="repositioning_experiment_premium_guild_subscription_rewards_label">[ŕéŵåŕðš one two]</string>
<string name="repositioning_experiment_premium_guild_subscription_single_subscription_cta">[Ĥéļþ ûñļöçķ ŕéŵåŕðš ţöĝéţĥéŕ. **€[βûý Šîñĝļé βööšţš →](ɓûýŠîñĝļéŠûɓšçŕîþţîöñĤööķ)** one two three four five six seven eight nine]</string>
<string name="repositioning_experiment_premium_guild_subscription_tier_0_name">[Fŕéé one]</string>
<string name="repositioning_experiment_premium_guild_subscription_tier_0_name_shortened">[Ñö Þļåñ one two]</string>
@ -7806,6 +7824,7 @@
<string name="repositioning_experiment_premium_guild_subscription_tier_2_name_shortened">[Þļåñ 2 one two]</string>
<string name="repositioning_experiment_premium_guild_subscription_tier_3_name">[Çöḿḿûñîţîéš one two]</string>
<string name="repositioning_experiment_premium_guild_subscription_tier_3_name_shortened">[Þļåñ 3 one two]</string>
<string name="repositioning_experiment_premium_guild_subscription_tier_plan_label">[»{tierLabel}« þļåñ one]</string>
<string name="request_to_speak">[ŔéQûéšţ ţö Šþéåķ one two three]</string>
<string name="request_to_speak_accept">[ÎñVîţé ţö Šþéåķ one two three]</string>
<string name="request_to_speak_accessibility_text">[Öþéñ Ŕåîšéð Ĥåñðš Ļîšţ one two three]</string>
@ -8900,6 +8919,7 @@
<string name="start_stage_public_preview_subtitle">[Îţ\'ļļ ɓé ļîšţéð þûɓļîçļý îñ Šţåĝé ÐîšçöVéŕý. one two three four five]</string>
<string name="start_stage_public_preview_title">[Ýöûŕ Šţåĝé îš ĝöîñĝ þûɓļîç¡ one two three four]</string>
<string name="start_stage_public_short_topic_warning">[Κ ýöûŕ ţöþîç ðéšçŕîþţîVé éñöûĝĥ¿ Ḿåķé šûŕé îţ\'š çļéåŕ šö ţĥåţ þéöþļé ɓŕöŵšîñĝ Šţåĝé ÐîšçöVéŕý çåñ éåšîļý ķñöŵ ŵĥåţ ýöûŕ Šţåĝé åñð çöḿḿûñîţý îš åɓöûţ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]</string>
<string name="start_verification_button">[Šţåŕţ νéŕîƒîçåţîöñ one two three]</string>
<string name="start_video_call">[Šţåŕţ νîðéö Çåļļ one two three]</string>
<string name="start_voice_call">[Šţåŕţ νöîçé Çåļļ one two three]</string>
<string name="starting_at">[Šţåŕţîñĝ åţ one two]</string>

View File

@ -263,7 +263,6 @@
<string name="animate_emoji">Reproducir emojis animados</string>
<string name="animate_emoji_note">Quiero que los emojis se muevan y agiten.</string>
<string name="animated_emoji">Emojis animados</string>
<string name="animated_guild_banner_tooltip_content">Dale un lavado de cara a tu servidor con un cartel animado.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Entendido</string>
<string name="animated_guild_banner_tooltip_header">¡NOVEDAD! Cartel de servidor animado</string>
<string name="announcement_edit_rate_limit">Para agilizar los anuncios, los mensajes publicados solo se pueden editar 3 veces por hora. Vuelve a intentarlo en {retryAfterMinutes}.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Toista animoidut emojit</string>
<string name="animate_emoji_note">Haluan emojien muuvaavan ja gruuvaavan.</string>
<string name="animated_emoji">Animoidut hymiöt</string>
<string name="animated_guild_banner_tooltip_content">Piristä palvelimesi ilmettä animoidulla bannerilla.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Selvä</string>
<string name="animated_guild_banner_tooltip_header">UUTTA! Animoitu palvelinbanneri</string>
<string name="announcement_edit_rate_limit">Jotta tiedotteet toimisivat nopeasti, julkaistuja viestejä voi muokata kolme kertaa tunnissa. Yritä uudelleen {retryAfterMinutes} kuluttua.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Afficher les émojis animés</string>
<string name="animate_emoji_note">Je veux que les émojis se déhanchent.</string>
<string name="animated_emoji">Émojis animés</string>
<string name="animated_guild_banner_tooltip_content">Embellis ton serveur avec une bannière animée.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Compris</string>
<string name="animated_guild_banner_tooltip_header">NOUVEAU ! Bannière du serveur animée</string>
<string name="announcement_edit_rate_limit">Afin que les annonces restent rapides, les messages publiés ne peuvent être modifiés que trois fois par heure. Réessaie dans {retryAfterMinutes}, s\'il te plaît.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">एनिमेटेड इमोजी चलाएं</string>
<string name="animate_emoji_note">मैं चाहता हूं कि इमोजी मूव और ग्रूव करें.</string>
<string name="animated_emoji">एनिमेटेड इमोजी</string>
<string name="animated_guild_banner_tooltip_content">एनिमेटेड बैनर के साथ अपने सर्वर को सजाएं.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">समझ गए</string>
<string name="animated_guild_banner_tooltip_header">नया! एनिमेटेड सर्वर बैनर</string>
<string name="announcement_edit_rate_limit">अनाउंसमेंट को तेज रखने के लिए आप हर घंटे केवल 3 बार मैसेज पब्लिश कर सकते हैं.प्लीज़ दुबारा कोशिश करें {retryAfterMinutes} में.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Pokreni animirani emoji</string>
<string name="animate_emoji_note">Želim da se emoji kreće i pleše.</string>
<string name="animated_emoji">Animirani emojiji</string>
<string name="animated_guild_banner_tooltip_content">Okiti svoj server dodavanjem animiranog bannera.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Kužim</string>
<string name="animated_guild_banner_tooltip_header">NOVO! Animirani banner servera</string>
<string name="announcement_edit_rate_limit">Da bismo osigurali da objave budu hitre, objavljene poruke moguće je urediti 3 puta na sat. Pokušaj ponovo nakon {retryAfterMinutes}.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Animált emotikon lejátszása</string>
<string name="animate_emoji_note">Szeretném, hogy az emotikon izegjen-mozogjon.</string>
<string name="animated_emoji">Animált emotikon</string>
<string name="animated_guild_banner_tooltip_content">Dobd fel a szervered egy animált bannerrel!</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Megértettem</string>
<string name="animated_guild_banner_tooltip_header">ÚJDONSÁG! Animált szerverbanner</string>
<string name="announcement_edit_rate_limit">A bejelentések azonnalisága érdekében a közzétett üzenetek óránként csak 3 alkalommal szerkeszthetők. Próbáld meg {retryAfterMinutes} múlva.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Riproduci le emoji animate</string>
<string name="animate_emoji_note">Voglio che gli emoji si scatenino sulla pista da ballo.</string>
<string name="animated_emoji">Emoji animati</string>
<string name="animated_guild_banner_tooltip_content">Abbellisci il tuo server con un banner animato.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Capito</string>
<string name="animated_guild_banner_tooltip_header">NOVITÀ! Banner del server animato</string>
<string name="announcement_edit_rate_limit">Per mantenere efficiente la modifica degli annunci, i messaggi pubblicati possono essere modificati solo 3 volte ogni ora. Riprova in {retryAfterMinutes}.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">アニメ絵文字を再生する</string>
<string name="animate_emoji_note">絵文字が動くようにしたい。</string>
<string name="animated_emoji">アニメ絵文字</string>
<string name="animated_guild_banner_tooltip_content">アニメバナーでサーバーに刺激をプラスしちゃいましょう。</string>
<string name="animated_guild_banner_tooltip_cta_secondary">了解</string>
<string name="animated_guild_banner_tooltip_header">NEW! アニメサーバーバナー</string>
<string name="announcement_edit_rate_limit">アナウンスを迅速にするため、公開メッセージを編集できるのは1時間に3回までです。{retryAfterMinutes}経過後にもう一度お試しください。</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">움직이는 이모티콘 재생하기</string>
<string name="animate_emoji_note">이모티콘이 움직이길 바라요.</string>
<string name="animated_emoji">움직이는 이모티콘</string>
<string name="animated_guild_banner_tooltip_content">움직이는 배너로 서버를 꾸며 보세요.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">알겠어요</string>
<string name="animated_guild_banner_tooltip_header">새소식! 움직이는 서버 배너</string>
<string name="announcement_edit_rate_limit">빠른 공지를 위해 게시된 메시지는 한 시간에 3번만 수정할 수 있어요. {retryAfterMinutes} 후 다시 시도해보세요.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Įjungti animuotus jaustukus</string>
<string name="animate_emoji_note">Noriu, kad jaustukai judėtų ir krutėtų.</string>
<string name="animated_emoji">Animacinis jaustukas</string>
<string name="animated_guild_banner_tooltip_content">Pagražink savo serverį su animuota reklamjuoste.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Supratau</string>
<string name="animated_guild_banner_tooltip_header">NAUJA! Animuota serverio reklamjuostė</string>
<string name="announcement_edit_rate_limit">Kad pranešimai būtų skubūs, paskelbtus pranešimus leidžiama redaguoti tik 3 kartus per valandą. Bandyk dar kartą po {retryAfterMinutes}.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Speel geanimeerde emoji</string>
<string name="animate_emoji_note">Ik wil dat de emoji bewegen en dansen.</string>
<string name="animated_emoji">Geanimeerde emoji</string>
<string name="animated_guild_banner_tooltip_content">Fleur je server op met een geanimeerde banner.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Begrepen</string>
<string name="animated_guild_banner_tooltip_header">NIEUW! Geanimeerde serverbanner</string>
<string name="announcement_edit_rate_limit">Om de aankondigingen vlot te houden, kun je gepubliceerde berichten maximaal 3 keer per uur bewerken. Probeer het over {retryAfterMinutes} nog eens.</string>

View File

@ -263,7 +263,6 @@
<string name="animate_emoji">Spill av animerte emojier</string>
<string name="animate_emoji_note">Jeg vil at emojien skal røre på seg og danse.</string>
<string name="animated_emoji">Animert emoji</string>
<string name="animated_guild_banner_tooltip_content">Pynt serveren din med et animert banner.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Skjønner</string>
<string name="animated_guild_banner_tooltip_header">NYHET! Animert serverbanner</string>
<string name="announcement_edit_rate_limit">For å gjøre kunngjøringene raske, kan publiserte meldinger kun redigeres tre ganger i timen. Prøv igjen om {retryAfterMinutes}.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Odtwarzaj animowane emoji</string>
<string name="animate_emoji_note">Chcę, aby emoji ruszały się i tańczyły w rytm muzyki.</string>
<string name="animated_emoji">Animowane emoji</string>
<string name="animated_guild_banner_tooltip_content">Odśwież swój serwer za pomocą animowanego banera.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Zrozumiano</string>
<string name="animated_guild_banner_tooltip_header">NOWOŚĆ! Animowany baner serwera</string>
<string name="announcement_edit_rate_limit">Żeby ogłoszenia działały szybko, opublikowane wiadomości można edytować tylko 3 razy na godzinę. Spróbuj ponownie za {retryAfterMinutes}.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Reproduzir emojis animados.</string>
<string name="animate_emoji_note">Quero emojis dançando e se mexendo.</string>
<string name="animated_emoji">Emojis animados</string>
<string name="animated_guild_banner_tooltip_content">Enfeite seu servidor com uma faixa animada.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Entendi</string>
<string name="animated_guild_banner_tooltip_header">NOVO! Faixa do servidor animada</string>
<string name="announcement_edit_rate_limit">Para manter os anúncios no ritmo certo, mensagens publicadas só podem ser editadas 3 vezes por hora. Tente novamente em {retryAfterMinutes}.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Redă emoji-urile animate</string>
<string name="animate_emoji_note">Vreau ca emoji-urile să se miște și să danseze.</string>
<string name="animated_emoji">Emoji-uri animate</string>
<string name="animated_guild_banner_tooltip_content">Personalizează-ți serverul cu un banner animat.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Am înțeles</string>
<string name="animated_guild_banner_tooltip_header">NOU! Banner animat pentru server</string>
<string name="announcement_edit_rate_limit">Pentru a garanta că anunțurile rămân rapide, mesajele publicate pot fi editate doar de 3 ori pe oră. Încearcă din nou peste {retryAfterMinutes}.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Воспроизводить анимированные эмодзи</string>
<string name="animate_emoji_note">Хочу, чтобы эмодзи шевелились!</string>
<string name="animated_emoji">Анимированные эмодзи</string>
<string name="animated_guild_banner_tooltip_content">Украсьте свой сервер анимированным баннером.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Ясно</string>
<string name="animated_guild_banner_tooltip_header">НОВИНКА! Анимированный баннер сервера</string>
<string name="announcement_edit_rate_limit">Чтобы сохранить актуальность объявлений, сообщения можно редактировать не более 3 раз в час. Попробуйте снова через {retryAfterMinutes}.</string>

View File

@ -263,7 +263,6 @@
<string name="animate_emoji">Spela animerade emojier</string>
<string name="animate_emoji_note">Jag vill att emojin ska dansa runt.</string>
<string name="animated_emoji">Animerad emoji</string>
<string name="animated_guild_banner_tooltip_content">Piffa upp din server med en animerad banner.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Jag förstår</string>
<string name="animated_guild_banner_tooltip_header">NYTT! Animerad serverbanner</string>
<string name="announcement_edit_rate_limit">För att meddelandena ska vara snabba kan publicerade meddelanden endast redigeras 3 gånger per timme. Försök igen om {retryAfterMinutes}.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">เล่นอีโมจิแบบเคลื่อนไหว</string>
<string name="animate_emoji_note">ฉันอยากให้อีโมจิเต้น ออกลวดลาย</string>
<string name="animated_emoji">อีโมจิแบบเคลื่อนไหว</string>
<string name="animated_guild_banner_tooltip_content">ทำให้เซิร์ฟเวอร์ของคุณสวยงามยิ่งขึ้นด้วยแบนเนอร์แบบเคลื่อนไหว</string>
<string name="animated_guild_banner_tooltip_cta_secondary">เข้าใจแล้ว</string>
<string name="animated_guild_banner_tooltip_header">ใหม่! แบนเนอร์เซิร์ฟเวอร์แบบเคลื่อนไหว</string>
<string name="announcement_edit_rate_limit">เพื่อให้ทุกคนสามารถประกาศข่าวสารได้อย่างรวดเร็ว ข้อความที่เผยแพร่ไปจะสามารถแก้ไขได้ 3 ครั้งต่อชั่วโมงเท่านั้น โปรดลองอีกครั้งใน {retryAfterMinutes}</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Hareketli emoji oynat.</string>
<string name="animate_emoji_note">Emojiler dans etsin!</string>
<string name="animated_emoji">Hareketli Emoji</string>
<string name="animated_guild_banner_tooltip_content">Sunucuna hareketli bir afişle renk kat.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Anladım</string>
<string name="animated_guild_banner_tooltip_header">YENİ! Hareketli Sunucu Afişi</string>
<string name="announcement_edit_rate_limit">Duyuruların hızlı yapılabilmesi amacıyla, yayınlanan mesajların saatte sadece 3 kez düzenlenmesine izin veriyoruz. Lütfen {retryAfterMinutes} sonra tekrar dene.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Відтворювати анімовані емодзі</string>
<string name="animate_emoji_note">Я хочу, щоб мої емодзі танцювали.</string>
<string name="animated_emoji">Анімовані емодзі</string>
<string name="animated_guild_banner_tooltip_content">Причепуріть сервер із новим анімованим банером.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Зрозуміло</string>
<string name="animated_guild_banner_tooltip_header">НОВЕ! Анімований банер сервера</string>
<string name="announcement_edit_rate_limit">Щоб оголошення були швидкими, опубліковані повідомлення можна редагувати тільки 3 рази на годину. Спробуй ще раз через {retryAfterMinutes}.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">Chạy emoji động</string>
<string name="animate_emoji_note">Tôi muốn emoji chuyển động và lặp lại.</string>
<string name="animated_emoji">Emoji Hoạt Hình</string>
<string name="animated_guild_banner_tooltip_content">Làm cho máy chủ của bạn trở nên sống động với biểu ngữ hoạt hình.</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Đã hiểu</string>
<string name="animated_guild_banner_tooltip_header">Mới! Biểu Ngữ Máy Chủ Hoạt Hình</string>
<string name="announcement_edit_rate_limit">Để duy trì tốc độ thông báo nhanh, những tin nhắn công khai chỉ có thể được chỉnh sửa 3 lần mỗi tiếng. Vui lòng thử lại trong {retryAfterMinutes}.</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">播放动画表情符号</string>
<string name="animate_emoji_note">表情符号给我动起来!</string>
<string name="animated_emoji">动画表情符号</string>
<string name="animated_guild_banner_tooltip_content">通过动画横幅来装扮您的服务器吧。</string>
<string name="animated_guild_banner_tooltip_cta_secondary">好的</string>
<string name="animated_guild_banner_tooltip_header">新功能!动画服务器横幅</string>
<string name="announcement_edit_rate_limit">为了保持公告的迅捷已发布的消息每小时只能进行3次编辑。请在{retryAfterMinutes}后再次尝试。</string>

View File

@ -290,7 +290,6 @@
<string name="animate_emoji">播放表情符號動畫</string>
<string name="animate_emoji_note">我希望表情符號能動會跳。</string>
<string name="animated_emoji">表情符號動畫</string>
<string name="animated_guild_banner_tooltip_content">使用動態橫幅讓您的伺服器更加多采多姿。</string>
<string name="animated_guild_banner_tooltip_cta_secondary">知道了</string>
<string name="animated_guild_banner_tooltip_header">新功能!伺服器動態橫幅</string>
<string name="announcement_edit_rate_limit">為確保公告迅速,已發佈的訊息一小時內只能編輯 3 次。請於 {retryAfterMinutes}後再試一次。</string>

View File

@ -516,6 +516,10 @@
<item quantity="one">You must unselect 1 friend.</item>
<item quantity="other">You must unselect {number} friends.</item>
</plurals>
<plurals name="guild_communication_disabled_remaining_time_quantity">
<item quantity="one">{#} {unit}</item>
<item quantity="other">{#} {unit}s</item>
</plurals>
<plurals name="guild_discovery_header_search_results_count">
<item quantity="one">1 result</item>
<item quantity="other">{count} results</item>

File diff suppressed because it is too large Load Diff

View File

@ -296,12 +296,12 @@
<string name="animate_emoji">Play animated emoji</string>
<string name="animate_emoji_note">I want emoji to move and groove.</string>
<string name="animated_emoji">Animated Emoji</string>
<string name="animated_guild_banner_tooltip_content">Servers with {tier3} can choose a GIF for their server banner under **Server Settings &gt; Overview**.</string>
<string name="animated_guild_banner_tooltip_content_tier_3">You can now choose a GIF for your server banner as part of your {tier3}. Try it out now under **Server Settings &gt; Overview**!</string>
<string name="animated_guild_banner_tooltip_content_tier_3_tier_name">Boosting Level 3 perks</string>
<string name="animated_guild_banner_tooltip_content_tier_3_tier_name_repositioned">Boosting Communities plan</string>
<string name="animated_guild_banner_tooltip_content_tier_3_v2">You can now choose a GIF for your server banner as part of your {tier3}. Try it out now under **Server Settings &gt; Overview**!</string>
<string name="animated_guild_banner_tooltip_content_tier_name">Boosting Level 3</string>
<string name="animated_guild_banner_tooltip_content_tier_name_repositioned">the Boosting Communities plan</string>
<string name="animated_guild_banner_tooltip_content_v2">Servers with {tier3} can choose a GIF for their server banner under **Server Settings &gt; Overview**.</string>
<string name="animated_guild_banner_tooltip_cta">Open Settings</string>
<string name="animated_guild_banner_tooltip_cta_secondary">Got it</string>
<string name="animated_guild_banner_tooltip_cta_tier_3">Set New Banner</string>
@ -1320,6 +1320,12 @@
<string name="channel">Channel</string>
<string name="channel_a11y_label">!!{channelName}!! (channel)</string>
<string name="channel_actions_menu_label">Channel Actions</string>
<string name="channel_banner_notice_body">Upload a banner for each text channel and bring your channel topics to life. Channel Banners requires Boosting {tierLabel} to use.</string>
<string name="channel_banner_notice_body_tier_3">You can now set a banner for each text channel under **Channel Settings &gt; Overview** as part of Boosting {tierLabel} {rewardsLabel}!</string>
<string name="channel_banner_notice_cta">Open Channel Settings</string>
<string name="channel_banner_notice_cta_dismiss">Got it</string>
<string name="channel_banner_notice_cta_tier_3">Set Channel Banner</string>
<string name="channel_banner_notice_heading">NEW! Channel Banners</string>
<string name="channel_banner_preview_upsell_modal_intro">Youll also help unlock more customization features and utility upgrades for everyone in the server like:</string>
<string name="channel_banner_preview_upsell_modal_subtitle">Boost your server to {targetLevelOrPlan} to use your new channel banner</string>
<string name="channel_banner_preview_upsell_modal_subtitle_repositioned">Boost your server to the {targetLevelOrPlan} plan to use your new channel banner</string>
@ -1505,7 +1511,7 @@
<string name="color_picker_title">Select a color</string>
<string name="color_picker_transparency">Transparency</string>
<string name="color_picker_use_default">Use Default</string>
<string name="res_2131887585_com_crashlytics_android_build_id">dbffddfb5c3c49a9b5d89b02aa93b90f</string>
<string name="res_2131887592_com_crashlytics_android_build_id">70e14758b4a14c229d3d5ddc823c3ab0</string>
<string name="coming_soon">Coming Soon</string>
<string name="command_accessibility_desc_app_header_item">Slash command application {applicationName}</string>
<string name="command_accessibility_desc_app_item">{applicationName} application</string>
@ -3414,6 +3420,16 @@
<string name="guild_cap_upsell_modal_near_limit_body">You\'re in {guildCount} servers and might hit the 100 server limit soon. Join up to 200 servers $[NEW](newBadgeHook), use your server emoji everywhere, $[and more with Discord Nitro!](onAndMore)</string>
<string name="guild_cap_upsell_modal_title">Wanna join more servers?</string>
<string name="guild_cap_upsell_tooltip">Upgrade to Discord Nitro to join up to 200 servers!</string>
<string name="guild_communication_disabled_audit_log_disclosure">This reason will be recorded in the audit log.</string>
<string name="guild_communication_disabled_body">When you put a user in time out they will not be able to send messages in chat, reply within threads, react to messages, or speak in voice or stage channels</string>
<string name="guild_communication_disabled_duration">DURATION</string>
<string name="guild_communication_disabled_notice_header">You are in timeout mode</string>
<string name="guild_communication_disabled_notice_subheader">You can not reply, react, message or speak in voice. [Learn more]({link})</string>
<string name="guild_communication_disabled_reason">REASON</string>
<string name="guild_communication_disabled_reason_placeholder">Reason for time out</string>
<string name="guild_communication_disabled_remaining_time">{quantity} remaining</string>
<string name="guild_communication_disabled_remaining_time_seconds">Less than 1 minute remaining</string>
<string name="guild_communication_disabled_success">!!{user}!! Timed out for {label}</string>
<string name="guild_create_description">A server is a superpowered group chat where people come together around a topic or to hang out.</string>
<string name="guild_create_invite_description">Youll need a few friends to get the most out of your server.</string>
<string name="guild_create_invite_see_more_suggestions">See more friends</string>
@ -3433,12 +3449,6 @@
<string name="guild_delete_feedback_test">I wanted to test features and/or bots</string>
<string name="guild_delete_feedback_too_hard">The server was too hard to figure out</string>
<string name="guild_dicovery_main_view_subtitle">From gaming, to music, to education, there\'s a place for you on Discord.</string>
<string name="guild_disable_communication_audit_log_disclosure">This reason will be recorded in the audit log.</string>
<string name="guild_disable_communication_body">When you put a user in time out they will not be able to send messages in chat, reply within threads, react to messages, or speak in voice or stage channels</string>
<string name="guild_disable_communication_duration">DURATION</string>
<string name="guild_disable_communication_reason">REASON</string>
<string name="guild_disable_communication_reason_placeholder">Reason for time out</string>
<string name="guild_disable_communication_success">!!{user}!! Timed out for {label}</string>
<string name="guild_discovery_all_category_filter">All</string>
<string name="guild_discovery_category_footer_title">There are more communities out there!</string>
<string name="guild_discovery_category_header">Popular {categoryName} communities</string>
@ -3481,6 +3491,9 @@
<string name="guild_discovery_search_results_header">{count} for {query}</string>
<string name="guild_discovery_tooltip">Explore Public Servers</string>
<string name="guild_discovery_view_button">View</string>
<string name="guild_enable_communication_body">They will now be able to send messages in chat, reply within threads, react to messages, or speak in voice or stage channels.</string>
<string name="guild_enable_communication_header">End Time Out</string>
<string name="guild_enable_communication_success">!!{user}!! time out ended</string>
<string name="guild_enable_progress_bar">Enable Progress Bar</string>
<string name="guild_event_add_moderators_label">Add Moderators</string>
<string name="guild_event_cannot_connect">Missing permission to connect.</string>
@ -6152,8 +6165,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_2131892232_msg_alert_cleared">Alert Cleared</string>
<string name="res_2131892233_msg_no_alert_showing">No Alert Showing</string>
<string name="res_2131892246_msg_alert_cleared">Alert Cleared</string>
<string name="res_2131892247_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>
@ -6837,6 +6850,9 @@
<string name="phone_ip_authorization_subtitle_resend">We dont recognize this location. We sent a confirmation code to the phone number connected to this account. Didn\'t get a code? [Resend Code](onResendClick)</string>
<string name="phone_ip_authorization_title">Enter your confirmation code to verify it\'s you</string>
<string name="phone_required">A valid phone is required.</string>
<string name="phone_then_email_interstitial_body">Great! Next, we\'ll verify your email.</string>
<string name="phone_then_email_interstitial_confirm">Continue</string>
<string name="phone_then_email_interstitial_title">Phone verified!</string>
<string name="phone_verification_add_title">Enter a phone number</string>
<string name="phone_verification_current_phone">The current number on your account is !!{phone}!!.</string>
<string name="phone_verification_new_phone_label">New Phone Number</string>
@ -7819,11 +7835,13 @@
<string name="repositioning_experiment_premium_guild_subscription_perk_value_threads_archive_tier_1">up to 3 days</string>
<string name="repositioning_experiment_premium_guild_subscription_perk_value_threads_archive_tier_2">up to 7 days</string>
<string name="repositioning_experiment_premium_guild_subscription_perk_value_threads_archive_tier_3">up to 7 days</string>
<string name="repositioning_experiment_premium_guild_subscription_perks_label">perks</string>
<string name="repositioning_experiment_premium_guild_subscription_progress_bar_screen_reader_value">This server currently has {numSubscriptionsApplied} applied.</string>
<string name="repositioning_experiment_premium_guild_subscription_progress_bar_screen_reader_value_tier_unlocked">This server currently has {numSubscriptionsApplied} applied. It has unlocked the !!{planName}!! plan.</string>
<string name="repositioning_experiment_premium_guild_subscription_progress_bar_tooltip_current_progress_complete_heading">You did it!</string>
<string name="repositioning_experiment_premium_guild_subscription_progress_bar_tooltip_current_progress_heading">You are here!</string>
<string name="repositioning_experiment_premium_guild_subscription_progress_bar_tooltip_current_progress_subscription_count">{numSubscriptionsApplied}</string>
<string name="repositioning_experiment_premium_guild_subscription_rewards_label">rewards</string>
<string name="repositioning_experiment_premium_guild_subscription_single_subscription_cta">Help unlock rewards together. **$[Buy Single Boosts →](buySingleSubscriptionHook)**</string>
<string name="repositioning_experiment_premium_guild_subscription_tier_0_name">Free</string>
<string name="repositioning_experiment_premium_guild_subscription_tier_0_name_shortened">No Plan</string>
@ -7833,6 +7851,7 @@
<string name="repositioning_experiment_premium_guild_subscription_tier_2_name_shortened">Plan 2</string>
<string name="repositioning_experiment_premium_guild_subscription_tier_3_name">Communities</string>
<string name="repositioning_experiment_premium_guild_subscription_tier_3_name_shortened">Plan 3</string>
<string name="repositioning_experiment_premium_guild_subscription_tier_plan_label">{tierLabel} plan</string>
<string name="request_to_speak">Request to Speak</string>
<string name="request_to_speak_accept">Invite to Speak</string>
<string name="request_to_speak_accessibility_text">Open Raised Hands List</string>
@ -8927,6 +8946,7 @@
<string name="start_stage_public_preview_subtitle">It\'ll be listed publicly in Stage Discovery.</string>
<string name="start_stage_public_preview_title">Your Stage is going public!</string>
<string name="start_stage_public_short_topic_warning">Is your topic descriptive enough? Make sure it\'s clear so that people browsing Stage Discovery can easily know what your Stage and community is about.</string>
<string name="start_verification_button">Start Verification</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>