@dydxprotocol/v4-localization 1.1.327 → 1.1.328
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.
|
@@ -2914,6 +2914,10 @@
|
|
|
2914
2914
|
"USERNAME_TAKEN": "This username has already been taken.",
|
|
2915
2915
|
"WALLET_NO_TRANSACTIONS": "This wallet has no funds and no previous transactions. Please deposit funds in your wallet to continue onboarding."
|
|
2916
2916
|
},
|
|
2917
|
+
"TURNKEY_ONBOARDING": {
|
|
2918
|
+
"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.",
|
|
2919
|
+
"USER_ALREADY_HAS_TURNKEY": "This email is already associated with a dYdX account. Proceed by signing in using the email input field."
|
|
2920
|
+
},
|
|
2917
2921
|
"DEPOSIT_MODAL": {
|
|
2918
2922
|
"DEPOSIT_ACCOUNT_OUT_OF_SYNC": "Your account is out of sync. Please reconnect your wallet and try again.",
|
|
2919
2923
|
"DEPOSIT_MORE_THAN_BALANCE": "You cannot deposit more than your available wallet balance.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -2520,6 +2520,11 @@ export const ERRORS_STRING_KEYS = {
|
|
|
2520
2520
|
|
|
2521
2521
|
TURNKEY_SESSION_EXPIRED: 'ERRORS.TURNKEY.TURNKEY_SESSION_EXPIRED',
|
|
2522
2522
|
|
|
2523
|
+
// TURNKEY_ONBOARDING
|
|
2524
|
+
|
|
2525
|
+
INVALID_TURNKEY_EMAIL_LINK: 'ERRORS.TURNKEY_ONBOARDING.INVALID_TURNKEY_EMAIL_LINK',
|
|
2526
|
+
USER_ALREADY_HAS_TURNKEY: 'ERRORS.TURNKEY_ONBOARDING.USER_ALREADY_HAS_TURNKEY',
|
|
2527
|
+
|
|
2523
2528
|
// WALLET_SPECIFIC
|
|
2524
2529
|
|
|
2525
2530
|
CHAIN_MISMATCH: 'ERRORS.WALLET_SPECIFIC.CHAIN_MISMATCH',
|