@dydxprotocol/v4-localization 1.1.314 → 1.1.316

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.",
@@ -177,6 +177,10 @@
177
177
  "BODY": "Maximum allowed leverage for this market. To limit risk, maximum leverage decreases linearly with position size after a certain threshold."
178
178
  },
179
179
  "MAXIMUM_REWARDS": {
180
+ "TITLE": "Estimated Rewards",
181
+ "BODY": "Earn rewards when you trade on dYdX. Actual rewards may vary."
182
+ },
183
+ "MAXIMUM_REWARDS_SEPT_2025": {
180
184
  "TITLE": "DYDX Rewards",
181
185
  "BODY": "Earn 50% of your fees back in DYDX and compete for your share of {REWARD_AMOUNT} through dYdX Surge! Rewards are paid out at the end of the month"
182
186
  },
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.316",
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
 
@@ -144,6 +144,8 @@ export const TOOLTIP_STRING_KEYS = {
144
144
  MAXIMUM_LEVERAGE_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_LEVERAGE.TITLE',
145
145
  MAXIMUM_REWARDS_BODY: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS.BODY',
146
146
  MAXIMUM_REWARDS_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS.TITLE',
147
+ MAXIMUM_REWARDS_SEPT_2025_BODY: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS_SEPT_2025.BODY',
148
+ MAXIMUM_REWARDS_SEPT_2025_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS_SEPT_2025.TITLE',
147
149
  MAX_WITHDRAW_BODY: 'TOOLTIPS.TRADE.MAX_WITHDRAW.BODY',
148
150
  MAX_WITHDRAW_TITLE: 'TOOLTIPS.TRADE.MAX_WITHDRAW.TITLE',
149
151
  NET_FUNDING_BODY: 'TOOLTIPS.TRADE.NET_FUNDING.BODY',