@dydxprotocol/v4-localization 1.1.144 → 1.1.145

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.
@@ -1545,7 +1545,9 @@
1545
1545
  "VIEW_VAULT": "View Vault",
1546
1546
  "VAULT_EQUITY": "Vault Equity",
1547
1547
  "VAULT_PNL": "Vault P&L",
1548
- "DEPOSITS_AND_WITHDRAWALS": "Deposits & Withdrawals"
1548
+ "DEPOSITS_AND_WITHDRAWALS": "Deposits & Withdrawals",
1549
+ "VIEW_ALL_VAULTS": "View All Vaults",
1550
+ "YOU_HAVE_NO_VAULT_DEPOSITS": "You have no vault deposits."
1549
1551
  },
1550
1552
  "NOTIFICATIONS": {
1551
1553
  "66_REDUCTION": "66% reduction",
@@ -54,6 +54,7 @@
54
54
  "LEADERBOARDS": "Leaderboards",
55
55
  "LEARN_MORE_ABOUT_WALLETS": "Learn more about wallets",
56
56
  "LINE": "Line",
57
+ "LIQ_ORACLE": "Liq. / Oracle",
57
58
  "LOSERS": "Losers",
58
59
  "MANAGE": "Manage",
59
60
  "MARKET_CAP_SHORT": "M. Cap",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.144",
3
+ "version": "1.1.145",
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
 
@@ -1702,9 +1702,11 @@ export const APP_STRING_KEYS = {
1702
1702
  VAULT_PNL: 'APP.VAULTS.VAULT_PNL',
1703
1703
  VAULT_POSITION: 'APP.VAULTS.VAULT_POSITION',
1704
1704
  VAULT_THIRTY_DAY_APR: 'APP.VAULTS.VAULT_THIRTY_DAY_APR',
1705
+ VIEW_ALL_VAULTS: 'APP.VAULTS.VIEW_ALL_VAULTS',
1705
1706
  VIEW_VAULT: 'APP.VAULTS.VIEW_VAULT',
1706
1707
  YOUR_BALANCE: 'APP.VAULTS.YOUR_BALANCE',
1707
1708
  YOUR_LP_VAULT_BALANCE: 'APP.VAULTS.YOUR_LP_VAULT_BALANCE',
1709
+ YOU_HAVE_NO_VAULT_DEPOSITS: 'APP.VAULTS.YOU_HAVE_NO_VAULT_DEPOSITS',
1708
1710
 
1709
1711
  // WALLETS
1710
1712
 
@@ -1888,6 +1890,7 @@ export const ERRORS_STRING_KEYS = {
1888
1890
  ORDER_SIZE_BELOW_MIN_SIZE: 'ERRORS.TRADE_BOX.ORDER_SIZE_BELOW_MIN_SIZE',
1889
1891
  ORDER_WITH_CURRENT_ORDERS_INVALID: 'ERRORS.TRADE_BOX.ORDER_WITH_CURRENT_ORDERS_INVALID',
1890
1892
  ORDER_WOULD_FLIP_POSITION: 'ERRORS.TRADE_BOX.ORDER_WOULD_FLIP_POSITION',
1893
+ POSITION_LEVERAGE_OVER_MAX: 'ERRORS.TRADE_BOX.POSITION_LEVERAGE_OVER_MAX',
1891
1894
  SELL_TRIGGER_TOO_CLOSE_TO_LIQUIDATION_PRICE: 'ERRORS.TRADE_BOX.SELL_TRIGGER_TOO_CLOSE_TO_LIQUIDATION_PRICE',
1892
1895
  TAKER_FEE_INVALID: 'ERRORS.TRADE_BOX.TAKER_FEE_INVALID',
1893
1896
  TARGET_LEVERAGE_NEGATIVE: 'ERRORS.TRADE_BOX.TARGET_LEVERAGE_NEGATIVE',