@dydxprotocol/v4-localization 1.1.327 → 1.1.329

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.
@@ -2607,7 +2607,7 @@
2607
2607
  "FREE_DEPOSIT_BANNER": {
2608
2608
  "FREE_DEPOSIT_BANNER_TITLE_FREE": "Free",
2609
2609
  "FREE_DEPOSIT_BANNER_TITLE_AND": "& Instant Deposits",
2610
- "FREE_DEPOSIT_BANNER_SUBTITLE": "For amounts of $100 or more",
2610
+ "FREE_DEPOSIT_BANNER_SUBTITLE": "For amounts of $20 or more",
2611
2611
  "FREE_DEPOSIT_BANNER_CTA": "Free Deposit"
2612
2612
  }
2613
2613
  },
@@ -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.",
@@ -2557,7 +2557,7 @@
2557
2557
  "FREE_DEPOSIT_BANNER": {
2558
2558
  "FREE_DEPOSIT_BANNER_TITLE_FREE": "Disponible",
2559
2559
  "FREE_DEPOSIT_BANNER_TITLE_AND": "et Dépôts instantanés",
2560
- "FREE_DEPOSIT_BANNER_SUBTITLE": "Pour les montants de 100 $ ou plus",
2560
+ "FREE_DEPOSIT_BANNER_SUBTITLE": "Pour les montants de 20 $ ou plus",
2561
2561
  "FREE_DEPOSIT_BANNER_CTA": "Dépôt gratuit"
2562
2562
  }
2563
2563
  },
@@ -2557,7 +2557,7 @@
2557
2557
  "FREE_DEPOSIT_BANNER": {
2558
2558
  "FREE_DEPOSIT_BANNER_TITLE_FREE": "フリー",
2559
2559
  "FREE_DEPOSIT_BANNER_TITLE_AND": "& 即時入金",
2560
- "FREE_DEPOSIT_BANNER_SUBTITLE": "100ドル以上の金額の場合",
2560
+ "FREE_DEPOSIT_BANNER_SUBTITLE": "20ドル以上の金額の場合",
2561
2561
  "FREE_DEPOSIT_BANNER_CTA": "無料入金"
2562
2562
  }
2563
2563
  },
@@ -2557,7 +2557,7 @@
2557
2557
  "FREE_DEPOSIT_BANNER": {
2558
2558
  "FREE_DEPOSIT_BANNER_TITLE_FREE": "무료",
2559
2559
  "FREE_DEPOSIT_BANNER_TITLE_AND": "및 즉시 입금",
2560
- "FREE_DEPOSIT_BANNER_SUBTITLE": "100달러 이상의 금액에 대해",
2560
+ "FREE_DEPOSIT_BANNER_SUBTITLE": "20달러 이상의 금액에 대해",
2561
2561
  "FREE_DEPOSIT_BANNER_CTA": "무료 입금"
2562
2562
  }
2563
2563
  },
@@ -2557,7 +2557,7 @@
2557
2557
  "FREE_DEPOSIT_BANNER": {
2558
2558
  "FREE_DEPOSIT_BANNER_TITLE_FREE": "Бесплатно",
2559
2559
  "FREE_DEPOSIT_BANNER_TITLE_AND": "& Мгновенные депозиты",
2560
- "FREE_DEPOSIT_BANNER_SUBTITLE": "Для сумм от 100 долл. США или более",
2560
+ "FREE_DEPOSIT_BANNER_SUBTITLE": "Для сумм от 20 долл. США или более",
2561
2561
  "FREE_DEPOSIT_BANNER_CTA": "Бесплатный депозит"
2562
2562
  }
2563
2563
  },
@@ -2557,7 +2557,7 @@
2557
2557
  "FREE_DEPOSIT_BANNER": {
2558
2558
  "FREE_DEPOSIT_BANNER_TITLE_FREE": "可用",
2559
2559
  "FREE_DEPOSIT_BANNER_TITLE_AND": "即时充值",
2560
- "FREE_DEPOSIT_BANNER_SUBTITLE": "对于100美元或以上的金额",
2560
+ "FREE_DEPOSIT_BANNER_SUBTITLE": "对于20美元或以上的金额",
2561
2561
  "FREE_DEPOSIT_BANNER_CTA": "免费充值"
2562
2562
  }
2563
2563
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.327",
3
+ "version": "1.1.329",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -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',