@dydxprotocol/v4-localization 1.1.46 → 1.1.47

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.
@@ -401,7 +401,7 @@
401
401
  "CHZ": {
402
402
  "PRIMARY": "CHZ is the native digital token for the Chiliz sports & entertainment ecosystem.",
403
403
  "SECONDARY": "Chiliz Chain is an infrastructure for sports, attracting teams, fans, and developers, to build web3 products and experiences that bring fans and brands together."
404
- },
404
+ },
405
405
  "CELO": {
406
406
  "PRIMARY": "Celo is a proof-of-stake blockchain that offers full EVM compatibility.",
407
407
  "SECONDARY": "CELO also offers users access to native and non-native stablecoins, an ultralight mobile client, and gas payable in multiple currencies."
@@ -441,7 +441,7 @@
441
441
  "ENS": {
442
442
  "PRIMARY": "ENS is the most widely integrated blockchain naming standard.",
443
443
  "SECONDARY": "The Ethereum Name Service is a distributed, open, and extensible naming system based on the Ethereum blockchain."
444
- },
444
+ },
445
445
  "EOS": {
446
446
  "PRIMARY": "EOSIO is a highly performant open-source blockchain platform, built to support and operate safe, compliant, and predictable digital infrastructures.",
447
447
  "SECONDARY": "An open-source platform for blockchain innovation and performance - businesses and developers around the world use EOSIO to create secure, transparent, and deterministic digital infrastructures."
@@ -1404,6 +1404,8 @@
1404
1404
  "ADJUSTED_IMR": "Adjusted Margin",
1405
1405
  "ADJUSTED_IMR_BODY": "We have temporarily {ACTION} the Initial Margin Requirements on {MARKET} to {PERCENT} due to volatility. {ADDITIONAL_NOTE}",
1406
1406
  "BLOCK_REWARD": "Block Reward",
1407
+ "CHAIN_DISRUPTION_DETECTED": "Chain disruption detected",
1408
+ "CHAIN_DISRUPTION_DETECTED_BODY": "Trading and transferring is disabled as orders may fail or be delayed due to dYdX Chain disruption. Please wait and try again later. Your funds are safe.",
1407
1409
  "CLOSE_MARKET_POSITIONS": "Close your {MARKET} position",
1408
1410
  "CLOSE_MARKET_POSITIONS_BODY": "{MARKET} is set to close only mode and the close price of {MARKET} is now fixed. Please close your open {MARKET} position as soon as you are able. We're here to help via the help chat if you run into issues.",
1409
1411
  "COMPLIANCE_ALERT": "Compliance alert",
@@ -1427,6 +1429,8 @@
1427
1429
  "MAGIC_OAUTH_REDIRECT_FAILED_BODY": "An error occured during your sign in with Magic. Please try again.",
1428
1430
  "MAINTENANCE_MARGIN_ADJUSTMENTS": "Maintenance margin requirements {ACTION} at {PERCENT}%.",
1429
1431
  "NOTIFICATIONS_EMPTY_STATE": "You have no notifications.",
1432
+ "ORDERBOOK_LAGGING": "Orderbook lagging",
1433
+ "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.",
1430
1434
  "OUT_OF_TEN_CONFIRMATIONS": "{CURRENT_CONFIRMATIONS} of 10 confirmations",
1431
1435
  "OUT_OF_FOURTEEN_CONFIRMATIONS": "{CURRENT_CONFIRMATIONS} of 14 confirmations",
1432
1436
  "PERMANENTLY_BLOCKED": "Permanently blocked",
@@ -1438,6 +1442,7 @@
1438
1442
  "SLOW_WITHDRAW_AVAILABLE": "Slow withdraw ready",
1439
1443
  "SLOW_WITHDRAW_PENDING_DESCRIPTION": "You have {AMOUNT_ELEMENT} in pending slow withdraws. You will receive a notification when your funds have been confirmed on Layer 2.",
1440
1444
  "SLOW_WITHDRAW_PENDING": "Slow withdraw(s) pending",
1445
+ "STATUS_PAGE": "Status page",
1441
1446
  "SUSPICIOUS_TRADE": "Suspicious activity",
1442
1447
  "SUSPICIOUS_TRADE_BODY": "We have noticed suspicious trading activity related to your account on dYdX, including potential wash trading activity. We will be reviewing your activity on an ongoing basis. If we notice similar activity in the future, then you will be permanently blocked from performing transfers within the protocol and from placing orders other than market orders that reduce your positions.",
1443
1448
  "TRANSFER_STATUS": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.46",
3
+ "version": "1.1.47",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -783,6 +783,8 @@ export const APP_STRING_KEYS = {
783
783
  ADJUSTED_IMR: 'APP.NOTIFICATIONS.ADJUSTED_IMR',
784
784
  ADJUSTED_IMR_BODY: 'APP.NOTIFICATIONS.ADJUSTED_IMR_BODY',
785
785
  BLOCK_REWARD: 'APP.NOTIFICATIONS.BLOCK_REWARD',
786
+ CHAIN_DISRUPTION_DETECTED: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED',
787
+ CHAIN_DISRUPTION_DETECTED_BODY: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED_BODY',
786
788
  CLOSE_MARKET_POSITIONS: 'APP.NOTIFICATIONS.CLOSE_MARKET_POSITIONS',
787
789
  CLOSE_MARKET_POSITIONS_BODY: 'APP.NOTIFICATIONS.CLOSE_MARKET_POSITIONS_BODY',
788
790
  COMPLIANCE_ALERT: 'APP.NOTIFICATIONS.COMPLIANCE_ALERT',
@@ -806,6 +808,8 @@ export const APP_STRING_KEYS = {
806
808
  MAGIC_OAUTH_REDIRECT_FAILED_BODY: 'APP.NOTIFICATIONS.MAGIC_OAUTH_REDIRECT_FAILED_BODY',
807
809
  MAINTENANCE_MARGIN_ADJUSTMENTS: 'APP.NOTIFICATIONS.MAINTENANCE_MARGIN_ADJUSTMENTS',
808
810
  NOTIFICATIONS_EMPTY_STATE: 'APP.NOTIFICATIONS.NOTIFICATIONS_EMPTY_STATE',
811
+ ORDERBOOK_LAGGING: 'APP.NOTIFICATIONS.ORDERBOOK_LAGGING',
812
+ ORDERBOOK_LAGGING_BODY: 'APP.NOTIFICATIONS.ORDERBOOK_LAGGING_BODY',
809
813
  OUT_OF_FOURTEEN_CONFIRMATIONS: 'APP.NOTIFICATIONS.OUT_OF_FOURTEEN_CONFIRMATIONS',
810
814
  OUT_OF_TEN_CONFIRMATIONS: 'APP.NOTIFICATIONS.OUT_OF_TEN_CONFIRMATIONS',
811
815
  PERMANENTLY_BLOCKED: 'APP.NOTIFICATIONS.PERMANENTLY_BLOCKED',
@@ -817,6 +821,7 @@ export const APP_STRING_KEYS = {
817
821
  SLOW_WITHDRAW_AVAILABLE_GAS_ESTIMATE: 'APP.NOTIFICATIONS.SLOW_WITHDRAW_AVAILABLE_GAS_ESTIMATE',
818
822
  SLOW_WITHDRAW_PENDING: 'APP.NOTIFICATIONS.SLOW_WITHDRAW_PENDING',
819
823
  SLOW_WITHDRAW_PENDING_DESCRIPTION: 'APP.NOTIFICATIONS.SLOW_WITHDRAW_PENDING_DESCRIPTION',
824
+ STATUS_PAGE: 'APP.NOTIFICATIONS.STATUS_PAGE',
820
825
  SUSPICIOUS_TRADE: 'APP.NOTIFICATIONS.SUSPICIOUS_TRADE',
821
826
  SUSPICIOUS_TRADE_BODY: 'APP.NOTIFICATIONS.SUSPICIOUS_TRADE_BODY',
822
827
  TRADING_REWARD_RECEIVED: 'APP.NOTIFICATIONS.TRADING_REWARD_RECEIVED',