@dydxprotocol/v4-localization 1.1.395 → 1.1.397

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.
@@ -1769,6 +1769,7 @@
1769
1769
  "SET_TAKE_PROFIT_STOP_LOSS_TRIGGERS": "Set Take Profit / Stop Loss triggers",
1770
1770
  "SKEW": "Skew",
1771
1771
  "SKEW_MUST_BE_WITHIN_RANGE": "Skew must be within {MIN} and {MAX}",
1772
+ "SKEW_TOOLTIP": "Skew: amount of distribution to first or last orders ({MIN} - {MAX})",
1772
1773
  "SLIDER": "Slider",
1773
1774
  "SOLD": "Sold",
1774
1775
  "SPOT": "Spot",
@@ -1807,6 +1808,7 @@
1807
1808
  "TOTAL": "Total",
1808
1809
  "TOTAL_ORDERS": "Total orders",
1809
1810
  "TOTAL_ORDERS_MUST_BE_WITHIN_RANGE": "Total orders must be within {MIN} and {MAX}",
1811
+ "TOTAL_ORDERS_TOOLTIP": "Total orders: amount of suborders your total size gets split into ({MIN} - {MAX})",
1810
1812
  "TRADE_CONFIRMED": "Trade Confirmed",
1811
1813
  "TRADES_24H": "24h Trades",
1812
1814
  "TRADES_EMPTY_STATE": "You have no trade history.",
@@ -1957,7 +1959,9 @@
1957
1959
  "CONTINUE_SIGN_IN_DESCRIPTION": "Please wait",
1958
1960
  "CONTINUE_SIGN_IN_TITLE": "Continue to sign in",
1959
1961
  "DEPOSIT_AND_TRADE": "Deposit and start trading",
1962
+ "DEPOSIT_LOSS_OF_FUNDS_WARNING": "Only deposit {ASSETS} on the {NETWORK} network. Sending unsupported assets to a different network can result in a {LOSS_OF_FUNDS}.",
1960
1963
  "DEPOSIT_NETWORK_WARNING": "This address can only receive {ASSETS} on the {NETWORK} Network. ${MIN_DEPOSIT} Minimum (${MIN_INSTANT_DEPOSIT} for instant), ${MAX_DEPOSIT} Maximum deposit",
1964
+ "SUPPORTED_ASSETS": "Supported assets",
1961
1965
  "EMAIL_LOGIN_SUCCESS": "You are now logged in with your email account.",
1962
1966
  "EMAIL_PLACEHOLDER": "Enter your email",
1963
1967
  "ERROR_LOGGING_IN": "Error logging in",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.395",
3
+ "version": "1.1.397",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -2140,6 +2140,7 @@ export const APP_STRING_KEYS = {
2140
2140
  SET_TAKE_PROFIT_STOP_LOSS_TRIGGERS: 'APP.TRADE.SET_TAKE_PROFIT_STOP_LOSS_TRIGGERS',
2141
2141
  SKEW: 'APP.TRADE.SKEW',
2142
2142
  SKEW_MUST_BE_WITHIN_RANGE: 'APP.TRADE.SKEW_MUST_BE_WITHIN_RANGE',
2143
+ SKEW_TOOLTIP: 'APP.TRADE.SKEW_TOOLTIP',
2143
2144
  SLIDER: 'APP.TRADE.SLIDER',
2144
2145
  SOLD: 'APP.TRADE.SOLD',
2145
2146
  SPOT: 'APP.TRADE.SPOT',
@@ -2177,6 +2178,7 @@ export const APP_STRING_KEYS = {
2177
2178
  TOTAL_COST: 'APP.TRADE.TOTAL_COST',
2178
2179
  TOTAL_ORDERS: 'APP.TRADE.TOTAL_ORDERS',
2179
2180
  TOTAL_ORDERS_MUST_BE_WITHIN_RANGE: 'APP.TRADE.TOTAL_ORDERS_MUST_BE_WITHIN_RANGE',
2181
+ TOTAL_ORDERS_TOOLTIP: 'APP.TRADE.TOTAL_ORDERS_TOOLTIP',
2180
2182
  TOTAL_SIZE: 'APP.TRADE.TOTAL_SIZE',
2181
2183
  TRADES_24H: 'APP.TRADE.TRADES_24H',
2182
2184
  TRADES_EMPTY_STATE: 'APP.TRADE.TRADES_EMPTY_STATE',
@@ -2347,6 +2349,7 @@ export const APP_STRING_KEYS = {
2347
2349
  CONTINUE_SIGN_IN_DESCRIPTION: 'APP.TURNKEY_ONBOARD.CONTINUE_SIGN_IN_DESCRIPTION',
2348
2350
  CONTINUE_SIGN_IN_TITLE: 'APP.TURNKEY_ONBOARD.CONTINUE_SIGN_IN_TITLE',
2349
2351
  DEPOSIT_AND_TRADE: 'APP.TURNKEY_ONBOARD.DEPOSIT_AND_TRADE',
2352
+ DEPOSIT_LOSS_OF_FUNDS_WARNING: 'APP.TURNKEY_ONBOARD.DEPOSIT_LOSS_OF_FUNDS_WARNING',
2350
2353
  DEPOSIT_NETWORK_WARNING: 'APP.TURNKEY_ONBOARD.DEPOSIT_NETWORK_WARNING',
2351
2354
  EMAIL_LOGIN_SUCCESS: 'APP.TURNKEY_ONBOARD.EMAIL_LOGIN_SUCCESS',
2352
2355
  EMAIL_PLACEHOLDER: 'APP.TURNKEY_ONBOARD.EMAIL_PLACEHOLDER',
@@ -2369,6 +2372,7 @@ export const APP_STRING_KEYS = {
2369
2372
  SIGN_IN_PASSKEY: 'APP.TURNKEY_ONBOARD.SIGN_IN_PASSKEY',
2370
2373
  SIGN_IN_TITLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_TITLE',
2371
2374
  SIGN_IN_WITH_WALLET: 'APP.TURNKEY_ONBOARD.SIGN_IN_WITH_WALLET',
2375
+ SUPPORTED_ASSETS: 'APP.TURNKEY_ONBOARD.SUPPORTED_ASSETS',
2372
2376
  USER_SIGNED_IN_BELOW: 'APP.TURNKEY_ONBOARD.USER_SIGNED_IN_BELOW',
2373
2377
  VIEW_MORE_WALLETS: 'APP.TURNKEY_ONBOARD.VIEW_MORE_WALLETS',
2374
2378
  WAIT_TO_RESEND_MAGIC_LINK: 'APP.TURNKEY_ONBOARD.WAIT_TO_RESEND_MAGIC_LINK',