@dydxprotocol/v4-localization 1.1.314 → 1.1.315

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1839,7 +1839,10 @@
1839
1839
  "CHECK_EMAIL_DESCRIPTION": "Open the magic link in your email to complete your sign in",
1840
1840
  "RESEND": "Resend",
1841
1841
  "CONTINUE_SIGN_IN_TITLE": "Continue to sign in",
1842
- "CONTINUE_SIGN_IN_DESCRIPTION": "Please wait"
1842
+ "CONTINUE_SIGN_IN_DESCRIPTION": "Please wait",
1843
+ "WELCOME_TO_DYDX": "Welcome to dYdX",
1844
+ "USER_SIGNED_IN_BELOW": "You are now signed with the account below",
1845
+ "DEPOSIT_AND_TRADE": "Deposit and start trading"
1843
1846
  },
1844
1847
  "TURNKEY_ACCOUNT": {
1845
1848
  "EMAIL_DESC": "This email was used to generate your on-chain wallet. You will need access for account recovery.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.314",
3
+ "version": "1.1.315",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -2075,12 +2075,15 @@ export const APP_STRING_KEYS = {
2075
2075
  CHECK_EMAIL_TITLE: 'APP.TURNKEY_ONBOARD.CHECK_EMAIL_TITLE',
2076
2076
  CONTINUE_SIGN_IN_DESCRIPTION: 'APP.TURNKEY_ONBOARD.CONTINUE_SIGN_IN_DESCRIPTION',
2077
2077
  CONTINUE_SIGN_IN_TITLE: 'APP.TURNKEY_ONBOARD.CONTINUE_SIGN_IN_TITLE',
2078
+ DEPOSIT_AND_TRADE: 'APP.TURNKEY_ONBOARD.DEPOSIT_AND_TRADE',
2078
2079
  EMAIL_PLACEHOLDER: 'APP.TURNKEY_ONBOARD.EMAIL_PLACEHOLDER',
2079
2080
  RESEND: 'APP.TURNKEY_ONBOARD.RESEND',
2080
2081
  SIGN_IN_DESCRIPTION: 'APP.TURNKEY_ONBOARD.SIGN_IN_DESCRIPTION',
2081
2082
  SIGN_IN_DESKTOP: 'APP.TURNKEY_ONBOARD.SIGN_IN_DESKTOP',
2082
2083
  SIGN_IN_PASSKEY: 'APP.TURNKEY_ONBOARD.SIGN_IN_PASSKEY',
2083
2084
  SIGN_IN_TITLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_TITLE',
2085
+ USER_SIGNED_IN_BELOW: 'APP.TURNKEY_ONBOARD.USER_SIGNED_IN_BELOW',
2086
+ WELCOME_TO_DYDX: 'APP.TURNKEY_ONBOARD.WELCOME_TO_DYDX',
2084
2087
 
2085
2088
  // UNSTAKE_CONFIRMATION_MODAL
2086
2089