Skip to content

Commit

Permalink
4 January 2023 - Build 165912 (644f10dcd021a2d9099ffdf166b6c824a5617000)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaTiemsz committed Jan 4, 2023
1 parent 6ad12b4 commit 309c900
Show file tree
Hide file tree
Showing 2 changed files with 323,892 additions and 235 deletions.

2 comments on commit 309c900

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strings

# Added
+ CONSOLE_NUX_TOOLTIP_BODY_PS5: "Now you're ready to join a call on your PS5. Grab your headset and controller!"
+ PS_LINK_UPSELL_HEADER_RECONNECT: "Send Discord audio to your PS5!"
+ PS_LINK_UPSELL_HEADER: "Connect PlayStation to Discord"
+ PS_LINK_UPSELL_CONTENT_RECONNECT: "We have new features for PS5 users. Hang out with Discord friends while playing games in voice chat."
+ PS_LINK_UPSELL_CONTENT: "Hang out with Discord friends while playing games in voice chat."
+ CONNECTED_ACCOUNT_IS_AUTHORIZED_APP_DISCONNECT_WARNING: "!!{platformName}!! is also an Authorized Application. Disconnecting will also remove it from Authorized Apps."
+ AUTHORIZED_APP_IS_CONNECTED_ACCOUNT_DISCONNECT_WARNING: "!!{applicationName}!! is also a Connected Account. Disconnecting will also remove it from Connected Accounts."
+ PTT_NOT_SUPPORTED_PLAYSTATION: "Push to Talk isn’t supported on PlayStation"
+ CONSOLE_TRANSFER_VOICE: "Transfer Voice"
+ CONSOLE_PLAYSTATION_TRANSFER_VOICE_MODAL_HEADER: "Transfer Voice To PlayStation"
+ CONSOLE_PLAYSTATION_TRANSFER_VOICE_MODAL_SUBHEADING: "Check that your console is turned on, and grab your headset and controller! Transferring this call will route audio input and output through the selected console."
+ CONSOLE_PLAYSTATION_TRANSFER_VOICE: "Transfer to PlayStation"
+ CONSOLE_PLAYSTATION_JOIN_VOICE: "Join on PlayStation"
+ CONSOLE_SWITCH_DEVICE: "Switch"
+ CONSOLE_CONNECTING: "Connecting..."
+ CONNECT_PS_LANDING_TITLE: "Discord is now on PlayStation!"
+ RECONNECT_PS_LANDING_TITLE: "Reconnect PlayStation to enable new features!"
+ PS5: "PS5"
+ PS_VALUE_PROP_VOICE: "Join voice chat on PS5"
+ PS_VALUE_PROP_GAME: "Display the game you're playing"
+ PS4: "PS4"
+ CONNECT_PS_LANDING_BODY: "A match made in gamer heaven. Certain features are only available on PS5."
+ PS_PRECONNECT_TITLE: "First let's sign in with PlayStation"
+ PS_PRECONNECT_BODY: "We'll use this to display your PlayStation ID and what games you're playing."
+ CONSOLE_PRECONNECT_TITLE_WAITING: "Waiting for connection..."
+ PS_PRECONNECT_BODY_WAITING: "Sign in to PlayStation in your browser and return here when you're done"
+ CONNECT_CONSOLE_ERROR_TITLE: "Oops, something went wrong..."
+ CONNECT_PS_ERROR_BODY: "We were unable to link your PlayStation account. Please try again or contact support if the issue persists."
+ PS_LINK_SUCCESS_TITLE: "That's it!"
+ PS_LINK_SUCCESS_BODY: "Head over to a voice channel to try it out! Chat with Discord voice on your PS5. show which games you're playing with rich presence, and more."
+ CONSOLE_DEVICE_NOT_RESPONDING: "Your !!{deviceType}!! isn’t responding"
+ CONSOLE_DEVICE_NOT_RESPONDING_BODY: "Please make sure !!{deviceName}!! is turned on or in rest mode."
+ CONSOLE_DEVICE_REQUIRES_PASSCODE: "!!{deviceType}!! requires passcode"
+ CONSOLE_DEVICE_REQUIRES_PASSCODE_BODY: "Please enter the passcode on !!{deviceName}!! to continue."
+ CONSOLE_DEVICE_IN_USE: "Someone’s already using this !!{deviceType}!!"
+ CONSOLE_DEVICE_IN_USE_BODY: "Please logout on !!{deviceName}!! and try again."
+ CONSOLE_DEVICE_COMMUNICATION_RESTRICTED: "Unable to transfer"
+ CONSOLE_DEVICE_COMMUNICATION_RESTRICTED_BODY: "You’re restricted from using communication features on your !!{deviceType}!!."
+ CONSOLE_DEVICE_UNKNOWN_ERROR: "Something went wrong"
+ CONSOLE_DEVICE_UNKNOWN_ERROR_BODY: "We weren’t able to connect to !!{deviceName}!!. Please try again later!"
+ PLAYSTATION_DEVICES_NOT_FOUND: "We couldn’t find any PS5s…"
+ PLAYSTATION_DEVICES_NOT_FOUND_BODY: "Unable to find a PS5 to connect to. Make sure your PS5 is registered to the account you have linked here."
+ PLAYSTATION_DEVICES_INFOBOX: "Not seeing your PS5? Make sure it’s associated with the account you have linked."
+ PLAYSTATION_REMOTE_CONNECTED: "Connected on **PS5**"
+ PLAYSTATION_REMOTE_CONNECTED_RAW: "Connected on PS5"
+ PS_TWO_WAY_UPSELL_TITLE: "Send Discord audio to your PS5!"
+ PS_TWO_WAY_UPSELL_BODY: "Now you can chat in Discord Voice Channels and Voice Calls on your PlayStation! You'll need to reconnect to PlayStation in order to enable this feature. [Learn more]({help_article})"
+ PLAYSTATION_TRANSFERRING: "Transferring to PS5"
+ PLAYSTATION_TRANSFERRING_ELLIPSIS: "Transferring to PS5…"
+ CONSOLE_TRANSFERRING_SUBTITLE: "We’re working on it… [Cancel](onCancel)"
+ XBOX_TRANSFERRING: "Transferring to Xbox"
+ XBOX_TRANSFERRING_ELLIPSIS: "Transferring to Xbox…"
+ CONSOLE_PLAYSTATION_STAGING_TRANSFER_VOICE: "Transfer to PlayStation (sp-int)"
+ CONSOLE_PLAYSTATION_STAGING_JOIN_VOICE: "Join on PlayStation (sp-int)"

# Removed
- CONSOLE_XBOX_UPSELL_HEADER_RECONNECT: "Send Discord audio to your Xbox!"
- CONSOLE_XBOX_UPSELL_HEADER: "Connect Xbox to Discord"
- CONSOLE_XBOX_UPSELL_CONTENT_RECONNECT: "We have new features for Xbox users. Hang out with Discord friends while playing games in voice chat."
- CONSOLE_XBOX_UPSELL_CONTENT: "Hang out with Discord friends while playing games in voice chat."
- CONSOLE_XBOX_UPSELL_NO_THANKS: "No Thanks"

@Lulalaby
Copy link

@Lulalaby Lulalaby commented on 309c900 Jan 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New Endpoints

/consoles/:platform_name/devices
/consoles/:platform_name/device/:device_id/commands

Added ErrorCodes

CONSOLE_DEVICE_PASSCODE_UNLOCK_REQUIRED = 270000
CONSOLE_DEVICE_UNAVAILABLE = 270001
CONSOLE_DEVICE_UNVAILABLE_FROM_OTHER_USERS = 270002
CONSOLE_DEVICE_COMMUNICATION_RESTRICTED = 270003
CONSOLE_DEVICE_INVALID_POWER_MODE = 270004
CONSOLE_DEVICE_ACCOUNT_LINK_ERROR = 270005
CONSOLE_DEVICE_MAX_MEMBERS_REACHED = 270006
CONSOLE_DEVICE_BAD_COMMAND = 270007

image
image
image
image
image
image
image

Please sign in to comment.