@dydxprotocol/v4-localization 1.1.235 → 1.1.237

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.
@@ -1135,6 +1135,7 @@
1135
1135
  "MEGAVAULT_DESCRIPTION": "Earn by providing liquidity across markets.",
1136
1136
  "PERMISIONLESS_MARKET_LISTINGS": "Permissionless Market Listings",
1137
1137
  "PERMISIONLESS_MARKET_LISTINGS_DESCRIPTION": "Instantly list markets on dYdX Chain without requiring governance approval.",
1138
+ "UNLIMITED": "unlimited",
1138
1139
  "UPDATED_INCENTIVES": "Updated Incentives",
1139
1140
  "UPDATED_INCENTIVES_DESCRIPTION": "Earn DYDX by staking, listing markets, trading, and more."
1140
1141
  },
@@ -1740,9 +1741,9 @@
1740
1741
  "PROTOCOL_VAULT": "dYdX Protocol Vault",
1741
1742
  "LOCKED_BALANCE": "Locked Balance",
1742
1743
  "WITHDRAW_TOO_HIGH": "You cannot withdraw more than your vault balance.",
1743
- "WITHDRAW_TOO_LOW": "Your withdrawal amount is below the $20 minimum withdrawal threshold. If your vault balance is below the minimum withdrawal threshold, you must withdraw the entire vault balance.",
1744
+ "WITHDRAW_TOO_LOW": "Your withdrawal amount is below the $5 minimum withdrawal threshold. If your vault balance is below the minimum withdrawal threshold, you must withdraw the entire vault balance.",
1744
1745
  "DEPOSIT_TOO_HIGH": "You cannot deposit more than your free collateral.",
1745
- "DEPOSIT_TOO_LOW": "Your deposit amount is below the $20 minimum deposit threshold.",
1746
+ "DEPOSIT_TOO_LOW": "Your deposit amount is below the $5 minimum deposit threshold.",
1746
1747
  "ENTER_AMOUNT_TO_DEPOSIT": "Enter amount to deposit",
1747
1748
  "ENTER_AMOUNT_TO_WITHDRAW": "Enter amount to withdraw",
1748
1749
  "AVAILABLE_TO_WITHDRAW": "Available to Withdraw",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "AVAILABLE_BALANCE": {
36
36
  "TITLE": "Available Balance",
37
- "BODY": "Percentage of your total cross margin used by open positions."
37
+ "BODY": "Amount of collateral that is available to trade or withdraw from your cross margin account."
38
38
  },
39
39
  "BASE_POSITION_NOTIONAL": {
40
40
  "TITLE": "Base Position Notional",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "CROSS_FREE_COLLATERAL": {
56
56
  "TITLE": "Cross Free Collateral",
57
- "BODY": "Amount of collateral that is available to be withdrawn from your cross margin account."
57
+ "BODY": "Amount of collateral that is available to trade or withdraw from your cross margin account."
58
58
  },
59
59
  "CROSS_MARGIN_USAGE": {
60
60
  "TITLE": "Cross Margin Usage",
@@ -199,7 +199,7 @@
199
199
  "PORTFOLIO_VALUE": {
200
200
  "TITLE": "Portfolio Value",
201
201
  "BODY": "Total equity value of your account."
202
- },
202
+ },
203
203
  "POSITION_MARGIN": {
204
204
  "TITLE": "Position Margin",
205
205
  "BODY": "The amount of collateral backing the position."
@@ -239,7 +239,7 @@
239
239
  "REWARDS_EARNED": {
240
240
  "TITLE": "Rewards Earned",
241
241
  "BODY": "Earn rewards when you trade on dYdX."
242
- },
242
+ },
243
243
  "SPREAD": {
244
244
  "TITLE": "Spread",
245
245
  "BODY": "The difference in price between the highest bid (the price a buyer is willing to buy for) and lowest ask (the price a seller is willing to sell for) an asset."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.235",
3
+ "version": "1.1.237",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  // !! GENERATED FILE - DO NOT EDIT
2
2
 
3
- // Generated from ../config/localization/en/app.json using codegen_localization_app.swift
3
+ // Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6
 
@@ -270,6 +270,7 @@ export const APP_STRING_KEYS = {
270
270
  MEGAVAULT_DESCRIPTION: 'APP.DYDX_UNLIMITED_MODAL.MEGAVAULT_DESCRIPTION',
271
271
  PERMISIONLESS_MARKET_LISTINGS: 'APP.DYDX_UNLIMITED_MODAL.PERMISIONLESS_MARKET_LISTINGS',
272
272
  PERMISIONLESS_MARKET_LISTINGS_DESCRIPTION: 'APP.DYDX_UNLIMITED_MODAL.PERMISIONLESS_MARKET_LISTINGS_DESCRIPTION',
273
+ UNLIMITED: 'APP.DYDX_UNLIMITED_MODAL.UNLIMITED',
273
274
  UPDATED_INCENTIVES: 'APP.DYDX_UNLIMITED_MODAL.UPDATED_INCENTIVES',
274
275
  UPDATED_INCENTIVES_DESCRIPTION: 'APP.DYDX_UNLIMITED_MODAL.UPDATED_INCENTIVES_DESCRIPTION',
275
276