@dydxprotocol/v4-localization 1.1.69 → 1.1.70

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.
@@ -1311,6 +1311,7 @@
1311
1311
  "STOP_MARKET_DESCRIPTION": "A stop market order can be used to limit losses by closing your position once the oracle price or last trade price crosses your trigger price.",
1312
1312
  "STOP_PRICE_ABBREVIATED": "Stop",
1313
1313
  "STOP_PRICE": "Stop Price",
1314
+ "SUBMITTED": "Submitted",
1314
1315
  "TAKE_PROFIT_LIMIT_DESCRIPTION": "A take profit limit order converts to a traditional limit order whenever the oracle price or last trade price crosses your trigger price.",
1315
1316
  "TAKE_PROFIT_LIMIT_SHORT": "Take Profit Limit",
1316
1317
  "TAKE_PROFIT_LIMIT": "Take Profit Limit",
@@ -1457,6 +1458,7 @@
1457
1458
  "MAINTENANCE_MARGIN_ADJUSTMENTS": "Maintenance margin requirements {ACTION} at {PERCENT}%.",
1458
1459
  "NOTIFICATIONS_EMPTY_STATE": "You have no notifications.",
1459
1460
  "ORDERBOOK_LAGGING": "Orderbook lagging",
1461
+ "ORDER_STATUS": "Order Status",
1460
1462
  "ORDERBOOK_LAGGING_BODY": "Orderbook and pricing data may be outdated due to system delays. Market and short-term orders face a higher risk of encountering price discrepancies at the time of execution. Transactions and account information could also be delayed.",
1461
1463
  "OUT_OF_TEN_CONFIRMATIONS": "{CURRENT_CONFIRMATIONS} of 10 confirmations",
1462
1464
  "OUT_OF_FOURTEEN_CONFIRMATIONS": "{CURRENT_CONFIRMATIONS} of 14 confirmations",
@@ -1464,6 +1466,7 @@
1464
1466
  "PERMANENTLY_BLOCKED_DESCRIPTION": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use and previously have been given an opportunity to redress circumstances that led to restrictions on your account, you have been permanently blocked from performing transfers within the protocol, making fast withdrawals to remove funds from the protocol, and placing orders other than market orders that reduce your positions. You may withdraw your funds from the protocol at any time.",
1465
1467
  "PERMANENTLY_BLOCKED_ELLIPTIC": "For compliance reasons you are blocked from using the dYdX protocol.",
1466
1468
  "PERMANENTLY_BLOCKED_COMPLIANCE": "For compliance reasons you have been blocked from using the dYdX protocol. This account is in close-only mode. If you believe there has been an error, please email support@dydx.exchange.",
1469
+ "RELEASE_UPDATES": "Release Updates",
1467
1470
  "REMOVED": "Removed",
1468
1471
  "REMOVING": "Removing",
1469
1472
  "SLOW_WITHDRAW_AVAILABLE_DESCRIPTION": "Your slow withdraw request(s) have been confirmed. {AMOUNT_ELEMENT} is available for withdrawal.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.69",
3
+ "version": "1.1.70",
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
 
@@ -832,12 +832,14 @@ export const APP_STRING_KEYS = {
832
832
  NOTIFICATIONS_EMPTY_STATE: 'APP.NOTIFICATIONS.NOTIFICATIONS_EMPTY_STATE',
833
833
  ORDERBOOK_LAGGING: 'APP.NOTIFICATIONS.ORDERBOOK_LAGGING',
834
834
  ORDERBOOK_LAGGING_BODY: 'APP.NOTIFICATIONS.ORDERBOOK_LAGGING_BODY',
835
+ ORDER_STATUS: 'APP.NOTIFICATIONS.ORDER_STATUS',
835
836
  OUT_OF_FOURTEEN_CONFIRMATIONS: 'APP.NOTIFICATIONS.OUT_OF_FOURTEEN_CONFIRMATIONS',
836
837
  OUT_OF_TEN_CONFIRMATIONS: 'APP.NOTIFICATIONS.OUT_OF_TEN_CONFIRMATIONS',
837
838
  PERMANENTLY_BLOCKED: 'APP.NOTIFICATIONS.PERMANENTLY_BLOCKED',
838
839
  PERMANENTLY_BLOCKED_COMPLIANCE: 'APP.NOTIFICATIONS.PERMANENTLY_BLOCKED_COMPLIANCE',
839
840
  PERMANENTLY_BLOCKED_DESCRIPTION: 'APP.NOTIFICATIONS.PERMANENTLY_BLOCKED_DESCRIPTION',
840
841
  PERMANENTLY_BLOCKED_ELLIPTIC: 'APP.NOTIFICATIONS.PERMANENTLY_BLOCKED_ELLIPTIC',
842
+ RELEASE_UPDATES: 'APP.NOTIFICATIONS.RELEASE_UPDATES',
841
843
  REMOVED: 'APP.NOTIFICATIONS.REMOVED',
842
844
  SLOW_WITHDRAW_AVAILABLE: 'APP.NOTIFICATIONS.SLOW_WITHDRAW_AVAILABLE',
843
845
  SLOW_WITHDRAW_AVAILABLE_DESCRIPTION: 'APP.NOTIFICATIONS.SLOW_WITHDRAW_AVAILABLE_DESCRIPTION',
@@ -1455,6 +1457,7 @@ export const APP_STRING_KEYS = {
1455
1457
  STOP_MARKET_DESCRIPTION: 'APP.TRADE.STOP_MARKET_DESCRIPTION',
1456
1458
  STOP_PRICE: 'APP.TRADE.STOP_PRICE',
1457
1459
  STOP_PRICE_ABBREVIATED: 'APP.TRADE.STOP_PRICE_ABBREVIATED',
1460
+ SUBMITTED: 'APP.TRADE.SUBMITTED',
1458
1461
  TAKER: 'APP.TRADE.TAKER',
1459
1462
  TAKER_FEE: 'APP.TRADE.TAKER_FEE',
1460
1463
  TAKE_PROFIT: 'APP.TRADE.TAKE_PROFIT',