@dydxprotocol/v4-localization 1.1.374 → 1.1.376
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.
|
@@ -902,6 +902,8 @@
|
|
|
902
902
|
"TESTNET": "Testnet"
|
|
903
903
|
},
|
|
904
904
|
"WALLETS": {
|
|
905
|
+
"BACKPACK": "Backpack",
|
|
906
|
+
"BACKPACK_SOL": "Backpack (Solana)",
|
|
905
907
|
"BITKEEP": "BitKeep",
|
|
906
908
|
"BITPIE": "BitPie",
|
|
907
909
|
"CLOVER_WALLET": "Clover Wallet",
|
|
@@ -2723,6 +2725,13 @@
|
|
|
2723
2725
|
"LIQUIDATION_REBATES_BANNER": {
|
|
2724
2726
|
"LIQUIDATION_REBATES_BANNER_TITLE": "Up to $1M in Liquidation Rebates",
|
|
2725
2727
|
"LIQUIDATION_REBATES_BANNER_CTA": "Biggest Loser Rankings"
|
|
2728
|
+
},
|
|
2729
|
+
"QR_CODE_ONBOARDING": {
|
|
2730
|
+
"LINK_DESKTOP_WALLET": "Link Desktop Wallet",
|
|
2731
|
+
"SCAN_QR_CODE": "Scan QR Code",
|
|
2732
|
+
"SCAN_QR_CODE_DIRECTIONS": "To login and sync accounts from your desktop, click the {ICON} icon in the top right corner of the desktop app and scan the QR code",
|
|
2733
|
+
"VERIFY_ENCRYPTION_KEY": "Verify Encryption Key",
|
|
2734
|
+
"VERIFY_ENCRYPTION_KEY_DIRECTIONS": "Enter the encryption key shown above the QR code."
|
|
2726
2735
|
}
|
|
2727
2736
|
},
|
|
2728
2737
|
"TOKEN_MIGRATION": {
|
|
@@ -3032,6 +3041,9 @@
|
|
|
3032
3041
|
"INVALID_TURNKEY_EMAIL_LINK": "Your email link has expired or you are using a different device/browser than the one used to sign in. Please try again.",
|
|
3033
3042
|
"USER_ALREADY_HAS_TURNKEY": "This email is already associated with a dYdX account. Proceed by signing in using the email input field."
|
|
3034
3043
|
},
|
|
3044
|
+
"QR_CODE_ONBOARDING": {
|
|
3045
|
+
"QR_SCAN_ERROR": "Error scanning QR code"
|
|
3046
|
+
},
|
|
3035
3047
|
"DEPOSIT_MODAL": {
|
|
3036
3048
|
"DEPOSIT_ACCOUNT_OUT_OF_SYNC": "Your account is out of sync. Please reconnect your wallet and try again.",
|
|
3037
3049
|
"DEPOSIT_MORE_THAN_BALANCE": "You cannot deposit more than your available wallet balance.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1619,6 +1619,14 @@ export const APP_STRING_KEYS = {
|
|
|
1619
1619
|
TRADE_TO_WIN: 'APP.PROFILES_PAGE.TRADE_TO_WIN',
|
|
1620
1620
|
YOU_CAN_WIN_THESE: 'APP.PROFILES_PAGE.YOU_CAN_WIN_THESE',
|
|
1621
1621
|
|
|
1622
|
+
// QR_CODE_ONBOARDING
|
|
1623
|
+
|
|
1624
|
+
LINK_DESKTOP_WALLET: 'APP.QR_CODE_ONBOARDING.LINK_DESKTOP_WALLET',
|
|
1625
|
+
SCAN_QR_CODE: 'APP.QR_CODE_ONBOARDING.SCAN_QR_CODE',
|
|
1626
|
+
SCAN_QR_CODE_DIRECTIONS: 'APP.QR_CODE_ONBOARDING.SCAN_QR_CODE_DIRECTIONS',
|
|
1627
|
+
VERIFY_ENCRYPTION_KEY: 'APP.QR_CODE_ONBOARDING.VERIFY_ENCRYPTION_KEY',
|
|
1628
|
+
VERIFY_ENCRYPTION_KEY_DIRECTIONS: 'APP.QR_CODE_ONBOARDING.VERIFY_ENCRYPTION_KEY_DIRECTIONS',
|
|
1629
|
+
|
|
1622
1630
|
// REBATE_BANNER
|
|
1623
1631
|
|
|
1624
1632
|
REBATE_BANNER_CTA: 'APP.REBATE_BANNER.REBATE_BANNER_CTA',
|
|
@@ -2361,6 +2369,8 @@ export const APP_STRING_KEYS = {
|
|
|
2361
2369
|
|
|
2362
2370
|
// WALLETS
|
|
2363
2371
|
|
|
2372
|
+
BACKPACK: 'APP.WALLETS.BACKPACK',
|
|
2373
|
+
BACKPACK_SOL: 'APP.WALLETS.BACKPACK_SOL',
|
|
2364
2374
|
BITKEEP: 'APP.WALLETS.BITKEEP',
|
|
2365
2375
|
BITPIE: 'APP.WALLETS.BITPIE',
|
|
2366
2376
|
CLOVER_WALLET: 'APP.WALLETS.CLOVER_WALLET',
|
|
@@ -2548,6 +2558,10 @@ export const ERRORS_STRING_KEYS = {
|
|
|
2548
2558
|
WALLET_RESTRICTED_ERROR_TITLE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_ERROR_TITLE',
|
|
2549
2559
|
WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE',
|
|
2550
2560
|
WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE',
|
|
2561
|
+
|
|
2562
|
+
// QR_CODE_ONBOARDING
|
|
2563
|
+
|
|
2564
|
+
QR_SCAN_ERROR: 'ERRORS.QR_CODE_ONBOARDING.QR_SCAN_ERROR',
|
|
2551
2565
|
QUERY_ERROR_SUBACCOUNTS_NEWLYUNDERCOLLATERALIZED: 'ERRORS.QUERY_ERROR_SUBACCOUNTS_NEWLYUNDERCOLLATERALIZED',
|
|
2552
2566
|
QUERY_ERROR_SUBACCOUNTS_STILLUNDERCOLLATERALIZED: 'ERRORS.QUERY_ERROR_SUBACCOUNTS_STILLUNDERCOLLATERALIZED',
|
|
2553
2567
|
|