@dydxprotocol/v4-localization 1.1.384 → 1.1.385

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.
@@ -1717,6 +1717,7 @@
1717
1717
  "PRICE_IMPACT": "Price Impact",
1718
1718
  "PROFIT_AND_LOSS": "Profit & Loss",
1719
1719
  "PROFIT_LIMIT": "Profit Limit",
1720
+ "PURCHASED": "Purchased",
1720
1721
  "RATE": "Rate",
1721
1722
  "RATE_1H": "1h Rate",
1722
1723
  "RATE_8H": "8h Rate",
@@ -1736,6 +1737,7 @@
1736
1737
  "SET_PRICE_TRIGGERS": "Set price triggers",
1737
1738
  "SET_TAKE_PROFIT_STOP_LOSS_TRIGGERS": "Set Take Profit / Stop Loss triggers",
1738
1739
  "SLIDER": "Slider",
1740
+ "SOLD": "Sold",
1739
1741
  "SPOT": "Spot",
1740
1742
  "SPOT_VOLUME_24H": "24h Spot Volume",
1741
1743
  "STOP_LIMIT_DESCRIPTION": "A stop limit order helps protect against losses like stop market orders, but with the versatility and features of a limit order.",
@@ -1772,7 +1774,7 @@
1772
1774
  "TRAIL": "Trail",
1773
1775
  "TRAILING_PERCENT": "Trailing Percent",
1774
1776
  "TRADE_SUCCESSFUL": "Trade Successful",
1775
- "TRADE_SUCCESSFUL_DESCRIPTION": "{PURCHASE_DIRECTION} {AMOUNT} {ASSET} for {SOL_AMOUNT}.",
1777
+ "TRADE_SUCCESSFUL_DESCRIPTION": "{PURCHASE_DIRECTION} {AMOUNT} {ASSET} for {SOL_AMOUNT} SOL.",
1776
1778
  "TRADES_SHOW_HERE": "Your past trades will show up here",
1777
1779
  "TRAILING_STOP_DESCRIPTION": "Set a trailing stop to limit the percent you can lose to your specified trailing percent.",
1778
1780
  "TRAILING_STOP": "Trailing Stop",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.384",
3
+ "version": "1.1.385",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -2077,6 +2077,7 @@ export const APP_STRING_KEYS = {
2077
2077
  PRICE_IMPACT: 'APP.TRADE.PRICE_IMPACT',
2078
2078
  PROFIT_AND_LOSS: 'APP.TRADE.PROFIT_AND_LOSS',
2079
2079
  PROFIT_LIMIT: 'APP.TRADE.PROFIT_LIMIT',
2080
+ PURCHASED: 'APP.TRADE.PURCHASED',
2080
2081
  RATE: 'APP.TRADE.RATE',
2081
2082
  RATE_1H: 'APP.TRADE.RATE_1H',
2082
2083
  RATE_8H: 'APP.TRADE.RATE_8H',
@@ -2096,6 +2097,7 @@ export const APP_STRING_KEYS = {
2096
2097
  SET_PRICE_TRIGGERS: 'APP.TRADE.SET_PRICE_TRIGGERS',
2097
2098
  SET_TAKE_PROFIT_STOP_LOSS_TRIGGERS: 'APP.TRADE.SET_TAKE_PROFIT_STOP_LOSS_TRIGGERS',
2098
2099
  SLIDER: 'APP.TRADE.SLIDER',
2100
+ SOLD: 'APP.TRADE.SOLD',
2099
2101
  SPOT: 'APP.TRADE.SPOT',
2100
2102
  SPOT_VOLUME_24H: 'APP.TRADE.SPOT_VOLUME_24H',
2101
2103
  STOP_LIMIT: 'APP.TRADE.STOP_LIMIT',