@dydxprotocol/v4-localization 1.1.278 → 1.1.280
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.
|
@@ -910,6 +910,7 @@
|
|
|
910
910
|
"APPEARS_OUTSIDE_ACCESS": "It appears that you are accessing dYdX from outside the United States or a restricted territory. You hereby agree, represent and warrant that:",
|
|
911
911
|
"BRIDGING_TOKENS": "Bridging tokens",
|
|
912
912
|
"CHAIN_GAS_FEES": "{CHAIN} gas fees",
|
|
913
|
+
"CHAIN_GAS_FEES_SHORT": "{CHAIN} gas",
|
|
913
914
|
"CHECK_WALLET_FOR_REQUEST": "Check wallet for request...",
|
|
914
915
|
"COMING_SOON": "Coming soon!",
|
|
915
916
|
"COMPLETE_ONBOARDING": "Complete onboarding",
|
|
@@ -941,6 +942,7 @@
|
|
|
941
942
|
"ESTIMATED_TIME": "Estimated time",
|
|
942
943
|
"EXCHANGES": "Exchanges",
|
|
943
944
|
"FINISH_ONBOARDING_DESCRIPTION": "Complete the onboarding flow to start trading on dYdX",
|
|
945
|
+
"FREE_AND_INSTANT": "Free & Instant",
|
|
944
946
|
"FREE_SIGNING": "Signing is {FREE} and will not send a transaction.",
|
|
945
947
|
"FUND_YOUR_SUBACCOUNT": "Fund your dYdX subaccount balance once your IBC transfer has been received.",
|
|
946
948
|
"GASLESS_ONBOARDING_RULES": "Gasless Onboarding Rules",
|
|
@@ -1002,7 +1004,9 @@
|
|
|
1002
1004
|
"SIGN_IN_WITH_EMAIL": "Sign in with email",
|
|
1003
1005
|
"SIGN_IN_WITH_EMAIL_SUBTITLE": "A simple way to sign in, powered by {MAGIC}",
|
|
1004
1006
|
"SKIP_FAST_ROUTE_DESC": "$$ fee, ${LIMIT_AMOUNT} limit",
|
|
1007
|
+
"SKIP_FAST_ROUTE_DESC_1": "${FEE} fee, ${LIMIT_AMOUNT} limit",
|
|
1005
1008
|
"SKIP_SLOW_ROUTE_DESC": "$ fee, no limit",
|
|
1009
|
+
"SKIP_SLOW_ROUTE_DESC_1": "Low fees, no limit",
|
|
1006
1010
|
"SKIP_FOR_NOW": "Skip for now",
|
|
1007
1011
|
"SITE_OPERATED_BY_SHORT": "This site is operated by {NAME_OF_DEPLOYER}, utilizing software open sourced by dYdX Trading Inc. {LEARN_MORE_LINK}",
|
|
1008
1012
|
"SITE_OPERATED_BY_LONG": "This site is operated by {NAME_OF_DEPLOYER} subject to {DEPLOYER_TERMS_AND_CONDITIONS}, utilizing certain software open sourced by third party dYdX Trading Inc. subject to its {TERMS_OF_USE}, which prohibit use of the software by persons based in the United States or other restricted jurisdictions. The dYdX blockchain is powered by a community of independent validators. {LEARN_MORE_LINK}",
|
|
@@ -466,6 +466,17 @@
|
|
|
466
466
|
"TEXT": "This version is no longer supported. Please update to the latest version.",
|
|
467
467
|
"ACTION": "Update App"
|
|
468
468
|
},
|
|
469
|
+
"SURVEY": {
|
|
470
|
+
"SIMPLE_TO_PRO": {
|
|
471
|
+
"TITLE": "What do you think of the simplified trading experience? (select all that applies)",
|
|
472
|
+
"OPTION_1": "Prefer the familiarity of pro mode",
|
|
473
|
+
"OPTION_2": "Need more order types",
|
|
474
|
+
"OPTION_3": "Need more info when placing trades",
|
|
475
|
+
"ADDITIONAL_FEEDBACK": "What improvements would you suggest?"
|
|
476
|
+
},
|
|
477
|
+
"DO_NOT_SHOW": "Do not show again",
|
|
478
|
+
"SUBMIT": "Submit"
|
|
479
|
+
},
|
|
469
480
|
"ERRORS": {
|
|
470
481
|
"TRADE_BOX": {
|
|
471
482
|
"BUY_TRIGGER_TOO_CLOSE_TO_LIQUIDATION_PRICE": "Your trigger price is too close to your liquidation price - this order may not execute fully before you get liquidated. Please enter a trigger price below {TRIGGER_PRICE_LIMIT} or use a Stop Limit order.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1150,6 +1150,7 @@ export const APP_STRING_KEYS = {
|
|
|
1150
1150
|
API_KEYS_NOT_FOUND: 'APP.ONBOARDING.API_KEYS_NOT_FOUND',
|
|
1151
1151
|
APPEARS_OUTSIDE_ACCESS: 'APP.ONBOARDING.APPEARS_OUTSIDE_ACCESS',
|
|
1152
1152
|
CHAIN_GAS_FEES: 'APP.ONBOARDING.CHAIN_GAS_FEES',
|
|
1153
|
+
CHAIN_GAS_FEES_SHORT: 'APP.ONBOARDING.CHAIN_GAS_FEES_SHORT',
|
|
1153
1154
|
CHECK_WALLET_FOR_REQUEST: 'APP.ONBOARDING.CHECK_WALLET_FOR_REQUEST',
|
|
1154
1155
|
COMPLETE_ONBOARDING: 'APP.ONBOARDING.COMPLETE_ONBOARDING',
|
|
1155
1156
|
CONFIRM_OWNERSHIP: 'APP.ONBOARDING.CONFIRM_OWNERSHIP',
|
|
@@ -1180,6 +1181,7 @@ export const APP_STRING_KEYS = {
|
|
|
1180
1181
|
ENTER_VALID_ADDRESS: 'APP.ONBOARDING.ENTER_VALID_ADDRESS',
|
|
1181
1182
|
EXCHANGES: 'APP.ONBOARDING.EXCHANGES',
|
|
1182
1183
|
FINISH_ONBOARDING_DESCRIPTION: 'APP.ONBOARDING.FINISH_ONBOARDING_DESCRIPTION',
|
|
1184
|
+
FREE_AND_INSTANT: 'APP.ONBOARDING.FREE_AND_INSTANT',
|
|
1183
1185
|
FREE_SIGNING: 'APP.ONBOARDING.FREE_SIGNING',
|
|
1184
1186
|
FUND_YOUR_SUBACCOUNT: 'APP.ONBOARDING.FUND_YOUR_SUBACCOUNT',
|
|
1185
1187
|
GASLESS_ONBOARDING_RULES: 'APP.ONBOARDING.GASLESS_ONBOARDING_RULES',
|
|
@@ -1240,8 +1242,10 @@ export const APP_STRING_KEYS = {
|
|
|
1240
1242
|
SITE_OPERATED_BY_LONG: 'APP.ONBOARDING.SITE_OPERATED_BY_LONG',
|
|
1241
1243
|
SITE_OPERATED_BY_SHORT: 'APP.ONBOARDING.SITE_OPERATED_BY_SHORT',
|
|
1242
1244
|
SKIP_FAST_ROUTE_DESC: 'APP.ONBOARDING.SKIP_FAST_ROUTE_DESC',
|
|
1245
|
+
SKIP_FAST_ROUTE_DESC_1: 'APP.ONBOARDING.SKIP_FAST_ROUTE_DESC_1',
|
|
1243
1246
|
SKIP_FOR_NOW: 'APP.ONBOARDING.SKIP_FOR_NOW',
|
|
1244
1247
|
SKIP_SLOW_ROUTE_DESC: 'APP.ONBOARDING.SKIP_SLOW_ROUTE_DESC',
|
|
1248
|
+
SKIP_SLOW_ROUTE_DESC_1: 'APP.ONBOARDING.SKIP_SLOW_ROUTE_DESC_1',
|
|
1245
1249
|
START_TRADING_BLURB: 'APP.ONBOARDING.START_TRADING_BLURB',
|
|
1246
1250
|
SWITCH_NETWORK: 'APP.ONBOARDING.SWITCH_NETWORK',
|
|
1247
1251
|
SWITCH_NETWORKS: 'APP.ONBOARDING.SWITCH_NETWORKS',
|