@dydxprotocol/v4-localization 1.1.286 → 1.1.288
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.
|
@@ -1006,6 +1006,8 @@
|
|
|
1006
1006
|
"SIGN_MESSAGE": "Sign message",
|
|
1007
1007
|
"SIGN_IN_WITH_EMAIL_OR_SOCIAL": "Sign in with email or social",
|
|
1008
1008
|
"SIGN_IN_WITH_EMAIL": "Sign in with email",
|
|
1009
|
+
"SIGN_IN_WITH": "Sign in with",
|
|
1010
|
+
"SIGN_IN_WITH_PROVIDER": "Sign in with {PROVIDER}",
|
|
1009
1011
|
"SIGN_IN_WITH_EMAIL_SUBTITLE": "A simple way to sign in, powered by {MAGIC}",
|
|
1010
1012
|
"SKIP_FAST_ROUTE_DESC": "$$ fee, ${LIMIT_AMOUNT} limit",
|
|
1011
1013
|
"SKIP_FAST_ROUTE_DESC_1": "${FEE} fee, ${LIMIT_AMOUNT} limit",
|
|
@@ -1057,7 +1059,15 @@
|
|
|
1057
1059
|
"WRONG_NETWORK_EXPLANATION_STAGING": "To complete dYdX onboarding, set your wallet network to 'Goerli Test Network'.",
|
|
1058
1060
|
"WRONG_NETWORK": "Wrong network",
|
|
1059
1061
|
"YOU_AGREE_TO_TERMS": "By trading on dYdX, you agree to the {TERMS_LINK} and {PRIVACY_POLICY_LINK}.",
|
|
1060
|
-
"YOUR_DEPOSIT": "Your deposit"
|
|
1062
|
+
"YOUR_DEPOSIT": "Your deposit",
|
|
1063
|
+
"POPULAR": "Popular",
|
|
1064
|
+
"RECOMMEND_SOLANA": "Recommended for Solana",
|
|
1065
|
+
"ENTER_OTP_CODE": "Enter confirmation code",
|
|
1066
|
+
"CHECK_EMAIL_FOR_OTP_CODE": "Please check {EMAIL} for a message with your login code.",
|
|
1067
|
+
"DID_NOT_GET_EMAIL": "Didn’t get an email?",
|
|
1068
|
+
"RESEND_CODE": "Resend code",
|
|
1069
|
+
"INVALID_CODE": "Invalid code",
|
|
1070
|
+
"CODE_SENT": "Code sent"
|
|
1061
1071
|
},
|
|
1062
1072
|
"SIGN_INTO_MOBILE": {
|
|
1063
1073
|
"TITLE_SIGN_INTO_MOBILE": "Sign into mobile",
|
|
@@ -1249,7 +1259,9 @@
|
|
|
1249
1259
|
"CANCEL_ORDERS_CONFIRMATION": "Are you sure you want to cancel {OPEN_ORDERS_TEXT} in {ASSET} ({MARKET})?",
|
|
1250
1260
|
"ONE_OPEN_ORDER": "1 open order",
|
|
1251
1261
|
"N_OPEN_ORDERS": "{COUNT} open orders",
|
|
1252
|
-
"
|
|
1262
|
+
"NO_CANCELABLE_ORDERS": "You have no open orders that need to be canceled.",
|
|
1263
|
+
"OPEN_ORDERS": "Open orders",
|
|
1264
|
+
"YOUR_OPEN_TRIGGER_ORDERS_NO_POSITION": "You have {NUM_ORDERS} open trigger order(s) across {NUM_MARKETS} market(s) with no associated position."
|
|
1253
1265
|
},
|
|
1254
1266
|
"CANCEL_ALL_ORDERS_MODAL": {
|
|
1255
1267
|
"CANCEL_ALL_ORDERS": "Cancel all orders",
|
|
@@ -2454,6 +2466,10 @@
|
|
|
2454
2466
|
"SUFFICIENT_GAS_BALANCE": "Sufficient for gas",
|
|
2455
2467
|
"WITHDRAW_TO_WALLET": "Withdraw to wallet",
|
|
2456
2468
|
"WITHDRAW_TO_WALLET_RECOMMENDATION": "We recommend your wallet balance remain between ${MIN_RANGE} - ${MAX_RANGE} to pay for gas fees on dYdX chain."
|
|
2469
|
+
},
|
|
2470
|
+
"RECLAIM_CHILD_SUBACCOUNT_FUNDS_MODAL": {
|
|
2471
|
+
"NO_FUNDS_TO_RECLAIM": "There are no funds available for you to reclaim at this time.",
|
|
2472
|
+
"RECLAIM_FUNDS_SIGNING": "Upon reclaiming, you will be prompted to sign {NUM_TRANSACTIONS} transaction(s) to return the funds previously used as collateral for isolated margin trading."
|
|
2457
2473
|
}
|
|
2458
2474
|
},
|
|
2459
2475
|
"TOKEN_MIGRATION": {
|
|
@@ -172,7 +172,10 @@
|
|
|
172
172
|
"NETWORK_MISMATCH": "Network Mismatch",
|
|
173
173
|
"SWITCH_WALLET": "Please switch your wallet to {WALLET_ADDR}",
|
|
174
174
|
"WALLET_ACCOUNT_ERROR": "Unable to obtain account",
|
|
175
|
-
"ENTER_CODE": "Enter the verification code"
|
|
175
|
+
"ENTER_CODE": "Enter the verification code",
|
|
176
|
+
"LOGIN_SIGNUP": "Log in or sign up",
|
|
177
|
+
"LOGIN_SIGNUP_TEXT": "Sign in with socials or connect your wallet to get started",
|
|
178
|
+
"LOGIN_SIGNUP_TEXT_2": "Connect your wallet or sign in with socials to get started"
|
|
176
179
|
},
|
|
177
180
|
"ONBOARDING_TITLE": {
|
|
178
181
|
"CREATE_PROFILE": "Create Profile"
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -97,9 +97,11 @@ export const APP_STRING_KEYS = {
|
|
|
97
97
|
// CANCEL_ORDERS_MODAL
|
|
98
98
|
|
|
99
99
|
CANCEL_ORDERS_CONFIRMATION: 'APP.CANCEL_ORDERS_MODAL.CANCEL_ORDERS_CONFIRMATION',
|
|
100
|
+
NO_CANCELABLE_ORDERS: 'APP.CANCEL_ORDERS_MODAL.NO_CANCELABLE_ORDERS',
|
|
100
101
|
N_OPEN_ORDERS: 'APP.CANCEL_ORDERS_MODAL.N_OPEN_ORDERS',
|
|
101
102
|
ONE_OPEN_ORDER: 'APP.CANCEL_ORDERS_MODAL.ONE_OPEN_ORDER',
|
|
102
103
|
OPEN_ORDERS: 'APP.CANCEL_ORDERS_MODAL.OPEN_ORDERS',
|
|
104
|
+
YOUR_OPEN_TRIGGER_ORDERS_NO_POSITION: 'APP.CANCEL_ORDERS_MODAL.YOUR_OPEN_TRIGGER_ORDERS_NO_POSITION',
|
|
103
105
|
|
|
104
106
|
// CLOSE_POSITIONS_CONFIRMATION_TOAST
|
|
105
107
|
|
|
@@ -1160,7 +1162,9 @@ export const APP_STRING_KEYS = {
|
|
|
1160
1162
|
APPEARS_OUTSIDE_ACCESS: 'APP.ONBOARDING.APPEARS_OUTSIDE_ACCESS',
|
|
1161
1163
|
CHAIN_GAS_FEES: 'APP.ONBOARDING.CHAIN_GAS_FEES',
|
|
1162
1164
|
CHAIN_GAS_FEES_SHORT: 'APP.ONBOARDING.CHAIN_GAS_FEES_SHORT',
|
|
1165
|
+
CHECK_EMAIL_FOR_OTP_CODE: 'APP.ONBOARDING.CHECK_EMAIL_FOR_OTP_CODE',
|
|
1163
1166
|
CHECK_WALLET_FOR_REQUEST: 'APP.ONBOARDING.CHECK_WALLET_FOR_REQUEST',
|
|
1167
|
+
CODE_SENT: 'APP.ONBOARDING.CODE_SENT',
|
|
1164
1168
|
COMPLETE_ONBOARDING: 'APP.ONBOARDING.COMPLETE_ONBOARDING',
|
|
1165
1169
|
CONFIRM_OWNERSHIP: 'APP.ONBOARDING.CONFIRM_OWNERSHIP',
|
|
1166
1170
|
CONNECTING: 'APP.ONBOARDING.CONNECTING',
|
|
@@ -1182,11 +1186,13 @@ export const APP_STRING_KEYS = {
|
|
|
1182
1186
|
DEPOSIT_STATUS_SHORTLY: 'APP.ONBOARDING.DEPOSIT_STATUS_SHORTLY',
|
|
1183
1187
|
DEPOSIT_TO_DESTINATION: 'APP.ONBOARDING.DEPOSIT_TO_DESTINATION',
|
|
1184
1188
|
DEPOSIT_TO_DYDX: 'APP.ONBOARDING.DEPOSIT_TO_DYDX',
|
|
1189
|
+
DID_NOT_GET_EMAIL: 'APP.ONBOARDING.DID_NOT_GET_EMAIL',
|
|
1185
1190
|
DISCONNECT_CONFIRMATION: 'APP.ONBOARDING.DISCONNECT_CONFIRMATION',
|
|
1186
1191
|
DONT_MISS: 'APP.ONBOARDING.DONT_MISS',
|
|
1187
1192
|
ENABLE_API: 'APP.ONBOARDING.ENABLE_API',
|
|
1188
1193
|
ENABLE_TRADING: 'APP.ONBOARDING.ENABLE_TRADING',
|
|
1189
1194
|
ENSURES_WALLET_SUPPORT: 'APP.ONBOARDING.ENSURES_WALLET_SUPPORT',
|
|
1195
|
+
ENTER_OTP_CODE: 'APP.ONBOARDING.ENTER_OTP_CODE',
|
|
1190
1196
|
ENTER_VALID_ADDRESS: 'APP.ONBOARDING.ENTER_VALID_ADDRESS',
|
|
1191
1197
|
EXCHANGES: 'APP.ONBOARDING.EXCHANGES',
|
|
1192
1198
|
FINISH_ONBOARDING_DESCRIPTION: 'APP.ONBOARDING.FINISH_ONBOARDING_DESCRIPTION',
|
|
@@ -1202,6 +1208,7 @@ export const APP_STRING_KEYS = {
|
|
|
1202
1208
|
GET_STARTED: 'APP.ONBOARDING.GET_STARTED',
|
|
1203
1209
|
HAVING_TROUBLE: 'APP.ONBOARDING.HAVING_TROUBLE',
|
|
1204
1210
|
INITIATED_TRANSFEROUT: 'APP.ONBOARDING.INITIATED_TRANSFEROUT',
|
|
1211
|
+
INVALID_CODE: 'APP.ONBOARDING.INVALID_CODE',
|
|
1205
1212
|
INVITED_YOU: 'APP.ONBOARDING.INVITED_YOU',
|
|
1206
1213
|
I_AGREE: 'APP.ONBOARDING.I_AGREE',
|
|
1207
1214
|
JOIN_ME: 'APP.ONBOARDING.JOIN_ME',
|
|
@@ -1228,11 +1235,14 @@ export const APP_STRING_KEYS = {
|
|
|
1228
1235
|
PENDING_DEPOSIT_CONFIRMATION: 'APP.ONBOARDING.PENDING_DEPOSIT_CONFIRMATION',
|
|
1229
1236
|
PENDING_TOKEN_APPROVAL: 'APP.ONBOARDING.PENDING_TOKEN_APPROVAL',
|
|
1230
1237
|
PERMITTED_TO_USE: 'APP.ONBOARDING.PERMITTED_TO_USE',
|
|
1238
|
+
POPULAR: 'APP.ONBOARDING.POPULAR',
|
|
1231
1239
|
PRIVACY_POLICY: 'APP.ONBOARDING.PRIVACY_POLICY',
|
|
1240
|
+
RECOMMEND_SOLANA: 'APP.ONBOARDING.RECOMMEND_SOLANA',
|
|
1232
1241
|
RECOVER_KEYS: 'APP.ONBOARDING.RECOVER_KEYS',
|
|
1233
1242
|
REFERRAL_DISCOUNT: 'APP.ONBOARDING.REFERRAL_DISCOUNT',
|
|
1234
1243
|
REGISTER: 'APP.ONBOARDING.REGISTER',
|
|
1235
1244
|
REMEMBER_ME: 'APP.ONBOARDING.REMEMBER_ME',
|
|
1245
|
+
RESEND_CODE: 'APP.ONBOARDING.RESEND_CODE',
|
|
1236
1246
|
SEARCHING_FOR_LEDGER: 'APP.ONBOARDING.SEARCHING_FOR_LEDGER',
|
|
1237
1247
|
SEARCHING_FOR_LEDGER_DESCRIPTION: 'APP.ONBOARDING.SEARCHING_FOR_LEDGER_DESCRIPTION',
|
|
1238
1248
|
SELECT_ACCOUNT: 'APP.ONBOARDING.SELECT_ACCOUNT',
|
|
@@ -1244,9 +1254,11 @@ export const APP_STRING_KEYS = {
|
|
|
1244
1254
|
SET_UP_ACCOUNT: 'APP.ONBOARDING.SET_UP_ACCOUNT',
|
|
1245
1255
|
SIGNATURE_CREATES_COSMOS_WALLET: 'APP.ONBOARDING.SIGNATURE_CREATES_COSMOS_WALLET',
|
|
1246
1256
|
SIGN_IN_WALLET: 'APP.ONBOARDING.SIGN_IN_WALLET',
|
|
1257
|
+
SIGN_IN_WITH: 'APP.ONBOARDING.SIGN_IN_WITH',
|
|
1247
1258
|
SIGN_IN_WITH_EMAIL: 'APP.ONBOARDING.SIGN_IN_WITH_EMAIL',
|
|
1248
1259
|
SIGN_IN_WITH_EMAIL_OR_SOCIAL: 'APP.ONBOARDING.SIGN_IN_WITH_EMAIL_OR_SOCIAL',
|
|
1249
1260
|
SIGN_IN_WITH_EMAIL_SUBTITLE: 'APP.ONBOARDING.SIGN_IN_WITH_EMAIL_SUBTITLE',
|
|
1261
|
+
SIGN_IN_WITH_PROVIDER: 'APP.ONBOARDING.SIGN_IN_WITH_PROVIDER',
|
|
1250
1262
|
SIGN_MESSAGE: 'APP.ONBOARDING.SIGN_MESSAGE',
|
|
1251
1263
|
SITE_OPERATED_BY_LONG: 'APP.ONBOARDING.SITE_OPERATED_BY_LONG',
|
|
1252
1264
|
SITE_OPERATED_BY_SHORT: 'APP.ONBOARDING.SITE_OPERATED_BY_SHORT',
|
|
@@ -1497,6 +1509,11 @@ export const APP_STRING_KEYS = {
|
|
|
1497
1509
|
TRADE_TO_WIN: 'APP.PROFILES_PAGE.TRADE_TO_WIN',
|
|
1498
1510
|
YOU_CAN_WIN_THESE: 'APP.PROFILES_PAGE.YOU_CAN_WIN_THESE',
|
|
1499
1511
|
|
|
1512
|
+
// RECLAIM_CHILD_SUBACCOUNT_FUNDS_MODAL
|
|
1513
|
+
|
|
1514
|
+
NO_FUNDS_TO_RECLAIM: 'APP.RECLAIM_CHILD_SUBACCOUNT_FUNDS_MODAL.NO_FUNDS_TO_RECLAIM',
|
|
1515
|
+
RECLAIM_FUNDS_SIGNING: 'APP.RECLAIM_CHILD_SUBACCOUNT_FUNDS_MODAL.RECLAIM_FUNDS_SIGNING',
|
|
1516
|
+
|
|
1500
1517
|
// REDUCE_ONLY_SUPPORT_MODAL
|
|
1501
1518
|
|
|
1502
1519
|
REDUCE_ONLY_SUPPORT: 'APP.REDUCE_ONLY_SUPPORT_MODAL.REDUCE_ONLY_SUPPORT',
|