@dydxprotocol/v4-localization 1.1.206 → 1.1.208

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.
@@ -352,6 +352,7 @@
352
352
  "SIZE": "Size",
353
353
  "SLOW_WITHDRAW": "Slow Withdraw",
354
354
  "SORT_BY": "Sort by",
355
+ "SOURCE": "Source",
355
356
  "SOURCE_ADDRESS": "Source Address",
356
357
  "STAKE": "Stake",
357
358
  "STAKED": "Staked",
@@ -1681,6 +1682,7 @@
1681
1682
  "LOCKED_BALANCE": "Locked Balance",
1682
1683
  "WITHDRAW_TOO_HIGH": "You cannot withdraw more than your vault balance.",
1683
1684
  "DEPOSIT_TOO_HIGH": "You cannot deposit more than your free collateral.",
1685
+ "DEPOSIT_TOO_LOW": "Your deposit amount is below the $20 minimum deposit threshold.",
1684
1686
  "ENTER_AMOUNT_TO_DEPOSIT": "Enter amount to deposit",
1685
1687
  "ENTER_AMOUNT_TO_WITHDRAW": "Enter amount to withdraw",
1686
1688
  "AVAILABLE_TO_WITHDRAW": "Available to Withdraw",
@@ -2092,7 +2094,8 @@
2092
2094
  "SEND_FUNDS": "Deposit crypto",
2093
2095
  "SEND_FUNDS_MODAL_TITLE": "Transfer & Deposit",
2094
2096
  "SEND_FUNDS_MODAL_SUBTITLE": "Deposit crypto to your wallet and trading account",
2095
- "SEND_FUNDS_SUBTITLE": "Send funds to this wallet address and deposit to your trading account."
2097
+ "SEND_FUNDS_SUBTITLE": "Send funds to this wallet address and deposit to your trading account.",
2098
+ "SHOW_DEPOSIT_FORM": "Show deposit form"
2096
2099
  },
2097
2100
  "USER_SURVEY": {
2098
2101
  "USER_SURVEY_BODY": "We're constantly looking for ways to improve your trading experience on dYdX! Please consider taking our 10 minute user survey.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.206",
3
+ "version": "1.1.208",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -157,6 +157,7 @@ export const APP_STRING_KEYS = {
157
157
  SEND_FUNDS_MODAL_TITLE: 'APP.DEPOSIT_OPTIONS.SEND_FUNDS_MODAL_TITLE',
158
158
  SEND_FUNDS_SUBTITLE: 'APP.DEPOSIT_OPTIONS.SEND_FUNDS_SUBTITLE',
159
159
  SEND_TO_WALLET: 'APP.DEPOSIT_OPTIONS.SEND_TO_WALLET',
160
+ SHOW_DEPOSIT_FORM: 'APP.DEPOSIT_OPTIONS.SHOW_DEPOSIT_FORM',
160
161
 
161
162
  // DEPOSIT_PROMO
162
163
 
@@ -612,6 +613,7 @@ export const APP_STRING_KEYS = {
612
613
  SIZE: 'APP.GENERAL.SIZE',
613
614
  SLOW_WITHDRAW: 'APP.GENERAL.SLOW_WITHDRAW',
614
615
  SORT_BY: 'APP.GENERAL.SORT_BY',
616
+ SOURCE: 'APP.GENERAL.SOURCE',
615
617
  SOURCE_ADDRESS: 'APP.GENERAL.SOURCE_ADDRESS',
616
618
  STAKE: 'APP.GENERAL.STAKE',
617
619
  STAKED: 'APP.GENERAL.STAKED',
@@ -1843,6 +1845,7 @@ export const APP_STRING_KEYS = {
1843
1845
  CONFIRM_WITHDRAW_CTA: 'APP.VAULTS.CONFIRM_WITHDRAW_CTA',
1844
1846
  CROSS_ACCOUNT: 'APP.VAULTS.CROSS_ACCOUNT',
1845
1847
  DEPOSIT_TOO_HIGH: 'APP.VAULTS.DEPOSIT_TOO_HIGH',
1848
+ DEPOSIT_TOO_LOW: 'APP.VAULTS.DEPOSIT_TOO_LOW',
1846
1849
  ENTER_AMOUNT_TO_DEPOSIT: 'APP.VAULTS.ENTER_AMOUNT_TO_DEPOSIT',
1847
1850
  ENTER_AMOUNT_TO_WITHDRAW: 'APP.VAULTS.ENTER_AMOUNT_TO_WITHDRAW',
1848
1851
  EST_SLIPPAGE: 'APP.VAULTS.EST_SLIPPAGE',