Changes of com.discord v843

This commit is contained in:
root 2019-02-06 21:30:57 +01:00
parent c580c71895
commit 4ebc9533f9
4465 changed files with 93383 additions and 87906 deletions

View file

@ -343,9 +343,10 @@
<dimen name="uikit_spacing_large">16.0dip</dimen>
<dimen name="uikit_spacing_medium">8.0dip</dimen>
<dimen name="uikit_spacing_small">4.0dip</dimen>
<dimen name="uikit_spacing_xlarge">32.0dip</dimen>
<dimen name="uikit_spacing_xlarge">24.0dip</dimen>
<dimen name="uikit_spacing_xsmall">2.0dip</dimen>
<dimen name="uikit_spacing_xxlarge">64.0dip</dimen>
<dimen name="uikit_spacing_xxlarge">32.0dip</dimen>
<dimen name="uikit_spacing_xxxlarge">64.0dip</dimen>
<dimen name="uikit_textsize_large">16.0sp</dimen>
<dimen name="uikit_textsize_medium">14.0sp</dimen>
<dimen name="uikit_textsize_small">12.0sp</dimen>

View file

@ -379,6 +379,7 @@
<item type="id" name="color_picker_done" />
<item type="id" name="color_picker_gridview" />
<item type="id" name="color_picker_reset" />
<item type="id" name="confirm_password_modal_edittext" />
<item type="id" name="connected_account_disconnect" />
<item type="id" name="connected_account_display_activity_switch" />
<item type="id" name="connected_account_display_switch" />
@ -715,6 +716,7 @@
<item type="id" name="invite_user_name" />
<item type="id" name="invite_uses" />
<item type="id" name="invite_uses_label" />
<item type="id" name="item_backup_code_tv" />
<item type="id" name="item_check_indicator" />
<item type="id" name="item_description_tv" />
<item type="id" name="item_game_invite_application_name" />
@ -736,6 +738,7 @@
<item type="id" name="item_group_tv" />
<item type="id" name="item_guild_welcome_header" />
<item type="id" name="item_guild_welcome_subheader" />
<item type="id" name="item_header" />
<item type="id" name="item_header_tv" />
<item type="id" name="item_icon_iv" />
<item type="id" name="item_invite_btn" />
@ -1198,11 +1201,12 @@
<item type="id" name="settings_account_claim_btn" />
<item type="id" name="settings_account_credentials_wrap" />
<item type="id" name="settings_account_email" />
<item type="id" name="settings_account_mfa_container" />
<item type="id" name="settings_account_mfa_enabled_header" />
<item type="id" name="settings_account_password" />
<item type="id" name="settings_account_password_wrap" />
<item type="id" name="settings_account_private_data_delete" />
<item type="id" name="settings_account_private_data_disable" />
<item type="id" name="settings_account_private_data_header" />
<item type="id" name="settings_account_private_data_wrap" />
<item type="id" name="settings_account_remove_avatar" />
<item type="id" name="settings_account_save" />
@ -1211,16 +1215,17 @@
<item type="id" name="settings_account_username" />
<item type="id" name="settings_account_verification" />
<item type="id" name="settings_account_verification_resend" />
<item type="id" name="settings_account_view_backup_codes" />
<item type="id" name="settings_acknowledgements" />
<item type="id" name="settings_app_info" />
<item type="id" name="settings_appearance" />
<item type="id" name="settings_appearance_current_font_scale" />
<item type="id" name="settings_appearance_font_scaling_container" />
<item type="id" name="settings_appearance_font_scaling_seekbar" />
<item type="id" name="settings_appearance_sync_switch" />
<item type="id" name="settings_appearance_theme_dark_radio" />
<item type="id" name="settings_appearance_theme_light_radio" />
<item type="id" name="settings_appearance_theme_pure_evil_radio" />
<item type="id" name="settings_backup_codes_generate" />
<item type="id" name="settings_backup_codes_info" />
<item type="id" name="settings_backup_codes_rv" />
<item type="id" name="settings_behavior" />
<item type="id" name="settings_behavior_back_button_toggle" />
<item type="id" name="settings_behavior_browser_switch" />

File diff suppressed because it is too large Load diff

View file

@ -77,6 +77,21 @@
<string name="activity_feed_card_no_games_header">"You haven't played any games recently"</string>
<string name="activity_feed_none_playing_body">You will see your friends gaming sessions when they start playing games.</string>
<string name="activity_feed_none_playing_header">None of your friends are playing games yet.</string>
<string name="activity_feed_now_playing_action_go_to_server">Go To Server</string>
<string name="activity_feed_now_playing_action_join_channel">Join Channel</string>
<string name="activity_feed_now_playing_game_for_time">Playing **%1$s** for %2$s</string>
<string name="activity_feed_now_playing_header_one_known">**%1$s** and %2$s others</string>
<string name="activity_feed_now_playing_header_two_known">**%1$s**, **%2$s**, and %3$s others</string>
<string name="activity_feed_now_playing_header_two_known_only">**%1$s** and **%2$s**</string>
<string name="activity_feed_now_playing_in_a_voice_channel">In a Voice Channel</string>
<string name="activity_feed_now_playing_multiple_games">Playing **Multiple Games**</string>
<string name="activity_feed_now_playing_spotify">Listening to Spotify</string>
<string name="activity_feed_now_playing_watching">Watching a Stream</string>
<string name="activity_feed_now_playing_xbox">Playing on Xbox</string>
<string name="activity_feed_user_playing_for_days">Playing **%1$s** for %2$sd</string>
<string name="activity_feed_user_playing_for_hours">Playing **%1$s** for %2$sh</string>
<string name="activity_feed_user_playing_for_minutes">Playing **%1$s** for %2$sm</string>
<string name="activity_feed_user_playing_just_started">Just started playing **%1$s**</string>
<string name="activity_invite_modal_header">Invite to Play %1$s</string>
<string name="activity_invite_modal_invite">Invite</string>
<string name="activity_invite_modal_return_to_game">Return to Game</string>
@ -217,6 +232,8 @@
<string name="application_library_remove_confirm_confirm">"I'm Sure"</string>
<string name="application_library_remove_confirm_header">Hide from library</string>
<string name="application_library_wumpus_alt">Wumpus has no games to play!</string>
<string name="application_news_error_body">It really do be like that sometimes…</string>
<string name="application_news_error_title">There was an error while loading the link.</string>
<string name="application_progress_indicator_installing">Downloading %1$s</string>
<string name="application_progress_indicator_installing_hours">Downloading %1$s - %2$s remaining</string>
<string name="application_progress_indicator_installing_minutes">Downloading %1$s - %2$s remaining</string>
@ -570,6 +587,7 @@
<string name="back">Back</string>
<string name="back_button_behavior_label_mobile">Back button drawer behavior</string>
<string name="back_button_behavior_mobile">Back button opens channel drawer.</string>
<string name="backup_codes_dash">%1$s-%2$s</string>
<string name="ban">Ban</string>
<string name="ban_confirm_title">"Swing The Ban Hammer on '%1$s'"</string>
<string name="ban_members">Ban Members</string>
@ -694,6 +712,7 @@
<string name="billing_tag_pending">Pending</string>
<string name="billing_tag_refunded">Refunded</string>
<string name="billing_tag_reversed">Reversed</string>
<string name="billing_third_party_eula_label">I agree to the [%1$s EULA](onClick)</string>
<string name="block">Block</string>
<string name="blocked">Blocked</string>
<string name="blocked_messages">%1$s</string>
@ -879,7 +898,7 @@ HERE ARE MORE THINGS {progress}
<string name="cloud_sync_modal_error_header">Unable to sync cloud saves</string>
<string name="cloud_sync_modal_or">OR</string>
<string name="collapse_category">Collapse Category</string>
<string name="com.crashlytics.android.build_id">45e7e39d-c2ed-4ec4-8a88-656dee25a9b2</string>
<string name="com.crashlytics.android.build_id">265e2fdb-c0a2-457b-b56d-c791e400356f</string>
<string name="coming_soon">Coming Soon</string>
<string name="coming_soon_notifications">Granular notification control only works on desktop apps at the moment. For now use the iOS notification settings.</string>
<string name="coming_soon_title">COMING SOON!</string>
@ -978,6 +997,7 @@ HERE ARE MORE THINGS {progress}
<string name="copied_text">Copied to clipboard.</string>
<string name="copy">Copy</string>
<string name="copy_channel_topic">Copy Topic</string>
<string name="copy_code">Copy %1$s to clipboard</string>
<string name="copy_id">Copy ID</string>
<string name="copy_image_url">Copy Image URL</string>
<string name="copy_link">Copy Link</string>
@ -1793,6 +1813,16 @@ We'll jump you into Usage Access Settings and you'll need to select Discord, the
<string name="group_owner">Group Owner</string>
<string name="group_settings_saved">Group settings successfully updated.</string>
<string name="groups">Groups</string>
<string name="guild_discovery_header_games_you_play">Servers for games you play</string>
<string name="guild_discovery_header_popular_servers">Popular servers and communities</string>
<string name="guild_discovery_header_search_results">Results</string>
<string name="guild_discovery_search_empty_description">Your search doesnt match any of our featured servers. Try a different name or browse our popular communities.</string>
<string name="guild_discovery_search_empty_title">No matches found</string>
<string name="guild_discovery_search_header">Find communities for your favorite games</string>
<string name="guild_discovery_search_label">Search popular servers</string>
<string name="guild_discovery_search_placeholder">Try searching for games like Fortnite</string>
<string name="guild_discovery_tooltip">Server Discovery</string>
<string name="guild_discovery_view_button">View</string>
<string name="guild_members_header">%1$s members</string>
<string name="guild_members_search_no_result">No members were found.</string>
<string name="guild_message_notifications_only_mentions">Only @mentions</string>
@ -3465,6 +3495,11 @@ To keep your sub, go to Settings and update your payment."</string>
<string name="show_current_game">Display currently running game as a status message.</string>
<string name="show_muted">Show %1$s Muted</string>
<string name="show_muted_channels">Show Muted Channels</string>
<string name="show_spoiler_always">Always</string>
<string name="show_spoiler_content">Show spoiler content</string>
<string name="show_spoiler_content_help">This controls when spoiler content is displayed.</string>
<string name="show_spoiler_on_click">On click</string>
<string name="show_spoiler_on_servers_i_mod">On servers I moderate</string>
<string name="skip">Skip</string>
<string name="skip_all_tips">Skip all tips</string>
<string name="sort">Sort</string>
@ -3746,12 +3781,14 @@ To keep your sub, go to Settings and update your payment."</string>
<string name="two_fa_login_body">Enter the 6-digit verification code generated.</string>
<string name="two_fa_login_footer">Go back to Login</string>
<string name="two_fa_login_label">Login with your code</string>
<string name="two_fa_modal_setup_header_mobile">Step %1$s of %2$s</string>
<string name="two_fa_not_verified">You must verify your account before you can enable two-factor authentication.</string>
<string name="two_fa_qr_body">"Open the authentication app and scan the image to the left, using your phone's camera."</string>
<string name="two_fa_qr_label">Scan the QR code</string>
<string name="two_fa_remove">Remove 2FA</string>
<string name="two_fa_sales_pitch">"Protect your Discord account with an extra layer of security. Once configured you'll be required to enter both your password and an authentication code from your mobile phone in order to sign in."</string>
<string name="two_fa_success_body">"You're almost done:"</string>
<string name="two_fa_success_body_mobile">Your Discord account is now protected with an extra layer of security</string>
<string name="two_fa_success_header">2FA is activated! :tada:</string>
<string name="two_fa_token_required">A valid Discord Auth Code is required.</string>
<string name="two_fa_use_desktop_app">Enabling 2FA is not supported on this browser. Please use the Desktop app to enable 2FA.</string>
@ -3918,8 +3955,12 @@ To keep your sub, go to Settings and update your payment."</string>
<string name="user_settings_appearance_zoom_tip">You can change the zoom level with %1$s +/- and reset to the default zoom with %1$s+0.</string>
<string name="user_settings_apperannce_disable_games_tab">Show Games Tab</string>
<string name="user_settings_apperannce_disable_games_tab_note">Turn this off to hide the games tab so you can focus on your conversations.</string>
<string name="user_settings_available_codes">Available Backup Codes</string>
<string name="user_settings_close_button">Close Button</string>
<string name="user_settings_confirm_logout">Are you sure you want to logout?</string>
<string name="user_settings_edit_account">Edit Account</string>
<string name="user_settings_edit_account_password_label">Enter your password to confirm changes</string>
<string name="user_settings_enter_password_view_codes">Enter your password to view backup codes.</string>
<string name="user_settings_game_activity">Game Activity</string>
<string name="user_settings_game_library">Game Library</string>
<string name="user_settings_games_install_location">Location</string>
@ -3939,6 +3980,9 @@ To keep your sub, go to Settings and update your payment."</string>
<string name="user_settings_keybinds_action">Action</string>
<string name="user_settings_keybinds_keybind">Keybind</string>
<string name="user_settings_linux_settings">Linux Settings</string>
<string name="user_settings_mfa_enable_code_body">Open your authentication app and enter the code below.</string>
<string name="user_settings_mfa_enable_code_label">Enter the 2FA Code</string>
<string name="user_settings_mfa_enabled">ENABLED</string>
<string name="user_settings_minimize_to_tray_body">Have Discord snuggle up in your system tray like a good boy when you close the app</string>
<string name="user_settings_minimize_to_tray_label">Minimize to Tray</string>
<string name="user_settings_my_account">My Account</string>
@ -3957,6 +4001,7 @@ To keep your sub, go to Settings and update your payment."</string>
<string name="user_settings_streamer_notice_body">"Juice up your Discord community server with tools you're already using to power your stream. Check out [Discord's StreamKit](%1$s)."</string>
<string name="user_settings_streamer_notice_title">Looking for integrations?</string>
<string name="user_settings_unverified_account_body">Please check your email and follow the instructions to verify your account. If you did not receive an email or if it expired, you can resend one.</string>
<string name="user_settings_used_backup_codes">Used Backup Codes</string>
<string name="user_settings_voice_add_multiple">You can add multiple Push to Talk binds under [Keybind Settings](onClick).</string>
<string name="user_settings_voice_codec_description">Discord uses only the best organic locally-sourced Opus Voice codec.</string>
<string name="user_settings_voice_codec_title">Audio Codec</string>

View file

@ -3372,7 +3372,7 @@
<style name="UiKit.GuildsListDividerIcon" parent="@style/UiKit">
<item name="android:layout_gravity">center</item>
<item name="android:background">@color/white_alpha_20</item>
<item name="android:layout_width">@dimen/uikit_spacing_xlarge</item>
<item name="android:layout_width">@dimen/uikit_spacing_xxlarge</item>
<item name="android:layout_height">@dimen/uikit_spacing_xsmall</item>
<item name="android:layout_marginTop">@dimen/uikit_spacing_small</item>
<item name="android:layout_marginBottom">@dimen/uikit_spacing_small</item>
@ -3381,7 +3381,7 @@
<item name="android:layout_gravity">center</item>
<item name="android:background">@color/white_alpha_20</item>
<item name="android:layout_width">@dimen/uikit_spacing_xsmall</item>
<item name="android:layout_height">@dimen/uikit_spacing_xlarge</item>
<item name="android:layout_height">@dimen/uikit_spacing_xxlarge</item>
<item name="android:layout_marginLeft">@dimen/uikit_spacing_small</item>
<item name="android:layout_marginRight">@dimen/uikit_spacing_small</item>
</style>
@ -3590,7 +3590,7 @@
</style>
<style name="UiKit.Settings.Item.Icon" parent="@style/UiKit.Settings.Item">
<item name="android:gravity">center_vertical</item>
<item name="android:drawablePadding">@dimen/uikit_spacing_xlarge</item>
<item name="android:drawablePadding">@dimen/uikit_spacing_xxlarge</item>
</style>
<style name="UiKit.Settings.Item.Label" parent="@style/UiKit.Settings.Item">
<item name="android:paddingBottom">0.0dip</item>
@ -3653,7 +3653,7 @@
</style>
<style name="UiKit.SuperBar" parent="">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">@dimen/uikit_spacing_xlarge</item>
<item name="android:layout_height">@dimen/uikit_spacing_xxlarge</item>
<item name="sb_barControlColor">@color/white</item>
<item name="sb_barControlRadius">11.0dip</item>
<item name="sb_barControlShadowColor">@color/black_alpha_20</item>