@dydxprotocol/v4-localization 1.1.340 → 1.1.342

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
  "SHOWING": "Showing {ALL_OR_MARKET}",
353
353
  "SHOWING_NUM_OUT_OF_TOTAL": "Showing {START} - {END} out of {TOTAL}",
354
354
  "SIDE": "Side",
355
+ "SIGN_IN_TO_VIEW": "Sign in to view",
355
356
  "SIGN_OUT": "Sign out",
356
357
  "SIZE": "Size",
357
358
  "SLOW_WITHDRAW": "Slow Withdraw",
@@ -364,6 +365,7 @@
364
365
  "STAKE_NOW": "Stake now",
365
366
  "START_TRADING": "Start trading",
366
367
  "STARTED_FROM_DATE": "Started {FROM_DATE}",
368
+ "STATS": "Stats",
367
369
  "STATISTICS": "Statistics",
368
370
  "STATUS": "Status",
369
371
  "STEP_SIZE": "Step Size",
@@ -1471,6 +1473,7 @@
1471
1473
  "YOUR_FEE_TIER": "Your current Fee Tier is {TIER}"
1472
1474
  },
1473
1475
  "TRADE": {
1476
+ "AVAILABLE_TO_TRADE": "Available to trade",
1474
1477
  "ADD_MARGIN": "Add Margin",
1475
1478
  "ADD_TRIGGERS": "Add trigger(s)",
1476
1479
  "ADD_TP_SL": "Add TP | SL",
@@ -1677,6 +1680,7 @@
1677
1680
  "POSITION_LEVERAGE": "Position Leverage",
1678
1681
  "POSITION_MARGIN": "Position Margin",
1679
1682
  "POSITIONS_EMPTY_STATE": "You have no open positions.",
1683
+ "POSITIONS_SHOW_HERE": "Your open positions will show up here",
1680
1684
  "POSITIONS": "Positions",
1681
1685
  "POST_ONLY": "Post-Only",
1682
1686
  "POST_ONLY_WOULD_CROSS": "Post-only would cross",
@@ -2987,7 +2991,7 @@
2987
2991
  "TURNKEY_SESSION_EXPIRED": "Session expired. Please reauthenticate to reveal your phrase."
2988
2992
  },
2989
2993
  "EDIT_LEVERAGE": {
2990
- "MINIMUM_LEVERAGE_ERROR": "Minimum leverage for this position is {minLeverage}×. Insufficient margin available to decrease leverage further. Add more margin to decrease leverage."
2994
+ "MINIMUM_LEVERAGE_ERROR": "Minimum leverage for this position is {MIN_LEVERAGE}×. Insufficient margin available to decrease leverage further. Add more margin to decrease leverage."
2991
2995
  }
2992
2996
  },
2993
2997
  "WARNINGS": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.340",
3
+ "version": "1.1.342",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -710,6 +710,7 @@ export const APP_STRING_KEYS = {
710
710
  SHOWING_NUM_OUT_OF_TOTAL: 'APP.GENERAL.SHOWING_NUM_OUT_OF_TOTAL',
711
711
  SHOW_ALL_DETAILS: 'APP.GENERAL.SHOW_ALL_DETAILS',
712
712
  SIDE: 'APP.GENERAL.SIDE',
713
+ SIGN_IN_TO_VIEW: 'APP.GENERAL.SIGN_IN_TO_VIEW',
713
714
  SIGN_OUT: 'APP.GENERAL.SIGN_OUT',
714
715
  SIZE: 'APP.GENERAL.SIZE',
715
716
  SLOW_WITHDRAW: 'APP.GENERAL.SLOW_WITHDRAW',
@@ -723,6 +724,7 @@ export const APP_STRING_KEYS = {
723
724
  STARTED_FROM_DATE: 'APP.GENERAL.STARTED_FROM_DATE',
724
725
  START_TRADING: 'APP.GENERAL.START_TRADING',
725
726
  STATISTICS: 'APP.GENERAL.STATISTICS',
727
+ STATS: 'APP.GENERAL.STATS',
726
728
  STATUS: 'APP.GENERAL.STATUS',
727
729
  STEP_SIZE: 'APP.GENERAL.STEP_SIZE',
728
730
  STOP_ORDER_SHORT: 'APP.GENERAL.STOP_ORDER_SHORT',
@@ -1745,6 +1747,7 @@ export const APP_STRING_KEYS = {
1745
1747
  AMOUNT_FILLED: 'APP.TRADE.AMOUNT_FILLED',
1746
1748
  ANNUALIZED: 'APP.TRADE.ANNUALIZED',
1747
1749
  ASKS: 'APP.TRADE.ASKS',
1750
+ AVAILABLE_TO_TRADE: 'APP.TRADE.AVAILABLE_TO_TRADE',
1748
1751
  AVERAGE_CLOSE: 'APP.TRADE.AVERAGE_CLOSE',
1749
1752
  AVERAGE_CLOSE_SHORT: 'APP.TRADE.AVERAGE_CLOSE_SHORT',
1750
1753
  AVERAGE_OPEN: 'APP.TRADE.AVERAGE_OPEN',
@@ -1935,6 +1938,7 @@ export const APP_STRING_KEYS = {
1935
1938
  PLACING_ORDER_TITLE: 'APP.TRADE.PLACING_ORDER_TITLE',
1936
1939
  POSITIONS: 'APP.TRADE.POSITIONS',
1937
1940
  POSITIONS_EMPTY_STATE: 'APP.TRADE.POSITIONS_EMPTY_STATE',
1941
+ POSITIONS_SHOW_HERE: 'APP.TRADE.POSITIONS_SHOW_HERE',
1938
1942
  POSITION_COLLATERAL: 'APP.TRADE.POSITION_COLLATERAL',
1939
1943
  POSITION_LEVERAGE: 'APP.TRADE.POSITION_LEVERAGE',
1940
1944
  POSITION_MARGIN: 'APP.TRADE.POSITION_MARGIN',