Changes of com.discord v938
This commit is contained in:
parent
bc0d7ccc0b
commit
e504b67f9b
401 changed files with 7962 additions and 6548 deletions
|
@ -1110,6 +1110,8 @@
|
|||
<item type="id" name="oauth_authorize_grant" />
|
||||
<item type="id" name="oauth_authorize_loading" />
|
||||
<item type="id" name="oauth_authorize_loading_cancel" />
|
||||
<item type="id" name="oauth_authorize_loading_close" />
|
||||
<item type="id" name="oauth_authorize_not_supported" />
|
||||
<item type="id" name="oauth_authorize_permissions_label_tv" />
|
||||
<item type="id" name="oauth_authorize_permissions_list" />
|
||||
<item type="id" name="oauth_authorize_security_notice" />
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1024,7 +1024,7 @@ Icon"</string>
|
|||
<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">42d08fe1-10ce-4918-8cdf-6ea55289ed2a</string>
|
||||
<string name="com.crashlytics.android.build_id">8427cd27-62ab-4dad-9abc-7c8086ef339c</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>
|
||||
|
@ -3199,6 +3199,7 @@ Want to know more about Discord?"</string>
|
|||
<string name="oauth2_label">This will allow %1$s to</string>
|
||||
<string name="oauth2_message_cta">You may now close this window or tab.</string>
|
||||
<string name="oauth2_message_unknown_error">Unknown Error</string>
|
||||
<string name="oauth2_request_missing_param">Invalid request. Missing param **%1$s**</string>
|
||||
<string name="oauth2_security_notice">This application **cannot** read or send messages on your behalf.</string>
|
||||
<string name="oauth2_title">Authorize access to your account</string>
|
||||
<string name="okay">Okay</string>
|
||||
|
@ -3698,7 +3699,9 @@ To keep your sub, go to Settings and update your payment."</string>
|
|||
<string name="ptt_permission_body">You launched %1$s as administrator. Please relaunch Discord as an administrator in order to enable Push-to-talk detection while the game has focus.</string>
|
||||
<string name="ptt_permission_title">Push-to-talk Needs Permission</string>
|
||||
<string name="publish_followed_news_body">This message will be sent to all servers following this channel. You can edit or delete this message later, and it will update correspondingly in each following server.</string>
|
||||
<string name="publish_followed_news_body_reach">This message will be sent to **%1$s** servers following this channel. You can edit or delete this message later, and it will update correspondingly in each following server.</string>
|
||||
<string name="publish_followed_news_body_reach">This message will be sent to **%1$s servers** following this channel. You can edit or delete this message later, and it will update correspondingly in each following server.</string>
|
||||
<string name="publish_followed_news_body_settings">See more stats in Server Settings.</string>
|
||||
<string name="publish_followed_news_body_stats">"Also, since your last post, you've gained %1$s new servers and lost %2$s servers."</string>
|
||||
<string name="publish_followed_news_fail_title">Failed to publish message</string>
|
||||
<string name="publish_followed_news_generic_body">Sorry, something went wrong.</string>
|
||||
<string name="quick_dm_blocked">You cannot message blocked users</string>
|
||||
|
@ -3885,6 +3888,8 @@ To keep your sub, go to Settings and update your payment."</string>
|
|||
<string name="scope_bot_permissions">Allow the following permissions</string>
|
||||
<string name="scope_bot_permissions_description">This will create a role named **%1$s** you can edit.</string>
|
||||
<string name="scope_bot_server_placeholder">Select a server</string>
|
||||
<string name="scope_bot_server_placeholder_no_guilds">No servers with permissions available</string>
|
||||
<string name="scope_bot_server_selected_label">Server</string>
|
||||
<string name="scope_connections">Access your third-party connections</string>
|
||||
<string name="scope_connections_empty">"You don't have any third-party connections yet!"</string>
|
||||
<string name="scope_email">Access your email address</string>
|
||||
|
@ -3904,6 +3909,8 @@ To keep your sub, go to Settings and update your payment."</string>
|
|||
<string name="scope_rpc_description">This allows the app to connect with your local Discord client.</string>
|
||||
<string name="scope_rpc_notifications_read">Listen to notifications over your Discord client</string>
|
||||
<string name="scope_rpc_notifications_read_description">This allows the app to see notifications we send to you.</string>
|
||||
<string name="scope_unsupported_on_platform">Unsupported Scope</string>
|
||||
<string name="scope_unsupported_on_platform_description">The discord machine broke, you gotta log in via the interwebz.</string>
|
||||
<string name="scope_webhook_incoming">Adds a webhook to a channel</string>
|
||||
<string name="scope_webhook_incoming_channel_placeholder">Select a channel</string>
|
||||
<string name="scope_webhook_incoming_description">This allows the app to send messages to a channel on Discord</string>
|
||||
|
|
|
@ -2940,6 +2940,10 @@
|
|||
<style name="UiKit.Anim.Verify.By.Phone.Frozen" parent="@style/UiKit.Anim.Verify.By.Phone">
|
||||
<item name="lottie_autoPlay">false</item>
|
||||
</style>
|
||||
<style name="UiKit.Auth.Note.Rotatable" parent="@style/UiKit.TextView">
|
||||
<item name="android:paddingTop">@dimen/uikit_spacing_large</item>
|
||||
<item name="android:paddingBottom">@dimen/uikit_spacing_large</item>
|
||||
</style>
|
||||
<style name="UiKit.Auth.Spots" parent="@style/UiKit.ImageView">
|
||||
<item name="android:alpha">0.3</item>
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue