@dydxprotocol/v4-localization 0.1.25 → 0.1.27

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.
@@ -99,7 +99,6 @@
99
99
  "DISCOUNT": "Discount",
100
100
  "DISMISS": "Dismiss",
101
101
  "DONE": "Done",
102
- "DYDX_ADDRESS": "dYdX address",
103
102
  "DYDX_CHAIN_ADDRESS": "dYdX Chain Address",
104
103
  "DYDX_CHAIN": "dYdX Chain",
105
104
  "EDIT": "Edit",
@@ -1562,13 +1561,14 @@
1562
1561
  "BALANCE_ON_CHAIN": "Balance on {CHAIN}",
1563
1562
  "BEFORE": "Before",
1564
1563
  "CHECK_STATUS": "Check status",
1565
- "CONFIRM_MIGRATION_DISCLAIMER": "I understand it will take 24-48 hours until my tokens are available on dYdX Chain.",
1564
+ "CONFIRM_MIGRATION_DISCLAIMER_1": "I understand it may take 24-48 hours until my tokens are available on the dYdX Chain.",
1565
+ "CONFIRM_MIGRATION_DISCLAIMER_2": "I understand that my ethDYDX tokens will be permanently locked in the wethDYDX Smart Contract and irrecoverable.",
1566
1566
  "CONFIRM_MIGRATION": "Confirm migration",
1567
1567
  "DYDX_CHAIN_SETTLEMENT": "dYdX Chain settlement",
1568
1568
  "EMPTY_PENDING_MIGRATIONS_ALL": "There are no pending migrations currently.",
1569
- "EMPTY_PENDING_MIGRATIONS_MINE": "There are no pending migrations with your dYdX address currently.",
1569
+ "EMPTY_PENDING_MIGRATIONS_MINE": "There are no pending migrations with your dYdX Chain address currently.",
1570
1570
  "EMPTY_PENDING_MIGRATIONS_SEARCH": "There are no pending migrations with address matching {SEARCH_STRING} currently.",
1571
- "ENTER_ADDRESS": "Enter dYdX address",
1571
+ "ENTER_ADDRESS": "Enter dYdX Chain address",
1572
1572
  "ESTIMATED_TIME_LEFT": "Estimated time left",
1573
1573
  "ESTIMATED_TIMELINE": "Estimated timeline",
1574
1574
  "ETHEREUM_FINALIZATION": "Ethereum finalization",
@@ -1576,8 +1576,10 @@
1576
1576
  "FINALIZED": "Finalized",
1577
1577
  "FINALIZING": "Finalizing",
1578
1578
  "GENERATED_ADDRESS_INFO": "You'll be able to manage your dYdX Chain DYDX on {TRADE_URL} using the same wallet.",
1579
- "GENERATED_ADDRESS_VIA_ADDRESS": "Generated dYdX address via {ADDRESS_OR_WALLET_SIGNATURE}",
1579
+ "GENERATED_ADDRESS_VIA_ADDRESS": "Generated dYdX Chain address via {ADDRESS_OR_WALLET_SIGNATURE}",
1580
1580
  "LATEST_BLOCK_HEIGHT": "Latest block height",
1581
+ "MIGRATION_BLOCKED_MESSAGE": "Because you appear to be a resident of, or using this user interface from, a jurisdiction that violates our terms of use, or have engaged in activity that violates our terms of use, you have been blocked and this transaction cannot be completed.",
1582
+ "MIGRATION_BLOCKED_MESSAGE_DESTINATION": "Because the destination address appears to be a resident of, or using this user interface from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, the destination address has been blocked and this transaction cannot be completed.",
1581
1583
  "MIGRATION_FAILED": "Migration failed",
1582
1584
  "MIGRATION_FAQ_GAS_FEES_ANSWER": "Yes, holders who engage with the portal will have to pay gas costs on Ethereum. Users will not have to pay gas costs on dYdX Chain.",
1583
1585
  "MIGRATION_FAQ_GAS_FEES": "Do I have to pay gas fees?",
@@ -1755,7 +1757,7 @@
1755
1757
  "WALLET_RESTRICTED_ERROR_MESSAGE": "Because this address appears to be a resident of, or trading from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, this address has been blocked.",
1756
1758
  "WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE": "Because the destination address appears to be a resident of, or trading from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, the destination address has been blocked and this transaction cannot be completed.",
1757
1759
  "WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE": "Because the origination address appears to be a resident of, or trading from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, the origination address has been blocked and this transaction cannot be completed.",
1758
- "REGION_NOT_PERMITTED_TITLE": "dYdX Unavailable",
1760
+ "REGION_NOT_PERMITTED_TITLE": "Restricted",
1759
1761
  "REGION_NOT_PERMITTED_SUBTITLE": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use, or have engaged in activity that violates our terms of use, you have been blocked. You may withdraw your funds from the protocol at any time.",
1760
1762
  "BANNED_USER": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use, 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.",
1761
1763
  "COULD_NOT_CONNECT": "Couldn't connect to {WALLET}",
@@ -1819,4 +1821,4 @@
1819
1821
  "TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market"
1820
1822
  }
1821
1823
  }
1822
- }
1824
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "GENERAL": {
3
3
  "DYDX_ADDRESS": {
4
- "BODY": "Your dYdX address \"{DYDX_ADDRESS}\" was created from the signature of the Ethereum address \"{EVM_ADDRESS}\"."
4
+ "BODY": "Your dYdX Chain address \"{DYDX_ADDRESS}\" was created from the signature of the Ethereum address \"{EVM_ADDRESS}\"."
5
5
  },
6
6
  "LEGACY_SIGNING": {
7
7
  "TITLE": "Legacy Signing",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "0.1.25",
3
+ "version": "0.1.27",
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 scripts/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
 
@@ -366,7 +366,6 @@ export const APP_STRING_KEYS = {
366
366
  DISCOUNT: 'APP.GENERAL.DISCOUNT',
367
367
  DISMISS: 'APP.GENERAL.DISMISS',
368
368
  DONE: 'APP.GENERAL.DONE',
369
- DYDX_ADDRESS: 'APP.GENERAL.DYDX_ADDRESS',
370
369
  DYDX_CHAIN: 'APP.GENERAL.DYDX_CHAIN',
371
370
  DYDX_CHAIN_ADDRESS: 'APP.GENERAL.DYDX_CHAIN_ADDRESS',
372
371
  EDIT: 'APP.GENERAL.EDIT',
@@ -1540,7 +1539,8 @@ export const TOKEN_MIGRATION_STRING_KEYS = {
1540
1539
  BEFORE: 'TOKEN_MIGRATION.BEFORE',
1541
1540
  CHECK_STATUS: 'TOKEN_MIGRATION.CHECK_STATUS',
1542
1541
  CONFIRM_MIGRATION: 'TOKEN_MIGRATION.CONFIRM_MIGRATION',
1543
- CONFIRM_MIGRATION_DISCLAIMER: 'TOKEN_MIGRATION.CONFIRM_MIGRATION_DISCLAIMER',
1542
+ CONFIRM_MIGRATION_DISCLAIMER_1: 'TOKEN_MIGRATION.CONFIRM_MIGRATION_DISCLAIMER_1',
1543
+ CONFIRM_MIGRATION_DISCLAIMER_2: 'TOKEN_MIGRATION.CONFIRM_MIGRATION_DISCLAIMER_2',
1544
1544
  DYDX_CHAIN_SETTLEMENT: 'TOKEN_MIGRATION.DYDX_CHAIN_SETTLEMENT',
1545
1545
  EMPTY_PENDING_MIGRATIONS_ALL: 'TOKEN_MIGRATION.EMPTY_PENDING_MIGRATIONS_ALL',
1546
1546
  EMPTY_PENDING_MIGRATIONS_MINE: 'TOKEN_MIGRATION.EMPTY_PENDING_MIGRATIONS_MINE',
@@ -1555,6 +1555,8 @@ export const TOKEN_MIGRATION_STRING_KEYS = {
1555
1555
  GENERATED_ADDRESS_INFO: 'TOKEN_MIGRATION.GENERATED_ADDRESS_INFO',
1556
1556
  GENERATED_ADDRESS_VIA_ADDRESS: 'TOKEN_MIGRATION.GENERATED_ADDRESS_VIA_ADDRESS',
1557
1557
  LATEST_BLOCK_HEIGHT: 'TOKEN_MIGRATION.LATEST_BLOCK_HEIGHT',
1558
+ MIGRATION_BLOCKED_MESSAGE: 'TOKEN_MIGRATION.MIGRATION_BLOCKED_MESSAGE',
1559
+ MIGRATION_BLOCKED_MESSAGE_DESTINATION: 'TOKEN_MIGRATION.MIGRATION_BLOCKED_MESSAGE_DESTINATION',
1558
1560
  MIGRATION_FAILED: 'TOKEN_MIGRATION.MIGRATION_FAILED',
1559
1561
  MIGRATION_FAQ_GAS_FEES: 'TOKEN_MIGRATION.MIGRATION_FAQ_GAS_FEES',
1560
1562
  MIGRATION_FAQ_GAS_FEES_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_GAS_FEES_ANSWER',