@dydxprotocol/v4-localization 1.1.320 → 1.1.322
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/LICENSE +3 -5
- package/config/localization/en/app.json +52 -15
- package/config/localization/fr/app.json +4 -3
- package/config/localization/ja/app.json +4 -3
- package/config/localization/ko/app.json +4 -3
- package/config/localization/ru/app.json +4 -3
- package/config/localization/zh-CN/app.json +4 -3
- package/package.json +1 -1
- package/scripts/generated/app.ts +39 -0
package/LICENSE
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
Copyright (C)
|
|
1
|
+
Copyright (C) 2025 dYdX Trading Inc.
|
|
2
2
|
|
|
3
3
|
Subject to your compliance with applicable law and the v4 Terms of Use, available at dydx.exchange/legal, you are granted the right to use the Program or Licensed Work (defined below) under the terms of the GNU Affero General Public License as set forth below; provided, however, that if you violate any such applicable law in your use of the Program or Licensed Work, all of your rights and licenses to use (including any rights to reproduce, distribute, install or modify) the Program or Licensed Work will automatically and immediately terminate.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
The “Program” or “Licensed Work” shall mean any of the following: dydxprotocol/cosmos-sdk, dydxprotocol/cometbft, dydxprotocol/v4-chain, dydxprotocol/v4-clients, dydxprotocol/v4-web, dydxprotocol/v4-abacus, dydxprotocol/v4-localization, dydxprotocol/v4-documentation, and any dYdX or dYdX Trading Inc. repository reflecting a copy of, or link to, this license.
|
|
7
|
-
|
|
5
|
+
The “Program” or “Licensed Work” shall mean any of the following: dydxprotocol/cosmos-sdk, dydxprotocol/cometbft, dydxprotocol/v4-chain, dydxprotocol/v4-web, dydxprotocol/v4-abacus, dydxprotocol/v4-localization, dydxprotocol/v4-documentation, and any dYdX or dYdX Trading Inc. repository reflecting a copy of, or link to, this license.
|
|
8
6
|
|
|
9
7
|
The GNU Affero General Public License
|
|
10
8
|
Version 3, 19 November 2007
|
|
@@ -799,4 +797,4 @@ copy of the Program in return for a fee.
|
|
|
799
797
|
|
|
800
798
|
|
|
801
799
|
For more information about this software, see https://dydx.exchange.
|
|
802
|
-
Copyright (C)
|
|
800
|
+
Copyright (C) 2025 dYdX Trading Inc.
|
|
@@ -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",
|
|
@@ -1697,6 +1698,7 @@
|
|
|
1697
1698
|
"SET_ORDER_SIZE": "Set order size",
|
|
1698
1699
|
"SET_PRICE_TRIGGERS": "Set price triggers",
|
|
1699
1700
|
"SLIDER": "Slider",
|
|
1701
|
+
"SPOT": "Spot",
|
|
1700
1702
|
"SPOT_VOLUME_24H": "24h Spot Volume",
|
|
1701
1703
|
"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
1704
|
"STOP_LIMIT": "Stop Limit",
|
|
@@ -1757,6 +1759,23 @@
|
|
|
1757
1759
|
"DRAFT_LIMIT_SELL": "Draft Limit Sell at {PRICE}",
|
|
1758
1760
|
"DRAFT_LIMIT_BUY": "Draft Limit Buy at {PRICE}"
|
|
1759
1761
|
},
|
|
1762
|
+
"TRADING_KEYS": {
|
|
1763
|
+
"API_WALLETS_DESCRIPTION": "API wallets perform actions on behalf of your account without withdrawal permissions. You must still use your account's public address for info requests.",
|
|
1764
|
+
"YOUR_DYDX_ADDRESS": "Your dYdX Address",
|
|
1765
|
+
"GENERATE_NEW_API_KEY": "Generate New API Key",
|
|
1766
|
+
"AUTHORIZE_API_WALLET_DESCRIPTION": "Authorize this API wallet to trade on your behalf. Before authorizing, remember to save your private key somewhere safe.",
|
|
1767
|
+
"PRIVATE_KEY_NO_LONGER_ACCESSIBLE": "It will no longer be accessible once authorized.",
|
|
1768
|
+
"API_WALLET_ADDRESS": "API Wallet Address",
|
|
1769
|
+
"PRIVATE_KEY": "Private Key",
|
|
1770
|
+
"API_KEY_AUTHORIZATION_ACKNOWLEDGMENT": "I understand that I will no longer have access to the private key once authorized. I also understand that whoever has access to this key will be able to place trades using the full margin of my account.",
|
|
1771
|
+
"AUTHORIZE_API_KEY": "Authorize API Key",
|
|
1772
|
+
"CONFIRM_DELETE_TRADING_KEY": "Are you sure you want to delete trading key {ADDRESS}? This key will no longer be authorized to trade on your behalf.",
|
|
1773
|
+
"REMOVE": "Remove",
|
|
1774
|
+
"API_TRADING_KEYS": "API Trading Keys",
|
|
1775
|
+
"NEW_API_TRADING_KEY": "New API Trading Key",
|
|
1776
|
+
"REMOVE_API_TRADING_KEY": "Remove API Trading Key",
|
|
1777
|
+
"NO_API_TRADING_KEYS_FOUND": "No API trading keys found."
|
|
1778
|
+
},
|
|
1760
1779
|
"LEAGUES": {
|
|
1761
1780
|
"ACTIVE": "Active",
|
|
1762
1781
|
"AND": "and",
|
|
@@ -1829,32 +1848,47 @@
|
|
|
1829
1848
|
"YOURE_IN": "You're in {LEAGUE}"
|
|
1830
1849
|
},
|
|
1831
1850
|
"TURNKEY_ONBOARD": {
|
|
1832
|
-
"
|
|
1851
|
+
"ACCEPTED_ASSETS_AND_USDC": "{ASSETS}, USDC accepted",
|
|
1852
|
+
"CHECK_EMAIL_DESCRIPTION": "Open the magic link in your email to complete your sign in",
|
|
1853
|
+
"CHECK_EMAIL_TITLE": "Check your Email",
|
|
1854
|
+
"CONTINUE_SIGN_IN_DESCRIPTION": "Please wait",
|
|
1855
|
+
"CONTINUE_SIGN_IN_TITLE": "Continue to sign in",
|
|
1856
|
+
"DEPOSIT_AND_TRADE": "Deposit and start trading",
|
|
1857
|
+
"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",
|
|
1858
|
+
"EMAIL_LOGIN_SUCCESS": "You are now logged in with your email account.",
|
|
1859
|
+
"EMAIL_PLACEHOLDER": "Enter your email",
|
|
1860
|
+
"ERROR_LOGGING_IN": "Error logging in",
|
|
1861
|
+
"ERROR_WHILE_LOGGING_IN": "An error occurred while logging in. Please try again.",
|
|
1862
|
+
"LOGGED_IN": "Logged in",
|
|
1863
|
+
"LOGGED_IN_WITH": "Logged in with {EMAIL}",
|
|
1864
|
+
"LOGGING_IN": "Logging in...",
|
|
1865
|
+
"PLEASE_WAIT_LOGIN": "Please wait while we log you in...",
|
|
1866
|
+
"RESEND": "Resend",
|
|
1833
1867
|
"SIGN_IN_DESCRIPTION": "To get started, sign in with your social accounts, email or connect your wallet.",
|
|
1834
|
-
"SIGN_IN_PASSKEY": "Sign in with Passkey",
|
|
1835
|
-
"SIGN_IN_WALLET": "Sign in with Wallet",
|
|
1836
1868
|
"SIGN_IN_DESKTOP": "Sign in with Desktop",
|
|
1837
|
-
"SIGN_IN_GOOGLE": "Sign in with Google",
|
|
1838
1869
|
"SIGN_IN_APPLE": "Sign in with Apple",
|
|
1839
1870
|
"SIGN_IN_EMAIL": "Sign in with Email",
|
|
1871
|
+
"SIGN_IN_GOOGLE": "Sign in with Google",
|
|
1872
|
+
"SIGN_IN_PASSKEY": "Sign in with Passkey",
|
|
1873
|
+
"SIGN_IN_TITLE": "Sign in",
|
|
1874
|
+
"SIGN_IN_WALLET": "Sign in with Wallet",
|
|
1840
1875
|
"SUBMIT": "Submit",
|
|
1841
|
-
"EMAIL_PLACEHOLDER": "Enter your email",
|
|
1842
|
-
"CHECK_EMAIL_TITLE": "Check your Email",
|
|
1843
|
-
"CHECK_EMAIL_DESCRIPTION": "Open the magic link in your email to complete your sign in",
|
|
1844
|
-
"RESEND": "Resend",
|
|
1845
|
-
"CONTINUE_SIGN_IN_TITLE": "Continue to sign in",
|
|
1846
|
-
"CONTINUE_SIGN_IN_DESCRIPTION": "Please wait",
|
|
1847
|
-
"WELCOME_TO_DYDX": "Welcome to dYdX",
|
|
1848
1876
|
"USER_SIGNED_IN_BELOW": "You are now signed with the account below",
|
|
1849
|
-
"
|
|
1877
|
+
"WELCOME_TO_DYDX": "Welcome to dYdX"
|
|
1850
1878
|
},
|
|
1851
1879
|
"TURNKEY_ACCOUNT": {
|
|
1852
|
-
"
|
|
1853
|
-
"GOOGLE_DESC": "This Google account was used to generate your on-chain wallet. You will need access for account recovery.",
|
|
1880
|
+
"ACCOUNT_MANAGEMENT": "Account Management",
|
|
1854
1881
|
"APPLE_DESC": "This Apple account was used to generate your on-chain wallet. You will need access for account recovery.",
|
|
1882
|
+
"EMAIL_DESC": "This email was used to generate your on-chain wallet. You will need access for account recovery.",
|
|
1855
1883
|
"EXPORT_DESC": "Your seed phrase is used to secure your wallets. View the seed phrase for your source & trading wallets below.",
|
|
1884
|
+
"EXPORT_DYDX_WALLET": "Export dYdX wallet",
|
|
1856
1885
|
"EXPORT_SOURCE_WALLET": "Export source wallet",
|
|
1857
|
-
"
|
|
1886
|
+
"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
|
+
"GOOGLE_DESC": "This Google account was used to generate your on-chain wallet. You will need access for account recovery.",
|
|
1888
|
+
"RECOVERY_PHRASE_WARNING": "Your recovery key can grant anyone access to your funds. Save it in a secure, private location.",
|
|
1889
|
+
"REVEAL_DYDX_PHRASE": "Reveal dYdX Phrase",
|
|
1890
|
+
"REVEAL_TURNKEY_PHRASE": "Reveal Turnkey Phrase",
|
|
1891
|
+
"SECRET_RECOVERY_PHRASE": "Secret Recovery Phrase"
|
|
1858
1892
|
},
|
|
1859
1893
|
"VAULTS": {
|
|
1860
1894
|
"ACKNOWLEDGE_HIGH_SLIPPAGE": "Acknowledge High Slippage",
|
|
@@ -2911,6 +2945,9 @@
|
|
|
2911
2945
|
"USER_REJECTED": "User rejected request.",
|
|
2912
2946
|
"WALLET_CONTEXT_INVALIDATED": "Error communicating with wallet extension. Refresh or restart browser and try again.",
|
|
2913
2947
|
"YOUR_APPROVAL_FAILED": "Your approval has failed. Please try again."
|
|
2948
|
+
},
|
|
2949
|
+
"TURNKEY": {
|
|
2950
|
+
"TURNKEY_SESSION_EXPIRED": "Session expired. Please reauthenticate to reveal your phrase."
|
|
2914
2951
|
}
|
|
2915
2952
|
},
|
|
2916
2953
|
"WARNINGS": {
|
|
@@ -2543,9 +2543,10 @@
|
|
|
2543
2543
|
"NO_FUNDS_TO_RECLAIM": "Il n'y a pas de fonds disponibles à récupérer pour le moment.",
|
|
2544
2544
|
"RECLAIM_FUNDS_SIGNING": "Lors de la récupération, vous serez invité(e) à signer {NUM_TRANSACTIONS} transaction(s) pour restituer les fonds précédemment utilisés comme collatéral pour le prix du marché isolé."
|
|
2545
2545
|
},
|
|
2546
|
-
"
|
|
2547
|
-
"
|
|
2548
|
-
"
|
|
2546
|
+
"REBATE_BANNER": {
|
|
2547
|
+
"REBATE_BANNER_TITLE": "En septembre : récupérez 50 % des frais de trading",
|
|
2548
|
+
"REBATE_BANNER_SUBTITLE": "Payé en octobre",
|
|
2549
|
+
"REBATE_BANNER_CTA": "Obtenir une remise"
|
|
2549
2550
|
}
|
|
2550
2551
|
},
|
|
2551
2552
|
"TOKEN_MIGRATION": {
|
|
@@ -2543,9 +2543,10 @@
|
|
|
2543
2543
|
"NO_FUNDS_TO_RECLAIM": "現時点で回収できる資金はありません。",
|
|
2544
2544
|
"RECLAIM_FUNDS_SIGNING": "再請求すると、信用取引の担保として以前に使用されていた資金を返却するため、{NUM_TRANSACTIONS}トランザクションに署名する必要があります。"
|
|
2545
2545
|
},
|
|
2546
|
-
"
|
|
2547
|
-
"
|
|
2548
|
-
"
|
|
2546
|
+
"REBATE_BANNER": {
|
|
2547
|
+
"REBATE_BANNER_TITLE": "今年9月:取引手数料の50%を還元",
|
|
2548
|
+
"REBATE_BANNER_SUBTITLE": "10月に支払われます",
|
|
2549
|
+
"REBATE_BANNER_CTA": "リベートを獲得する"
|
|
2549
2550
|
}
|
|
2550
2551
|
},
|
|
2551
2552
|
"TOKEN_MIGRATION": {
|
|
@@ -2543,9 +2543,10 @@
|
|
|
2543
2543
|
"NO_FUNDS_TO_RECLAIM": "현재 회수할 자금이 없습니다.",
|
|
2544
2544
|
"RECLAIM_FUNDS_SIGNING": "회수하면 이전에 격리된 마진 거래를 위한 담보로 사용된 자금을 반환하기 위해 {NUM_TRANSACTIONS}건의 거래에 서명하라는 메시지를 받습니다."
|
|
2545
2545
|
},
|
|
2546
|
-
"
|
|
2547
|
-
"
|
|
2548
|
-
"
|
|
2546
|
+
"REBATE_BANNER": {
|
|
2547
|
+
"REBATE_BANNER_TITLE": "이번 9월: 거래 수수료의 50%를 환급받으세요",
|
|
2548
|
+
"REBATE_BANNER_SUBTITLE": "10월에 지급 예정",
|
|
2549
|
+
"REBATE_BANNER_CTA": "리베이트 받기"
|
|
2549
2550
|
}
|
|
2550
2551
|
},
|
|
2551
2552
|
"TOKEN_MIGRATION": {
|
|
@@ -2543,9 +2543,10 @@
|
|
|
2543
2543
|
"NO_FUNDS_TO_RECLAIM": "На данный момент нет средств для возврата.",
|
|
2544
2544
|
"RECLAIM_FUNDS_SIGNING": "При возврате вам будет предложено подписать транзакции ({NUM_TRANSACTIONS}) для возврата средств, ранее использованных в качестве залогового обеспечения для маржинальной торговли."
|
|
2545
2545
|
},
|
|
2546
|
-
"
|
|
2547
|
-
"
|
|
2548
|
-
"
|
|
2546
|
+
"REBATE_BANNER": {
|
|
2547
|
+
"REBATE_BANNER_TITLE": "В этом сентябре: получите обратно 50% торговых комиссий",
|
|
2548
|
+
"REBATE_BANNER_SUBTITLE": "Выплачено в октябре",
|
|
2549
|
+
"REBATE_BANNER_CTA": "Получите возмещение"
|
|
2549
2550
|
}
|
|
2550
2551
|
},
|
|
2551
2552
|
"TOKEN_MIGRATION": {
|
|
@@ -2543,9 +2543,10 @@
|
|
|
2543
2543
|
"NO_FUNDS_TO_RECLAIM": "目前没有资金可供您收回。",
|
|
2544
2544
|
"RECLAIM_FUNDS_SIGNING": "收回后,系统将提示您签署{NUM_TRANSACTIONS}笔交易,以退还先前作为逐仓杠杆交易质押品使用的资金。"
|
|
2545
2545
|
},
|
|
2546
|
-
"
|
|
2547
|
-
"
|
|
2548
|
-
"
|
|
2546
|
+
"REBATE_BANNER": {
|
|
2547
|
+
"REBATE_BANNER_TITLE": "今年9月:获得50%的交易费返还",
|
|
2548
|
+
"REBATE_BANNER_SUBTITLE": "在10月支付",
|
|
2549
|
+
"REBATE_BANNER_CTA": "获得返还"
|
|
2549
2550
|
}
|
|
2550
2551
|
},
|
|
2551
2552
|
"TOKEN_MIGRATION": {
|
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',
|
|
@@ -1946,6 +1947,7 @@ export const APP_STRING_KEYS = {
|
|
|
1946
1947
|
SET_ORDER_SIZE: 'APP.TRADE.SET_ORDER_SIZE',
|
|
1947
1948
|
SET_PRICE_TRIGGERS: 'APP.TRADE.SET_PRICE_TRIGGERS',
|
|
1948
1949
|
SLIDER: 'APP.TRADE.SLIDER',
|
|
1950
|
+
SPOT: 'APP.TRADE.SPOT',
|
|
1949
1951
|
SPOT_VOLUME_24H: 'APP.TRADE.SPOT_VOLUME_24H',
|
|
1950
1952
|
STOP_LIMIT: 'APP.TRADE.STOP_LIMIT',
|
|
1951
1953
|
STOP_LIMIT_DESCRIPTION: 'APP.TRADE.STOP_LIMIT_DESCRIPTION',
|
|
@@ -2006,6 +2008,24 @@ export const APP_STRING_KEYS = {
|
|
|
2006
2008
|
STOP_AND_PROFIT_LIMIT_BODY: 'APP.TRADE_BOX_CARDS.STOP_AND_PROFIT_LIMIT_BODY',
|
|
2007
2009
|
STOP_AND_PROFIT_LIMIT_TITLE: 'APP.TRADE_BOX_CARDS.STOP_AND_PROFIT_LIMIT_TITLE',
|
|
2008
2010
|
|
|
2011
|
+
// TRADING_KEYS
|
|
2012
|
+
|
|
2013
|
+
API_KEY_AUTHORIZATION_ACKNOWLEDGMENT: 'APP.TRADING_KEYS.API_KEY_AUTHORIZATION_ACKNOWLEDGMENT',
|
|
2014
|
+
API_TRADING_KEYS: 'APP.TRADING_KEYS.API_TRADING_KEYS',
|
|
2015
|
+
API_WALLETS_DESCRIPTION: 'APP.TRADING_KEYS.API_WALLETS_DESCRIPTION',
|
|
2016
|
+
API_WALLET_ADDRESS: 'APP.TRADING_KEYS.API_WALLET_ADDRESS',
|
|
2017
|
+
AUTHORIZE_API_KEY: 'APP.TRADING_KEYS.AUTHORIZE_API_KEY',
|
|
2018
|
+
AUTHORIZE_API_WALLET_DESCRIPTION: 'APP.TRADING_KEYS.AUTHORIZE_API_WALLET_DESCRIPTION',
|
|
2019
|
+
CONFIRM_DELETE_TRADING_KEY: 'APP.TRADING_KEYS.CONFIRM_DELETE_TRADING_KEY',
|
|
2020
|
+
GENERATE_NEW_API_KEY: 'APP.TRADING_KEYS.GENERATE_NEW_API_KEY',
|
|
2021
|
+
NEW_API_TRADING_KEY: 'APP.TRADING_KEYS.NEW_API_TRADING_KEY',
|
|
2022
|
+
NO_API_TRADING_KEYS_FOUND: 'APP.TRADING_KEYS.NO_API_TRADING_KEYS_FOUND',
|
|
2023
|
+
PRIVATE_KEY: 'APP.TRADING_KEYS.PRIVATE_KEY',
|
|
2024
|
+
PRIVATE_KEY_NO_LONGER_ACCESSIBLE: 'APP.TRADING_KEYS.PRIVATE_KEY_NO_LONGER_ACCESSIBLE',
|
|
2025
|
+
REMOVE: 'APP.TRADING_KEYS.REMOVE',
|
|
2026
|
+
REMOVE_API_TRADING_KEY: 'APP.TRADING_KEYS.REMOVE_API_TRADING_KEY',
|
|
2027
|
+
YOUR_DYDX_ADDRESS: 'APP.TRADING_KEYS.YOUR_DYDX_ADDRESS',
|
|
2028
|
+
|
|
2009
2029
|
// TRADING_REWARDS
|
|
2010
2030
|
|
|
2011
2031
|
EARN_POINTS_TO_QUALIFY_FOR_REWARDS: 'APP.TRADING_REWARDS.EARN_POINTS_TO_QUALIFY_FOR_REWARDS',
|
|
@@ -2073,21 +2093,36 @@ export const APP_STRING_KEYS = {
|
|
|
2073
2093
|
|
|
2074
2094
|
// TURNKEY_ACCOUNT
|
|
2075
2095
|
|
|
2096
|
+
ACCOUNT_MANAGEMENT: 'APP.TURNKEY_ACCOUNT.ACCOUNT_MANAGEMENT',
|
|
2076
2097
|
APPLE_DESC: 'APP.TURNKEY_ACCOUNT.APPLE_DESC',
|
|
2077
2098
|
EMAIL_DESC: 'APP.TURNKEY_ACCOUNT.EMAIL_DESC',
|
|
2078
2099
|
EXPORT_DESC: 'APP.TURNKEY_ACCOUNT.EXPORT_DESC',
|
|
2079
2100
|
EXPORT_DYDX_WALLET: 'APP.TURNKEY_ACCOUNT.EXPORT_DYDX_WALLET',
|
|
2101
|
+
EXPORT_PHRASE_DESC: 'APP.TURNKEY_ACCOUNT.EXPORT_PHRASE_DESC',
|
|
2080
2102
|
EXPORT_SOURCE_WALLET: 'APP.TURNKEY_ACCOUNT.EXPORT_SOURCE_WALLET',
|
|
2081
2103
|
GOOGLE_DESC: 'APP.TURNKEY_ACCOUNT.GOOGLE_DESC',
|
|
2104
|
+
RECOVERY_PHRASE_WARNING: 'APP.TURNKEY_ACCOUNT.RECOVERY_PHRASE_WARNING',
|
|
2105
|
+
REVEAL_DYDX_PHRASE: 'APP.TURNKEY_ACCOUNT.REVEAL_DYDX_PHRASE',
|
|
2106
|
+
REVEAL_TURNKEY_PHRASE: 'APP.TURNKEY_ACCOUNT.REVEAL_TURNKEY_PHRASE',
|
|
2107
|
+
SECRET_RECOVERY_PHRASE: 'APP.TURNKEY_ACCOUNT.SECRET_RECOVERY_PHRASE',
|
|
2082
2108
|
|
|
2083
2109
|
// TURNKEY_ONBOARD
|
|
2084
2110
|
|
|
2111
|
+
ACCEPTED_ASSETS_AND_USDC: 'APP.TURNKEY_ONBOARD.ACCEPTED_ASSETS_AND_USDC',
|
|
2085
2112
|
CHECK_EMAIL_DESCRIPTION: 'APP.TURNKEY_ONBOARD.CHECK_EMAIL_DESCRIPTION',
|
|
2086
2113
|
CHECK_EMAIL_TITLE: 'APP.TURNKEY_ONBOARD.CHECK_EMAIL_TITLE',
|
|
2087
2114
|
CONTINUE_SIGN_IN_DESCRIPTION: 'APP.TURNKEY_ONBOARD.CONTINUE_SIGN_IN_DESCRIPTION',
|
|
2088
2115
|
CONTINUE_SIGN_IN_TITLE: 'APP.TURNKEY_ONBOARD.CONTINUE_SIGN_IN_TITLE',
|
|
2089
2116
|
DEPOSIT_AND_TRADE: 'APP.TURNKEY_ONBOARD.DEPOSIT_AND_TRADE',
|
|
2117
|
+
DEPOSIT_NETWORK_WARNING: 'APP.TURNKEY_ONBOARD.DEPOSIT_NETWORK_WARNING',
|
|
2118
|
+
EMAIL_LOGIN_SUCCESS: 'APP.TURNKEY_ONBOARD.EMAIL_LOGIN_SUCCESS',
|
|
2090
2119
|
EMAIL_PLACEHOLDER: 'APP.TURNKEY_ONBOARD.EMAIL_PLACEHOLDER',
|
|
2120
|
+
ERROR_LOGGING_IN: 'APP.TURNKEY_ONBOARD.ERROR_LOGGING_IN',
|
|
2121
|
+
ERROR_WHILE_LOGGING_IN: 'APP.TURNKEY_ONBOARD.ERROR_WHILE_LOGGING_IN',
|
|
2122
|
+
LOGGED_IN: 'APP.TURNKEY_ONBOARD.LOGGED_IN',
|
|
2123
|
+
LOGGED_IN_WITH: 'APP.TURNKEY_ONBOARD.LOGGED_IN_WITH',
|
|
2124
|
+
LOGGING_IN: 'APP.TURNKEY_ONBOARD.LOGGING_IN',
|
|
2125
|
+
PLEASE_WAIT_LOGIN: 'APP.TURNKEY_ONBOARD.PLEASE_WAIT_LOGIN',
|
|
2091
2126
|
RESEND: 'APP.TURNKEY_ONBOARD.RESEND',
|
|
2092
2127
|
SIGN_IN_APPLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_APPLE',
|
|
2093
2128
|
SIGN_IN_DESCRIPTION: 'APP.TURNKEY_ONBOARD.SIGN_IN_DESCRIPTION',
|
|
@@ -2465,6 +2500,10 @@ export const ERRORS_STRING_KEYS = {
|
|
|
2465
2500
|
// TRIGGERS_FORM_TITLE
|
|
2466
2501
|
|
|
2467
2502
|
|
|
2503
|
+
// TURNKEY
|
|
2504
|
+
|
|
2505
|
+
TURNKEY_SESSION_EXPIRED: 'ERRORS.TURNKEY.TURNKEY_SESSION_EXPIRED',
|
|
2506
|
+
|
|
2468
2507
|
// WALLET_SPECIFIC
|
|
2469
2508
|
|
|
2470
2509
|
CHAIN_MISMATCH: 'ERRORS.WALLET_SPECIFIC.CHAIN_MISMATCH',
|