@dydxprotocol/v4-localization 1.1.322 → 1.1.323

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.
@@ -428,6 +428,7 @@
428
428
  "WALLET_BALANCE": "Wallet Balance",
429
429
  "WALLET": "Wallet",
430
430
  "WEBSITE": "Website",
431
+ "WELCOME_BACK": "Welcome back",
431
432
  "WHITEPAPER": "Whitepaper",
432
433
  "WITHDRAW": "Withdraw",
433
434
  "WITHDRAW_SLIPPAGE_WARNING": "You are paying ${DOLLAR_AMOUNT} ({PERCENT_AMOUNT}%) in fees and/or slippage on this withdrawal. Choosing a different target chain or withdrawal amount or waiting several minutes may result in lower fees.",
@@ -906,6 +907,7 @@
906
907
  "PHANTOM": "Phantom",
907
908
  "PHANTOM_SOL": "Phantom (Solana)",
908
909
  "PHANTOM_EVM": "Phantom (EVM)",
910
+ "PRIVY": "Privy",
909
911
  "RAINBOW_WALLET": "Rainbow",
910
912
  "TOKEN_POCKET": "TokenPocket",
911
913
  "TRUST_WALLET": "Trust",
@@ -1872,6 +1874,7 @@
1872
1874
  "SIGN_IN_PASSKEY": "Sign in with Passkey",
1873
1875
  "SIGN_IN_TITLE": "Sign in",
1874
1876
  "SIGN_IN_WALLET": "Sign in with Wallet",
1877
+ "SIGN_IN_WITH_WALLET": "Sign in with Wallet",
1875
1878
  "SUBMIT": "Submit",
1876
1879
  "USER_SIGNED_IN_BELOW": "You are now signed with the account below",
1877
1880
  "WELCOME_TO_DYDX": "Welcome to dYdX"
@@ -1886,6 +1889,7 @@
1886
1889
  "EXPORT_PHRASE_DESC": "Your Turnkey seed phrase is used for your deposits & withdrawals. Your dYdX seed phrase secures your perpetuals account on dYdX chain. Make sure to keep both safe and secure.",
1887
1890
  "GOOGLE_DESC": "This Google account was used to generate your on-chain wallet. You will need access for account recovery.",
1888
1891
  "RECOVERY_PHRASE_WARNING": "Your recovery key can grant anyone access to your funds. Save it in a secure, private location.",
1892
+ "REAUTHENTICATE": "Reauthenticate",
1889
1893
  "REVEAL_DYDX_PHRASE": "Reveal dYdX Phrase",
1890
1894
  "REVEAL_TURNKEY_PHRASE": "Reveal Turnkey Phrase",
1891
1895
  "SECRET_RECOVERY_PHRASE": "Secret Recovery Phrase"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.322",
3
+ "version": "1.1.323",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -823,6 +823,7 @@ export const APP_STRING_KEYS = {
823
823
  WALLET: 'APP.GENERAL.WALLET',
824
824
  WALLET_BALANCE: 'APP.GENERAL.WALLET_BALANCE',
825
825
  WEBSITE: 'APP.GENERAL.WEBSITE',
826
+ WELCOME_BACK: 'APP.GENERAL.WELCOME_BACK',
826
827
  WHITEPAPER: 'APP.GENERAL.WHITEPAPER',
827
828
  WITHDRAW: 'APP.GENERAL.WITHDRAW',
828
829
  WITHDRAW_SLIPPAGE_WARNING: 'APP.GENERAL.WITHDRAW_SLIPPAGE_WARNING',
@@ -2101,6 +2102,7 @@ export const APP_STRING_KEYS = {
2101
2102
  EXPORT_PHRASE_DESC: 'APP.TURNKEY_ACCOUNT.EXPORT_PHRASE_DESC',
2102
2103
  EXPORT_SOURCE_WALLET: 'APP.TURNKEY_ACCOUNT.EXPORT_SOURCE_WALLET',
2103
2104
  GOOGLE_DESC: 'APP.TURNKEY_ACCOUNT.GOOGLE_DESC',
2105
+ REAUTHENTICATE: 'APP.TURNKEY_ACCOUNT.REAUTHENTICATE',
2104
2106
  RECOVERY_PHRASE_WARNING: 'APP.TURNKEY_ACCOUNT.RECOVERY_PHRASE_WARNING',
2105
2107
  REVEAL_DYDX_PHRASE: 'APP.TURNKEY_ACCOUNT.REVEAL_DYDX_PHRASE',
2106
2108
  REVEAL_TURNKEY_PHRASE: 'APP.TURNKEY_ACCOUNT.REVEAL_TURNKEY_PHRASE',
@@ -2131,6 +2133,7 @@ export const APP_STRING_KEYS = {
2131
2133
  SIGN_IN_GOOGLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_GOOGLE',
2132
2134
  SIGN_IN_PASSKEY: 'APP.TURNKEY_ONBOARD.SIGN_IN_PASSKEY',
2133
2135
  SIGN_IN_TITLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_TITLE',
2136
+ SIGN_IN_WITH_WALLET: 'APP.TURNKEY_ONBOARD.SIGN_IN_WITH_WALLET',
2134
2137
  USER_SIGNED_IN_BELOW: 'APP.TURNKEY_ONBOARD.USER_SIGNED_IN_BELOW',
2135
2138
  WELCOME_TO_DYDX: 'APP.TURNKEY_ONBOARD.WELCOME_TO_DYDX',
2136
2139
 
@@ -2246,6 +2249,7 @@ export const APP_STRING_KEYS = {
2246
2249
  PHANTOM: 'APP.WALLETS.PHANTOM',
2247
2250
  PHANTOM_EVM: 'APP.WALLETS.PHANTOM_EVM',
2248
2251
  PHANTOM_SOL: 'APP.WALLETS.PHANTOM_SOL',
2252
+ PRIVY: 'APP.WALLETS.PRIVY',
2249
2253
  RAINBOW_WALLET: 'APP.WALLETS.RAINBOW_WALLET',
2250
2254
  TEST_WALLET: 'APP.WALLETS.TEST_WALLET',
2251
2255
  TOKEN_POCKET: 'APP.WALLETS.TOKEN_POCKET',