@dydxprotocol/v4-localization 1.1.321 → 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.
- package/config/localization/en/app.json +39 -15
- package/package.json +1 -1
- package/scripts/generated/app.ts +25 -0
|
@@ -300,6 +300,7 @@
|
|
|
300
300
|
"PRICE_CHART_SHORT": "Price",
|
|
301
301
|
"PRICE": "Price",
|
|
302
302
|
"PRIVACY": "Privacy",
|
|
303
|
+
"PRIVATE": "Private",
|
|
303
304
|
"PRIZE": "Prize",
|
|
304
305
|
"PROFILE": "Profile",
|
|
305
306
|
"PROFIT_AND_LOSS_ABSOLUTE_BY": "By Profit / Loss",
|
|
@@ -427,6 +428,7 @@
|
|
|
427
428
|
"WALLET_BALANCE": "Wallet Balance",
|
|
428
429
|
"WALLET": "Wallet",
|
|
429
430
|
"WEBSITE": "Website",
|
|
431
|
+
"WELCOME_BACK": "Welcome back",
|
|
430
432
|
"WHITEPAPER": "Whitepaper",
|
|
431
433
|
"WITHDRAW": "Withdraw",
|
|
432
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.",
|
|
@@ -905,6 +907,7 @@
|
|
|
905
907
|
"PHANTOM": "Phantom",
|
|
906
908
|
"PHANTOM_SOL": "Phantom (Solana)",
|
|
907
909
|
"PHANTOM_EVM": "Phantom (EVM)",
|
|
910
|
+
"PRIVY": "Privy",
|
|
908
911
|
"RAINBOW_WALLET": "Rainbow",
|
|
909
912
|
"TOKEN_POCKET": "TokenPocket",
|
|
910
913
|
"TRUST_WALLET": "Trust",
|
|
@@ -1697,6 +1700,7 @@
|
|
|
1697
1700
|
"SET_ORDER_SIZE": "Set order size",
|
|
1698
1701
|
"SET_PRICE_TRIGGERS": "Set price triggers",
|
|
1699
1702
|
"SLIDER": "Slider",
|
|
1703
|
+
"SPOT": "Spot",
|
|
1700
1704
|
"SPOT_VOLUME_24H": "24h Spot Volume",
|
|
1701
1705
|
"STOP_LIMIT_DESCRIPTION": "A stop limit order helps protect against losses like stop market orders, but with the versatility and features of a limit order.",
|
|
1702
1706
|
"STOP_LIMIT": "Stop Limit",
|
|
@@ -1846,32 +1850,49 @@
|
|
|
1846
1850
|
"YOURE_IN": "You're in {LEAGUE}"
|
|
1847
1851
|
},
|
|
1848
1852
|
"TURNKEY_ONBOARD": {
|
|
1849
|
-
"
|
|
1853
|
+
"ACCEPTED_ASSETS_AND_USDC": "{ASSETS}, USDC accepted",
|
|
1854
|
+
"CHECK_EMAIL_DESCRIPTION": "Open the magic link in your email to complete your sign in",
|
|
1855
|
+
"CHECK_EMAIL_TITLE": "Check your Email",
|
|
1856
|
+
"CONTINUE_SIGN_IN_DESCRIPTION": "Please wait",
|
|
1857
|
+
"CONTINUE_SIGN_IN_TITLE": "Continue to sign in",
|
|
1858
|
+
"DEPOSIT_AND_TRADE": "Deposit and start trading",
|
|
1859
|
+
"DEPOSIT_NETWORK_WARNING": "This address can only receive {ASSETS} on the {NETWORK} Network. ${MIN_DEPOSIT} Minimum (${MIN_INSTANT_DEPOSIT} for instant), ${MAX_DEPOSIT} Maximum deposit",
|
|
1860
|
+
"EMAIL_LOGIN_SUCCESS": "You are now logged in with your email account.",
|
|
1861
|
+
"EMAIL_PLACEHOLDER": "Enter your email",
|
|
1862
|
+
"ERROR_LOGGING_IN": "Error logging in",
|
|
1863
|
+
"ERROR_WHILE_LOGGING_IN": "An error occurred while logging in. Please try again.",
|
|
1864
|
+
"LOGGED_IN": "Logged in",
|
|
1865
|
+
"LOGGED_IN_WITH": "Logged in with {EMAIL}",
|
|
1866
|
+
"LOGGING_IN": "Logging in...",
|
|
1867
|
+
"PLEASE_WAIT_LOGIN": "Please wait while we log you in...",
|
|
1868
|
+
"RESEND": "Resend",
|
|
1850
1869
|
"SIGN_IN_DESCRIPTION": "To get started, sign in with your social accounts, email or connect your wallet.",
|
|
1851
|
-
"SIGN_IN_PASSKEY": "Sign in with Passkey",
|
|
1852
|
-
"SIGN_IN_WALLET": "Sign in with Wallet",
|
|
1853
1870
|
"SIGN_IN_DESKTOP": "Sign in with Desktop",
|
|
1854
|
-
"SIGN_IN_GOOGLE": "Sign in with Google",
|
|
1855
1871
|
"SIGN_IN_APPLE": "Sign in with Apple",
|
|
1856
1872
|
"SIGN_IN_EMAIL": "Sign in with Email",
|
|
1873
|
+
"SIGN_IN_GOOGLE": "Sign in with Google",
|
|
1874
|
+
"SIGN_IN_PASSKEY": "Sign in with Passkey",
|
|
1875
|
+
"SIGN_IN_TITLE": "Sign in",
|
|
1876
|
+
"SIGN_IN_WALLET": "Sign in with Wallet",
|
|
1877
|
+
"SIGN_IN_WITH_WALLET": "Sign in with Wallet",
|
|
1857
1878
|
"SUBMIT": "Submit",
|
|
1858
|
-
"EMAIL_PLACEHOLDER": "Enter your email",
|
|
1859
|
-
"CHECK_EMAIL_TITLE": "Check your Email",
|
|
1860
|
-
"CHECK_EMAIL_DESCRIPTION": "Open the magic link in your email to complete your sign in",
|
|
1861
|
-
"RESEND": "Resend",
|
|
1862
|
-
"CONTINUE_SIGN_IN_TITLE": "Continue to sign in",
|
|
1863
|
-
"CONTINUE_SIGN_IN_DESCRIPTION": "Please wait",
|
|
1864
|
-
"WELCOME_TO_DYDX": "Welcome to dYdX",
|
|
1865
1879
|
"USER_SIGNED_IN_BELOW": "You are now signed with the account below",
|
|
1866
|
-
"
|
|
1880
|
+
"WELCOME_TO_DYDX": "Welcome to dYdX"
|
|
1867
1881
|
},
|
|
1868
1882
|
"TURNKEY_ACCOUNT": {
|
|
1869
|
-
"
|
|
1870
|
-
"GOOGLE_DESC": "This Google account was used to generate your on-chain wallet. You will need access for account recovery.",
|
|
1883
|
+
"ACCOUNT_MANAGEMENT": "Account Management",
|
|
1871
1884
|
"APPLE_DESC": "This Apple account was used to generate your on-chain wallet. You will need access for account recovery.",
|
|
1885
|
+
"EMAIL_DESC": "This email was used to generate your on-chain wallet. You will need access for account recovery.",
|
|
1872
1886
|
"EXPORT_DESC": "Your seed phrase is used to secure your wallets. View the seed phrase for your source & trading wallets below.",
|
|
1887
|
+
"EXPORT_DYDX_WALLET": "Export dYdX wallet",
|
|
1873
1888
|
"EXPORT_SOURCE_WALLET": "Export source wallet",
|
|
1874
|
-
"
|
|
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.",
|
|
1890
|
+
"GOOGLE_DESC": "This Google account was used to generate your on-chain wallet. You will need access for account recovery.",
|
|
1891
|
+
"RECOVERY_PHRASE_WARNING": "Your recovery key can grant anyone access to your funds. Save it in a secure, private location.",
|
|
1892
|
+
"REAUTHENTICATE": "Reauthenticate",
|
|
1893
|
+
"REVEAL_DYDX_PHRASE": "Reveal dYdX Phrase",
|
|
1894
|
+
"REVEAL_TURNKEY_PHRASE": "Reveal Turnkey Phrase",
|
|
1895
|
+
"SECRET_RECOVERY_PHRASE": "Secret Recovery Phrase"
|
|
1875
1896
|
},
|
|
1876
1897
|
"VAULTS": {
|
|
1877
1898
|
"ACKNOWLEDGE_HIGH_SLIPPAGE": "Acknowledge High Slippage",
|
|
@@ -2928,6 +2949,9 @@
|
|
|
2928
2949
|
"USER_REJECTED": "User rejected request.",
|
|
2929
2950
|
"WALLET_CONTEXT_INVALIDATED": "Error communicating with wallet extension. Refresh or restart browser and try again.",
|
|
2930
2951
|
"YOUR_APPROVAL_FAILED": "Your approval has failed. Please try again."
|
|
2952
|
+
},
|
|
2953
|
+
"TURNKEY": {
|
|
2954
|
+
"TURNKEY_SESSION_EXPIRED": "Session expired. Please reauthenticate to reveal your phrase."
|
|
2931
2955
|
}
|
|
2932
2956
|
},
|
|
2933
2957
|
"WARNINGS": {
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -651,6 +651,7 @@ export const APP_STRING_KEYS = {
|
|
|
651
651
|
PRICE: 'APP.GENERAL.PRICE',
|
|
652
652
|
PRICE_CHART_SHORT: 'APP.GENERAL.PRICE_CHART_SHORT',
|
|
653
653
|
PRIVACY: 'APP.GENERAL.PRIVACY',
|
|
654
|
+
PRIVATE: 'APP.GENERAL.PRIVATE',
|
|
654
655
|
PRIZE: 'APP.GENERAL.PRIZE',
|
|
655
656
|
PROFILE: 'APP.GENERAL.PROFILE',
|
|
656
657
|
PROFIT_AND_LOSS_ABSOLUTE: 'APP.GENERAL.PROFIT_AND_LOSS_ABSOLUTE',
|
|
@@ -822,6 +823,7 @@ export const APP_STRING_KEYS = {
|
|
|
822
823
|
WALLET: 'APP.GENERAL.WALLET',
|
|
823
824
|
WALLET_BALANCE: 'APP.GENERAL.WALLET_BALANCE',
|
|
824
825
|
WEBSITE: 'APP.GENERAL.WEBSITE',
|
|
826
|
+
WELCOME_BACK: 'APP.GENERAL.WELCOME_BACK',
|
|
825
827
|
WHITEPAPER: 'APP.GENERAL.WHITEPAPER',
|
|
826
828
|
WITHDRAW: 'APP.GENERAL.WITHDRAW',
|
|
827
829
|
WITHDRAW_SLIPPAGE_WARNING: 'APP.GENERAL.WITHDRAW_SLIPPAGE_WARNING',
|
|
@@ -1946,6 +1948,7 @@ export const APP_STRING_KEYS = {
|
|
|
1946
1948
|
SET_ORDER_SIZE: 'APP.TRADE.SET_ORDER_SIZE',
|
|
1947
1949
|
SET_PRICE_TRIGGERS: 'APP.TRADE.SET_PRICE_TRIGGERS',
|
|
1948
1950
|
SLIDER: 'APP.TRADE.SLIDER',
|
|
1951
|
+
SPOT: 'APP.TRADE.SPOT',
|
|
1949
1952
|
SPOT_VOLUME_24H: 'APP.TRADE.SPOT_VOLUME_24H',
|
|
1950
1953
|
STOP_LIMIT: 'APP.TRADE.STOP_LIMIT',
|
|
1951
1954
|
STOP_LIMIT_DESCRIPTION: 'APP.TRADE.STOP_LIMIT_DESCRIPTION',
|
|
@@ -2091,21 +2094,37 @@ export const APP_STRING_KEYS = {
|
|
|
2091
2094
|
|
|
2092
2095
|
// TURNKEY_ACCOUNT
|
|
2093
2096
|
|
|
2097
|
+
ACCOUNT_MANAGEMENT: 'APP.TURNKEY_ACCOUNT.ACCOUNT_MANAGEMENT',
|
|
2094
2098
|
APPLE_DESC: 'APP.TURNKEY_ACCOUNT.APPLE_DESC',
|
|
2095
2099
|
EMAIL_DESC: 'APP.TURNKEY_ACCOUNT.EMAIL_DESC',
|
|
2096
2100
|
EXPORT_DESC: 'APP.TURNKEY_ACCOUNT.EXPORT_DESC',
|
|
2097
2101
|
EXPORT_DYDX_WALLET: 'APP.TURNKEY_ACCOUNT.EXPORT_DYDX_WALLET',
|
|
2102
|
+
EXPORT_PHRASE_DESC: 'APP.TURNKEY_ACCOUNT.EXPORT_PHRASE_DESC',
|
|
2098
2103
|
EXPORT_SOURCE_WALLET: 'APP.TURNKEY_ACCOUNT.EXPORT_SOURCE_WALLET',
|
|
2099
2104
|
GOOGLE_DESC: 'APP.TURNKEY_ACCOUNT.GOOGLE_DESC',
|
|
2105
|
+
REAUTHENTICATE: 'APP.TURNKEY_ACCOUNT.REAUTHENTICATE',
|
|
2106
|
+
RECOVERY_PHRASE_WARNING: 'APP.TURNKEY_ACCOUNT.RECOVERY_PHRASE_WARNING',
|
|
2107
|
+
REVEAL_DYDX_PHRASE: 'APP.TURNKEY_ACCOUNT.REVEAL_DYDX_PHRASE',
|
|
2108
|
+
REVEAL_TURNKEY_PHRASE: 'APP.TURNKEY_ACCOUNT.REVEAL_TURNKEY_PHRASE',
|
|
2109
|
+
SECRET_RECOVERY_PHRASE: 'APP.TURNKEY_ACCOUNT.SECRET_RECOVERY_PHRASE',
|
|
2100
2110
|
|
|
2101
2111
|
// TURNKEY_ONBOARD
|
|
2102
2112
|
|
|
2113
|
+
ACCEPTED_ASSETS_AND_USDC: 'APP.TURNKEY_ONBOARD.ACCEPTED_ASSETS_AND_USDC',
|
|
2103
2114
|
CHECK_EMAIL_DESCRIPTION: 'APP.TURNKEY_ONBOARD.CHECK_EMAIL_DESCRIPTION',
|
|
2104
2115
|
CHECK_EMAIL_TITLE: 'APP.TURNKEY_ONBOARD.CHECK_EMAIL_TITLE',
|
|
2105
2116
|
CONTINUE_SIGN_IN_DESCRIPTION: 'APP.TURNKEY_ONBOARD.CONTINUE_SIGN_IN_DESCRIPTION',
|
|
2106
2117
|
CONTINUE_SIGN_IN_TITLE: 'APP.TURNKEY_ONBOARD.CONTINUE_SIGN_IN_TITLE',
|
|
2107
2118
|
DEPOSIT_AND_TRADE: 'APP.TURNKEY_ONBOARD.DEPOSIT_AND_TRADE',
|
|
2119
|
+
DEPOSIT_NETWORK_WARNING: 'APP.TURNKEY_ONBOARD.DEPOSIT_NETWORK_WARNING',
|
|
2120
|
+
EMAIL_LOGIN_SUCCESS: 'APP.TURNKEY_ONBOARD.EMAIL_LOGIN_SUCCESS',
|
|
2108
2121
|
EMAIL_PLACEHOLDER: 'APP.TURNKEY_ONBOARD.EMAIL_PLACEHOLDER',
|
|
2122
|
+
ERROR_LOGGING_IN: 'APP.TURNKEY_ONBOARD.ERROR_LOGGING_IN',
|
|
2123
|
+
ERROR_WHILE_LOGGING_IN: 'APP.TURNKEY_ONBOARD.ERROR_WHILE_LOGGING_IN',
|
|
2124
|
+
LOGGED_IN: 'APP.TURNKEY_ONBOARD.LOGGED_IN',
|
|
2125
|
+
LOGGED_IN_WITH: 'APP.TURNKEY_ONBOARD.LOGGED_IN_WITH',
|
|
2126
|
+
LOGGING_IN: 'APP.TURNKEY_ONBOARD.LOGGING_IN',
|
|
2127
|
+
PLEASE_WAIT_LOGIN: 'APP.TURNKEY_ONBOARD.PLEASE_WAIT_LOGIN',
|
|
2109
2128
|
RESEND: 'APP.TURNKEY_ONBOARD.RESEND',
|
|
2110
2129
|
SIGN_IN_APPLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_APPLE',
|
|
2111
2130
|
SIGN_IN_DESCRIPTION: 'APP.TURNKEY_ONBOARD.SIGN_IN_DESCRIPTION',
|
|
@@ -2114,6 +2133,7 @@ export const APP_STRING_KEYS = {
|
|
|
2114
2133
|
SIGN_IN_GOOGLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_GOOGLE',
|
|
2115
2134
|
SIGN_IN_PASSKEY: 'APP.TURNKEY_ONBOARD.SIGN_IN_PASSKEY',
|
|
2116
2135
|
SIGN_IN_TITLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_TITLE',
|
|
2136
|
+
SIGN_IN_WITH_WALLET: 'APP.TURNKEY_ONBOARD.SIGN_IN_WITH_WALLET',
|
|
2117
2137
|
USER_SIGNED_IN_BELOW: 'APP.TURNKEY_ONBOARD.USER_SIGNED_IN_BELOW',
|
|
2118
2138
|
WELCOME_TO_DYDX: 'APP.TURNKEY_ONBOARD.WELCOME_TO_DYDX',
|
|
2119
2139
|
|
|
@@ -2229,6 +2249,7 @@ export const APP_STRING_KEYS = {
|
|
|
2229
2249
|
PHANTOM: 'APP.WALLETS.PHANTOM',
|
|
2230
2250
|
PHANTOM_EVM: 'APP.WALLETS.PHANTOM_EVM',
|
|
2231
2251
|
PHANTOM_SOL: 'APP.WALLETS.PHANTOM_SOL',
|
|
2252
|
+
PRIVY: 'APP.WALLETS.PRIVY',
|
|
2232
2253
|
RAINBOW_WALLET: 'APP.WALLETS.RAINBOW_WALLET',
|
|
2233
2254
|
TEST_WALLET: 'APP.WALLETS.TEST_WALLET',
|
|
2234
2255
|
TOKEN_POCKET: 'APP.WALLETS.TOKEN_POCKET',
|
|
@@ -2483,6 +2504,10 @@ export const ERRORS_STRING_KEYS = {
|
|
|
2483
2504
|
// TRIGGERS_FORM_TITLE
|
|
2484
2505
|
|
|
2485
2506
|
|
|
2507
|
+
// TURNKEY
|
|
2508
|
+
|
|
2509
|
+
TURNKEY_SESSION_EXPIRED: 'ERRORS.TURNKEY.TURNKEY_SESSION_EXPIRED',
|
|
2510
|
+
|
|
2486
2511
|
// WALLET_SPECIFIC
|
|
2487
2512
|
|
|
2488
2513
|
CHAIN_MISMATCH: 'ERRORS.WALLET_SPECIFIC.CHAIN_MISMATCH',
|