@dydxprotocol/v4-localization 1.1.286 → 1.1.287

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.
@@ -1249,7 +1249,9 @@
1249
1249
  "CANCEL_ORDERS_CONFIRMATION": "Are you sure you want to cancel {OPEN_ORDERS_TEXT} in {ASSET} ({MARKET})?",
1250
1250
  "ONE_OPEN_ORDER": "1 open order",
1251
1251
  "N_OPEN_ORDERS": "{COUNT} open orders",
1252
- "OPEN_ORDERS": "Open orders"
1252
+ "NO_CANCELABLE_ORDERS": "You have no open orders that need to be canceled.",
1253
+ "OPEN_ORDERS": "Open orders",
1254
+ "YOUR_OPEN_TRIGGER_ORDERS_NO_POSITION": "You have {NUM_ORDERS} open trigger order(s) across {NUM_MARKETS} market(s) with no associated position."
1253
1255
  },
1254
1256
  "CANCEL_ALL_ORDERS_MODAL": {
1255
1257
  "CANCEL_ALL_ORDERS": "Cancel all orders",
@@ -2454,6 +2456,10 @@
2454
2456
  "SUFFICIENT_GAS_BALANCE": "Sufficient for gas",
2455
2457
  "WITHDRAW_TO_WALLET": "Withdraw to wallet",
2456
2458
  "WITHDRAW_TO_WALLET_RECOMMENDATION": "We recommend your wallet balance remain between ${MIN_RANGE} - ${MAX_RANGE} to pay for gas fees on dYdX chain."
2459
+ },
2460
+ "RECLAIM_CHILD_SUBACCOUNT_FUNDS_MODAL": {
2461
+ "NO_FUNDS_TO_RECLAIM": "There are no funds available for you to reclaim at this time.",
2462
+ "RECLAIM_FUNDS_SIGNING": "Upon reclaiming, you will be prompted to sign {NUM_TRANSACTIONS} transaction(s) to return the funds previously used as collateral for isolated margin trading."
2457
2463
  }
2458
2464
  },
2459
2465
  "TOKEN_MIGRATION": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.286",
3
+ "version": "1.1.287",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -97,9 +97,11 @@ export const APP_STRING_KEYS = {
97
97
  // CANCEL_ORDERS_MODAL
98
98
 
99
99
  CANCEL_ORDERS_CONFIRMATION: 'APP.CANCEL_ORDERS_MODAL.CANCEL_ORDERS_CONFIRMATION',
100
+ NO_CANCELABLE_ORDERS: 'APP.CANCEL_ORDERS_MODAL.NO_CANCELABLE_ORDERS',
100
101
  N_OPEN_ORDERS: 'APP.CANCEL_ORDERS_MODAL.N_OPEN_ORDERS',
101
102
  ONE_OPEN_ORDER: 'APP.CANCEL_ORDERS_MODAL.ONE_OPEN_ORDER',
102
103
  OPEN_ORDERS: 'APP.CANCEL_ORDERS_MODAL.OPEN_ORDERS',
104
+ YOUR_OPEN_TRIGGER_ORDERS_NO_POSITION: 'APP.CANCEL_ORDERS_MODAL.YOUR_OPEN_TRIGGER_ORDERS_NO_POSITION',
103
105
 
104
106
  // CLOSE_POSITIONS_CONFIRMATION_TOAST
105
107
 
@@ -1497,6 +1499,11 @@ export const APP_STRING_KEYS = {
1497
1499
  TRADE_TO_WIN: 'APP.PROFILES_PAGE.TRADE_TO_WIN',
1498
1500
  YOU_CAN_WIN_THESE: 'APP.PROFILES_PAGE.YOU_CAN_WIN_THESE',
1499
1501
 
1502
+ // RECLAIM_CHILD_SUBACCOUNT_FUNDS_MODAL
1503
+
1504
+ NO_FUNDS_TO_RECLAIM: 'APP.RECLAIM_CHILD_SUBACCOUNT_FUNDS_MODAL.NO_FUNDS_TO_RECLAIM',
1505
+ RECLAIM_FUNDS_SIGNING: 'APP.RECLAIM_CHILD_SUBACCOUNT_FUNDS_MODAL.RECLAIM_FUNDS_SIGNING',
1506
+
1500
1507
  // REDUCE_ONLY_SUPPORT_MODAL
1501
1508
 
1502
1509
  REDUCE_ONLY_SUPPORT: 'APP.REDUCE_ONLY_SUPPORT_MODAL.REDUCE_ONLY_SUPPORT',